@charset "utf-8";
/* CSS Document */

/*メニュー
----------------------------------------------*/
#menu li:nth-of-type(1) {
	border-bottom: 4px solid #0030FF;
}

/*World
----------------------------------------------*/
#city {
	display: flex;
	margin-bottom: 85px;
}

#city dt {
	margin-right: 10px;
}

#city h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 26px;
	font-weight: 100;
	letter-spacing: 3px;
}

#city2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 85px;
}

#city2 li {
	width: 229px;
}

#city2 h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 3px;
	margin: 10px 0;
}

.infiniteslide1 {
	width: 760px;
	margin: 0 auto 85px !important;
}

#city a {
	color: #000;
}


/*
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
対応頑張る！！＼(^o^)／
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
*/

@media screen and (max-width: 720px) {

	#city,
	#city2 {
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}

	#city {
		width: 100%;
		margin-bottom: 60px;
	}

	#city2 li {
		width: 100%;
		margin-bottom: 60px;
	}

	#city p,
	#city2 p {
		text-align: center;
	}

	#city p img,
	#city2 p img {
		width: 40%;
		margin: auto;
	}

	#city .banner,
	#city2 .banner {
		width: 151px;
	}

	#city .desc,
	#city2 .desc {
		text-align: left;
	}

	#city2 h3 {
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size: 26px;
		font-weight: 100;
		letter-spacing: 3px;
	}

	.infiniteslide1 {
		width: 100%;
	}

	#menu li:nth-of-type(1) {
		border-bottom: 0px solid #000;
	}
}