@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : rooms_common.css
 author     : Ability Consultant
 style info : 客室 共通部分
=================================================================== */
.title_rooms {
	max-width: 1260px;
	width: 89.58333%;
	margin-left: auto;
	margin-right: auto;
}

.box_btn_open_popup {
	width: 220px;
	margin-top: 27px;
	max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_btn_open_popup {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.box_btn_open_popup {
		margin-top: 1em;
	}
}

.box_btn_open_popup .btn_open_popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	padding: 0.6em 1em 0.6em 2em;
	color: #555555;
	text-align: left;
	border: 1px solid #aaaaaa;
}

.box_btn_open_popup .btn_open_popup .ic_arr {
	width: 2em;
	height: 1px;
	background-color: #555555;
	position: relative;
	display: block;
}

.box_btn_open_popup .btn_open_popup .ic_arr:after {
	content: "";
	width: 0.6em;
	height: 1px;
	background-color: #555555;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: rotate(35deg);
	transition: 0.6s right;
	transform-origin: right bottom;
}

.box_btn_open_popup .btn_open_popup:hover .ic_arr {
	transform: translateX(0.5em);
}

@media only screen and (min-width: 768px) {
	.box_btn_open_popup .btn_open_popup {
		font-size: 100%;
	}
}

@media print {
	.box_btn_open_popup .btn_open_popup {
		font-size: 100%;
	}
}

.ie8 .box_btn_open_popup .btn_open_popup {
	font-size: 100%;
}

@media only screen and (max-width: 767px) {
	.box_btn_open_popup .btn_open_popup {
		font-size: 100%;
	}
}

.box_popup_rooms .mfp-figure::after {
	background: transparent;
	box-shadow: none;
}

.box_popup_rooms img {
	max-width: 92%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.box_popup_rooms img {
		max-width: 98%;
	}
}

.box_popup_rooms .mfp-close {
	font-family: auto;
	bottom: -0.4em;
	text-align: center;
	top: auto;
	font-size: 350%;
	cursor: pointer !important;
}

@media only screen and (max-width: 767px) {
	.box_popup_rooms .mfp-close {
		bottom: -0.2em;
	}
}

.title_rooms {
	text-align: center;
	font-weight: normal;
	margin: 20px auto 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.title_rooms {
		margin: 20px auto 30px;
	}
}

@media only screen and (max-width: 767px) {
	.title_rooms {
		margin: 3em auto 1.5em;
	}
}

.title_rooms span {
	display: block;
	line-height: 1.3;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.title_rooms span.sub {
	margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
	.title_rooms span.sub {
		font-size: 120%;
	}
}

@media print {
	.title_rooms span.sub {
		font-size: 120%;
	}
}

.ie8 .title_rooms span.sub {
	font-size: 120%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.title_rooms span.sub {
		font-size: 114%;
	}
}

@media only screen and (max-width: 767px) {
	.title_rooms span.sub {
		font-size: 107%;
	}
}

@media only screen and (max-width: 767px) {
	.title_rooms span.sub {
		margin-bottom: 0.5em;
	}
}

@media only screen and (min-width: 1025px) {
	.title_rooms span.main {
		font-size: 240%;
	}
}

@media print {
	.title_rooms span.main {
		font-size: 240%;
	}
}

.ie8 .title_rooms span.main {
	font-size: 240%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.title_rooms span.main {
		font-size: 220%;
	}
}

@media only screen and (max-width: 767px) {
	.title_rooms span.main {
		font-size: 187%;
	}
}

.st_tmp_s {
	margin-bottom: 10px;
}

.st_tmp_s span {
	color: #5b4b8a;
	font-size: 134%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	display: block;
	position: relative;
	padding-left: 1.25em;
}

@media only screen and (max-width: 767px) {
	.st_tmp_s span {
		font-size: 120%;
	}
}

.st_tmp_s span:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 2px;
	background: #5b4b8a;
}

.st_en {
	font-family: "Cinzel", serif;
	margin-bottom: 40px;
	font-weight: normal;
	text-align: center;
	line-height: 1.3;
}

@media only screen and (min-width: 1025px) {
	.st_en {
		font-size: 234%;
	}
}

@media print {
	.st_en {
		font-size: 234%;
	}
}

.ie8 .st_en {
	font-size: 234%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_en {
		font-size: 220%;
	}
}

@media only screen and (max-width: 767px) {
	.st_en {
		font-size: 200%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_en {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.st_en {
		margin-bottom: 0.5em;
	}
}
