@charset "UTF-8";

/* ***********************************************************************
	18周年スペシャルキャンペーン
*********************************************************************** */

.special_campaign {
	margin: 0 auto 20px;
	width: 950px;
	text-align: center;
	background: #1EA2A5;
}
.special_campaign p.note {
	padding: 3px 0;
	color: #FFFFFF;
}
.special_campaign .inner {
	position: relative;
	display: block;
	margin: 0;
	width: 950px;
	height: 520px;
	text-align: center;
	background: url("../images/lp_special_campaign/bn_lp.png") no-repeat center bottom;
	background-color: #67C6C6;
}
.special_campaign #remaining_days {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	margin: auto;
	padding-left: 10px;
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
}
.special_campaign #remaining_days span {
	color: #FFF429;
	font-size: 52px;
}
.special_campaign #remaining_days span.last {
	display: inline-block;
	padding: 7px 0 0 5px;
	font-size: 42px;
}

.detail {
	margin-bottom: 50px;
}
.detail span {
	font-weight: bold;
	text-decoration: underline;
}



h2.title {
	margin: 0 0 30px;
	padding: 30px 0;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	background: #67C6C6;
	border: none;
}


/* =============================================== */
/* #roomlist                                          */
/* =============================================== */

#roomlist {
	margin: 0 0 80px;
	padding: 0;
}
#roomlist section {
	margin: 0 0 30px;
	padding: 0 ;
	border: 1px solid #C1B199;
}
#roomlist section .copy {
	padding: 20px;
	font-size: 172%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #FFFFFF;
	background: #FFC200;
}
#roomlist section .box {
	position: relative;
	padding: 20px;
}
#roomlist section .box:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}


#roomlist section .box ul.icon {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
	display:flex;
	width:420px;
}
#roomlist section .box ul.icon li.womenonly_chn{
	width: 75px;height: 80px;padding: 34px 0 0;box-sizing: border-box;
	background: url("../images/cate_contents/icon_point_womanonly_chn.png") no-repeat left top;
	color: #ffffff;font-size: 13px; font-weight: bold;line-height: 1.2; text-align: center;
}


#roomlist section .box ul.icon li.campaign_title{
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-left:10px;
	padding-right:5px;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	line-height: 1.2;
	background:#00B3C5;
	border-left: dotted 2px;
}

#roomlist section img.photo {
	width: 420px;
	height: auto;
	margin-bottom:20px;
}
#roomlist section .textArea {
	float: right;
	width: 478px;
	padding: 0 0 0 20px;
}
#roomlist section h2 {
	position: relative;
	margin: 0 0 15px;
	background: #7E6B5A;
}
#roomlist section h2 a {
	padding: 10px 40px 10px 15px;
	font-size: 143%;
	line-height: 1.6;
	font-weight: bold;
	color: #fff;
	display: block;
}
#roomlist section h2:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	margin: auto;
	font-family: FontAwesome;
	content: '\f054';
	font-size: 150%;
	font-weight: normal;
	color: #FFFFFF;
} 
#roomlist section h2:hover {
	background: #9E724A;
}
#roomlist section .gaiyou {
	margin: 0 0 10px;
	padding: 0 0 15px;
	border-bottom: 1px dashed #C1B199;
}

#roomlist dl,
#roomlist dl dt,
#roomlist dl dd {
  box-sizing: border-box;
}
#roomlist section dt {
  width: 80px;
  float: left;
  padding: 4px 0;
  font-weight:bold;
  line-height:1.3;
}
#roomlist section dd {
  padding: 4px 0;
  line-height:1.3;
}

#roomlist section dd:after {
  content: '';
  display: block;
  clear: both;
}

#roomlist section dt.rent,
#roomlist section dd.rent p {
	font-size: 172%;
	font-weight: bold;
	color: #FF8C00;
	line-height:1.0;
}



/*スタッフ*/
#roomlist ul.staff{
	display:flex;
	width:420px;
}
#roomlist ul.staff div.staff_name{
	width:100%;
	text-align:center;
	font-size:85%;
	color:#333;
	line-height:1.0;
	margin-bottom:5px;

}
#roomlist ul.staff div.staff_name::before{
	content:'STAFF';
	background:#333;
	color:#fff;
	padding:5px;
	font-size:82%;
	position:absolute;
	top: -15px;
	left: 0px;
}
#roomlist ul.staff li div.staff_photo{
	text-align: center;
	position: relative;
	display: block;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	height: 50px;
	width: 50px;
	overflow: hidden;
	left:30px;
}

#roomlist ul.staff > li:last-child{
	width: 300px;
	background:#F0E5D3;
	padding:10px 5px;
}

#roomlist ul.staff > li:first-child{/*優先*/
	width:110px;
	text-align:center;
	background:#F0E5D3;
	padding:10px 0;
	position:relative;

}
/*リポート*/
#roomlist section.report{
	border:none;
	margin:0;
}
#roomlist section.report ul{
	display:flex;
	padding-right: 5px;
}
#roomlist section.report ul li.report_thumb{
	width:110px;
	margin-right:10px;
}
#roomlist section.report ul li.report_thumb img{
	width:100px;
	height:auto;
}
#roomlist section.report ul li.report_text{
	font-size:94%;
	line-height:1.4;
	width:180px;
}
#roomlist section.report ul li.report_text::before{
	font-family: FontAwesome;
	content: '\f044';
	padding-right:5px;
}
#roomlist section.report ul li.report_text a{
	text-decoration:underline;
	color:#333;
}
#roomlist section.report ul li.report_text a:hover{
	color:#FF8C00;
}
