@charset "utf-8";
/* ===================================================
	room1 CSS
====================================================== */

/* ---------------------------------------------------
#sec1
------------------------------------------------------ */
#sec1 { padding: 200px 0 170px; background: url(../../facilities/img/room1/bg.png)no-repeat right 0 top 50px;}
#sec1 h2 { margin: 0 0 80px; text-align: center; font-style: italic; font-size: 55px; color: rgba(65, 65, 65, .6);}
#sec1 h2 span { display: block; font-size: 30px;}
#sec1 h2+img{ width: 100%; height: 750px;}
#sec1 h3 { margin: 100px 0 40px; text-align: center; font-size: 28px; font-style: italic; color: rgba(65, 65, 65, .6);}
#sec1 h3+p { margin: 0 0 130px; text-align: center;}
#sec1 .flex_col { flex-wrap: wrap;}
#sec1 .flex_col >div { width: 48%; margin-bottom: 70px;}
#sec1 .flex_col >div:nth-of-type(1) { width: 100%;}
#sec1 .flex_col >div p { margin: 10px 0 0;}
#sec1 .flex_col >div video { width: 100%;}
#sec1 .flex_col > div:not(:nth-of-type(1)) img,
#sec1 .flex_col > div:not(:nth-of-type(1)) video {
	width: 100%;
	aspect-ratio: 585 / 430;
	object-fit: cover;
	display: block;
}
#sec1 .flex_col > div:not(:nth-of-type(1)) video { background-color: #000;}

#sec1 .detail_col { margin-bottom: 110px; padding: 20px 6%; background-color: #f2f2f2;}
#sec1 .detail_col dl { display: flex; padding: 33px 0; border-bottom: 1px solid #cfcfcf;}
#sec1 .detail_col dl:last-of-type { border-bottom: none;}
#sec1 .detail_col dt { width: 220px; opacity: .7;}
#sec1 .detail_col dd { width: calc(100% - 220px); font-size: 16px;}

#sec1 .calendar_col h4 { font-size: 20px; color: rgba(65, 65, 65, .6);}
#sec1 .calendar_col h4+p { margin: 0 0 40px; font-size: 16px; opacity: .6;}
#sec1 .calendar_col .calendar_489ban { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 80px;}
#sec1 .calendar_col .calendar_489ban caption { font-size: 24px; color: rgba(65, 65, 65, .6); text-align: center;}
#sec1 .calendar_col table { width: 48%; color: #4f443a;letter-spacing: 0;}
#sec1 .calendar_col tbody { border: solid 1px #e9e9e9; border-top: none;}
#sec1 .calendar_col thead { border: 1px solid #f2f2f2;}
#sec1 .calendar_col thead th { background: #f2f2f2; padding: 5px 0; border-right: solid 1px #e9e9e9; font-size: 16px; color: #767676;}
#sec1 .calendar_col thead th:first-of-type { color: #d4252b;}
#sec1 .calendar_col thead th:last-of-type { color: #6f73b1; border-right: none;}
#sec1 .calendar_col tbody td { background: #fff; text-align: center; padding: 7px 0; border-right: solid 1px #e9e9e9; border-bottom: solid 1px #e9e9e9; font-size: 16px; line-height: 1.2;}
#sec1 .calendar_col tbody td:first-of-type { color: #d4252b;}
#sec1 .calendar_col tbody td:last-of-type { border-right: none; color: #6f73b1;}

#sec1 .calendar_col .btn_reserve { display: table; margin: 0 auto 45px; width: 590px; padding: 34px 0;}
#sec1 .calendar_col .btn_reserve+a { display: table; margin: 0 auto; padding: 0 0 0 30px; background: url(../../facilities/img/room1/arrow.svg) no-repeat left center; background-size: 16px;}

@media screen and (hover: hover) and (min-width: 601px) {

}

@media screen and (max-width: 600px) {
	#sec1 { padding: 100px 0 80px; background-size: 170% auto; background-position: top 10px right 0;}
	#sec1 h2 { margin: 0 0 30px; font-size: 30px;}
	#sec1 h2 span { font-size: 20px;}
	#sec1 h2+img { height: 70vw;}
	#sec1 h3 { margin: 30px 0 20px; font-size: 24px;}
	#sec1 h3+p { text-align: left; margin: 0 0 50px;}
	#sec1 .flex_col >div p { margin: 5px 0 0;}
	#sec1 .flex_col >div { width: 100%; margin-bottom: 30px;}
	#sec1 .flex_col >div:nth-of-type(1) img,
	#sec1 .flex_col > div:not(:nth-of-type(1)) img,
	#sec1 .flex_col > div:not(:nth-of-type(1)) video { height: 60vw;}
	
	#sec1 .detail_col { margin-bottom: 50px; padding: 20px 5%;}
	#sec1 .detail_col dl { display: block; padding: 18px 0;}
	#sec1 .detail_col dt,
	#sec1 .detail_col dd { width: 100%;}
	#sec1 .calendar_col .btn_reserve { width: 100%; padding: 20px 0; margin: 0 auto 30px;}
	
	#sec1 .calendar_col h4 { font-size: 18px;}
	#sec1 .calendar_col h4+p { margin: 0 0 20px;}
	#sec1 .calendar_col .calendar_489ban { display: block; margin-bottom: 50px;}
	#sec1 .calendar_col table { width: 100%;}
	#sec1 .calendar_col table:nth-of-type(1) { margin-bottom: 20px;}
	#sec1 .calendar_col .calendar_489ban caption { font-size: 20px;}

}


/* ---------------------------------------------------
#sec2
------------------------------------------------------ */
#sec2 { margin-bottom: 80px; padding: 200px 0; background-color: #f2f2f2;}
#sec2 h2 { margin: 0 0 40px; text-align: center; font-style: italic; font-size: 40px; color: rgba(65, 65, 65, .6);}
#sec2 .flex_col ul { display: flex; font-size: 16px; opacity: .6; align-items: center;}
#sec2 .flex_col ul img { padding: 0 8px 0 0; opacity: .6; vertical-align: middle;}
#sec2 .flex_col ul li:nth-of-type(1) img { width: 16px;}
#sec2 .flex_col ul li:nth-of-type(2) img { width: 18px;}
#sec2 .flex_col ul li:nth-of-type(2) { margin: 0 0 0 20px;}

#sec2 .detail_col { padding: 20px 6%; background-color: #fff;}
#sec2 .detail_col dl { display: flex; padding: 33px 0; border-bottom: 1px solid #cfcfcf;}
#sec2 .detail_col dl:last-of-type { border-bottom: none;}
#sec2 .detail_col dt { width: 220px; opacity: .7;}
#sec2 .detail_col dd { width: calc(100% - 220px); font-size: 16px;}

@media screen and (max-width: 600px) {
	#sec2 { margin-bottom: 100px; padding: 80px 0 100px;}
	#sec2 h2 { margin: 0 0 5px; font-size: 30px;}
	#sec2 .flex_col ul { justify-content: center; margin: 0 0 20px;}

	#sec2 .detail_col { padding: 20px 5%;}
	#sec2 .detail_col dl { display: block; padding: 18px 0;}
	#sec2 .detail_col dt,
	#sec2 .detail_col dd { width: 100%;}

}