@charset "UTF-8";
/*------------------------
#main
------------------------*/
#MAUREwrap #main {
	display: block;
	content: '';
	width: 100%;
	height: 360px;
	background: url(../img/hotspring/main.jpg) top center no-repeat;
}

/*------------------------
#common
------------------------*/
#MAUREwrap .content{
	background:
		url(../img/cmn/bg_left.jpg) top left no-repeat,
		url(../img/cmn/bg_right.jpg) top right no-repeat;
	overflow: hidden;
}
#MAUREwrap .content .ph .inner .box{
	display: flex;
	align-items: center;
	width: 450px;
	height: 450px;
	background-color: rgba(244,244,244,0.85);
	backdrop-filter: blur(2px);
	padding: 0 40px;
}
#MAUREwrap .content .box h3{
	font-size: 55px;
	font-weight: normal;
	line-height: 60px;
	margin-bottom: 35px;
}
#MAUREwrap .content .box h3 span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 20px;
}
/*------------------------
#bath
------------------------*/
#MAUREwrap #bath {
	background: 
		url(../img/cmn/bg_03.jpg) bottom right no-repeat,
		url(../img/cmn/bg_01.jpg) top 520px right repeat-x;
	padding: 120px 0 115px 0;
}
#MAUREwrap #bath .intro{
	text-align: center;
	margin-bottom: 110px;
}
#MAUREwrap #bath .public .ph{
	width: 100%;
	height: 665px;
	padding: 0 0 0 0;
	box-sizing: border-box;
	background: url(../img/hotspring/ph_bath_01.jpg) top left calc(50% - 230px) no-repeat;
	margin-bottom: 150px;
	position: relative;
}
#MAUREwrap #bath .public .ph .inner{
	position: relative;
}
#MAUREwrap #bath .public .ph .inner .box{
	position: absolute;
	top: 110px;
	right: 0;
}
#MAUREwrap #bath .open{
	min-height: 585px;
	padding-bottom: 80px;
}
#MAUREwrap #bath .open .inner{
	width: 100%;
}
#MAUREwrap #bath .open .ph{
	width: 100%;
	height: 585px;
	background: url(../img/hotspring/ph_bath_02.jpg) top 130px right no-repeat;
}
#MAUREwrap #bath .info{
	display: flex;
	justify-content: space-between;
}
#MAUREwrap #bath .info h3{
	width: 220px;
	font-size: 33px;
}
#MAUREwrap #bath .info h3 span{
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
}
#MAUREwrap #bath .info dl{
	width: 870px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
	position: relative;
}
@media only screen and (max-width: 1128px) {
	#MAUREwrap #bath .info dl{
		width: 810px;
	}
}
#MAUREwrap #bath .info dl::before{
	display: block;
	content: '';
	width: 1px;
	height: calc(100% - 15px);
	background-color: #1C1E22;
	position: absolute;
	top: 0;
	left: -40px;
}
@media only screen and (max-width: 1128px) {
	#MAUREwrap #bath .info dl::before{
		left: -25px;
	}
}
#MAUREwrap #bath .info dl dt{
	width: 160px;
	font-weight: bold;
	margin-bottom: 15px;
}
#MAUREwrap #bath .info dl dt::before{
	content: '●';
	font-size: 12px;
	color: #AC9467;
	margin-right: 5px;
}
#MAUREwrap #bath .info dl dd{
	width: calc(100% - 160px);
	margin-bottom: 15px;
}
/*------------------------
#lounge
------------------------*/
#MAUREwrap #lounge{
	background:
		url(../img/hotspring/bg_02.png) top 725px right calc(50% - 700px) no-repeat,
		url(../img/hotspring/bg_01.png) top -70px left no-repeat;
	padding: 160px 0 160px 0;
}
#MAUREwrap #lounge .ph{
	width: 100%;
	height: 665px;
	padding: 0 0 0 0;
	box-sizing: content-box;
	background: url(../img/hotspring/ph_lounge_01.jpg) top left calc(50% - 230px) no-repeat;
}
#MAUREwrap #lounge .ph .inner{
	position: relative;
}
#MAUREwrap #lounge .ph .inner .box{
	position: absolute;
	top: 110px;
	right: 0;
}

/*------------------------
#pokke
------------------------*/
#MAUREwrap #pokke{
	background:
		url(../img/hotspring/bg_03.jpg) top left no-repeat,
		url(../img/cmn/bg_04.jpg) top center repeat;
	padding: 140px 0;
	margin-bottom: 280px;
	position: relative;
}
#MAUREwrap #pokke .ph{
	width: 100%;
	height: 665px;
	padding: 0 0 0 0;
	margin-bottom: 70px;
	box-sizing: content-box;
	background: url(../img/hotspring/ph_pokke_01.jpg) ;
	background-position: top right calc(50% - 375px);
	background-repeat: no-repeat;
}
#MAUREwrap #pokke .ph .inner{
	position: relative;
}
#MAUREwrap #pokke .ph .inner .box{
	height: 580px;
	position: absolute;
	top: 45px;
	left: 0;
}
#MAUREwrap #pokke .ph .inner .box p:nth-of-type(2){
	margin-top: 15px;
}
#MAUREwrap #pokke .ph .inner .box p span{
	display: block;
	line-height: 1.5;
	margin-top: 10px;
}
#MAUREwrap #pokke .ph_lg{
	width: 100%;
	max-width: 1613px;
	text-align: center;
	margin: 0 auto;
}
#MAUREwrap #pokke .ph_lg img{
	width: 100%;
	max-width: 1613px;
	height: auto;
}