@charset "utf-8";

#RthCustomizeW .page_room .main_contents{
	background: #E9E5D8;
	padding-bottom: 140px;
}

/* ---------------------------------------------------------------------- */
/* room_anchor */
#RthCustomizeW .room_anchor{
	background: #3C332F;
	color: #fff;
	padding: 50px 0;
}
#RthCustomizeW .room_anchor .catch{
	font-size: 26px;
    line-height: 1.6;
}
#RthCustomizeW .room_anchor .bed{
	border: #C69C6D solid 1px;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	margin-top: 30px;
	padding: 16px 32px;
}
#RthCustomizeW .room_anchor .link{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 22px;
	max-width: 1000px;
	margin: 50px auto 0;
    padding: 0 25px;
}
#RthCustomizeW .room_anchor .link li{
	margin-top: 11px;
	width: 32.6%;
	height: 72px;
}
#RthCustomizeW .room_anchor a{
	background: #D5914D url(../../images/icon_triangle.svg) no-repeat right 26px center;
	background-size: 15px auto;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
#RthCustomizeW .page_room .note{
	font-size: 20px;
	margin-top: 40px;
}

/* ---------------------------------------------------------------------- */
/* room_basic */
#RthCustomizeW .room_basic{
	overflow: hidden;
	padding: 50px 0;
}
#RthCustomizeW .room_basic .section_basic{
	height: 720px;
}
#RthCustomizeW .room_basic .section_basic:not(:first-child){
	margin-top: 50px;
}
#RthCustomizeW .room_basic .title{
	align-items: center;
	margin-left: 100px;
	position: relative;
	z-index: 2;
}
#RthCustomizeW .room_basic .ch3{
	margin: 0 20px 0 0;
	width: 280px;
}
#RthCustomizeW .room_basic .ch3 .en{
	margin-top: 10px;
}
#RthCustomizeW .room_basic .border{
	background: #333;
	display: block;
	height: 1px;
	width: 120px;
}
#RthCustomizeW .room_basic .comment{
	font-size: 24px;
	line-height: 1.583333;
	margin-left: 20px;
}
#RthCustomizeW .room_basic .background{
	position: absolute;
	left: 0px;
	top: 0;
	height: 740px;
	width: 900px;
	z-index: 0;
}
#RthCustomizeW .room_basic .section_basic:nth-child(2n) .background{
	right: 0;
	left: auto;
}
#RthCustomizeW .room_basic .background img{
    object-fit: cover;   
    width: 100%;
    height: 100%;
}

/* slider */
#RthCustomizeW .room_basic .slider_wrapper{
	height: 450px;
	width: 900px;
	margin-top: 15px;
	position: relative;
	left: 50px;
	top: 0;
	z-index: 1;
}
#RthCustomizeW .room_basic .section_basic:nth-child(2n) .slider_wrapper{
	left: 0px;
}
#RthCustomizeW .room_basic .slider_wrapper,
#RthCustomizeW .room_basic .slider_wrapper ul,
#RthCustomizeW .room_basic .slider_wrapper li,
#RthCustomizeW .room_basic .slider_wrapper img{
	height: 450px;
	width: 900px;
}

/* smokeicons */
#RthCustomizeW .smokeicons{
	display: flex;
	position: absolute;
	z-index: 2;
	right: 100px;
	top: 0;
}
#RthCustomizeW .smokeicons img{
	margin-left: 13px;
	width: 27px;
	height: auto;
}

/* room_table */
#RthCustomizeW .detail{
	margin: 20px 0 0 100px;
	position: relative;
	z-index: 2;
}
#RthCustomizeW .room_table tr,
#RthCustomizeW .room_table th,
#RthCustomizeW .room_table td{
	display: inline;
	font-size: 18px;
}
#RthCustomizeW .room_table th{
	font-weight: normal;
}
#RthCustomizeW .room_table th::after{
	content: "：";
}
#RthCustomizeW .room_table tr:not(:last-child) td::after{
	content: "／";
	margin-left: 10px;
}

/* ---------------------------------------------------------------------- */
/* room_special */
#RthCustomizeW .room_special{
	background: url(../images/content_bg.jpg) center top;
	background-size: cover;
	max-width: 850px;
	margin: 0 auto;
	overflow: hidden;
}
#RthCustomizeW .room_special .ch3 .en{
	margin-top: 10px;
}
#RthCustomizeW .room_special .comment{
	font-size: 21px;
	line-height: 2.1;
}
#RthCustomizeW .room_special .comment .size_s{
	display: block;
    margin-top: -1em;
}
/* slider */
#RthCustomizeW .room_special .slider_wrapper{
	height: 450px;
	width: 750px;
	margin-top: 30px;
	position: relative;
	left: 50px;
	z-index: 1;
}
#RthCustomizeW .room_special .slider_wrapper img{
	object-fit: cover;
	height: 450px;
	width: 100%;
}

/* japanese */
#RthCustomizeW #japanese{
	margin-top: 50px;
}

/* ---------------------------------------------------------------------- */
/* moderate */
#RthCustomizeW .moderate_headbg{
	background: url(../images/moderate_bg.jpg) no-repeat center;
	background-size: cover;
	height: 700px;
	margin-bottom: -450px;
}

/* ---------------------------------------------------------------------- */
/* amenity */
#RthCustomizeW .amenity_headbg{
	background: url(../images/amenity_bg.jpg) no-repeat center;
	background-size: cover;
	height: 700px;
	margin: 50px 0 -450px;
}
#RthCustomizeW #amenity{
	background: #fff;
	max-width: 850px;
	margin: 0 auto;
	padding: 50px 50px;
}
#RthCustomizeW #amenity .comment{
	font-size: 17px;
	margin-top: 10px;
}
#RthCustomizeW #amenity .photo{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#RthCustomizeW #amenity .photo li{
	width: 23.5%;
}
#RthCustomizeW .amenity_contents{
	margin-top: 50px;
}


/* ---------------------------------------------------------------------- */
/* 2024/12/28追記  */
#room_single {
	scroll-margin-top: 300px;
}
#room_double ,
#room_twin ,
#moderate_double {
	scroll-margin-top: 100px;
}
#RthCustomizeW #moderate_single {
	padding-top: 80px;
}
#RthCustomizeW #japanese {
	padding-top: 50px;
}