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

@import url(reset.css);
@import url(font-awesome.min.css);
@import url(sel.css);
@import url(calendar-brown.css);

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #d85347;
}

/*css3*/
a{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a{
	cursor:pointer;
	color:#4c4c4c;}

a:hover{
	color:#536D0F;
	text-decoration: underline;
}

[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-2{
	width:50%;}

.col-3{
	width:33.33%;}

.col-4{
	width:25%;}

.col-5{
	width:20%;}

a.btn_color1{
	background: #c92f14; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxODQwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjhhMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c92f14 0%, #df8316 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c92f14), color-stop(100%,#df8316)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c92f14 0%,#df8316 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c92f14 0%,#df8316 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c92f14 0%,#df8316 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c92f14 0%,#df8316 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92f14', endColorstr='#df8316',GradientType=0 ); /* IE6-8 */
}

a.btn_color1:hover{
	background:#DF8316;
	text-decoration: none;
}

a.btn_color2{
background: #c92f14; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5MmYxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjgzMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c92f14 0%, #df8316 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c92f14), color-stop(100%,#df8316)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c92f14 0%,#df8316 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c92f14 0%,#df8316 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c92f14 0%,#df8316 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c92f14 0%,#df8316 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92f14', endColorstr='#df8316',GradientType=0 ); /* IE6-8 */

}

a.btn_color2:hover{
	background:#DF8316;
	text-decoration: none;}

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

textarea{
	-webkit-appearance: none;}

.outerWrap{
	width:100%;
	position:relative;
	margin: 0px;
	padding: 0px;
}
.warp{
	max-width: 1160px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#gmap{
	display:none;
	height:400px;}

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

/*****網頁頭*****/
header{
	position: absolute;
	background-image:url(../images/menu.jpg) ;
	left: 0px;
	right: 0px;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
	display: block;
	z-index: 9999;
	bottom: 0px;
	width: 100%;
	height:77px;
}

.topLink{
	/*height: 36px;
	z-index: 9999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	display: block;
	width: 100%;
	position: relative;
	*/
 
  height: 31px;
  z-index: 9999;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: center;
  display: block;
  position: relative;
  float:right;
}

.topLink .leftBox{
	float:left;
	height:35px;
	position:relative;
	padding-left: 10px;
}

.topLink .leftBox a{
  display: inline-block;
  color: #fff;
  position: relative;
  /* background-color: #649958; */
  line-height: 35px;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 17px;
}
.topLink .leftBox a:hover{
	text-decoration: none;
}
.topLink .leftBox a b{
	display: none;
}

.topLink .leftBox a i{
	font-size:19px;
}

.topLink .rightBox{
	float:left;
	height: 35px;
	padding-left: 10px;
}
.topLink .rightBox > a{
	display:inline-block;
}
.topLink .rightBox .lightHeight{
	background-color: #649958;
	font-family: "微軟正黑體";
	font-size: 13px;
	line-height: 25px;
	color: #FFF;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 4px;
	margin-bottom: 7px;
}

.topLink .rightBox .lightHeight:hover{
	background-color: #d85347;
}

.topLink .rightBox .dropDown{
	display:inline-block;
	position:relative;}

.topLink .rightBox .dropDown > a{
	color:#FFF;}

.topLink .rightBox .dropDown > a i{
	padding-left:5px;}

.topLink .rightBox .dropDown .submenu{
	display:none;
	width:90px;
	text-align:left;
	position:absolute;
	right:0;
	top:23px;
	z-index:9999;
}

.topLink .rightBox .dropDown .submenu a{
	background:#4593b6;
	display:block;
	font-size:13px;
	color:#FFF;
	padding:10px;
	border-bottom:1px solid #7dadc3;}

.topLink .rightBox .dropDown .submenu a:hover{
	background:#7dadc3;}

.g_trans{
	display:inline-block;
	vertical-align:top;
	padding-top: 4px;
}

header .downBox{

  /* clear: both; */
  text-align: center;
  
  position: relative;
  float: left;
}

/*logo*/
 h1{
	position: absolute;
	top: 50px;
	text-align: center;
	z-index: 9999;
	width: 100%;
}

 h1 a{
	  display: inline-block;
  width: 293px;
  height: 194px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  /*background-image: url(../images/logo.png);*/
  background-repeat: no-repeat;
  background-position: center top;
}

header .downBox nav{
}

/*menu*/
ul.menu{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

ul.menu li{
	text-align: center;
	display: inline-block;
}
ul.menu li > a.current {  
  color: #FFCE00;
}
ul.menu li > a.current:hover {
  color: #FFF;
}
ul.menu li > a{
	 text-decoration: none;
  display: inline-block;
  font-family: "微軟正黑體";
  font-size: 16px;
  color: #FFFFFF;
  line-height: 77px;
  font-weight: normal;
  height: 77px;
  padding: 0 16px;
  position: relative;
}

ul.menu li:hover{	
}

ul.menu li a:after{
	content: "";
  display: block;
  width: 100px;
  background-color: #937557;
  height: 77px;
  position: absolute;
  left: 50%;
  margin-left: -49px;
  top: 100%;
  margin-top: -77px;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: -99;}
  
ul.menu li a.on{
  background-color: #937557;
  }

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

ul.menu li.dropDown{
	position:relative;}

ul.menu li.dropDown .submenu{
	display:none;
	width:200px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
	position:absolute;
	left:0;
	z-index:9999;
	bottom: 55px;
}

ul.menu li.dropDown .submenu a{
	display:block;
	padding:10px 20px;
	background:#FFF;
	border-top: #e8e8e8 1px solid;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:16px;
	color:#000;}

ul.menu li.dropDown .submenu a:hover{
	color:#FFF;
	text-decoration: none!important;
	background-color: #649958;
}

ul.menu li.dropDown .submenu a:first-child{
	border:none;}

.m_menu{
	display:none;}

/*****banner******/
.bannerBox{
	padding-bottom: 75px;
	}

.bannerBox .bx-wrapper .bx-controls-direction a{
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	
	width:62px !important;
	height:62px !important;
	margin-top:-30px !important;}

.bannerBox .bx-wrapper .bx-prev{
	background:url(../images/bx_arrow_prev.png) no-repeat !important;}

.bannerBox .bx-wrapper .bx-next{
	background:url(../images/bx_arrow_next.png) no-repeat !important;}




/*頁尾資訊*/
footer{
	padding:25px 40px;
	position:relative;
	background-image: url(../images/dightbg3.jpg);
	background-size: cover;
}
footer h6{
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3A498;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
footer h3.sectionTitle{
	font-family: "Marck Script", cursive;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
}
footer:before{/*裝飾箭頭*/
	content: " ";
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -50px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 50px 20px 50px;
	border-color: transparent transparent #1e2d35 transparent;
	display: none;
}

footer .col-2{
	float:left;
	width:50%;
	padding-left:30px;}

footer .col-3:first-child{
	padding:0;}

footer .col-4{
	float:left;
	width:25%;
	padding-left:30px;}

footer .col-4:first-child{
	padding:0;}

.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;}

ul.downMenu{}

ul.downMenu li{
	width: 50%;
	float: left;
}

ul.downMenu li a{
	display:block;
	padding:8px 0;
	font-size:13px;
	color:#f5b679;
}

ul.downMenu li a b{
	padding-left:8px;
	font-size:13px;
	font-weight:normal;}

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

footer .sectionTitle{
	border-bottom: none;
	margin-bottom:10px;}
	
footer .sectionTitle strong{
	color:#a3854f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	border-bottom:none;
	font-style: normal;
}

footer .sectionTitle strong:before{
	content:none;}

footer .qrcode{
	float:left;
	margin-right:5px;}

h5.copyright{
	font-size:12px;
	line-height:22px;
	font-weight:normal;
	color:#f5b679;
	vertical-align:middle;
}

/*share*/
.social{
	clear:both;
	padding-top:10px;
	padding-bottom:5px;}

.social a{
	display: inline-block;
	margin-right:10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	color: #000;
	text-align: center;}

.social a:hover{
	opacity:0.8;}
	
.copyrightdown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #d85347;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
	margin: 0px;
	clear: both;
	background-image: url(../images/copyrightbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.copyrightdown span.copyrightbox{
	margin: 0px;
	padding: 0px;
	position: relative;
	vertical-align: middle;
}

.goTopBox{
	position:absolute;
	top:55%;
	right:0;}

.goTop{
	display:block;
	background:url(../images/gotop.png) no-repeat;
	width:30px;
	height:45px;
	text-indent:-9999px;
	
	position:fixed;}

/*********內頁**********/
/**********************/


.bannerBox{
	position: relative;
	width: 100%;
	display: block;
	/*max-height:500px;
	overflow:hidden;*/
}
.bannerBox div.dightimg{
	position: absolute;
	bottom: -5px;
	z-index: 9988;
	width: 100%;
}
.bannerBox div.dightimg img{
	width: 100%;

}
.bannerBox ul li img{width: 100%;}






.mainArea{
	background-color: #FFF;
	background-image: url(../images/dightbg.jpg);
}
.mainArea div.shadow{
	background-image: url(../images/ins-shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 40px;
	padding-bottom: 40px;
}
.mainArea .titleBox{
	box-shadow:0 10px 30px -13px #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.mainArea .titleBox h2{
	float:left;
	font-family:"微軟正黑體";
	font-size:25px;
	font-weight:normal;
	color:#963618;
	font-style: normal;
}

.mainArea .titleBox h2 em{
	color: #9a9a9a;
font-family: "Marck Script", cursive;
font-size: 24px;
font-weight: normal;
padding-left: 3px;}

/*網站導覽bread*/
.mainArea .titleBox .bread{
	padding-top:15px;
	float:right;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:12px;
	color:#A8A8A8;
}

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

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

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

.mainArea .contentBox{
	clear:both;
	padding-top:20px;}
.mainArea .contentBox h3.sectionTitle{
	font-size: 18px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}
.mainArea .contentBox h3.sectionTitle strong{
	font-style: normal !important;
	font-family: "微軟正黑體";
}
/*文字編輯器*/
.textEditor{
	clear:both;
	margin-top:20px;
	font-size:16px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	color:#2f2f2f;
	line-height:1.8;
	text-align:justify;}

.textEditor a{
	color:#06F;}

.textEditor img{
	max-width:100%;}

.textEditor ul{
	list-style:disc outside;
	padding-left:30px;}

.textEditor ol{
	list-style:decimal outside;
	padding-left:30px;}

.textEditor table{
	border-collapse:collapse;}

.textEditor table th{
	padding:5px;
	text-align:center;
	background:#557937;
	color:#FFF;
	border:1px solid #e1e1e1;}

.textEditor table td{
	padding:5px;
	border:1px solid #e1e1e1;}

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

.textEditor strong.title{
	display:block;
	font-size:20px;
	font-weight:normal;
	color:#4593b6;}

/*類別*/
ul.classLink{
	display:inline-block;
	padding-top:12px;
	margin-left:10px;}

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

ul.classLink li:before{
	display:inline-block;
	content:"│";
	font-size:15px;
	color:#c8c8c8;
	padding:0 4px;}

ul.classLink li:last-child:after{
	display:inline-block;
	content:"│";
	font-size:15px;
	color:#c8c8c8;
	padding:0 4px;}

ul.classLink li a{
	display:inline-block;
	font-size:15px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	padding:3px 8px;
	
	position:relative;}

ul.classLink li a:hover{
	background:#f05b8f;
	color:#FFF;}

ul.classLink li a.current{
	background:#f05b8f;
	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: #f05b8f transparent transparent transparent;
	
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-7.5px;}

/*標題字*/
.sectionTitle{

}

.sectionTitle strong{
	font-family:"標楷體";
	font-size:20px;
	font-weight:normal;
	position:relative;
	font-style: italic;
	line-height: 40px;
}

.sectionTitle strong:before {
	content:' ';
	display: none;
	position: absolute;
	bottom: -3px;
	left: 0;
	display:inline-block;
}

.sectionTitle strong a{
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

.sectionTitle strong a:hover{
	color: #F06;
	text-decoration: none;
}
 h4.sectionTitle{
	background-image: url(../images/roomListLineins.gif);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
}
 h4.sectionTitle strong{
	 display: inline-block!important;;
	 text-align: center!important;;}
 h4.sectionTitle strong a{
	background-color:#fff !important;
	
	text-overflow: ellipsis;
	white-space: nowrap;
	
	padding-right: 5px;
padding-left: 5px;
}


/******頁籤*******/
.tab{
	margin-top:25px;}

.tab a{
	display:block;
	float:left;
	padding: 12px 20px 12px 20px;
	font-size:15px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	color:#1c1c1c;
	border-top:4px solid #e1e1e1;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;}

.tab a:first-child{
	border-left: #e8e8e8 1px solid;}

.tab a.current{
	border-top:4px solid #f05b8f;
	border-bottom: 1px solid #FFF;}

ul.tabContent{
	margin-top:-1px;
	padding:20px 5px;
	border-top: #e8e8e8 1px solid;}

ul.tabContent > li{
	display:none;}

ul.tabContent li .textEditor{
	margin:0;}

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

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

.side_menu ul{
	margin-top:10px;}

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

.side_menu ul li a{
	display:block;
	padding:10px 15px;
	font-size:16px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;}

.side_menu ul li a:hover{}

.side_menu ul li a.current{
	background:#f05b8f;
	color:#FFF;}

.side_menu ul li a.current:before{
	content:" ";
	position:absolute;
	left:-10px;
	top:50%;
	margin-top:-10px;
	
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #f05b8f transparent transparent;}

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

/*側邊_相簿*/
ul.side_album{
	margin-top:30px;
	margin-bottom:30px;
	margin-right:-10px;}

ul.side_album li{
	float:left;
	width:33.3%;
	padding:0 10px 10px 0;}

ul.side_album li a{
	display:block;
	box-shadow:2px 2px 5px #c3c3c3;}

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-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	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{
	margin-bottom:30px;}

.side_contactInfo h3{
	margin-bottom:20px;}

.side_contactInfo ul{}

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

.side_contactInfo ul li a{
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:16px;
	color:#656464;}

.side_contactInfo ul li a i{
	display:block;
	float:left;
	margin-right:8px;
	background:#8abb3a;
	width:40px;
	height:40px;
	font-size:20px;
	color:#FFF;
	line-height:40px;
	text-align:center;
	border-radius:100%;}

.side_contactInfo ul li a b{
	font-weight:normal;}

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

.side_room .sectionTitle{
	margin-bottom:15px;}

.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-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	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-bottom: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-bottom:30px;}

.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-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	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;}

/*側邊_匯款通知按鈕*/
.side_notice{
	margin-bottom:30px;}

.side_notice a{
	display:inline-block;
	width:49%;
	padding:7px 0;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	box-shadow:2px 2px 2px #CCC;
	border-radius:3px;
	
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}


/**********適應性**********/
/************************/


@media (max-width: 1160px){
h1{
	position: absolute;
	top: 30px;
	text-align: center;
	z-index: 9999;
	width: 100%;
}

.outerWrap{
	width:100%;
	padding:0 0px;
	margin:0 0px;}
.copyrightdown{
	margin: 0px;
}
header{
	position: absolute;
	background-image:url(../images/menu.jpg) ;
	left: 0px;
	right: 0px;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
	display: block;
	z-index: 9999;
	bottom: 0px;
	width: 100%;
	height:65px;
}
header .downBox{
	margin-bottom:10px;}

/*mobile menu
header .downBox nav{
	float:right;
	width:100%;
	padding-top: 120px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	top:0px;
}*/

ul.menu{
	display:none;
	
}

.m_menu{
	display:block;
	margin:0;	
	position:relative;
	/*
	height:50px;
	overflow:hidden;*/
	z-index:999;
	float:left;
	left:0px;

}
.topLink{
	float:right;
	}
.m_menu.active{
	}

.m_menu a.main{
	display:block;
	font-size:18px;
	color:#FFF;
	line-height:61px;}

.m_menu a.main i{
	padding-right:10px;
	line-height:45px;}

.m_menu ul.nav{
	background: #649958;
	position:absolute;
	width:100%;
	z-index:99999;
	display:none;
}

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

.m_menu ul.nav li a{
	padding: 10px 10px;
	font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	display: block;
	font-size: 15px;
	color: #FFF;
	text-decoration:none;
}

.m_menu ul.nav li a i{
	float:right;}

.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:#999;}

	.bannerBox{
	padding-bottom: 65px;
}

}

@media (max-width: 767px){
.col-4{
	width:50%;}
.topLink{
	padding:15px 1px;}
	
.topLink .leftBox a{
	margin-right:0;}
	
.topLink .leftBox a b{
	display:none;}
.topLink .leftBox a:hover{
	color: #edcc30;
	text-decoration: none;}

.topLink .leftBox a i{
	display:inline-block;
	padding: 3px 3px;
	font-size:20px;}

.topLink .leftBox a.marker i{
	font-size:20px;}

.topLink .rightBox > a{
	display:none;}

.topLink .rightBox span{
	display:none;}

.topLink .rightBox .lightHeight{
	display:inline-block;}

h1 a{
  display: inline-block;
  width: 200px;
  height: 150px;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  /*background-image: url(../images/logo.png);*/
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 30px;
}



/*mobile menu
header .downBox nav{
	float:none;
	width:100%;
	padding:10px 0;}
*/
/*banner*/
.bannerBox .bx-wrapper .bx-controls-direction a{
	display:none;}

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

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

/*footer*/
footer{
	padding:25px 20px;}

footer .col-2{
	float:none;
	width:100%;
	padding:0;
	padding-top:20px;}

footer .col-3{
	float:none;
	width:100%;
	padding:0;
	padding-top:20px;}

footer .col-4{
	float:none;
	width:100%;
	padding:0;
	padding-top:20px;}

.translateIbest{
	float:none;}

.goTop{
	display:none;}

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


}



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

/*類別*/
ul.classLink{
	clear:both;
	display:block;
	margin:0;}

ul.classLink li{
	display: block;
	width: 47.5%;
	float: left;
	margin:0 3px 10px 3px;}

ul.classLink li:before{
	content:none;}

ul.classLink li:last-child:after{
	content:none;}

ul.classLink li a{
	background:#b8b8b8;
	display:block;
	height:44px;
	line-height:44px;
	color:#FFF;
	text-shadow:0 -1px #7c7c7c;
	border-radius:4px;
	text-align:center;}
	/*logo*/
h1{
	top: 10px;
}
}


@media (max-width: 500px){
h1{
	top:0px;
}
h1 a{
	display: inline-block;
  width: 150px;
  height: 100px;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px;
}
.bannerBox{
	background-color:#FFF;
	position: relative;
	width: 100%;
	display: block;
	padding-bottom: 65px;
}
.bannerBox div.dightimg{
	position: absolute;
	bottom: 75px;
	z-index: 9988;
	width: 100%;
}
}

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


.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{}

/*側邊_聯絡資訊*/
.side_contactInfo ul{
	text-align:center;}
.side_contactInfo ul li{
	display:inline-block !important;}
.side_contactInfo ul li a b{
	display:none;}
}
/*忠憲新增css*/
.test123 {
	background-color:#FFFFFF;
	}
.roomList-zone {
	padding: 10px;
	}
.roomList-zone-inner{
	background-color:#FFFFFF;
	padding-bottom: 10px;
	}
