@charset "utf-8";

/* ---------------------------------------- 
 - spa_box
---------------------------------------- */
#spa_box {
	margin: 100px auto;
	width: 100%;
	max-width: 1200px;
}
#spa_box .visual_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 40px;
}
#spa_box .visual_list li {
    position: relative;    
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 32%;
}
#spa_box .visual_list li .visual {
	width: 100%;
	height: 100%;    
	position: absolute;
    top: 50%;
    left: 50%;
	overflow: hidden;
    transform: translate(-50%,-50%);
}
#spa_box .visual_list li .visual picture,
#spa_box .visual_list li .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
#spa_box .visual_list #fade_01,
#spa_box .visual_list #fade_04 {
	width: 64%;
}
#spa_box .visual_list #fade_02,
#spa_box .visual_list #fade_03 {
	width: calc(36% - 20px);   
}
#spa_box .txt_box {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
}
#spa_box .txt_box ul.notice {
	margin-top: 1.0em;
}
#spa_box .txt_box ul.notice li {
	text-indent: -1.0em;
	margin-left: 1.0em;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	#spa_box {
		margin: 50px auto;
	}
	#spa_box .visual_list {
		margin-bottom: 20px;
	}
	#spa_box .visual_list li {
		margin-bottom: 10px;
		padding-top: 40%;
	}
	#spa_box .visual_list #fade_01,
	#spa_box .visual_list #fade_04 {
		width: 64%;
	}
	#spa_box .visual_list #fade_02,
	#spa_box .visual_list #fade_03 {
		width: calc(36% - 10px);   
	}
}

/* ---------------------------------------- 
 - #facility
---------------------------------------- */
#facility {
	width: 90%;
	max-width: 1200px;
	margin: 100px auto;
	box-sizing: border-box;
	padding: 40px 25px;
	border-top: solid 1px #92a395;
	border-bottom: solid 1px #92a395;
}
#facility dl {
	display: flex;
	margin-bottom: 1.0em;
}
#facility dl:last-child {
	margin-bottom: 0;
}
#facility dl dt {
	width:5em;
	font-weight: 400;
}
#facility dl dd {
	flex:1;
}
#facility dl dd > ul.notice {
	margin-top: 0.5em;
	font-size: 1.4rem;
}
#facility dl dd > ul.notice li {
	text-indent: -1.0em;
	margin-left:1.0em;
	margin-bottom: 0.5em;
}
#facility dl dd > ul.notice li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	#facility {
		margin: 60px auto;
		padding: 20px 3%;
	}
	#facility dl {
		display: block;
	}
	#facility dl dt {
		width:100%;
	}
}

/* ---------------------------------------- 
 - .other_box
---------------------------------------- */
.other_box {
	width: 90%;
	max-width: 1200px;
	margin: 120px auto 60px;
	background: #d0d1cc;
	box-sizing: border-box;
	text-align: center;
	padding: 65px 85px;
}
.other_box > .ttl {
	margin-bottom: 2.5em;
}
.other_box > .ttl .en {
	font-size:4.6rem;
	font-weight: 200;
	line-height:1.4;
	color: #657568;
}
.other_box > .ttl .jp {
	display: block;
	font-size:1.8rem;
}
.other_box .visual_box {
	width: 100%;
	max-width: 1010px;
	margin: 0 auto 35px;	
	display: grid;
	grid-gap: 20px 10px;
	grid-template-columns: 63% 1fr;	
}
.other_box .visual_box .visual:first-child{
	grid-row: 1 / 3;
	grid-column: 1 / 1;
}
.other_box .visual_box .visual:nth-child(2){
	grid-row: 1 / 1;
	grid-column: 3 / 3;
}
.other_box .visual_box .visual:nth-child(3){
	grid-row: 2 / 2;
	grid-column: 3 / 3;
}
.other_box .visual_box .visual img,
.other_box .visual_box .visual picture {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
.other_box .txt_box {
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	text-align: left;
}
.other_box .txt_box ul.notice {
	margin-top: 0.5em;
	font-size:1.4rem;
}
.other_box .txt_box ul.notice li {
	text-indent: -1.0em;
	margin-left: 1.0em;
	margin-bottom: 0.5em;
}
.other_box .txt_box ul.notice li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.other_box {
		margin: 50px auto;
		padding: 30px 5%;
	}
	.other_box > .ttl {
		margin-bottom: 1.5em;
	}
	.other_box > .ttl .en {
		font-size:2.6rem;
		font-weight: 300;
	}
	.other_box > .ttl .jp {
		font-size:1.6rem;
	}
	.other_box .visual_box {
		margin-bottom: 20px;
		grid-gap: 10px 5px;
	}
}