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

/* -----------------------------------------------------------
	
----------------------------------------------------------- */

.room_pic {
	background: linear-gradient(to bottom, #fff 30%, #F1ECEB 30%);
    margin-bottom: 60px;
}
.page_ttl_bg_1 {
	background: url(../img/bg_ttl_1.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}

.tab_nemu {
}
.tab_nemu ul {
	border-bottom: 2px solid #D24738;
}
.tab_nemu ul li {
	width: 50%;
	float: left;
	background: #eee;
	text-align: center;
	font-size: 18px;
	padding: 8px 0;
	cursor: pointer;
}
.tab_nemu ul li:hover {
	background: #E49188;
	color: #fff;
}
.tab_nemu ul li.tab_active {
	background: #D24738;
	color: #fff;
}
.tab_cont > li {
	display: none;
}
.tab_cont > li.tab_cont_active {
	display: block;
}

.room_type {
	padding: 40px 80px 60px;
	margin-bottom: 50px;
	/*background: #fff;*/
	/*border-bottom: 2px solid #D24738;*/
}

.room_main_pic {
	
}
.room_main_text {
	margin: 70px 0 50px;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.8;
}
.madori {
	margin-bottom: 80px;
}
.madori_l {
	width: 55%;
	float: left;
}
.madori_r {
	width: 42%;
	float: right;
	padding-top: 20px;
}
.madori_fig {
	width: 80%;
	margin: 0 auto;
}
.madori_pic {
	margin-bottom: 30px;
}
.madori_sub {
	font-size: 20px;
	position: relative;
	margin-bottom: 6px;
}
.madori_sub::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #2c2c2c;
}
.madori_sub span {
	background: #F1ECEB;
	padding-right: 10px;
	letter-spacing: 0.2em;
	position: relative;
}
.madori_text {
	font-size: 16px;
}

.room_type_subttl {
	font-size: 30px;
	font-family: serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.room_type_subttl::after {
	content: '';
	position: absolute;
	bottom: -8px;
	width: 50px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #D24738;
}

.room_setubi li {
	width: calc(96% / 3);
	margin-left: 2%;
	margin-bottom: calc(4% + 5px);
	float: left;
}
.room_setubi li:nth-child(3n + 1) {
	margin-left: 0;
}
.room_setubi li p {
	margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
.room_type {
	padding: 40px 40px 40px;
}
.room_setubi li {
	width: calc(98% / 2);
}
.room_setubi li:nth-child(3n + 1) {
	margin-left: 2%;
}
.room_setubi li:nth-child(2n + 1) {
	margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.tab_nemu ul li {
	font-size: 16px;
}
.room_type {
	padding: 20px;
}
.room_main_text {
	margin: 30px 0 20px;
	font-size: 14px;
}
.madori {
	margin-bottom: 40px;
}
.madori_l {
	margin-bottom: 30px;
}
.madori_l,
.madori_r {
	width: 100%;
	float: none;
}
.madori_sub {
	font-size: 18px;
}
.madori_text {
	font-size: 14px;
}
.room_setubi li {
	width: 100%;
}
}





