@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_maps_access, .con_access .tab_style5 .tabs {
	max-width: 1200px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_maps_access, .con_access .tab_style5 .tabs {
		width: 95%;
  }
}

.con_list_local:after, .con_gallery .con_insta_list ul.box_insta:after, .con_map .box_map_lnk:after, .con_map .list_lnk li .box_inner div.img:after, .con_cuisine:after, .con_cuisine .box_cuisine:after, .con_cuisine .container:after, .con_onsen:after, .con_onsen .box_l:after, .con_onsen .box_l .box_img:after, .con_aqua:after, .con_aqua .box_r .box_slider_thumb:after, .con_aqua .box_l .box_txt dl:after, .con_rooms:after, .con_rooms .box_img:after, .con_access:after, .con_sightseeing:after, .con_sightseeing .slider_main_sight:after {
	content: "";
	display: table;
	clear: both;
}

/*icon style*/
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/*@include dots(#color1,#color2,width);*/
/*@include btn_slider(#color1,#color2,size);*/
#loader_home {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
}

#contents {
	overflow: hidden;
	*zoom: 1;
	background: url("../images/home/bg_contents_home.jpg") center top no-repeat;
}
@media only screen and (max-width: 767px) {
  #contents {
		background: url("../images/home/bg_content_sp.jpg") center top no-repeat;
		background-size: 115% auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .container {
		max-width: 95%;
  }
}
@media print {
  .container {
		max-width: 95%;
  }
}
.ie8 .container {
	max-width: 95%;
}

@media only screen and (min-width: 1025px) {
  #footer, #header, .con_main_img, .con_intro, .con_special, .con_news, .con_home_banner, .con_gallery, .con_maps_access, .con_search, .con_bestrate, .con_map {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
  }
}
@media print {
  #footer, #header, .con_main_img, .con_intro, .con_special, .con_news, .con_home_banner, .con_gallery, .con_maps_access, .con_search, .con_bestrate, .con_map {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
  }
}
.ie8 #footer, .ie8 #header, .ie8 .con_main_img, .ie8 .con_intro, .ie8 .con_special, .ie8 .con_news, .ie8 .con_home_banner, .ie8 .con_gallery, .ie8 .con_maps_access, .ie8 .con_search, .ie8 .con_bestrate, .ie8 .con_map {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.box_pop_content .con_search {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.delayp3 {
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_search {
		width: 95%;
		margin: auto;
  }
}
@media print {
  .con_search {
		width: 95%;
		margin: auto;
  }
}
.ie8 .con_search {
	width: 95%;
	margin: auto;
}

h3.title {
	text-align: center;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 524%;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h3.title {
		font-size: 308%;
  }
}
@media only screen and (max-width: 767px) {
  h3.title {
		font-size: 185%;
  }
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_main_img {
	overflow: hidden;
	*zoom: 1;
}
@media only screen and (min-width: 1025px) {
  .con_main_img {
		min-height: 400px;
  }
}
@media print {
  .con_main_img {
		min-height: 400px;
  }
}
.ie8 .con_main_img {
	min-height: 400px;
}
.con_main_img .slider_main {
	display: none;
}
@media only screen and (max-width: 767px) {
  .con_main_img .slider_main {
		display: block;
  }
}
.con_main_img .slider_main .slide {
	float: left;
	margin-right: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main_img .slider_main .slide {
		margin-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_img .slider_main .slide {
		margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main_img .slider_main .slide img {
		height: 25em;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_img .slider_main {
		max-width: 80%;
		margin: auto;
		position: relative;
  }
  .con_main_img .slider_main a {
		display: block;
  }
  .con_main_img .slider_main .slide {
		margin: 0 1em;
		position: relative;
  }
  .con_main_img .slider_main .slide img {
		width: 100%;
  }
  .con_main_img .slider_main .slick-arrow {
		position: absolute;
		top: 50%;
		z-index: 99;
		text-align: center;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		line-height: 1;
		background: #68c893;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
  }
  .con_main_img .slider_main .slick-arrow.slick-next {
		right: -2em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_main_img .slider_main .slick-arrow.slick-next {
		right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_img .slider_main .slick-arrow.slick-next:before {
		display: inline-block;
		content: "\f105";
		font-family: FontAwesome;
		color: #FFF;
		font-size: 7.5em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .con_main_img .slider_main .slick-arrow.slick-next:before {
		font-size: 4em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_main_img .slider_main .slick-arrow.slick-next:before {
		font-size: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_img .slider_main .slick-arrow.slick-prev {
		left: -2em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_main_img .slider_main .slick-arrow.slick-prev {
		left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_img .slider_main .slick-arrow.slick-prev:before {
		display: inline-block;
		content: "\f104";
		font-family: FontAwesome;
		color: #FFF;
		font-size: 7.5em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .con_main_img .slider_main .slick-arrow.slick-prev:before {
		font-size: 4em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_main_img .slider_main .slick-arrow.slick-prev:before {
		font-size: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_img .slider_main .slick-arrow:hover {
		cursor: pointer;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
		filter: alpha(opacity=700);
  }
  .con_main_img .slider_main .slick-arrow:before {
		color: #FFF !important;
		font-size: 85%;
		padding: .1em .4em;
  }
  .con_main_img .slider_main .slick-arrow.slick-prev {
		left: -1.5em;
  }
  .con_main_img .slider_main .slick-arrow.slick-prev:before {
		font-size: 250%;
  }
  .con_main_img .slider_main .slick-arrow.slick-next {
		right: -1.5em;
  }
  .con_main_img .slider_main .slick-arrow.slick-next:before {
		font-size: 250%;
  }
  .con_main_img .slider_main .slick-list {
		padding: 0 !important;
		overflow: visible !important;
  }
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
	overflow: hidden;
	*zoom: 1;
	margin-top: 3em;
	padding-bottom: 8.5em;
}
@media only screen and (max-width: 767px) {
  .con_intro {
		padding-bottom: 2em;
  }
}
.con_intro .st_intro {
	text-align: center;
	margin-bottom: 2em;
}
.con_intro .st_intro span {
	background: rgba(46, 224, 126, 0.25);
	display: inline-block;
	padding: .5em 1em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	-ms-border-radius: 3em;
	-o-border-radius: 3em;
	border-radius: 3em;
	color: #FFF;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 116%;
}
.con_intro h2 {
	text-align: center;
	font-size: 266%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	font-weight: normal;
	letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_intro h2 {
		color: #4e4e4e;
		font-size: 154%;
  }
}
.con_intro h2 span {
	color: #68c893;
}
.con_intro h2 span.lg {
	font-size: 247%;
}
@media only screen and (max-width: 767px) {
  .con_intro h2 span.lg {
		font-size: 193%;
  }
}
.con_intro .txt {
	color: #FFF;
	font-size: 116%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: 500;
	text-align: center;
	margin-top: 1em;
}
.con_intro .box_btn_sp {
	margin-bottom: 8em;
	background: rgba(255, 255, 255, 0.4);
	padding: .7em;
}
.con_intro .box_btn_sp .list_btn {
	overflow: hidden;
	*zoom: 1;
}
.con_intro .box_btn_sp .list_btn li {
	width: 48.5%;
	margin-right: 3%;
	float: left;
}
.con_intro .box_btn_sp .list_btn li:nth-of-type(2n) {
	margin-right: 0;
}
.con_intro .box_btn_sp .list_btn li .fa {
	display: block;
	font-size: 185%;
	margin-bottom: .3em;
}
.con_intro .box_btn_sp .list_btn li a {
	padding: .6em 0;
}
.con_intro .box_btn_sp .list_btn li a:after {
	display: none;
}
.con_intro .star {
	overflow: hidden;
	*zoom: 1;
	border: 1px solid #f6c773;
	background: -svg-linear-gradient(#b37f1b, #d89c2b);
	background: -owg-linear-gradient(#b37f1b, #d89c2b);
	background: -webkit-linear-gradient(#b37f1b, #d89c2b);
	background: -moz-linear-gradient(#b37f1b, #d89c2b);
	background: -o-linear-gradient(#b37f1b, #d89c2b);
	background: linear-gradient(#b37f1b, #d89c2b);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB37F1B', endColorstr='#FFD89C2B');
	color: #FFF;
	text-align: center;
	margin-top: 1em;
}
.con_intro .star span {
	display: inline-block;
	padding: .5em 2em;
	font-size: 139%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: 500;
	background: url(../images/home/fl_left.png) no-repeat left center, url(../images/home/fl_right.png) no-repeat right center;
	background-size: auto 1.6em;
	font-weight: normal;
}

@media only screen and (min-width: 1025px) {
  .target {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
  }
}
@media print {
  .target {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
  }
}
.ie8 .target {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* -----------------------------------------------------------
	con_list_local
----------------------------------------------------------- */
.con_list_local {
	margin-bottom: 7em;
	background: url(../images/home/bg_deal.jpg);
	padding: 1.5em 0 0em;
}
@media only screen and (max-width: 767px) {
  .con_list_local {
		margin-bottom: 3em;
  }
}
.con_list_local h3.title {
	margin-bottom: 1em;
}
.con_list_local .list_spa {
	background: #fff;
	box-shadow: 6px 3px 17px 6px rgba(0, 0, 0, 0.1);
}
.con_list_local .list_spa li {
	width: 33.33333%;
	margin-right: 0;
	float: left;
	text-align: center;
	margin-bottom: 2.5em;
}
.con_list_local .list_spa li:nth-of-type(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_list_local .list_spa li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
.con_list_local .list_spa li:nth-child(3n+1) {
	clear: left;
}
.con_list_local .list_spa li .box_txt {
	text-align: left;
}
.con_list_local .list_spa li .box_title .cat {
	margin-right: 0;
}
.con_list_local .list_spa li .btn {
	margin: 1em auto 0;
	width: 245px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list_local .list_spa li .btn {
		width: 84%;
  }
}
@media only screen and (max-width: 767px) {
  .con_list_local .list_spa li .btn {
		width: 80%;
  }
}
.con_list_local .list_spa li .btn a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding: 0.5em 0;
	color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_list_local .list_spa li .btn a {
		padding: 0.3em 0;
  }
}

/* -----------------------------------------------------------
	con_gallery
----------------------------------------------------------- */
.con_gallery {
	overflow: hidden;
	*zoom: 1;
	padding: 4em 0 6em;
	border-bottom: 1px solid #d7d7d7;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery {
		padding: 3em 0 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery {
		padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery {
		width: 95%;
		margin: auto;
  }
}
.con_gallery h3 {
	margin-bottom: 1em;
	text-align: center;
}
.con_gallery .txt_desc {
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 116%;
	text-align: center;
	margin-bottom: 1em;
	font-weight: 500;
}
.con_gallery .con_insta_list {
	width: 100%;
}
.con_gallery .con_insta_list ul.box_insta {
	width: 100%;
}
.con_gallery .con_insta_list ul.box_insta li {
	float: left;
	width: 12.13542%;
	margin-left: 0.41667%;
}
.con_gallery .con_insta_list ul.box_insta li a {
	display: block;
	text-decoration: none;
}
.con_gallery .con_insta_list ul.box_insta li a img {
	width: 100% !important;
	height: 100% !important;
	margin-left: 0 !important;
	object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .con_gallery .con_insta_list ul.box_insta li:nth-child(8n+1) {
		clear: left;
		margin-left: 0;
  }
  .con_gallery .con_insta_list ul.box_insta li:nth-child(n+9) {
		margin-top: 0.41667%;
  }
}
@media print {
  .con_gallery .con_insta_list ul.box_insta li:nth-child(8n+1) {
		clear: left;
		margin-left: 0;
  }
  .con_gallery .con_insta_list ul.box_insta li:nth-child(n+9) {
		margin-top: 0.41667%;
  }
}
.ie8 .con_gallery .con_insta_list ul.box_insta li:nth-child(8n+1) {
	clear: left;
	margin-left: 0;
}
.ie8 .con_gallery .con_insta_list ul.box_insta li:nth-child(n+9) {
	margin-top: 0.41667%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .con_insta_list ul.box_insta li {
		width: 15%;
		margin-left: 2%;
  }
  .con_gallery .con_insta_list ul.box_insta li:nth-child(6n+1) {
		clear: left;
		margin-left: 0;
  }
  .con_gallery .con_insta_list ul.box_insta li:nth-child(n+7) {
		margin-top: 2%;
  }
  .con_gallery .con_insta_list ul.box_insta li:nth-child(n+13) {
		display: none;
  }
}
.con_gallery .btn_inst {
	width: 100%;
	max-width: 300px;
	margin: 30px auto 0;
}

/* -----------------------------------------------------------
	con_maps_access
----------------------------------------------------------- */
.con_maps_access {
	overflow: hidden;
	*zoom: 1;
	-webkit-background-size: inherit, cover;
	-moz-background-size: inherit, cover;
	-o-background-size: inherit, cover;
	background-size: inherit, cover;
	position: relative;
	overflow: hidden;
	*zoom: 1;
	max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_maps_access {
		background: url(../images/home/bg_maps_home.jpg) no-repeat 0 -3px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
  }
}
@media print {
  .con_maps_access {
		background: url(../images/home/bg_maps_home.jpg) no-repeat 0 -3px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
  }
}
.ie8 .con_maps_access {
	background: url(../images/home/bg_maps_home.jpg) no-repeat 0 -3px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_maps_access {
		background: url(../images/home/bg_maps_sp.jpg) no-repeat center bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_maps_access {
		width: 100%;
  }
}
.con_maps_access .box_img {
	width: 56.8%;
}
@media only screen and (min-width: 768px) {
  .con_maps_access .box_txt {
		vertical-align: middle;
		width: 38.5%;
		float: right;
		text-align: left;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
  }
}
@media print {
  .con_maps_access .box_txt {
		vertical-align: middle;
		width: 38.5%;
		float: right;
		text-align: left;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
  }
}
.ie8 .con_maps_access .box_txt {
	vertical-align: middle;
	width: 38.5%;
	float: right;
	text-align: left;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .con_maps_access .box_txt {
		padding: 4em 3%;
  }
}
.con_maps_access h4 {
	font-size: 147%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	color: #FFF;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_maps_access h4 {
		font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_maps_access h4 {
		padding-right: 1em;
		font-size: 124%;
  }
}
.con_maps_access .btn_normal {
	margin-top: 1em;
}
.con_maps_access .btn_normal a {
	width: 200px;
	padding: .5em 0;
}
@media only screen and (max-width: 767px) {
  .con_maps_access .btn_normal a {
		width: 60%;
  }
}

@-webkit-keyframes cloud_three {
	0% {
		left: 0;
	}
	100% {
		left: -200%;
	}
}
@keyframes cloud_three {
	0% {
		left: 0;
	}
	100% {
		left: -200%;
	}
}
/* -----------------------------------------------------------
	con_map
----------------------------------------------------------- */
.con_map {
	padding-bottom: 3em;
	position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_map:before {
		content: "";
		background: url(../images/home/img_cloud01.png) repeat-x;
		width: 300%;
		height: 396px;
		position: absolute;
		z-index: 0;
		bottom: 62%;
		-webkit-animation: cloud_three 100s linear infinite;
		-moz-animation: cloud_three 100s linear infinite;
		-o-animation: cloud_three 100s linear infinite;
		-ms-animation: cloud_three 100s linear infinite;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
  }
  .con_map:after {
		content: "";
		background: url(../images/home/img_cloud02.png) repeat-x;
		width: 100%;
		height: 543px;
		position: absolute;
		z-index: 0;
		bottom: 42%;
		left: 50%;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		-webkit-animation: cloud_three 100s linear infinite;
		-moz-animation: cloud_three 100s linear infinite;
		-o-animation: cloud_three 100s linear infinite;
		-ms-animation: cloud_three 100s linear infinite;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
  }
}
@media print {
  .con_map:before {
		content: "";
		background: url(../images/home/img_cloud01.png) repeat-x;
		width: 300%;
		height: 396px;
		position: absolute;
		z-index: 0;
		bottom: 62%;
		-webkit-animation: cloud_three 100s linear infinite;
		-moz-animation: cloud_three 100s linear infinite;
		-o-animation: cloud_three 100s linear infinite;
		-ms-animation: cloud_three 100s linear infinite;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
  }
  .con_map:after {
		content: "";
		background: url(../images/home/img_cloud02.png) repeat-x;
		width: 100%;
		height: 543px;
		position: absolute;
		z-index: 0;
		bottom: 42%;
		left: 50%;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		-webkit-animation: cloud_three 100s linear infinite;
		-moz-animation: cloud_three 100s linear infinite;
		-o-animation: cloud_three 100s linear infinite;
		-ms-animation: cloud_three 100s linear infinite;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
  }
}
.ie8 .con_map:before {
	content: "";
	background: url(../images/home/img_cloud01.png) repeat-x;
	width: 300%;
	height: 396px;
	position: absolute;
	z-index: 0;
	bottom: 62%;
	-webkit-animation: cloud_three 100s linear infinite;
	-moz-animation: cloud_three 100s linear infinite;
	-o-animation: cloud_three 100s linear infinite;
	-ms-animation: cloud_three 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.ie8 .con_map:after {
	content: "";
	background: url(../images/home/img_cloud02.png) repeat-x;
	width: 100%;
	height: 543px;
	position: absolute;
	z-index: 0;
	bottom: 42%;
	left: 50%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-animation: cloud_three 100s linear infinite;
	-moz-animation: cloud_three 100s linear infinite;
	-o-animation: cloud_three 100s linear infinite;
	-ms-animation: cloud_three 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.con_map .container {
	max-width: 1367px;
	position: relative;
}
.con_map .box_map_lnk {
	position: relative;
}
.con_map .box_map_lnk .my-photoswipe {
	width: 30%;
	margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_map_lnk .my-photoswipe {
		width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_map_lnk .my-photoswipe {
		width: 60%;
  }
}
.con_map .list_lnk li {
	position: absolute;
	width: 6em;
	height: 6em;
	z-index: 99;
}
.con_map .list_lnk li .box_inner {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	z-index: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.con_map .list_lnk li .box_inner:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em .7em 0 .7em;
	border-color: #FFF transparent transparent transparent;
	content: "";
	position: absolute;
	left: 50%;
	top: 95%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.con_map .list_lnk li .box_inner:hover {
	cursor: pointer;
}
.con_map .list_lnk li .box_inner div.img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #FFF;
	width: 5em;
	height: 5em;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.con_map .list_lnk li .box_inner div.img span {
	display: block;
	overflow: hidden;
	*zoom: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.con_map .list_lnk li .box_inner .st {
	background: #FFF;
	display: inline-block;
	padding: .3em 0;
	text-align: center;
	-webkit-border-radius: 6em;
	-moz-border-radius: 6em;
	-ms-border-radius: 6em;
	-o-border-radius: 6em;
	border-radius: 6em;
	position: absolute;
	left: 50%;
	top: -1.5em;
	min-width: 9.5em;
	overflow: hidden;
	*zoom: 1;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.con_map .list_lnk li .box_inner .st:before {
	content: "";
	width: 1em;
	height: 100%;
	background: #000;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}
.con_map .list_lnk li.lnk01 {
	left: 3.65764%;
	top: 22.25859%;
}
.con_map .list_lnk li.lnk01 .st:before {
	background: #82c131;
}
.con_map .list_lnk li.lnk01 .box_inner {
	color: #82c131;
}
.con_map .list_lnk li.lnk01:hover .box_inner:before, .con_map .list_lnk li.lnk01.active .box_inner:before {
	border-color: #82c131 transparent transparent transparent;
}
.con_map .list_lnk li.lnk01:hover div.img, .con_map .list_lnk li.lnk01.active div.img {
	border-color: #82c131;
}
.con_map .list_lnk li.lnk01:hover .st, .con_map .list_lnk li.lnk01.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk01:hover .st:before, .con_map .list_lnk li.lnk01.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_lnk li.lnk02 {
	left: 19.53182%;
	top: 22.25859%;
}
.con_map .list_lnk li.lnk02 .st:before {
	background: #1cb694;
}
.con_map .list_lnk li.lnk02 .box_inner {
	color: #1cb694;
}
.con_map .list_lnk li.lnk02:hover .box_inner:before, .con_map .list_lnk li.lnk02.active .box_inner:before {
	border-color: #1cb694 transparent transparent transparent;
}
.con_map .list_lnk li.lnk02:hover div.img, .con_map .list_lnk li.lnk02.active div.img {
	border-color: #1cb694;
}
.con_map .list_lnk li.lnk02:hover .st, .con_map .list_lnk li.lnk02.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk02:hover .st:before, .con_map .list_lnk li.lnk02.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_lnk li.lnk03 {
	left: 22.89685%;
	top: 6.87398%;
}
.con_map .list_lnk li.lnk03 .st {
	width: 16em;
}
.con_map .list_lnk li.lnk03 .st:before {
	background: #1aadba;
}
.con_map .list_lnk li.lnk03 .box_inner {
	color: #1aadba;
}
.con_map .list_lnk li.lnk03:hover .box_inner:before, .con_map .list_lnk li.lnk03.active .box_inner:before {
	border-color: #1aadba transparent transparent transparent;
}
.con_map .list_lnk li.lnk03:hover div.img, .con_map .list_lnk li.lnk03.active div.img {
	border-color: #1aadba;
}
.con_map .list_lnk li.lnk03:hover .st, .con_map .list_lnk li.lnk03.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk03:hover .st:before, .con_map .list_lnk li.lnk03.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_lnk li.lnk04 {
	left: 39.94148%;
	top: 5.72831%;
}
.con_map .list_lnk li.lnk04 .st {
	width: 11em;
}
.con_map .list_lnk li.lnk04 .st:before {
	background: #2db56a;
}
.con_map .list_lnk li.lnk04 .box_inner {
	color: #2db56a;
}
.con_map .list_lnk li.lnk04:hover .box_inner:before, .con_map .list_lnk li.lnk04.active .box_inner:before {
	border-color: #2db56a transparent transparent transparent;
}
.con_map .list_lnk li.lnk04:hover div.img, .con_map .list_lnk li.lnk04.active div.img {
	border-color: #2db56a;
}
.con_map .list_lnk li.lnk04:hover .st, .con_map .list_lnk li.lnk04.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk04:hover .st:before, .con_map .list_lnk li.lnk04.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_lnk li.lnk05 {
	left: 52.67008%;
	top: 12.60229%;
}
.con_map .list_lnk li.lnk05 .st:before {
	background: #542518;
}
.con_map .list_lnk li.lnk05 .box_inner {
	color: #542518;
}
.con_map .list_lnk li.lnk05:hover .box_inner:before, .con_map .list_lnk li.lnk05.active .box_inner:before {
	border-color: #542518 transparent transparent transparent;
}
.con_map .list_lnk li.lnk05:hover div.img, .con_map .list_lnk li.lnk05.active div.img {
	border-color: #542518;
}
.con_map .list_lnk li.lnk05:hover .st, .con_map .list_lnk li.lnk05.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk05:hover .st:before, .con_map .list_lnk li.lnk05.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_lnk li.lnk06 {
	left: 63.64301%;
	top: 5.23732%;
}
.con_map .list_lnk li.lnk06 .st {
	width: 14em;
}
.con_map .list_lnk li.lnk06 .st:before {
	background: #479ec8;
}
.con_map .list_lnk li.lnk06 .box_inner {
	color: #479ec8;
}
.con_map .list_lnk li.lnk06:hover .box_inner:before, .con_map .list_lnk li.lnk06.active .box_inner:before {
	border-color: #479ec8 transparent transparent transparent;
}
.con_map .list_lnk li.lnk06:hover div.img, .con_map .list_lnk li.lnk06.active div.img {
	border-color: #479ec8;
}
.con_map .list_lnk li.lnk06:hover .st, .con_map .list_lnk li.lnk06.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk06:hover .st:before, .con_map .list_lnk li.lnk06.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_lnk li.lnk07 {
	left: 59.91222%;
	top: 29.29624%;
}
.con_map .list_lnk li.lnk07 .st:before {
	background: #10520e;
}
.con_map .list_lnk li.lnk07 .box_inner {
	color: #10520e;
}
.con_map .list_lnk li.lnk07:hover .box_inner:before, .con_map .list_lnk li.lnk07.active .box_inner:before {
	border-color: #10520e transparent transparent transparent;
}
.con_map .list_lnk li.lnk07:hover div.img, .con_map .list_lnk li.lnk07.active div.img {
	border-color: #10520e;
}
.con_map .list_lnk li.lnk07:hover .st, .con_map .list_lnk li.lnk07.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk07:hover .st:before, .con_map .list_lnk li.lnk07.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_lnk li.lnk08 {
	left: 57.20556%;
	top: 49.2635%;
}
.con_map .list_lnk li.lnk08 .st {
	width: 14em;
}
.con_map .list_lnk li.lnk08 .st:before {
	background: #ae861c;
}
.con_map .list_lnk li.lnk08 .box_inner {
	color: #ae861c;
}
.con_map .list_lnk li.lnk08:hover .box_inner:before, .con_map .list_lnk li.lnk08.active .box_inner:before {
	border-color: #ae861c transparent transparent transparent;
}
.con_map .list_lnk li.lnk08:hover div.img, .con_map .list_lnk li.lnk08.active div.img {
	border-color: #ae861c;
}
.con_map .list_lnk li.lnk08:hover .st, .con_map .list_lnk li.lnk08.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk08:hover .st:before, .con_map .list_lnk li.lnk08.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_lnk li.lnk09 {
	left: 40.96562%;
	top: 76.59574%;
}
.con_map .list_lnk li.lnk09 .st {
	width: 14em;
}
.con_map .list_lnk li.lnk09 .st:before {
	background: #8d8b0c;
}
.con_map .list_lnk li.lnk09 .box_inner {
	color: #8d8b0c;
}
.con_map .list_lnk li.lnk09:hover .box_inner:before, .con_map .list_lnk li.lnk09.active .box_inner:before {
	border-color: #8d8b0c transparent transparent transparent;
}
.con_map .list_lnk li.lnk09:hover div.img, .con_map .list_lnk li.lnk09.active div.img {
	border-color: #8d8b0c;
}
.con_map .list_lnk li.lnk09:hover .st, .con_map .list_lnk li.lnk09.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk09:hover .st:before, .con_map .list_lnk li.lnk09.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_lnk li.lnk10 {
	left: 32.33358%;
	top: 60.55646%;
}
.con_map .list_lnk li.lnk10 .st:before {
	background: #d77729;
}
.con_map .list_lnk li.lnk10 .box_inner {
	color: #d77729;
}
.con_map .list_lnk li.lnk10:hover .box_inner:before, .con_map .list_lnk li.lnk10.active .box_inner:before {
	border-color: #d77729 transparent transparent transparent;
}
.con_map .list_lnk li.lnk10:hover div.img, .con_map .list_lnk li.lnk10.active div.img {
	border-color: #d77729;
}
.con_map .list_lnk li.lnk10:hover .st, .con_map .list_lnk li.lnk10.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk10:hover .st:before, .con_map .list_lnk li.lnk10.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_lnk li.lnk11 {
	left: 26.84711%;
	top: 45.33552%;
}
.con_map .list_lnk li.lnk11 .st {
	width: 14em;
}
.con_map .list_lnk li.lnk11 .st:before {
	background: #ad4558;
}
.con_map .list_lnk li.lnk11 .box_inner {
	color: #ad4558;
}
.con_map .list_lnk li.lnk11:hover .box_inner:before, .con_map .list_lnk li.lnk11.active .box_inner:before {
	border-color: #ad4558 transparent transparent transparent;
}
.con_map .list_lnk li.lnk11:hover div.img, .con_map .list_lnk li.lnk11.active div.img {
	border-color: #ad4558;
}
.con_map .list_lnk li.lnk11:hover .st, .con_map .list_lnk li.lnk11.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk11:hover .st:before, .con_map .list_lnk li.lnk11.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_lnk li.lnk12 {
	left: 14.26481%;
	top: 57.44681%;
}
.con_map .list_lnk li.lnk12 .st {
	width: 11em;
}
.con_map .list_lnk li.lnk12 .st:before {
	background: #8322ab;
}
.con_map .list_lnk li.lnk12 .box_inner {
	color: #8322ab;
}
.con_map .list_lnk li.lnk12:hover .box_inner:before, .con_map .list_lnk li.lnk12.active .box_inner:before {
	border-color: #8322ab transparent transparent transparent;
}
.con_map .list_lnk li.lnk12:hover div.img, .con_map .list_lnk li.lnk12.active div.img {
	border-color: #8322ab;
}
.con_map .list_lnk li.lnk12:hover .st, .con_map .list_lnk li.lnk12.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk12:hover .st:before, .con_map .list_lnk li.lnk12.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_lnk li.lnk13 {
	left: 12.43599%;
	top: 28.64157%;
}
.con_map .list_lnk li.lnk13:hover .box_inner:before, .con_map .list_lnk li.lnk13.active .box_inner:before {
	border-color: #000 transparent transparent transparent;
}
.con_map .list_lnk li.lnk13:hover div.img, .con_map .list_lnk li.lnk13.active div.img {
	border-color: #000;
}
.con_map .list_lnk li.lnk13:hover .st, .con_map .list_lnk li.lnk13.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk13:hover .st:before, .con_map .list_lnk li.lnk13.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_lnk li.lnk14 {
	left: 28.96854%;
	top: 16.85761%;
}
.con_map .list_lnk li.lnk14 .st:before {
	background: #479ec8;
}
.con_map .list_lnk li.lnk14 .box_inner {
	color: #479ec8;
}
.con_map .list_lnk li.lnk14:hover .box_inner:before, .con_map .list_lnk li.lnk14.active .box_inner:before {
	border-color: #479ec8 transparent transparent transparent;
}
.con_map .list_lnk li.lnk14:hover div.img, .con_map .list_lnk li.lnk14.active div.img {
	border-color: #479ec8;
}
.con_map .list_lnk li.lnk14:hover .st, .con_map .list_lnk li.lnk14.active .st {
	color: #FFF;
}
.con_map .list_lnk li.lnk14:hover .st:before, .con_map .list_lnk li.lnk14.active .st:before {
	width: 120%;
	z-index: -1;
}
.con_map .list_localtion {
	overflow: hidden;
	*zoom: 1;
}
@media only screen and (max-width: 767px) {
  .con_map .list_localtion {
		border-bottom: 1px solid #d1d1d1;
  }
}
.con_map .list_localtion li.box_location {
	-webkit-transition: opacity 0.3s ease, visibility 0.2s ease;
	-moz-transition: opacity 0.3s ease, visibility 0.2s ease;
	-o-transition: opacity 0.3s ease, visibility 0.2s ease;
	transition: opacity 0.3s ease, visibility 0.2s ease;
	padding: 2em;
	overflow: hidden;
	*zoom: 1;
}
@media only screen and (min-width: 1025px) {
  .con_map .list_localtion li.box_location {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		visibility: hidden;
		position: absolute;
		right: 5.48647%;
		top: 25.04092%;
		width: 23.55523%;
		z-index: 11;
		color: #FFF;
  }
}
@media print {
  .con_map .list_localtion li.box_location {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		visibility: hidden;
		position: absolute;
		right: 5.48647%;
		top: 25.04092%;
		width: 23.55523%;
		z-index: 11;
		color: #FFF;
  }
}
.ie8 .con_map .list_localtion li.box_location {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 5.48647%;
	top: 25.04092%;
	width: 23.55523%;
	z-index: 11;
	color: #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .list_localtion li.box_location {
		width: 33.33333%;
		margin-right: 0;
		float: left;
		padding: 3%;
		background: #f7f7f5;
		border-bottom: none;
  }
  .con_map .list_localtion li.box_location:nth-of-type(3n) {
		margin-right: 0;
  }
  .con_map .list_localtion li.box_location:nth-child(3n), .con_map .list_localtion li.box_location:nth-child(3n-1) {
		border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .list_localtion li.box_location {
		width: 50%;
		margin-right: 0;
		float: left;
		padding: 3%;
		background: #f7f7f5;
		border: 1px solid #d1d1d1;
		border-bottom: none;
  }
  .con_map .list_localtion li.box_location:nth-of-type(2n) {
		margin-right: 0;
  }
  .con_map .list_localtion li.box_location:nth-child(2n) {
		border-left: none;
  }
}
.con_map .list_localtion li.box_location h4 {
	font-size: 124%;
	text-align: center;
	margin: 1em 0 0;
}
@media only screen and (max-width: 767px) {
  .con_map .list_localtion li.box_location h4 {
		font-size: 100%;
  }
}
.con_map .list_localtion li.box_location .img {
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .list_localtion li.box_location .img img {
		width: 50%;
  }
}
.con_map .list_localtion li.box_location .txt {
	line-height: 1.8;
}
.con_map .list_localtion li.box_location .btn_group {
	overflow: hidden;
	*zoom: 1;
	margin-top: 1em;
}
.con_map .list_localtion li.box_location .btn_group li {
	width: 100%;
	padding: 0;
}
.con_map .list_localtion li.box_location .btn_group li a {
	display: block;
	padding: .6em 0;
}
.con_map .list_localtion li.box_location .btn_group li a:before, .con_map .list_localtion li.box_location .btn_group li a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_map .list_localtion li.box_location .btn_group li a > * {
	vertical-align: middle;
	display: inline;
}
.con_map .list_localtion li.box_location .btn_group li a:after {
	content: "";
	margin-left: .5em;
	font-size: 80%;
}
@media only screen and (max-width: 767px) {
  .con_map .list_localtion li.box_location .btn_group li a {
		width: 100%;
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .list_localtion li.box_location .btn_group li {
		margin-bottom: .5em;
  }
}
.con_map .list_localtion li.box_location .btn_group li.btn_gradient a {
	background: -svg-linear-gradient(to bottom, #f68807 0%, #d71518 100%);
	background: -owg-linear-gradient(to bottom, #f68807 0%, #d71518 100%);
	background: -webkit-linear-gradient(to bottom, #f68807 0%, #d71518 100%);
	background: -moz-linear-gradient(to bottom, #f68807 0%, #d71518 100%);
	background: -o-linear-gradient(to bottom, #f68807 0%, #d71518 100%);
	background: linear-gradient(to bottom, #f68807 0%, #d71518 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68807', endColorstr='#d71518',GradientType=0 );
}
@media only screen and (min-width: 1025px) {
  .con_map .list_localtion li.box_location#box_lnk01 {
		background: #82c131;
  }
  .con_map .list_localtion li.box_location#box_lnk02 {
		background: #1cb694;
  }
  .con_map .list_localtion li.box_location#box_lnk03 {
		background: #1aadba;
  }
  .con_map .list_localtion li.box_location#box_lnk04 {
		background: #2db56a;
  }
  .con_map .list_localtion li.box_location#box_lnk05 {
		background: #542518;
  }
  .con_map .list_localtion li.box_location#box_lnk06 {
		background: #479ec8;
  }
  .con_map .list_localtion li.box_location#box_lnk07 {
		background: #10520e;
  }
  .con_map .list_localtion li.box_location#box_lnk08 {
		background: #ae861c;
  }
  .con_map .list_localtion li.box_location#box_lnk09 {
		background: #8d8b0c;
  }
  .con_map .list_localtion li.box_location#box_lnk10 {
		background: #d77729;
  }
  .con_map .list_localtion li.box_location#box_lnk11 {
		background: #ad4558;
  }
  .con_map .list_localtion li.box_location#box_lnk12 {
		background: #8322ab;
  }
  .con_map .list_localtion li.box_location#box_lnk13 {
		background: #000;
  }
  .con_map .list_localtion li.box_location#box_lnk14 {
		background: #479ec8;
  }
  .con_map .list_localtion li.box_location.active {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		visibility: visible;
  }
  .con_map .list_localtion li.box_location.curent_item {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		visibility: visible;
		height: auto;
  }
}
@media print {
  .con_map .list_localtion li.box_location#box_lnk01 {
		background: #82c131;
  }
  .con_map .list_localtion li.box_location#box_lnk02 {
		background: #1cb694;
  }
  .con_map .list_localtion li.box_location#box_lnk03 {
		background: #1aadba;
  }
  .con_map .list_localtion li.box_location#box_lnk04 {
		background: #2db56a;
  }
  .con_map .list_localtion li.box_location#box_lnk05 {
		background: #542518;
  }
  .con_map .list_localtion li.box_location#box_lnk06 {
		background: #479ec8;
  }
  .con_map .list_localtion li.box_location#box_lnk07 {
		background: #10520e;
  }
  .con_map .list_localtion li.box_location#box_lnk08 {
		background: #ae861c;
  }
  .con_map .list_localtion li.box_location#box_lnk09 {
		background: #8d8b0c;
  }
  .con_map .list_localtion li.box_location#box_lnk10 {
		background: #d77729;
  }
  .con_map .list_localtion li.box_location#box_lnk11 {
		background: #ad4558;
  }
  .con_map .list_localtion li.box_location#box_lnk12 {
		background: #8322ab;
  }
  .con_map .list_localtion li.box_location#box_lnk13 {
		background: #000;
  }
  .con_map .list_localtion li.box_location#box_lnk14 {
		background: #479ec8;
  }
  .con_map .list_localtion li.box_location.active {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		visibility: visible;
  }
  .con_map .list_localtion li.box_location.curent_item {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		visibility: visible;
		height: auto;
  }
}
.ie8 .con_map .list_localtion li.box_location#box_lnk01 {
	background: #82c131;
}
.ie8 .con_map .list_localtion li.box_location#box_lnk02 {
	background: #1cb694;
}
.ie8 .con_map .list_localtion li.box_location#box_lnk03 {
	background: #1aadba;
}
.ie8 .con_map .list_localtion li.box_location#box_lnk04 {
	background: #2db56a;
}
.ie8 .con_map .list_localtion li.box_location#box_lnk05 {
	background: #542518;
}
.ie8 .con_map .list_localtion li.box_location#box_lnk06 {
	background: #479ec8;
}
.ie8 .con_map .list_localtion li.box_location#box_lnk07 {
	background: #10520e;
}
.ie8 .con_map .list_localtion li.box_location#box_lnk08 {
	background: #ae861c;
}
.ie8 .con_map .list_localtion li.box_location#box_lnk09 {
	background: #8d8b0c;
}
.ie8 .con_map .list_localtion li.box_location#box_lnk10 {
	background: #d77729;
}
.ie8 .con_map .list_localtion li.box_location#box_lnk11 {
	background: #ad4558;
}
.ie8 .con_map .list_localtion li.box_location#box_lnk12 {
	background: #8322ab;
}
.ie8 .con_map .list_localtion li.box_location#box_lnk13 {
	background: #000;
}
.ie8 .con_map .list_localtion li.box_location#box_lnk14 {
	background: #479ec8;
}
.ie8 .con_map .list_localtion li.box_location.active {
	display: block;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	visibility: visible;
}
.ie8 .con_map .list_localtion li.box_location.curent_item {
	display: block;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	visibility: visible;
	height: auto;
}
.con_map .btn_normal.btn_noborder a {
	padding: .7em 0;
	display: block;
	width: 100%;
	margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .btn_normal.btn_noborder a {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .btn_normal.btn_noborder a {
		width: 80%;
  }
}
.con_map .btn_normal.btn_noborder a:before, .con_map .btn_normal.btn_noborder a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_map .btn_normal.btn_noborder a > * {
	vertical-align: middle;
	display: inline;
}
.con_map .btn_normal.btn_noborder a:after {
	content: "";
	margin-left: .5em;
	font-size: 80%;
}

.con_bestrate {
	overflow: hidden;
	*zoom: 1;
	background: url(../images/home/bg_deal.jpg);
	padding-bottom: 3em;
	margin-bottom: 3em;
}
.con_bestrate .box_bestrate {
	overflow: hidden;
	*zoom: 1;
	background: url(../images/home/bg_bestrate.jpg) no-repeat center center;
	background-size: cover;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 1em;
}
.con_bestrate .box_bestrate .box_inner {
	display: table;
	width: 100%;
	padding: 2em 0;
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner {
		display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_bestrate .box_bestrate .box_inner {
		width: 95%;
		margin: auto;
  }
}
@media print {
  .con_bestrate .box_bestrate .box_inner {
		width: 95%;
		margin: auto;
  }
}
.ie8 .con_bestrate .box_bestrate .box_inner {
	width: 95%;
	margin: auto;
}
.con_bestrate .box_bestrate .box_inner .st_rate {
	display: table-cell;
	vertical-align: top;
	padding-right: 1em;
	position: relative;
	padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .st_rate {
		display: block;
		width: 100%;
		padding-right: 0;
		text-align: center;
		margin-bottom: 3%;
  }
}
@media only screen and (min-width: 768px) {
  .con_bestrate .box_bestrate .box_inner .st_rate:before {
		content: "";
		width: 1px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: #c88d1e;
  }
}
@media print {
  .con_bestrate .box_bestrate .box_inner .st_rate:before {
		content: "";
		width: 1px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: #c88d1e;
  }
}
.ie8 .con_bestrate .box_bestrate .box_inner .st_rate:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #c88d1e;
}
.con_bestrate .box_bestrate .box_inner .box_sst_rate {
	display: table-cell;
	vertical-align: top;
	padding-left: 1em;
	padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_sst_rate {
		display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_bestrate .box_bestrate .box_inner .box_sst_rate {
		padding-right: 1em;
  }
}
@media print {
  .con_bestrate .box_bestrate .box_inner .box_sst_rate {
		padding-right: 1em;
  }
}
.ie8 .con_bestrate .box_bestrate .box_inner .box_sst_rate {
	padding-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bestrate .box_bestrate .box_inner .box_sst_rate {
		padding: 0 .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_sst_rate {
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-bottom: 5%;
  }
  .con_bestrate .box_bestrate .box_inner .box_sst_rate img {
		width: 75%;
  }
}
.con_bestrate .box_bestrate .box_inner .box_rateitem {
	display: table-cell;
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem {
		display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem {
		width: 100%;
		padding-left: 0;
  }
}
.con_bestrate .box_bestrate .box_inner .box_rateitem ul {
	overflow: hidden;
	*zoom: 1;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul {
		font-size: 85%;
  }
}
@media print {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul {
		font-size: 85%;
  }
}
.ie8 .con_bestrate .box_bestrate .box_inner .box_rateitem ul {
	font-size: 85%;
}
.con_bestrate .box_bestrate .box_inner .box_rateitem ul li {
	width: 32.33333%;
	margin-right: 1.5%;
	float: left;
	border-right: 1px solid #cb9e47;
	padding-right: 1.5%;
	background: #eccc4b;
	align-self: stretch;
	padding: 1%;
	margin-top: 1.5em;
	position: relative;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	border-radius: 0.5em;
}
.con_bestrate .box_bestrate .box_inner .box_rateitem ul li:nth-of-type(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		margin-top: 0;
		margin-bottom: 1em;
  }
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li:nth-child(2n) {
		margin-right: 0;
		border-right: none;
  }
}
.con_bestrate .box_bestrate .box_inner .box_rateitem ul li .st_item {
	background: #630808;
	padding: .8em 0;
	color: #f8d189;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 116%;
	font-size: 116%;
	text-align: center;
	position: relative;
	margin-bottom: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 4em;
	height: 4em;
	position: absolute;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	line-height: 1.3;
	right: 6em;
	right: 6em;
	top: -1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .st_item {
		font-size: 77%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .st_item {
		font-size: 77%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .st_item {
		right: 9em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .st_item {
		right: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .st_item {
		top: -1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .st_item {
		top: 0;
  }
}
.con_bestrate .box_bestrate .box_inner .box_rateitem ul li .st_item span {
	font-size: 147%;
}
.con_bestrate .box_bestrate .box_inner .box_rateitem ul li .img {
	text-align: center;
	width: 53%;
	float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .img {
		width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .img {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .img {
		float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .img {
		display: none;
  }
}
.con_bestrate .box_bestrate .box_inner .box_rateitem ul li .txt {
	font-size: 93%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 93%;
	text-align: center;
	margin-top: .3em;
	color: #000;
	width: 45%;
	float: right;
	padding-top: .5em;
	padding-top: 0.5em;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .txt {
		font-size: 77%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .txt {
		font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .txt {
		width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .txt {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .txt {
		float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .txt {
		padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .txt {
		padding-top: 0;
  }
}
.con_bestrate .box_bestrate .box_inner .box_rateitem ul li .txt span {
	font-size: 177%;
}
.con_bestrate .box_bestrate .box_inner .box_rateitem ul li .txt .txt_stay {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(28deg);
	-moz-transform: rotate(28deg);
	-ms-transform: rotate(28deg);
	-o-transform: rotate(28deg);
	transform: rotate(28deg);
	color: #8c0404;
	font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_bestrate .box_bestrate .box_inner .box_rateitem ul li .txt .txt_stay {
		top: -1.4em;
  }
}

/* -----------------------------------------------------------
	con_services
----------------------------------------------------------- */
.con_services {
	overflow: hidden;
	*zoom: 1;
	padding: 3em 0;
	border-bottom: 1px solid #e2e6dc;
	margin: auto;
	background: #f7f6ef;
}
@media only screen and (max-width: 767px) {
  .con_services {
		padding: 2em 0 1em;
  }
}
.con_services .st_info_onsen {
	margin-bottom: 1em;
}
.con_services .box_checkinout {
	overflow: hidden;
	*zoom: 1;
	display: table;
	width: 100%;
	margin-bottom: 2em;
}
@media only screen and (max-width: 1024px) {
  .con_services .box_checkinout {
		display: block;
  }
}
.con_services .box_checkinout .box_time {
	width: 52.5%;
	display: table-cell;
	vertical-align: middle;
	padding-right: 8.33333%;
}
@media only screen and (max-width: 1024px) {
  .con_services .box_checkinout .box_time {
		width: 80%;
		display: block;
		padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_services .box_checkinout .box_time {
		width: 100%;
  }
}
.con_services .box_checkinout .box_time ul {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_services .box_checkinout .box_time ul {
		margin-bottom: 0.5em;
  }
}
.con_services .box_checkinout .box_time ul li {
	width: 50%;
	float: left;
	position: relative;
}
.con_services .box_checkinout .box_time ul li:first-child:before {
	content: "";
	background: url(../images/home/img_assign.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 70%;
	top: 40%;
	width: 57.95455%;
	height: 53px;
	margin-top: -26px;
}
@media only screen and (max-width: 767px) {
  .con_services .box_checkinout .box_time ul li:first-child:before {
		top: 3em;
  }
}
.con_services .box_checkinout .box_time ul li:last-child .img {
	text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_services .box_checkinout .box_time ul li .img img {
		width: 60%;
  }
}
.con_services .box_checkinout .box_time ul li .txt_check {
	font-size: 124%;
	text-align: center;
	margin-top: .5em;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_services .box_checkinout .box_time ul li .txt_check {
		font-size: 100%;
  }
}
.con_services .box_checkinout .box_time ul li .txt_check span {
	font-size: 138%;
	vertical-align: middle;
}
.con_services .box_checkinout .boxt_txt {
	width: 47.5%;
	display: table-cell;
	vertical-align: middle;
}
.con_services .box_checkinout .boxt_txt .tbl_basic th {
	width: 30%;
}
@media only screen and (max-width: 767px) {
  .con_services .box_checkinout .boxt_txt .tbl_basic th {
		width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_services .box_checkinout .boxt_txt {
		width: 100%;
		display: block;
  }
}
.con_services .box_three {
	margin-bottom: 3em;
}
.con_services .box_three .layout {
	overflow: hidden;
	*zoom: 1;
}
.con_services .box_three .layout .tbl_layout {
	width: 32.66667%;
	margin-right: 1%;
	float: left;
}
.con_services .box_three .layout .tbl_layout:nth-of-type(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_services .box_three .layout .tbl_layout {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
.con_services .box_three .layout .tbl_layout .tbl_basic th {
	width: auto;
}
@media only screen and (max-width: 767px) {
  .con_services .box_three .layout .tbl_layout .tbl_basic th, .con_services .box_three .layout .tbl_layout .tbl_basic td {
		display: table-cell;
  }
  .con_services .box_three .layout .tbl_layout .tbl_basic th {
		width: 40%;
  }
}
.con_services .list_logo_payment {
	display: table;
	width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_services .list_logo_payment {
		width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_services .list_logo_payment {
		margin: auto;
  }
}
.con_services .list_logo_payment li {
	width: 20%;
	margin-right: 0;
	float: left;
	display: table-cell;
	border-right: 1px solid #e2e6dc;
	text-align: center;
}
.con_services .list_logo_payment li:nth-of-type(5n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_services .list_logo_payment li {
		width: 50%;
		border-right: none;
  }
}
.con_services .list_logo_payment li:first-child {
	border-left: 1px solid #e2e6dc;
}
@media only screen and (max-width: 767px) {
  .con_services .list_logo_payment li:first-child {
		border-left: none;
  }
}
.con_services .box_services {
	margin-bottom: 4em;
}
@media only screen and (max-width: 767px) {
  .con_services .box_services {
		margin-bottom: 1em;
  }
}
.con_services .txt_note {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: .5em;
}
.con_services .txt {
	font-size: 108%;
	font-weight: 400;
	margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_services .txt {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_services .txt {
		font-size: 100%;
  }
}
.con_services .txt .clr_red {
	color: #aa0505;
}
.con_services .tbl_basic {
	margin-bottom: 1em;
}
.con_services .tbl_basic th, .con_services .tbl_basic td {
	padding: 0.8em 1em;
}
@media only screen and (max-width: 767px) {
  .con_services .tbl_basic th, .con_services .tbl_basic td {
		padding: 0.8em 0.5em;
  }
}
.con_services .tbl_basic th {
	width: 370px;
}
@media only screen and (max-width: 767px) {
  .con_services .tbl_basic th {
		width: 100%;
  }
}
.con_services .tbl_basic.tbl_border th {
	width: auto;
}
@media only screen and (max-width: 767px) {
  .con_services .tbl_basic.tbl_border th {
		width: auto;
  }
}
.con_services .tbl_basic.tbl_border td {
	border-right: 1px solid #c4dfd0;
	text-align: center;
	width: auto;
}
@media only screen and (max-width: 767px) {
  .con_services .tbl_basic.tbl_border td {
		width: auto;
  }
}
.con_services .box_serinner {
	margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .con_services .box_serinner {
		margin-bottom: 0;
  }
}
.con_services .box_full {
	overflow: hidden;
	*zoom: 1;
}
.con_services .box_full .box_haft {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.con_services .box_full .box_haft:nth-of-type(2n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_services .box_full .box_haft {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
.con_services .box_full .box_haft .tbl_basic th {
	border-right: 1px solid #c4dfd0;
}
.con_services .box_full .box_haft .tbl_basic tr td {
	text-align: left;
}
@media only screen and (min-width: 1025px) {
  .con_services .box_full .box_haft .tbl_basic tr td:first-child {
		min-width: 200px;
  }
}
@media print {
  .con_services .box_full .box_haft .tbl_basic tr td:first-child {
		min-width: 200px;
  }
}
.ie8 .con_services .box_full .box_haft .tbl_basic tr td:first-child {
	min-width: 200px;
}
@media only screen and (max-width: 767px) {
  .con_services .box_full .box_haft .tbl_basic th, .con_services .box_full .box_haft .tbl_basic td {
		display: table-cell;
		width: auto;
  }
}
@media only screen and (max-width: 1279px) {
  .con_services .box_tbl_responsive {
		width: 100%;
		overflow: auto;
		white-space: nowrap;
		display: block;
		overflow-x: scroll;
  }
}
@media print {
  .con_services .box_tbl_responsive {
		width: 100%;
		overflow: auto;
		white-space: nowrap;
		display: block;
		overflow-x: scroll;
  }
}
.ie8 .con_services .box_tbl_responsive {
	width: 100%;
	overflow: auto;
	white-space: nowrap;
	display: block;
	overflow-x: scroll;
}
@media only screen and (max-width: 767px) {
  .con_services .box_tbl_responsive {
		width: 100%;
		overflow: auto;
		white-space: nowrap;
		margin: 1em 0 0;
		display: block;
		text-align: left;
		overflow-x: scroll;
  }
}
.con_services .box_tbl_responsive .tbl_basic {
	min-width: 1200px;
}
.con_services .box_tbl_responsive .tbl_basic th, .con_services .box_tbl_responsive .tbl_basic td {
	display: table-cell;
}

/* -----------------------------------------------------------
	con_cuisine
----------------------------------------------------------- */
.con_cuisine {
	padding-bottom: 3em;
}
.con_cuisine .box_cuisine {
	display: flex;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
}
.con_cuisine .container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2em;
}
.con_cuisine .container h3.title {
	margin-right: 1.5em;
	line-height: 1;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .con_cuisine .container h3.title {
		margin-right: .5em;
  }
}
@media print {
  .con_cuisine .container h3.title {
		margin-right: .5em;
  }
}
.ie8 .con_cuisine .container h3.title {
	margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_cuisine .container h3.title {
		width: 100%;
		margin-bottom: .6em;
		margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .container .box_r {
		width: 100%;
  }
}
.con_cuisine .container .box_r h4 {
	color: #2db56a;
	font-size: 185%;
	font-weight: normal;
	padding-bottom: .5em;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .container .box_r h4 {
		font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .container .box_r h4 {
		font-size: 139%;
  }
}

/* -----------------------------------------------------------
	con_onsen
----------------------------------------------------------- */
.con_onsen {
	display: flex;
	flex-wrap: wrap;
}
.con_onsen .box_l {
	width: 59.6%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_onsen .box_l {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_l {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_l {
		display: flex;
		flex-wrap: wrap;
  }
}
.con_onsen .box_l .box_img {
	position: relative;
}
.con_onsen .box_l .box_img.w50 {
	width: 50%;
}
.con_onsen .box_l .box_img .cate {
	position: absolute;
	bottom: 1em;
	right: 0;
}
.con_onsen .box_l .box_img .cate span {
	padding: .2em .4em;
	float: right;
}
.con_onsen .box_l .box_img .cate span.white {
	background: #fff;
}
.con_onsen .box_l .box_img .cate span.orange {
	background: #ae861c;
	color: #fff;
}
.con_onsen .box_l .box_img .cate span.midori {
	background: #2db56a;
	color: #fff;
}
.con_onsen .box_l .box_img .cate span.blue {
	background: #479ec8;
	color: #fff;
}
.con_onsen .box_l .box_img .img {
	height: 100%;
	width: 100%;
}
.con_onsen .box_l .box_img .img img {
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 768px) {
  .con_onsen .box_l .full {
		display: flex;
  }
}
@media print {
  .con_onsen .box_l .full {
		display: flex;
  }
}
.ie8 .con_onsen .box_l .full {
	display: flex;
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_l .full {
		width: 100%;
  }
}
.con_onsen .box_r {
	width: 40.4%;
	background: #f5f4ed;
	padding: 50px 0 20px 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_onsen .box_r {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_r {
		width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_onsen .box_r {
		padding: 1.5em 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_r {
		padding: 1em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_onsen .box_r {
		padding-left: 40px;
  }
}
@media print {
  .con_onsen .box_r {
		padding-left: 40px;
  }
}
.ie8 .con_onsen .box_r {
	padding-left: 40px;
}
.con_onsen .box_r .box_txt {
	width: 342px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_onsen .box_r .box_txt {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_r .box_txt {
		width: 100%;
  }
}
.con_onsen .box_r .box_txt h3.title {
	text-align: left;
	line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_onsen .box_r .box_txt h3.title {
		margin-bottom: .5em;
  }
}
.con_onsen .box_r .box_txt h4 {
	color: #2db56a;
	font-size: 185%;
	font-weight: normal;
	padding-bottom: .5em;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_onsen .box_r .box_txt h4 {
		font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_r .box_txt h4 {
		font-size: 139%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_onsen .box_r .box_txt h4 {
		padding-top: 1em;
  }
}
.con_onsen .box_r .box_txt .txt {
	padding-top: 10px;
	line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_onsen .box_r .box_txt .txt {
		padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_onsen .box_r .box_txt .txt {
		padding-top: 0.5em;
  }
}

/* -----------------------------------------------------------
	con_aqua
----------------------------------------------------------- */
.con_aqua {
	display: flex;
	flex-wrap: wrap;
	margin-top: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aqua {
		margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_aqua {
		margin-top: 2em;
  }
}
.con_aqua .box_r {
	width: 57.45%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aqua .box_r {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_r {
		width: 100%;
  }
}
.con_aqua .box_r .box_slider_main .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 99;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	line-height: 1;
}
.con_aqua .box_r .box_slider_main .slick-arrow.slick-next {
	right: -2em;
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_r .box_slider_main .slick-arrow.slick-next {
		right: 0;
  }
}
.con_aqua .box_r .box_slider_main .slick-arrow.slick-next:before {
	display: inline-block;
	content: "\f105";
	font-family: FontAwesome;
	color: #FFF;
	font-size: 7.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aqua .box_r .box_slider_main .slick-arrow.slick-next:before {
		font-size: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_r .box_slider_main .slick-arrow.slick-next:before {
		font-size: 3em;
  }
}
.con_aqua .box_r .box_slider_main .slick-arrow.slick-prev {
	left: -2em;
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_r .box_slider_main .slick-arrow.slick-prev {
		left: 0;
  }
}
.con_aqua .box_r .box_slider_main .slick-arrow.slick-prev:before {
	display: inline-block;
	content: "\f104";
	font-family: FontAwesome;
	color: #FFF;
	font-size: 7.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aqua .box_r .box_slider_main .slick-arrow.slick-prev:before {
		font-size: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_r .box_slider_main .slick-arrow.slick-prev:before {
		font-size: 3em;
  }
}
.con_aqua .box_r .box_slider_main .slick-arrow:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	filter: alpha(opacity=700);
}
.con_aqua .box_r .box_slider_main .slick-arrow:before {
	color: #FFF !important;
	font-size: 100%;
	padding: 0.2em 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aqua .box_r .box_slider_main .slick-arrow:before {
		padding: 0.2em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_r .box_slider_main .slick-arrow:before {
		padding: 0.1em 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_r .box_slider_main .slick-arrow:before {
		font-size: 2em !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aqua .box_r .box_slider_main .slick-arrow.slick-prev {
		left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aqua .box_r .box_slider_main .slick-arrow.slick-next {
		right: 0;
  }
}
.con_aqua .box_r .box_slider_main .slick-dots {
	text-align: right;
	bottom: 4.5%;
	z-index: 1;
	width: auto;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: static;
	margin-top: 1em;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_aqua .box_r .box_slider_main .slick-dots {
		display: none !important;
  }
}
@media print {
  .con_aqua .box_r .box_slider_main .slick-dots {
		display: none !important;
  }
}
.ie8 .con_aqua .box_r .box_slider_main .slick-dots {
	display: none !important;
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_r .box_slider_main .slick-dots {
		bottom: .5em;
		width: 100%;
		text-align: center;
  }
}
.con_aqua .box_r .box_slider_main .slick-dots li {
	position: relative;
	width: 12px;
	height: 0;
	padding-top: 12px;
	margin: 0;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
	background: #d8d8d8;
}
.con_aqua .box_r .box_slider_main .slick-dots li:not(.slick-active) button {
	cursor: pointer;
}
.mouse .con_aqua .box_r .box_slider_main .slick-dots li:not(.slick-active):hover, .touch .con_aqua .box_r .box_slider_main .slick-dots li:not(.slick-active).touchstart {
	background: #82c6a1;
}
.touch .con_aqua .box_r .box_slider_main .slick-dots li:not(.slick-active) {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_aqua .box_r .box_slider_main .slick-dots li:not(.slick-active).touchend {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_aqua .box_r .box_slider_main .slick-dots li:not(:first-child) {
	margin-left: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_r .box_slider_main .slick-dots li:not(:first-child) {
		margin-left: 1em;
  }
}
.con_aqua .box_r .box_slider_main .slick-dots li.slick-active {
	background-color: #2db56a;
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_r .box_slider_main .slick-dots li {
		width: 1em;
		padding-top: 1em;
  }
}
.con_aqua .box_r .box_slider_main .slick-dots li button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	margin: 0;
	padding: 0;
}
.con_aqua .box_r .box_slider_main .slick-dots li {
	border: 2px solid #FFF;
}
@media only screen and (min-width: 768px) {
  .con_aqua .box_r .box_slider_main .slick-dots li {
		width: 16px;
  }
}
@media print {
  .con_aqua .box_r .box_slider_main .slick-dots li {
		width: 16px;
  }
}
.ie8 .con_aqua .box_r .box_slider_main .slick-dots li {
	width: 16px;
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_r .box_slider_main .slick-dots li {
		width: 1.2em;
  }
}
.con_aqua .box_r .box_slider_thumb {
	text-align: center;
	margin-top: 1.5em;
}
.con_aqua .box_r .box_slider_thumb .slick-track {
	display: flex;
	justify-content: center;
}
.con_aqua .box_r .box_slider_thumb .slick-slide {
	width: 64px !important;
	margin: 0 5px;
}
.con_aqua .box_r .box_slider_thumb .slick-slide:focus {
	outline: none;
}
.con_aqua .box_r .box_slider_thumb .slick-slide.slick-current {
	position: relative;
}
.con_aqua .box_r .box_slider_thumb .slick-slide.slick-current:before {
	border: 5px solid #2db56a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	content: '';
	left: 0;
	top: 0;
}
.con_aqua .box_l {
	width: 42.5%;
	position: relative;
	padding: 2.5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aqua .box_l {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_l {
		width: 100%;
  }
}
.con_aqua .box_l:before {
	position: absolute;
	content: '';
	width: 138.35294%;
	height: 100%;
	background: #37c3d3;
	left: 0;
	top: 0;
}
.con_aqua .box_l .box_txt {
	width: 420px;
	float: right;
	position: relative;
	z-index: 1;
	color: #fff;
	margin-right: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aqua .box_l .box_txt {
		width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_l .box_txt {
		width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_l .box_txt {
		float: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_aqua .box_l .box_txt {
		width: 80%;
  }
}
@media print {
  .con_aqua .box_l .box_txt {
		width: 80%;
  }
}
.ie8 .con_aqua .box_l .box_txt {
	width: 80%;
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_l .box_txt {
		margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .con_aqua .box_l .box_txt h3.title {
		font-size: 347%;
		text-align: left;
  }
}
@media print {
  .con_aqua .box_l .box_txt h3.title {
		font-size: 347%;
		text-align: left;
  }
}
.ie8 .con_aqua .box_l .box_txt h3.title {
	font-size: 347%;
	text-align: left;
}
.con_aqua .box_l .box_txt h3.title span {
	font-size: 77%;
	display: block;
}
.con_aqua .box_l .box_txt h4 {
	font-size: 185%;
	font-weight: normal;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	padding-bottom: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aqua .box_l .box_txt h4 {
		font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_aqua .box_l .box_txt h4 {
		font-size: 139%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .con_aqua .box_l .box_txt h4 {
		font-size: 154%;
  }
}
@media print {
  .con_aqua .box_l .box_txt h4 {
		font-size: 154%;
  }
}
.ie8 .con_aqua .box_l .box_txt h4 {
	font-size: 154%;
}
.con_aqua .box_l .box_txt .txt {
	padding-bottom: 1.5em;
}
.con_aqua .box_l .box_txt dl {
	display: flex;
	color: #333;
}
.con_aqua .box_l .box_txt dl dt {
	background: #d0eddd;
	padding: .5em 1.5em;
	width: 25%;
}
.con_aqua .box_l .box_txt dl dd {
	background: #ffffff;
	padding: .5em 1.5em;
}

/* -----------------------------------------------------------
	con_rooms
----------------------------------------------------------- */
.con_rooms {
	margin-top: 158px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms {
		margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms {
		margin-top: 3em;
  }
}
.con_rooms:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}
.con_rooms .box_img {
	display: flex;
	flex-wrap: wrap;
}
.con_rooms .box_img p {
	width: 25%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_img p {
		width: 50%;
  }
}
.con_rooms .box_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	width: 325px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_txt {
		width: 80%;
  }
}
.con_rooms .box_txt h3.title {
	line-height: 1;
}
.con_rooms .box_txt h4 {
	text-align: center;
	font-size: 185%;
	font-weight: normal;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	padding-bottom: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_txt h4 {
		font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_txt h4 {
		font-size: 139%;
  }
}
.con_rooms .box_txt .txt {
	line-height: 1.8;
}

/* -----------------------------------------------------------
	con_access
----------------------------------------------------------- */
.con_access {
	padding-bottom: 70px;
	background: url(../images/home/bg_map.png) no-repeat center top;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access {
		padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
		padding-bottom: 2.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access {
		background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
		background: none;
  }
}
.con_access .box_txt {
	padding: 105px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_txt {
		padding: 70px 0 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_txt {
		padding: 3em 0;
  }
}
.con_access .box_txt h3.title {
	text-align: left;
}
.con_access .box_txt .txt {
	line-height: 2;
	width: 467px;
}
@media only screen and (max-width: 767px) {
  .con_access .box_txt .txt {
		width: 90%;
  }
}
.con_access .box_txt .img {
	margin-bottom: 1em;
}
.con_access .tab_style5 {
	overflow: hidden;
	*zoom: 1;
	padding-bottom: 2.5em;
	border-bottom: 1px solid #d7d7d7;
	background: #fff;
}
.con_access .tab_style5 .tabs {
	position: relative;
	margin: 0 auto 2em;
}
@media only screen and (max-width: 1024px) {
  .con_access .tab_style5 .tabs {
		width: 100%;
  }
}
.con_access .tab_style5 .tabs ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.con_access .tab_style5 .tabs ul li {
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_access .tab_style5 .tabs ul li {
		width: 100%;
		margin-right: 2%;
		margin-bottom: 2%;
  }
  .con_access .tab_style5 .tabs ul li:nth-child(2n) {
		margin-right: 0;
  }
}
.con_access .tab_style5 .tabs ul li span {
	display: block;
	position: relative;
	font-size: 124%;
	color: #000;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	text-align: center;
	text-decoration: none;
	padding: 1em 0;
	background: #efefef;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.con_access .tab_style5 .tabs ul li span img {
	display: block;
	margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .tab_style5 .tabs ul li span {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .tab_style5 .tabs ul li span {
		font-size: 93%;
  }
}
.con_access .tab_style5 .tabs ul li:hover span, .con_access .tab_style5 .tabs ul li.active span {
	background: #2db56a;
	color: #fff;
}
.con_access .tab_style5 .tabs ul li:hover span:before, .con_access .tab_style5 .tabs ul li.active span:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #2db56a;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}
@media only screen and (max-width: 767px) {
  .con_access .tab_style5 .tabs ul li:hover span, .con_access .tab_style5 .tabs ul li.active span {
		border-bottom-color: #dedede;
  }
}
.con_access .tab_style5 .tabs ul li.active {
	cursor: default;
}
.con_access .tab_style5 .panels .panel {
	display: none;
	width: 100%;
	margin: 0 auto;
}
.con_access .tab_style5 .panels .panel .txt_bus {
	padding-bottom: .5em;
	color: #49823a;
}
.con_access .tab_style5 .panels .panel .txt_bus i {
	display: inline-block;
	vertical-align: middle;
}
.con_access .tab_style5 .panels .panel .txt_bus span {
	display: inline-block;
	vertical-align: middle;
}
.con_access .tab_style5 .panels .panel .txt_bus span.large {
	font-size: 139%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .tab_style5 .panels .panel .txt_bus span.large {
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .tab_style5 .panels .panel .txt_bus span.large {
		font-size: 124%;
  }
}
.con_access .tab_style5 .panels .panel .txt_bus span.small {
	font-size: 124%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .tab_style5 .panels .panel .txt_bus span.small {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .tab_style5 .panels .panel .txt_bus span.small {
		font-size: 108%;
  }
}
.con_access .tab_style5 .panels .panel.active {
	display: block;
}
.con_access .tab_style5 .panels .panel .txt_note {
	padding-top: 1.5em;
}
.con_access .access_sp {
	overflow: hidden;
	*zoom: 1;
}
.con_access .access_sp .st_access {
	background: #dcf5f7;
	color: #000;
	border: solid 1px #89b4b6;
	padding: .8em 1em;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 124%;
	font-weight: normal;
	margin-bottom: 1em;
	position: relative;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .access_sp .st_access {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .access_sp .st_access {
		font-size: 108%;
  }
}
.con_access .access_sp .st_access:before, .con_access .access_sp .st_access:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_access .access_sp .st_access > * {
	vertical-align: middle;
	display: inline;
}
.con_access .access_sp .st_access:after {
	content: "";
	margin-left: .5em;
	position: absolute;
	right: 1em;
}
.con_access .access_sp .st_access.active:before, .con_access .access_sp .st_access.active:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_access .access_sp .st_access.active > * {
	vertical-align: middle;
	display: inline;
}
.con_access .access_sp .st_access.active:after {
	content: "";
	margin-left: .5em;
}
.con_access .access_sp .box_access {
	margin-bottom: 1em;
}
.con_access .access_sp .box_access .tbl_access {
	padding: 0 1em;
}
.con_access .access_sp .tbl_access {
	width: 100%;
	display: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.con_access .access_sp .tbl_access td {
	padding: .5em 1em;
	text-align: center;
	font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .access_sp .tbl_access td {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .access_sp .tbl_access td {
		font-size: 100%;
  }
}
.con_access .access_sp .tbl_access td.star {
	background: #dcf5f7;
	border: 1px solid #89b4b6;
}
.con_access .access_sp .tbl_access td.train {
	background: url(../images/home/line_train.jpg) repeat-y 10% top;
	padding: 2em 1em;
}
.con_access .access_sp .tbl_access td.route {
	border: 1px solid #928a73;
}
.con_access .access_sp .tbl_access td.line {
	background: url(../images/home/bg_line.jpg) repeat-y 10% top;
	padding: 2em 1em;
}
.con_access .access_sp .tbl_access td.line .img {
	margin-bottom: 0.5em;
	font-size: 85%;
}
.con_access .access_sp .tbl_access td.tbl_end {
	background: #2db56a;
	color: #FFF;
}
.con_access .access_sp .tbl_access .txt_access {
	width: 87%;
	float: right;
	text-align: left;
}
.con_access .access_sp .tbl_bus {
	width: 100%;
	display: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.con_access .access_sp .tbl_bus td {
	padding: .5em 1em;
	text-align: center;
	font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .access_sp .tbl_bus td {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .access_sp .tbl_bus td {
		font-size: 100%;
  }
}
.con_access .access_sp .tbl_bus td.start {
	background: #49823a;
	color: #FFF;
	text-align: center;
}
.con_access .access_sp .tbl_bus td.line {
	position: relative;
	width: 50%;
}
.con_access .access_sp .tbl_bus td.line:before, .con_access .access_sp .tbl_bus td.line:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_access .access_sp .tbl_bus td.line > * {
	vertical-align: middle;
	display: inline;
}
.con_access .access_sp .tbl_bus td.line:after {
	content: "";
	margin-left: .5em;
	font-size: 139%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #bb8ab2;
	margin-left: 0;
	z-index: 2;
}
.con_access .access_sp .tbl_bus td.line:before {
	content: "";
	width: 1em;
	height: 100%;
	background: #edd7e9;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
}
.con_access .access_sp .tbl_bus td.line.line_none:after {
	display: none;
}
.con_access .access_sp .tbl_bus td.router {
	background: #90ae4e;
	color: #FFF;
}
.con_access .access_sp .tbl_bus td.line_blue {
	position: relative;
}
.con_access .access_sp .tbl_bus td.line_blue:before, .con_access .access_sp .tbl_bus td.line_blue:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_access .access_sp .tbl_bus td.line_blue > * {
	vertical-align: middle;
	display: inline;
}
.con_access .access_sp .tbl_bus td.line_blue:after {
	content: "";
	margin-left: .5em;
	font-size: 139%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #a9c7d6;
	margin-left: 0;
	z-index: 2;
}
.con_access .access_sp .tbl_bus td.line_blue:before {
	content: "";
	width: 1em;
	height: 100%;
	background: #d5e8f1;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
}
.con_access .access_sp .tbl_bus td.router_stop {
	background: #eeeeee;
	color: #000;
}
.con_access .access_sp .tbl_bus td.router_end {
	background: #2db56a;
	color: #FFF;
}
.con_access .btn {
	margin: 2.5em auto 0;
	width: 390px;
}
@media only screen and (max-width: 767px) {
  .con_access .btn {
		width: 80%;
  }
}

/* -----------------------------------------------------------
	con_timetable
----------------------------------------------------------- */
.con_timetable {
	overflow: hidden;
	*zoom: 1;
}
.con_timetable .container {
	margin-bottom: 3em;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_timetable .container {
		margin-bottom: 1em;
  }
}
.con_timetable .container h3 {
	text-align: center;
}
.con_timetable .container h4 {
	text-align: center;
	clear: both;
	background: #d0eddd;
	color: #ee1d23;
	padding: 1.2em 0;
	margin: 2em 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_timetable .container h4 {
		padding: 0.7em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_timetable .container h4 {
		margin: 1em 0 0.5em;
  }
}
.con_timetable .container h4.winter {
	background: #d0eced;
}
.con_timetable .container .txt {
	text-align: center;
	line-height: 1.8;
	font-size: 108%;
	margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .txt {
		text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .txt {
		line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_timetable .container .txt {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .txt {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .txt {
		margin-bottom: 1em;
  }
}
.con_timetable .container .box_time {
	overflow: hidden;
	margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .box_time {
		margin-bottom: 2em;
  }
}
.con_timetable .container .tbl_basic {
	width: 48%;
	float: left;
	margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .tbl_basic {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .tbl_basic {
		float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .tbl_basic {
		margin-bottom: 1em;
  }
}
.con_timetable .container .tbl_basic .first th {
	background: #fff;
}
.con_timetable .container .tbl_basic th, .con_timetable .container .tbl_basic td {
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .tbl_basic th, .con_timetable .container .tbl_basic td {
		display: table-cell;
		width: 50%;
  }
}
.con_timetable .container .tbl_basic th:first-child {
	border-right: solid #c4dfd0 1px;
}
.con_timetable .container .tbl_basic td:first-child {
	border-right: solid #c4dfd0 1px;
}
.con_timetable .container .tbl_basic:nth-child(even) {
	float: right;
}
.con_timetable .container .tbl_basic.win {
	border: 1px solid #d0eced;
}
.con_timetable .container .tbl_basic.win .first th {
	background: #fff;
	border: 1px solid #d0eced !important;
}
.con_timetable .container .tbl_basic.win th {
	background: #d0eced;
	border-bottom: 1px solid #d0eced;
}
.con_timetable .container .tbl_basic.win th:first-child {
	border-right: solid #ffffff 1px;
}
.con_timetable .container .tbl_basic.win td {
	border-bottom: 1px solid #d0eced;
	border-bottom: 1px solid #d0eced;
}
.con_timetable .container .tbl_basic.win td:first-child {
	border-right: solid #d0eced 1px;
}
.con_timetable .container .tbl_basic.winter th:first-child, .con_timetable .container .tbl_basic.winter th:nth-child(2) {
	border-right: solid #c4dfd0 1px;
}
.con_timetable .container .tbl_basic.winter td:first-child, .con_timetable .container .tbl_basic.winter td:nth-child(2) {
	border-right: solid #c4dfd0 1px;
}
.con_timetable .container .tbl_basic.winter th, .con_timetable .container .tbl_basic.winter td {
	width: 33.333%;
}
.con_timetable .container .txt_info {
	font-size: 85%;
	margin-bottom: 3%;
	text-align: center;
}
.con_timetable .container .box_term {
	background: #fffef8;
	padding: 1.66667%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .box_term {
		padding: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .box_term .st_tmp03 {
		font-size: 139%;
  }
}
.con_timetable .container .box_term .box_full {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .box_term .box_full {
		margin-bottom: 2em;
  }
}
.con_timetable .container .box_term .box_full .img_map {
	width: 60%;
	margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_timetable .container .box_term .box_full .img_map {
		width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .box_term .box_full .img_map {
		width: 50%;
  }
}
.con_timetable .container .box_term .box_full h4 {
	margin-bottom: .5em;
	font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_timetable .container .box_term .box_full h4 {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .box_term .box_full h4 {
		font-size: 100%;
  }
}
.con_timetable .container .box_term .box_full .tbl_basic {
	margin-bottom: .5em;
}
.con_timetable .container .box_term .box_full .tbl_basic th {
	width: 150px;
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .box_term .box_full .tbl_basic th {
		width: 100%;
  }
}
.con_timetable .container .box_term .box_full .tbl_basic td {
	border-left: 1px solid #c4dfd0;
}
.con_timetable .container .box_note {
	background: #f7f6ee;
	padding: 1.75439%;
	margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .box_note {
		padding: 3%;
  }
}
.con_timetable .container .box_note h5 {
	color: #2db56a;
	font-size: 108%;
	margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_timetable .container .box_note h5 {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .box_note h5 {
		font-size: 100%;
  }
}
.con_timetable .container .box_note h5 .fa-info-circle {
	font-size: 200%;
	vertical-align: middle;
	margin-right: .3em;
}
.con_timetable .container .box_note p {
	margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .box_note p {
		margin-bottom: 1em;
  }
}
.con_timetable .container .box_note ul {
	margin-bottom: 0;
	font-size: 124%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-weight: bold;
	color: #c8710b;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_timetable .container .box_note ul {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_timetable .container .box_note ul {
		font-size: 100%;
  }
}
.con_timetable .container .box_note ul li {
	padding: .3em 0;
}
.con_timetable .container .box_note ul li:first-child {
	margin-right: 1em;
}
.con_timetable .container .box_note ul li a {
	color: #c8710b;
}

/* -----------------------------------------------------------
	con_sightseeing
----------------------------------------------------------- */
.con_sightseeing {
	background: url(../images/home/bg_sight.jpg) no-repeat;
	padding: 50px 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing {
		padding: 50px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing {
		padding: 2em 0 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing {
		background-repeat: repeat;
  }
}
.con_sightseeing h3.title {
	color: #fff;
	text-transform: uppercase;
	padding-bottom: .3em;
}
.con_sightseeing .slider_main_sight .slide {
	margin: 0 10px;
	background: #f5f4ee;
	width: 386px;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slide {
		margin: 0 5px;
  }
}
.con_sightseeing .slider_main_sight .slide .img {
	width: 100%;
}
.con_sightseeing .slider_main_sight .slide .img img {
	width: 100%;
}
.con_sightseeing .slider_main_sight .slide .box_txt {
	padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slide .box_txt {
		padding: 0.5em 1em;
  }
}
.con_sightseeing .slider_main_sight .slide .box_txt h4 {
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 185%;
	padding-bottom: 1em;
	font-weight: normal;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .slider_main_sight .slide .box_txt h4 {
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slide .box_txt h4 {
		font-size: 124%;
  }
}
.con_sightseeing .slider_main_sight .slide .box_txt .txt {
	line-height: 1.8;
	padding-bottom: 1em;
	border-bottom: 1px dotted #c5c1a8;
	margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slide .box_txt .txt {
		height: auto !important;
  }
}
.con_sightseeing .slider_main_sight .slide .box_txt .btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.con_sightseeing .slider_main_sight .slide .box_txt .btn a {
	width: 49%;
	padding: .5em;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slide .box_txt .btn a {
		width: 100%;
  }
}
@media only screen and (max-width: 1650px) {
  .con_sightseeing .slider_main_sight .slide .box_txt .btn a {
		font-size: 100%;
  }
}
@media print {
  .con_sightseeing .slider_main_sight .slide .box_txt .btn a {
		font-size: 100%;
  }
}
.ie8 .con_sightseeing .slider_main_sight .slide .box_txt .btn a {
	font-size: 100%;
}
@media only screen and (max-width: 1400px) {
  .con_sightseeing .slider_main_sight .slide .box_txt .btn a {
		font-size: 93%;
  }
}
@media print {
  .con_sightseeing .slider_main_sight .slide .box_txt .btn a {
		font-size: 93%;
  }
}
.ie8 .con_sightseeing .slider_main_sight .slide .box_txt .btn a {
	font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slide .box_txt .btn a {
		margin-bottom: 1em;
  }
}
.con_sightseeing .slider_main_sight .slide .box_txt .btn a.map {
	background: -svg-linear-gradient(#e9f0f2, #ffffff);
	background: -owg-linear-gradient(#e9f0f2, #ffffff);
	background: -webkit-linear-gradient(#e9f0f2, #ffffff);
	background: -moz-linear-gradient(#e9f0f2, #ffffff);
	background: -o-linear-gradient(#e9f0f2, #ffffff);
	background: linear-gradient(#e9f0f2, #ffffff);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9F0F2', endColorstr='#FFFFFFFF');
}
.con_sightseeing .slider_main_sight .slide .box_txt .btn a.map:after {
	margin-left: 0;
}
.con_sightseeing .slider_main_sight .slide .box_txt .btn a.detail {
	background: -svg-linear-gradient(#deeddc, #ffffff);
	background: -owg-linear-gradient(#deeddc, #ffffff);
	background: -webkit-linear-gradient(#deeddc, #ffffff);
	background: -moz-linear-gradient(#deeddc, #ffffff);
	background: -o-linear-gradient(#deeddc, #ffffff);
	background: linear-gradient(#deeddc, #ffffff);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDEEDDC', endColorstr='#FFFFFFFF');
}
.con_sightseeing .slider_main_sight .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 99;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	line-height: 1;
	top: auto;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	bottom: -11%;
  /* &.slick-prev{
  	left:0;
  }
  &.slick-next{
  	right:0;
  } */
}
.con_sightseeing .slider_main_sight .slick-arrow.slick-next {
	right: -2em;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-arrow.slick-next {
		right: 0;
  }
}
.con_sightseeing .slider_main_sight .slick-arrow.slick-next:before {
	display: inline-block;
	content: "\f105";
	font-family: FontAwesome;
	color: #FFF;
	font-size: 7.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .slider_main_sight .slick-arrow.slick-next:before {
		font-size: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-arrow.slick-next:before {
		font-size: 3em;
  }
}
.con_sightseeing .slider_main_sight .slick-arrow.slick-prev {
	left: -2em;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-arrow.slick-prev {
		left: 0;
  }
}
.con_sightseeing .slider_main_sight .slick-arrow.slick-prev:before {
	display: inline-block;
	content: "\f104";
	font-family: FontAwesome;
	color: #FFF;
	font-size: 7.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .slider_main_sight .slick-arrow.slick-prev:before {
		font-size: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-arrow.slick-prev:before {
		font-size: 3em;
  }
}
.con_sightseeing .slider_main_sight .slick-arrow:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	filter: alpha(opacity=700);
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-arrow {
		bottom: -7.5%;
  }
}
.con_sightseeing .slider_main_sight .slick-arrow:before {
	color: #48a453 !important;
}
.con_sightseeing .slider_main_sight .slick-arrow.slick-prev:before, .con_sightseeing .slider_main_sight .slick-arrow.slick-next:before {
	font-size: 308%;
}
.con_sightseeing .slider_main_sight .slick-arrow.slick-prev {
	left: calc(50% - 190px);
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-arrow.slick-prev {
		left: calc(50% - 160px);
  }
}
.con_sightseeing .slider_main_sight .slick-arrow.slick-next {
	right: calc(50% - 190px);
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-arrow.slick-next {
		right: calc(50% - 160px);
  }
}
.con_sightseeing .slider_main_sight .slick-arrow:before {
	padding: 0.2em 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .slider_main_sight .slick-arrow:before {
		padding: 0.2em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-arrow:before {
		padding: 0.1em 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-arrow:before {
		font-size: 2em !important;
  }
}
.con_sightseeing .slider_main_sight .slick-dots {
	text-align: right;
	bottom: 4.5%;
	z-index: 1;
	width: auto;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: -8%;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-dots {
		bottom: .5em;
		width: 100%;
		text-align: center;
  }
}
.con_sightseeing .slider_main_sight .slick-dots li {
	position: relative;
	width: 12px;
	height: 0;
	padding-top: 12px;
	margin: 0;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
	background: #d8d8d8;
}
.con_sightseeing .slider_main_sight .slick-dots li:not(.slick-active) button {
	cursor: pointer;
}
.mouse .con_sightseeing .slider_main_sight .slick-dots li:not(.slick-active):hover, .touch .con_sightseeing .slider_main_sight .slick-dots li:not(.slick-active).touchstart {
	background: #82c6a1;
}
.touch .con_sightseeing .slider_main_sight .slick-dots li:not(.slick-active) {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_sightseeing .slider_main_sight .slick-dots li:not(.slick-active).touchend {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_sightseeing .slider_main_sight .slick-dots li:not(:first-child) {
	margin-left: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-dots li:not(:first-child) {
		margin-left: 1em;
  }
}
.con_sightseeing .slider_main_sight .slick-dots li.slick-active {
	background-color: #2db56a;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-dots li {
		width: 1em;
		padding-top: 1em;
  }
}
.con_sightseeing .slider_main_sight .slick-dots li button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-dots {
		bottom: -7%;
  }
}
.con_sightseeing .slider_main_sight .slick-dots li {
	background: #dcdcdc;
}
@media only screen and (min-width: 768px) {
  .con_sightseeing .slider_main_sight .slick-dots li {
		width: 12px;
  }
}
@media print {
  .con_sightseeing .slider_main_sight .slick-dots li {
		width: 12px;
  }
}
.ie8 .con_sightseeing .slider_main_sight .slick-dots li {
	width: 12px;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slider_main_sight .slick-dots li {
		width: 1em;
  }
}

@media all and (-ms-high-contrast: none) {
  .con_sightseeing .slider_main_sight .slick-arrow.slick-prev:before, .con_sightseeing .slider_main_sight .slick-arrow.slick-next:before {
		font-size: 15%;
  }
}
