@charset "utf-8";
/* 公用組合樣式，負責一些公用樣式定義 */

/*取消浮動*/
.cl{
	clear:both;
}
/*字與字之間的間距為o*/
.en{
	letter-spacing:0;
}

/*LINE*/
.line01 {
  border-bottom: solid 2px #5db8c4;
}
.line02 {
  background: url(../default/img/line01_b.png) no-repeat center top;
  height: 32px;
  width:100%;
  opacity:0.5;
  margin:30px 0;

}
/*BTN*/
.btn01{
    margin: 5px 14px -11px 5px;
    cursor: pointer;
    padding: 0 10px;
    line-height: 35px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    background-color: #5db8c4;
    border-radius: 3px;
}
.btn01:hover{
  color: #fff;
  background-color: #3f8089;
}
.save_five, .cancel_order, .cart_total_next, .del_multshop{
    float: right;
  margin: 5px 7px -11px 6px;
}

.btn01.cart_total_next{
  background-color: #ef8ba1;
}
.btn01.cart_total_next:hover{
  background-color: #ec6986;
}

.btn02{
  cursor:pointer;
  padding: 0 20px;
  line-height: 35px;
  display: inline-block;
  color: #000000;
  font-size: 20px;
  opacity:0.8;
}

.btn03{
    cursor: pointer;
    padding: 0 10px;
    line-height: 35px;
    display: inline-block;
    color: #000000;
    font-size: 18px;
    background-color: #d5d5d5;
    margin-left: 10px;
    border-radius: 3px;
}

.btn04{
  cursor:pointer;
  padding: 0 20px;
  line-height: 35px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  background-color: #ee5e5a;
  margin: 10px 30px 20px 10px;
  border-radius: 3px;
  float:right;
}
.btn04:hover{
  color: #fff;
  background-color: #c54343;
}

.btn05 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  padding:0 10px;
  line-height:43px;
  font-size: 20px;
  background-color: #419eaa;
  min-width:120px;
}


.btn05:after{
  float:right;
  content:'▸';
}

.btn05:hover {
    background-color: #48b3c1;
}

.btn05.b{
  cursor: default;
  background-color: #333;
}
.btn05.b:after{

  content:'';
}

.btn06{
  cursor: pointer;
  display: block;  
  padding:20px;
  text-align:center;
  background-color: #f097af;
  width:175px;
  overflow:hidden;
  height: 175px;
  border-radius:87px;

}

.btn06 img{
  width:100%;
}

.btn06 span{
  color: #fff;
  line-height:30px;
  font-size: 20px;
  font-weight:700;
}
.btn06:hover{
  background:#5db8c4;
}
.btn06:hover img{
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


.btn_top {
  text-align: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  display: block;
  position: fixed;
  z-index: 30;
  border-top: solid 1px #7c7c7c;
  border-left: solid 1px #7c7c7c;
  border-bottom: solid 1px #7c7c7c;
  background: rgba(0,0,0,0.9);
  bottom: 80px;
  line-height: 50px;
  right:0;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.btn_top:hover{
  background-color: #000;
  border: solid 1px #fff;
}

.btn_down{
  -webkit-animation: upDown ease-out 1s infinite;
  -moz-animation: upDown ease-out 1s infinite;
  -o-animation: upDown ease-out 1s infinite;
  animation: upDown ease-out 1s infinite;
}

/*ARROW*/
.btn_arrow01_b,.btn_arrow01_t{
	cursor: pointer; 
	width:20px;
	height:20px;
	display:block;
	border:solid 1px #CECECE;
	border-radius:10px;
	color:#000;
}

.btn_arrow01_b:before{
  content: "▾";
  line-height: 20px;
  font-size: 25px;
	

}
.btn_arrow01_t:before{
	content: "▴";
	line-height: 20px;
  font-size: 25px;
    
}
.btn_arrow01_b:hover,.btn_arrow01_t:hover{
	border:solid 1px #006FBA;
	background-color:#006FBA;
	color:#fff;
}


/*文字*/
p{
	font-size: 16px;
	line-height: 22px;
	color: #000;

}
.title01{
  background: url('../images/bg_t01_t.png') no-repeat top center,url('../images/bg_t01_b.png') no-repeat bottom center;
  text-align: center;
  display: table;
  font-weight: normal;
  padding: 30px 0 60px 0;
  margin: 0 auto 80px;
}
.title01 .b{
  background: url('../images/icon_line01.png') no-repeat left center,url('../images/icon_line01.png') no-repeat right center;
  font-size:50px;
  color:#817f7f;
  line-height:100px;
  font-weight:normal;
  letter-spacing:5px;
  padding:0 80px;
}
.title01 b{
  font-size:120px;
  line-height:140px;
  color:#f097af;
      font-family: Arial ,"微軟正黑體";
}
.title01 .s{
	margin: 0 5px;
  color:#605f5f;
  font-weight:700;
  font-size:30px;
  line-height:40px;
}




.title02{
  font-size:25px;
  font-family: Times New Roman,"Adobe 明體 Std";
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  margin-bottom: 40px;
  font-weight: normal;

}
.title02 span{
  border-radius:20px;
  line-height:40px;
  font-size: 30px;
  width:40px;
  height: 40px;
  display:inline-block;
  font-weight: 700;
}

.title02.w{
  color:#000;
}

.title02.w span{
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  color: #fff;
  background-color: #000;
}
.title02.b{
  color:#000;
}


.title_other{
  background: url('../images/icon_line01.png') no-repeat left center,url('../images/icon_line01.png') no-repeat right center;
  font-size: 40px;
  clear: both;
  margin: 0 auto 40px;
  padding: 0 80px;
  display: table;
  color: #817f7f;
  font-weight: normal;
}

.t01{ 
  text-align:center;
  color: #5db8c4;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  display: block;
}
.t02{
    color: #d6615d;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin: 0 auto;
    padding: 0 15px;
    border: solid 1px #5db8c4;
}
.t03{ 
  text-align:left;
  float: left;
  color: #5db8c4;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  display: block;
}
.content_text01 {
    border-top: solid 3px #5db8c4;
    margin: 50px 5px 20px 5px;
    padding: 20px;
}
.pagetitle {
  text-align: center;
  font-size: 35px;
  color: rgb(55, 55, 55);
  font-weight: normal;
  line-height: 35px;

}

/*PAGING_BAR*/
#paging-bar{ clear:both; width:100%; padding:20px 0; text-align:center;}
#paging-bar ul{ margin:0 auto; display: table;}
#paging-bar li{ float:left;}
#paging-bar li a{
  background: rgba(255,255,255,0.8);
  margin-right: 1px;
  display: block;
  line-height: 32px;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #000;
  border-radius: 16px;
}
#paging-bar li a:hover{ 
  background-color: #f097af;
  color: #fff900;
}
#paging-bar li a.current{     
  background-color: #f097af;
  color: #fff900;
}
#paging-bar li:first-of-type a,#paging-bar li:last-of-type a{
  background: 0;
  font-weight: 700;
  padding: 0 5px;
  width: auto;
  color: #000;
}
#paging-bar li:first-of-type a:before{
  content: "‹";
  padding: 0 5px;
  line-height: 28px;
  font-size: 36px;
  float: left;
}

#paging-bar li:last-of-type a:after{
  content: "›";
  padding: 0 5px;
  line-height: 28px;
  font-size:36px;
  float: right;
}

#paging-bar li:first-of-type a:hover,#paging-bar li:last-of-type a:hover{
  color:#000;
}


/*TABLE*/
.table01{
    word-wrap: break-word;

    margin: 0 auto;
    display:table;
}
.table01 th{
  letter-spacing:-1.5px;
  vertical-align: top;
  text-align: left;
  color: #313131;
  line-height: 24px;
  font-size:16px;
  padding: 5px;
      white-space: nowrap;
}
.table01 td{
  color: #000;
  line-height: 30px;
  font-size:18px;
  padding: 5px;
}
.wrd_wrap{ 
  white-space:nowrap;
}

.table01 th span{     
  color: #5db8c4;
    font-size: 21px !important;
    font-weight: 700;
    margin: 0 5px;
  }
.table01 td span{ color: #5db8c4; font-size: 16px;}

.table01 input,.table01 select,.table01 textarea{
  vertical-align: top;
  margin: 0 3px 3px;
  font-family: Arial, "微軟正黑體";
  padding: 5px;
  background-color: #eee;
  border: solid 1px #dcdcdc;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  width: auto;
  display: inline-block;
}



.table03{
  display:table;
  clear:both;
  border-bottom:solid 3px #5db8c4;
  border-left:solid 1px #dcdcdc;
  margin:0 auto 30px;
  width:95%;
}
.table03 th{
    border-top: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    background-color: #7a7a7a;
    text-align: left;
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    padding: 8px 12px;
}
.table03 td{
  border-top:solid 1px #dcdcdc;
  border-right:solid 1px #dcdcdc;
  color:#333;
  line-height:30px;
  font-size:16px;
  padding:8px 12px;
}
.table03 tr:hover td{
  background-color:#eee;
}
.table03 td span, .table04 td span {
    color: #64c2ce;
    font-weight: 700;
}
.table03 .bg_c02 td span, .table04 .bg_c02 td span {
    color: #f35353;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.table03 img{
 width:100%;
}
.bg_c01 {background:#eee;}

.item_step_box {
    width: calc(100% / 3);
    padding: 20px 0;
    float: left;
}
.table04{
  display:none;
  clear:both;
  border-bottom:solid 3px #5db8c4;
  border-left:solid 1px #dcdcdc;
  margin:0 auto 30px;
  width:100%;
}
.table04 th{
  border-top:solid 1px #dcdcdc;
  border-right:solid 1px #dcdcdc;
  background-color:#eee;
  text-align:left;color:#000;
  line-height:30px;
  font-size:18px;
  padding:8px 12px;
}
.table04 .title{
  background-color:#3b3b3b;color:#fff;

}
.table04 td{
  border-top:solid 1px #dcdcdc;
  border-right:solid 1px #dcdcdc;
  color:#333;
  line-height:30px;
  font-size:16px;
  padding:8px;
}
.table04 td.item_main{
  position: relative;
}
.table04 :hover tr{
  background-color:#eee;
}
.table04 img{
 width:100%;
}
.product_img{ width:120px;}

.table05{
  display:table;
  clear:both;
  border-bottom:solid 1px #dcdcdc;
  border-left:solid 1px #dcdcdc;
  margin:0 auto 30px;
  width:100%;
}
.table05 th{
  border-top:solid 1px #dcdcdc;
  border-right:solid 1px #dcdcdc;
  background-color:#eee;
  text-align:left;color:#000;
  line-height:30px;
  font-size:18px;
  padding:8px 12px;
  width:180px;
}
.table05 .title{
  background-color:#2c2c2c;color:#fff;

}
.table05 td{
  border-top:solid 1px #dcdcdc;
  border-right:solid 1px #dcdcdc;
  color:#333;
  line-height:30px;
  font-size:16px;
  padding:8px 12px;
}

.table05 input,.table05 select,.table05 textarea{

  margin: 0 3px 8px;
  font-family: Arial, "微軟正黑體";
  padding: 10px 15px;
  background-color: #eee;
  border: solid 1px #dcdcdc;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  width: 100%;
  display: inline-block;
}
.t_style01 span:last-of-type {
    margin-left: 20px;
}
.t_style01 {
    text-align: right !important;
}
.t_red{font-weight:700;color:#ff1d1d;}
.t_blk{font-weight:700;color:#666666;} 
.t_grn{font-weight:700;color:#0da93c;} 

.add_space{margin:100px 0}




.icon01{
  width: 21px;
    background-position: left top;
    height: 20px;
    margin: 10px 5px 0 0;
    display: block;
    float: left;
}
a:hover .icon01{background-position: left bottom; background-repeat: no-repeat;}
.i_pay{ background-image: url(../images/icon_pay.png);}
.i_cart02{background-image: url(../images/icon_cart02.png);}
.i_delete{background-image: url(../images/icon_delete.png);}

.reply{
  width:95%;
  margin: 0 3px 8px;
  font-family: Arial, "微軟正黑體";
  padding: 10px 15px;
  background-color: #eee;
  border: solid 1px #dcdcdc;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  display: inline-block;
  height:120px;
}
/*月曆*/
.select_month {
  display: table;
  margin: 20px auto;
}

.select_month select{
  font-size: 18px;
  padding: 0 8px;
  height: 40px;
  margin-right: 10px;

}
.monthly_calendar{}


.monthly_calendar tbody {
    background: #D9E5E8;
}
.monthly_calendar th{
  background-color: #006fba;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.monthly_calendar td{
  padding: 10px 0;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.2);
  text-align:center;
}
.monthly_calendar .mc_day{
  font-size: 20px;
  line-height: 30px;
}

.monthly_calendar .mc_expired {
  background: #E9E9E9;
  color: #aaa !important;
}

.monthly_calendar .mc_selected {
  background: #ff8000;
  color: #fff !important;
}
.monthly_calendar .mc_holiday {
    background: #ffd600;
}

/*room_booking_pay*/
.room_booking_pay {
    padding: 15px 0 0;
    margin: 20px 0 40px;
}
.room_booking_pay_box, .room_booking_pay_box_now, .room_booking_pay_box_no {
    border: 5px solid #eee;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 15px;
}
.room_booking_pay_box:hover, .room_booking_pay_box_now {
    border: 5px solid #81c5e2;
    background: #e7f4fc;
    cursor: pointer;
}
.room_booking_pay_box tr td, .room_booking_pay_box_now tr td, .room_booking_pay_box_no tr td {
    line-height: 25px;
    color: #444;
    font-size: 15px;
    padding: 18px 12px;
  }

.room_booking_pay_box:hover .radio_pic, .room_booking_pay_box_now .radio_pic {
    background-position: 0 -25px;
}
.radio_pic {
    background: url(img/options_pic.png) no-repeat;
    width: 20px;
    height: 20px;
}

/*PATH*/
#path {
  width: 100%;
  overflow: hidden;
  float: right;
  height:50px;

}
#path li {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight:700;
  
}


#path li:first-of-type:after {
  content:"";
}


#path li:after {
  content: "/";
  padding: 0 5px;
  float: left;
  color: #fff;
}

#path li a{
  font-weight:normal;
}

#path li a:hover{
    text-decoration:underline;
}

/*PAGEBOX*/
.pagetitle{
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  height: 178px;
}
.pagetitle img{
  margin-bottom: 10px;
}

.pagetitle span,.pagetitle h1,.pagetitle b{
  font-size: 24px;
  font-weight: normal;
}

.pagetitle span:first-of-type,.pagetitle h1{
  background: url('../images/icon_line01_w.png') no-repeat left center,url('../images/icon_line01_w.png') no-repeat right center;
  font-size: 40px;
  padding: 0 80px;
  color: #fff;
  font-weight: normal;
    display: inline;
}




.pagetitle_item{
  text-align: center;
  color: #5db8c4;
  font-weight: 700;
  line-height: 40px;
  font-size: 25px;
  margin: 20px auto;
}


/*BAR_SHOWMODE*/
.bar_showmode{
  clear:both; 
  width:100%; 
  border-bottom: solid 1px #efefef; 
  padding:15px 0; 
  overflow:hidden; 
  margin: 34px 0 34px;
}


/*menu_tool*/
.menu_tool{ float:right; display:inline-block;margin-bottom:10px;}
.menu_tool li{ float:left; color:#747474; font-size:18px; line-height:26px; margin-right:10px;}
.menu_tool li a,.menu_tool li span{color:#747474;float:left; }
.menu_tool li a:hover{ text-decoration:underline; color:#74bad8;}

.menu_tool select{width: 150px;float:left;color:#747474; font-size:16px; line-height:26px;}




/*快速訂房*/
.bookingBox{
  overflow:hidden;
}
.bookingBox .list{
	float: left;
	width:calc((100% / 3) - 10px);
	margin:0 5px;
}
.bookingBox .itemtitle{
	text-align: center;
    font-size: 30px;
    line-height: 40px;
}
.bookingBox .conter{
	font-family: inherit;
	text-align: center;
	background-color: #fff;
	margin: 30px 5px 5px;
    position: relative;
}
.bookingBox .conter:before{
	content: " ";
    width: 33px;
    background: url('../default/img/icon01.png') repeat-x left top;
    height: 16px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    display: block;
}
.bookingBox .conter .top{
	height: 44px;
    line-height: 44px;
    color: #5c4022;
    border-bottom:solid #EBEBEB 1px;
}
.bookingBox .conter .middle{
	line-height: 105px;
    height: 105px;
    font-size: 60px;
}
.bookingBox .conter .bottom{
	height: 44px;
    line-height: 44px;
}

.bookingBox input{
  border: none;
  text-align: center;
  width: 100%;
  background:none;
}

.bookingBox select{
  border: none;
  text-align: center;
  background:none;
}



/*List_v01_左圖右文*/
.list_v01{
  width:100%; 
  clear:both; 
  overflow:hidden;
  position:relative;
}
.list_v01 .pic{ 
	float:left;
	margin: 0;
}
.list_v01 img{ width: 100%;}
.list_v01 figcaption{float: left;}

.list_v01 .title{
	font-size:20px;
	line-height:30px;
	font-weight:700;
}

.list_v01 .date{
	letter-spacing:0.001em;
	float:left;
	font-size:18px;
	text-transform: uppercase;
}
.list_v01 .date span{ 
	font-size:42px;
	clear: both;
  line-height:50px;
}

.list_v01 .num{
  position:absolute;
  width:50px;
  height: 50px;
  text-align:center;
  font-family: Times New Roman,"Adobe 明體 Std";
  line-height:50px;
  background-color:#000;
  color:#fff;
  font-size:30px;
}

.list_v01 .delete{
  cursor:pointer;
  position:absolute;
  width:50px;
  height: 50px;
  text-align:center;
  right:0;
  z-index:100;
  bottom:0;
  background-color:#000;
  padding: 10px;
 
 
}
.list_v01 .delete img{
  width:100%;
  
}
.list_v01 .delete:hover{
  background-color:#bf0000;
}
.list_v01 p{
	max-height: 65px;
	clear:both;
	overflow: hidden;
	display:block;
	margin-bottom: 15px;
}
	
.list_v01 .btn{
	font-size:16px;
	margin-top: 5px;
	text-transform: uppercase;
	line-height:22px;
}
	
.list_v01 .btn:hover{
	text-decoration:underline;
}

.list_v01 .price01{
  opacity:0.5;
  text-decoration:line-through;

}
.list_v01 .price02{
  font-size: 30px;
  line-height: 35px;
  
}

.list_v01 .info{
  padding:10px 0;
  overflow:hidden;
  border-top:solid 1px #ccc;
  border-bottom:solid 1px #ccc;
}
.list_v01 select{
  font-size: 18px;
  padding: 0 8px;
  height: 40px;
  margin-right: 10px;
}


/*List_v02_上圖下文*/
.list_v02{width:100%; clear:both;}
.list_v02 .picbox{
	position: relative;
	clear: both;
}
.list_v02 figcaption{
	padding: 10px;
	clear: both;
}

.list_v02 .title{
	font-size:20px;
	line-height:30px;
	font-weight:700;
}


.list_v02 p{
	max-height: 140px;
	clear:both;
	overflow: hidden;
	display:block;
	margin-bottom: 15px;
}
	
.list_v02 .btn{
	font-size:16px;
	margin-top: 5px;
	text-transform: uppercase;
	line-height:22px;
}
	
.list_v02 .btn:hover{
	text-decoration:underline;
}



/*photo_圖片效果*/
.list_v02 .photo {
	position: relative;
	overflow: hidden;
	text-align: center;
	background-color: #bf1d2d;
	max-height: 500px;

}


.list_v02 .photo > img {
	position: relative;
  display: block;
  min-height: 100%;   
  opacity: 1;
  max-width: none;       
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}



.list_v02 .photo figcaption::before,.photo figcaption::after {
	pointer-events: none;
}

.list_v02 .photo figcaption::before {
	position: absolute;
	top:10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.list_v02 .photo figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: left;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.list_v02 .view{
	position: absolute;
	opacity: 0;
	display:block;
	left: 50%;
	top: 50%;
	margin-top:-25px;
	margin-left: -25px;  
	width: 50px;
	height: 50px;
	overflow: hidden;
}
.list_v02 .view img{
	width: 100%;
}
	
.list_v02 .view:hover{
  -webkit-animation-name: hvr_level_vertical;
  animation-name: hvr_level_vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.photo h2 {
	margin: 0;	
	word-spacing: -0.15em;
	font-weight: 300;
}



.photo h2 span {
	font-weight: 800;
}

.photo p {
	margin: 0;
	font-size: 68.5%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-0px,0,0);
	transform: translate3d(-0px,0,0);
}

.photo p span{
	color: #fff;
	display: inline-block; 
	line-height: 28px;
	background-color:rgba(125,100,22,0.7); 
	padding:0px 10px;
	margin:0 1px 3px 0;
}


.photo:hover > img {
	opacity:0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.photo:hover figcaption::before,
.photo:hover p,
.photo:hover .view{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*List_v03_上圖下文_購物用*/
.list_v03{
  float: left;
  position: relative;
  margin-bottom: 60px;
  clear: both;
}
.list_v03 .pic {
  overflow: hidden;
  display: block;
  max-height: 656px;
}
.list_v03 .pic img{
  width: 100%;
  overflow: hidden;
  /*min-height: 100%;*/
  opacity: 1;
  max-width: none;
}
.list_v03 .title{
  color:#732526;  
  font-size:16px;
  font-weight:700;
  line-height: 24px;
  width:100%;
  height: 110px;
  overflow: hidden;
}

.list_v03 p{
  font-size:16px;
  margin-bottom:5px;

}

.price_list{display:inline;height:32px;}

.list_v03 .label01{ position:absolute; z-index:5; top:0;}
.list_v03 .label02{ position:absolute; z-index:5; top:0;}

.list_v03 select{ width: auto;}

/*AMOUNT*/
.amount{}
.amount p{ 
  line-height: 35px;
  margin-right: 5px;
  float: left;
  color: #333 !important;
}
.amount input{
  float: left;
  margin: 0;
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.amount button{
  cursor: pointer;
  float: left;
  margin: 0;
  border: solid 1px #cacaca;
  background: none;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 20px;
  color: #999;
  font-weight: 700;
  background:#eee;
}


/*TAB*/
.tab_block{ 
  clear: both; 
  display: inline-block;
  width: 100%;
  padding:20px 0;
}
.tab_block ul{
  overflow: hidden;
  border-bottom: solid 1px #b8323e;
  padding: 0 20px;
}

.tab_title { 
  margin-left: -1px;
  border-left: solid 1px #b8323e;
  cursor: pointer;
  float: left;
  border-top: solid 1px #b8323e;
  border-right: solid 1px #b8323e;
  color: #666;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 22px;
  text-align: center;
  display: block;
}



.tab_title:hover{
  color:#5e4118;
  
}

.tab_title.current,.tab_title:hover.current{
  color: #ffffff;
  background-color: #b8323e;
}


.tab {
  color: #333;
  padding: 30px 2%;
  margin-bottom:20px;
}



/* slider */

.flexslider{
    border: none;
    box-shadow: none;
    margin: 0px auto !important;
    overflow: hidden;
}
.flex-caption {
    padding: 10px;
    color: #000;
    font-size: 16px;
    line-height:24px;
  
}

.onepic_slider{
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.onepic_slider img{
	width: 100%;
}


/*各式容器*/
.item_box{
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  background-color: #fff;
  margin: 0px auto 100px;
  padding: 30px;
}

.clause_box{
  height: 200px;
  overflow: auto;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ddd;
}

.clause_box02{
  width:100%;
  overflow: auto;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ddd;
}

.clause_box03{
  height: 200px;
  width:500px;
  overflow: auto;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ddd;
}

.clause_box02 table{
  min-width:800px;
}

/*quick_links*/
.quick_links{
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 30%;
}
.quick_links .btn{
  width: 55px;
  text-align: center;
  display: block;
}
.quick_links .btn a{ 
  height: 60px;
  width: 100%;
  position: relative;
  background: #000;
  overflow: visible;
  display: block;
  padding: 20px 0 0;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.quick_links img{
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
  top: 5px;
  
}
.quick_links span{
  clear:both;
  line-height: 20px;
  font-size:12px;
  color:#ccc;
}

.quick_links a:hover{
  opacity: 1;
}

.quick_links .search_box{
  display:none;
  width: calc(100% /5*4);
  float: left;
  height: 60px;
  line-height: 40px;
  padding: 10px 3%;
  background: #000;
  border: solid 1px #414141;
}
.quick_links .search_box input{
  width: calc(100% - 30px);
  background: #666;
  border: none;
  padding: 0 6px;
  color: #fff;
  font-size: 14px;
  height: 30px;
}
.quick_links .search_box a{
  float: right;
  width: 25px;
  opacity: 0.7;
  display: block;
}
.quick_links .search_box img{
  position: initial;
  left: 0;
  width: 100%;
  margin: 0;
}


.quick_links .top a:hover img{
  -webkit-animation: dpwnUp ease-out 1s infinite;
  -moz-animation: dpwnUp ease-out 1s infinite;
  -o-animation: dpwnUp ease-out 1s infinite;
  animation: dpwnUp ease-out 1s infinite;
}
.quick_links .book img{
  -webkit-animation: tada ease-out 1s infinite;
  -moz-animation: tada ease-out 1s infinite;
  -o-animation: tada ease-out 1s infinite;
  animation: tada ease-out 1s infinite;
}

.quick_links .btn.member,.quick_links .btn.back{
  display:none;
}


/*webedit*/
.webedit img{
  max-width:100%;
  height: auto !important;
}


/*SEARCH*/
.search{
  padding: 5px 0;
  float: right;
  display: flex;
}
.search p{
  line-height: 25px;
  float: left;
  color: #4ca1ad;
  font-size: 14px;
}

.search input{
    margin: 0 10px;
    line-height: 25px;
    height: 25px;
    font-size: 15px;
    border-radius: 6px;
    padding: 0 5px;
    color: #000;
    box-shadow: inset 2px 2px 1px rgba(0,0,0,0.1);
    float: left;
}
.search a{
  width: 20px;
  line-height: 25px;
  display: block;
  overflow: hidden;
}
.search a img{
  opacity:0.8;
  width:100%;
}
.search a:hover img{
  opacity:1;
}

.tel_info{}
.tel_info p{
  float: left;
  margin: 0 10px;
}
.tel_info span{

}
.tel_info img{
  float: left;
  width: 34px;
}

/*搜尋後的畫面*/

.sub_search_result {
  font-size: 16px;
  line-height: 25px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-align: center;
  color: #000;
  margin-top: 10px;
}
.sub_search_result span{
  color: #C00;
}

.search_list, .search_title, .search_txt, .search_web {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  width: 100%;
}
.search_list{
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
.search_txt {
  line-height: 22px;
  font-size: 16px;
  max-height: 66px;
  color: #222;
}

.search_title {
  font-size: 16px;
  line-height: 28px;
  color: #C00;
  font-weight: bold;
  height: 28px;
}
.search_web {
  font-size: 14px;
  color: #444;
  line-height: 20px;
  height: 20px;
}

.search_no{

}





.align_l {float:left; width: calc(50% - 10px);

}
/*限時團購框*/
.limited_time{
  background-color: #d9d9d9;
  width: 100%;
  overflow: hidden;
}
.limited_time .main{
  padding: 30px;
  width: 100%;
}



/*計時器*/
.limited_time .time{
  padding: 0 10px;
  overflow: hidden;
}
.limited_time .time p{
  margin: 0 1px;
  float: left;
  color: #000; 
  font-weight: 700;
  font-size: 14px;
  line-height:40px;
}
.limited_time .time > p{
  padding:0 5px 0 20px;
  background:url(../default/img/icon_clock.png) no-repeat left center;
}

.limited_time time p:nth-of-type(2n+1){
  line-height: 34px;
    font-size: 22px;
}


/*------------- RWD 各裝置調整 ----------------*/

@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1200px){
  .search{
    display: none;
  }
  .search.contact_us_page{
    display: flex;
  }
}

@media screen and (max-width: 1024px){
  /*quick_links*/
  .quick_links{
    bottom:0;
    left:0;
    width:100%;
  }
  .quick_links .btn {
    width: calc(100% /5);
    float: left;
  }

  .quick_links .btn.member,.quick_links .btn.back,.quick_links .search_box{
    display:block;
  }

  .quick_links .top a:hover img{
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
}

@media screen and (max-width: 900px){

  /*PAGEBOX*/
  .pagetitle{
    font-size: 30px;
    line-height: 30px;
  }
  .pagetitle span{
    font-size: 18px;
  }


  .pagetitle span:first-of-type{
    font-size: 30px;
    padding: 0 60px;
    background-size:55px;
  }

  .table03{display:none; clear:both;}
  .table04{display:table; clear:both;}
  .table04 .t_red{font-size:20px;}
  .table04 .t_blk{font-size:20px;} 
  .table04 .t_grn{font-size:20px;}
  .table05 th{width:35%;} 
  /*PATH*/
  #path {
    float: none;
  }

  /*BOOKINGBOX*/
  .bookingBox .itemtitle{
    font-size:20px;
  }
  .bookingBox .conter .middle{
    font-size:50px;
  }

  .clause_box03{
    width:100%;
  }

  .align_l {float:left; width: 100%;}

  .item_step_box {
    width: auto;
    padding: 10px 1px;
    margin: 5px 10px;
    float: left;
  }

  .title_other{
    font-size: 25px;
  }

}


@media screen and (max-width: 500px){
  .title01 { 
    background-size: 100px;
    padding: 30px 0;
  }


	.title01 .b {
    font-size: 30px;
    background-size: 60px;
    line-height: 70px;
    letter-spacing:-3px;
    padding: 0 65px;
    font-family: Arial ,"微軟正黑體";
  }

  .title01 b {
    font-size: 60px;
    line-height: 50px;
        line-height: 120px;
        font-family: Arial ,"微軟正黑體";
  }

  .title01 .s {
    font-size: 20px;
    line-height: 30px;
  }
  
  .text_content01{
  height: 210px;
}
  .table01 input,.table01 select,.table01 textarea{
  width: 100%;
  display: block;
}
  .table02 input,.table02 select,.table02 textarea{
  width: 100%;
  display: block;
}


  /*btn*/
  .btn01{
    margin-top: 10px;
  }
  .btn01:first-of-type{
    margin-top: 0px;
  }
  .btn03{
    margin-top: 10px;
  }
  .btn03:first-of-type{
    margin-top: 0px;
  }

  .list_v03 .pic {
  overflow: hidden;
      display: block;
    max-height: none;
    height: initial;
  }

}


@media screen and (max-width: 340px){
.title01 .b {
    letter-spacing: -5px;
}
}

#idx_five .title01 h1 br{
  display: none;
}
@media screen and (max-width: 850px) {
#idx_five .title01 h1 br{
  display: block;
}
.title01 b {
    font-size: 120px;
    line-height: 40px;
    color: #f097af;
    font-family: 'Candara';
}
}