@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);

body{
	background:url(../images/bg.jpg) center center;
	font-family: Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
	font-size:13px;}

/*css3*/
.pc{display: block;}
.mo{display: none;}

a{
	cursor:pointer;
	color:#2d2d2d;

	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a:hover{
	color:#f4a053;}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.col-1{
	width:100%;}

.col-2{
	width:50%;}

.col-3{
	width:33.33%;}

.col-4{
	width:25%;}

.col-5{
	width:20%;}

a.btn_color1{/*按鈕主色1*/
	background: #516190;
	color:#FFF;}

a.btn_color1:hover{
	background:#C85A56;}

a.btn_color2{/*按鈕主色2*/
	background:#A0A0A0;
	color:#FFF;}

a.btn_color2:hover{
	background:#999;}

input[type="text"]{
	-webkit-appearance: none;}

textarea{
	-webkit-appearance: none;}

.outerWrap{
	position:relative;}

.wrap{
	width:1160px;
	margin:0 auto;}
.wrap.ins{
	width:1000px;}
#gmap{
	display:none;
	height:400px;}

.label{
	padding:5px 7px;
	color:#FFF;
	background:rgba(0,0,0,0.8);}

/*****網頁頭*****/
header{}

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding:55px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition:all 0.3s ease;}
header.shrink{
	padding:15px 0;
	background:rgba(205,225,245,1);
}
header .wrap{
	position:relative;}

/*logo*/
header h1{
	display: inline-block;
	float: left;
	width:175px;}

header h1 a{
	display:block;
	width:100%;
	height:81px;

	background:url(../images/logo.png) no-repeat;
	background-size:contain;
	text-indent:-9999px;}
header .rightBox{
	text-align: right;
	margin-bottom: 10px;
}

header .rightBox .right_01 a{
	display: inline-block;
	color: #fff;
	/*font-weight:bold;*/
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	/*border: 1px solid #fff;*/
	vertical-align: top;
	margin-left: 10px;
}
header .rightBox .right_01 a:hover{
	color: #fff;
	/*font-weight:bold;*/
	/*border: 1px solid #fff;*/
}


header .rightBox .right a{
	display: inline-block;
	color: #333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	/*border: 1px solid #fff;*/
	vertical-align: top;
	margin-left: 10px;
}
header .rightBox .right a:hover{
	color: #333;
	/*border: 1px solid #fff;*/
}
header .rightBox .right a.line{
	background: url(../images/linew.png) center center no-repeat;
}
header .rightBox .right a.line:hover{
	background: url(../images/line01w.png) center center no-repeat;
}
header .rightBox .language{
	display: inline-block;
	position:relative;
}
header .rightBox .language a{

	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	padding: 7.5px 10px;
	border: 1px solid #fff;

}
header .rightBox .language a:hover{
	border:1px solid #fff;
	color:#fff;}
header .rightBox .language a i{
	margin-left: 12px;
	vertical-align: text-top;
	display: inline-block;
    margin-top: -2px;
}
header .rightBox .language .submenu{
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	z-index:99;
	background:rgba(0,0,0,0.9);
	text-align:center;}
header .rightBox .language .submenu a{
	width:80%;
	border-top: none;}
header .rightBox .language .submenu a:hover{
	color:#fff;}
/*menu*/
.menuBox{
	display: inline-block;
	float: right;
}

ul.menu{
	text-align:center;}

ul.menu > li{
	position:relative;
	padding: 0 20px;
	display:inline-block;}
ul.menu > li:last-child{
	padding-right: 0;
}
ul.menu li > a{
	display: block;
	font-size: 17px;
	color:#333;
	padding-bottom: 18px;
	position:relative;}

ul.menu li > a:after{
	content:"";
	width:30px;
	height:2px;
	background:#f4a053;
	opacity:0;
	transition:all 0.4s ease;
	position:absolute;
	bottom: 0;
	left:50%;
	margin-left: -15px;}

ul.menu li a:hover:after,
ul.menu li a.current:after{
	opacity:1;}

ul.menu > li .submenu{
	display:none;
	width:100%;
	position:absolute;
	left:0;
	top:100%;
	z-index:99;}

ul.menu > li .submenu a{
	display:block;
	background:#FFF;
	padding:10px;

	font-size:15px;
	color:#666;
	border-bottom:1px solid #dadada;}

ul.menu > li .submenu a:hover{
	background:#f4a053;
	color:#FFF;}

/*手機menu*/
.m_menu{
	display:none;}

/*****banner******/
.bannerArea{
	clear:both;
	position:relative;
	}
.bannerBox{
	background: #d9e9f6;
	/*background:rgba(240,249,255,0.1);*/
}
.bannerBox ul li{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 720px;
	opacity: 0.8;
}

.bannerBox.index ul li{
	height: 100vh;
	opacity: 1;
}
.bannerBox ul li img{
	display: none!important;
}
.bannerBox.index ul li .Txt{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -47px;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);

}
.bannerBox.index ul li .Txt p.en{
	font-size: 60px;
	color: #fff;
	letter-spacing: 5px;
	font-family: 'Dosis', sans-serif;
}
.bannerBox.index ul li .Txt .chinese{
	/*width: 1160px;*/
	width: 860px;
	margin: 0 auto;
}
.bannerBox.index ul li .Txt span{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 30px;
	color: #fff;
	letter-spacing: 10px;
}
.bannerBox.index ul li .Txt span.first{
	padding: 0 16% 0 16%;
}
.bannerBox.index ul li .Txt span.first:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 26%;
	height: 1px;
	background: rgba(255,255,255,0.4);
}
.bannerBox.index ul li .Txt span.first:after{
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 26%;
	height: 1px;
	background: rgba(255,255,255,0.4);
}
.bannerBox.index ul li .Txt span.last{
	padding: 0 16% 0 16%;
}
.bannerBox.index ul li .Txt span.last:before{
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	width: 36%;
	height: 1px;
	background: rgba(255,255,255,0.4);
}
.bannerBox.index ul li .Txt span.last:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 36%;
	height: 1px;
	background: rgba(255,255,255,0.4);
}
.m_book{
	display:none;}
.bookArea{
	position: absolute;
	bottom: 110px;
	left: 0;
	width: 100%;
}
.bookArea.ins{
	z-index: 1;
	bottom: -35px;
}
.bookArea ul{
	display:inline-block;
	float:left;
	border-radius:3px 0 0 3px;
	overflow:hidden;}
.bookArea ul li{
	position: relative;
	display: inline-block;
	float: left;
	background: #fff;
	padding: 13px 15px;
	border: 1px solid #e5e5e5;
	border-right: none;
}
.bookArea ul li p{
	color: #4b5966;
	margin-bottom: 9px;
}
.bookArea ul li input.hidden{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	cursor:pointer;
	opacity:0;}
.bookArea ul li input,
.bookArea ul li select{
	width: 205px;
	background: none;
	border: none;
	color: #a0a0a0;
	font-family: 'Roboto', sans-serif;
}
.bookArea ul li input:focus,
.bookArea ul li select:focus{
	outline:none;}
.bookArea ul li select{
	width: 115px;
	height: 18px;
	-webkit-appearance: none;
}
.bookArea ul li i{
	position: absolute;
	right: 19px;
	top: 50%;
	margin-top: -6px;
	color: #bdc2c7;
}
.bookArea .wrap{
	width: 800px!important;
	margin: 0 auto;
}
.bookArea a.booking{
	display: inline-block;
	float:left;
	color: #fff;
	font-size: 15px;
	letter-spacing: 3px;
	height: 72px;
	line-height: 72px;
	background: #f4a053;
	padding: 0 50px;
	border-radius:0 3px 3px 0;
}
/*頁尾資訊*/
footer{
	/*background: #977a62;*/
	background: #f4a053;
	padding:130px 0 125px 0;
}
footer .wrap{
	position: relative;}

footer .downLogo img{
	width:150px;}

footer .row{
	padding: 0;
	margin: 0;}


/*share*/
.social{
	position: absolute;
	right: 0;
	top: 0;}
.social a{
	display: inline-block;
	color: #291d13;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	/*border: 1px solid #fff;*/
	vertical-align: top;
	margin-left: 10px;
}
.social a:hover{
	color: #291d13;
	/*border: 1px solid #fff;*/
}
.social a.line{
	background: url(../images/line.png) center center no-repeat;
}
.social a.line:hover{
	background: url(../images/line01.png) center center no-repeat;
}

.social a{
	display: inline-block;
	margin:0 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 19px;
	color: #291d13;
	text-align: center;}

.social a:hover{
	opacity:0.8;}

footer h5.copyright{
	font-size:14px;
	line-height:1.8;
	font-weight:normal;
	color: #291d13;}
footer h5.copyright span{
	color: #291d13;
}
footer h5.copyright .text{
	position: relative;
	padding: 0 0 0 12px;
}
footer h5.copyright .text:after{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 1px;
	height: 95px;
	background: #d1a868;
}

footer h5.copyright em,
footer h5.copyright a{
	color: #291d13;
	font-size: 13px;
}
/*廣告跑馬燈*/
.adArea{
	background: url(../images/news_bg.png);
}
.adArea ul li{
	padding: 0;}

.adArea ul li .item{
	padding:84px 0;
	transition: all 0.3s ease;}
.adArea ul li .item:hover{
	background: url(../images/red.jpg);
}
.adArea .item{}

.adArea .Img img{
	display:block;
	width:100%;
	opacity: 0.5;
	transition: all 0.3s ease}
.adArea ul li:hover .Img img{
	opacity: 1;
}
.adArea h4{
	display:none;}

.mainArea .slick-prev {
	left:-118px;}
.mainArea .slick-next {
    right: -118px;}
.mainArea .slick-prev,
.mainArea .slick-next{
    position: absolute;
    width: 80px;
    height: 80px;
	margin-top:-40px;
	text-align:center;
	line-height:80px;
    border:1px solid #6f4d1a;
    cursor: pointer;
}
.mainArea .slick-prev:hover,
.mainArea .slick-next:hover,
.mainArea .slick-prev:focus,
.mainArea .slick-next:focus{
	background:#fff;}
.mainArea .slick-prev:before{
	content: "\f104";
	font-family: 'FontAwesome';
	font-size:20px;
	color:#6f4d1a;
	opacity:1;
	line-height:80px;
	transition:all 0.3s ease;
	}
.mainArea .slick-prev:hover:before,
.mainArea .slick-next:hover:before,
.mainArea .slick-prev:focus:before,
.mainArea .slick-next:focus:before{
	color:#191514;}
.mainArea .slick-next:before{
	content: "\f105";
	font-family: 'FontAwesome';
	font-size:20px;
	color:#6f4d1a;
	opacity:1;
	line-height:80px;
	transition:all 0.3s ease;}

/*********內頁**********/
/**********************/
.bannerArea .wrap{
	width:100%;
	padding:0;
}

/*bx小圓點*/
.bannerArea .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:20px;}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a{
	background:#FFF;
	border:1px solid #FFF;
	border-radius:100%;}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background:#FFF;}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:none;}

.mainArea{
	position: relative;
	padding:80px 0;}
.mainArea .red{
	position: absolute;
	left: 0;
	top: 0;
	width: 32%;
	height: 985px;
	background: url(../images/red.jpg);
}
.mainArea .titleBox{
	position:absolute;
	left: 0;
	top: -410px;
	width: 100%;
	text-align: center;
}

.mainArea .titleBox h2{
	color: #333;
	font-family: 'Dosis',"微軟正黑體", sans-serif;
	text-align: center;}

.mainArea .titleBox h2 strong{
	position: relative;
	display: inline-block;
	padding-top: 40px;
	font-size: 20px;
	letter-spacing: 11px;
	font-weight:normal;}
.mainArea .titleBox h2 strong:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 8px;
	width: 1px;
	height: 20px;
	background: #f4a053;
}

.mainArea .titleBox h2 em{
	font-weight: normal;
	display: block;
	letter-spacing: 5px;
	font-size:60px;}

/*網站導覽bread*/
.mainArea .titleBox .bread{

	font-size:12px;
	color: #BBBBBB;

	position:absolute;
	right: 10px;
	top: 25px;}

.mainArea .titleBox .bread a{
	color: #BBBBBB;}

.mainArea .titleBox .bread a i{
	font-size:20px;}

.mainArea .titleBox .bread span{
	padding:0 3px;
	color: #BBBBBB;}

.mainArea .contentBox{
	position: relative;
	clear:both;}

.mainArea .contentBox h3.articleTitle{/*文章標題*/
	position:relative;
	text-align:center;
	clear: both;
	font-family: 'Dosis',"微軟正黑體", sans-serif;
	font-weight: normal;
	color: #fff;
	padding-bottom:80px;}
.mainArea .contentBox h3.articleTitle:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	width:1px;
	height:65px;
	background:#f4a053;}
.mainArea .contentBox h3.articleTitle em{
	text-transform:uppercase;
	display:block;
	font-size:60px;
	letter-spacing:5px;
	font-weight:normal;
	margin-bottom:10px;}
.mainArea .contentBox h3.articleTitle strong{
	font-size:30px;
	letter-spacing:12px;
	font-weight:normal;}



table.breakpoint > tbody > tr > td.expand{
	cursor:pointer;
	background: url(../images/plus.png) no-repeat 5px center;
	padding-left: 40px;}

/*類別*/
.m_classLink{
	display:none;}

.classBox{
	padding:20px 0;}

ul.classLink{
	text-align:center;}

ul.classLink li{
	display:inline-block;}

ul.classLink li a{
	display:block;
	margin:0 3px;
	font-size:14px;
	padding:10px 25px;
	color: #f4a053;
	border:1px solid #989898;

	position:relative;}

ul.classLink li a:hover,
ul.classLink li a.current{
	border:1px solid #f4a053;
	background:#f4a053;
	color:#FFF;}

ul.classLink li a.current:after{
	content:" ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 7.5px 0 7.5px;
	border-color: #f4a053 transparent transparent transparent;

	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-7.5px;}

/*標籤*/
.tagBox{
	padding:20px 0;}

.tagBox b{
	display:inline-block;
	margin-right:10px;}

.tagBox ul{
	display:inline-block;}

.tagBox ul li{
	display:inline-block;}

.tagBox ul li a{
	display:block;
	margin:0 3px;
	font-size:13px;
	padding:5px 10px;
	color: #51649A;
	border: 1px solid #51649A;

	position:relative;}

.tagBox ul li a:hover,
.tagBox ul li a.current{
	background:#51649A;
	color:#FFF;}

.tagBox ul li a.current:before{
	content: "\f00d";
	font-family: 'FontAwesome';
	font-size:12px;
	margin-right:5px;}

/*側邊標題字*/
.sectionTitle{
	margin-bottom:20px;
	font-size: 15px;
	font-weight:normal;
	color: #061540;
	padding:5px;
	border-bottom: 1px solid #D6D6D6;}

.sectionTitle strong{
	color: #061540;
	font-weight:normal;

	display:block;
	position:relative;}

.sectionTitle strong a{
	display:block;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}

.sectionTitle strong a:hover{}

/******頁籤*******/
.tab{
	}

.tab a{
	position:relative;
	display:block;
	float:left;
	font-size:16px;
	padding:0 0 0 50px;
	margin-right:40px;
	color:#6d7577;}
.tab a:before{
	content:"";
	position:absolute;
	left:0;
	top:10px;
	width:30px;
	height:1px;
	background:#f4a053;}
.tab a.current{
	color:#f4a053;}

ul.tabContent{
	padding:50px 0 20px 0;}
ul.tabContent h3.articleTitle{
	display:none;}
ul.tabContent > li{
	display:none;}

ul.tabContent li .textEditor{
	color:#a0a0a0;
	margin:0;}

ul.tabContent h3.sectionTitle{
	display:none;}

/*側邊_menu*/
.side_menu{
	margin-bottom:50px;}

.side_menu ul{}

.side_menu ul li{
	border-bottom:1px solid #e1e1e1;
	position:relative;}

.side_menu ul li > a{
	display:block;
	padding:10px 15px;
	font-size: 14px;}

.side_menu ul li > a:hover{}

.side_menu ul li > a.current{
	background: #8C8C8C;
	color:#FFF;}

.side_menu ul li > a b{
	margin-left:10px;
	font-size:13px;
	font-weight:normal;
	color:#808080;}

.side_menu ul li dl{
	padding-left:25px;}

.side_menu ul li dl dt a{
	display:block;
	padding:10px 15px;
	font-size: 14px;}

.side_menu ul li dl dt a.current{
	color:#000;
	text-decoration:underline;}

/*側邊_相簿*/
ul.side_album{
}

ul.side_album li{
	padding:0 80px;}

ul.side_album li a{
	width:1000px;
	display:block;
	box-shadow:8px 8px 20px rgba(0,0,0,0.6);}

ul.side_album li a img{
	display:block;
	width:100%;}

/*側邊_線上訂房*/
.side_booking{
	margin-bottom:30px;}

.side_booking a{
	display:block;
	background:#f05b8f;
	border-radius:4px;
	box-shadow: 0 1px 1px #8D2121;

	font-size:25px;
	font-weight:bold;
	color:#FFF;

	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}

.side_booking a i{
	display:inline-block;
	font-size:28px;
	padding:10px 15px;
	margin-right:15px;
	border-right: 1px solid #D33434;
	box-shadow: 1px 0 #F38A8A;}

.side_booking a:hover{
	box-shadow: inset 0 3px 3px #8D2121;}

/*側邊_聯絡資訊*/
.side_contactInfo ul{}

.side_contactInfo ul li{
	margin-bottom:20px;}

.side_contactInfo ul li a{

	font-size:16px;
	color:#414141;}

.side_contactInfo ul li a i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	border: 2px solid #A5A5A5;
	width: 35px;
	height: 35px;
	font-size: 20px;
	color: #A5A5A5;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;}

.side_contactInfo ul li a b{
	display:inline-block;
	vertical-align:middle;
	font-weight:normal;}

/*側邊_房型*/
.side_room{
	margin-bottom:50px;}

.side_room ul{}

.side_room ul li{}

.side_room ul li .Img{}

.side_room ul li .Img img{
	width:100%;}

.side_room ul li .Txt{
	margin-top:5px;}

.side_room ul li .Txt h3 strong a{

	font-size:16px;
	font-weight:normal;}

.side_room ul li .Txt h3 strong a:hover{}

.side_room ul li .Txt p{
	font-size: 13px;
	color: #858383;
	line-height: 1.8;
	max-height:100px;
	overflow:hidden;}

.side_room .bx-wrapper .bx-controls-direction a{
	width:25px !important;
	height:25px !important;
	top:0 !important;
	right:0;
	margin:0 !important;}

.side_room .bx-wrapper .bx-prev{
	left:auto;
	right:25px !important;
	background:url(../images/bx_arrow_square_prev.png) !important;}

.side_room .bx-wrapper .bx-next{
	background:url(../images/bx_arrow_square_next.png) !important;}

/*側邊_分享*/
.side_share{
	clear:both;
	display:none;
	margin-top:30px;}

.side_share a{
	width:100%;
	margin-top:5px;
	display:block;
	padding:15px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color:#FFF;
	text-align:center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-radius:4px;

	-web-box-sizing:border-box;
	box-sizing:border-box;}

.side_share a.line{
	box-shadow:0 0 0 1px #22a00b;
	border-top:1px solid #e1ffa9;
background: #a7e732;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(-45deg,  #a7e732 0%, #1fb50e 35%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a7e732), color-stop(35%,#1fb50e));
background: -webkit-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: -o-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: -ms-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: linear-gradient(135deg,  #a7e732 0%,#1fb50e 35%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e732', endColorstr='#1fb50e',GradientType=1 );
}

.side_share a.fb{
	box-shadow:0 0 0 1px #235c9b;
	border-top:1px solid #8DCFF5;
	background: rgb(93,160,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,160,234,1)), color-stop(100%,rgba(61,140,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da0ea', endColorstr='#3d8ce6',GradientType=0 ); /* IE6-8 */}

.side_share a.gPlus{
	box-shadow:0 0 0 1px #874138;
	border-top:1px solid #fd816b;
	background: rgb(214,81,48); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,81,48,1)), color-stop(100%,rgba(208,68,43,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b',GradientType=0 ); /* IE6-8 */
}

.side_share a i{
	padding-right:5px;
	font-size:18px;}

.side_share a:active{}

/*側邊_其他相關訊息*/
.side_news{
	margin:30px 0;}

.side_news ul{
	margin-top:20px;}

.side_news ul li{
	margin-bottom:25px;}

.side_news ul li .Img{
	float:left;
	margin-right:12px;
	width:60px;
	overflow:hidden;}

.side_news ul li .Img img{
	height:60px;}

.side_news ul li .Txt{
	overflow:hidden;}

.side_news ul li .Txt a{
	display:block;
	font-size:14px;

	font-weight:bold;
	line-height:1.5;}

.side_news ul li .Txt a:hover{
	text-decoration:underline;}

.side_news ul li .Txt b{
	display:block;
	font-size:12px;
	color:#999;
	font-weight:normal;
	margin-top:5px;}
.m_tab{
	display:none;}
/**********適應性**********/
/************************/
@media (max-width:1470px){
	.mainArea .slick-prev {
		left: -78px;
		}
	.mainArea .slick-next {
		right: -78px;}
	.mainArea .slick-dots li.slick-active button:before{
		background:#e1064a;}
	.mainArea .slick-dots{
		margin:0;
		bottom:-30px;}
	.mainArea .slick-dots li{
		padding:0;}
}
@media (max-width: 1180px){/*1160+20(卷軸寬度)*/

	.pc{display: none;}
.mo{display: block;}


.bannerBox ul li{
	opacity: 0.06;
}

.bannerBox ul li{
	height:350px;}
.bannerBox.index ul li .Txt{
	margin:0;}
.outerWrap{
	}

.wrap{
	width:100%;
	padding:0 20px;}
.bannerBox.index ul li .Txt .chinese{
	box-sizing:border-box;
	width:100%;
	padding:0 20px;}
header{
	display:none;}

/*手機menu*/
.m_menu{
	display:block;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;}

.m_menu .mask{
	display:none;
	background:rgba(0,0,0,0.6);
	position:fixed;
	width:100%;
	height:100%;
	padding-bottom:60px;
	top:0;
	left:0;
	z-index:10;}

.m_menu .controlBox{
	background: rgba(205,225,245,1);
	position:relative;
	z-index:99;}

.m_menu .controlBox a.main{
	display: block;
	float: left;
	width: 50px;
	height: 60px;
	font-size: 20px;
	color: #333;
	line-height: 60px;
	text-align: center;}

.m_menu .controlBox .m_logo{
	float:left;}

.m_menu .controlBox .m_logo img{
	display:block;
	width: 110px;
    padding-top: 6px;}

.m_menu .controlBox .right{
	float:right;
	margin-top:14px;
	margin-right:10px;}

.m_menu .controlBox .right a{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	color:#FFF;
	letter-spacing:2px;
	background:#f4a053;
	padding:8px 20px;
	position:relative;}

.m_menu .hideBox{/*手機menu內容*/
	display:none;
	text-align:center;
	background: rgba(205,225,245,1); /* Old browsers */
	width:100%;
	padding:60px 0;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;

	position:fixed;
	left:0;
	top:0;
	bottom:0;
	z-index:11;

	box-sizing:border-box;}

.m_menu .hideBox p.sp{
	display:none;
	padding:10px;
	font-size:13px;
	color:#FFF;
	background: #C80303;}

.m_menu .mfun{
	padding:30px 0;
	text-align:center;}

.m_menu .mfun a{
	margin:0 1px;
	display: inline-block;
	font-size: 20px;
	background:#f4a053;
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;}

.m_menu ul.nav{}

.m_menu ul.nav li{
	border-top: 1px solid #93a8b8;}

.m_menu ul.nav li a{
	padding:20px 10px;
	display:block;
	font-size:15px;
	color:#444;
	text-align:center;
	position:relative;}


.m_menu ul.nav li a i{
	display:block;

	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;}

.m_menu ul.nav li .submenu{
	display:none;}

.m_menu ul.nav li .submenu a{
	padding:10px 20px;}
.m_menu .language{
	margin:0 0 30px 0;
	display:inline-block;
	position:relative;}
.m_menu .language>a{
	position:relative;
	display: inline-block;
	background: none;
	padding: 7.5px 10px;
	color: #bdc2c7;
	font-size: 14px;
	border: 1px solid #787878;}
.m_menu .language>a i{
	margin-left: 23px;
	margin-top: -2px;
	vertical-align: top;}
.m_menu .language .submenu{
	position: relative;
	left: 0;
	top:100%;
	width: 100%;
	display: none;
	z-index: 100;
}
.m_menu .language .submenu a{
	display: block;
	text-align: center;
	color: #fff;
	padding: 8px 0;
	border:1px solid rgba(255,255,255,0.5);
	border-top:none;
	font-size: 14px;}
.bookArea{
	display:none;}
.m_book{
	display: block;
    background: #fff; /* Old browsers */
    width: 100%;
    height: 100%;
    padding: 120px 0;
    overflow-y: auto;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 999;
    transition: all 0.3s ease;}
.bookopen{
	left:0;}
.m_book a.close{
	position: absolute;
    top: 80px;
    right: 15px;
	width:20px;
	height:20px;}
.m_book a.close:before{
	content:"";
	position:absolute;
	top:0;
	left:50%;
	width:1px;
	height:20px;
    background: #4b5966;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);}
.m_book a.close:after{
	content:"";
	position:absolute;
	top:0;
	left:50%;
	width:1px;
	height:20px;
    background: #4b5966;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);}
.m_book ul li {
    display: block;
	padding:0 10px;
    padding-bottom: 10px;
	width:100%;
	box-sizing:border-box;
	position:relative;}
.m_book ul li p {
	font-size:15px;
	color:#4b5966;
	font-weight: normal;
	display:block;
	margin-bottom:15px;}
.m_book ul li input{
    color: #a0a0a0;
    width: 100%;
    height: 40px;
    padding-left: 10px;
	border:1px solid #e5e5e5;
    box-sizing: border-box;
    position: relative;
	cursor:pointer;}
.m_book ul li.hotel{
	padding:0 10px 10px 10px;}
.m_book ul li i {
    position: absolute;
	right:20px;
	top: 50%;
	margin-top: 5px;
	display: inline-block;
	width: 16px;
	height: 10px;
	color:#a0a0a0;
}
.m_book ul li select{
    border: none;
    color: #a0a0a0;
    width: 100%;
    height: 40px;
	border:1px solid #e5e5e5;
	padding-left: 10px;
    box-sizing: border-box;
    position: relative;
	cursor:pointer;}
.m_book ul li select option{
	color:#a0a0a0;}
.btn_booking{
	display: block;
	text-align:center;}
.m_book .btn_booking{
	margin-top:20px;}
.m_book .btn_booking a{
	display: inline-block;
	padding: 13px 70px;
	background:#f4a053;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;}
.mainArea .titleBox .btn{
	display: none;
}
.bannerBox.index ul li .Txt p.en{
	font-size:5vw;}
.bannerBox.index ul li .Txt span{
	font-size:2vw;}
.mainArea .titleBox{
	top:-250px;
}
.mainArea .red{
	display:none;}
}
@media (max-width: 1024px){
	footer{
		padding:50px 0;
		text-align:center;}
	footer .row{
		width:100%;
		padding:10px 0;
		clear:both;}
	footer h5.copyright{
		display:block;}
	footer h5.copyright .text{
		float:none;
		padding:0;
		width:100%;}
	footer h5.copyright .text:after{
		display:none;}
	.social{
		padding:20px 0 0 0;
		position:static;}
}
@media (max-width:1000px){
	.wrap.ins{
		width:100%;}
}
@media (max-width: 767px){
.outerWrap {
    padding-top: 60px;
}
.bannerBox.index ul li{
	background:none;
	height:auto;}
.bannerBox.index ul li img{
	display:block!important;}
.bannerBox.index ul li .Txt{
	display:none;}
.bannerBox.index ul li img{
	width:100%;}
footer h5.copyright{
	display:block;
	text-align:center;
	margin-bottom:15px;}

footer .fbBox{
	display:block;
	margin:0;
	text-align:center;}

/*bread*/
.mainArea .titleBox .bread{
	display:none;}

/*main*/
.mainArea{
	padding:50px 0 100px 0;}

.mainArea .wrap{
	padding:0 20px;}

.mainArea .cotentBox{
	padding:20px 0;}

.mainArea .titleBox h2 em{
	display:block;
	margin:0;}

/*側邊_分享*/
.side_share{
	clear:both;
	display:block;
	margin-bottom:30px;}
.mainArea .titleBox h2 em{
	font-size: 47px;}
.mainArea .titleBox h2 strong{
	font-size: 21px;
	}
.tabContent,.tab{
	display:none;}
.m_tab{
	display:block;}
.m_tabcontent h3.articleTitle{
	display:none;}
.m_tab a{
	position:relative;
	display:block;
	float:left;
	font-size:16px;
	padding:0 0 0 50px;
	margin:20px 0;
	color:#fff;}
.m_tab a:before{
	content:"";
	position:absolute;
	left:0;
	top:10px;
	width:30px;
	height:1px;
	background:#f4a053;}
.m_tab a.current{
	color:#fff;}
}


/*640*/
@media (max-width: 640px){
.mainArea .contentBox h3.articleTitle em{
	font-size:45px;}
.mainArea .titleBox h2{
	float:none;}

ul.classLink{
	display:none;}

.m_classLink{
	display:block;
	position:relative;}

.m_classLink a.main{
	display:block;
	font-size:15px;

	color:#fff;
	border:1px solid #f4a053;
	position:relative;
	padding:10px;
	border-radius:5px;

	background: #f4a053; /* Old browsers */
}

.m_classLink a.main i{
	display:block;
	font-size:15px;

	position:absolute;
	right:10px;
	top:50%;
	margin-top:-6px;}

.m_classLink ul{
	padding:0;
	list-style:none;

	display:none;
	width:100%;
	background:#FFF;
	border-radius:5px;
	border:1px solid #d1d1d1;
	position:absolute;
	left:0;
	top:100%;
	z-index:999;

	box-sizing:border-box;}

.m_classLink ul li{
	padding:0;}

.m_classLink ul li a{
	display:block;
	padding:15px 10px;
	border-top:1px solid #d1d1d1;}

.m_classLink ul li:first-child a{
	border:none;}
footer h5.copyright a{
	display:block;}
}

/*480*/
@media (max-width: 480px){

.bannerArea{
	height: 200px;
	}
.mainArea .titleBox{
	top:-155px;
}

.col-2{
	float:none;
	width:100%;}

.col-3{
	float:none;
	width:100%;}

.col-4{
	float:none;
	width:100%;}

.col-5{
	float:none;
	width:100%;}

/*頁籤*/
.tab{}

.tab a{}
.mainArea .titleBox h2 em{
	font-size:32px;}
}

/***Hover效果1: 放大淡出***/
.imh_opacity{
	background:#000;
	overflow:hidden;}

.imh_opacity img{
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;}

.imh_opacity:hover img{
	opacity:0.8;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出Detail***/
.imh_detail{
	background:#000;
	overflow:hidden;}

.imh_detail img{
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;}

.imh_detail a:before{
	display:block;
	content:"Details+";
	padding:10px 20px;
	font-size:13px;
	color:#FFF;
	border:2px solid #FFF;
	opacity:0;

	position:absolute;
	left:50%;
	margin-left:-45px;
	top:50%;
	margin-top:-80px;
	z-index:99;

	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;}

.imh_detail:hover a:before{
	opacity:1;
	margin-top:-20px;}

.imh_detail:hover img{
	opacity:0.3;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom{
	background:#000;
	overflow:hidden;
	position:relative;}

.imh_zoom img{
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;}

.imh_zoom a:before{
	display:block;
	font-family: 'FontAwesome';
	content:"\f002";
	font-size:18px;
	color:#FFF;
	background:#000;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:100%;

	position:absolute;
	left:50%;
	top:-30px;
	margin-top:-20px;
	margin-left:-20px;
	z-index:99;

	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

.imh_zoom:hover a:before{
	top:50%;}

.imh_zoom:hover img{
	opacity:0.3;
	transform:scale(1.05);}


.fixedPdCompareBtn {
  position: fixed;
  right: 0;
  bottom: 100px;
}

.fixedPdCompareBtn.show {
  right: 0;
}

.fixedPdCompareBtn a {
  position: relative;
  display: block;
  width: 40px;
  height: 130px;
  line-height: 40px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background-color: #1094c5;
}

.fixedPdCompareBtn a span {
  position: absolute;
  bottom: 0;
  left: 55%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.fixedPdCompareBtn a span:before {
  content: '(';
}

.fixedPdCompareBtn a span:after {
  content: ')';
}

.fixedPdCompareBtn a:hover {
  background-color: #1dc1dd;
}

@media screen and (min-width: 0\0) {
  .fixedPdCompareBtn a span {
    bottom: -18px;
    left: 30%;
  }
}