
/* CSS Document */

@import url(reset1.css);
@import url(font-awesome.min1.css);

body{
/*background:url(../images/bg2.png)fixed; fixed控制圖片定住	 背景*/
font-family: "微軟正黑體", "新細明體", sans-serif;
font-size:14px;
}


/*services_detial.php 支援線上編輯器表格
table, tr, td
  {
padding:10px;
  border: 1px solid #666666;
  }
*/


.hr0{ height:1px;border:none;border-top:1px dashed #0066CC;}

.hr1{ height:1px;border:none;border-top:1px solid #eee;}

.hr2{ height:3px;border:none;border-top:3px double red;}

.hr3{ height:5px;border:none;border-top:5px ridge green;}

.hr4{ height:10px;border:none;border-top:10px groove skyblue;}

 

	  
	  
}



/*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:#4490d1;
}

a:hover{
}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
	
	
	
	
	
	
	
/* 單元標題共用 開始*/
/*  TITLE標題  */
h2{
	
	position:relative;}
h2 strong{
	color:#594541;
	font-size:50px;
	font-family: 'Cormorant Unicase', serif;
	font-weight:400;
	display:inline-block;
	padding:10px 65px 0 0px;
	/* background:url(../images/title_icon.png) right top no-repeat;*/
	
/*字體重疊特效 陰影
text-shadow: shadow1, shadow2, shadow3;
text-shadow: 3px 3px 0px #fff, 4px 4px 0px rgba(0,0,0,0.15);
*/

color: rgba(0,0,0,0.6);
text-shadow: 5px 5px 8px #fff,0px -5px 35px rgba(255,255,255,0.3);

/*字體陰影
color: rgba(0,0,0,0.6);
text-shadow: 2px 8px 6px rgba(0,0,0,0.2),0px -5px 35px rgba(255,255,255,0.3);
	*/}
	
h2 strong b{
	font-family: 'Cormorant Unicase', serif;
	color:#FD7E17;
	font-size:73px;
	
	}	
	
	
/*	標題兩旁的橫線圖
h2:before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:43%;
	height:5px;
	background:url(/images/title_bg.png);}
h2:after{
	content:"";
	position:absolute;
	right:0;
	top:50%;
	width:43%;
	height:5px;
	background:url(/images/title_bg.png);}
	*/
	
h2 em{
	display:block;
	font-size:15px;
	color:#fff;
	font-weight:normal;
	}
	
	
/*  TITLE標題  */
.Aboutfuture h2 {
margin-top:0px; 
margin-bottom:50px; 
padding-top:0px;/*控制上方距離*/

  font-size: 3em;
  color: #fff;
 
font-family: 'Montserrat-Regular';
  text-align: center;
}
.Aboutfuture h2:after,.Aboutfuture h2:before {
	font-size: 0.6em;
  width: 500px;/*文字背景白空*/
}
/* 單元標題共用 結束*/
		

.b-box{
/*使用(不包含英文單字斷行)：*/	
word-wrap:break-word;
word-break:normal;

	-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-4aboutinp{
	width:50%;}

.col-5{
	width:20%;}
	
.col-6{/*設施區塊控制寬高 - 字體放中間*/
	width:10%;
	margin-top:12px;
	margin-bottom:12px;
	text-align: center;
	}
	
.col-8{/* 電腦 套裝行程  間格*/
	width:580px;
	
	}

.btn_color1{
background: #7cb525; /* Old browsers */
background: -moz-linear-gradient(top,  #7cb525 0%, #476d10 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cb525), color-stop(100%,#476d10)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7cb525 0%,#476d10 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7cb525 0%,#476d10 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7cb525 0%,#476d10 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7cb525 0%,#476d10 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb525', endColorstr='#476d10',GradientType=0 ); /* IE6-9 */
}

a.btn_color1:hover{
	background:#7cb525;}

a.btn_color2{
background: #c86d14; /* Old browsers */
background: -moz-linear-gradient(top,  #c86d14 0%, #e23c06 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c86d14), color-stop(100%,#e23c06)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c86d14 0%,#e23c06 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c86d14 0%,#e23c06 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c86d14 0%,#e23c06 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c86d14 0%,#e23c06 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d14', endColorstr='#e23c06',GradientType=0 ); /* IE6-9 */
}

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

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

textarea{
	-webkit-appearance: none;}

	
	
	
	
	
.outerWrap{}
/*控制電腦瀏覽網頁版的寬度*/



.wrap{
  padding-left:32px; /*內框邊界*/
  padding-right:32px; 
  
	background:rgba(255,255,255,1.0);/*背景白色透明*/
	/*width:1100px;寬度*/
	width:1300px;/*控制電腦瀏覽網頁版的寬度*/
	margin:0 auto;
	}

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

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


	
/***上框menu 背景**/
header.shrink{ /*若移除則會固定顯示在下方*/
top:0;
bottom:auto;
/*box-shadow: 0px 4px 20px rgba(136, 136, 136, 0.3); 上下陰影*/
/*-webkit-box-shadow: 0px 2px 2px rgba(136, 136, 136, 0.6); */
position:fixed;
width:100%;
height:90px;
/*background:rgba(94,75,77,0.8); 背景 色透明*/
background-color: rgba(255,255,255,1); /*上框背景透明度 */
z-index:99;
}

header.shrink .topBox{
	padding:3px 0 0 0;/*縮上去上框高度*/
}



/*logo 上框 位置*/
header.shrink h1{
	top:5px;
	left:160px;/*縮上去上框 logo 左右*/
	}
	
	
	
	/*logo 上框*/
header.shrink h1 a{
	background:url(../image/logo_m.png) no-repeat center top;
	background-size:cover;
	width: 202px;
	height:70px;
	/*height:91px;*/
}


header.shrink ul.menu li.dropDown .submenu{
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.8);
	top: 100%;
	
	-webkit-box-shadow: 0 0 4px rgba(136, 136, 136, 0.8);
}


header.shrink ul.menu li{
	display:inline-block;
	position:relative;
	background:url(/images/dot01.jpg) no-repeat left 30px;
	}
	
	
		
	

/*** 選單在上的寬度  框高/選單間隔/下方距離/選單間隔***/
header.shrink ul.menu li > a{
	/*上 . 左 . 下 . 右*/
	padding: 18px 18px 15px 10px;
	color:#000;
}	

/*選單英文*/
header.shrink ul.menu li > a b{
	font-size:0.60em;
	display:block;
	color:#CC6600;
	font-weight:normal;
}





/***booking***/
header.shrink .bookArea{
	padding:10px 0;
	background:#4cbd87;}
/*****網頁頭*****/


/*上框 header在下方處位置時*/
header{
	width: 100%;
	background:rgba(255,255,255,0.8);/*背景白色透明*/
	/* background-color: rgba(0,0,0,0.60); 上框背景透明度 */
	position:fixed;
	bottom:1100px;/*隱藏起來*/
	z-index:99;
	/*background:#FFF;*/

	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;
	}

	
/*logo 在下框的位置*/
header .wrap{
	position:relative;
	
	}
	
/*logo 在下框的位置*/
header h1{
	position:absolute;
	left:60%;
	top:700px;/*logo 在下框的位置*/
	z-index:99;
	}
	
header h1 a{
	display:block;
	background:url(../image/logo.png) no-repeat center top;
	width:500px;/*勿調動logo 在下框的位置*/
	height:481px;
	text-indent:-9999px;
	}
	

		
	

/* 上框選單 背景點點 */
header .topBox{
/*background-color: rgba(52,30,29,0.38); 透明度 */
	/*background:url(../images/mb.jpg) ;*/
	padding:20px 0;/*選單在下方的高度*/
}

/* 上框fb 聯絡我們 */
header .rightBox{	
margin-right:173px; 
text-align:right;
	}

header .rightBox .other{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	}

	
header .rightBox .other strong{
color:#99317a;
font-size:20px;
padding-rihgt:20px;
font-weight:normal;}

/*控制多國語系*/
header .rightBox .other a{
	margin:0 3px;
	display: inline-block;
	font-size: 17px;	
    
	padding:0 10px;
	min-width: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	}
header .rightBox .other a i{font-size: 20px;}/*控制上框小圖示大小*/
header .rightBox .other a:hover{	
	}	
/*控制多國語系*/
/*fb g+ 圓形 & 被景色
header .rightBox .other a{
	margin:0 3px;
	display: inline-block;
	font-size: 13px;
	background:#754431;
	color: #FFF;
	padding:0 10px;
	min-width: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	}
	*/
	
	

	
	
header .rightBox > a b{
	display:none;
	font-weight:normal;}

.g_trans{
	display:inline-block;
	vertical-align:middle;}
	
/* menu背景 */
header .downBox{
/*background-color: rgba(52,30,29,0.38); 透明度 */
	/*background:url(../images/mb.jpg) ;*/
}

/*menu 上方選單位置 */
ul.menu{ 
	text-align:right;
	margin-right:160px; 
	}
	
	
/*選單分隔線*/
ul.menu li{
	display:inline-block;
	position:relative;
	/* background:url(../images/001.jpg) no-repeat left center; */
	}
	

ul.menu li > a{
	position:relative;
	display: block;
	padding: 8px 14px 14px 14px;/*選單間隔*/
	font-family: "微軟正黑體", "新細明體", sans-serif;
	font-size: 17px;
	color: #000;
	z-index:2;
	font-weight:500;
}

/*選單上的圖片動畫*/
ul.menu li > a:hover{
	color:#FFF;
	background:#C4C2C7;/*選單碰觸變色選單*/
	
	
	/*選單上的圖片動畫*/
	/* background:url(../images/) no-repeat center top; */
}

ul.menu li > a b{/*英文字*/
	display:none;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	text-align:center;}

ul.menu li.dropDown{
	position:relative;}
	
	
/* 選單二皆 
ul.menu li.dropDown .submenu{
	display:none;
	width:160px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.8);
	position:absolute;
	bottom:100%;
	left:0;
	margin-left:-20px;
	z-index:9999;}
	*/
	

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

ul.menu li.dropDown .submenu a:hover{
	background:#715047;
	color:#FFF;}

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

.m_menu{
	display:none;}


	
/*** 客房列表 開始 ****************/	
/*menuroom 上方選單位置 */
ul.menuroom{ 
	text-align:right;
	margin-right:180px; 
	}
	
/*選單分隔線*/
ul.menuroom li{
	display:inline-block;
	position:relative;
	/* background:url(../images/001.jpg) no-repeat left center; */
	}
	

ul.menuroom li > a{
	background:#A2F0C5;/*選單碰觸變色選單*/
	position:relative;
	display: block;
	padding: 8px 14px 14px 14px;/*選單間隔*/
	font-family: "微軟正黑體", "新細明體", sans-serif;
	font-size: 19px;
	color: #000;
	z-index:2;
	font-weight:500;
}

/*選單上的圖片動畫*/
ul.menuroom li > a:hover{
	
	background:#A2F0C5;/*選單碰觸變色選單*/
	color:#fff;
	
	/*選單上的圖片動畫*/
	/* background:url(../images/) no-repeat center top; */
}


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

ul.menuroom li.dropDown .submenuroom a{
	display:block;
	padding:10px 20px;
	background:#FFF;
	border-top: #e8e8e8 1px solid;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:15px;
	color:#222;
	text-align:left;}

ul.menuroom li.dropDown .submenuroom a:hover{
	background:#715047;
	color:#FFF;}

ul.menuroom li.dropDown .submenuroom a:first-child{
	border:none;}

.m_menuroom{
	display:none;}	
/*** 客房列表 結束 ****************/
	
	
	
	

a.btn_booking{
margin-top:50px;
display:block;
font-size:15px;
width:100%;
text-align:center;
color:#fff;
background:#1c7cc4;
padding:10px 0;
}
a.btn_booking:hover{
background:#10314D;
}




/*下框頁*/
footer{
	margin-bottom:0px;
	margin-top:3px;
	font-size:12px;
	padding:20px 0;
/* background:url(../image/colbg_0.png) top no-repeat; 背景不重複至頂*/
background-image:url(../image/colbg_0.png); 
background-repeat: repeat-x;   
  
	background-color:#fff; 
	/*background:url(../images/footer.jpg); 下框頁被景色*/
	position:relative;
	
	}

footer .row{}

footer .row h4{
	margin-bottom:20px;
	font-family:Century Gothic, Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:19px;
	color:#544037;
	text-transform:uppercase;}

footer .col-2{
	margin-top:0px;
	font-size:18px;
	color:#544037;
	padding:0 10px;
	}

footer .col-2:first-child{
	padding-left:0;
	border:none;
	box-shadow:none;}

footer .col-2:last-child{
	padding-right:0;}

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

ul.downMenu{width:300px;}

ul.downMenu li{/* 下選單間格 */
	width:33.33%;
	float:left;}

/* 下框選單 */
ul.downMenu li a{
	display:block;
	padding:8px 0;
	font-size:16px;
	color:#333;
	}

ul.downMenu li a b{
	padding-left:3px;
	font-size:13px;
	font-weight:normal;
	text-transform:capitalize;}

ul.downMenu li a:hover{
	text-decoration:underline;
	color:#888;
	}
	
footer .qrcode3{/* qr 距離以及框的高度 / 控制下框頁高度 */
margin-top:20px;
height:230px;
width:290px;

	float:right;
	margin-right:25px;
	}

footer .qrcode2{/* qr 距離以及框的高度 / 控制下框頁高度 */
margin-top:20px;
height:230px;
width:290px;/*框高度*/
	float:left;
	margin-right:25px;
	}
	
footer .qrcode{/* qr 距離以及框的高度 / 控制下框頁高度 */
width:350px;
margin-left:10px;
margin-right:10px;
margin-top:24px;
height:100%;
float:left;
	}
	
footer .qrcode img{/* qr 距離以及框的高度 / 控制下框頁高度 */
width:99px;
	}
	
	/* footer 店家聯絡資訊 */
h5.copyright{
	width:350px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:16px;
	line-height:2;
	font-weight:normal;
	color:#333;
	}



.translate{
	margin-top:5px;
	float:left;}

.translate.design{}

.translate.design span a{/*網頁*/
	display:block;
	float:left;
	padding-top:5px;
	line-height:22px;
	font-size:9pt;
	color: #fff;}

.translate.design a{/*網頁‧*/
	color: #fff;
	text-decoration: none;}
	
.translate.design a:hover{
	text-decoration: underline;
	color:#000;}

.translate.design a.login{
	display:block;
	float: left;
	/* background: url(../images/lock.gif) no-repeat center 3px; */
	text-indent: -10000px;
	height: 20px;
	width: 20px;}

	
.goTopBox{	
	position:fixed;
	bottom:50px;
	right:50px;
	z-index:999;
	}
	

.goTop{
	display:block;
	background:#24915d;
	color:#fff;
	width:41px;
	height:41px;
	line-height:35px;
	text-align:center;
	font-size:25px;
	border-radius:99em;}
.goTop:hover{background:#4cbd87;
color:#fff;
}

/*********內頁**********/
/**********************/
.bannerBox{/*電腦 房內設施 | FACILITIES */
	clear:both;
	padding-top:2px;
	position:relative;
}

.bannerBox .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:10px;
	z-index:999;}

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

.bannerBox .bx-wrapper .bx-pager.bx-default-pager a:hover, .bannerBox .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#FFF;
	border:1px solid #FFF;}

	
.bannerBox img{
	display:block;
	
	}
	
/*****banner******/
.bannerArea{
	clear:both;
	position:relative;
}

.bannerBox{/*民宿精選*/
	clear:both;
	padding-top:30px;
	position:relative;
}
.bannerBox img{}	
	
	
	
/*電腦*/
.mainArea{/* 主框 高度 控制 內框*/
	padding:350px 0 0 0;
	margin-bottom:80px; 
	}
	
/*標題 導覽框*/	
.mainArea .titleBox{
	position:relative;
	/*background:url(../images/title-decoration.png) no-repeat left top;*/
	padding:10px 0 0 0px;
	min-height:140px;
}

.mainArea .titleBox h2{}

.mainArea .titleBox h2 strong{
	text-align:left;
	font-weight:normal;
	font-family: 'cwTeXMing', serif;
	font-size:16px;
	color:#000;
	width:100%;
	border-bottom:1px solid #e0e0e0;
	line-height:30px;
}

.mainArea .titleBox h2 em{
	display:none;/*隱藏DIV*/
	font-weight:normal;
	font-size:12px;
	color:#c7a18f;
	line-height:20px;
}
	
/*導覽bread*/
.mainArea .titleBox .bread{
	display:none;/*隱藏DIV*/
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:12px;
	color:#000;	
	position:absolute;	
	right: 0px;
	top: 25px;}

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

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

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

.mainArea .contentBox p{/* 關於我們字體 */
	font-size:18px;
	clear:both;
	padding-bottom:80px;
	}

.mainArea .contentBox h3.articleTitle{/*文章標題*/
	clear:both;
	margin-bottom:10px;
	padding:0 10px;/*下邊線與標題距離*/
	
	font-size: 25px;
	font-family: "微軟正黑體", "新細明體", sans-serif;
	font-weight: normal;
	color: #714D00;
	
	/* background: url(../images/) no-repeat left center; */
	background-size: 30px;
    padding-left: 30px;}

.mainArea .contentBox h3.articleTitle strong{
	font-weight:normal;}

/*文字編輯器*/
.textEditor{
	clear:both;
	font-size:15px;
	font-family:"微軟正黑體", "新細明體", 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(../image/plus.png) no-repeat 5px center;
	padding-left: 40px;}

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






/**************************************/
/*套裝 類別*/
.m_classLink{
	display:none;}
	
.classBox{
	padding:0px 0 30px 0;}

ul.classLink{
	text-align:center;}

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


/*套裝 類別 字體大小*/
ul.classLink li a{
	display:block;
	margin:6px 4px;/*選單間距離*/
	font-size:23px;
	padding:5px 10px;
	color:#24915d;
	border:1px solid #24915d;
	
	position:relative;}

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

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

/**************************************/





/**************************************/
/*套裝 類別*/
.m_classLinkdd{
	display:none;}
	
.classBox{
	padding:0px 0 30px 0;}

ul.classLinkdd{
	text-align:center;}

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


/*套裝 類別 字體大小*/
ul.classLinkdd li a{
	display:block;
	margin:6px 4px;/*選單間距離*/
	font-size:23px;
	padding:5px 10px;
	color:#24915d;
	border:1px solid #24915d;
	
	position:relative;}

ul.classLinkdd li a:hover{
	background:#24915d;
	color:#FFF;}

ul.classLinkdd li a.current{
	background:#24915d;
	color:#FFF;}

ul.classLinkdd li a.current:after{
	content:" ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 7.5px 0 7.5px;
	border-color: #24915d transparent transparent transparent;
	
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-7.5px;}

/**************************************/







	
/*標題字 下框距離*/
.sectionTitle{
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:28px;
	font-weight:normal;
	color: #1c7cc4;
	margin-bottom:30px;
}


.sectionTitle strong{
	color:#000;
	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:25px;}

.tab a{
	display:block;
	float:left;
	padding: 10px 8px;
	font-size:15px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	color:#1c1c1c;
	border-radius: 5px 5px 0 0;}

.tab a.current{
	background:#714D00;
	color:#fff;
}

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

ul.tabContent > li{
	display:none;}

ul.tabContent li .textEditor{
	margin:0;}
	
	
ul.tabContent li h3.articleTitle {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 20px !important;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    font-weight: normal;
    color: #573e53 !important;
    /*background: url(../images/icon01.png) no-repeat left center !important;*/
    background-size: 25px;
    padding-left: 25px;
}

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

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

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

.side_menu ul li a:hover{}

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

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

/*側邊_相簿*/
ul.side_album{
	margin-top:10px;
	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_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:"微軟正黑體", "新細明體", sans-serif;
	font-size:16px;
	color:#1c7cc4;}

.side_contactInfo ul li a i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background:#1c7cc4;
	width: 35px;
	height: 35px;
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	border-radius: 99em;}

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

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

.side_room .sectionTitle{
	margin-bottom:15px;
	
	}
.side_room .sectionTitle strong{
	font-size:30px;
}
.side_room .sectionTitle_ti strong:before{
	
		font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:26px;
	color:#1c7cc4;

	font-family:FontAwesome;
	content:"\f236";  /*床的圖示*/
	padding:0 5px;
}
.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:10px;}

.side_room ul li .Txt h3 strong a{
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#000;}

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

.side_room ul li .Txt p{
	font-size: 25px;
	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(../image/bx_arrow_square_prev.png) !important;}

.side_room .bx-wrapper .bx-next{
	background:url(../image/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 );
}


/* 上框fb / gplus */
.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:"微軟正黑體", "新細明體", 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;}


	
	
	
	
	
	
	
	
	
	
	
	
	/*********大平板***************/
@media (max-width: 1366px){	
	
	
		
/*logo 在下框的位置*/
header .wrap{
	position:relative;
	
	}
	
/*logo 在下框的位置*/
header h1{
	position:absolute;
	left:290px;
	top:590px;/*logo 在下框的位置*/
	z-index:99;
	}
	
header h1 a{
	display:block;
	background:url(../image/logo.png) no-repeat center top;
	width:900px;/*勿調動logo 在下框的位置*/
	height:282px;
	text-indent:-9999px;
	}
	
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*********大平板***************/
@media (max-width: 1024px){	




body{
/*background:url(../images/bg2.jpg)fixed; fixed控制圖片定住	 背景*/
font-family: "微軟正黑體", "新細明體", sans-serif;
font-size:13px;
}






/*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:#4490d1;
}

a:hover{
}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
	
	
	
	
	
	
	
/* 單元標題共用 開始*/
/*  TITLE標題  */
h2{
	
	position:relative;}
h2 strong{
	color:#594541;
	font-size:50px;
	font-family: 'Cormorant Unicase', serif;
	font-weight:400;
	display:inline-block;
	padding:10px 65px 0 0px;
	/* background:url(../images/title_icon.png) right top no-repeat;*/
	
/*字體重疊特效 陰影
text-shadow: shadow1, shadow2, shadow3;
text-shadow: 3px 3px 0px #fff, 4px 4px 0px rgba(0,0,0,0.15);
*/

color: rgba(0,0,0,0.6);
text-shadow: 5px 5px 8px #fff,0px -5px 35px rgba(255,255,255,0.3);

/*字體陰影
color: rgba(0,0,0,0.6);
text-shadow: 2px 8px 6px rgba(0,0,0,0.2),0px -5px 35px rgba(255,255,255,0.3);
	*/}
	
h2 strong b{
	font-family: 'Cormorant Unicase', serif;
	color:#FD7E17;
	font-size:73px;
	
	}	
	
	
/*	標題兩旁的橫線圖
h2:before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:43%;
	height:5px;
	background:url(/images/title_bg.png);}
h2:after{
	content:"";
	position:absolute;
	right:0;
	top:50%;
	width:43%;
	height:5px;
	background:url(/images/title_bg.png);}
	*/
	
h2 em{
	display:block;
	font-size:15px;
	color:#000;
	font-weight:normal;
	}
	
	
/*  TITLE標題  */


.Aboutfuture h2 {
margin-top:0px; 
margin-bottom:50px; 
padding-top:0px;/*控制上方距離*/

  font-size: 3em;
  color: #fff;
 
font-family: 'Montserrat-Regular';
  text-align: center;
}
.Aboutfuture h2:after,.Aboutfuture h2:before {
	font-size: 0.6em;
  width: 500px;/*文字背景白空*/
}
/* 單元標題共用 結束*/
	
	
	
	
	
	
	
	

.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-4aboutinp{
	width:50%;}

.col-5{
	width:20%;}
	
.col-6{/*設施區塊控制寬高 - 字體放中間*/
	width:10%;
	margin-top:12px;
	margin-bottom:12px;
	text-align: center;
	}
	
.col-8{/* 電腦 套裝行程  間格*/
	width:580px;
	
	}

.btn_color1{
background: #7cb525; /* Old browsers */
background: -moz-linear-gradient(top,  #7cb525 0%, #476d10 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cb525), color-stop(100%,#476d10)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7cb525 0%,#476d10 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7cb525 0%,#476d10 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7cb525 0%,#476d10 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7cb525 0%,#476d10 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb525', endColorstr='#476d10',GradientType=0 ); /* IE6-9 */
}

a.btn_color1:hover{
	background:#7cb525;}

a.btn_color2{
background: #c86d14; /* Old browsers */
background: -moz-linear-gradient(top,  #c86d14 0%, #e23c06 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c86d14), color-stop(100%,#e23c06)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c86d14 0%,#e23c06 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c86d14 0%,#e23c06 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c86d14 0%,#e23c06 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c86d14 0%,#e23c06 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d14', endColorstr='#e23c06',GradientType=0 ); /* IE6-9 */
}

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

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

textarea{
	-webkit-appearance: none;}

	
	
	
	
	
.outerWrap{}
/*控制平板瀏覽網頁版的寬度*/



.wrap{
  padding-left:32px; /*內框邊界*/
  padding-right:32px; 
  
	/*background:rgba(255,255,255,0.9);背景白色透明*/
	width:100%;/*平板瀏覽寬度*/
	margin:0 auto;
	}

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

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


	
/***上框menu 背景**/
header.shrink{ /*若移除則會固定顯示在下方*/
top:0;
bottom:auto;
/*box-shadow: 0px 4px 20px rgba(136, 136, 136, 0.3); 上下陰影*/
/*-webkit-box-shadow: 0px 2px 2px rgba(136, 136, 136, 0.6); */
position:fixed;
width:100%;
/*background:rgba(94,75,77,0.8); 背景 色透明*/
background-color: rgba(255,255,255,0.8); /*上框背景透明度 */
z-index:99;
}

header.shrink .topBox{
	padding:3px 0 0 0;/*縮上去上框高度*/
}







/*logo 上框 位置*/
header.shrink h1{
	top:5px;
	left:10px;/*縮上去上框 logo 左右*/
	}
	
	
	
	/*logo 上框*/
header.shrink h1 a{
	background:url(../image/logo_m.png) no-repeat center top;
	background-size:cover;
	width: 202px;
	height:70px;
}


header.shrink ul.menu li.dropDown .submenu{
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.8);
	top: 100%;
	
	-webkit-box-shadow: 0 0 4px rgba(136, 136, 136, 0.8);
}


header.shrink ul.menu li{
	display:inline-block;
	position:relative;
	background:url(/images/dot01.jpg) no-repeat left 30px;
	}
	
	
		
	

/*** 選單在上的寬度  框高/選單間隔/下方距離/選單間隔***/
header.shrink ul.menu li > a{
	padding: 18px 6px 4px 10px;
	color:#000;
}	

/*選單英文*/
header.shrink ul.menu li > a b{
	font-size:0.60em;
	display:block;
	color:#CC6600;
	font-weight:normal;
}





/***booking***/
header.shrink .bookArea{
	padding:10px 0;
	background:#4cbd87;}
/*****網頁頭*****/


/*上框 header MENU 在下方處位置時*/
header{
	top:1800px; 
	width: 100%;
	background:rgba(255,255,255,0.8);/*背景白色透明*/
	/* background-color: rgba(0,0,0,0.60); 上框背景透明度 */
	position:fixed;
	/*bottom:0px;隱藏起來*/
	z-index:99;
	/*background:#FFF;*/

	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;
	}

	
/*logo 在下框的位置*/
header .wrap{
	position:relative;
	
	}

	
		
	

/* 上框選單 背景點點 */
header .topBox{
/*background-color: rgba(52,30,29,0.38); 透明度 */
	/*background:url(../images/mb.jpg) ;*/
	padding:20px 0;/*選單在下方的高度*/
}

/* 上框fb 聯絡我們 */
header .rightBox{	
margin-right:173px; 
text-align:right;
	}

header .rightBox .other{
	display:inline-block;
	vertical-align:middle;
	}

	
header .rightBox .other strong{
color:#99317a;
font-size:20px;
padding-rihgt:20px;
font-weight:normal;}

/*控制多國語系*/
header .rightBox .other a{
	margin:0 3px;
	display: inline-block;
	font-size: 13px;	

	padding:0 10px;
	min-width: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	}
header .rightBox .other a i{font-size: 18px;}
header .rightBox .other a:hover{	
	}	
/*控制多國語系*/
/*fb g+ 圓形 & 被景色
header .rightBox .other a{
	margin:0 3px;
	display: inline-block;
	font-size: 13px;
	background:#754431;
	color: #FFF;
	padding:0 10px;
	min-width: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	}
	*/
	
	
	
	
	
	
	
		

	
	
header .rightBox > a b{
	display:none;
	font-weight:normal;}

.g_trans{
	display:inline-block;
	vertical-align:middle;}
	
/* menu背景 */
header .downBox{
/*background-color: rgba(52,30,29,0.38); 透明度 */
	/*background:url(../images/mb.jpg) ;*/
}

/*menu 上方選單位置 */
ul.menu{ 
	text-align:right;
	margin-right:10px; 
	}
	
	
/*選單分隔線*/
ul.menu li{
	display:inline-block;
	position:relative;
	/* background:url(../images/001.jpg) no-repeat left center; */
	}
	

ul.menu li > a{
	position:relative;
	display: block;
	padding: 8px 14px 14px 14px;/*選單間隔*/
	font-family: "微軟正黑體", "新細明體", sans-serif;
	font-size: 17px;
	color: #000;
	z-index:2;
	font-weight:500;
}

/*選單上的圖片動畫*/
ul.menu li > a:hover{
	
	background:#FF9900;/*選單碰觸變色選單*/
	color:#fff;
	
	/*選單上的圖片動畫*/
	/* background:url(../images/) no-repeat center top; */
}

ul.menu li > a b{/*英文字*/
	display:none;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	text-align:center;}

ul.menu li.dropDown{
	position:relative;}
	
	
/* 選單二皆 
ul.menu li.dropDown .submenu{
	display:none;
	width:160px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.8);
	position:absolute;
	bottom:100%;
	left:0;
	margin-left:-20px;
	z-index:9999;}
	*/
	

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

ul.menu li.dropDown .submenu a:hover{
	background:#715047;
	color:#FFF;}

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

.m_menu{
	display:none;}


	
/*** 客房列表 開始 ****************/	
/*menuroom 上方選單位置 */
ul.menuroom{ 
	text-align:right;
	margin-right:180px; 
	}
	
/*選單分隔線*/
ul.menuroom li{
	display:inline-block;
	position:relative;
	/* background:url(../images/001.jpg) no-repeat left center; */
	}
	

ul.menuroom li > a{
	background:#A2F0C5;/*選單碰觸變色選單*/
	position:relative;
	display: block;
	padding: 8px 14px 14px 14px;/*選單間隔*/
	font-family: "微軟正黑體", "新細明體", sans-serif;
	font-size: 19px;
	color: #000;
	z-index:2;
	font-weight:500;
}

/*選單上的圖片動畫*/
ul.menuroom li > a:hover{
	
	background:#A2F0C5;/*選單碰觸變色選單*/
	color:#fff;
	
	/*選單上的圖片動畫*/
	/* background:url(../images/) no-repeat center top; */
}


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

ul.menuroom li.dropDown .submenuroom a{
	display:block;
	padding:10px 20px;
	background:#FFF;
	border-top: #e8e8e8 1px solid;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:15px;
	color:#222;
	text-align:left;}

ul.menuroom li.dropDown .submenuroom a:hover{
	background:#715047;
	color:#FFF;}

ul.menuroom li.dropDown .submenuroom a:first-child{
	border:none;}

.m_menuroom{
	display:none;}	
/*** 客房列表 結束 ****************/
	
	
	
	

a.btn_booking{
margin-top:50px;
display:block;
font-size:15px;
width:100%;
text-align:center;
color:#fff;
background:#1c7cc4;
padding:10px 0;
}
a.btn_booking:hover{
background:#10314D;
}




/*下框頁*/
footer{
	margin-top:3px;
	font-size:12px;
	padding:20px 0;
/* background:url(../image/colbg_0.png) top no-repeat; 背景不重複至頂*/

background-image:url(../image/colbg_0.png); 
background-repeat: repeat-x; 
  
  
	background-color:#fff; 
	/*background:url(../images/footer.jpg); 下框頁被景色*/
	position:relative;
	
	}

footer .row{}

footer .row h4{
	margin-bottom:20px;
	font-family:Century Gothic, Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:19px;
	color:#544037;
	text-transform:uppercase;}

footer .col-2{
	margin-top:0px;
	font-size:18px;
	color:#544037;
	padding:0 10px;
	}

footer .col-2:first-child{
	padding-left:0;
	border:none;
	box-shadow:none;}

footer .col-2:last-child{
	padding-right:0;}

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

ul.downMenu{width:300px;}

ul.downMenu li{/* 下選單間格 */
	width:33.33%;
	float:left;}

/* 下框選單 */
ul.downMenu li a{
	display:block;
	padding:8px 0;
	font-size:16px;
	color:#333;
	}

ul.downMenu li a b{
	padding-left:3px;
	font-size:13px;
	font-weight:normal;
	text-transform:capitalize;}

ul.downMenu li a:hover{
	text-decoration:underline;
	color:#888;
	}
	
footer .qrcode3{/* qr 距離以及框的高度 / 控制下框頁高度 */
margin-top:20px;
height:230px;
width:230px;/*框高度*/

	float:right;
	margin-right:45px;
	}

footer .qrcode2{/* qr 距離以及框的高度 / 控制下框頁高度 */
margin-top:20px;
height:230px;
width:260px;/*框高度*/
	float:left;
	margin-right:25px;
	}
	
footer .qrcode{/* qr 距離以及框的高度 / 控制下框頁高度 */
width:320px;
margin-left:20px;
margin-right:10px;
margin-top:24px;
height:100%;
float:left;
}
	
	
footer .qrcode img{/* qr 距離以及框的高度 / 控制下框頁高度 */
/*width:99px;*/
	}
	
	/* footer 店家聯絡資訊 */
h5.copyright{
	width:330px;
	margin-top:20px;
	margin-bottom:20px;
	
	font-size:16px;
	line-height:2;
	font-weight:normal;
	color:#333;
	}



.translate{
	margin-top:5px;
	float:left;}

.translate.design{}

.translate.design span a{/*網頁*/
	display:block;
	float:left;
	padding-top:5px;
	line-height:22px;
	font-size:9pt;
	color: #fff;}

.translate.design a{/*網頁‧*/
	color: #fff;
	text-decoration: none;}
	
.translate.design a:hover{
	text-decoration: underline;
	color:#000;}

.translate.design a.login{
	display:block;
	float: left;
	/* background: url(../images/lock.gif) no-repeat center 3px; */
	text-indent: -10000px;
	height: 20px;
	width: 20px;}

	
.goTopBox{	
	position:fixed;
	bottom:50px;
	right:50px;
	z-index:999;
	}
	

.goTop{
	display:block;
	background:#24915d;
	color:#fff;
	width:41px;
	height:41px;
	line-height:35px;
	text-align:center;
	font-size:25px;
	border-radius:99em;}
.goTop:hover{background:#4cbd87;
color:#fff;
}

/*********內頁**********/
/**********************/
.bannerBox{/*電腦 房內設施 | FACILITIES */
	clear:both;
	padding-top:2px;
	position:relative;
}

.bannerBox .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:10px;
	z-index:999;}

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

.bannerBox .bx-wrapper .bx-pager.bx-default-pager a:hover, .bannerBox .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#FFF;
	border:1px solid #FFF;}

	
.bannerBox img{
	display:block;
	
	}
	
/*****banner******/
.bannerArea{
	clear:both;
	position:relative;
}

.bannerBox{/*民宿精選*/
	clear:both;
	padding-top:30px;
	position:relative;
}
.bannerBox img{}	
	
	
	
/*大平板 1024*/
.mainArea{/* 主框 高度 控制 內框*/
	padding:350px 0 0 0;
	margin-bottom:80px; 
	}
	
/*標題 導覽框*/	
.mainArea .titleBox{
	position:relative;
	/*background:url(../images/title-decoration.png) no-repeat left top;*/
	padding:10px 0 0 0px;
	min-height:140px;
}

.mainArea .titleBox h2{}

.mainArea .titleBox h2 strong{
	text-align:left;
	font-weight:normal;
	font-family: 'cwTeXMing', serif;
	font-size:16px;
	color:#000;
	width:100%;
	border-bottom:1px solid #e0e0e0;
	line-height:30px;
}

.mainArea .titleBox h2 em{
	display:none;
	font-weight:normal;
	font-size:12px;
	color:#c7a18f;
	line-height:20px;
}
	
/*導覽bread*/
.mainArea .titleBox .bread{
	display:none;/*隱藏DIV*/
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:12px;
	color:#000;	
	position:absolute;	
	right: 0px;
	top: 25px;}

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

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

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

.mainArea .contentBox p{/* 關於我們字體 */
	font-size:18px;
	clear:both;
	padding-bottom:80px;
	}

.mainArea .contentBox h3.articleTitle{/*文章標題*/
	clear:both;
	margin-bottom:10px;
	padding:0 10px;/*下邊線與標題距離*/
	
	font-size: 25px;
	font-family: "微軟正黑體", "新細明體", sans-serif;
	font-weight: normal;
	color: #714D00;
	
	/* background: url(../images/) no-repeat left center; */
	background-size: 30px;
    padding-left: 30px;}

.mainArea .contentBox h3.articleTitle strong{
	font-weight:normal;}

/*文字編輯器*/
.textEditor{
	clear:both;
	font-size:15px;
	font-family:"微軟正黑體", "新細明體", 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(../image/plus.png) no-repeat 5px center;
	padding-left: 40px;}

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

/*套裝 類別*/
.m_classLink{
	display:none;}
	
.classBox{
	padding:0px 0 30px 0;}

ul.classLink{
	text-align:center;}

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


/*套裝 類別 字體大小*/
ul.classLink li a{
	display:block;
	margin:0 3px;
	font-size:23px;
	padding:5px 10px;
	color:#24915d;
	border:1px solid #24915d;
	
	position:relative;}

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

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

	
/*標題字 下框距離*/
.sectionTitle{
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:28px;
	font-weight:normal;
	color: #1c7cc4;
	margin-bottom:30px;
}


.sectionTitle strong{
	color:#000;
	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:25px;}

.tab a{
	display:block;
	float:left;
	padding: 10px 8px;
	font-size:15px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	color:#1c1c1c;
	border-radius: 5px 5px 0 0;}

.tab a.current{
	background:#714D00;
	color:#fff;
}

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

ul.tabContent > li{
	display:none;}

ul.tabContent li .textEditor{
	margin:0;}
	
	
ul.tabContent li h3.articleTitle {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 20px !important;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    font-weight: normal;
    color: #573e53 !important;
    /*background: url(../images/icon01.png) no-repeat left center !important;*/
    background-size: 25px;
    padding-left: 25px;
}

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

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

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

.side_menu ul li a:hover{}

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

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

/*側邊_相簿*/
ul.side_album{
	margin-top:10px;
	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_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:"微軟正黑體", "新細明體", sans-serif;
	font-size:16px;
	color:#1c7cc4;}

.side_contactInfo ul li a i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background:#1c7cc4;
	width: 35px;
	height: 35px;
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	border-radius: 99em;}

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

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

.side_room .sectionTitle{
	margin-bottom:15px;
	
	}
.side_room .sectionTitle strong{
	font-size:30px;
}
.side_room .sectionTitle_ti strong:before{
	
		font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:26px;
	color:#1c7cc4;

	font-family:FontAwesome;
	content:"\f236";  /*床的圖示*/
	padding:0 5px;
}
.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:10px;}

.side_room ul li .Txt h3 strong a{
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#000;}

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

.side_room ul li .Txt p{
	font-size: 25px;
	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(../image/bx_arrow_square_prev.png) !important;}

.side_room .bx-wrapper .bx-next{
	background:url(../image/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 );
}


/* 上框fb / gplus */
.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:"微軟正黑體", "新細明體", 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;}


}
	
	
	
	
	

/**********小平板**************/
@media (max-width: 768px){
/*********內頁**********/
/**********************/
/*標題 導覽框*/	
.mainArea .titleBox{
	position:relative;
	/*background:url(../images/title-decoration.png) no-repeat left top;*/
	padding:10px 0 0 0px;
	min-height:80px;/*下距*/
}

.mainArea .titleBox h2{}

.mainArea .titleBox h2 strong{
	text-align:left;
	font-weight:normal;
	font-family: 'cwTeXMing', serif;
	font-size:16px;
	color:#000;
	width:100%;
	border-bottom:1px solid #e0e0e0;
	line-height:30px;
}

.mainArea .titleBox h2 em{
	display:none;
	font-weight:normal;
	font-size:12px;
	color:#c7a18f;
	line-height:20px;
}
	
/*導覽bread*/
.mainArea .titleBox .bread{
	display:none;/*隱藏DIV*/
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:12px;
	color:#000;	
	position:absolute;	
	right: 0px;
	top: 25px;}

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

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

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

.bannerBox{/*手機 房內設施 | FACILITIES */
	clear:both;
	padding-top:30px;
	position:relative;
}

.mainArea .contentBox p{
	clear:both;
	padding-bottom:30px;}


.bannerBox{}

.bannerBox .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:10px;
	z-index:999;}

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

.bannerBox .bx-wrapper .bx-pager.bx-default-pager a:hover, .bannerBox .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#FFF;
	border:1px solid #FFF;}

.bannerBox img{
	display:block;
	width:100%;
	}
	
/*****banner******/
.bannerArea{
	clear:both;
	position:relative;
}
.bannerArea img{
	width:100%;
}
.bannerBox{/*房內設施 | FACILITIES */
	clear:both;
	padding-top:30px;
	position:relative;
}

.bannerBox img{
	width:100%;
}	



	
	


/*設施訊息*/
.col-6 {/*設施區塊控制寬高 - 字體放中間*/
	width:20%;
	margin-top:6px;
	margin-left:16px;
	margin-bottom:6px;
	text-align: center;
	}
.col-6 img{/*設施圖片控制寬高*/
	width:70px;	
	}


.bannerBox{
	clear:both;
	padding-top:0px;
	position:relative;
}
/*main*/
.mainArea{
	padding:120px 0 0 0;
	
}
/*****banner******/
.bannerArea{
	clear:both;
	position:relative;
padding-top:80px;}/*手機大圖倫波上方距離*/
.outerWrap{
	padding-top:60px;}

.wrap{
	width:100%;
	padding:0 20px;}

header{
	display:none;
	}

	
	
	
	
/*mobile menu*/
ul.menu{
	display:none;
	}

/*手機menu*/
.m_menu{
	display:block;
	width:100%;
	box-shadow:0 2px 5px rgba(126, 126, 126, 0.50);
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	}
	

.m_menu .mask{
	display: none;

	position: fixed;
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
	top: 0;
	left: 0;
	z-index: 10;
}
.m_menu .hideBox{/*手機menu內容*/
	display: none; /* 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;
	background-color: rgba(73,73,73,0.90);
}




/*手機選單上方*/
.m_menu .controlBox{
	background: #FFF;	
	position:relative;
	z-index:99;
	}
	
	
/*三線寬*/
.m_menu .controlBox a.main{
	display: block;
    float: left;
    margin-right: 26px;
    width: 50px;/*三線寬*/
    height: 45px;/*三線高*/
    font-size: 20px; /*三線*/
    color: #5e4b4d;
    line-height: 43px;/*三線高度*/
    text-align: center;
    background: #FFF;
    border-right: 1px solid #D2D2D2;/*間格線*/
	}

.m_menu .controlBox .m_logo{
	float:left;
	}
	
/*mobile LOGO*/
.m_menu .controlBox .m_logo img{
	display:block;
	width: 280px;
	height: 91px;
	padding-left: 20px;
	padding-top: 9px;
}

.m_menu .controlBox .language:hover .submenu{
	display:block;}



.m_menu .hideBox .m_trans{
	padding:25px 0;
	text-align:center;}

	
	
.m_menu .hideBox .m_trans > div{
	display:inline-block;
	}

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

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

/*手機選單 地圖電話*/
.m_menu .mfun a{
	margin:0 1px;
	display: inline-block;
	font-size: 20px;
	background:#24915d;
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	}
	
	
	



.searchBox_m input[type="text"]{
	display:inline-block;
	vertical-align:middle;
	width:200px;
	height:30px;
	border:1px solid #CCC;}

.searchBox_m a{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	font-size:15px;
	line-height:30px;
	text-align:center;
	background:#9CC720;
	color:#FFF;}

.m_menu ul.nav{
	
}
	
/*選單橫線*/
.m_menu ul.nav li{
    border-top: 1px solid rgba(119, 119, 119, 0.95);
	}
	

	/* 手機選單控制 */
.m_menu ul.nav li a {
	padding:16px 10px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	display:block;
	font-size:18px;
	color:#FFF;
	text-align:center;
	position:relative;
	}

	
.m_menu ul.nav li a:hover{
	background:#f19226;
	color:#fff;}
	
	
.m_menu ul.nav li a:hover b{
	color:#fff;}
.m_menu ul.nav li a b{
	display:inline;
color:#666;
padding-left:10px;
font-size:12px;}
	
	
	
.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:#999;}
	
	
	
	
	
	
	

/***快速訂房**/
.bookArea {
    padding: 20px 0 10px 0;
}
.bookArea ul{
	text-align:left;
	}
.bookArea ul li{
	float:none;
	width:100%;
	margin:0 0 15px 0 !important;}

.bookArea ul li b{
	display:block;
	margin-bottom:5px;
	}

.bookArea ul li input[type="text"], .bookArea ul li select{
	width:100%;}

.bookArea ul li i{
	top:25px;}

	
	
	
	
	
	
	
footer .qrcode{/* qr 距離以及框的高度 / 控制下框頁高度 */
height:100%;
width:100%;
margin-TOP:12px;
margin-right:0px;
}	
	
footer .qrcode3{/* qr 距離以及框的高度 / 控制下框頁高度 */
margin-top:20px;
height:60px;
width:300px;/*框高度*/
	float:left;
	margin-left:18px;
	margin-right:0px;
	margin-bottom:30px;
	}




footer .qrcode2{/* qr 距離以及框的高度 / 控制下框頁高度 */

width:200px;
height:60px;
	float:left;
	margin-right:25px;
	}





footer .qrcode img{/* qr 距離以及框的高度 / 控制下框頁高度 */
/*width:50px;*/
	}

	
	/* footer 店家聯絡資訊 */
h5.copyright{
	width:320px;
	margin-top:20px;
	margin-left:20px;
	font-size:16px;
	line-height:2;
	font-weight:normal;
	color:#333;
	height:100%;
	}	
	
	
	
	
	.bannerBox{/*民宿精選*/
	clear:both;
	padding-top:30px;
	position:relative;
}
	
/*mobile LOGO*/	
header.shrink h1 a{
	background:url(../image/logo_m.png) no-repeat center top;
	background-size:cover;
}	
		
	
	/*手機 mobile LOGO*/
.m_menu .controlBox .m_logo img{	
	display:block;
	width: 180px;
	height: 59px;
	padding-left: 20px;
	margin-top: -13px;
}
	
	
	
	
	.mainArea .contentBox p{
	clear:both;
	padding-bottom:30px;}

/*banner*/
.bannerBox .bx-wrapper .bx-controls-direction a{
}

/*bread*/	
	
/**************/	
/*標題 導覽框*/	
/* 單元標題公用開始 */
/*  TITLE標題  */
h2{
	text-align:center;
	position:relative;}
h2 strong{
	color:#594541;
	font-size:36px;
	font-family: 'Lora', serif;
	font-weight:400;
	display:inline-block;
	padding:0px 6px 0 0px;
	/* background:url(../images/title_icon.png) right top no-repeat; */
	}
h2:before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:43%;
	height:5px;
	background:url(/images/title_bg.png);
	}
h2:after{
	content:"";
	position:absolute;
	right:0;
	top:50%;
	width:43%;
	height:5px;
	background:url(/images/title_bg.png);
	}
h2 em{
	display:block;
	font-size:15px;
	color:#fff;
	font-weight:normal;}
/*  TITLE標題  */
.Aboutfuture h2 {
margin-top:10px; 
margin-bottom:60px; 
padding-top:10px;/*控制上方距離*/
font-size: 0.6em;
color: #fff; 
font-family: 'Montserrat-Regular';
text-align: center;
}
.Aboutfuture h2:after,.Aboutfuture h2:before {
	
width: 100%;
}
/* 單元標題公用結束 */




/*footer */
footer .col-2{
	
	float:none;
	width:100%;
	padding:0;
	padding:10px 0;
	border:none;
	box-shadow:none;}

.translate{
	float:none;}

.goTop{
	display:none;}

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


}





/*640*/
@media (max-width: 768px){
.mainArea .titleBox h2{
	float:none;}	

	/*導覽bread*/
.mainArea .titleBox .bread{
	display:none;/*隱藏DIV*/
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:12px;
	color:#000;	
	position:absolute;	
	right: 0px;
	top: 17px;}
	
	
	
	
	
.classBox{
	padding:10px 0;}
	
	
	
	
	
/*A B館*/
/*套裝 類別 字體大小*/
ul.classLinkdd li a{
	display:block;
	margin:6px 4px;/*選單間距離*/
	font-size:23px;
	padding:5px 10px;
	color:#24915d;
	border:1px solid #24915d;
	
	position:relative;}	
	
	
	
	
	
	
	
/*類別640*/
ul.classLink{
	display:none;}
	
	
	
	
	
	

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

.m_classLink a.main{
	display:block;
	font-size:15px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	background:#24915d;
	position:relative;
	padding:10px;
	border-radius:5px;
}
.m_classLink a.main b{
	color:#fff;}
.m_classLink a.main i{
	display:block;
	font-size:15px;
	color:#fff;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-6px;}

.m_classLink ul{
	display:none;
	width:100%;
	background:#FFF;
	border-radius:5px;
	border:1px solid #d1d1d1;
	position:absolute;
	left:0;
	top:100%;
	margin-top:2px;
	z-index:999;
	
	box-sizing:border-box;}

.m_classLink ul li{}

.m_classLink ul li a{
	display:block;
	padding:15px 10px;
	border-top:1px solid #d1d1d1;
	color:#24915d;}
	
.m_classLink ul li a:hover{
	background:#24915d;
	color:#fff;
	border-radius:5px;
	}

.m_classLink ul li:first-child a{
	border:none;}

ul.downMenu li a b{
	
	width:100%;
	display:none;
	}
}


	  
}




@media (max-width: 411px){
/*標題 導覽框*/	
.mainArea .titleBox{
	position:relative;
	/*background:url(../images/title-decoration.png) no-repeat left top;*/
	padding:10px 0 0 0px;
	min-height:80px;/*下距*/
}

.mainArea .titleBox h2{}

.mainArea .titleBox h2 strong{
	text-align:left;
	font-weight:normal;
	font-family: 'cwTeXMing', serif;
	font-size:16px;
	color:#000;
	width:100%;
	border-bottom:1px solid #e0e0e0;
	line-height:30px;
}

.mainArea .titleBox h2 em{
	display:none;
	font-weight:normal;
	font-size:12px;
	color:#c7a18f;
	line-height:20px;
}
	
/*導覽bread*/
.mainArea .titleBox .bread{
	display:none;/*隱藏DIV*/
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:12px;
	color:#000;	
	position:absolute;	
	right: 0px;
	top: 25px;}

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

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

.mainArea .titleBox .bread span{
	padding:0 3px;
	color:#000;}	
	
/* 熱門行程表格超出自動出現卷軸 */
.scrollable {/*外框*/
  border:0px solid black;
  width:340px;
  height:auto;
  overflow: auto;  /* 新增這行 */
}
.items{/*內框*/
        width: 700px;
        border:0px solid red;
      }

	  
}



@media (max-width: 414px){
/*標題 導覽框*/	
.mainArea .titleBox{
	position:relative;
	/*background:url(../images/title-decoration.png) no-repeat left top;*/
	padding:10px 0 0 0px;
	min-height:80px;/*下距*/
}

.mainArea .titleBox h2{}

.mainArea .titleBox h2 strong{
	text-align:left;
	font-weight:normal;
	font-family: 'cwTeXMing', serif;
	font-size:16px;
	color:#000;
	width:100%;
	border-bottom:1px solid #e0e0e0;
	line-height:30px;
}

.mainArea .titleBox h2 em{
	display:none;
	font-weight:normal;
	font-size:12px;
	color:#c7a18f;
	line-height:20px;
}
	
/*導覽bread*/
.mainArea .titleBox .bread{
	display:none;/*隱藏DIV*/
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:12px;
	color:#000;	
	position:absolute;	
	right: 0px;
	top: 25px;}

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

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

.mainArea .titleBox .bread span{
	padding:0 3px;
	color:#000;}
	
	
	
	
/* 熱門行程表格超出自動出現卷軸 */
.scrollable {/*外框*/
  border:0px solid black;
  width:340px;
  height:auto;
  overflow: auto;  /* 新增這行 */
}
.items{/*內框*/
        width: 700px;
        border:0px solid red;
      }


	  
}







@media (max-width: 480px){
/*標題 導覽框*/	
.mainArea .titleBox{
	position:relative;
	/*background:url(../images/title-decoration.png) no-repeat left top;*/
	padding:10px 0 0 0px;
	min-height:80px;/*下距*/
}

.mainArea .titleBox h2{}

.mainArea .titleBox h2 strong{
	text-align:left;
	font-weight:normal;
	font-family: 'cwTeXMing', serif;
	font-size:16px;
	color:#000;
	width:100%;
	border-bottom:1px solid #e0e0e0;
	line-height:30px;
}

.mainArea .titleBox h2 em{
	display:none;
	font-weight:normal;
	font-size:12px;
	color:#c7a18f;
	line-height:20px;
}
	
/*導覽bread*/
.mainArea .titleBox .bread{
	display:none;/*隱藏DIV*/
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:12px;
	color:#000;	
	position:absolute;	
	right: 0px;
	top: 25px;}

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

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

.mainArea .titleBox .bread span{
	padding:0 3px;
	color:#000;}
	
	
	
	
/*** 客房列表 開始 ****************/	
/*menuroom 上方選單位置 */
ul.menuroom{ 
	text-align:right;
	margin-right:6px; 
	}
	
/*選單分隔線*/
ul.menuroom li{ /*選單按鈕*/
	width: 150px;
	height: 50px;
	display:inline-block;
	position:relative;
	/* background:url(../images/001.jpg) no-repeat left center; */
	}
	

ul.menuroom li > a{
	text-align:center;
	background:#A2F0C5;/*選單碰觸變色選單*/
	position:relative;
	display: block;
	padding: 8px 10px 10px 10px;/*選單間隔*/
	font-family: "微軟正黑體", "新細明體", sans-serif;
	font-size: 18px;
	color: #000;
	z-index:2;
	font-weight:500;
}

/*選單上的圖片動畫*/
ul.menuroom li > a:hover{
	
	background:#A2F0C5;/*選單碰觸變色選單*/
	color:#fff;
	
	/*選單上的圖片動畫*/
	/* background:url(../images/) no-repeat center top; */
}

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

ul.menuroom li.dropDown .submenuroom a{
	display:block;
	padding:10px 20px;
	background:#FFF;
	border-top: #e8e8e8 1px solid;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:15px;
	color:#222;
	text-align:left;}

ul.menuroom li.dropDown .submenuroom a:hover{
	background:#715047;
	color:#FFF;}

ul.menuroom li.dropDown .submenuroom a:first-child{
	border:none;}

.m_menuroom{
	display:none;}	
/*** 客房列表 結束 ****************/



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

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

	.col-4aboutinp{/*關於我們的相簿寬度*/
	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;}
}










@media (max-width: 375px){
	/*標題 導覽框*/	
.mainArea .titleBox{
	position:relative;
	/*background:url(../images/title-decoration.png) no-repeat left top;*/
	padding:10px 0 0 0px;
	min-height:80px;/*下距*/
}

.mainArea .titleBox h2{}

.mainArea .titleBox h2 strong{
	text-align:left;
	font-weight:normal;
	font-family: 'cwTeXMing', serif;
	font-size:16px;
	color:#000;
	width:100%;
	border-bottom:1px solid #e0e0e0;
	line-height:30px;
}

.mainArea .titleBox h2 em{
	display:none;
	font-weight:normal;
	font-size:12px;
	color:#c7a18f;
	line-height:20px;
}
	
/*導覽bread*/
.mainArea .titleBox .bread{
	display:none;/*隱藏DIV*/
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:12px;
	color:#000;	
	position:absolute;	
	right: 0px;
	top: 25px;}

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

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

.mainArea .titleBox .bread span{
	padding:0 3px;
	color:#000;}
	
	
	
	/* 熱門行程表格超出自動出現卷軸 */
.scrollable {/*外框*/
  border:0px solid black;
  width:302px;
  height:auto;
  overflow: auto;  /* 新增這行 */
}
.items{/*內框*/
        width: 600px;
        border:0px solid red;
      }		
  }	  
	  




















/* 關係到 320*/
@media (max-width: 360px){
	/*標題 導覽框*/	
.mainArea .titleBox{
	position:relative;
	/*background:url(../images/title-decoration.png) no-repeat left top;*/
	padding:10px 0 0 0px;
	min-height:80px;/*下距*/
}

.mainArea .titleBox h2{}

.mainArea .titleBox h2 strong{
	text-align:left;
	font-weight:normal;
	font-family: 'cwTeXMing', serif;
	font-size:16px;
	color:#000;
	width:100%;
	border-bottom:1px solid #e0e0e0;
	line-height:30px;
}

.mainArea .titleBox h2 em{
	display:none;
	font-weight:normal;
	font-size:12px;
	color:#c7a18f;
	line-height:20px;
}
	
/*導覽bread*/
.mainArea .titleBox .bread{
	display:none;/*隱藏DIV*/
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:12px;
	color:#000;	
	position:absolute;	
	right: 0px;
	top: 25px;}

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

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

.mainArea .titleBox .bread span{
	padding:0 3px;
	color:#000;}
	
	
	
/* 熱門行程表格超出自動出現卷軸 */
.scrollable {/*外框*/
  border:0px solid black;
  width:289px;
  height:auto;
  overflow: auto;  /* 新增這行 */
}
.items{/*內框*/
        width: 700px;
        border:0px solid red;
      }
	  
	  
	
	
	
.m_menu .controlBox .m_logo{
	float:left;
	}
	
/*mobile LOGO*/
.m_menu .controlBox .m_logo img{
	display:block;
	width: 230px;
	/*height: 81px;*/
	padding-left: 20px;
	padding-top: 19px;
}




/*** 客房列表 開始 ****************/	
/*menuroom 上方選單位置 */
ul.menuroom{ 
	text-align:right;
	margin-right:6px; 
	}
	
/*選單分隔線*/
ul.menuroom li{ /*選單按鈕*/
	width: 150px;
	height: 50px;
	display:inline-block;
	position:relative;
	/* background:url(../images/001.jpg) no-repeat left center; */
	}
	

ul.menuroom li > a{
	text-align:center;
	background:#A2F0C5;/*選單碰觸變色選單*/
	position:relative;
	display: block;
	padding: 8px 10px 10px 10px;/*選單間隔*/
	font-family: "微軟正黑體", "新細明體", sans-serif;
	font-size: 18px;
	color: #000;
	z-index:2;
	font-weight:500;
}

/*選單上的圖片動畫*/
ul.menuroom li > a:hover{
	
	background:#A2F0C5;/*選單碰觸變色選單*/
	color:#fff;
	
	/*選單上的圖片動畫*/
	/* background:url(../images/) no-repeat center top; */
}

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

ul.menuroom li.dropDown .submenuroom a{
	display:block;
	padding:10px 20px;
	background:#FFF;
	border-top: #e8e8e8 1px solid;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:15px;
	color:#222;
	text-align:left;}

ul.menuroom li.dropDown .submenuroom a:hover{
	background:#715047;
	color:#FFF;}

ul.menuroom li.dropDown .submenuroom a:first-child{
	border:none;}

.m_menuroom{
	display:none;}	
/*** 客房列表 結束 ****************/



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

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

	.col-4aboutinp{/*關於我們的相簿寬度*/
	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;}
}




@media (max-width: 320px){
/*標題 導覽框*/	
.mainArea .titleBox{
	position:relative;
	/*background:url(../images/title-decoration.png) no-repeat left top;*/
	padding:10px 0 0 0px;
	min-height:80px;/*下距*/
}

.mainArea .titleBox h2{}

.mainArea .titleBox h2 strong{
	text-align:left;
	font-weight:normal;
	font-family: 'cwTeXMing', serif;
	font-size:16px;
	color:#000;
	width:100%;
	border-bottom:1px solid #e0e0e0;
	line-height:30px;
}

.mainArea .titleBox h2 em{
	display:none;
	font-weight:normal;
	font-size:12px;
	color:#c7a18f;
	line-height:20px;
}
	
/*導覽bread*/
.mainArea .titleBox .bread{
	display:none;/*隱藏DIV*/
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:12px;
	color:#000;	
	position:absolute;	
	right: 0px;
	top: 25px;}

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

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

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

	
/* 熱門行程表格超出自動出現卷軸 */
.scrollable {/*外框*/
  border:0px solid black;
  width:248px;
  height:auto;
  overflow: auto;  /* 新增這行 */
}
.items{/*內框*/
        width:580px;
        border:0px solid red;
      }

/*手機選單上方*/
.m_menu .controlBox{
	background: #FFF;	
	position:relative;
	z-index:99;
	}
	
	
/*三線寬*/
.m_menu .controlBox a.main{
	display: block;
    float: left;
    margin-right: 10px;
    width: 50px;/*三線寬*/
    height: 50px;/*三線高*/
    font-size: 33px; /*三線*/
    color: #5e4b4d;
    line-height: 76px;/*三線高度*/
    text-align: center;
    background: #FFF;
    border-right: 1px solid #D2D2D2;/*間格線*/
	}

.m_menu .controlBox .m_logo{
	float:left;
	}
	
/*mobile LOGO*/
.m_menu .controlBox .m_logo img{
	display:block;
	width: 230px;
	/*height: 91px;*/
	padding-left: 20px;
	padding-top: 19px;
}

.m_menu .controlBox .language:hover .submenu{
	display:block;}



.m_menu .hideBox .m_trans{
	padding:25px 0;
	text-align:center;}

	
	
.m_menu .hideBox .m_trans > div{
	display:inline-block;
	}

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

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

/*手機選單 地圖電話*/
.m_menu .mfun a{
	margin:0 1px;
	display: inline-block;
	font-size: 20px;
	background:#24915d;
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	}
		




	/* footer 店家聯絡資訊 */
	ul.downMenu{width:270px;}

ul.downMenu li{/* 下選單間格 */
	width:33.33%;
	float:left;}

/* 下框選單 */
ul.downMenu li a{
	display:block;
	padding:8px 0;
	font-size:16px;
	color:#333;
	}

ul.downMenu li a b{
	padding-left:3px;
	font-size:13px;
	font-weight:normal;
	text-transform:capitalize;}

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


h5.copyright{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	
	font-size:16px;
	line-height:2;
	font-weight:normal;
	color:#333;
	}	
	
footer .qrcode3{/* qr 距離以及框的高度 / 控制下框頁高度 */
margin-top:20px;
height:100%;
width:100%;

	float:left;
	margin-left:15px;
	}

footer .qrcode2{/* qr 距離以及框的高度 / 控制下框頁高度 */
margin-top:20px;
height:200px;
width:150px;/*框高度*/
	float:left;

	}
	
footer .qrcode{/* qr 距離以及框的高度 / 控制下框頁高度 */
width:200px;
margin-left:10px;

	}
	
footer .qrcode img{/* qr 距離以及框的高度 / 控制下框頁高度 */
width:60px;
	}





	
	
	
/*** 客房列表 開始 ****************/	
/*menuroom 上方選單位置 */
ul.menuroom{ 
	text-align:right;
	margin-right:6px; 
	}
	
/*選單分隔線*/
ul.menuroom li{ /*選單按鈕*/
	width: 150px;
	height: 50px;
	display:inline-block;
	position:relative;
	/* background:url(../images/001.jpg) no-repeat left center; */
	}
	

ul.menuroom li > a{
	text-align:center;
	background:#A2F0C5;/*選單碰觸變色選單*/
	position:relative;
	display: block;
	padding: 8px 10px 10px 10px;/*選單間隔*/
	font-family: "微軟正黑體", "新細明體", sans-serif;
	font-size: 18px;
	color: #000;
	z-index:2;
	font-weight:500;
}

/*選單上的圖片動畫*/
ul.menuroom li > a:hover{
	
	background:#A2F0C5;/*選單碰觸變色選單*/
	color:#fff;
	
	/*選單上的圖片動畫*/
	/* background:url(../images/) no-repeat center top; */
}

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

ul.menuroom li.dropDown .submenuroom a{
	display:block;
	padding:10px 20px;
	background:#FFF;
	border-top: #e8e8e8 1px solid;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:15px;
	color:#222;
	text-align:left;}

ul.menuroom li.dropDown .submenuroom a:hover{
	background:#715047;
	color:#FFF;}

ul.menuroom li.dropDown .submenuroom a:first-child{
	border:none;}

.m_menuroom{
	display:none;}	
/*** 客房列表 結束 ****************/



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

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

	.col-4aboutinp{/*關於我們的相簿寬度*/
	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;}
	

}

