﻿@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;}
html,body{
	font-family:Arial, Helvetica, "微軟正黑體",sans-serif;
	font-size:15px;
	color:#38504c;
	background-color:#eabc25;}
a{text-decoration:none;}
.wraper{
	width:100%;}
#gotop{
	display: none;
	width: 3rem;
    height: 3rem;
    border-radius: 2rem;
    background-color:#38504c;
    text-align: center;
    line-height: 3rem;
    color: white;
    position: fixed;
    right: 2rem;
    bottom:3.333rem;
    z-index: 999;
    font-size:1.0666rem;
	cursor:pointer;}
#gotop:hover{
	background-color:#7f2906;}
/*大圖*/  	
.topwraper{
	height:735px;
	background: url(../images/bg_01.jpg) no-repeat center top;
	background-size: cover;
	}
.toper{
	width: 1000px;
	height:735px;
	margin: 0 auto;
	position:relative;
	}
img.tw01, img.tw02, img.tw03{
	position: absolute;
	right: 0;
	left: 0;
	margin:0 auto 
}
img.tw01{
	top: 130px;
    z-index: 5;}
img.tw02{
	top: 375px;
	z-index:6; }
img.tw03{
	top: 237px;
    z-index: 8;}
/*選單*/       				
.navwraper{}
.nav{
	width:1000px;
	margin:0 auto;}
.nav ul.maintabs{
	display:flex;
	flex-wrap:nowrap;
}	
.nav ul.maintabs li{
	width: calc(100% / 5);
    height: auto;
    text-align: center;
	border-left:1px solid #54736e;}
.nav ul.maintabs li:last-child{
	border-right:1px solid #54736e;
}
.nav ul.maintabs li a{
	width: 100%;
    display:block;
    line-height:150px;
    text-indent: -9999px;
    font-size: 1.5rem;
    letter-spacing: 4px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center;
}
.nav ul.maintabs li a.tabs{
	background-image: url('../images/tabs_01.jpg');}
.nav ul.maintabs li a.tabs2{
	background-image: url('../images/tabs_02.jpg');}
.nav ul.maintabs li a.tabs3{
	background-image: url('../images/tabs_03.jpg');}    
.nav ul.maintabs li a.tabs4{
	background-image: url('../images/tabs_04.jpg');}
.nav ul.maintabs li a.tabs5{
	background-image: url('../images/tabs_05.jpg');}
.nav ul.maintabs li:hover a.tabs , ul.maintabs li.active a.tabs{
	background-image: url('../images/tabshover_01.jpg');}
.nav ul.maintabs li:hover a.tabs2, ul.maintabs li.active a.tabs2{
	background-image: url('../images/tabshover_02.jpg');}
.nav ul.maintabs li:hover a.tabs3, ul.maintabs li.active a.tabs3{
	background-image: url('../images/tabshover_03.jpg');}
.nav ul.maintabs li:hover a.tabs4, ul.maintabs li.active a.tabs4{
	background-image: url('../images/tabshover_04.jpg');}
.nav ul.maintabs li:hover a.tabs5, ul.maintabs li.active a.tabs5{
	background-image: url('../images/tabshover_05.jpg');}

/*內容區*/
.contentwraper{
	width: 100%;
	height: auto;
	padding: 4rem 0;
}
.contentbox{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;	
}
.contentbox01{
	height:470px;
	background-image: url('../images/bg_02.jpg');
	margin-bottom: 2rem;
}
.contentbox02{
	height: auto;
	min-height:750px;
	background-position: bottom;
	background-image: url('../images/bg_03.jpg');
	background-size: contain;
	margin-bottom: 2rem;
}
.contentbox03{
	/*height: 766px;*/
	background-image: url('../images/bg_04.jpg');
}
.contentbox04{
	/*height: 769px;*/
	background-image: url('../images/bg_05.jpg');
}
.contentbox05{
	/*height: 767px;*/
	background-image: url('../images/bg_06.jpg');
}
.contentbox06{
	/*height: 767px;*/
	background-image: url('../images/bg_07.jpg');
}
.content{
	width: 1000px;
	margin: 0 auto;
}
.content2{
	display: flex;
    background-image: url(../images/line.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 4rem;
    margin-bottom: 2rem;
}
.intro{text-align: right; }
.intro2{
  order: 1;margin-left: 50px;
}
.intro3{
	order: 0;
    margin-left: 3rem;
    margin-right: 2rem;
}
.intro-img{padding-top:6rem;}
.intro-inner{
	margin-top: -160px;
    margin-right: 50px;}
.intro-inner p{
	font-size:1.2rem;
	line-height: 2.5rem;}
.g-title{
	text-align: center;
	position: relative;
	z-index: 10;
}
.goodswraper::before{
	content: "";
    display: block;
    border-bottom: 20px solid #a84200;
    border-bottom-left-radius: 2px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 940px;
    margin-top: -80px;
    margin-left: -23px;
    margin-bottom: 47px;
    position: relative;
    z-index: 0;
}
.goodswraper{
	width: 1000px;
	background-color: #f6e7b5;
	border: 3px solid  #a84200;
	border-radius: 20px;
	padding: 4rem 2rem 2rem;
	margin-top:-2rem; 
}


/*商品*/
.good{
	transition: all 0.5s linear;
	border-bottom: 1px solid #ded8d8;
	padding: 1.2rem;
}
.good:hover{
	background-color:#fbf3d8;
}
a.tours{
	display: block;
    opacity: 1;
    margin-bottom: 1rem;
    clear: both;
    overflow: hidden;
    transition: all 0.5s linear;
    }
a.tours >h2{
	 color: #344744;
    font-size:1.2rem;
    font-weight: bold; 
}    
.pinner{
	text-align: right;}	
.price{
	font-size: 0.7rem;
    color: #de4646;
    font-weight: 800;
    display: inline-block;
    margin-top: -30px;}
.price span{
	font-size:1.5rem;}		
a.tours:hover h2.name ,a.more:hover{
	color: #608367;
	text-decoration: underline;}
a.tours:hover p.inner{
	color:#535353;}	
span.start{padding:.5rem; background:#54736e; color: white; margin-right: .5rem; font-size: .75rem;}
.date > a, a.more{color: #344744;}

/*輪播圖*/
.banner{height:660px; margin-top: 2rem;}
.flex-caption {
	display: block;
    width: 640px;
    height: auto;
    padding: 2rem;
    left: 36px;
    top: 0;
    color: #393f42;
    z-index: 10;
}
span.ien{font-size: 1rem}	
h4.vname{font-size: 1.6rem;margin-bottom: 1rem;}
h6.address{
	font-size: 16px;
    line-height: 2rem;
    margin-bottom: .5rem;
}
.vp{color:#38504c; font-size: 1rem; text-align: justify;letter-spacing: 1px; margin-bottom: 1rem;}


@media screen and (max-width:999px){
a.hotel-btn{display: none;}
a.mainbtn{
	display:block;
	width:50px;
	height:50px;
	background:url(../images/menu.png);
	position:fixed;
	z-index:200;
	top:60px;
	right:10px;
	cursor:pointer;}
.wraper{}
#gotop{
	 right: 1rem;bottom: 1rem;}
.topwraper{
	height:0;
	padding-bottom:64.8148%;
	background:url(../images/head_sp.jpg) no-repeat center;
	background-size:cover;}
.topwraper > .toper{
	display:none;}

/*選單*/	
.navwraper{
	display:none;
	position:fixed;
	top:35px;
	width: 100%;
	height:100%;
    padding:5rem;
	z-index:1000;
	background-color: #38504c;}
.nav{
	width:100%;
	margin:0 auto;}
.nav ul.maintabs {
	margin:0 auto;
	flex-wrap:wrap;}
.nav ul.maintabs li{
	width:100%;
	border-left:none;
	border:1px solid #fff;
	border-radius: 20px;
	margin-bottom: 2rem;
	background-image: none;}
.nav ul.maintabs li:hover,.nav ul.maintabs li.active{	
	background-image: none;
	background-color: #eabd26;
}	
.nav ul.maintabs li a{
	width: auto;
	display: block;
    font-size: 1.4rem;
    text-indent: 0;
    padding: 0;
    color: white;
    text-align: center;
    line-height: 60px;
	}
.nav ul.maintabs li a.tabs,
.nav ul.maintabs li a.tabs2,
.nav ul.maintabs li a.tabs3,
.nav ul.maintabs li a.tabs4,
.nav ul.maintabs li a.tabs5{background-image: none;}
.nav ul.maintabs li:hover a.tabs , ul.maintabs li.active a.tabs,
.nav ul.maintabs li:hover a.tabs2, ul.maintabs li.active a.tabs2,
.nav ul.maintabs li:hover a.tabs3, ul.maintabs li.active a.tabs3,
.nav ul.maintabs li:hover a.tabs4, ul.maintabs li.active a.tabs4,
.nav ul.maintabs li:hover a.tabs5, ul.maintabs li.active a.tabs5{background-image: none;}
.nav ul.maintabs li:hover a , ul.maintabs li.active a{
	color:#324e0a;}
.nav ul.maintabs li:last-child{
	border-right: 1px solid #f8f8f8;
}		
.active{
	border-radius: 20px;}		

.content{
	width:100%;
	padding:1rem;}
.content2{padding-top:2rem;}	
.contentbox01,.contentbox02,.contentbox03,.contentbox04,.contentbox05,.contentbox06{
	background-image: none;
	}
.intro-inner p {
    font-size: 1rem;
    line-height: 2rem;
}
.intro {
    text-align: center; margin-bottom: 2rem;}
.intro2{
  margin-left:0;}
.intro3{
    margin-left:0;
    margin-right:0;
}    
.intro-img{
	width: 100%;
    padding-top: 0;
    /* height: 63px; */
    padding-bottom: 13.521%;
    background-image: url(../images/title2-1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
}
.intro-img2{background-image:url("../images/title2-2.png");}
.intro-img3{background-image:url("../images/title2-3.png");}	
.intro-img4{background-image:url("../images/title2-4.png");}
.intro-img5{background-image:url("../images/title2-5.png");}
.intro-img >img{display: none;}
.intro-inner {
    margin-top:0px;
    margin-right:0px}
.contentwraper{padding: 2rem 0;}
.contentbox01{height: auto; margin-bottom: 0;} 
.goodswraper::before{border-bottom: 0;}
.goodswraper{width: 100%;padding: 4rem 1rem 1rem;}
.g-title >img{display: none;}
/*商品*/
.contentbox02{min-height: auto;}
.good{padding:.5rem;}
a.tours{margin-bottom: 1rem;}
a.tours h2.name{width: 100%;}
a.more{display: inline-flex;}	
.pinner{margin-top:0;}
.price {margin-top: 0;}
.price span{font-size: 2rem;}
span.start {
    padding: .5rem;
    margin-right: .5rem;
    font-size: .75rem;
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-bottom: .5rem;}
/*內容區*/
.content2{display: block;}
.banner{height: auto;}
.flexslider,.flexslider .slides img,.flexslider .slides,.flex-caption{width: 100%;}
.flex-direction-nav a{top:40%;}
.flexslider .slides{height: auto;}
.flex-control-nav{width: 100%;bottom: 10px;}












}
	
	
	
	
	
	
	
	
	
	
	




