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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_location, .con_rooms .txt, .con_service, .con_breakfast, .con_facilities, .con_sightseeing, .con_access {
	max-width: 1200px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_location, .con_rooms .txt, .con_service, .con_breakfast, .con_facilities, .con_sightseeing, .con_access {
		width: 95%;
  }
}

.con_location:after, .con_rooms:after, .con_service:after, .con_service .box_ser_rooms:after, .con_breakfast #box_slide:after, .con_breakfast .box_info:after, .con_breakfast .box_coffee:after, .con_facilities .box_facilities:after, .con_facilities .box_restaurant:after, .con_access:after, .con_access .con_gmap:after, .con_access .con_route .box_nearest:after {
	content: "";
	display: table;
	clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	con_location
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .con_location {
		width: 100%;
  }
}
.con_location .box_map {
	float: left;
	width: 55.83333%;
}
@media only screen and (max-width: 767px) {
  .con_location .box_map {
		float: none;
		width: 100%;
  }
}
.con_location .box_map img {
	float: right;
	max-width: none;
}
@media only screen and (max-width: 1160px) {
  .con_location .box_map img {
		width: 165%;
  }
}
@media print {
  .con_location .box_map img {
		width: 165%;
  }
}
.ie8 .con_location .box_map img {
	width: 165%;
}
@media only screen and (max-width: 767px) {
  .con_location .box_map img {
		float: none;
		width: 100%;
		margin-top: -25px;
  }
}
.con_location .box_txt {
	float: right;
	width: 40.83333%;
	padding: 6em 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_location .box_txt {
		padding: 3em 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_txt {
		padding: 1em 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_txt {
		float: none;
		width: 95%;
		margin: auto;
  }
}
.con_location .box_txt .catch {
	margin-bottom: 1em;
	line-height: 1.3;
	color: #5f2b7c;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	font-size: 158%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_location .box_txt .catch {
		font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_txt .catch {
		font-size: 115%;
  }
}
.con_location .box_txt .catch em {
	font-size: 137%;
}
.con_location .box_txt .txt {
	margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .con_location .box_txt .txt {
		margin-bottom: 1em;
  }
}
.con_location .box_txt .btn_black {
	max-width: 240px;
}
@media only screen and (max-width: 767px) {
  .con_location .box_txt .btn_black {
		max-width: 85%;
  }
}
.con_location .box_txt .btn_black a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 8px 20px;
	border: solid 3px transparent;
	background: url(../images/common/bg_btn_black.jpg) 0 center no-repeat #383838;
	background-size: auto 100%;
	color: #fff;
	font-size: 108%;
	font-family: "新細明體", Arial, Verdana, serif;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_location .box_txt .btn_black a {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_txt .btn_black a {
		font-size: 100%;
  }
}
.con_location .box_txt .btn_black a::after {
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em;
	line-height: 1;
	color: #fff;
	font-family: "FontAwesome";
}
.con_location .box_txt .btn_black a:hover {
	border: 3px solid #383838;
	background: transparent;
	color: #383838;
}
.con_location .box_txt .btn_black a:hover::after {
	color: #383838;
}

/* -----------------------------------------------------------
	.con_change
----------------------------------------------------------- */
.con_change {
	width: 660px;
	margin: auto;
	padding: 2em 0 2em;
}
@media only screen and (max-width: 767px) {
  .con_change {
		width: 95%;
  }
}
.con_change .btn_brown {
	border: 1px solid #383838;
	background-color: #383838;
	text-align: center;
}
.con_change .btn_brown a {
	display: block;
	padding: 10px 0;
	color: #fff !important;
	text-decoration: none;
}

/* -----------------------------------------------------------
	con_rooms
----------------------------------------------------------- */
.con_rooms {
	margin: 60px auto 100px;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms {
		margin: 50px auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms {
		margin: 35px auto 40px;
  }
}
.con_rooms .st_l {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 322%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .st_l {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .st_l {
		margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .st_l {
		font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .st_l {
		font-size: 158%;
  }
}
.con_rooms .st_l::after {
	content: " ";
	display: block;
	width: 80px;
	height: 4px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: #5b2b75;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .st_l::after {
		width: 50px;
		margin-left: -25px;
  }
}
.con_rooms .catch {
	margin-bottom: .8em;
	color: #5b2b75;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	font-size: 186%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .catch {
		font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .catch {
		font-size: 129%;
  }
}
.con_rooms .catch span {
	background: #efe2f3;
}
.con_rooms .txt {
	margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .txt {
		margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .txt {
		margin-bottom: 25px;
  }
}
.con_rooms .box_rooms {
	float: left;
	width: 33.33333%;
	padding: 0 1px;
	padding-bottom: 60px;
	border-right: 1px solid #bebebe;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms {
		padding-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms {
		padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_rooms .box_rooms:nth-of-type(n+4) {
		padding-bottom: 20px;
  }
  .con_rooms .box_rooms:nth-of-type(3n+1) {
		padding-left: 0;
  }
  .con_rooms .box_rooms:nth-of-type(3n+3) {
		padding-right: 0;
		border: none;
  }
}
@media print {
  .con_rooms .box_rooms:nth-of-type(n+4) {
		padding-bottom: 20px;
  }
  .con_rooms .box_rooms:nth-of-type(3n+1) {
		padding-left: 0;
  }
  .con_rooms .box_rooms:nth-of-type(3n+3) {
		padding-right: 0;
		border: none;
  }
}
.ie8 .con_rooms .box_rooms:nth-of-type(n+4) {
	padding-bottom: 20px;
}
.ie8 .con_rooms .box_rooms:nth-of-type(3n+1) {
	padding-left: 0;
}
.ie8 .con_rooms .box_rooms:nth-of-type(3n+3) {
	padding-right: 0;
	border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms {
		width: 50%;
  }
  .con_rooms .box_rooms:nth-of-type(n+5) {
		padding-bottom: 20px;
  }
  .con_rooms .box_rooms:nth-of-type(odd) {
		padding-left: 0;
  }
  .con_rooms .box_rooms:nth-of-type(even) {
		padding-right: 0;
		border: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms {
		width: 100%;
		padding: 0;
		padding-bottom: 30px;
		border: none;
  }
}
.con_rooms .box_rooms .img {
	position: relative;
	overflow: hidden;
}
.con_rooms .box_rooms .img::after {
	content: '\f4a5';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgba(56, 56, 56, 0.9);
	color: #fff;
	font-size: 172%;
	font-family: "Ionicons";
	text-align: center;
	z-index: 5;
}
.con_rooms .box_rooms .img:hover::after {
	background: #5b2b75;
	color: #fff;
}
.con_rooms .box_rooms .img a {
	display: block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.con_rooms .box_rooms .img a:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.con_rooms .box_rooms .img a img {
	width: 100%;
}
.con_rooms .box_rooms .box_info {
	width: 85%;
	margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_info {
		width: 90%;
  }
}
.con_rooms .box_rooms .box_info .st {
	padding: .5em 0;
	color: #5b2b75;
	font-size: 200%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .box_info .st {
		font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_info .st {
		font-size: 143%;
  }
}
.con_rooms .box_rooms .box_info .tbl_basic {
	margin-bottom: 30px;
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .box_info .tbl_basic {
		margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_info .tbl_basic {
		margin-bottom: 20px;
  }
}
.con_rooms .box_rooms .box_info .tbl_basic th {
	width: 35%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_info .tbl_basic th {
		width: 100%;
  }
}
.con_rooms .box_rooms .box_info .btn p {
	display: inline-block;
	min-width: 47%;
	margin: 0 1%;
}
@media only screen and (max-width: 1210px) {
  .con_rooms .box_rooms .box_info .btn p {
		display: block;
		width: 100%;
		margin-bottom: 10px;
  }
}
@media print {
  .con_rooms .box_rooms .box_info .btn p {
		display: block;
		width: 100%;
		margin-bottom: 10px;
  }
}
.ie8 .con_rooms .box_rooms .box_info .btn p {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.con_rooms .box_rooms .box_info .btn p.btn_black a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 8px 20px;
	border: solid 3px transparent;
	background: url(../images/common/bg_btn_black.jpg) 0 center no-repeat #383838;
	background-size: auto 100%;
	color: #fff;
	font-size: 108%;
	font-family: "新細明體", Arial, Verdana, serif;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .box_info .btn p.btn_black a {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_info .btn p.btn_black a {
		font-size: 100%;
  }
}
.con_rooms .box_rooms .box_info .btn p.btn_black a::after {
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em;
	line-height: 1;
	color: #fff;
	font-family: "FontAwesome";
}
.con_rooms .box_rooms .box_info .btn p.btn_black a:hover {
	border: 3px solid #383838;
	background: transparent;
	color: #383838;
}
.con_rooms .box_rooms .box_info .btn p.btn_black a:hover::after {
	color: #383838;
}
.con_rooms .box_rooms .box_info .btn p.btn_purple {
	margin-bottom: 10px;
}
.con_rooms .box_rooms .box_info .btn p.btn_purple a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 8px 20px;
	border: solid 3px transparent;
	background: url(../images/common/bg_btn_purple.jpg) 0 center no-repeat #4e1f68;
	background-size: auto 100%;
	color: #fff;
	font-size: 108%;
	font-family: "新細明體", Arial, Verdana, serif;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .box_info .btn p.btn_purple a {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_info .btn p.btn_purple a {
		font-size: 100%;
  }
}
.con_rooms .box_rooms .box_info .btn p.btn_purple a::after {
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em;
	line-height: 1;
	color: #fff;
	font-family: "FontAwesome";
}
.con_rooms .box_rooms .box_info .btn p.btn_purple a:hover {
	border: 3px solid #4e1f68;
	background: transparent;
	color: #4e1f68;
}
.con_rooms .box_rooms .box_info .btn p.btn_purple a:hover::after {
	color: #4e1f68;
}

.mfp-title .st {
	padding: 10px;
	color: #fff;
	font-size: 143%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mfp-title .st {
		font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .mfp-title .st {
		font-size: 115%;
  }
}

/* -----------------------------------------------------------
	con_service
----------------------------------------------------------- */
.con_service {
	margin: 60px auto 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service {
		margin: 50px auto 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service {
		margin: 25px auto 30px;
  }
}
.con_service .box_title {
	margin-bottom: 50px;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_title {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_title {
		margin-bottom: 20px;
  }
}
.con_service .box_title .st_l {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 322%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_title .st_l {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_title .st_l {
		margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_title .st_l {
		font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_title .st_l {
		font-size: 158%;
  }
}
.con_service .box_title .st_l::after {
	content: " ";
	display: block;
	width: 80px;
	height: 4px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: #5b2b75;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  .con_service .box_title .st_l::after {
		width: 50px;
		margin-left: -25px;
  }
}
.con_service .box_ser_rooms {
	margin-bottom: 70px;
	padding: 50px 50px 30px;
	border: 1px solid #ccc;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_rooms {
		margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_rooms {
		margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_rooms {
		padding: 35px 35px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_rooms {
		padding: 20px;
  }
}
.con_service .box_ser_rooms .st {
	margin-bottom: .8em;
	color: #5b2b75;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	font-size: 186%;
	font-size: 229%;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_rooms .st {
		font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_rooms .st {
		font-size: 129%;
  }
}
.con_service .box_ser_rooms .st span {
	background: #efe2f3;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_rooms .st {
		font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_rooms .st {
		font-size: 143%;
  }
}
.con_service .box_ser_rooms .box_image {
	max-width: 80%;
	width: 95%;
	margin: auto;
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_rooms .box_image {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_rooms .box_image {
		margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_rooms .box_image {
		max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_rooms .box_image {
		max-width: 85%;
  }
}
.con_service .box_ser_rooms .box_image ul {
	letter-spacing: -.4em;
}
.con_service .box_ser_rooms .box_image li {
	position: relative;
	display: inline-block;
	width: 24.1%;
	margin-right: .3%;
	letter-spacing: .05em;
}
.con_service .box_ser_rooms .box_image li:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .con_service .box_ser_rooms .box_image li {
		width: 49.1%;
  }
  .con_service .box_ser_rooms .box_image li:nth-child(even) {
		margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_rooms .box_image li {
		font-size: 93%;
  }
}
.con_service .box_ser_rooms .box_image li .img img {
	width: 100%;
}
.con_service .box_ser_rooms .box_image li .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: .1em 1em;
	background: rgba(46, 46, 46, 0.8);
	color: #fff;
}
.con_service .box_ser_rooms .box_ser {
	float: left;
	width: 48.33333%;
}
@media only screen and (max-width: 1024px) {
  .con_service .box_ser_rooms .box_ser {
		float: left;
		width: 100%;
  }
}
.con_service .box_ser_rooms .box_ser .st_s {
	position: relative;
	margin-bottom: 25px;
	padding-left: 32px;
	color: #2e2d2d;
	font-size: 172%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_rooms .box_ser .st_s {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_rooms .box_ser .st_s {
		margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_rooms .box_ser .st_s {
		font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_rooms .box_ser .st_s {
		font-size: 129%;
  }
}
.con_service .box_ser_rooms .box_ser .st_s::before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: #5b2b75;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}
.con_service .box_ser_rooms .box_ser ul {
	text-align: center;
}
.con_service .box_ser_rooms .box_ser li {
	display: inline-block;
	width: 31.03448%;
	margin-bottom: 20px;
	padding: 0 0.86207%;
	vertical-align: top;
}
.con_service .box_ser_rooms .box_ser li .txt {
	padding: .5em 0;
	font-size: 129%;
	font-family: "新細明體", Arial, Verdana, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_rooms .box_ser li .txt {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_rooms .box_ser li .txt {
		font-size: 108%;
  }
}
.con_service .box_ser_rooms .box_info {
	float: right;
	width: 47.91667%;
}
@media only screen and (max-width: 1024px) {
  .con_service .box_ser_rooms .box_info {
		float: left;
		width: 100%;
  }
}
.con_service .box_ser_rooms .box_info .st_s {
	position: relative;
	margin-bottom: 25px;
	padding-left: 32px;
	color: #2e2d2d;
	font-size: 172%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_rooms .box_info .st_s {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_rooms .box_info .st_s {
		margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_rooms .box_info .st_s {
		font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_rooms .box_info .st_s {
		font-size: 129%;
  }
}
.con_service .box_ser_rooms .box_info .st_s::before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: #5b2b75;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}
.con_service .box_ser_rooms .box_info p {
	line-height: 2;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_rooms .box_info p {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_rooms .box_info p {
		margin-bottom: 20px;
  }
}
.con_service .box_ser_faci .st_m {
	position: relative;
	margin-bottom: 40px;
	color: #5b2b75;
	font-size: 229%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_faci .st_m {
		margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_faci .st_m {
		margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_faci .st_m {
		font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_faci .st_m {
		font-size: 143%;
  }
}
.con_service .box_ser_faci .st_m::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	height: 3px;
	border-top: 3px double #ccc;
	z-index: 1;
}
.con_service .box_ser_faci .st_m span {
	position: relative;
	padding: 0 .8em;
	background: #f5f5f5;
	z-index: 5;
}
.con_service .box_ser_faci ul {
	text-align: center;
}
.con_service .box_ser_faci li {
	display: inline-block;
	width: 15%;
	margin: 0 1.66667%;
	font-size: 129%;
	font-family: "新細明體", Arial, Verdana, serif;
	vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_service .box_ser_faci li {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_faci li {
		font-size: 108%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_service .box_ser_faci li {
		width: 25%;
		margin-bottom: 20px;
  }
  .con_service .box_ser_faci li img {
		width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser_faci li {
		width: 41.66667%;
		margin-bottom: 20px;
  }
}

/* -----------------------------------------------------------
	con_breakfast
----------------------------------------------------------- */
.con_breakfast {
	margin: 60px auto 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast {
		margin: 50px auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast {
		margin: 35px auto 40px;
  }
}
.con_breakfast .st_l {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 322%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .st_l {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .st_l {
		margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .st_l {
		font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .st_l {
		font-size: 158%;
  }
}
.con_breakfast .st_l::after {
	content: " ";
	display: block;
	width: 80px;
	height: 4px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: #5b2b75;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .st_l::after {
		width: 50px;
		margin-left: -25px;
  }
}
.con_breakfast .catch {
	margin-bottom: .8em;
	color: #5b2b75;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	font-size: 186%;
	margin-bottom: 1.2em;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .catch {
		font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .catch {
		font-size: 129%;
  }
}
.con_breakfast .catch span {
	background: #efe2f3;
}
.con_breakfast #box_slide {
	margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast #box_slide {
		margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast #box_slide {
		margin-bottom: 15px;
  }
}
.con_breakfast #box_slide div {
	float: left;
	width: 49.95%;
}
@media only screen and (max-width: 767px) {
  .con_breakfast #box_slide div {
		width: 100%;
  }
}
.con_breakfast #box_slide div:first-child {
	margin-right: .1%;
}
@media only screen and (max-width: 767px) {
  .con_breakfast #box_slide div:first-child {
		margin-right: 0;
  }
}
.con_breakfast #box_slide div img {
	width: 100%;
}
.con_breakfast .box_info .txt {
	float: left;
	width: 50%;
	margin-right: 2.5%;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_info .txt {
		float: none;
		width: 100%;
		margin-right: 0;
  }
}
.con_breakfast .box_info .tbl_basic {
	float: right;
	width: 47.5%;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_info .tbl_basic {
		float: none;
		width: 100%;
		margin-top: 1em;
  }
}
.con_breakfast .box_coffee {
	position: relative;
	max-width: 60%;
	width: 95%;
	margin: auto;
	margin-top: 60px;
	padding: 20px 30px;
	border: 1px solid #cecece;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .box_coffee {
		margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_coffee {
		margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .box_coffee {
		max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_coffee {
		max-width: 90%;
  }
}
.con_breakfast .box_coffee .img {
	float: left;
	width: 22.22222%;
	margin-right: 5.55556%;
}
.con_breakfast .box_coffee .img img {
	width: 100%;
}
.con_breakfast .box_coffee .txt {
	position: absolute;
	right: 0;
	top: 50%;
	width: 72.22222%;
	transform: translateY(-60%);
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_coffee .txt {
		position: relative;
		float: left;
		transform: translateY(0%);
  }
}
.con_breakfast .box_coffee .txt .st {
	margin-bottom: .8em;
	color: #5b2b75;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	font-size: 186%;
	margin-bottom: .5em;
	font-size: 172%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .box_coffee .txt .st {
		font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_coffee .txt .st {
		font-size: 129%;
  }
}
.con_breakfast .box_coffee .txt .st span {
	background: #efe2f3;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .box_coffee .txt .st {
		font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_coffee .txt .st {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_coffee .txt .sent {
		margin-top: 5px;
  }
}

.slick-dots {
	display: block;
	position: absolute;
	bottom: 5px;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	display: block;
	width: 15px;
	height: 15px;
	padding: 5px;
	border: 0;
	outline: 0;
	font-size: 0;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
	background: #5b2b75;
}
.slick-dots li.slick-active button {
	background: #5b2b75;
}

/* -----------------------------------------------------------
	con_facilities
----------------------------------------------------------- */
.con_facilities {
	margin: 50px auto 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities {
		margin: 40px auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities {
		margin: 25px auto 10px;
  }
}
.con_facilities .st_l {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 322%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities .st_l {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .st_l {
		margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities .st_l {
		font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .st_l {
		font-size: 158%;
  }
}
.con_facilities .st_l::after {
	content: " ";
	display: block;
	width: 80px;
	height: 4px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: #5b2b75;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  .con_facilities .st_l::after {
		width: 50px;
		margin-left: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities .st_l {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .st_l {
		margin-bottom: 20px;
  }
}
.con_facilities .st_m {
	position: relative;
	margin-bottom: 40px;
	color: #5b2b75;
	font-size: 229%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities .st_m {
		margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .st_m {
		margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities .st_m {
		font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .st_m {
		font-size: 143%;
  }
}
.con_facilities .st_m::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	height: 3px;
	border-top: 3px double #ccc;
	z-index: 1;
}
.con_facilities .st_m span {
	position: relative;
	padding: 0 .8em;
	background: #fff;
	z-index: 5;
}
.con_facilities .box .img img {
	width: 100%;
}
.con_facilities .box .box_info .st {
	padding: .5em 0;
	color: #5b2b75;
	font-size: 200%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities .box .box_info .st {
		font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box .box_info .st {
		font-size: 129%;
  }
}
.con_facilities .box .box_info .tbl_basic {
	margin-top: 30px;
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities .box .box_info .tbl_basic {
		margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box .box_info .tbl_basic {
		margin-top: 15px;
  }
}
.con_facilities .box .box_info .tbl_basic th {
	width: 35%;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box .box_info .tbl_basic th {
		width: 100%;
  }
}
.con_facilities .box_facilities .box {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities .box_facilities .box {
		margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_facilities .box {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_facilities .box {
		float: none;
		width: 100%;
  }
}
.con_facilities .box_facilities .box:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_facilities .box:last-child {
		margin-right: 0;
  }
}
.con_facilities .box_restaurant .box_info .cate {
	padding-top: 1.5em;
	text-align: center;
}
.con_facilities .box_restaurant .box_info .cate span {
	padding: 2px 8px;
	background: #efe2f3;
}
.con_facilities .box_restaurant .box_info .st {
	padding: .3em 0 0;
}
.con_facilities .box_restaurant .box {
	float: left;
	width: 31.66667%;
	margin-right: 2.5%;
	margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities .box_restaurant .box {
		margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_restaurant .box {
		margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_facilities .box_restaurant .box:nth-of-type(3n) {
		margin-right: 0;
  }
}
@media print {
  .con_facilities .box_restaurant .box:nth-of-type(3n) {
		margin-right: 0;
  }
}
.ie8 .con_facilities .box_restaurant .box:nth-of-type(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .con_facilities .box_restaurant .box {
		padding: 0 20px;
		width: 48.75%;
  }
  .con_facilities .box_restaurant .box:nth-of-type(even) {
		margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_restaurant .box {
		float: none;
		width: 100%;
		margin-right: 0;
  }
}

/* -----------------------------------------------------------
	con_sightseeing
----------------------------------------------------------- */
.con_sightseeing {
	margin: 50px auto 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing {
		margin: 40px auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing {
		margin: 25px auto 10px;
  }
}
.con_sightseeing .st_l {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 322%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .st_l {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .st_l {
		margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .st_l {
		font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .st_l {
		font-size: 158%;
  }
}
.con_sightseeing .st_l::after {
	content: " ";
	display: block;
	width: 80px;
	height: 4px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: #5b2b75;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .st_l::after {
		width: 50px;
		margin-left: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .st_l {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .st_l {
		margin-bottom: 20px;
  }
}
.con_sightseeing .box_sightseeing {
	float: left;
	width: 31.66667%;
	margin-right: 2.5%;
	margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_sightseeing {
		margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_sightseeing {
		margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_sightseeing .box_sightseeing:nth-of-type(3n) {
		margin-right: 0;
  }
}
@media print {
  .con_sightseeing .box_sightseeing:nth-of-type(3n) {
		margin-right: 0;
  }
}
.ie8 .con_sightseeing .box_sightseeing:nth-of-type(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .con_sightseeing .box_sightseeing {
		padding: 0 20px;
		width: 48.75%;
  }
  .con_sightseeing .box_sightseeing:nth-of-type(even) {
		margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_sightseeing {
		float: none;
		width: 100%;
		margin-right: 0;
  }
}
.con_sightseeing .box_sightseeing .img img {
	width: 100%;
}
.con_sightseeing .box_sightseeing .box_info .acc {
	padding-top: 1.5em;
	text-align: center;
}
.con_sightseeing .box_sightseeing .box_info .acc span {
	padding: 2px 8px;
	background: #efe2f3;
}
.con_sightseeing .box_sightseeing .box_info .acc span span {
	padding: 0;
	background: transparent;
	color: #5b2b75;
}
.con_sightseeing .box_sightseeing .box_info .st {
	padding: .3em 0 .5em;
	color: #5b2b75;
	font-size: 200%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_sightseeing .box_info .st {
		font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_sightseeing .box_info .st {
		font-size: 129%;
  }
}
.con_sightseeing .box_sightseeing .box_info .btn {
	margin-top: 20px;
}
.con_sightseeing .box_sightseeing .box_info .btn p {
	float: left;
	width: 47%;
}
@media only screen and (max-width: 1024px) {
  .con_sightseeing .box_sightseeing .box_info .btn p {
		float: none;
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_sightseeing .box_info .btn p {
		width: 80%;
		margin: auto;
  }
}
.con_sightseeing .box_sightseeing .box_info .btn p a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 8px 20px;
	border: solid 3px transparent;
	background: url(../images/common/bg_btn_black.jpg) 0 center no-repeat #383838;
	background-size: auto 100%;
	color: #fff;
	font-size: 108%;
	font-family: "新細明體", Arial, Verdana, serif;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_sightseeing .box_info .btn p a {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_sightseeing .box_info .btn p a {
		font-size: 100%;
  }
}
.con_sightseeing .box_sightseeing .box_info .btn p a::after {
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em;
	line-height: 1;
	color: #fff;
	font-family: "FontAwesome";
}
.con_sightseeing .box_sightseeing .box_info .btn p a:hover {
	border: 3px solid #383838;
	background: transparent;
	color: #383838;
}
.con_sightseeing .box_sightseeing .box_info .btn p a:hover::after {
	color: #383838;
}
.con_sightseeing .box_sightseeing .box_info .btn p.detail {
	margin-left: 6%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_sightseeing .box_info .btn p.detail {
		margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_sightseeing .box_info .btn p.detail {
		margin: 10px auto auto;
  }
}
.con_sightseeing .box_sightseeing .box_info .btn p.detail a::after {
	display: none;
}
.con_sightseeing .box_sightseeing .box_info .btn p.detail a i {
	padding-left: .5em;
}

/* -----------------------------------------------------------
	con_access
----------------------------------------------------------- */
.con_access {
	margin: 50px auto 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access {
		margin: 40px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
		margin: 25px auto 20px;
  }
}
.con_access .st_l {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 322%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .st_l {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .st_l {
		margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .st_l {
		font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .st_l {
		font-size: 158%;
  }
}
.con_access .st_l::after {
	content: " ";
	display: block;
	width: 80px;
	height: 4px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: #5b2b75;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  .con_access .st_l::after {
		width: 50px;
		margin-left: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .st_l {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .st_l {
		margin-bottom: 20px;
  }
}
.con_access .con_gmap {
	margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_gmap {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_gmap {
		margin-bottom: 30px;
  }
}
.con_access .con_gmap #gmap {
	height: 400px;
}
@media only screen and (max-width: 767px) {
  .con_access .con_gmap #gmap {
		height: 350px;
  }
}
.con_access .con_gmap p {
	float: left;
	width: 50%;
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_access .con_gmap p {
		float: none;
		width: 100%;
		margin-top: 1em;
  }
}
.con_access .con_gmap p.btn_black {
	float: right;
	text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_access .con_gmap p.btn_black {
		float: none;
		text-align: center;
  }
}
.con_access .con_gmap p.btn_black a {
	max-width: 240px;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 8px 20px;
	border: solid 3px transparent;
	background: url(../images/common/bg_btn_black.jpg) 0 center no-repeat #383838;
	background-size: auto 100%;
	color: #fff;
	font-size: 108%;
	font-family: "新細明體", Arial, Verdana, serif;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_gmap p.btn_black a {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_gmap p.btn_black a {
		font-size: 100%;
  }
}
.con_access .con_gmap p.btn_black a::after {
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em;
	line-height: 1;
	color: #fff;
	font-family: "FontAwesome";
}
.con_access .con_gmap p.btn_black a:hover {
	border: 3px solid #383838;
	background: transparent;
	color: #383838;
}
.con_access .con_gmap p.btn_black a:hover::after {
	color: #383838;
}
@media only screen and (max-width: 767px) {
  .con_access .con_gmap p.btn_black a {
		width: 80%;
  }
}
.con_access .con_route .st_s {
	position: relative;
	margin-bottom: 25px;
	padding-left: 32px;
	color: #2e2d2d;
	font-size: 172%;
	font-family: "新細明體", Arial, Verdana, serif;
	font-weight: normal;
	margin-bottom: 30px;
	padding: .2em .2em .2em 32px;
	font-size: 158%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .st_s {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .st_s {
		margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .st_s {
		font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .st_s {
		font-size: 129%;
  }
}
.con_access .con_route .st_s::before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: #5b2b75;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .st_s {
		margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .st_s {
		margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .st_s {
		font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .st_s {
		font-size: 115%;
  }
}
.con_access .con_route .st_s.bg {
	background: #f9f9f9;
}
.con_access .con_route .st_s span span {
	padding-right: 10px;
	color: #5b2b75;
	font-size: 123%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .st_s span span {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .st_s span span {
		font-size: 113%;
  }
}
.con_access .con_route .box_nearest {
	margin-bottom: 75px;
	padding: 40px;
	border: 1px solid #ccc;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_nearest {
		margin-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_nearest {
		margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_nearest {
		padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_nearest {
		padding: 20px;
  }
}
.con_access .con_route .box_nearest .st_s {
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_nearest .st_s {
		margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_nearest .st_s {
		margin-bottom: 5px;
  }
}
.con_access .con_route .box_nearest dl {
	position: relative;
	overflow: hidden;
	font-family: "新細明體", Arial, Verdana, serif;
}
.con_access .con_route .box_nearest dl::before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	margin: -2px;
	border-top: 4px solid #e8e8e8;
	z-index: -1;
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_nearest dl::before {
		display: none;
  }
}
.con_access .con_route .box_nearest dl dt {
	float: left;
	width: 20%;
	padding: 12px;
	background: #ab8abd;
	color: #fff;
	font-size: 143%;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_nearest dl dt {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_nearest dl dt {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_nearest dl dt {
		float: none;
		width: 100%;
		cursor: pointer;
  }
}
.con_access .con_route .box_nearest dl dd {
	float: left;
	width: 80%;
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_nearest dl dd {
		display: none;
		float: none;
		width: 100%;
  }
  .con_access .con_route .box_nearest dl dd::before {
		content: " ";
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 4px;
		height: 100%;
		margin: -2px;
		border-left: 4px solid #e8e8e8;
		z-index: -1;
  }
}
.con_access .con_route .box_nearest dl dd > div {
	overflow: hidden;
	float: left;
	width: 25%;
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_nearest dl dd > div {
		float: none;
		width: 100%;
  }
}
.con_access .con_route .box_nearest dl dd > div.time {
	position: relative;
	margin-top: -11px;
	text-align: center;
	z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_nearest dl dd > div.time {
		margin-top: -7px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_nearest dl dd > div.time {
		margin-top: 0;
  }
}
.con_access .con_route .box_nearest dl dd > div.time > div {
	padding: 0 5px;
	font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_nearest dl dd > div.time > div {
		font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_nearest dl dd > div.time > div {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_nearest dl dd > div.time > div {
		margin: 20px 0;
		padding: 5px 0;
		line-height: 1.3;
		background: #fff;
  }
}
.con_access .con_route .box_nearest dl dd > div.time > div > span {
	font-size: 145%;
}
@media only screen and (max-width: 1024px) {
  .con_access .con_route .box_nearest dl dd > div.time > div > span {
		font-size: 170%;
  }
}
.con_access .con_route .box_nearest dl dd > div.time > div .num {
	font-size: 115%;
}
.con_access .con_route .box_nearest dl dd > div.point {
	text-align: center;
}
.con_access .con_route .box_nearest dl dd > div.point span {
	display: block;
	border: 1px solid #ccc;
	padding: 12px;
	background: #fff;
	font-size: 143%;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_nearest dl dd > div.point span {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_nearest dl dd > div.point span {
		font-size: 115%;
  }
}
.con_access .con_route .box_nearest dl dd > div.goal {
	padding: 12px;
	background: #5b2b75;
	color: #fff;
	font-size: 143%;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_nearest dl dd > div.goal {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_nearest dl dd > div.goal {
		font-size: 115%;
  }
}
.con_access .con_route .wrp {
	overflow: hidden;
	margin-bottom: 75px;
	font-family: "新細明體", Arial, Verdana, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .wrp {
		margin-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .wrp {
		margin-bottom: 50px;
  }
}
.con_access .con_route .box_access {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.con_access .con_route .box_access:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_access {
		float: none;
		width: 100%;
		margin: 0;
		margin-top: 5px;
  }
}
.con_access .con_route .box_access dl dt {
	padding: 12px;
	background: #ab8abd;
	color: #fff;
	font-size: 143%;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_access dl dt {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_access dl dt {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_access dl dt {
		cursor: pointer;
  }
}
.con_access .con_route .box_access dl dd {
	position: relative;
	overflow: hidden;
}
.con_access .con_route .box_access dl dd::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 4px;
	height: 100%;
	margin: -2px;
	border-left: 4px solid #e8e8e8;
	z-index: -1;
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_access dl dd {
		display: none;
		margin-bottom: 30px;
  }
}
.con_access .con_route .box_access dl dd > div {
	overflow: hidden;
}
.con_access .con_route .box_access dl dd > div.time {
	position: relative;
	text-align: center;
	z-index: 2;
}
.con_access .con_route .box_access dl dd > div.time > div {
	margin: 20px 0;
	padding: 5px 0;
	line-height: 1.3;
	background: #fff;
	font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_access dl dd > div.time > div {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_access dl dd > div.time > div {
		font-size: 108%;
  }
}
.con_access .con_route .box_access dl dd > div.time > div > span {
	font-size: 178%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_access dl dd > div.time > div > span {
		font-size: 175%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_access dl dd > div.time > div > span {
		font-size: 167%;
  }
}
.con_access .con_route .box_access dl dd > div.time > div .num {
	font-size: 89%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_access dl dd > div.time > div .num {
		font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_access dl dd > div.time > div .num {
		font-size: 94%;
  }
}
.con_access .con_route .box_access dl dd > div.point {
	text-align: center;
}
.con_access .con_route .box_access dl dd > div.point span {
	display: block;
	border: 1px solid #ccc;
	padding: 12px;
	background: #fff;
	font-size: 143%;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_access dl dd > div.point span {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_access dl dd > div.point span {
		font-size: 115%;
  }
}
.con_access .con_route .box_access dl dd > div.goal {
	padding: 12px;
	background: #5b2b75;
	color: #fff;
	font-size: 143%;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .con_route .box_access dl dd > div.goal {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .con_route .box_access dl dd > div.goal {
		font-size: 115%;
  }
}
