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

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

/* コンテンツタイトル */
.contitle_box {
	width: auto;
	padding-top: 80px;
	padding-bottom: 35px;
	background-image: url("../img/con_title.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.contitle_box h2 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #fff;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*コンテンツ用レイアウト*/
.container_inner_con {
	width: auto;
	margin: 0 20px;
}

/*設備紹介*/
.stadio_photo_li {
	display: block;
	margin-bottom: 30px;
}
.stadio_photo {
	width: 90%;
	margin: 0 auto;
}
.stadio_photo_txt {
	width: 90%;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.stadio_txt_p2 {
	margin-bottom: 30px;
	line-height: 1.8em;
	font-size: 22px;
	text-align: center;
	color: #412F1F;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	border-bottom: solid 1px #ACA199;
	border-top: solid 1px #ACA199;
}
.stadio_txt_title {
	font-weight: bold;
	font-size: 28px;
	margin: 0 auto 15px auto;
	color: #412F1F;
	border-bottom: solid 1px #ACA199;
	width: fit-content;
	text-align: center;
}

.house_btn {
	width: 90%;
	margin: 30px auto 0 auto;
}
.house_btn2 {
	width: 90%;
	margin: 30px auto 30px auto;
}

/*アクセス*/
.access_map {
	width: auto;
	margin-bottom: 40px;
}
.access_map iframe {
	width: 100%;
	height: 400px;
}

.access_photo_li {
	display: block;
	margin-bottom: 30px;
}
.access_photo {
	width: 90%;
	margin: 0 auto;
}
.access_photo_txt {
	width: 90%;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

}








