﻿@charset "UTF-8";
div,/* CSS Document */dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{
	margin:0;
	padding:0;
}
/*table{border-collapse:collapse;border-spacing:0;}*/
fieldset,img{
	border:none;
	list-style-type: none;
}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
a{
	color:#383737;
	text-decoration:none;
	transition:all .4s;
}
a:hover{color:#FC0;}
body{margin:0px;padding:0px}
body{
	color:#383737;
	background-color:#fff;
	font-family: "微軟正黑體";
}
.relative{position:relative;}	
.right{float:right;}
.left{float:left;}
.clear{clear:both;}
.red{
	color:#f23255;
}
.bold{ font-weight:bold;}
.gray{color:#8c4924;}
.gray02{
	color:#B06459;
}
.gray03{
	color:#8c4924;
}
.gray04{
	background-color: #F8EBE4;
}
.price{ color:#f1274c; font-size:35px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.bigfont{
	font-size:28px;
}
.border-tb{
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	}

.border-top{
	border-top:solid 1px #ddd;
	}
	
.border-bottom{
	border-bottom:solid 1px #ddd;
	}
	
.border-left{
	border-left:solid 1px #ddd;
	}
	
.border-right{
	border-right:solid 1px #ddd;
	}

#wrap{
	margin: auto;
	padding: auto;
	width:1000px;
	}
	
.center{
	width:995px; 
	margin:auto;
	}
	
#top{
	background:#000;
	}

#container{
	width:1000px;
	box-sizing:border-box;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	}
	
.print{
	margin-top:2px;
	padding:10px 15px;
	font-size:15px;
	color:#484848;
	}
	
.print a{
	border-right:1px solid #aaa;
	height:15px;
	line-height:15px;
	display:inline-block;
	padding:0 10px 0 5px;
	}
	
.print a:last-child{
	border-right:none;
	}
	
.pic{
	position:relative;
	box-sizing:border-box;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 11px;
	}
	
.bt_left,.bt_right{
	position:absolute;
	top:140px;
	transition:all .4s;
	}
	
.bt_left{
	left:0;
	}
	
.bt_right{
	right:0;
	}
	
.bt_left:hover,.bt_right:hover{
	opacity:0.7;
	}
	
.pic .bpic{
	width:400px;
	height:280px;
	}
	
.pic .spic,.pic .spic a{
	width:124px;
	height:80px;
	}
	
.pic li{
	display:inline-block;
	padding:15px 10px 0 0 ;
	text-align:left;
	}
	
.spic a{
	display:block;
	transition:all .4s;
	}

.spic a:hover{
	opacity:0.75;
	box-shadow:0px 0px 0px 2px #FC0  ;
	-moz-box-shadow:0px 0px 0px 2px #FC0  ;
	-webkit-box-shadow:0px 0px 0px 2px #FC0 ;
	box-sizing:border-box;
	}
	
.spic.active a{
	box-shadow:0px 0px 0px 2px #FC0  ;
	-moz-box-shadow:0px 0px 0px 2px #FC0  ;
	-webkit-box-shadow:0px 0px 0px 2px #FC0 ;
	}
	
.spic.active a:hover{
	cursor:default;
	opacity:1;
	}
	
.pic ul{
	width:400px;
	}
	
.pic li:last-child{
	margin-right:-5px;
	padding-right:0;
	text-align:right;

	}

.pic .bpic,.pic .spic a{
	background-size: cover;
	background-position: center center;
	}
	
.main .infor_content{
	min-height:305px;
	width:567px;
	}
	
.title,.title a{
	color:#0db5d3;
	}
	
.title span,.title span a{
	transition:all .4s;
	color:#575757;
	}
	
.main .title{
	min-height:66px;
	line-height:34px;
	font-size:25px;
	letter-spacing:1px;
	width:537px;
	overflow:hidden;
	text-shadow: 0.3px 0.3px 0px #0db5d3;
	}
	
.main .infor,.main .title{
	padding:11px 15px;
	}
	
.main .title span {
	text-shadow: 0.3px 0.3px 0px #575757;
	}
	
.main .infor .detail{
	line-height:33px;
	font-size:17px;
	letter-spacing:0.6px;
	}
	
.main .dline{
	background:url(../images/bk_line.png) repeat-x;
	height:5px;
	margin:12px 0 5px 0;
	}
	
.bt_enter{
	border-radius:8px;
	padding:5px 10px;
	border:1px solid #da1342;
	width:180px;
	font-size:22px;
	color:#fff;
	margin-top:10px;
	display:block;
	transition: all .4s;
	background-color: #f8597e;
	}

.bt_enter:hover{
	color:#f8597e;
	background:#fff;
	}
.bt_enter2{
	border-radius:8px;
	padding:5px 10px;
	border:1px solid #333;
	width:140px;
	font-size:22px;
	color:#fff;
	margin-top:10px;
	display:block;
	transition: all .4s;
	background-color: #555;
	}

/*.bt_enter2:hover{
	color:#333333;
	background:#fff;
	}*/	
.bt_enter2 .fa-sign-in{
	background:#fff;
	font-size:26px;
	color:#555;
	width:33px;
	text-align:center;
	line-height:32px;
	border-radius:50px;
	margin-right:5px;
	transition: all .4s;
	}
	
.bt_enter .fa-sign-in{
	background:#fff;
	font-size:26px;
	color:#f8597e;
	width:33px;
	text-align:center;
	line-height:32px;
	border-radius:50px;
	margin-right:5px;
	transition: all .4s;
	}
	
.bt_enter:hover .fa-sign-in{
	background:#f8597e;
	color:#fff;
	}
	
.main .easytravel{
	text-align:center;
	font-size:15px;
	letter-spacing:0.1px;
	width:537px;
	overflow:hidden;
	vertical-align:middle;
	margin:10px 0;
	}
	
.main .easytravel li{
	line-height:28px;
	display:inline-block;
	padding:0 8px 0 3px;
	border-right:1px solid #aaa;
	}
	
.easytravel li:last-child{
	border-right:none;
	}
	
.content{
	box-shadow: 0px -5px 5px 0px  #fafafa inset;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 40px;
	padding-left: 12px;
	}
.last-box{
	box-shadow: 0px 5px 5px 0px  #fafafa inset,0px -5px 5px 0px  #fafafa inset;
	}
	
.content .tit{
	padding:0 8px;
	background:url(../images/bk_tit.png) repeat-x;
	height:50px;
	line-height:45px;
	display:block;
	color:#433D38;
	font-size:26px;
	letter-spacing:1.5px;
	cursor:default;
	text-shadow: 0.4px -0.4px 0px #433D38;
	}
	
.bt_top{
	text-shadow: 0px 0px 0px #ff6600;
	position:absolute;
	top:6px;
	right:20px;
	color:#ff6600;
	font-size:16px;
	font-weight:bold;
	}
	
.bt_top:hover{
	color:#ff6600;
	opacity:1;
	}
	
.bt_top:hover .fa-long-arrow-up{
	transform: translate(0px, -4px) ;
	}
	
.bt_top .fa-long-arrow-up{
	font-size:18px;
	margin-left:5px;
	color:#ff6600;
	}
	
.content .tit img{
	vertical-align: middle;
	padding:0 0 7px 0;
	}
	
.content .tit .eng{
	text-shadow: 0px 0px 0px #fff;
	font-weight:normal;
	color:#fff;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	}
	
.day_content{
	background-image: url(../images/bk_line_02.png);
	background-repeat: repeat-y;
	background-position: 30px 0;
	}
	
.fristday{
	margin-top: 20px;
	margin-bottom: 20px;

	}
	
.lastday{
	background:none;
	}
	
.day_name li{
	display:inline-block;
	vertical-align: top;
	}
	
.day_name .day{
	width:65px;
	height:30px;
	border-radius:26px;
	text-align:center;
	color:#54443A;
	font-size:13px;
	line-height:30px;
	font-weight:bold;
	margin-right: 10px;
	background-color: #EBE6E2;
	margin-bottom: 25px;
	margin-left: -10px;
	}
.day_name .day2{
	width:65px;
	height:30px;
	border-radius:26px;
	text-align:center;
	color:#54443A;
	font-size:13px;
	line-height:30px;
	font-weight:bold;
	margin-right: 10px;
	background-color: #EBE6E2;
	margin-left: -10px;
	}	
.day span{
	line-height:16px;
	font-size:28px;
	}
	
.day_name .number{
	font-size:18px;
	font-style:italic;
	color:#54443a;
	line-height:30px;
	margin-left: 10px;
	width: 650px;
	}
.nameti{
	font-size:20px;
	text-shadow: 0.1px 0.1px 0px #1d1d1d;
	color:#1d1d1d;
	line-height:45px;
	letter-spacing:0.3px;
	margin-bottom:20px;
	border:#bca191 solid 1px;
	margin-right: 0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	margin-top: 15px;
	padding-left: 10px;
	}	
.nameti .arrow{
	position:absolute;
	top:-1px;
	left:-1px;
	z-index:-5;
	}
.day_name .name{
	font-size:16px;
	text-shadow: 0.1px 0.1px 0px #1d1d1d;
	color:#1d1d1d;
	width:790px;
	padding:8px 10px;
	line-height:26px;
	margin:0 0 0 12px;
	letter-spacing:0.3px;
	margin-bottom:30px;
	border:#bca191 solid 1px;
	}
	
.day_name .name .arrow{
	position:absolute;
	top:-1px;
	left:-1px;
	z-index:-5;
	}
	
.txt{
	line-height:28px;
	font-size:15px;
	letter-spacing:0.1px;
	
	}
	
.left.txt{
	width:650px;
	}
	
.day_content .txt,.day_content .list{
	margin-left:60px;
	}
	
.day_content .txt p{
	margin-bottom:10px;
	}
.picture2{
	margin:0 0 15px 0;
	padding:6px;
	border:solid 1px #bfbfbf;
	background-position: center;
	}	
.picture{
	margin:0 0 15px 0;
	padding:6px;
	border:solid 1px #bfbfbf;
	}
	
.picture div{
	background-size: cover;
	background-position: center center;
	}
.bigimg2{
	width:872px;
	height:400px;
	margin-top: 20px;
	margin-bottom: 20px;
	}	
.bigimg{
	width:872px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.bigimg div,.bigimg2 div{
	width:870px;
	height:400px;
	}
	
.img .picture{
	width:202px;
	}	
	
.img .picture div{
	width:200px;
	height:140px;
	}
	
.img.txt{
	margin-left:10px;
	}
	
.list{
	color:#ae8975;
	font-size:18px;
	background:#f7f7f7;
	line-height:35px;
	padding:5px 10px;
	margin-top:12px;
	text-shadow: 0.1px 0.1px 0px #ae8975;
	}
	
.list span{
	text-shadow: 0px 0px 0px #f7f7f7;
	font-size:15px;
	color:#383737;
	}
	
.list .fa-cutlery,.list .fa-home{
	border:3px solid #ae8975;
	color:#ae8975;
	font-size:19px;
	border-radius:18px;
	box-sizing:border-box;
	text-align:center;
	line-height:30px;
	width:35px;
	height:35px;
	margin-right:10px;
	}
	
.list .fa-home{
	font-size:25px;
	}
.ccontent2{
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 45px;
	padding-top: 20px;
	}
		
.notice,.ccontent,.notice4{
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-top: 20px;
	}
	
.notice,.ccontent li{
	list-style: disc;
	}
	
.ccontent table{
	text-align:center;
	border-collapse: collapse;
	width:100%;
	margin:5px 0; 
	line-height:30px;
	}
	
.ccontent table .bk{
	background:#fafafa;
	line-height:32px;
	}
	
.ccontent table td{
	border:solid 1px #ccc;
	padding: 3px 8px;
	}
	
	
.ccontent table.plan{
	}
	
.ccontent table.plan .title{
	width:560px;
	font-size:16px;
	line-height:27px;
	text-align:left;
	padding:5px;
	}
	
.ccontent table.plan .title a:hover, .ccontent table.plan .title a:hover span{
	color:#FC0;
	}
	
.ccontent table.plan .price{
	font-size:18px;
	}
	
.ccontent table.plan .bt_enter{
	border:1px solid #da1342;
	vertical-align:middle;
	width:auto;
	font-size:15px;
	line-height:26px;
	display:inline-block;
	margin:10px 0;
	cursor: pointer;
	padding:3px 8px;
	background-color: #f8597e;
	}
	
.ccontent table.plan .bt_enter:hover{
	border:1px solid #da1342;
	color:#da1342;
	background-color: #FFF;
	}
.ccontent table.plan .bt_enter2{
	background: #555;
	border:1px solid #333;
	vertical-align:middle;
	width:auto;
	font-size:15px;
	line-height:26px;
	display:inline-block;
	margin:10px 0;
	cursor: pointer;
	padding:3px 8px;
	}
	
/*.ccontent table.plan .bt_enter2:hover{
	border:solid 1px #555;
	background: #fff;
	color:#333;
	}	*/
.notice,.notice2,.notice3,.notice4,.notice5{
	line-height:30px;
	}
.notice h1,.notice4 h1{
	font-size: 20px;
	line-height: 50px;
	color: #8c4924;
}
.more {
	color: #F00;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}
.more a{
	color: #F8597E;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}
.more a:hover{
	color: #FC0;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}
.plan_h1{
	font-size: 20px;
	line-height: 50px;
	color: #8c4924;
	font-weight: bold;
	padding-left: 20px;
}	
.notice p{
	}
	
.notice li,.notice3 li,.notice4 li{
	margin:0 0 0 30px;
	list-style-position: outside;
	list-style-type: decimal;
	}
.notice2 li,.notice5 li{
	list-style-position: outside;
	list-style-type: disc;
	margin:0 0 0 35px;
	padding-right: 20px;
	}	
.notice2_ti{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-left: 10px;
	line-height: 50px;
	margin-top: 20px;
	}

.notice2_ti2{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-left: 26px;
	line-height: 50px;
	margin-top: 20px;
	}
	
.notice3 li{
	list-style-type: none;
	}
	
.notice4 li{
	list-style-position: outside;
	list-style-type: disc;
	}
	
.notice5 li{
	list-style-type: decimal;
	}

.notice5 ol li{
	list-style-type: disc;
	}

#bottom{
	background-color: #FFFFFF;
	margin: auto;
	}
/*如影隨形*/
#BRWin {
	position: fixed;
	z-index: 999;
	top:30px;
	/*bottom:10%;*/ 
	right:0px
}
#fixedbanner{
	height: 588px;
	width: 120px;
}
/*topgo*/
#topgo{ 
display:block;
cursor:pointer; 
}
.note{ margin-left:20px;}
.dot-tit { width:50px;}
.dot-con { max-width:800px;}
.place-intro { margin-bottom:50px;}
.list-type-none>li { list-style:none;}
.link-a:link{ text-decoration:underline; color:#960; }
.link-b:link {text-decoration:underline;}
.link-a:hover,.link-b:hover{ color:#FC0; transition:all .4s;}
.bolder { font-size:18px; font-weight:bold; line-height:2;}
.bolder>.rad { color:#C03;}


#calender{
	margin: 10px 0;
	outline: solid 1px #BCA191;
	background: #fafafa;
	}
	
#calender .mounth td{
	text-align: left;
	padding: 0 0 0 50px;
	line-height:35px;
	height: 35px;
	color: #a56e4e;
	background: #fff;
	border: 0px;
	font-size: 19px;
	}
	
#calender .bk td{
	border-width: 0px;
	color: #A07B65;
	height: 28px;
	line-height: 28px;
	background: #f2eae5;
	}
	
#calender td{
	vertical-align: top;
	height: 65px;
	width: 14%;
	color: #aaa;
	border: 2px solid #fff;
	font-size:16px;
	}
	
#calender td p{
	color:#383737;
	font-size:15px;
	}
	
#calender td p.red{
	color: #FF6666;
	}
