@charset "utf-8";

@media screen and (min-width:1100px) {
/* ============================================
 * ページタイトル 
============================================ */
	.contents_title {
		width: 1300px;
		margin: auto auto 30px auto;
	}
/* ============================================
 * リード文 
============================================ */
	.read {
		width: 1200px;
		height: 200px;
		margin: auto auto 30px auto;
		background: url(../images/taizaitoshi/img_read.jpg) no-repeat right top;
	}
	.read p:nth-child(1) {
		margin: 0 400px 15px 0;
		font-size: 16px;
		line-height: 24px;
		color: #369;
	}
	.read p:nth-child(2) {
		margin: 0 400px 15px 0;
		font-size: 14px;
		line-height: 24px;
		color: #d40a29;
	}
/* ============================================
 * おすすめ都市 
============================================ */
	.outline {
		width: 100%;
		padding:30px 0;
	}
	.outline_pink {
		width: 100%;
		padding:30px 0;
		background: #fff4df;	
	}
	.inside {
		width: 1200px;
		margin: auto;
	}
	.inside h2.blue {
		margin: 0 0 24px 0;
		font-size: 26px;
		line-height: 30px;
		color:#339;
	}
	.inside .table_noside {
		border-collapse: collapse;
		width: 100%;
		margin-bottom:20px;
	}
	.inside .table_noside,
	.inside .table_noside td {
		border: 1px solid #dbe1e8;  
		padding: 8px;
		border-left: none;
		border-right: none;
		background-color:white;
	}
	.inside .table_noside td h2.table {
		font-size:20px;
		color:#369;
	} 
	.inside .table_noside th h2.tableth {
		font-size:20px;
		color:#369;
		padding:8px;
	} 
 	.inside .table_noside a.blue {
		color:#369;
		text-decoration:none;
	} 
	.inside .table_noside a.blue:hover {
		color:#d40a29;
	}	
	.inside .table_noside th {
		border: 1px solid #dbe1e8;  
		background: #ebeef4;
		padding:3px;
		width:50px;
		white-space:nowrap;
		border-left: none;
		border-right: none;
	}
 	.inside .table_noside th img{
		display: inline-block;
		vertical-align: middle;
	}
	.inside .table_noside th img.sm {
  		width:150px;
  	}	
	.city_map {
		width: 1200px;
		margin: auto auto 30px auto;
		background: #ffa200;
		overflow: hidden;
	}
	.city_map h2 {
		float: left;
		width: 158px;
		margin: 22px 30px;
	}
	.city_map ul {
		float: left;
		width: 900px;
		margin-top: 33px;
	}
	.city_map ul li {
		display: inline-block;
		margin-right: 10px;
		font-size: 16px;
		line-height: 24px;
	}
	.city_map ul li:nth-child(1) { width: 140px; }
.city_map ul li:nth-child(2) { width: 120px; }
.city_map ul li:nth-child(3) { width: 140px; }
.city_map ul li:nth-child(4) { width: 130px; }
.city_map ul li:nth-child(5) { width: 120px; }
.city_map ul li:nth-child(6) { width: 160px; }
.city_map ul li:nth-child(7) { width: 200px; margin-right: 0; margin-top: 10px;}

	.map {
		width: 1200px;
		margin: auto auto 30px auto;
	}
	.map p {
		text-align: center;
	}
}
@media screen and (min-width:760px) and (max-width:1099px) {
/* ============================================
 * ページタイトル 
============================================ */
	.contents_title {
		width: 660px;
		margin: auto auto 15px auto;
	}
	.contents_title img {
		width: 100%;
	}
/* ============================================
 * リード文 
============================================ */
	.read {
		width: 660px;
		height: 200px;
		margin: auto auto 15px auto;
		background: url(../images/taizaitoshi/img_read.jpg) no-repeat right top;
		background-size: 190px 100px;
	}
	.read p:nth-child(1) {
		margin: 0 200px 15px 0;
		font-size: 14px;
		line-height: 21px;
		color: #369;
	}
	.read p:nth-child(2) {
		margin: 0 0 15px 0;
		font-size: 12px;
		line-height: 18px;
		color: #d40a29;
	}
/* ============================================
 * おすすめ都市 
============================================ */
	.outline {
		width: 100%;
		padding: 24px 0;
	}
	.outline_pink {
		width: 100%;
		padding: 24px 0;
		background: #fff4df;	
	}
	.inside {
		width: 660px;
		margin: auto;
		overflow: hidden;
	}
	.inside h2.blue {
		margin-top: 5px;
		margin-bottom: 24px;
		font-size: 26px;
		line-height: 30px;
		color: #339;
	}	
	.inside .table_noside {
		border-collapse: collapse;
		width: 100%;
		margin-bottom:20px;
	}
	.inside .table_noside,
	.inside .table_noside td {
		border: 1px solid #dbe1e8;  
		padding: 8px;
		border-left: none;
		border-right: none;
	}
	.inside .table_noside td h2.table {
		font-size:20px;
		color:#369;
	} 
	.inside .table_noside th h2.tableth {
		font-size:20px;
		color:#369;
		padding:8px;
	} 
 	.inside .table_noside a.blue {
		color:#369; 
		text-decoration:none;	
	} 
	.inside .table_noside a.blue:hover {
		color:#d40a29;
	}	 
	.inside .table_noside th {
		border: 1px solid #dbe1e8;  
		background: #ebeef4;
		padding:3px;
		width:50px;
		white-space:nowrap;
		border-left: none;
		border-right: none;
	}	
	.inside .table_noside th img{
		display: inline-block;
		vertical-align: middle;
	}	
	.inside .table_noside th img.sm {
  		width:150px;
  	}
  	.city_map {
		width: 660px;
		margin: auto auto 15px auto;
		background: #ffa200;
		overflow: hidden;
	}
	.city_map h2 {
		float: left;
		width: 120px;
		margin: 10px 10px;
	}
	.city_map h2 img {
		width: 100%;
	}
	.city_map ul {
		float: left;
		width: 510px;
		margin: 5px 0;
	}
	.city_map ul li {
		display: inline-block;
		margin-right: 10px;
		font-size: 14px;
		line-height: 21px;
	}
	.city_map ul li:nth-child(1),
	.city_map ul li:nth-child(4),
	.city_map ul li:nth-child(7){
		width: 120px;
	}
	.city_map ul li:nth-child(2),
	.city_map ul li:nth-child(5),
	.city_map ul li:nth-child(8){
		width: 200px;
	}
	.city_map ul li:nth-child(3),
	.city_map ul li:nth-child(6),
	.city_map ul li:nth-child(9){
		width: 150px;
		margin-right: 0;
	}
	
	
	.map {
		width: 660px;
		margin: auto auto 30px auto;
	}
	.map p {
		text-align: center;
	}
}

@media screen and (max-width:759px) {
/* ============================================
 * ページタイトル 
============================================ */
	.contents_title {
		width: 100%;
		margin: auto auto 15px auto;
	}
.contents_title img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	object-position: left;
}
/* ============================================
 * リード文 
============================================ */
	.read {
		width: 90%;
		/*height: 200px;*/
		margin: auto auto 15px auto;
		background: none;
	}
	.read p:nth-child(1) {
		margin: 0 0 15px 0;
		font-size: 14px;
		line-height: 21px;
		color: #369;
	}
	.read p:nth-child(2) {
		margin: 0 0 15px 0;
		font-size: 12px;
		line-height: 18px;
		color: #d40a29;
	}
/* ============================================
 * おすすめ都市 
============================================ */
	.outline {
		width: 100%;
		padding: 6px 0 20px 0;
	}
	.outline_pink {
		width: 100%;
		padding: 6px 0 20px 0;
		background: #fff4df;
	}
	.inside {
		width: 95%;
		margin: auto;
	}
	.inside h2.blue {
		margin: 9px 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 30px;
		color:#339;
	}
	.inside .table_noside {
		border-collapse: collapse;
		width: 100%;
		margin-bottom:20px;
	}
	.inside .table_noside,
	.inside .table_noside td {
		border: 1px solid #dbe1e8;  
		padding: 5px;
		border-left: none;
		border-right: none;
	}
	.inside .table_noside td h2.table {
		font-size:14px;
		color:#369;
	}
	.inside .table_noside td h2.tableth {
		font-size:14px;
		color:#369;
		padding:5px;
	} 
 	.inside .table_noside a.blue {
		color:#369; 	
	} 
	.inside .table_noside a.blue:hover {
		color:#d40a29;
	}	  	
	.inside .table_noside th {
		border: 1px solid #dbe1e8;  
		padding:5px;
		width:40px;
		white-space:nowrap;
		border-left: none;
		border-right: none;
	}	

	.inside .table_noside th img{
		display: inline-block;
		vertical-align: middle;
	}

@media screen and (max-width: 759px) {
  .inside .table_noside th {
    width: 40%;
  }

  .inside .table_noside td {
    width: 60%;
  }

  .inside .table_noside th img,
  .inside .table_noside th img.sm {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
  }
}

	.city_map {
    width: 90%;
    margin: auto auto 15px auto;
    background: #ffa200;
    overflow: hidden;
}

	.city_map h2 {
		float: none;
		width: 100px;
		margin: 10px 10px;
	}
	.city_map h2 img {
		width: 100%;
	}
	.city_map ul {
		float: none;
		width: 90%;
		margin: 5px 5%;
	}
	.city_map ul li {
		display: inline-block;
		margin-right: 4%;
		font-size: 12px;
		line-height: 21px;
	
		
		
	}
	
	.city_map ul li a{font-size: 12px;
						background: #ffa200;}
	
	.city_map ul li:nth-child(odd){
		width: 47%;
	}
	.city_map ul li:nth-child(even){
		width: 47%;
		margin-right: 0;
	}
	
	.city_map ul li:nth-child(8),
	.city_map ul li:nth-child(9){
	width: 50%;
	margin-right: 0;font-size: 12px;
	}
	
	
	
	.map {
		width: 90%;
		margin: auto auto 30px auto;
	}
	.map p {
		text-align: center;
	}
	.map p img {
		width: 80%;
		max-width: 500px;
	}
}





/* ============================================
 * ポップアップ
============================================ */

@media screen and (min-width:1100px) {
.popup {
	display:  none;
	margin: auto;
	width: 620px;
}
.popup .inner {
	width: 100%;
	height: 512px;
	overflow: auto;
}
.popupInner {
	width: 540px;
	margin: auto;
}
.popup .popupInner .photo {
	float: left;
	width: 140px;
	margin: 30px 0 15px 0;
}
.popup .popupInner .data {
	float: right;
	width: 360px;
	margin: 30px 0 15px 0;
}
.popup .popupInner .data .title {
	padding-bottom: 12px;
	border-bottom: 1px solid #afafaf;
	font-size: 20px;
	line-height: 27px;
}
.popup .popupInner .data .name {
	margin-top: 18px;
	font-size: 16px;
	line-height: 24px;
}
.popup .popupInner .moreText {
	clear: both;
}
.popup .popupInner .moreText .readText {
		font-weight: bold;
		color: #d40a29;
		margin: 12px 0 8px 0;
}
}
@media screen and (min-width:760px) and (max-width:1099px) {

.popup {
	display:  none;
	margin: auto;
	width: 620px;
}
.popup .inner {
	width: 100%;
	height: 512px;
	overflow: auto;
}
.popupInner {
	width: 540px;
	margin: auto;
}
.popup .popupInner .photo {
	float: left;
	width: 140px;
	margin: 30px 0 15px 0;
}
.popup .popupInner .data {
	float: right;
	width: 360px;
	margin: 30px 0 15px 0;
}
.popup .popupInner .data .title {
	padding-bottom: 12px;
	border-bottom: 1px solid #afafaf;
	font-size: 20px;
	line-height: 27px;
}
.popup .popupInner .data .name {
	margin-top: 18px;
	font-size: 16px;
	line-height: 24px;
}
.popup .popupInner .moreText {
	clear: both;
}
.popup .popupInner .moreText .readText {
		font-weight: bold;
		color: #d40a29;
}
}
@media screen and (max-width:759px) {

.popup {
	display:  none;
	margin: auto;
	width: 100%;
}
.popup .inner {
	width: 100%;
	height: 400px;
	overflow: auto;
}
.popupInner {
	width: 90%;
	margin: auto;
}
.popup .popupInner .photo {
	float: left;
	width: 90px;
	margin: 30px 0 15px 0;
}
	.popup .popupInner .photo img {
		width: 100%;
	}
.popup .popupInner .data {
	float: right;
	width: 220px;
	margin: 30px 0 15px 0;
}
.popup .popupInner .data .title {
	padding-bottom: 6px;
	border-bottom: 1px solid #afafaf;
	font-size: 18px;
	line-height: 21px;
}
.popup .popupInner .data .name {
	margin-top: 9px;
	font-size: 14px;
	line-height: 21px;
}
.popup .popupInner .moreText {
	clear: both;
}
.popup .popupInner .moreText .readText {
		font-weight: bold;
		color: #d40a29;
}
}
@media screen and (max-width:380px) {

.popup {
	display:  none;
	margin: auto;
	width: 280px;
}
.popup .inner {
	width: 100%;
	height: 400px;
	overflow: auto;
}
.popupInner {
	width: 250px;
	margin: auto;
}
.popup .popupInner .photo {
	float: left;
	width: 80px;
	margin: 30px 0 15px 0;
}
	.popup .popupInner .photo img {
		width: 100%;
	}
.popup .popupInner .data {
	float: right;
	width: 150px;
	margin: 30px 0 15px 0;
}
.popup .popupInner .data .title {
	padding-bottom: 6px;
	border-bottom: 1px solid #afafaf;
	font-size: 18px;
	line-height: 21px;
}
.popup .popupInner .data .name {
	margin-top: 9px;
	font-size: 14px;
	line-height: 21px;
}
.popup .popupInner .moreText {
	clear: both;
}
.popup .popupInner .moreText .readText {
		font-weight: bold;
		color: #d40a29;
}
}
@media screen and (max-width: 759px) {
  .inside .table_noside th img,
  .inside .table_noside th img.sm {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
  }
}
.map img {
  display: block;
  margin: 50px auto 0;
  max-width: 100%;
  height: auto;
}

/* 親ブロック全体を中央に */
.accessible_title {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/* H1は構文上存在、視覚的には非表示 */
.accessible_title__heading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 帯画像スタイル */
.accessible_title__image {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: left;
}

/* タブレット幅 */
@media screen and (min-width: 760px) and (max-width: 1099px) {
  .accessible_title {
    max-width: 660px;
  }
  .accessible_title__image {
    height: 100px;
  }
}

/* スマホ幅 */
@media screen and (max-width: 759px) {
  .accessible_title {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .accessible_title__image {
    height: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .accessible_title {
    max-width: 1300px;
    margin: 0 auto 30px auto;

  }
}

@media screen and (min-width: 1100px) {
  .accessible_title__image {
    height: 200px;
  }
}
@media screen and (max-width: 850px) {
  .recommend__item {
    display: block !important;
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto !important;
  }

  .recommend__item img.city__recommend {
    display: block !important;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    aspect-ratio: 1 / 1 !important;
  }
}

