/*----------------------------------------------------
↓下層ページCSS↓
/-------------------------------------------------- */
/*下層メインイメージ
-------------------------------------*/
.ul-main-img{
	background-image: url(../img/main-img-pc.jpg);
}
p.ul-main-img{
	margin-bottom: 0;
}


/*室内温水プールページ
---------------------------------*/
.pool-guide .sub-main-img{
	margin-bottom: 60px;
}
.pool-calendar iframe{
	width: 100%;
	height: 45vw;
}
.pool-calendar div ul{
	display: flex;
}
.pool-calendar div ul li:first-of-type{
	margin-right: 20px;
}
.pool-calendar div ul li span{
	-webkit-border-radius: 3px;
	font-size: 11px;
	color: #fff;
	padding: 1px 50px 1px 3px;
}
.pool-calendar .open-day{
	border: 1px solid #182C57;
	background-color: #536CA6;
}
.pool-calendar .close-day{
	border: 1px solid #711616;
	background-color: #AD2D2D;
}
.pool-calendar div p{
	text-align: left;
	padding-top: 10px;
}
/*営業停止バナー*/
.bnr-700{
	max-width: 700px;
	margin: 0 auto 30px;
}
.bnr-700 img{
	width: 100%;
}

#page-pool .pop-up{
	padding-left: 0;
}

/*アミューズメントページ
---------------------------------*/
#page-amusement .ul-main-img .tit-u{
	padding-top: 20px;
}
#page-amusement .ul-main-img .tit-u .tit-wf{
	font-size: 25px;
}

/*TVゲームページ
---------------------------------*/
#page-tvgame .ul-main-img .tit-u{
	padding-top: 20px;
}
#page-tvgame .ul-main-img .tit-u .tit-wf{
	font-size: 25px;
}






.pool_img_wrapper_sp{
	display: none;
}
/*=======================================================================
max-width: 767px
/===================================================================== */
@media screen and (max-width: 767px){
/*下層メインイメージ
-------------------------------------*/
.ul-main-img{
	background-image: url(../img/main-img-sp.jpg);
}

/*下層メインイメージテキスト部分
-------------------------------------*/
/**** アミューズメントページ ****/
#page-amusement .ul-main-img .tit-u{
	padding-top: 8px;
}
#page-amusement .ul-main-img .tit-u .tit-wf{
	font-size: 20px;
}
/**** テレビゲームページ ****/
#page-tvgame .ul-main-img .tit-u{
	padding-top: 8px;
}
#page-tvgame .ul-main-img .tit-u .tit-wf{
	font-size: 20px;
}
/*室内温水プールページ
---------------------------------*/
.pool-calendar iframe{
	height: 80vw;
}
}/* /@media screen and (max-width: 767px)  */






/*=======================================================================
max-width: 420px
/===================================================================== */

@media screen and (max-width: 420px){
/*室内温水プールページ
---------------------------------*/
.pool-guide .sub-main-img{
	margin-bottom: 30px;
}
.pool-calendar iframe{
	height: 110vw;
}
.pool-calendar div ul{
	display: block
}
	
.pool_img_wrapper{
	display: none;
}
.pool_img_wrapper_sp{
	display: block;
	padding-bottom: 16px;
}

/*アミューズメントページ
---------------------------------*/
/**** 下層ページテーブル ****/
#page-amusement table.u-layer-tbl tr td{
	font-size: 0.8em;
}
}/* /@media screen and (max-width: 420px)  */