@charset "utf-8";
/* CSS Document */
@import url(help/reset.css);
@import url(font-awesome-4.7.0/css/font-awesome.min.css);
@import url(weather/weather.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);
@font-face {
    font-family: 'weather';
    src: url('weather/artill_clean_icons-webfont.eot');
    src: url('weather/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('weather/artill_clean_icons-webfont.woff') format('woff'),
         url('weather/artill_clean_icons-webfont.ttf') format('truetype'),
         url('weather/rtill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
#gmap_s{
	width: 100%;
	height: 600px;
}
.bannerArea .weatherBox{
	position:absolute; 
	color:#fff;
	top:150px;
	right: 50px;
	letter-spacing:1px;
	line-height:1;
	z-index: 50;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}
.m_menu .weatherBox{
	text-align: center;
	position:relative;
	color:#fff;
	letter-spacing:1px;
	line-height:1;
	z-index: 50;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}
.weatherBox span{
	padding-right: 10px;
	line-height:2;
	display:inline-block;
}
.weatherBox em{
	display:inline-block;
	letter-spacing:1px;}
.weatherBox li.region{
	list-style-type:none;
}
.weatherBox li.icon{
	list-style-type:none;
	font-size:54px;	
}
.weatherBox li.icon i {
font-family: 'weather';
	font-size:60px;
	display:inline-block;
}
.newsArea{
	padding:25px 0;
	background-color: #c0b07f;
}
.newsArea ul li div.item {
	line-height: 30px;
	color: #fff;
}
.newsArea ul li div.item div.date{
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	width: 200px;
	float: left;
}
.newsArea ul li div.item a{
	display: inline-block;
	font-size: 16px;
	overflow : hidden;
  	text-overflow : ellipsis;
  	white-space : nowrap;
	color:#fff;
}
.newsArea ul li div.item a:hover{}
.newsArea ul li div.item a.link{
	float: right;
	color:#fff;
	display: block;
	font-size: 13px;
	line-height: 25px;
	border-bottom: 1px solid #fff;
}
.bookingBar{
	position:absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 90;
	text-align: center;
}
.bookingBox{
	width: 1160px;
	display: inline-block;
	background: #fff;
}
.bookingBox h2{
	position:relative;
	text-align: left;
	width: calc(25% - 61px);
	float: left;
	padding:20px 30px;
	line-height: 25px;
	border-right: 1px solid #e5e6e8;
}
.bookingBox h2:before{
	content: "";
	display: inline-block;
	float: left;
	width: 50px;
	height: 50px;
	background:url(../images/icon-calendar.png) no-repeat center center;
}
.bookingBox h2:after{
	text-align: center;
	top: 20px;
	right: 30px;
	position:absolute;
	float: right;
	content: "\f105";
	color: #d9d9d9;
	font-size: 20px;
	line-height: 50px;
	font-family: fontAwesome;
	width: 20px;
	height: 50px;
	display: block;
}
.bookingBox li.arrow:after{
	text-align: center;
    top: 20px;
    right: -5px;
    position: absolute;
    float: right;
    content: "\f105";
    color: #d9d9d9;
    font-size: 20px;
    line-height: 50px;
    font-family: fontAwesome;
    width: 20px;
    height: 50px;
    display: block;
}
.bookingBox ul.bookBox{
	float: right;
	width: 75%;
}
.bookingBox ul.bookBox li{
	position:relative;
	padding: 30px 0 0 0;
	float: left;
}
.bookingBox ul.bookBox li input{
    letter-spacing: 1px;
    font-weight: normal;
	line-height: 28px;
    cursor: pointer;
    color: #000;
    border: 1px solid #e5e5e5;
    display: block;
    padding-left: 0;
    padding-right: 0;
	margin:0 0 0 20px ;
    background: transparent;
    text-align: center;	
}
.bookingBox ul.bookBox li select {
	text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #000;
    border: 1px solid #e5e5e5;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.bookingBox ul.bookBox li.bookingbtn{
	background: #004537;
	padding:25px 0;
	float: right;
}
.bookingBox ul.bookBox li.bookingbtn a{
	color:#fff;
	position:relative;
	padding:0 30px;
	display: block;
	text-align: left;
	font-size: 22px;
letter-spacing:0px;
transition:0.9s;
}
.bookingBox ul.bookBox li.bookingbtn a b{
	font-weight: normal;
	font-size: 12px;
	display: block;
letter-spacing:0px;
}
.bookingBox ul.bookBox li.bookingbtn a:hover{
letter-spacing:11px;
transition:0.9s;
}
.bookingBox ul.bookBox li.bookingbtn a:hover b{
letter-spacing:0px;
}
.bookingBox ul.bookBox li.bookingbtn a:after{
	content: "";
	width: 50px;
	height: 50px;
	background: url(../images/icon-arrow.png) no-repeat;
	position:absolute;
	top: 0;
	right: 15px;
}
body{
	font-family: Helvetica, Arial, "微軟正黑體" , Heiti TC, "メイリオ", sans-serif;
	font-size:15px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/*css3*/
a{
	cursor: pointer;
	color: #3559E3;
	-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: #d50000;
}
.slick button{
	cursor:pointer;
	width:30px;
	height: 55px;
	background: #8b8a89;
	display: block;
	border:none;
	overflow: hidden;
	text-indent: -999px;
	position:absolute;
}
.slick button.slick-prev{
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/arrow_prev.svg) #c0b07f;
	left: -30px;
}
.slick button.slick-next{
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/arrow_next.svg) #c0b07f;
	right: -30px;
}
[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%;}
input[type="text"]{
	-webkit-appearance: none;}
textarea{
	-webkit-appearance: none;}
.outerWrap{
	position:relative;
}
.wrap{
	width:1160px;
	margin:0 auto;}
.mapbox {
	background-color: rgba(0,0,0,0.80);
	padding: 8px 15px;
	color: #fff;
	top: 20px;
	font-size: 13px;
}
.label{
	padding:5px 7px;
	color:#FFF;
	background:rgba(0,0,0,0.8);}
/*****網頁頭*****/
@-webkit-keyframes headerone {
    0%   {
	transform: translateY(-100px);}
	100%   {
	transform: translateY(0px);
	}
}
/* Standard syntax */
@keyframes headerone {
	0%   {
	transform: translateY(-100px);}
	100%   {
	transform: translateY(0px);
	}
}
header{
	z-index: 99;
	background:#fff;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-animation-name: headerone; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.9s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: headerone;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
	box-shadow: 1px 1px 2px #00000021;
}
header .wrap{
	position:relative;}
/*logo*/
header h1{
	text-align:center;
	width:280px;
	float: left;
	margin-top: 20px;
}
header h1 img{
	display:block;
	width: 100%;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes bookingbell {
    0%   {-moz-transform:rotate(10deg);
-webkit-transform:rotate(10deg);
-o-transform:rotate(10deg);
-ms-transform:rotate(10deg);
transform:rotate(10deg);}
	50%   {-moz-transform:rotate(-10deg);
-webkit-transform:rotate(-10deg);
-o-transform:rotate(-10deg);
-ms-transform:rotate(-10deg);
transform:rotate(-10deg);}
100%   {-moz-transform:rotate(10deg);
-webkit-transform:rotate(10deg);
-o-transform:rotate(10deg);
-ms-transform:rotate(10deg);
transform:rotate(10deg);}
}
/* Standard syntax */
@keyframes bookingbell {
    0%   {-moz-transform:rotate(10deg);
-webkit-transform:rotate(10deg);
-o-transform:rotate(10deg);
-ms-transform:rotate(10deg);
transform:rotate(10deg);}
	50%   {-moz-transform:rotate(-10deg);
-webkit-transform:rotate(-10deg);
-o-transform:rotate(-10deg);
-ms-transform:rotate(-10deg);
transform:rotate(-10deg);}
 100%   {-moz-transform:rotate(10deg);
-webkit-transform:rotate(10deg);
-o-transform:rotate(10deg);
-ms-transform:rotate(10deg);
transform:rotate(10deg);}
}
header .btn_booking{
	float: right;
	padding:70px 15px 30px 15px;
	display: block;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	background: #004537;
	position:relative;
}
header .btn_booking:before{
	-moz-transform-origin:top center;
	-webkit-transform-origin:top center;
	-o-transform-origin:top center;
	-ms-transform-origin:top center;
	transform-origin:top center;
	content: "";
	background: url(../images/icon-bell.png) no-repeat center center;
	width: 40px;
	height: 40px;
	display: block;
	position:absolute;
	top: 30px;
	left: 50%;
	margin-left: -20px;
	transition:0.9s;
}
header .btn_booking:hover:before{
	transition:0.9s;
	-webkit-animation-name: bookingbell; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite;
	animation-name: bookingbell;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
/*menu*/
.menuBox{
	float: right;
}
/*語系選擇*/
header .language{
	display:block;
	color:#555555;
	font-size: 14px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";	
	text-align: right;
padding:20px 40px 0 0;
}
header .language a{
	color:#555555;
	font-weight: bold;
}
header .language .g_trans{
	display:inline-block;
	vertical-align:middle;
}
header .language .g_trans a{
	display:block;
	color:#555555;
	font-weight: bold;
}
header .language .g_trans a:hover{
	color:#376a1c;
}
ul.menu{
	width: calc(100% - 15px);
	margin-right: 15px;
}
ul.menu > li{
	text-align: center;
	margin:10px 10px 0 10px;
	height: 45px;
	position:relative;
	display:inline-block;}
ul.menu li > a.current span,
ul.menu li > a.current b{
	transform: translateY(-40px);
	transition:0.9s;
}
ul.menu li > a{
	line-height: 40px;
	height: 45px;
	display: block;
	width: 94px;
	font-size: 14px;
	color:#000;	
	position:relative;
	overflow: hidden;
}
ul.menu li > a span{
	transition:0.9s;
	display: block;
}
ul.menu li > a b{
	display: inline-block;
	color: #c0b07f;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	position:relative;
	transition:0.9s;
}
ul.menu li > a b:after{
	content: "";
	display: block;
	background: #c0b07f;
	width: 100%;
	height: 3px;
}
ul.menu li:hover > a span,
ul.menu li:hover > a b{
	transform: translateY(-40px);
	transition:0.9s;
}
ul.menu > li .submenu {
    display: none;
    width: 150px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
ul.menu > li .submenu a{
	display:block;
	background:#FFF;
	padding:10px;
	font-size:13px;
	color:#666;
	border-bottom:1px solid #dadada;}
ul.menu > li .submenu a:hover{
	background:#c0b07f;
	color:#FFF;}
/*手機menu*/
.m_menu{
	display:none;}
/*****banner******/
.bannerArea{
	min-height: 125px;
	clear:both;
	position:relative;}
.bannerBox{}
.bannerBox li a{
	display: block;
}
.bannerBox img.mainPic{
	display:block;
	width:100%;}
.bannerBox .mainTxt{
	width:100%;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Quicksand', sans-serif;
	left: 0;
	position:absolute;
	color:#fff;
	font-size: 17px;
}
.bannerBox .mainTxt .wrap{
	width: 1160px;
	margin:0 auto;
}
.downBox{
	padding:60px 0;
	background:url(../images/footerbg.jpg);
	background-size:cover;
	font-size: 13px;
	color: #fff;
	line-height: 2;
}
.downBox .wrap > div{
	float: left;
padding:15px;
}
.downBox a{
	color:#fff;
}
.downBox a span{
	padding-right: 0px;
	color:#c0b07f;
}
.downBox a span:after{
	display: none;	
}
.downBox h2{
	border-bottom: 1px solid #4d4d4d;
	font-size: 15px;
	font-style: italic;
	color: #c0b07f;
	font-weight: normal;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.downBox h2 strong{
	letter-spacing: 2px;
	display: inline-block;
	position:relative;
	font-style:normal;
	margin-right: 5px;
	font-weight: normal;
	font-size: 16px;
	color:#fff;
	font-family: Helvetica, Arial, "微軟正黑體" , Heiti TC, "メイリオ", sans-serif;
}
.downBox h2 strong:after{
	content: "";
	width: 100%;
	height: 2px;
	background:#c0b07f;
	position:absolute;
	display: block;
	left: 0;
	bottom:-12px;
}
.downBox span{
	position:relative;
	color:#aaaaaa;
	display:inline-block;
	padding-right:20px;
}
.downBox span:after{
	content: "/";
	color:#4b4f52;
	display: inline-block;
	padding-left: 20px;
}
.downBox .downLogo{
	text-align: center;
}
.downBox .downLogo img{
	max-width: 100%;
}
/*頁尾資訊*/
footer{
	position:relative;
	margin: -16px 0;
	overflow: hidden;
}
footer:before{
	content: "";
	width: 50%;
	height: 100%;
	display: block;
	background: #c0b07f;
	right: calc(50% + 580px);
	top: 0;
	position:absolute;
	z-index: 5;
}
footer .row{
	margin:0;
	position: relative;
	z-index: 10;
	float: left;
	width: 50%;}
footer .row:first-child:after{
	content: "";
	display: block;
	position:absolute;
	left:0;
	top:-16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1200px 580px 0 0;
	border-color: #c0b07f transparent transparent transparent;
	z-index: 10;
}
footer .row:first-child:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 32px 16px 7px;
    border-color: transparent transparent #ab9c6e transparent;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: -23px;
    display: block;
}
footer .row:first-child{
	z-index: 10;
}
ul.downMenu{
	margin-top: 20px;	
	position: relative;
	z-index: 15;
}
ul.downMenu a{
	display:inline-block;
	padding:0px 8px;
	margin:0 0 3px 0;
	font-size:14px;
	line-height: 15px;
	color: #fff;
	border-right: 1px solid #e0bb8f;
	}
ul.downMenu a:first-child{
	padding-left: 0;}
ul.downMenu a:last-child{
border-right: none;}
footer .row:last-child{
	z-index: 20;
	margin:20px 0 0 0;
}
footer .qrcode{
	background: #fff;
	margin: 0;
}
footer .qrcode img{
	padding:0 10px;
}
footer h5.copyright{
	padding:10px 0;
	font-size:13px;
	line-height:1.8;
	font-weight:normal;
	color: #fff;
display:inline-block;
z-index: 15;
position:relative;}
footer div.design{
	padding:0 0 0 5px;
	font-size:13px;
	line-height:1.8;
	display: inline-block;
	color:#959974;
}
footer div.design a{
	color: #e8d1b4;
}
footer div.design a:hover{
	text-decoration: underline;
}
/*********內頁**********/
/**********************/
.butBox{
	font-size: 13px;
	text-align: center;
	margin-top: 50px;
}
.butBox a{
	display: inline-block;
	padding:15px 25px;
	border:1px solid #4b4643;
	color: #fff;
	letter-spacing: 2px;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes linkspan {
0%   {transform: translateY(0px);}
50%   {transform: translateY(-5px);}
100%   {transform: translateY(0px);}
}
/* Standard syntax */
@keyframes linkspan {
0%   {transform: translateY(0px);}
50%   {transform: translateY(-5px);}
100%   {transform: translateY(0px);}
}
a.link span{
	display: inline-block;
	transition: 0.5s;
}
a.link:hover span{
	transition: 0.5s;
-webkit-animation-name: linkspan; /* Chrome, Safari, Opera */
-webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
-webkit-animation-iteration-count: infinite;
animation-name: linkspan;
animation-duration: 0.5s;
animation-iteration-count: infinite;
}
a.link span:nth-child(1) {animation-delay:0.0s;}
a.link span:nth-child(2) {animation-delay:0.1s;}
a.link span:nth-child(3) {animation-delay:0.2s;}
a.link span:nth-child(4) {animation-delay:0.3s;}
a.link span:nth-child(5) {animation-delay:0.4s;}
a.link span:nth-child(6) {animation-delay:0.5s;}
a.link span:nth-child(7) {animation-delay:0.6s;}
a.link span:nth-child(8) {animation-delay:0.7s;}
a.link span:nth-child(9) {animation-delay:0.8s;}
.mainArea{
	padding:80px 0;}
.mainArea .titleBox{
	line-height:1.5;
	position:relative;
	margin-bottom: 40px;
}
.mainArea .titleBox h2{
	position:relative;
	padding:0 0 40px 0;
	font-weight: normal;
	font-size: 20px;
	color: #222;
	text-align: center;}
.mainArea .titleBox h2:before{
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	position:relative;
	top: 0;
	left: 50%;
	transform:translateX(-50%);
	background:url(../images/icon-logo.png) no-repeat;
}
.mainArea .titleBox h2 strong{
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	display: block;
	font-size: 38px;
	color:#111;
	}
.mainArea .titleBox .Txt{
	color:#544c4a;
	font-size: 14px;
	line-height:1.8;
}
.mainArea .contentBox{
	clear:both;}
.mainArea .contentBox h3.articleTitle {
    clear: both;
    margin: 25px 0 0 0;
    font-size: 27px;
    font-weight: normal;
    color: #000;
}
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 20px;
	color: #c0b07f;
	border: 1px solid #c0b07f;
	position:relative;}
ul.classLink li a:hover, 
ul.classLink li a.current{
	background:#c0b07f;
	color:#FFF;}
ul.classLink li a.current:after{
	content:" ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 9.5px 0 9.5px;
	border-color: #c0b07f transparent transparent transparent;
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-7.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{
	margin-top:40px;}
.tab a{
	display:block;
	float:left;
	padding: 12px 10px;
	font-size:15px;
	color:#1c1c1c;}
.tab a.current{
	border: 1px solid #C0C0C0;
	border-top:1px solid #C0C0C0;
	border-bottom: 1px solid #F8F3F0;
	box-shadow: inset 0 3px 5px -2px #CECECE;}
ul.tabContent{
	padding:20px 0px;
	position:relative;
}
ul.tabContent div > li{
	padding-bottom: 30px;
}
ul.tabContent li .textEditor{
	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{
	margin-bottom:30px;
	margin-right:-10px;}
ul.side_album li{
	float:left;
	width:33.33%;
	padding:0 10px 10px 0;}
ul.side_album li a{
	display:block;
	position: relative;
	overflow: hidden;
	box-shadow:2px 2px 5px #c3c3c3;
transition:0.9s;}
ul.side_album li:hover a{
	background: #000;
	transition:0.9s;
}
ul.side_album li a:before{
	content: "\f06e";
	font-family: fontAwesome;
	font-size: 20px;
	color:#fff;
	display: inline-block;
	position:absolute;
	top: -50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 15;
	transition: 0.9s;
}
ul.side_album li:hover a:before{
	transition: 0.9s;
	top: 50%;
}
ul.side_album li a img{
	position:relative;
	display:block;
	width:100%;
	float: left;
transition: 0.9s;
z-index: 10;}
ul.side_album li:hover a img{
	opacity: 0.5;
	transition: 0.9s;
}
/*側邊_線上訂房*/
.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:17px;
	color:#000;}
.side_contactInfo ul li a i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	border: 1px solid #000;
	width: 35px;
	height: 35px;
	font-size: 20px;
	color: #000;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
float: left;
transition:0.9s;}
.side_contactInfo ul li:hover a i{
	border: 1px solid #a58c5f;
	background:#a58c5f;
	color: #fff;
	transition:0.9s;
	transform: rotateY(360deg);
}
.side_contactInfo ul li a b{
	    vertical-align: middle;
    font-weight: normal;}
/*側邊_分享*/
.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:50px 0 0 0;}
.side_news ul{
}
.side_news ul li{
	margin-bottom:25px;}
.side_news ul li .Img{
	position:relative;
	float:left;
	margin-right:15px;
	width:60px;
	overflow:hidden;}
.side_news ul li .Img a{
	position:relative;
	display: block;
	background: #000;
}
.side_news ul li .Img img{
	position: relative;
	display: block;
	width: 100%;
	z-index: 10;
transition:0.9s;
	height: 60px;
}
.side_news ul li:hover .Img img{
	opacity: 0.5;
	transition: 0.9s;
}
.side_news ul li .Img a:before{
	content: "\f06e";
	font-family: fontAwesome;
	font-size: 20px;
	color:#fff;
	display: inline-block;
	position:absolute;
	top: -50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 15;
	transition: 0.9s;
}
.side_news ul li:hover .Img a:before{
	transition: 0.9s;
	top: 50%;
}
.side_news ul li .Txt{
	overflow:hidden;}
.side_news ul li .Txt a{
	display:block;
	font-size:15px;
	color: #000;	
	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;}
/**********適應性**********/
/************************/
@media (max-width: 1250px){
.slick button.slick-prev{
	left: -15px;
}
.slick button.slick-next{
	right: -15px;
}
}
@media (max-width: 1180px){/*1160+20(卷軸寬度)*/
.bannerArea .weatherBox {
    display:none;
}
.bannerBox .mainTxt .wrap{
	width: calc(100% - 40px);
	margin:0 20px;
}
.bookingBar{
	display: none;
	}
footer .row{
	float: none;
	width: 100%;}
footer:before {
    content: "";
    width: 50%;
    height: 100%;
    display: block;
    right: 50%;
    top: 4px;
    position: absolute;
    z-index: 5;
}
footer .row:first-child:after {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1200px 580px 0 0;
    border-color: #c0b07f transparent transparent transparent;
    z-index: 10;
}
footer .row:first-child:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 15px 6px;
    position: absolute;
    z-index: 10;
    top: -17px;
    right: -23px;
    display: block;
}
ul.downMenu a:last-child{
border-right: none;}
footer h5.copyright{
	width: 80%;
}
ul.downMenu {
    width: 80%;
}
footer .qrcode {
    margin: 0 -20px;
    padding: 15px 0 10px 0;
}
.outerWrap{
	padding-top:60px;}
.wrap{
	width:calc(100% - 40px);
	margin:0 20px;}
header{
	display:none;}
/*手機menu*/
.m_menu{
	display:block;
	width:100%;
	box-shadow:0 2px 5px rgba(126, 126, 126, 0.68);
	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: #FFF;
	position:relative;
	z-index:99;}
.m_menu .controlBox a.main{
	display: block;
	float: left;
	margin-right:5px;
	width: 50px;
	height: 60px;
	font-size: 20px;
	color: #3A3A3A;
	line-height: 60px;
	text-align: center;
	background: #FFF;}
.m_menu .controlBox .m_logo{
	width: 160px;
    margin-top: 6px;
    float: left;}
.m_menu .controlBox .m_logo img{
	display:block;
	max-width: 100%;
}
.m_menu .controlBox .language:hover .submenu{
	display:block;}
.m_menu .hideBox{/*手機menu內容*/
	display:none;

	background: #c0b07f;
	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 .btn_booking{
	float: none;
	padding:70px 15px 0px 15px;
	display: block;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	position:relative;
	text-align: center;
}
.m_menu .btn_booking:before{
	-moz-transform-origin:top center;
	-webkit-transform-origin:top center;
	-o-transform-origin:top center;
	-ms-transform-origin:top center;
	transform-origin:top center;
	content: "";
	background: url(../images/icon-bell.png) no-repeat center center;
	width: 40px;
	height: 40px;
	display: block;
	position:absolute;
	top: 30px;
	left: 50%;
	margin-left: -20px;
	transition:0.9s;
}
.m_menu .btn_booking:hover:before{
	transition:0.9s;
	-webkit-animation-name: bookingbell; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite;
	animation-name: bookingbell;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
/*手機翻譯*/
.m_menu .hideBox .m_trans{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-align:center;
	padding-top:30px;}
.m_menu .hideBox .m_trans > a{
	display:inline-block;
	padding:8px 15px;
	border:1px solid #FFF;
	color:#FFF;}
.m_menu .hideBox .m_trans > a i{
	margin-left:5px;}
.m_menu .mfun{
	padding:30px 0;
	text-align:center;}
.m_menu .mfun a{
	margin:0 1px;
	display: inline-block;
	font-size: 20px;
	background: #fff;
	color: #a7996e;
	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 rgb(230, 213, 160);
}
.m_menu ul.nav li a{
	padding:20px 10px;
	display:block;
	font-size:15px;
	color:#FFF;
	text-align:center;
	position:relative;}
.m_menu ul.nav li a:hover{
	background: #a7996e;
	}
.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 ul.nav li .submenu a:hover{
	background:#a7996e;}
.bannerArea{
	min-height: auto;
}
}
@media (max-width: 1023px){
ul.side_album li{
	width:16%;
}
.downBox .wrap > div{
	float: none;
	padding:15px 0;
}
}
@media (max-width: 767px){
ul.side_album li{
	width:20%;
}
	.newsArea {
    padding: 10px 0;
}
	.bannerBox .mainTxt{
	display: none;
}
/*main*/
.mainArea{}
/*側邊_分享*/
.side_share{
	clear:both;
	display:block;
	margin-bottom:30px;}
}
/*640*/
@media (max-width: 640px){
	ul.side_album li{
	width:25%;
}
	.newsArea ul li div.item a{
		display: block;
		width: 100%;
	}
.newsArea ul li div.item a.link {
	width: auto;
}
ul.classLink{
	display:none;}
.m_classLink{
	display:block;
	position:relative;
	text-align: center;}
.m_classLink a.main{
	text-align: center;
	display:block;
	font-size:15px;
	color:#222;
	border:1px solid #CCC;
	position:relative;
	padding:10px;
	border-radius:5px;
	background: #eeeeee; /* 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;
	color:#000;
	padding:15px 10px;
	border-top:1px solid #d1d1d1;}
	.m_classLink ul li:hover a{
		background: #376a1c;
		color:#fff;
	}
.m_classLink ul li:first-child a{
	border:none;}
}
/*480*/
@media (max-width: 480px){
ul.side_album li{
	width:33.33%;
}
.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{}
}
