@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"],
input[type="password"] {
	background-color: #fff;
}

input[type="text"],
input[type="password"] {
	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	padding-left: 5px;
	height: 40px;
}

.anchor_hide {
	display: block;
	height: 104px;
	margin-top: -104px;
	z-index: -1;
	visibility: hidden;
}

input[type="radio"] {
	min-width: 15px;
	width: 15px;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	margin-left: 5px;
	vertical-align: middle;
	border: 1px solid #999;
	cursor: pointer;
}

label {
	cursor: pointer;
	vertical-align: middle;
}

em {
	color: #700;
	font-style: normal;
}

em a,
.news_lists .news_list .news_text a,
.location a,
.stroke_text a,
.return a {
	color: #125992;
}

.title {
	display: flex;
}

.title img {
	margin-right: 10px;
	width: 50px;
	height: 50px;
}

.right {
	text-align: right;
}

.right a {
	color: #069;
}

h1 {
	font-size: 26px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	color: #666;
	font-weight: normal;
}

h1 span {
	display: block;
	font-size: 14px;
	margin: 5px 0;
}

h1 strong {
	font-size: 16px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}

h3,
h3 a {
	color: #069;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

span.note {
	display: block;
	color: red;
}

span.bb {
	display: block;
	color: black;
	font-weight: bold;
}

select {
	color: #333;
	width: 100%;
	height: 35px;
	padding: 0 0 0 5px;
	border: 1px solid #666;
	font-size: 1em;
}

body {
	line-height: 1.5em;
	margin-top: 81px;
	font-size: 16px;
	background: url(../images/body_bg.html);
	background-attachment: fixed;
	font-family: "Segoe UI", Arial, Helvetica, "Microsoft JhengHei Correct", 'Microsoft JhengHei', PMingLiU, sans-serif;
}

.anchor {
	display: block;
	height: 104px;
	margin-top: -104px;
	visibility: hidden;
}

.header {
	width: 100%;
	background: #97d2f2;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 18;
}

.header .container {
	padding: 0;
}

.logo {
	
	display: inline-block;
}

.logo a {
	display: inline-block;
}

.logo img {
	width: 100%;
}

article {
	padding: 3em 0px;
}

article:nth-of-type(odd) {
	/* background-color: #eee; */
}

figure {
	position: relative;
}

figure img {
	width: 100%;
}

figcaption {
	padding: .5em 0;
}

.container {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 .5em;
}

.color-Orange{ color:#F60 !important;}
.color-Blue{ color:#0d6efd !important;}

/*麵包削*/

#tous {
	padding: 1em 0;
	position: relative;
}

#tous h3 {
	background: url(../images/room-icon.html) no-repeat 5px 12px;
	padding-left: 55px;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	display: inline-block;
}

#tous h3 en {
	font-size: 15px;
	color: #bebdad;
	font-weight: normal;
	vertical-align: top;
	font-family: sans-serif;
	padding-left: 4px;
	display: block;
}

#tous .tab dd {
	display: inline-block;
	color: #333;
	padding: 0 5px;
	font-size: 14px;
}

#tous .tab a {
	color: #333;
}

#tous strong {
	font-size: 16px;
	color: #bebdad;
	font-weight: normal;
	position: absolute;
	top: 40px;
	left: 120px;
}


/*上選單*/

.top_bar {
	top: 6.5px;
	right: 110px;
	position: absolute;
}

.social {
	display: inline-block;
	vertical-align: middle;
}

.share {
	display: none;
}

.social li{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 3px;
}

.social_lists img{
	width: 25px;
	height: 25px;
}

.language {
	top: 5px;
	right: -50px;
	font-size: 15px;
	position: absolute;
	line-height: 4.5;
}

.language select{
	padding: 0px 5px;
	color: #333;
	font-size: 14px;
	background-color: white;
	/* border-radius: 12.5px; */
	outline: none;
	height: 25px;
	width: auto
}

/*下選單*/

nav {
	width: 65%;
	position: absolute;
	bottom: 20px;
	left: 340px;
}

nav>ul {
	text-align: center;
	display: flex;
}

nav ul li {
	flex-grow: 1;
}

nav ul li a {
	font-size: 18px;
	display: block;
	color: #069;
	padding: 10px 0;
}

nav ul .vl1 {
	position: relative;
}

nav ul .vl1 ul {
	position: absolute;
	left: -20%;
	flex-direction: column;
	width: 140%;
}

.social_lists li span {
	display: none;
}


/*輪播圖*/

.banner {
	height: 400px;
}

.swiper-container {
	padding: 0px !important;
	background: transparent !important;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.swiper-slide>a {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.swiper-slide img {
	width: 100%;
}

.swiper-pagination {
	position: static;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

/*客房介紹*/

.rooms_A .container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.rooms_A article {
    padding: 60px 0;
}

.main h1 {
    font-size: 2em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.5em;
    font-weight: bold;
}

.main h1::before, .main h1::after {
	content: '';
	background: #999;
	height: 1px;
	width: 200px;
	margin: .5em 0;
}

.default .main h1 {
	text-align: left;
	display:block;
	font-size: 1.5em;
}
.default .main h1::before,.default  .main h1::after {display: none}

.rooms_article {
}
.room_info{
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}
.room_info tr{
	border-bottom: 1px dashed #ccc;
}
.room_info td{
	padding: .5em;
}
td.room_title {
    vertical-align: middle;
		background: #eee;
}
section.room_box {
	padding: 2em 0;
	display: flex;align-items: center;
}
section.room_box h2 {
	color: #10578a;
	padding-bottom: .5em;
	font-size: 1.5em;
}
section.room_box figure img{
	width: unset;
}
section.room_box figure .swiper-pagination {
	position:absolute;
	padding:0 1em;text-align:right;
}
section.room_box .room_text {
	padding: 0 2em;
}
section.room_box .room_text ul {
	padding-top: .5em;/*list-style-type: square;
	margin-left: 20px;*/
}

#tab-list{ display: block;margin: 0;padding: 10px 0 20px 0px;}
#tab-list dd{ display: inline-block;padding: 0 2px;color: #666; }
#tab-list dd a{ color: #666; }
#tab-list dd a:hover{ color: #F60; }

#simple-list-example{ overflow:hidden; font-size: 1.2em; margin-top:5px;}/*範圍、底色、邊線*/
#simple-list-example a{ line-height: 1.5em;display: block;width: 190px;padding: 5px 0;border-top: solid 1px #dadada;color: #069;text-align: center;
text-decoration: none;} /* 區域、置中、底線; 寬度可設auto, inline-block */
#simple-list-example a:hover, #simple-list-example a.on{ background-color:#069; color:#fff;}


#nav-side{ width: 100%;border-bottom: 1px solid #dadada;font-size: 18px;margin: 0px 0 10px 0;}
#nav-side li{border: 1px solid #dadada;display: inline-block;color: #666;line-height: 1.5em;margin-right: 6px;border-bottom: none;}
#nav-side li a{ color:#666; display:block;padding: 2px 15px;}
#nav-side li a:hover{ background-color:#069; color:#fff;}
#nav-side li.solid a{ background-color:#069; color:#fff !important;}

/* ======================== 旅遊指南  =================== */
.aside-left{ float:left;width: 220px;}
.main-right{ float:right; width:930px;}
.guide-box{ margin:0; padding:0; color:#666; width:95%;  }
.guide-box h3{ font-size:18px; margin:3px 0 15px; padding:0 0 6px;color:#069;}
.guide-box h4{ font-size: 18px;color: #069;line-height: 1.5em;font-weight: normal;padding: 0;border-bottom: 1px solid #dadada;

margin: 20px 0 5px 0;}
.guide-box h5{ font-size: 18px;color: #069;line-height: 1.5em;
    font-weight: normal;padding: 0; margin: 30px 0 0px 0;}
.guide-box p{ line-height:1.5em; color:#666;}
.guide-box p a{ line-height:1.5em; color:#666;}
.guide-box p b{color:#000; font-weight:bold; font-size:15px;}
.guide-box p span{ display:block;padding: 0 0 10px 10px;}
.guide-box ul.info-list{ display:block;padding:0; margin-left:20px;padding: 0 0 10px 0;}
.guide-box ul.info-list li{ display: block;padding: 0px 0 0px 20px;line-height: 1.8em;background: url(../images/nav-tab.png) no-repeat 0px 7px;}

#nav-map{ overflow:hidden; background-color:#fff;font-size: 1.2em; margin-top:5px;}/*範圍、底色、邊線*/
#nav-map ul{ margin:0; padding:0;}/*區域間歸零 */
#nav-map li{ list-style-type: none;line-height: 1.5em; width: 190px;} /*浮動右、符號 */
#nav-map li a{ display: block;width: 190px;padding: 5px 0;border-top: solid 1px #dadada;color: #069;text-align: center;
text-decoration: none;} /* 區域、置中、底線; 寬度可設auto, inline-block */
#nav-map li:last-child {border-bottom:solid 1px #dadada;}
#nav-map li a:hover{ background-color:#069; color:#fff;}

#nav-side{ width: 100%;border-bottom: 1px solid #dadada;font-size: 18px;margin: 0px 0 10px 0;}
#nav-side li{border: 1px solid #dadada;display: inline-block;color: #666;line-height: 1.5em;margin-right: 6px;border-bottom: none;}
#nav-side li a{ color:#666; display:block;padding: 2px 15px;}
#nav-side li a:hover{ background-color:#069; color:#fff;}
#nav-side li.solid a{ background-color:#069; color:#fff !important;}

/****** 旅遊指南'關於我們nav     ***/
body.guide li.nav-guide1 a,body.guide-kauai li.nav-guide2 a,body.guide-oahu li.nav-guide3 a,body.guide-molkai li.nav-guide4 a
,body.guide-lanai li.nav-guide5 a,body.guide-maui li.nav-guide6 a,body.guide-big li.nav-guide7 a
,body.emergency li.nav-about1 a,body.terms li.nav-about2 a,body.visa li.nav-about3 a,body.about-dragon li.nav-about2 a,body.about-car li.nav-about3 a,body.about-service li.nav-about4 a,body.notice li.notice a
{color:#fff !important ;text-decoration: none;background-color: #069;}
.about-ppt{ width:100%; height:700px;}

/* === 指南地圖 == */
#map2{background: url(../images/bg/hawaii-map.jpg) left top no-repeat;width: 950px;height: 550px; position:relative; top:0; left:0;margin: 20px 0; }
#map2 ul li a{text-indent: -9999px;display: block; overflow:hidden;position:absolute;}
#map2 .map2-kauai a{ width: 180px;height: 140px;top: 0px;left: 90px; }
#map2 .map2-oahu a{ width: 155px;height: 140px;top: 47px;left: 333px;}
#map2 .map2-molkai a{width: 153px;height: 82px;top: 119px;left: 484px;}
#map2 .map2-lanai a{width: 123px;height: 70px;top: 216px;left: 447px;}
#map2 .map2-maui a{width: 208px;height: 100px;top: 198px;right: 172px;}
#map2 .map2-big a{width: 350px;height: 240px;bottom: 0px;right: 70px;}

#map2 .map2-kauai a:hover{background: url(../images/bg/hawaii-png.png) -90px 0px;  }
#map2 .map2-oahu a:hover{background: url(../images/bg/hawaii-png.png) -333px -47px;}
#map2 .map2-molkai a:hover{background: url(../images/bg/hawaii-png.png) -484px -119px;}
#map2 .map2-lanai a:hover{background: url(../images/bg/hawaii-png.png) -447px -216px;}
#map2 .map2-maui a:hover{background: url(../images/bg/hawaii-png.png) -570px -198px;}
#map2 .map2-big a:hover{background: url(../images/bg/hawaii-png.png) -530px -310px;}

#map-layers{ position:relative; top:0; left:0; z-index:1}
#map-layers .layers-1{ z-index:1;}
#map-layers .layers-text{/*z-index: 10;position: absolute;top: 110px;left: 30px;
width: 300px;background-color: hsla(000,50%,100%,0.9);padding: 10px;line-height: 1.6em;-webkit-border-radius: 5px;
-moz-border-radius: 5px;border-radius: 5px;*/ margin-top:5px; }
#map-layers .googlemap{ position:absolute; top:20px; right:40px; z-index:10; text-align:center; color:#fff; font-size:0.9em; }
.width-A{width: 255px !important; }
.width-B{width: 470px !important; }
.width-C{width: 205px !important; }
.width-D{width: 270px !important; }
.wh275{width: 275px; }
.width33{ width:380px; }
.width66{ width:760px; }
.wh870{ width:870px; }

.boxA{background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#fff), to(#fff), color-stop(.2, #f2f2f2));
	border: 1px solid #ccc;	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);}

/**  menu 至頂   **/
.a01 {width:100%; height:50px }
.a02 {width:100%; height:1500px }
#menu.on{position: fixed;top: 0;left: 0; z-index: 110;}

/** 旅遊指南輪播 **/
.photo-top{ margin:0 0 20px 0;}
#replace-pic {position: relative;width: 880px;height: 300px;	border: 1px solid #ccc;}
#replace-pic a.ad {position: absolute;	/* 讓圖片疊在一起 */}
#replace-pic a.ad span{position: absolute;bottom: 15px;left: 20px;color: #fff;font-size: 14px;
text-shadow: 1px 1px 2px #000;}
#replace-pic .control {position: absolute;right: 10px;bottom: 10px; }
#replace-pic .control a {display: inline-block;padding: 2px;	margin: 0 5px;
	width: 16px;color: #666;text-align: center;font-size: 13px;text-decoration: none;
	border-radius: 10px;background-color: #EDEDED;}
#replace-pic .control a.on { font-weight: bold;color: #fff;background-color:#069}

/**   景點scenic     **/
.scenic-box{margin:0; padding:0; color:#666; width:98%; }
#pic-scenic{ display:inline-block; overflow:hidden; width:100%}
#pic-scenic .grid{display: inline-block;  position: relative;  color: #fff;  height: 160px;  width: 250px; float:left;  margin: 0 2px 2px 0; padding: 0;}

/* scenic-1 */
#pic-scenic .grid figure {position: relative;z-index: 1;display: inline-block;	overflow: hidden;margin: -0.135em;width:250px;height: 160px;	background: #3085a3;text-align: center;cursor: pointer;  border: none;  padding: 0;}
#pic-scenic .grid figure img{position: relative;display: block;min-height: 100%;opacity: 0.8;max-height: 100%;}
#pic-scenic .grid figure figcaption {padding: 0 0 25px 10px;color: #fff;text-transform: uppercase;font-size: 1.25em;-webkit-backface-visibility: hidden;backface-visibility: hidden;  background-color: rgba(255, 255, 255, 0);  width: 100%; }
#pic-scenic .grid figure figcaption::before,
#pic-scenic .grid figure figcaption::after {pointer-events: none;}
#pic-scenic .grid figure figcaption,
#pic-scenic .grid figure a {position: absolute;top: 0;left: 0;height: 100%;}
/** .grid figure a {z-index: 1000;text-indent: 200%;white-space: nowrap;font-size: 0;opacity: 0;} **/
#pic-scenic .grid figure h4 {word-spacing: -0.15em;	font-weight:normal;font-size: 16px; color:#fff;text-shadow: 2px 1px 3px #1F1F1F; line-height:1em;}
#pic-scenic .grid figure h4 span {font-weight: 800;}
#pic-scenic .grid figure h4,
#pic-scenic .grid figure p {margin: 0;}
#pic-scenic .grid figure p {letter-spacing: 1px;font-size: 68.5%;}

#pic-scenic figure.effect-lily img{width: -webkit-calc(100% + 50px);width: calc(100% + 50px);opacity: 0.5;	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;	transition: opacity 0.35s, transform 0.35s;	-webkit-transform: translate3d(0,0, 0);	transform: translate3d(0,0,0);}
#pic-scenic figure.effect-lily figcaption {top: auto;bottom: 0;height: 43%;text-align: left;}
#pic-scenic figure.effect-lily h4,
#pic-scenic figure.effect-lily p {-webkit-transform: translate3d(0,40px,0);transform: translate3d(0,40px,0);}
#pic-scenic figure.effect-lily h4 {	-webkit-transition: -webkit-transform 0.35s;transition: transform 0.35s;}
#pic-scenic figure.effect-lily p {color:rgba(255, 255, 255, 0.88);opacity: 0;-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;transition: opacity 0.2s, transform 0.35s;  text-shadow: 2px 1px 3px #1F1F1F; padding-top:6px; font-size:13px;}
#pic-scenic figure.effect-lily:hover img,
#pic-scenic figure.effect-lily:hover p {opacity: 1;}
#pic-scenic figure.effect-lily:hover img,
#pic-scenic figure.effect-lily:hover h4,
#pic-scenic figure.effect-lily:hover p {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
#pic-scenic figure.effect-lily:hover p {-webkit-transition-delay: 0.05s;transition-delay: 0.05s;-webkit-transition-duration: 0.35s;transition-duration: 0.35s;}

.scenic-detail{width: 100% !important;  padding: 10px 0 !important;}
.wh485{ width:485px !important;display: inline-block !important;}


/*客房介紹B*/
.room_pic {
	height: 50vh;
	position: relative;
	overflow: hidden;
}
section.room_box_b{
	padding: 2em 0;
}
section.room_box_b .swiper-pagination {
	position: absolute;
	bottom: 1em;
	right: 0;
}
section.room_box_b .swiper-pagination-bullet, #bg .swiper-pagination-bullet, section.room_box figure .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}
section.room_box_b .swiper-pagination-bullet-active, #bg .swiper-pagination-bullet-active, section.room_box figure .swiper-pagination-bullet-active {
	background: #a02725;
}
.room_text_b {
	z-index: 10;
	text-align: center;
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 3em;
}
.room_text_b h2 {
	display: inline-block;
	font-size: 1.5em;
	padding: 1em 3em;
	margin-top: -1.5em;
	background: #a02725;
	color: #fff;
	margin-bottom: 1.5em;
}
.room_text_b h3 {
	color: #10578a;
	padding: 1em 0 .5em 0;
}
.room_text_b ul {
	padding-top: .5em;/*list-style-type: square;
	margin-left: 20px;*/
}

/*最新消息*/

.news_lists {
	display: flex;
	justify-content: space-between;
}

.news_lists .news_list {
	width: 49%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.news_lists .news_list a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .4s all;
}

.news_lists .news_list .news_pic {
	width: 39%;
	padding: 20%;
	background-size: cover;
	background-position: center;
}

.news_lists .news_list .news_text {
	width: 59%;
}

.news_lists .news_list .news_text h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_lists .news_list .news_text p {
	max-height: 120px;
	overflow: hidden;
}

.index_news a {
	color: #069;
}


/*關於長春*/

.info .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mobile {
	display: none;
}

.index_news li a {
	display: block;
	color: black;
	white-space: nowrap;
	background-image: url(../images/list_icon.html);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}


/*飯店設施*/

.facilities img {
	border-radius: 50%;
}

.facilities figcaption {
	text-align: center;
}

.facilities p {
	padding: .5em;
}


/*澎湖之旅*/


/*表尾*/

footer {
	background-color: #125992;
	color: #eee;
}

footer .container {
	padding: 1.5em .5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer h2 {
	width: 100%;
}

footer section:last-child {
	border-right: 0;
}

footer section {
	width: 33%;
	border-right: 1px solid #fff;
}

footer p {
	background-color: #063966;
	padding: 1em 0;
	font-size: 12px;
	text-align: center;
}

footer a {
	color: white;
}

.page_banner {
	height: 260px;
	background-position: center;
	background-size: cover;
}

.page_text {
	margin-bottom: 80px;
}

.page_text>p {
	margin-bottom: 10px;
}


/*最新消息*/

.list:first-child {
	padding-top: 0;
}

.list {
	border-bottom: 1px dotted #ABABAB;
	padding: 1em 0;
	line-height: 1.7em;
}


/*最新消息、活動資訊*/

.news_detail {
	padding-top: 40px;
}

.text_main {
	margin: 10px 0px;
	padding: 0;
	line-height: 1.7em;
}

.right_img {
	float: right;
	margin-left: 10px;
}

.left_img {
	float: left;
	margin-right: 10px;
}

.right_img img,
.left_img img {
	border: 3px solid #ddd4c4;
	max-width: 400px;
	width: 100%;
}

.return {
	margin: 20px auto;
	text-align: center;
}


/*聯絡我們*/

.contact_box {
	background-color: #D2E1F0;
	padding: 20px;
	border-radius: 10px;
}

.contact_box hr {
	margin: 20px 0;
	border: 0;
	background-color: #9ECFE7;
	height: 1px;
}

.contact_box form p {
	margin-bottom: 20px;
	line-height: 2em;
	width: 100%;
}

.contact_box .btn-sub {
	text-align: center;
	padding-top: 1em;
}


/*客房介紹*/

.room_box .page_text {
	display: flex;
}

.room_box section:nth-of-type(even) {
	flex-direction: row-reverse;
}

.room_box .page_text .swiper-container {
	width: 60%;
}

.room_box .page_text .txt {
	width: 40%;
	margin-right: 1em;
	position: relative;
}

.room_box section:nth-of-type(odd) .txt {
	margin-right: 0em;
	margin-left: 1em;
}

.list_inherit {
	list-style: inherit;
	margin-left: 20px;
}

.right_bottom {
	font-size: 18px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.right_bottom span,
.right_bottom a {
	display: inline-block;
	vertical-align: middle;
}

.right_bottom a:first-child {
	margin-right: 20px;
}

.price {
	color: red;
}

.priceX {
	color: black;
}

.button_center {
	margin-top: 20px;
	text-align: center;
}

.button {
	border: 0;
	padding: .5em 1em;
	background-color: #36C;
	display: inline-block;
	color: white;
	cursor: pointer;
	font-size: 16px;
}


/*行程介紹*/

.travel_routes_box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.travel_routes_box .travel_routes {
	width: 19%;
	margin: 0 .5%;
	margin-bottom: 20px;
}

.travel_routes figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .5em;
	width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
}

.travel_routes figcaption h3 {
	color: white;
}

.itinerary a {
	display: inline-block;
	margin-right: 10px;
	color: #069;
}

#itineraries .travel_routes {
	position: relative;
}

.itinerary_pic {
	position: relative;
}

.itinerary {
	padding: .5em;
	background: #fff;
}

.travel_tips li {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.travel_tips li img {
	width: 150px;
	margin-right: 10px;
}

.travel_text h3 {
	font-weight: bold;
	color: #00328c;
}


/*交通資訊*/

#googlemap {
	margin-bottom: 20px;
	height: 300px;
}

#googlemap a{
	display: block;
	height: 100%;
	border: 1px solid #999;
	background-image: url('../images/map.html');
	background-position: center;
}

.en #googlemap a{
	background-image: url('../images/map-en.html');
}

.jp #googlemap a{
	background-image: url('../images/map-jp.html');
}

.cn #googlemap a{
	background-image: url('../images/map-cn.html');
}

#googlemap img{
	display: none;
}

/*單項行程*/

.table-responsive {
	border-top: 1px solid #666;
}

.table-responsive>table {
	background: #fff;
	border: 1px solid;
	border-top: 0;
}

tbody th,
tr.footable-header {
	background: #eee;
}

.table-responsive>table>thead>tr,
.table-responsive>table>tbody>tr {
	border-bottom: 1px solid #666;
}

.table-responsive>table>thead>tr>th,
.table-responsive>table>tbody>tr>td {
	vertical-align: middle;
	padding: .5em;
	border-right: 1px solid #666;
}

.table-responsive td.title {
	text-align: center;
	font-size: 18px;
}

.table-responsive td ul {
	margin-left: 20px;
	list-style: disc;
}

.table-responsive td ol {
	margin-left: 20px;
	list-style: decimal;
}

.table-responsive td li {
	word-break: initial;
}

.table-responsive td.num,
.table-responsive td.type {
	text-align: center;
}

.table-responsive td.num {
	min-width: 70px;
}

.table-responsive td.type {
	min-width: 175px;
	font-weight: bold;
	color: #00328c;
}

.table-responsive td.price {
	min-width: 165px;
	text-align: center;
	font-size:18px;
}

.table-responsive td.priceX {
	min-width: 165px;
	text-align: center;
	font-size:18px;
}

.table-responsive td.people {
	min-width: 100px;
}

.fooicon {
	display: inline;
}


/*套裝行程*/

.stroke {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.stroke .stroke_pic {
	width: 39%;
}

.stroke .stroke_pic img {
	width: 100%;
}

.stroke .stroke_text {
	width: 59%;
	position: relative;
}

.stroke .stroke_text h3 {
	font-weight: bold;
	color: #00328c;
}


/*報名表*/

.status-track {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-transform: uppercase;
	margin: 20px 0;
}

.status-track .complete {
	color: #ff0000;
}

.status-track .current {
	color: #00328c;
}

.status-track .future {
	color: #999;
}

.status-track>* {
	text-align: center;
	line-height: 1.9;
	flex: 2;
	position: relative;
}

.status-track>* * {
	display: block;
}

.status-track>* label {
	font-weight: bold;
}

.status-track>* i.fa {
	font-size: 1.3em;
}

.status-track>*:first-child {
	text-align: left;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 0px 1;
}

.status-track>*:not(:first-child)::before {
	display: block;
	content: "";
	position: absolute;
	left: -50%;
	right: 50%;
	top: 0.5em;
	border-top: 0.2em solid;
	margin: 0 1em;
}

.status-track>*:nth-child(2)::before {
	margin-left: 1.5em;
}

.status-track>*:last-child {
	text-align: right;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 0px 1;
}

.status-track>*:last-child::before {
	right: 0.5em;
	left: -100%;
}

.customer_lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}

.customer_details input[type="text"],
.customer_details input[type="password"],
.customer_details select {
	padding-left: 5px;
	font-size: 1em;
	border-color: #999;
}

.customer_lists .data_list {
	position: relative;
	width: 49%;
	margin-bottom: 20px;
}

.customer_lists .text {
	width: 100%;
}

.customer_lists .fill_in_title {
	position: absolute;
	left: 5px;
	top: 8px;
	padding: 0 5px;
	transition: .4s all;
}

.customer_lists .textarea {
	width: 100%;
	margin-top: 15px;
}

.customer_lists .textarea textarea {
	width: 100%;
	padding: 10px;
}

.customer_lists .active .fill_in_title {
	top: -12px;
	background-color: #fff;
}

.customer_table {
	width: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin-bottom: 20px;
}

.customer_table td.table_title {
	min-width: 85px;
	width: 20%;
}

.customer_table tr {
	border-bottom: 1px solid #666;
}

.customer_table th {
	background: #eee;
}

.customer_table th,
.customer_table td {
	vertical-align: middle;
	padding: .5em;
	border-right: 1px solid #666;
}

.table_detail th:first-child {
	width: 60%;
}

.table_detail th:last-child {
	width: 10%;
}

.customer_table td.type {
	font-weight: bold;
	color: #00328c;
}

button#confirm {
	margin-right: 20px;
}

/* 景點 */
.attractions .attraction-item {
	width: 33%;
	padding: 10px;
}

.attractions .attraction-item a{
	border: 1px solid #ddd;
	display: block;
}

.attractions img{
	max-width: 100%;
}

.attractions h3{
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 10px;
}

.attractions p{
	color: #333;
	padding: 10px;
}

/* 美食 */
.delicacies-item {
	width: 33%;
	padding: 10px;
}

.delicacies-item.show p {
	display: block;
}

.delicacies-pic {
	height: 250px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.delicacies-pic p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: white;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}

.delicacies-item figcaption {
	background-color: #ddd;
	padding: 10px;
}

.delicacies {
	display: flex;
	flex-wrap: wrap;
}

/* open box */
.open_box{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.7);z-index:90;vertical-align: middle;line-height:100vh;text-align:center;}
.ob_txt{box-sizing: border-box;
    position: relative;
    padding: 1.5em 3em;
    display: inline-block;
    vertical-align: middle;
    background-color: #FFF;
    line-height: 1.5em;
    text-align: left;
    border-radius: 0.8em;
    max-width: 90%;}
.open_box h3{color: #0c4773;
    font-size: 2em;
    margin: 0 0 0.5em;
    line-height: 1.3em;
    font-weight: normal;}
.open_box p{color:#999; }
.but-en,.but-tw{     display: inline-block;
    padding: 0.5em 2em;
    background-color: #fff;
    color: #069;
    border-radius: 0.3em;
    margin: 15px auto 0;
    text-align: center;border: 1px solid #069;
}
.but-tw{ margin: 15px 0 0 25px;}

.butbox{ display: block; margin: 0 auto;text-align: center;}
.ob_icon::before{    display: block;
    content: "x";
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    color: #069;
    background: #e2e2e2;
    border-radius: 50%;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    text-align: center;}
.ob_txt:hover:before{background: #CCC;}



@media (min-width: 961px) {
	nav ul .vl1 ul {
		display: none;
	}
}
@media (min-width: 780px) {
	footer p a:first-child::after {
		content: ' | ';
		margin: 0 10px;
		display: inline-block;
	}
}

@media (min-width: 1024px) {
	.logo,
	.top_bar,
	.social_lists,
	.language {
		transition: 1s all;
	}
	nav ul .vl1 ul a,
	.social_lists li span,
	.swiper-slide figure,
	.button {
		transition: .4s all;
	}
	/*
	.small .logo {
		width: 320px;

	}*/
	.small .top_bar,
	.small .language {
		/* top: -40px; */
	}
	.social_lists li span {
		position: absolute;
		color: #fff;
		padding: 5px;
		display: block;
		z-index: -1;
		top: 0;
		opacity: 0;
		width: 130px;
		font-size: 14px;
		text-align: center;
		transform: translateX(-40%);
	}
	.news_lists .news_list a:hover {
		background-color: rgba(255, 255, 255, 0.3)
	}
	.social_lists li:hover span {
		top: 25px;
		opacity: 1;
	}
	nav ul .vl1:hover ul {
		display: block;
	}
	nav ul .vl1 ul a {
		padding: .5em 0;
		background: #97d2f2;
		border-top: 1px dotted #C96;
	}
	nav ul li a:hover,
	.travel_routes_box .travel_routes .itinerary a:hover,
	.right a:hover,
	.index_news a:hover,
	footer a:hover {
		text-decoration: underline;
	}
	nav ul .vl1 ul a:hover,
	.button:hover {
		background-color: rgba(6, 57, 102, .8);
		color: white;
	}

	.swiper-slide>a:hover+figure {
		opacity: .7;
	}
	.index_news a:hover,
	h3 a:hover,
	.news_lists .news_list .news_text a:hover,
	.location a:hover,
	.stroke_text a:hover,
	.return a:hover,
	.right a:hover,
	.itinerary a:hover,
	em a:hover {
		color: red;
		text-decoration: underline;
	}
	.facilities p {
		color: #fff;
		background: rgba(0, 0, 0, 0.7);
	}
	.facilities p,
	.itinerary {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: .4s ease-out;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		opacity: 0;
	}
	.en .facilities p,
	.en .itinerary {
		text-align: center;
	}
	#facilities .swiper-slide:hover p,
	.travel_routes:hover .itinerary {
		opacity: 1;
	}
	#travels-pagination,
	#facilities-pagination {
		display: none;
	}
	.delicacies-item:hover p {
		display: block;
	}
}
@media (max-width: 1280px) {
	.language {
		top: 5px;
		right: 5px;
		font-size: 15px;
		position: absolute;
	}	
}
@media (max-width: 960px) {
	body {
		margin-top: 60px;
	}
	body.menu_open {
		overflow: hidden;
	}
	.anchor {
		display: block;
		height: 60px;
		margin-top: -60px;
		visibility: hidden;
	}
	.logo {
		width: 100%;
		text-align: center;
		padding: .5em 0;
	}
	.logo img {
		width: 162px;
	}
	.menu_button {
		display: block;
		position: absolute;
		left: .5em;
		top: 1em;
		z-index: 10;
		transition: all .3s;
	}
	.menu_button span,
	.menu_button:after,
	.menu_button:before {
		content: "";
		margin: 5px;
		width: 26px;
		height: 2px;
		background: #fff;
		display: block;
		overflow: hidden;
		transition: all .3s;
	}
	.menu_open .menu_button {
		transform: rotate(180deg);
	}
	.menu_open .menu_button span {
		opacity: 0;
	}
	.menu_open .menu_button:before {
		transform: translateY(7px) rotate(-45deg);
		background: #4653A2;
	}
	.menu_open .menu_button:after {
		transform: translateY(-7px) rotate(45deg);
		background: #4653A2;
	}
	.mobile_menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #97d2f2;
		opacity: 0;
		padding-top: 15%;
		z-index: -1;
		overflow: auto;
		height: 100%;
		max-width: 100%;
	}
	.menu_open .mobile_menu {
		display: block;
		opacity: 1;
		z-index: 5;
	}
	nav,
	.language {
		width: 100%;
		position: static;
		text-align: center;
		padding: .5em;
	}
	nav ul {
		display: block;
	}
	nav ul li {
		width: 100%;
		display: block;
		border: 0;
	}
	nav ul li.open>a:after {
		transform: rotate(45deg);
	}
	nav ul li a {
		padding: .5em 1em;
	}
	nav ul li:last-child {
		border-right-width: 0;
	}
	nav ul .vl1 ul {
		position: static;
		width: 100%;
		
	}

	.photo-top{ display: none;}

	#m_tour, #m_guide{display: none;}
	#m_tour:target,#m_guide:target {
    	display: block;
	}
	.social_lists img{
		width: 35px;
		height: 35px;
	}
	.share,
	.social li {
		display: block;
	}
	.share {
		padding: 0 8px;
	}
	.share img {
		width: 25px;
		height: 25px;
	}
	.top_bar {
		top: 1em;
		right: 0em;
	}
	.social_lists {
		background: #000;
		padding: 10px 5px;
		position: absolute;
		right: 0;
		display: none;
		z-index: 5;
	}
	.share_open .social_lists {
		display: block;
	}
	.banner {
		height: 250px;
	}
	.page_banner {
		height: 180px;
		display: none;
	}
	.room_box .page_text {
		display: block;
	}
	.roompic{
		/* display: none; */
	}
	section.room_box {
	    padding: 0.6em 0;
	    display: block;
	    align-items: center;
	}
	section.room_box  figure {
    	padding: 0 1em;
	}
	section.room_box .room_text {
    	padding: 0 1em;
    	margin-top: 0.7em;
	}
	section.room_box h2 {
	    padding-bottom: 0em;
	    margin-bottom: 0.5em;
	}

	section.room_box figure img{
		  max-width: 100%;
		  height: auto;
	}
	.main-right{ float: none; width:100%;}
	#map-layers .layers-text {
	    position: initial;
	    width: 100%; 
	}

	.width-D {
    	width: 100% !important;
	}
	footer section:nth-of-type(1) ul,
	.room_box .page_text .swiper-container,
	.room_box .page_text .txt,
	.room_box section:nth-of-type(odd) .txt {
		width: 100%;
		margin: 0em;
	}
	.right_bottom {
		position: static;
		display: block;
		text-align: right;
		margin-top: 1em;
	}
	.table-responsive td.num,
	.table-responsive td.type,
	.table-responsive td.price {
		text-align: left;
	}
	.table-responsive td.priceX {
		text-align: left;
	}
	.table-responsive td.num,
	tbody th,
	tr.footable-header {
		display: none !important;
	}
	.travel_routes_box .travel_routes {
		width: 32%;
	}
	#itineraries .travel_routes .itinerary {
		height: 136px;
	}
	.itinerary .link {
		margin-top: 10px;
	}
}

@media (max-width: 740px) {
	h2 {
		font-size: 1em;
	}
	.index_about,
	.index_news {
		width: 100%;
	}
	.mobile a {
		display: block;
		padding: 1em 0;
		font-size: 20px;
	}
	#footer span a {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	footer section {
		width: 100%;
		border-right: 0;
		margin-bottom: 1em;
	}
	footer small {
		margin-right: 0;
	}
	footer p a {
		display: inline-block;
	}
	.right_img,
	.left_img {
		float: none;
		margin: 10px 0;
	}
	.contact_box form .form_title,
	.contact_box .text_input {
		text-align: left;
		width: 100%;
		display: block;
	}
	.fb-content,
	.g-recaptcha {
		max-width: 300px;
		transform: scale(0.9);
		transform-origin: 0 0;
	}
	.stroke_info img,
	.stroke_info .stroke_text {
		width: 100%;
	}
	.stroke_info .stroke_text {
		padding: 1em 0;
	}
	.attractions .attraction-item, .delicacies-item {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.news_lists,
	.news_list,
	.stroke,
	.travel_tips li {
		flex-direction: column;
	}
	.news_lists .news_list {
		width: 100%;
		margin-bottom: 20px;
	}
	.news_lists .news_list .news_pic,
	.news_lists .news_list .news_text,
	.stroke .stroke_pic,
	.stroke .stroke_text {
		width: 100%;
		margin-bottom: 10px;
	}
	.travel_routes_box .travel_routes {
		width: 100%;
	}
	.travel_tips li img {
		margin: 0;
		margin-bottom: 10px;
	}
	.travel_text h3 {
		text-align: center;
	}
	.customer_lists .data_list {
		width: 100%;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
	.table_detail th:first-child {
		width: 45%;
	}
	.table_detail th:last-child {
		width: 20%;
	}
	#itineraries .travel_routes .itinerary {
		height: auto;
	}
	.attractions .attraction-item, .delicacies-item {
		width: 100%;
	}
}