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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_amenity {
	max-width: 1260px;
	margin: auto;
}

@media only screen and (max-width: 1260px) {
	.con_amenity {
		width: 95%;
	}
}

.con_intro .box_int .wrp_int:after, .con_rooms .box_roo .inner .wrp_roo:after, .con_cottage .box_cot:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	max-width: 2000px;
	margin: 65px auto 0;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro {
		margin: 55px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro {
		margin: 2em auto 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_intro .txt_read {
		text-align: center;
		font-size: 139%;
		line-height: 1.61;
	}
}

@media print {
	.con_intro .txt_read {
		text-align: center;
		font-size: 139%;
		line-height: 1.61;
	}
}

.ie8 .con_intro .txt_read {
	text-align: center;
	font-size: 139%;
	line-height: 1.61;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .txt_read {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .txt_read {
		width: 95%;
		margin: auto;
	}
}

.con_intro .box_int {
	position: relative;
	z-index: 1;
	padding: 90px 5% 0;
	margin-top: 110px;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_int {
		padding: 5.55556% 1.5873% 0 6.34921%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int {
		padding: 1.5em 2.5% 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_int {
		margin-top: 80px;
	}
}

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

.con_intro .box_int:after {
	content: '';
	position: absolute;
	right: 50%;
	top: 0;
	z-index: -1;
	width: 1630px;
	padding-bottom: 30%;
	margin-right: -1000px;
	background: url(../rooms/images/bg_int.png) left top;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int:after {
		right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_int:after {
		padding-bottom: 35.71429%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int:after {
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_int:after {
		margin-right: -660px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int:after {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1350px) {
	.con_intro .box_int:after {
		width: 97.5%;
		right: 0;
		margin-right: 0;
	}
}

@media print {
	.con_intro .box_int:after {
		width: 97.5%;
		right: 0;
		margin-right: 0;
	}
}

.ie8 .con_intro .box_int:after {
	width: 97.5%;
	right: 0;
	margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_int:after {
		width: 1020px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int:after {
		height: 140%;
	}
}

.con_intro .box_int .wrp_int {
	margin: auto;
}

@media only screen and (min-width: 1261px) {
	.con_intro .box_int .wrp_int {
		max-width: 1100px;
	}
}

@media print {
	.con_intro .box_int .wrp_int {
		max-width: 1100px;
	}
}

.ie8 .con_intro .box_int .wrp_int {
	max-width: 1100px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_int .wrp_int {
		max-width: 700px;
	}
}

@media only screen and (min-width: 768px) {
	.con_intro .box_int .wrp_int h3 {
		float: left;
	}
}

@media print {
	.con_intro .box_int .wrp_int h3 {
		float: left;
	}
}

.ie8 .con_intro .box_int .wrp_int h3 {
	float: left;
}

.con_intro .box_int .wrp_int h3 > * {
	display: block;
}

.con_intro .box_int .wrp_int h3 span {
	width: 126px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int .wrp_int h3 span {
		margin-bottom: 0.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_int .wrp_int h3 span {
		width: 110px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int .wrp_int h3 span {
		width: 26.31579%;
	}
}

.con_intro .box_int .wrp_int h3 em {
	color: #333c41;
	font-size: 693%;
	font-family: "Sorts Mill Goudy", serif;
	line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_int .wrp_int h3 em {
		font-size: 462%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int .wrp_int h3 em {
		font-size: 308%;
	}
}

@media only screen and (min-width: 768px) {
	.con_intro .box_int .wrp_int .txt {
		float: right;
		width: 400px;
		font-size: 124%;
		line-height: 1.81;
	}
}

@media print {
	.con_intro .box_int .wrp_int .txt {
		float: right;
		width: 400px;
		font-size: 124%;
		line-height: 1.81;
	}
}

.ie8 .con_intro .box_int .wrp_int .txt {
	float: right;
	width: 400px;
	font-size: 124%;
	line-height: 1.81;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_int .wrp_int .txt {
		width: 41.26984%;
		font-size: 108%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int .wrp_int .txt {
		margin-top: .5em;
	}
}

.con_intro .box_img {
	position: relative;
	z-index: 1;
	margin-top: 3%;
	padding-bottom: 3%;
	letter-spacing: -.4em;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_img {
		margin-top: 3.96825%;
	}
}

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

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_img {
		padding-bottom: 3.96825%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_img {
		padding-bottom: 1em;
	}
}

.con_intro .box_img:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 84.89583%;
	height: 70%;
	background: url(../rooms/images/bg_int.png) left top;
}

.con_intro .box_img p {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
}

.con_intro .box_img .img1 {
	width: 39.95%;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_img .img1 {
		width: 52.63158%;
	}
}

.con_intro .box_img .img2 {
	width: 25.25%;
	margin-left: 2%;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_img .img2 {
		width: 32.89474%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_img .img2 {
		margin-left: 3.94737%;
	}
}

/* -----------------------------------------------------------
	.con_pnav
----------------------------------------------------------- */
.con_pnav {
	padding: 35px 0 30px;
	margin-top: 80px;
	background: url(../images/common/bg1.png) left top;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_pnav {
		padding: 30px 0 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_pnav {
		padding: 1.5em 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_pnav {
		margin-top: 60px;
	}
}

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

.con_pnav ul {
	max-width: 1100px;
	width: 95%;
	margin: auto;
	letter-spacing: -.4em;
}

.con_pnav ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
	margin: 17px 0 0 1.54545%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_pnav ul li {
		margin: 10px 0 0 1.54545%;
	}
}

@media only screen and (max-width: 767px) {
	.con_pnav ul li {
		margin: 0.5em 0 0 2%;
	}
}

@media only screen and (min-width: 768px) {
	.con_pnav ul li {
		width: 23.81818%;
	}
	.con_pnav ul li:nth-child(4n+1) {
		margin-left: 0;
	}
	.con_pnav ul li:nth-child(-n+4) {
		margin-top: 0;
	}
}

@media print {
	.con_pnav ul li {
		width: 23.81818%;
	}
	.con_pnav ul li:nth-child(4n+1) {
		margin-left: 0;
	}
	.con_pnav ul li:nth-child(-n+4) {
		margin-top: 0;
	}
}

.ie8 .con_pnav ul li {
	width: 23.81818%;
}

.ie8 .con_pnav ul li:nth-child(4n+1) {
	margin-left: 0;
}

.ie8 .con_pnav ul li:nth-child(-n+4) {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.con_pnav ul li {
		width: 49%;
	}
	.con_pnav ul li:nth-child(odd) {
		margin-left: 0;
	}
	.con_pnav ul li:nth-child(-n+2) {
		margin-top: 0;
	}
}

.con_pnav ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 7px 1em;
	border: 1px solid #1c1e22;
	box-sizing: border-box;
	font-size: 139%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: bold;
	-webkit-transition: background 500ms ease, color 500ms ease;
	-moz-transition: background 500ms ease, color 500ms ease;
	-o-transition: background 500ms ease, color 500ms ease;
	transition: background 500ms ease, color 500ms ease;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_pnav ul li a {
		padding: 7px 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_pnav ul li a {
		padding: 0.5em 0.3em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_pnav ul li a {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	.con_pnav ul li a {
		font-size: 100%;
	}
}

.con_pnav ul li a:hover {
	background: #1c1e22;
	color: #fff;
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms .box_roo {
	padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_rooms .box_roo {
		padding-top: 75px;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo {
		padding-top: 2.5em;
	}
}

.con_rooms .box_roo .inner {
	max-width: 1400px;
	width: 95%;
	margin: auto;
}

.con_rooms .box_roo .inner .obj_slider {
	margin-bottom: 0 !important;
}

.con_rooms .box_roo .inner .obj_slider > div {
	display: none;
}

.con_rooms .box_roo .inner .obj_slider > div:first-child {
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_rooms .box_roo .inner .obj_slider .slick-slide {
		overflow: hidden;
	}
	.con_rooms .box_roo .inner .obj_slider .slick-slide img {
		position: relative;
		width: 110%;
		max-width: none;
		margin-left: -5%;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .obj_slider .slick-slide {
		overflow: hidden;
	}
	.con_rooms .box_roo .inner .obj_slider .slick-slide img {
		position: relative;
		width: 120%;
		max-width: none;
		margin-left: -10%;
	}
}

.con_rooms .box_roo .inner .obj_slider .slick-dots {
	bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .obj_slider .slick-dots {
		bottom: -2em;
	}
}

.con_rooms .box_roo .inner .obj_slider .slick-dots li {
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 0 0 0 15px;
	background: #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .obj_slider .slick-dots li {
		margin: 0 0 0 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .obj_slider .slick-dots li {
		width: .8em;
		height: .8em;
	}
}

.con_rooms .box_roo .inner .obj_slider .slick-dots li:first-child {
	margin-left: 0;
}

.con_rooms .box_roo .inner .obj_slider .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}

.con_rooms .box_roo .inner .obj_slider .slick-dots li button:before {
	content: none;
}

.con_rooms .box_roo .inner .obj_slider .slick-dots li:hover, .con_rooms .box_roo .inner .obj_slider .slick-dots li.slick-active {
	background: #333c41;
}

.con_rooms .box_roo .inner .obj_slider .slick-prev, .con_rooms .box_roo .inner .obj_slider .slick-next {
	overflow: hidden;
	width: 40px;
	height: 0;
	padding-bottom: 36px;
	border: 2px solid #333c41;
	margin-top: -20px;
	box-sizing: border-box;
	font-size: 100%;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .obj_slider .slick-prev, .con_rooms .box_roo .inner .obj_slider .slick-next {
		padding-bottom: 1.8em;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .obj_slider .slick-prev, .con_rooms .box_roo .inner .obj_slider .slick-next {
		margin-top: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .obj_slider .slick-prev, .con_rooms .box_roo .inner .obj_slider .slick-next {
		width: 2em;
	}
}

.con_rooms .box_roo .inner .obj_slider .slick-prev:before, .con_rooms .box_roo .inner .obj_slider .slick-next:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1em;
	height: 1em;
	margin: -.5em 0 0 -.5em !important;
	text-align: center;
	color: #333c41;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	font-size: 200%;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .obj_slider .slick-prev:before, .con_rooms .box_roo .inner .obj_slider .slick-next:before {
		font-size: 154%;
	}
}

.con_rooms .box_roo .inner .obj_slider .slick-prev:hover, .con_rooms .box_roo .inner .obj_slider .slick-next:hover {
	background: #333c41;
}

.con_rooms .box_roo .inner .obj_slider .slick-prev:hover:before, .con_rooms .box_roo .inner .obj_slider .slick-next:hover:before {
	color: #fff;
}

.con_rooms .box_roo .inner .obj_slider .slick-prev {
	left: -2.14286%;
}

.con_rooms .box_roo .inner .obj_slider .slick-prev:before, .con_rooms .box_roo .inner .obj_slider .slick-prev:after {
	font-family: FontAwesome;
	vertical-align: middle;
}

.con_rooms .box_roo .inner .obj_slider .slick-prev:before {
	content: "";
	margin-right: .5em;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .obj_slider .slick-prev {
		left: -2%;
	}
}

.con_rooms .box_roo .inner .obj_slider .slick-next {
	right: -2.14286%;
}

.con_rooms .box_roo .inner .obj_slider .slick-next:before, .con_rooms .box_roo .inner .obj_slider .slick-next:after {
	font-family: FontAwesome;
	vertical-align: middle;
}

.con_rooms .box_roo .inner .obj_slider .slick-next:before {
	content: "";
	margin-right: .5em;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .obj_slider .slick-next {
		right: -2%;
	}
}

.con_rooms .box_roo .inner .wrp_roo {
	max-width: 1100px;
	margin: 65px auto 0;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_rooms .box_roo .inner .wrp_roo {
		margin: 55px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .wrp_roo {
		margin: 2.8em auto 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_st {
		float: left;
		width: 45.45455%;
	}
}

@media print {
	.con_rooms .box_roo .inner .wrp_roo .wrp_st {
		float: left;
		width: 45.45455%;
	}
}

.ie8 .con_rooms .box_roo .inner .wrp_roo .wrp_st {
	float: left;
	width: 45.45455%;
}

.con_rooms .box_roo .inner .wrp_roo .wrp_st h4 {
	margin-bottom: 20px;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_st h4 {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_st h4 {
		margin-bottom: 0.8em;
	}
}

.con_rooms .box_roo .inner .wrp_roo .wrp_st ul {
	letter-spacing: -.4em;
}

.con_rooms .box_roo .inner .wrp_roo .wrp_st ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
	color: #ac9467;
	font-size: 124%;
	font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_st ul li {
		font-size: 108%;
	}
}

.con_rooms .box_roo .inner .wrp_roo .wrp_st ul li:before {
	content: '';
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width: 23px;
	height: 23px;
	margin: -3px 0.4em 0 0;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_st ul li:before {
		margin: -0.25em 0.4em 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_st ul li:before {
		width: 1.2em;
		height: 1.2em;
	}
}

.con_rooms .box_roo .inner .wrp_roo .wrp_st ul li:first-child:before {
	background: url(../rooms/images/ic_nosmoke.png) no-repeat left top;
}

.con_rooms .box_roo .inner .wrp_roo .wrp_st ul li:first-child + li {
	margin-left: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_st ul li:first-child + li {
		margin-left: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_st ul li:first-child + li {
		margin-left: 1.5em;
	}
}

.con_rooms .box_roo .inner .wrp_roo .wrp_st ul li:first-child + li:before {
	background: url(../rooms/images/ic_wifi.png) no-repeat left top;
}

@media only screen and (min-width: 768px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt {
		float: right;
		width: 50%;
	}
}

@media print {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt {
		float: right;
		width: 50%;
	}
}

.ie8 .con_rooms .box_roo .inner .wrp_roo .wrp_txt {
	float: right;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt {
		margin-top: .5em;
	}
}

@media only screen and (min-width: 768px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt .txt {
		font-size: 124%;
		line-height: 1.81;
	}
}

@media print {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt .txt {
		font-size: 124%;
		line-height: 1.81;
	}
}

.ie8 .con_rooms .box_roo .inner .wrp_roo .wrp_txt .txt {
	font-size: 124%;
	line-height: 1.81;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt .txt {
		font-size: 116%;
	}
}

.con_rooms .box_roo .inner .wrp_roo .wrp_txt .txt span {
	display: block;
	font-size: 88%;
}

.con_rooms .box_roo .inner .wrp_roo .wrp_txt table {
	width: 100%;
	margin-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt table {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt table {
		margin-top: 1em;
	}
}

.con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr th, .con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr td {
	padding: 5px 0 5px 1em;
	box-sizing: border-box;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr th, .con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr td {
		padding: 0.3em 0 0.2em 0.8em;
	}
}

@media only screen and (min-width: 768px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr th, .con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr td {
		font-size: 124%;
	}
}

@media print {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr th, .con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr td {
		font-size: 124%;
	}
}

.ie8 .con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr th, .ie8 .con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr td {
	font-size: 124%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr th, .con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr td {
		font-size: 116%;
	}
}

.con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr th {
	position: relative;
	white-space: nowrap;
}

.con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr th:before {
	content: '';
	position: absolute;
	left: 0;
	top: .8em;
	width: 7px;
	height: 7px;
	background: #ac9467;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr th:before {
		width: .4em;
		height: .4em;
	}
}

.con_rooms .box_roo .inner .wrp_roo .wrp_txt table tr td span {
	font-size: 88%;
}

.con_rooms .box_roo .inner .wrp_roo .wrp_txt .tmp_lnk1 {
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .wrp_roo .wrp_txt .tmp_lnk1 {
		margin-top: 0.8em;
	}
}

.con_rooms .box_roo .inner .btn {
	margin: auto;
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .btn {
		width: 90%;
	}
}

.con_rooms .box_roo .inner .btn a, .con_rooms .box_roo .inner .btn > span {
	position: relative;
	display: block;
	padding: 15px 1.5em;
	border: 1px solid #edd3b5;
	background: #edd3b5;
	text-decoration: none;
	text-align: center;
	color: #333c41;
	font-size: 139%;
	font-family: "Sorts Mill Goudy", serif;
	line-height: 1;
	-webkit-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-moz-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-o-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .btn a, .con_rooms .box_roo .inner .btn > span {
		padding: 0.8em 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_rooms .box_roo .inner .btn a, .con_rooms .box_roo .inner .btn > span {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .btn a, .con_rooms .box_roo .inner .btn > span {
		font-size: 116%;
	}
}

.con_rooms .box_roo .inner .btn a:after, .con_rooms .box_roo .inner .btn > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 1px;
	background: #1a1604;
	-webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
	-moz-transition: background 500ms ease, -moz-transform 500ms ease;
	-o-transition: background 500ms ease, -o-transform 500ms ease;
	transition: background 500ms ease, transform 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .btn a:after, .con_rooms .box_roo .inner .btn > span:after {
		right: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .btn a:after, .con_rooms .box_roo .inner .btn > span:after {
		width: 2em;
	}
}

.con_rooms .box_roo .inner .btn a:hover, .con_rooms .box_roo .inner .btn > span:hover {
	background: #1a1604;
	border-color: #1a1604;
	color: #edd3b5;
}

.con_rooms .box_roo .inner .btn a:hover:after, .con_rooms .box_roo .inner .btn > span:hover:after {
	background: #edd3b5;
}

@media only screen and (min-width: 768px) {
	.con_rooms .box_roo .inner .btn a:hover:after, .con_rooms .box_roo .inner .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@media print {
	.con_rooms .box_roo .inner .btn a:hover:after, .con_rooms .box_roo .inner .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.ie8 .con_rooms .box_roo .inner .btn a:hover:after, .ie8 .con_rooms .box_roo .inner .btn > span:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .btn a:hover:after, .con_rooms .box_roo .inner .btn > span:hover:after {
		-webkit-transform: translateX(0.3em);
		-moz-transform: translateX(0.3em);
		-ms-transform: translateX(0.3em);
		-o-transform: translateX(0.3em);
		transform: translateX(0.3em);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_rooms .box_roo .inner .btn {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo .inner .btn {
		margin-top: 1.5em;
	}
}

@media only screen and (min-width: 768px) {
	.con_rooms .box_roo .inner .btn {
		width: 380px;
	}
}

@media print {
	.con_rooms .box_roo .inner .btn {
		width: 380px;
	}
}

.ie8 .con_rooms .box_roo .inner .btn {
	width: 380px;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo.room2 .inner .wrp_roo .wrp_st h4 span {
		font-size: 231%;
	}
}

.con_rooms .box_roo.room6 {
	position: relative;
	z-index: 1;
	padding-top: 60px;
	margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_rooms .box_roo.room6 {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo.room6 {
		padding-top: 1.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_rooms .box_roo.room6 {
		margin-top: 75px;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo.room6 {
		margin-top: 2em;
	}
}

.con_rooms .box_roo.room6:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	padding-bottom: 540px;
	background: #333c41;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_rooms .box_roo.room6:before {
		padding-bottom: 38.57143%;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_roo.room6:before {
		padding-bottom: 43.42105%;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1400px) {
	.con_rooms .box_roo.room6:before {
		padding-bottom: 38.57143%;
	}
}

@media print {
	.con_rooms .box_roo.room6:before {
		padding-bottom: 38.57143%;
	}
}

.ie8 .con_rooms .box_roo.room6:before {
	padding-bottom: 38.57143%;
}

.con_rooms .box_roo.room6 .inner .obj_slider .slick-prev, .con_rooms .box_roo.room6 .inner .obj_slider .slick-next {
	border-color: #edd3b5;
}

.con_rooms .box_roo.room6 .inner .obj_slider .slick-prev:before, .con_rooms .box_roo.room6 .inner .obj_slider .slick-next:before {
	color: #edd3b5;
}

.con_rooms .box_roo.room6 .inner .obj_slider .slick-prev:hover, .con_rooms .box_roo.room6 .inner .obj_slider .slick-next:hover {
	background: #edd3b5;
}

.con_rooms .box_roo.room6 .inner .obj_slider .slick-prev:hover:before, .con_rooms .box_roo.room6 .inner .obj_slider .slick-next:hover:before {
	color: #333c41;
}

/* -----------------------------------------------------------
	.con_amenity
----------------------------------------------------------- */
.con_amenity {
	padding-top: 115px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_amenity {
		padding-top: 75px;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity {
		padding-top: 3em;
	}
}

.con_amenity .inner {
	padding: 0 6.34921%;
	border-left: 1px solid #1c1e22;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.con_amenity .inner {
		padding: 0 0.5em 0 1.5em;
	}
}

.con_amenity .inner h4 {
	margin-bottom: 50px;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_amenity .inner h4 {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity .inner h4 {
		margin-bottom: 1.5em;
	}
}

.con_amenity .inner .box_img {
	position: relative;
	z-index: 1;
	letter-spacing: -.4em;
}

.con_amenity .inner .box_img:before {
	content: '';
	position: absolute;
	top: 0;
	right: -6.34921%;
	z-index: -1;
	width: 33.65079%;
	padding-bottom: 32.85714%;
	margin-top: -4.7619%;
	background: url(../rooms/images/dec_ame.png) no-repeat left top;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

@media only screen and (max-width: 767px) {
	.con_amenity .inner .box_img:before {
		right: -5%;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity .inner .box_img:before {
		padding-bottom: 4.88em;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity .inner .box_img:before {
		margin-top: -2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity .inner .box_img:before {
		width: 5em;
	}
}

.con_amenity .inner .box_img p {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
	vertical-align: top;
	width: 45.09091%;
}

@media only screen and (max-width: 767px) {
	.con_amenity .inner .box_img p {
		width: 49%;
	}
}

.con_amenity .inner .box_img p em {
	color: #5f5d4b;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.con_amenity .inner .box_img p em {
		position: absolute;
		top: 0;
		right: -1.8em;
		font-size: 108%;
		letter-spacing: .3em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

@media print {
	.con_amenity .inner .box_img p em {
		position: absolute;
		top: 0;
		right: -1.8em;
		font-size: 108%;
		letter-spacing: .3em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

.ie8 .con_amenity .inner .box_img p em {
	position: absolute;
	top: 0;
	right: -1.8em;
	font-size: 108%;
	letter-spacing: .3em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_amenity .inner .box_img p em {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity .inner .box_img p em {
		text-align: left;
		letter-spacing: normal;
	}
}

.con_amenity .inner .box_img p + p {
	margin: 6.34921% 0 0 5.55556%;
}

@media only screen and (max-width: 767px) {
	.con_amenity .inner .box_img p + p {
		margin: 0 0 0 2%;
	}
}

.con_amenity .inner .box_txt dl {
	margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_amenity .inner .box_txt dl {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity .inner .box_txt dl {
		margin-top: 1.5em;
	}
}

@media only screen and (min-width: 1261px) {
	.con_amenity .inner .box_txt dl dt, .con_amenity .inner .box_txt dl dd {
		font-size: 124%;
	}
}

@media print {
	.con_amenity .inner .box_txt dl dt, .con_amenity .inner .box_txt dl dd {
		font-size: 124%;
	}
}

.ie8 .con_amenity .inner .box_txt dl dt, .ie8 .con_amenity .inner .box_txt dl dd {
	font-size: 124%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_amenity .inner .box_txt dl dt, .con_amenity .inner .box_txt dl dd {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity .inner .box_txt dl dt, .con_amenity .inner .box_txt dl dd {
		font-size: 108%;
	}
}

.con_amenity .inner .box_txt dl dt {
	margin-bottom: .5em;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	.con_amenity .inner .box_txt dl dd {
		letter-spacing: -.07em;
		line-height: 1.75;
	}
}

@media print {
	.con_amenity .inner .box_txt dl dd {
		letter-spacing: -.07em;
		line-height: 1.75;
	}
}

.ie8 .con_amenity .inner .box_txt dl dd {
	letter-spacing: -.07em;
	line-height: 1.75;
}

.con_amenity .inner .box_txt .att {
	margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_amenity .inner .box_txt .att {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity .inner .box_txt .att {
		margin-top: 1.5em;
	}
}

@media only screen and (min-width: 768px) {
	.con_amenity .inner .box_txt .att li {
		font-size: 108%;
		line-height: 1.71;
	}
}

@media print {
	.con_amenity .inner .box_txt .att li {
		font-size: 108%;
		line-height: 1.71;
	}
}

.ie8 .con_amenity .inner .box_txt .att li {
	font-size: 108%;
	line-height: 1.71;
}

@media only screen and (max-width: 767px) {
	.con_amenity .inner .box_txt .att li {
		font-size: 93%;
	}
}

/* -----------------------------------------------------------
	.con_cottage
----------------------------------------------------------- */
.con_cottage {
	position: relative;
	margin-top: 140px;
	padding-top: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage {
		margin-top: 110px;
	}
}

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

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage {
		padding-top: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage {
		padding-top: 2em;
	}
}

.con_cottage:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-bottom: 250px;
	background: url(../rooms/images/bg_cot.png) repeat-x left top;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage:before {
		padding-bottom: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage:before {
		padding-bottom: 6em;
	}
}

.con_cottage .box_cot {
	margin: -60px auto 0;
	max-width: 2000px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_cot {
		margin: -50px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot {
		margin: auto;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot {
		width: 95%;
	}
}

.con_cottage .box_cot .obj_slider {
	margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
	.con_cottage .box_cot .obj_slider {
		float: left;
		width: 54%;
	}
}

@media print {
	.con_cottage .box_cot .obj_slider {
		float: left;
		width: 54%;
	}
}

.ie8 .con_cottage .box_cot .obj_slider {
	float: left;
	width: 54%;
}

.con_cottage .box_cot .obj_slider > div {
	display: none;
}

.con_cottage .box_cot .obj_slider > div:first-child {
	display: block;
}

@media only screen and (min-width: 768px) {
	.con_cottage .box_cot .obj_slider .slick-slide {
		overflow: hidden;
		position: relative;
		height: 740px;
	}
	.con_cottage .box_cot .obj_slider .slick-slide img {
		position: relative;
		left: 50%;
		height: 100%;
		max-width: none;
		margin-left: -540px;
	}
}

@media print {
	.con_cottage .box_cot .obj_slider .slick-slide {
		overflow: hidden;
		position: relative;
		height: 740px;
	}
	.con_cottage .box_cot .obj_slider .slick-slide img {
		position: relative;
		left: 50%;
		height: 100%;
		max-width: none;
		margin-left: -540px;
	}
}

.ie8 .con_cottage .box_cot .obj_slider .slick-slide {
	overflow: hidden;
	position: relative;
	height: 740px;
}

.ie8 .con_cottage .box_cot .obj_slider .slick-slide img {
	position: relative;
	left: 50%;
	height: 100%;
	max-width: none;
	margin-left: -540px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_cot .obj_slider .slick-slide {
		height: 550px;
	}
	.con_cottage .box_cot .obj_slider .slick-slide img {
		margin-left: -297px;
	}
}

.con_cottage .box_cot .obj_slider .slick-dots {
	bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .obj_slider .slick-dots {
		bottom: -2em;
	}
}

@media only screen and (min-width: 768px) {
	.con_cottage .box_cot .obj_slider .slick-dots {
		text-align: right;
	}
}

@media print {
	.con_cottage .box_cot .obj_slider .slick-dots {
		text-align: right;
	}
}

.ie8 .con_cottage .box_cot .obj_slider .slick-dots {
	text-align: right;
}

.con_cottage .box_cot .obj_slider .slick-dots li {
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 0 0 0 15px;
	background: #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .obj_slider .slick-dots li {
		margin: 0 0 0 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .obj_slider .slick-dots li {
		width: .8em;
		height: .8em;
	}
}

.con_cottage .box_cot .obj_slider .slick-dots li:first-child {
	margin-left: 0;
}

.con_cottage .box_cot .obj_slider .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}

.con_cottage .box_cot .obj_slider .slick-dots li button:before {
	content: none;
}

.con_cottage .box_cot .obj_slider .slick-dots li:hover, .con_cottage .box_cot .obj_slider .slick-dots li.slick-active {
	background: #333c41;
}

.con_cottage .box_cot .obj_slider .slick-prev, .con_cottage .box_cot .obj_slider .slick-next {
	overflow: hidden;
	width: 40px;
	height: 0;
	padding-bottom: 36px;
	border: 2px solid #333c41;
	margin-top: -20px;
	box-sizing: border-box;
	font-size: 100%;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .obj_slider .slick-prev, .con_cottage .box_cot .obj_slider .slick-next {
		padding-bottom: 1.85em;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .obj_slider .slick-prev, .con_cottage .box_cot .obj_slider .slick-next {
		margin-top: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .obj_slider .slick-prev, .con_cottage .box_cot .obj_slider .slick-next {
		width: 2em;
	}
}

.con_cottage .box_cot .obj_slider .slick-prev:before, .con_cottage .box_cot .obj_slider .slick-next:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1em;
	height: 1em;
	margin: -.5em 0 0 -.5em !important;
	text-align: center;
	color: #333c41;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	font-size: 200%;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .obj_slider .slick-prev:before, .con_cottage .box_cot .obj_slider .slick-next:before {
		font-size: 154%;
	}
}

.con_cottage .box_cot .obj_slider .slick-prev:hover, .con_cottage .box_cot .obj_slider .slick-next:hover {
	background: #333c41;
}

.con_cottage .box_cot .obj_slider .slick-prev:hover:before, .con_cottage .box_cot .obj_slider .slick-next:hover:before {
	color: #fff;
}

.con_cottage .box_cot .obj_slider .slick-prev {
	left: -2.14286%;
}

@media only screen and (min-width: 768px) {
	.con_cottage .box_cot .obj_slider .slick-prev {
		display: none !important;
	}
}

@media print {
	.con_cottage .box_cot .obj_slider .slick-prev {
		display: none !important;
	}
}

.ie8 .con_cottage .box_cot .obj_slider .slick-prev {
	display: none !important;
}

.con_cottage .box_cot .obj_slider .slick-prev:before, .con_cottage .box_cot .obj_slider .slick-prev:after {
	font-family: FontAwesome;
	vertical-align: middle;
}

.con_cottage .box_cot .obj_slider .slick-prev:before {
	content: "";
	margin-right: .5em;
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .obj_slider .slick-prev {
		left: -2%;
	}
}

.con_cottage .box_cot .obj_slider .slick-next {
	right: -2.14286%;
}

.con_cottage .box_cot .obj_slider .slick-next:before, .con_cottage .box_cot .obj_slider .slick-next:after {
	font-family: FontAwesome;
	vertical-align: middle;
}

.con_cottage .box_cot .obj_slider .slick-next:before {
	content: "";
	margin-right: .5em;
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .obj_slider .slick-next {
		right: -2%;
	}
}

.con_cottage .box_cot .wrp_txt {
	margin: 130px 0 0 90px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_cot .wrp_txt {
		margin: 80px 0 0 5.55556%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .wrp_txt {
		margin: 2.5em 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_cottage .box_cot .wrp_txt {
		float: left;
		width: 460px;
	}
}

@media print {
	.con_cottage .box_cot .wrp_txt {
		float: left;
		width: 460px;
	}
}

.ie8 .con_cottage .box_cot .wrp_txt {
	float: left;
	width: 460px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_cot .wrp_txt {
		width: 38.09524%;
	}
}

.con_cottage .box_cot .wrp_txt h4 {
	margin-bottom: 35px;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_cot .wrp_txt h4 {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .wrp_txt h4 {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .wrp_txt h4 span {
		font-size: 231%;
	}
}

@media only screen and (min-width: 1261px) {
	.con_cottage .box_cot .wrp_txt h4 span i {
		font-size: 141%;
	}
}

@media print {
	.con_cottage .box_cot .wrp_txt h4 span i {
		font-size: 141%;
	}
}

.ie8 .con_cottage .box_cot .wrp_txt h4 span i {
	font-size: 141%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_cot .wrp_txt h4 span i {
		font-size: 121%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .wrp_txt h4 span i {
		font-size: 134%;
	}
}

@media only screen and (min-width: 768px) {
	.con_cottage .box_cot .wrp_txt .txt {
		font-size: 124%;
		line-height: 1.75;
	}
}

@media print {
	.con_cottage .box_cot .wrp_txt .txt {
		font-size: 124%;
		line-height: 1.75;
	}
}

.ie8 .con_cottage .box_cot .wrp_txt .txt {
	font-size: 124%;
	line-height: 1.75;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_cot .wrp_txt .txt {
		font-size: 116%;
	}
}

.con_cottage .box_cot .wrp_txt table {
	margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_cot .wrp_txt table {
		margin-top: 20px;
	}
}

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

.con_cottage .box_cot .wrp_txt table tr th, .con_cottage .box_cot .wrp_txt table tr td {
	padding: 5px 0 5px 1em;
	box-sizing: border-box;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .wrp_txt table tr th, .con_cottage .box_cot .wrp_txt table tr td {
		padding: 0.3em 0 0.2em 0.8em;
	}
}

@media only screen and (min-width: 768px) {
	.con_cottage .box_cot .wrp_txt table tr th, .con_cottage .box_cot .wrp_txt table tr td {
		font-size: 124%;
	}
}

@media print {
	.con_cottage .box_cot .wrp_txt table tr th, .con_cottage .box_cot .wrp_txt table tr td {
		font-size: 124%;
	}
}

.ie8 .con_cottage .box_cot .wrp_txt table tr th, .ie8 .con_cottage .box_cot .wrp_txt table tr td {
	font-size: 124%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_cot .wrp_txt table tr th, .con_cottage .box_cot .wrp_txt table tr td {
		font-size: 116%;
	}
}

.con_cottage .box_cot .wrp_txt table tr th {
	position: relative;
	white-space: nowrap;
}

.con_cottage .box_cot .wrp_txt table tr th:before {
	content: '';
	position: absolute;
	left: 0;
	top: .8em;
	width: 7px;
	height: 7px;
	background: #ac9467;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .wrp_txt table tr th:before {
		width: .4em;
		height: .4em;
	}
}

.con_cottage .box_cot .wrp_txt .dec {
	margin: 70px 0 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_cot .wrp_txt .dec {
		margin: 30px 0 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_cot .wrp_txt .dec {
		margin: 0;
	}
}

@media only screen and (min-width: 1261px) {
	.con_cottage .box_cot .wrp_txt .dec {
		width: 380px;
	}
}

@media print {
	.con_cottage .box_cot .wrp_txt .dec {
		width: 380px;
	}
}

.ie8 .con_cottage .box_cot .wrp_txt .dec {
	width: 380px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_cot .wrp_txt .dec {
		width: 82.6087%;
	}
}

.con_cottage .box_inf {
	max-width: 1100px;
	width: 95%;
	margin: auto;
	margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_inf {
		margin-top: 50px;
	}
}

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

@media only screen and (min-width: 768px) {
	.con_cottage .box_inf {
		display: table;
	}
}

@media print {
	.con_cottage .box_inf {
		display: table;
	}
}

.ie8 .con_cottage .box_inf {
	display: table;
}

.con_cottage .box_inf > * {
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.con_cottage .box_inf > * {
		display: table-cell;
		vertical-align: top;
	}
}

@media print {
	.con_cottage .box_inf > * {
		display: table-cell;
		vertical-align: top;
	}
}

.ie8 .con_cottage .box_inf > * {
	display: table-cell;
	vertical-align: top;
}

.con_cottage .box_inf h5 {
	text-align: left;
}

@media only screen and (min-width: 768px) {
	.con_cottage .box_inf h5 {
		padding-right: 1.5em;
		width: 24.54545%;
		box-sizing: border-box;
	}
}

@media print {
	.con_cottage .box_inf h5 {
		padding-right: 1.5em;
		width: 24.54545%;
		box-sizing: border-box;
	}
}

.ie8 .con_cottage .box_inf h5 {
	padding-right: 1.5em;
	width: 24.54545%;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_inf h5 {
		margin-bottom: .8em;
	}
}

@media only screen and (min-width: 1261px) {
	.con_cottage .box_inf h5 span {
		font-size: 339%;
	}
}

@media print {
	.con_cottage .box_inf h5 span {
		font-size: 339%;
	}
}

.ie8 .con_cottage .box_inf h5 span {
	font-size: 339%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_inf h5 span {
		font-size: 300%;
	}
}

.con_cottage .box_inf .wrp_txt {
	padding: 0 0 0 4.09091%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_inf .wrp_txt {
		padding: 0 0 0 3.18182%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_inf .wrp_txt {
		padding: 0.8em 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_cottage .box_inf .wrp_txt {
		width: 75.45455%;
		border-left: 1px solid #1a1604;
	}
}

@media print {
	.con_cottage .box_inf .wrp_txt {
		width: 75.45455%;
		border-left: 1px solid #1a1604;
	}
}

.ie8 .con_cottage .box_inf .wrp_txt {
	width: 75.45455%;
	border-left: 1px solid #1a1604;
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_inf .wrp_txt {
		border-top: 1px solid #1a1604;
	}
}

.con_cottage .box_inf .wrp_txt dl {
	margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_inf .wrp_txt dl {
		margin-top: 25px;
	}
}

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

@media only screen and (min-width: 1261px) {
	.con_cottage .box_inf .wrp_txt dl:first-child,
	.con_cottage .box_inf .wrp_txt dl:first-child + dl {
		margin-top: 0;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		vertical-align: top;
	}
}

@media print {
	.con_cottage .box_inf .wrp_txt dl:first-child,
	.con_cottage .box_inf .wrp_txt dl:first-child + dl {
		margin-top: 0;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		vertical-align: top;
	}
}

.ie8 .con_cottage .box_inf .wrp_txt dl:first-child, .ie8
.con_cottage .box_inf .wrp_txt dl:first-child + dl {
	margin-top: 0;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.con_cottage .box_inf .wrp_txt dl:first-child {
	margin-top: 0;
}

@media only screen and (min-width: 1261px) {
	.con_cottage .box_inf .wrp_txt dl:first-child {
		width: 415px;
	}
}

@media print {
	.con_cottage .box_inf .wrp_txt dl:first-child {
		width: 415px;
	}
}

.ie8 .con_cottage .box_inf .wrp_txt dl:first-child {
	width: 415px;
}

@media only screen and (min-width: 1261px) {
	.con_cottage .box_inf .wrp_txt dl:first-child + dl {
		width: 160px;
		margin-left: 55px;
	}
}

@media print {
	.con_cottage .box_inf .wrp_txt dl:first-child + dl {
		width: 160px;
		margin-left: 55px;
	}
}

.ie8 .con_cottage .box_inf .wrp_txt dl:first-child + dl {
	width: 160px;
	margin-left: 55px;
}

@media only screen and (min-width: 1261px) {
	.con_cottage .box_inf .wrp_txt dl dt, .con_cottage .box_inf .wrp_txt dl dd {
		font-size: 124%;
	}
}

@media print {
	.con_cottage .box_inf .wrp_txt dl dt, .con_cottage .box_inf .wrp_txt dl dd {
		font-size: 124%;
	}
}

.ie8 .con_cottage .box_inf .wrp_txt dl dt, .ie8 .con_cottage .box_inf .wrp_txt dl dd {
	font-size: 124%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_inf .wrp_txt dl dt, .con_cottage .box_inf .wrp_txt dl dd {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_inf .wrp_txt dl dt, .con_cottage .box_inf .wrp_txt dl dd {
		font-size: 108%;
	}
}

.con_cottage .box_inf .wrp_txt dl dt {
	margin-bottom: .5em;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	.con_cottage .box_inf .wrp_txt dl dd {
		letter-spacing: -.07em;
		line-height: 1.75;
	}
}

@media print {
	.con_cottage .box_inf .wrp_txt dl dd {
		letter-spacing: -.07em;
		line-height: 1.75;
	}
}

.ie8 .con_cottage .box_inf .wrp_txt dl dd {
	letter-spacing: -.07em;
	line-height: 1.75;
}

.con_cottage .box_inf .wrp_txt .att {
	margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .box_inf .wrp_txt .att {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_inf .wrp_txt .att {
		margin-top: 1.5em;
	}
}

.con_cottage .box_inf .wrp_txt .att li {
	padding-left: 1em;
	text-indent: -1em;
}

@media only screen and (min-width: 768px) {
	.con_cottage .box_inf .wrp_txt .att li {
		font-size: 108%;
		line-height: 1.71;
	}
}

@media print {
	.con_cottage .box_inf .wrp_txt .att li {
		font-size: 108%;
		line-height: 1.71;
	}
}

.ie8 .con_cottage .box_inf .wrp_txt .att li {
	font-size: 108%;
	line-height: 1.71;
}

@media only screen and (max-width: 767px) {
	.con_cottage .box_inf .wrp_txt .att li {
		font-size: 93%;
	}
}

.con_cottage .btn {
	margin: auto;
	margin-top: 85px;
}

@media only screen and (max-width: 767px) {
	.con_cottage .btn {
		width: 90%;
	}
}

.con_cottage .btn a, .con_cottage .btn > span {
	position: relative;
	display: block;
	padding: 15px 1.5em;
	border: 1px solid #edd3b5;
	background: #edd3b5;
	text-decoration: none;
	text-align: center;
	color: #333c41;
	font-size: 139%;
	font-family: "Sorts Mill Goudy", serif;
	line-height: 1;
	-webkit-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-moz-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-o-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_cottage .btn a, .con_cottage .btn > span {
		padding: 0.8em 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .btn a, .con_cottage .btn > span {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .btn a, .con_cottage .btn > span {
		font-size: 116%;
	}
}

.con_cottage .btn a:after, .con_cottage .btn > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 1px;
	background: #1a1604;
	-webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
	-moz-transition: background 500ms ease, -moz-transform 500ms ease;
	-o-transition: background 500ms ease, -o-transform 500ms ease;
	transition: background 500ms ease, transform 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_cottage .btn a:after, .con_cottage .btn > span:after {
		right: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_cottage .btn a:after, .con_cottage .btn > span:after {
		width: 2em;
	}
}

.con_cottage .btn a:hover, .con_cottage .btn > span:hover {
	background: #1a1604;
	border-color: #1a1604;
	color: #edd3b5;
}

.con_cottage .btn a:hover:after, .con_cottage .btn > span:hover:after {
	background: #edd3b5;
}

@media only screen and (min-width: 768px) {
	.con_cottage .btn a:hover:after, .con_cottage .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@media print {
	.con_cottage .btn a:hover:after, .con_cottage .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.ie8 .con_cottage .btn a:hover:after, .ie8 .con_cottage .btn > span:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.con_cottage .btn a:hover:after, .con_cottage .btn > span:hover:after {
		-webkit-transform: translateX(0.3em);
		-moz-transform: translateX(0.3em);
		-ms-transform: translateX(0.3em);
		-o-transform: translateX(0.3em);
		transform: translateX(0.3em);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cottage .btn {
		margin-top: 55px;
	}
}

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

@media only screen and (min-width: 768px) {
	.con_cottage .btn {
		width: 380px;
	}
}

@media print {
	.con_cottage .btn {
		width: 380px;
	}
}

.ie8 .con_cottage .btn {
	width: 380px;
}

/*# sourceMappingURL=../maps/rooms.css.map */
