@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_intro .pnav, .con_intro .box_map, .con_hotel .box_hotel .obj_slider, .con_hotel .box_hotel .detail {
	max-width: 990px;
	margin: auto;
}
@media only screen and (max-width: 990px) {
  .con_intro .pnav, .con_intro .box_map, .con_hotel .box_hotel .obj_slider, .con_hotel .box_hotel .detail {
		width: 95%;
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	background: url(../images/home/bg_int.png) no-repeat center top;
	padding-top: 260px;
	margin-top: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro {
		padding-top: 26.26263%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
		padding-top: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro {
		margin-top: -45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
		margin-top: -2em;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1650px) {
  .con_intro {
		padding-top: 18.18182%;
		margin-top: -10.10101%;
  }
}
.con_intro > .txt {
	font-size: 139%;
	text-align: center;
	line-height: 1.88;
}
@media only screen and (max-width: 767px) {
  .con_intro > .txt {
		width: 95%;
		margin: auto;
		font-size: 100%;
		text-align: left;
		line-height: 1.5;
  }
}
.con_intro .pnav {
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding: 30px 0;
	margin-top: 40px;
	letter-spacing: -.4em;
	text-align: center;
	background: url(../images/home/bg_pnav.png) no-repeat left top;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro .pnav {
		padding: 1.5em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .pnav {
		padding: 1.5em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .pnav {
		margin-top: 1.5em;
  }
}
@media only screen and (max-width: 990px) {
  .con_intro .pnav {
		background: #fff0ea;
		box-sizing: border-box;
  }
}
.con_intro .pnav li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 233px;
	border-left: 2px dotted #ee9fc6;
	letter-spacing: normal;
}
@media only screen and (max-width: 990px) {
  .con_intro .pnav li {
		margin-top: 1em;
  }
}
@media only screen and (max-width: 990px) {
  .con_intro .pnav li {
		width: 48.5%;
  }
}
.con_intro .pnav li:first-child {
	border-left: none;
}
@media only screen and (max-width: 990px) {
  .con_intro .pnav li:first-child {
		border-left: 2px dotted #ee9fc6;
  }
}
@media only screen and (max-width: 990px) {
  .con_intro .pnav li:nth-child(even) {
		border-right: 2px dotted #ee9fc6;
  }
}
@media only screen and (max-width: 990px) {
  .con_intro .pnav li:nth-child(-n+2) {
		margin-top: 0;
  }
}
.con_intro .pnav li a {
	display: block;
	padding: 0 0 34px 0;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro .pnav li a {
		padding: 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .pnav li a {
		padding: 0 0.8em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro .pnav li a {
		letter-spacing: -.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro .pnav li a .st, .con_intro .pnav li a .img {
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		letter-spacing: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro .pnav li a .img {
		width: 35%;
  }
}
.con_intro .pnav li a .st {
	margin: 5px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro .pnav li a .st {
		margin: 0 0 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .pnav li a .st {
		margin: 0.5em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro .pnav li a .st {
		width: 62%;
  }
}
.con_intro .pnav li:first-child a {
	background: url(../images/home/arr_pnav1.png) no-repeat center bottom;
}
@media only screen and (max-width: 767px) {
  .con_intro .pnav li:first-child a {
		background-size: 1em 1em;
  }
}
.con_intro .pnav li:first-child + li a {
	background: url(../images/home/arr_pnav2.png) no-repeat center bottom;
}
@media only screen and (max-width: 767px) {
  .con_intro .pnav li:first-child + li a {
		background-size: 1em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .pnav li:first-child + li a .st img {
		max-width: 66%;
  }
}
.con_intro .pnav li:first-child + li + li a {
	background: url(../images/home/arr_pnav3.png) no-repeat center bottom;
}
@media only screen and (max-width: 767px) {
  .con_intro .pnav li:first-child + li + li a {
		background-size: 1em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .pnav li:first-child + li + li a .st img {
		max-width: 54%;
  }
}
.con_intro .pnav li:first-child + li + li + li a {
	background: url(../images/home/arr_pnav4.png) no-repeat center bottom;
}
@media only screen and (max-width: 767px) {
  .con_intro .pnav li:first-child + li + li + li a {
		background-size: 1em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .pnav li:first-child + li + li + li a .st img {
		max-width: 88%;
  }
}
.con_intro .box_map {
	position: relative;
	margin: 70px auto 28px;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro .box_map {
		margin: 2.5em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_map {
		margin: 2em auto;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1600px) {
  .con_intro .box_map {
		max-width: 1600px;
		max-width: none !important \9;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro .box_map {
		letter-spacing: -.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro .box_map p {
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		letter-spacing: normal;
		margin-left: 2.5%;
  }
}
.con_intro .box_map p:first-child {
	margin-left: 0;
}
.con_intro .box_map p.img {
	position: relative;
	z-index: 10;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro .box_map p.img {
		width: 39%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_map p.img {
		width: 70%;
		margin: auto;
  }
}
.con_intro .box_map p.dec1, .con_intro .box_map p.dec2 {
	position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_intro .box_map p.dec1, .con_intro .box_map p.dec2 {
		position: static;
		width: 28%;
  }
}
.con_intro .box_map p.dec1 {
	left: -298px;
	top: -105px;
}
@media only screen and (min-width: 991px) and (max-width: 1600px) {
  .con_intro .box_map p.dec1 {
		top: -55px;
		left: auto;
		right: 50%;
		margin-right: 17%;
		max-width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_map p.dec1 {
		left: 0;
		top: 0;
		width: 30%;
  }
}
.con_intro .box_map p.dec2 {
	right: -127px;
	top: -35px;
}
@media only screen and (min-width: 991px) and (max-width: 1600px) {
  .con_intro .box_map p.dec2 {
		top: 10px;
		left: 50%;
		right: auto;
		margin-left: 15%;
		max-width: 27%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_map p.dec2 {
		width: 30%;
		top: auto;
		right: 0;
		bottom: -1em;
  }
}

/* -----------------------------------------------------------
	.con_hotel
----------------------------------------------------------- */
.con_hotel {
	padding-top: 6px;
	margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_hotel {
		margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel {
		margin-top: 2em;
  }
}
.con_hotel .box_hotel h3 {
	padding: 50px 0 110px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel h3 {
		padding: 2em 0 2.5em;
  }
}
.con_hotel .box_hotel .obj_slider {
	overflow: visible !important;
	margin-top: -70px;
	padding-bottom: 50px;
	margin-top: -70px;
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .obj_slider {
		margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .obj_slider {
		padding-bottom: 4.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .obj_slider {
		width: 100%;
		max-width: none;
		margin: auto;
  }
}
.con_hotel .box_hotel .obj_slider > div {
	display: none;
}
.con_hotel .box_hotel .obj_slider > div:first-child {
	display: block;
}
.con_hotel .box_hotel .obj_slider .slick-list {
	overflow: visible !important;
	overflow: hidden !important/9;
}
.con_hotel .box_hotel .obj_slider .slick-list .slick-slide {
	position: relative;
	margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .obj_slider .slick-list .slick-slide {
		margin: 0;
  }
}
.con_hotel .box_hotel .obj_slider .slick-list .slick-slide .img {
	position: relative;
}
.con_hotel .box_hotel .obj_slider .slick-list .slick-slide .img:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/home/slide_off.png) left top;
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
.con_hotel .box_hotel .obj_slider .slick-list .slick-slide.slick-active .img:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.con_hotel .box_hotel .obj_slider .slick-list .slick-slide em {
	display: block;
	width: 100%;
	padding-bottom: 20px;
	margin: 25px 0 0;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .obj_slider .slick-list .slick-slide em {
		padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .obj_slider .slick-list .slick-slide em {
		margin: 1em auto 0;
  }
}
.con_hotel .box_hotel .obj_slider .slick-list .slick-slide em img {
	display: inline-block;
}
.con_hotel .box_hotel .obj_slider .slick-list .slick-slide em span {
	display: none;
	font-size: 154%;
	font-weight: bold;
}
@media only screen and (max-width: 990px) {
  .con_hotel .box_hotel .obj_slider .slick-list .slick-slide em span {
		display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .obj_slider .slick-list .slick-slide em span {
		font-size: 116%;
  }
}
.con_hotel .box_hotel .obj_slider .slick-dots {
	bottom: 0;
}
.con_hotel .box_hotel .obj_slider .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 25px;
	height: 25px;
}
@media only screen and (max-width: 990px) {
  .con_hotel .box_hotel .obj_slider .slick-dots li {
		float: none;
		width: 2.5em;
		height: 2.5em;
		margin: 0 0 0 1em;
  }
  .con_hotel .box_hotel .obj_slider .slick-dots li:first-child {
		margin-left: 0;
  }
}
.con_hotel .box_hotel .obj_slider .slick-dots li button {
	width: 25px;
	height: 25px;
	font-size: 131%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: background 300ms ease, color 300ms ease;
	-o-transition: background 300ms ease, color 300ms ease;
	-webkit-transition: background 300ms ease, color 300ms ease;
	transition: background 300ms ease, color 300ms ease;
	line-height: 13px;
}
@media only screen and (max-width: 990px) {
  .con_hotel .box_hotel .obj_slider .slick-dots li button {
		line-height: 1.5;
		font-size: 100%;
		width: 2.5em;
		height: 2.5em;
  }
}
.con_hotel .box_hotel .obj_slider .slick-dots li button:before {
	content: '';
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 0;
	height: 0;
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	color: transparent !important;
}
.con_hotel .box_hotel .obj_slider .slick-dots li:hover button, .con_hotel .box_hotel .obj_slider .slick-dots li.slick-active button {
	color: #fff !important;
}
.con_hotel .box_hotel .obj_slider .slick-dots li:hover button:before, .con_hotel .box_hotel .obj_slider .slick-dots li.slick-active button:before {
	content: '';
	position: absolute;
	top: -9px;
	left: 50%;
	border: 5px solid;
	margin-left: -6px;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.con_hotel .box_hotel .obj_slider .slick-prev, .con_hotel .box_hotel .obj_slider .slick-next {
	width: 47px;
	height: 47px;
	background: no-repeat center center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	margin-top: -65px;
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .obj_slider .slick-prev, .con_hotel .box_hotel .obj_slider .slick-next {
		width: 2.5em;
		height: 2.5em;
		margin-top: -5.5em;
		font-size: 100%;
  }
}
.con_hotel .box_hotel .obj_slider .slick-prev:before, .con_hotel .box_hotel .obj_slider .slick-next:before {
	display: none;
}
.con_hotel .box_hotel .obj_slider .slick-prev:hover, .con_hotel .box_hotel .obj_slider .slick-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.con_hotel .box_hotel .obj_slider .slick-prev {
	background-image: url(../images/home/arr_left.png);
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_hotel .box_hotel .obj_slider .slick-prev {
		left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .obj_slider .slick-prev {
		left: .5em;
  }
}
.con_hotel .box_hotel .obj_slider .slick-next {
	background-image: url(../images/home/arr_right.png);
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_hotel .box_hotel .obj_slider .slick-next {
		right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .obj_slider .slick-next {
		right: .5em;
  }
}
.con_hotel .box_hotel .detail {
	margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_hotel .box_hotel .detail {
		margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .detail {
		margin-top: 2em;
  }
}
.con_hotel .box_hotel .detail .st {
	padding: 5px 0;
	margin-bottom: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 185%;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .detail .st {
		padding: 0.8em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .detail .st {
		margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .detail .st {
		font-size: 116%;
  }
}
.con_hotel .box_hotel .detail .list_faci {
	position: relative;
	overflow: hidden;
	*zoom: 1;
	padding-left: 3px;
	letter-spacing: -.4em;
}
.con_hotel .box_hotel .detail .list_faci li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	letter-spacing: normal;
	background: #FFF;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	width: 235px;
	margin: 5px 10px 35px 0;
}
@media only screen and (max-width: 990px) {
  .con_hotel .box_hotel .detail .list_faci li {
		display: block;
		width: 99%;
		margin-bottom: 1.5em;
  }
}
.con_hotel .box_hotel .detail .list_faci li.last {
	margin-right: 0;
}
.con_hotel .box_hotel .detail .list_faci li.mb_s {
	margin-bottom: 24px;
}
.con_hotel .box_hotel .detail .list_faci li a {
	display: block;
	text-decoration: none;
}
.con_hotel .box_hotel .detail .list_faci li a .box_fac {
	margin: 10px;
	display: block;
	text-decoration: none;
}
@media only screen and (max-width: 990px) {
  .con_hotel .box_hotel .detail .list_faci li a .box_fac {
		margin: 0;
		padding: .8em;
		letter-spacing: -.4em;
  }
}
@media only screen and (max-width: 990px) {
  .con_hotel .box_hotel .detail .list_faci li a .box_fac .wrp_img, .con_hotel .box_hotel .detail .list_faci li a .box_fac .wrp_txt {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
  }
}
.con_hotel .box_hotel .detail .list_faci li a .box_fac .wrp_img {
	text-align: center;
}
@media only screen and (max-width: 990px) {
  .con_hotel .box_hotel .detail .list_faci li a .box_fac .wrp_img {
		width: 30%;
  }
}
@media only screen and (max-width: 990px) {
  .con_hotel .box_hotel .detail .list_faci li a .box_fac .wrp_txt {
		width: 67%;
		margin-left: 3%;
  }
}
.con_hotel .box_hotel .detail .list_faci li a .box_fac .wrp_txt .title {
	margin: 20px 0 15px;
	text-align: center;
	font-size: 131%;
	font-weight: bold;
	font-size: 16px\9;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .con_hotel .box_hotel .detail .list_faci li a .box_fac .wrp_txt .title {
		margin: 0 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .detail .list_faci li a .box_fac .wrp_txt .title {
		margin: 0 0 0.5em;
  }
}
@media only screen and (max-width: 990px) {
  .con_hotel .box_hotel .detail .list_faci li a .box_fac .wrp_txt .title {
		text-align: left;
		font-size: 124%;
  }
}
.con_hotel .box_hotel .detail .list_faci li a .box_note {
	background: url(../images/home/ic_arrow.png) no-repeat 10px center #ff6c00;
	padding: 10px;
	padding-left: 42px;
	color: #FFF;
	line-height: 1.4em;
}
.con_hotel .box_hotel .detail .list_faci li a .box_note img {
	vertical-align: middle;
	float: left;
	margin-right: 5px;
}
.con_hotel .box_hotel .detail .list_faci li .btn {
	text-align: center;
}
.con_hotel .box_hotel .detail .list_faci li .btn a {
	display: block;
	padding: 9px 0;
	background: #ff1e00;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .detail .list_faci li .btn a {
		padding: 0.8em 0;
  }
}
.con_hotel.forest {
	background: url(../images/home/bg_for_t.png) repeat-x left top;
}
.con_hotel.forest .box_hotel h3 {
	background: url(../images/home/bg_for.png) left top;
}
@media only screen and (max-width: 767px) {
  .con_hotel.forest .box_hotel h3 img {
		max-width: 70%;
		margin: auto;
  }
}
.con_hotel.forest .box_hotel .obj_slider .slick-list .slick-slide em {
	background: url(../images/home/bd_for.png) no-repeat center bottom;
}
.con_hotel.forest .box_hotel .obj_slider .slick-dots li button {
	color: #6c3703;
	border: 1px solid #6c3703;
}
.con_hotel.forest .box_hotel .obj_slider .slick-dots li:hover button, .con_hotel.forest .box_hotel .obj_slider .slick-dots li.slick-active button {
	background: #6c3703;
}
.con_hotel.forest .box_hotel .obj_slider .slick-dots li:hover button:before, .con_hotel.forest .box_hotel .obj_slider .slick-dots li.slick-active button:before {
	border-color: transparent transparent #6c3703;
}
.con_hotel.forest .box_hotel .obj_slider .slick-prev, .con_hotel.forest .box_hotel .obj_slider .slick-next {
	background-color: #6c3703;
}
.con_hotel.forest .box_hotel .obj_slider .slick-prev:before, .con_hotel.forest .box_hotel .obj_slider .slick-next:before {
	display: none;
}
.con_hotel.forest .detail .st {
	background: #6c3703;
}
.con_hotel.forest .detail .list_faci .box_fac .title {
	color: #6c3703;
}
.con_hotel.plateau {
	background: url(../images/home/bg_pla_t.png) repeat-x left top;
}
.con_hotel.plateau .box_hotel h3 {
	background: url(../images/home/bg_pla.png) left top;
}
@media only screen and (max-width: 767px) {
  .con_hotel.plateau .box_hotel h3 img {
		max-width: 42%;
		margin: auto;
  }
}
.con_hotel.plateau .box_hotel .obj_slider .slick-list .slick-slide em {
	background: url(../images/home/bd_pla.png) no-repeat center bottom;
}
.con_hotel.plateau .box_hotel .obj_slider .slick-dots li button {
	color: #2a8e13;
	border: 1px solid #2a8e13;
}
.con_hotel.plateau .box_hotel .obj_slider .slick-dots li:hover button, .con_hotel.plateau .box_hotel .obj_slider .slick-dots li.slick-active button {
	background: #2a8e13;
}
.con_hotel.plateau .box_hotel .obj_slider .slick-dots li:hover button:before, .con_hotel.plateau .box_hotel .obj_slider .slick-dots li.slick-active button:before {
	border-color: transparent transparent #2a8e13;
}
.con_hotel.plateau .box_hotel .obj_slider .slick-prev, .con_hotel.plateau .box_hotel .obj_slider .slick-next {
	background-color: #2a8e13;
}
.con_hotel.plateau .box_hotel .obj_slider .slick-prev:before, .con_hotel.plateau .box_hotel .obj_slider .slick-next:before {
	display: none;
}
.con_hotel.plateau .detail .st {
	background: #2a8e13;
}
.con_hotel.plateau .detail .list_faci .box_fac .title {
	color: #2a8e13;
}
.con_hotel.sea {
	background: url(../images/home/bg_sea_t.png) repeat-x left top;
}
.con_hotel.sea .box_hotel h3 {
	background: url(../images/home/bg_sea.png) left top;
}
@media only screen and (max-width: 767px) {
  .con_hotel.sea .box_hotel h3 img {
		max-width: 35%;
		margin: auto;
  }
}
.con_hotel.sea .box_hotel .obj_slider .slick-list .slick-slide em {
	background: url(../images/home/bd_sea.png) no-repeat center bottom;
}
.con_hotel.sea .box_hotel .obj_slider .slick-dots li button {
	color: #1392bc;
	border: 1px solid #1392bc;
}
.con_hotel.sea .box_hotel .obj_slider .slick-dots li:hover button, .con_hotel.sea .box_hotel .obj_slider .slick-dots li.slick-active button {
	background: #1392bc;
}
.con_hotel.sea .box_hotel .obj_slider .slick-dots li:hover button:before, .con_hotel.sea .box_hotel .obj_slider .slick-dots li.slick-active button:before {
	border-color: transparent transparent #1392bc;
}
.con_hotel.sea .box_hotel .obj_slider .slick-prev, .con_hotel.sea .box_hotel .obj_slider .slick-next {
	background-color: #1392bc;
}
.con_hotel.sea .box_hotel .obj_slider .slick-prev:before, .con_hotel.sea .box_hotel .obj_slider .slick-next:before {
	display: none;
}
.con_hotel.sea .detail .st {
	background: #1392bc;
}
.con_hotel.sea .detail .list_faci .box_fac .title {
	color: #1392bc;
}
.con_hotel.dog {
	background: url(../images/home/bg_dog_t.png) repeat-x left top;
}
.con_hotel.dog .box_hotel h3 {
	background: url(../images/home/bg_dog.png) left top;
}
@media only screen and (max-width: 767px) {
  .con_hotel.dog .box_hotel h3 img {
		max-width: 63%;
		margin: auto;
  }
}
.con_hotel.dog .box_hotel .obj_slider .slick-list .slick-slide em {
	background: url(../images/home/bd_dog.png) no-repeat center bottom;
}
.con_hotel.dog .box_hotel .obj_slider .slick-dots li button {
	color: #b87412;
	border: 1px solid #b87412;
}
.con_hotel.dog .box_hotel .obj_slider .slick-dots li:hover button, .con_hotel.dog .box_hotel .obj_slider .slick-dots li.slick-active button {
	background: #b87412;
}
.con_hotel.dog .box_hotel .obj_slider .slick-dots li:hover button:before, .con_hotel.dog .box_hotel .obj_slider .slick-dots li.slick-active button:before {
	border-color: transparent transparent #b87412;
}
.con_hotel.dog .box_hotel .obj_slider .slick-prev, .con_hotel.dog .box_hotel .obj_slider .slick-next {
	background-color: #b87412;
}
.con_hotel.dog .box_hotel .obj_slider .slick-prev:before, .con_hotel.dog .box_hotel .obj_slider .slick-next:before {
	display: none;
}
.con_hotel.dog .detail .st {
	background: #b87412;
}
.con_hotel.dog .detail .list_faci .box_fac .title {
	color: #b87412;
}
