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

 file name  : hotel_detail.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
.container, .con_pickup {
	max-width: 1280px;
	margin: auto;
}
@media only screen and (min-width: 1145px) and (max-width: 1510px) {
	.container, .con_pickup {
		margin-left: 130px;
	}
}
@media print {
	.container, .con_pickup {
		margin-left: 130px;
	}
}
.ie8 .container, .ie8 .con_pickup {
	margin-left: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.container, .con_pickup {
		width: 95%;
	}
}
@media only screen and (max-width: 767px) {
	.container, .con_pickup {
		width: 90%;
	}
}

/*Animate */
@media only screen and (min-width: 1145px) and (max-width: 1420px) {
	.container {
		padding-right: 1em;
	}
}
@media print {
	.container {
		padding-right: 1em;
	}
}
.ie8 .container {
	padding-right: 1em;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro {
		margin-bottom: 3em;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro {
		margin-bottom: 2em;
	}
}
.con_intro .box_st {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_st {
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_st {
		margin-bottom: 1.5em;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_st {
		margin-bottom: 0.5em;
	}
}
.con_intro .box_st .txt_cate {
	background: #000;
	color: #fff;
	font-size: 89%;
	padding: 4px 30px;
	margin: 0 5px 0 0;
	display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_st .txt_cate {
		font-size: 83%;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_st .txt_cate {
		font-size: 77%;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_st .txt_cate {
		padding: 0.3em 1.5em;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_st .txt_cate {
		margin: 0 0 0.5em 0;
	}
}
.con_intro .box_st .txt_st {
	font-size: 236%;
	letter-spacing: -3px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_st .txt_st {
		font-size: 177%;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_st .txt_st {
		font-size: 118%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_st .txt_st {
		letter-spacing: -2px;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_st .txt_st {
		letter-spacing: -1px;
	}
}
.con_intro .box_slider {
	position: relative;
	z-index: 1;
	opacity: 0;
	margin-bottom: 42px;
	transition: opacity .5s linear;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_slider {
		margin-bottom: 2em;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_slider {
		margin-bottom: 1.5em;
	}
}
.con_intro .box_slider.slick-initialized {
	opacity: 1;
}
.con_intro .box_slider .slick-slide {
	outline: none;
}
.con_intro .box_slider .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 76px;
	height: 17px;
	background: transparent;
	outline: none;
	cursor: pointer;
	font-size: 0%;
	box-shadow: 0;
	border: 0;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_slider .slick-arrow {
		width: 4rem;
	}
}
.con_intro .box_slider .slick-arrow::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
}
.con_intro .box_slider .slick-arrow::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 2px;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_slider .slick-arrow::after {
		width: 1.2rem;
	}
}
.con_intro .box_slider .slick-arrow.slick-prev {
	left: 22px;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_slider .slick-arrow.slick-prev {
		left: 1rem;
	}
}
.con_intro .box_slider .slick-arrow.slick-prev::before {
	left: 0;
}
.con_intro .box_slider .slick-arrow.slick-prev::after {
	transform: rotate(-45deg);
	left: -1px;
}
.con_intro .box_slider .slick-arrow.slick-next {
	right: 22px;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_slider .slick-arrow.slick-next {
		right: 1rem;
	}
}
.con_intro .box_slider .slick-arrow.slick-next::before {
	right: 0;
}
.con_intro .box_slider .slick-arrow.slick-next::after {
	right: -1px;
	transform: rotate(45deg);
}
.con_intro .box_slider .slick-dots {
	position: absolute;
	bottom: 0.7em;
	right: 0;
	left: 0;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_slider .slick-dots {
		bottom: 0.3em;
	}
}
.con_intro .box_slider .slick-dots li {
	display: inline-block;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_slider .slick-dots li {
		margin: 0 0.15em;
		overflow: hidden;
	}
}
.con_intro .box_slider .slick-dots li.slick-active button {
	background: #897752;
}
.con_intro .box_slider .slick-dots li button {
	cursor: pointer;
	border-radius: 100%;
	outline: none;
	display: block;
	width: 10px;
	background: #fff;
	padding: 10px 0 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 4px;
	border: none;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_slider .slick-dots li button {
		width: 0.8em;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_slider .slick-dots li button {
		padding: 0.8em 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_slider .slick-dots li button {
		margin: 0;
	}
}
.con_intro .box_intro .box_txt {
	margin-bottom: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_txt {
		margin-bottom: 2em;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_txt {
		margin-bottom: 1.5em;
	}
}
.con_intro .box_intro .box_txt .txt_st {
	font-size: 177%;
	letter-spacing: -3px;
	text-align: center;
	color: #6c5527;
	margin-bottom: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_txt .txt_st {
		font-size: 136%;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_txt .txt_st {
		font-size: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_txt .txt_st {
		letter-spacing: -2px;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_txt .txt_st {
		letter-spacing: -1px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_txt .txt_st {
		margin-bottom: 0.7em;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_txt .txt_st {
		margin-bottom: 0.5em;
	}
}
.con_intro .box_intro .box_txt .txt_des {
	text-align: center;
	font-size: 100%;
	line-height: 2.2;
	letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_txt .txt_des {
		text-align: left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_txt .txt_des {
		font-size: 89%;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_txt .txt_des {
		font-size: 77%;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_txt .txt_des {
		line-height: 1.8;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_txt .txt_des {
		letter-spacing: 0;
	}
}
.con_intro .box_intro .box_parameter {
	display: flex;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter {
		display: block;
	}
}
.con_intro .box_intro .box_parameter .box_left {
	width: 82.8125%;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left {
		margin-bottom: 1em;
	}
}
.con_intro .box_intro .box_parameter .box_left .tbl_basic {
	width: 100%;
}
.con_intro .box_intro .box_parameter .box_left .tbl_basic tr th, .con_intro .box_intro .box_parameter .box_left .tbl_basic tr td {
	vertical-align: top;
	font-size: 100%;
	letter-spacing: 0;
	border-bottom: 1px solid #fff;
	padding: 0.4em 1em 0.25em 2.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr th, .con_intro .box_intro .box_parameter .box_left .tbl_basic tr td {
		font-size: 95%;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr th, .con_intro .box_intro .box_parameter .box_left .tbl_basic tr td {
		font-size: 77%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr th, .con_intro .box_intro .box_parameter .box_left .tbl_basic tr td {
		letter-spacing: -1px;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr th, .con_intro .box_intro .box_parameter .box_left .tbl_basic tr td {
		letter-spacing: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr th, .con_intro .box_intro .box_parameter .box_left .tbl_basic tr td {
		padding: 0.4em 0.3em 0.25em 0.8em;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr th, .con_intro .box_intro .box_parameter .box_left .tbl_basic tr td {
		padding: 0.5em 1em;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr th, .con_intro .box_intro .box_parameter .box_left .tbl_basic tr td {
		display: block;
	}
}
.con_intro .box_intro .box_parameter .box_left .tbl_basic tr th {
	width: 28.30189%;
	background: #f6f1eb;
	color: #000;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr th {
		width: 100%;
	}
}
.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td {
	width: 71.69811%;
	line-height: 1.8;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td {
		width: 100%;
	}
}
.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td .btn {
	display: inline-block;
	margin-left: 25px;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td .btn {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td .btn {
		width: 100%;
		max-width: 60%;
		margin: 0.3em auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td .btn {
		margin-left: 1em;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td .btn {
		margin-left: auto;
	}
}
.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td .btn a {
	transition: all .3s linear;
	position: relative;
	font-size: 89%;
	border: 1px solid #000;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	padding: 0.5em 1.9em;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td .btn a {
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td .btn a {
		padding: 0.2em 1em;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td .btn a {
		padding: 0.5em 1.9em;
	}
}
.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td .btn a::after {
	content: "\f481";
	font-family: "Ionicons";
	position: relative;
	font-size: 112%;
	margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td .btn a::after {
		font-size: 106%;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td .btn a::after {
		font-size: 100%;
	}
}
.con_intro .box_intro .box_parameter .box_left .tbl_basic tr td .btn a:hover {
	background: #000;
	color: #fff;
}
@media only screen and (min-width: 1145px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr:first-child th {
		padding-top: 0.8em;
	}
}
@media print {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr:first-child th {
		padding-top: 0.8em;
	}
}
.ie8 .con_intro .box_intro .box_parameter .box_left .tbl_basic tr:first-child th {
	padding-top: 0.8em;
}
@media only screen and (min-width: 1145px) {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr:first-child td {
		padding-top: 0em;
	}
}
@media print {
	.con_intro .box_intro .box_parameter .box_left .tbl_basic tr:first-child td {
		padding-top: 0em;
	}
}
.ie8 .con_intro .box_intro .box_parameter .box_left .tbl_basic tr:first-child td {
	padding-top: 0em;
}
.con_intro .box_intro .box_parameter .box_right {
	border-left: 1px solid #897752;
	width: 17.1875%;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_right {
		border-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_right {
		width: 100%;
	}
}
.con_intro .box_intro .box_parameter .box_right .box_link, .con_intro .box_intro .box_parameter .box_right aside {
	padding: 16% 0 0 32%;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_parameter .box_right .box_link, .con_intro .box_intro .box_parameter .box_right aside {
		padding: 1.7em 0 0 1.4em;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_right .box_link, .con_intro .box_intro .box_parameter .box_right aside {
		padding: 0;
	}
}
.con_intro .box_intro .box_parameter .box_right .box_link ul li, .con_intro .box_intro .box_parameter .box_right aside ul li {
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_right .box_link ul li, .con_intro .box_intro .box_parameter .box_right aside ul li {
		margin-bottom: 1em;
	}
}
.con_intro .box_intro .box_parameter .box_right .box_link ul li a, .con_intro .box_intro .box_parameter .box_right aside ul li a {
	transition: all .3s linear;
	position: relative;
	font-size: 89%;
	border-bottom: 3px solid #e9ff31;
	display: inline-block;
	text-align: center;
	padding: 0.5em 0.3em 0.5em 0;
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_right .box_link ul li a, .con_intro .box_intro .box_parameter .box_right aside ul li a {
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_parameter .box_right .box_link ul li a, .con_intro .box_intro .box_parameter .box_right aside ul li a {
		padding: 0.2em 0.3em 0.2em 0;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_right .box_link ul li a, .con_intro .box_intro .box_parameter .box_right aside ul li a {
		padding: 0.5em 1.9em;
	}
}
.con_intro .box_intro .box_parameter .box_right .box_link ul li a::after, .con_intro .box_intro .box_parameter .box_right aside ul li a::after {
	content: "\f481";
	font-family: "Ionicons";
	position: relative;
	font-size: 112%;
	margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_intro .box_intro .box_parameter .box_right .box_link ul li a::after, .con_intro .box_intro .box_parameter .box_right aside ul li a::after {
		font-size: 106%;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .box_intro .box_parameter .box_right .box_link ul li a::after, .con_intro .box_intro .box_parameter .box_right aside ul li a::after {
		font-size: 100%;
	}
}
.con_intro .box_intro .box_parameter .box_right .box_link ul li a::before, .con_intro .box_intro .box_parameter .box_right aside ul li a::before {
	content: '';
	width: 0;
	height: 3px;
	background: #000;
	position: absolute;
	bottom: -3px;
	left: 0;
	transition: all .2s linear;
}
.con_intro .box_intro .box_parameter .box_right .box_link ul li a:hover::before, .con_intro .box_intro .box_parameter .box_right aside ul li a:hover::before {
	width: 100%;
}

/* -----------------------------------------------------------
	.con_pickup
----------------------------------------------------------- */
.con_pickup {
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_pickup {
		margin-bottom: 2em;
	}
}
@media only screen and (max-width: 767px) {
	.con_pickup {
		margin-bottom: 2em;
	}
}
.con_pickup h2 {
	margin-bottom: 30px;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	.con_pickup h2 {
		margin-bottom: 8%;
		text-align: center;
	}
}
.con_pickup h2 .eng {
	font-family: "Cormorant SC", serif;
	font-size: 589%;
	margin-right: 10px;
	line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_pickup h2 .eng {
		font-size: 471%;
	}
}
@media only screen and (max-width: 767px) {
	.con_pickup h2 .eng {
		font-size: 236%;
		display: block;
	}
}
.con_pickup h2 .jp {
	font-size: 100%;
}
@media only screen and (max-width: 767px) {
	.con_pickup h2 .jp {
		font-size: 77%;
	}
}
.con_pickup .box_pickup {
	display: flex;
	flex-wrap: wrap;
}
.con_pickup .box_pickup .box {
	width: 24%;
	margin: 0 0.5%;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.con_pickup .box_pickup .box {
		width: 48%;
		margin: 0 1% 5%;
	}
}
.con_pickup .box_pickup .box .img {
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
	.con_pickup .box_pickup .box .img {
		margin-bottom: 10px;
	}
}
.con_pickup .box_pickup .box .img img {
	box-shadow: rgba(163, 178, 177, 0.75) 3px 3px 0px;
}
.con_pickup .box_pickup .box .txt {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.con_pickup .box_pickup .box .txt {
		font-size: 83%;
		margin-bottom: 10px;
	}
}
.con_pickup .box_pickup .box .tag {
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
	.con_pickup .box_pickup .box .tag {
		font-size: 83%;
	}
}
.con_pickup .box_pickup .box .tag li {
	display: inline-block;
	border-bottom: 3px solid #e9ff31;
	margin-right: 3px;
	color: #6c5527;
}
.con_pickup .box_pickup .box .time {
	color: #6c5527;
	font-family: "Abel", sans-serif;
}
@media only screen and (max-width: 767px) {
	.con_pickup .box_pickup .box .time {
		font-size: 83%;
	}
}
.con_pickup .box_pickup .box .new {
	position: absolute;
	top: -.5em;
	left: 1.2em;
	transform: skewX(-30deg);
	background: #e9ff31;
}
.con_pickup .box_pickup .box .new span {
	display: inline-block;
	font-style: italic;
	color: #6c5527;
	font-family: "Abel", sans-serif;
	padding: 0.3em 1.3em;
	transform: skewX(30deg);
}
@media only screen and (max-width: 767px) {
	.con_pickup .box_pickup .box .new span {
		padding: .2em .8em;
	}
}

/* -----------------------------------------------------------
	con_btn
----------------------------------------------------------- */
.con_btn {
	margin-bottom: 47px;
	background: url("../images_ac/common/bg_beige.jpg") center;
	padding: 26px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_btn {
		margin-bottom: 2em;
	}
}
@media only screen and (max-width: 767px) {
	.con_btn {
		margin-bottom: 1.5em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_btn {
		padding: 1.5em 0 2em;
	}
}
@media only screen and (max-width: 767px) {
	.con_btn {
		padding: 1em 0 2em;
	}
}
.con_btn .box_st {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_btn .box_st {
		margin-bottom: 1.5em;
	}
}
@media only screen and (max-width: 767px) {
	.con_btn .box_st {
		margin-bottom: 1.3em;
	}
}
.con_btn .box_st .img_ic {
	display: inline-block;
	max-width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_btn .box_st .img_ic {
		max-width: 10%;
	}
}
@media only screen and (max-width: 767px) {
	.con_btn .box_st .img_ic {
		max-width: 15%;
	}
}
.con_btn .box_st .txt_st {
	padding-top: 0.9em;
	font-size: 177%;
	margin-left: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_btn .box_st .txt_st {
		font-size: 165%;
	}
}
@media only screen and (max-width: 767px) {
	.con_btn .box_st .txt_st {
		font-size: 118%;
	}
}
@media only screen and (max-width: 767px) {
	.con_btn .box_st .txt_st {
		margin-left: 0.2em;
	}
}
.con_btn .box_btn {
	display: flex;
	justify-content: center;
	width: 930px;
	max-width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.con_btn .box_btn {
		display: block;
	}
}
.con_btn .box_btn .btn {
	margin: 0 2%;
	width: 30.43011%;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_btn .box_btn .btn {
		width: 32.333%;
	}
}
@media only screen and (max-width: 767px) {
	.con_btn .box_btn .btn {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.con_btn .box_btn .btn:not(:last-child) {
		margin-bottom: 0.5em;
	}
}
.con_btn .box_btn .btn a {
	padding: 0.75em 1.5em;
}

/* -----------------------------------------------------------
	con_type_room
----------------------------------------------------------- */
.con_room_type {
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type {
		margin-bottom: 3em;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type {
		margin-bottom: 2em;
	}
}
.con_room_type .box_title {
	font-weight: normal;
	text-align: center;
	margin-bottom: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_title {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_title {
		margin-bottom: 1em;
	}
}
.con_room_type .box_title .eng {
	font-family: "Cormorant SC", serif;
	font-size: 589%;
	line-height: 1;
	display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_title .eng {
		font-size: 471%;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_title .eng {
		font-size: 236%;
	}
}
.con_room_type .box_title .jp {
	font-size: 177%;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_title .jp {
		font-size: 136%;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_title .jp {
		font-size: 77%;
	}
}
.con_room_type .box_room_type:not(:last-child) {
	margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type:not(:last-child) {
		margin-bottom: 5em;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type:not(:last-child) {
		margin-bottom: 4em;
	}
}
.con_room_type .box_room_type .box_wrap {
	display: flex;
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap {
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap {
		margin-bottom: 2em;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap {
		margin-bottom: 1.5em;
	}
}
.con_room_type .box_room_type .box_wrap .box_l {
	width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_l {
		width: 45%;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_l {
		width: 100%;
	}
}
.con_room_type .box_room_type .box_wrap .box_l .box_slider {
	position: relative;
	z-index: 1;
	opacity: 0;
	margin-bottom: 17px;
	transition: opacity .5s linear;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_l .box_slider {
		margin-bottom: 2em;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_l .box_slider {
		margin-bottom: 1.5em;
	}
}
.con_room_type .box_room_type .box_wrap .box_l .box_slider.slick-initialized {
	opacity: 1;
}
.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-slide {
	outline: none;
}
.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-dots {
	position: relative;
	bottom: -0.7em;
	right: 0;
	left: 0;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-dots {
		bottom: 0em;
	}
}
@media only screen and (max-width: 550px) {
	.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-dots {
		bottom: -0.5em;
	}
}
.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-dots li {
	display: inline-block;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-dots li {
		margin: 0 0.15em;
		overflow: hidden;
	}
}
.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-dots li.slick-active button {
	background: #897752;
}
.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-dots li button {
	cursor: pointer;
	border-radius: 100%;
	outline: none;
	display: block;
	width: 10px;
	background: #f5f1e9;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 10px 0 0;
	margin: 0 4px;
	border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-dots li button {
		width: 0.8em;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-dots li button {
		width: 1.3em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-dots li button {
		padding: 0.8em 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-dots li button {
		padding: 1.3em 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-dots li button {
		margin: 0 0.3em;
	}
}
@media only screen and (max-width: 550px) {
	.con_room_type .box_room_type .box_wrap .box_l .box_slider .slick-dots li button {
		padding: 0.5em;
		width: 0.5em;
	}
}
.con_room_type .box_room_type .box_wrap .box_l .box_map a {
	position: relative;
	display: block;
	text-align: center;
	padding: 10px;
}
.con_room_type .box_room_type .box_wrap .box_l .box_map a .txt_st {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 142%;
	font-family: "Cormorant SC", serif;
	text-transform: lowercase;
	padding: 0.62em 0.51em;
	background: #000;
	color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_l .box_map a .txt_st {
		font-size: 118%;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_l .box_map a .txt_st {
		font-size: 95%;
	}
}
.con_room_type .box_room_type .box_wrap .box_r {
	width: 50%;
	margin-left: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r {
		width: 55%;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r {
		margin-left: 1em;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r {
		margin-left: 0;
	}
}
.con_room_type .box_room_type .box_wrap .box_r .box_txt {
	border-top: 4px solid #897752;
	padding-top: 18px;
	border-bottom: 1px solid #897752;
	padding-bottom: 29px;
	margin-bottom: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_txt {
		border-top: 3px solid #897752;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_txt {
		border-top: 2px solid #897752;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_txt {
		padding-top: 1em;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_txt {
		padding-top: 1em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_txt {
		padding-bottom: 1em;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_txt {
		padding-bottom: 0.5em;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_txt {
		margin-bottom: 1em;
	}
}
.con_room_type .box_room_type .box_wrap .box_r .box_txt .txt_st {
	font-size: 177%;
	color: #6c5527;
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_txt .txt_st {
		font-size: 148%;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_txt .txt_st {
		font-size: 118%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_txt .txt_st {
		margin-bottom: 0.4em;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_txt .txt_st {
		margin-bottom: 0.5em;
	}
}
.con_room_type .box_room_type .box_wrap .box_r .box_txt .txt {
	font-size: 100%;
	line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_txt .txt {
		font-size: 95%;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_txt .txt {
		font-size: 83%;
	}
}
.con_room_type .box_room_type .box_wrap .box_r .tbl_basic {
	width: 97%;
	margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic {
		margin: 0 auto 20px;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic {
		margin: 0 0 0.5em;
	}
}
.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr th, .con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr td {
	vertical-align: top;
	font-size: 100%;
	letter-spacing: -1px;
	padding: 0.3em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr th, .con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr td {
		font-size: 89%;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr th, .con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr td {
		font-size: 77%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr th, .con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr td {
		letter-spacing: -1px;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr th, .con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr td {
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr th, .con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr td {
		padding: 0.5em 1em;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr th, .con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr td {
		display: block;
	}
}
.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr th {
	width: 21.777%;
	font-weight: normal;
	border-right: 1px solid #897752;
	background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr th {
		width: 30%;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr th {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr th {
		border-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr th {
		background: #f6f1eb;
	}
}
.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr td {
	padding-left: 1.5em;
	line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr td {
		padding-left: 1em;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .tbl_basic tr td {
		padding-left: 1em;
	}
}
.con_room_type .box_room_type .box_wrap .box_r .box_notes {
	border: 5px solid #f5f1e9;
	padding: 17px 20px 19px;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_notes {
		padding: 0.7em 0 0.7em 0.5em;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_notes {
		padding: 0.7em;
	}
}
.con_room_type .box_room_type .box_wrap .box_r .box_notes ul li {
	color: #897752;
	font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_notes ul li {
		font-size: 89%;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_wrap .box_r .box_notes ul li {
		font-size: 77%;
	}
}
.con_room_type .box_room_type .box_wrap .box_r .box_notes ul li:not(:last-child) {
	margin-bottom: 5px;
}
.con_room_type .box_room_type .box_btn {
	display: flex;
	justify-content: center;
	width: 930px;
	max-width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_btn {
		display: block;
	}
}
.con_room_type .box_room_type .box_btn .btn {
	margin: 0 2%;
	width: 30.43011%;
}
@media only screen and (min-width: 768px) and (max-width: 1144px) {
	.con_room_type .box_room_type .box_btn .btn {
		width: 32.333%;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_btn .btn {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.con_room_type .box_room_type .box_btn .btn:not(:last-child) {
		margin-bottom: 0.5em;
	}
}
.con_room_type .box_room_type .box_btn .btn a {
	padding: 0.75em 1.5em;
}
