/*--- header ----------------------------------------------------------------*/

#header{

}

/*--- content ---------------------------------------------------------------*/

#content #lending{	background-image: url("../images/h1_lending.png");}
#content #rooms{	background-image: url("../images/h1_room.png");}
#content .section{
	float: left;
}
#content ul{
	padding: 20px 0 20px 25px;
}
#content #room_info ul{
	padding: 20px 0;
}

#room_info li{
	margin-bottom: 1em;
	list-style: none;
	background: #DCC287;
	border: 1px solid #997017;
	float: left;
	width: 49%;
	box-sizing: border-box;
}
#room_info li:nth-child(2n-1){
	clear: left;
	margin-right: 2%;
}
#room_info #twin_w{
}
#content #room_info li h3{
	background: url("../../images/bg_normal.png") #126;
	color: #fff;
	margin: 1px;
	padding: 5px;
}
#room_info li p,
#room_info li .thumb{
	background: url("../../images/bg_table_non-active.png");
	margin: 0 1px;
	padding: 10px 5px;
	text-align: center;
}
#room_info li p{
	padding: 5px;
	height: 5em;
}
#room_info li .next{
	background: url("../../images/bg_table.png");
	margin: 1px;
	padding: 5px;
	text-align: center;
}


#content .section .detail.section{
	border: 1px solid #997017;
	width:100%;
	padding: 0;
	box-sizing: border-box;
}
#content .section .detail.section table{
	border-collapse: collapse;
	width: 100%;
}
#content .section .detail.section.col2{
	width: 50%;
	float: left;
	margin: 0 10px 0 0;
}
#content .section .detail.section.col2 table{
	width: 100%;
}
#content .section .detail.section td{
	background: url("../../images/bg_table_non-active.png");
	border: 1px solid #DCC287;
	padding: 5px;
}
#content .section .detail.section th{
	background: url("../../images/bg_normal.png");
	border: 1px solid #DCC287;
	color: #fff;
	padding: 5px;
}
.img {
	display: flex;
	gap: 0.5em;
}
.img img{
	width: 50%;
}
.separate .img {
}
.single .img img,
.separate .img img{
}
p.madori{
	text-align: center;
}
#room_info:after{height: 0;visibility: hidden;content: ".";display: block;clear: both;}
#room_info{min-height: 1px;}
* html #room_info{height: 1px;/*\*//*/height: auto;overflow: hidden;/**/}
