@charset "utf-8";

/* style_sp_training.css：Smartphone
 * ======================================
 * Element
 * ======================================
 */

  /* Element
------------------------------------------------------------------ */
#subPage #main h1.training {
	background: url(../images/common/bg_ttl_training.jpg) no-repeat center center;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

#main .inner section{
    	clear: both;
	overflow: hidden;

}

/* 施設詳細 */
#main .anchorLink {
	display: none;
}
#subPage #main .facilitiesImg {
	list-style: none;
	margin: 10px 0 10px 0;
}
#subPage #main .facilitiesImg img {
	width: 100%;
}
#subPage #main .facilitiesDetail {
	margin: 10px 0 0 0;
}
#subPage #main .facilitiesDetail p.attention {
	color: #329bf0;
	font-size: 1.4rem !important; /* =14px */
	margin: 10px 0 0 0;
}

/* プール利用時間／料金 */
#subPage #main dl {
	clear: both;
	margin: 10px 0;
	overflow: hidden;
}
#subPage #main dl dt {
	line-height: 1.5;
}
#subPage #main dl dt span {
	border: 1px solid #595757;
	display: block;
	font-size: 1.2rem; /* =12px */
	text-align: center;
	width: 80px;
}
#subPage #main dl dd {
	font-size: 1.3rem; /* =13px */
	line-height: 1.4;
	margin: 5px 0 0 0;
}
#subPage #main dl dd span {
	font-size: 1.2rem; /* =12px */
}