<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;}
html,body{
	font-family:Arial, Helvetica, "微軟正黑體",sans-serif;
	font-size:15px;
	color:#FFF;
	background-color:#5a7d5d;}
a{text-decoration:none;
color:#FFF;}
.wraper{
	width:100%;}
#gotop{
	display: none;
	width: 3rem;
    height: 3rem;
    border-radius: 2rem;
    background-color:#6f7ae6;
    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:#f39700;}
/*左側按鈕*/
a.hotel-btn{
	display: block;
	width: 70px;
	height: 190px;
	background-image: url('../images/btn.png');
	position: fixed;
	z-index: 20;
	top: 100px;
	left: 1rem;
}	
/*大圖*/  	
.topwraper{
	height:748px;
	background: url(../images/bg_01.jpg) no-repeat center top;
	overflow: hidden;
	background-size: cover;
	}
.toper{
	width: 1000px;
	height:750px;
	margin: 0 auto;
	position:relative;
	}
img.tw01, img.tw02, img.tw03{
	position: absolute;
	right: 0;
	left: 0;
	margin:0 auto 
}
img.tw01{
	bottom: 48px;
    left: -915px;
    z-index: 5;}
img.tw02{
	top: 102px;
    left: -148px;}
img.tw03{
	bottom: 165px;
    left: 564px;}
/*選單*/       				
.navwraper{
	width: 100%;
	background-color: rgba(90, 125, 93, 1);
   }
.nav{
	width:1000px;
	margin:0 auto;}
.nav ul.maintabs{
	display: flex;
	flex-wrap: nowrap;
}	
.nav ul.maintabs li{
	width: calc(100% /4);
    height: auto;
    background-image: url(../images/tabs-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;}
.nav ul.maintabs li a{
	width: 100%;
    display: inline-block;
    line-height: 75px;
    color: white;
    font-size: 1.5rem;
    letter-spacing: 4px;
    font-weight: bold;
    background-image: url(../images/icon-01.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    /* padding-left: 36px; */
    margin-left: 25px;
}
.nav ul.maintabs li a.tabs2{
	background-image: url('../images/icon-02.png');}
.nav ul.maintabs li a.tabs3{
	background-image: url('../images/icon-03.png');}    
.nav ul.maintabs li a.tabs4{
	background-image: url('../images/icon-04.png');}
.nav ul.maintabs li a.tabs5{
	background-image: url('../images/icon-05.png');}   	    		    
.nav ul.maintabs li a.tabs6{
	background-image: url('../images/icon-06.png');} 
.nav ul.maintabs li:hover,.nav ul.maintabs li.active{	
	background-image: url('../images/tabs-bg-hover.png');}
.nav ul.maintabs li:hover a , ul.maintabs li.active a{
	color:#5a7d5d;
	background-image: url('../images/icon-hover-01.png');}
.nav ul.maintabs li:hover a.tabs2, ul.maintabs li.active a.tabs2{
	background-image: url('../images/icon-hover-02.png');}
.nav ul.maintabs li:hover a.tabs3, ul.maintabs li.active a.tabs3{
	background-image: url('../images/icon-hover-03.png');}
.nav ul.maintabs li:hover a.tabs4, ul.maintabs li.active a.tabs4{
	background-image: url('../images/icon-hover-04.png');}
.nav ul.maintabs li:hover a.tabs5, ul.maintabs li.active a.tabs5{
	background-image: url('../images/icon-hover-05.png');}
.nav ul.maintabs li:hover a.tabs6, ul.maintabs li.active a.tabs6{
	background-image: url('../images/icon-hover-06.png');}
.content_wraper{
	background: url('../images/bg_02.jpg');
	}
.content_wraper02{
	background: url('../images/bg_03.jpg');
	min-height: 1280px;}
.content_wraper, .content_wraper02{
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	padding:2rem 0;
}

.content{
	width: 1000px;
    margin: 0 auto;
    padding: 1rem;
    background-color: white;
    box-shadow: 6px 7px 0px #3a3d50;
    border-radius: 2rem;
    border: 3px solid #3a3d50;}
.content02{
	width: 1000px;
    margin: 0 auto;
    padding:2rem 0;
    background-color:transparent;
    box-shadow:none;
    border-radius:0;
    border:0}
.content03{
	padding-top: 130px;
}        
h6.bar{
	height: 156px;
    background: url(../images/bar_01.png) center top no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 1.5rem 0;
}
h6.bar02{
	background-image: url('../images/bar_02.png');}
h6.bar03{
	background-image: url('../images/bar_03.png');}
h6.bar04{
	background-image: url('../images/bar_04.png');}
h6.bar05{
	background-image: url('../images/bar_05.png');}	
h6.bar06{
	background-image: url('../images/bar_06.png');}
h6.bar07{
	background-image: url('../images/bar_07.png');}			
h3.sbar{
	display: block;
	text-indent: -9999px;
	height:76px;
	background-image: url('../images/sbar01.png');
	background-position: center top;
	background-repeat: no-repeat;
	margin:2rem auto; }
h3.sbar02{
	background-image: url('../images/sbar02.png');
}
h3.sbar03{
	background-image: url('../images/sbar03.png');
}
h3.sbar04{
	background-image: url('../images/sbar04.png');
}
/*商品*/
.good{
	transition: all 0.5s linear;
	border-bottom: 1px solid #ded8d8;
	padding: 1rem;
}
.good:hover{
	background-color:rgba(232,249,234,1);
}
a.tours{
	display: block;
    opacity: 1;
    margin-bottom: 1rem;
    clear: both;
    overflow: hidden;
    transition: all 0.5s linear;
    }
a.tours h2.name{
	width: 85%;
	font-size:1.2rem;
	margin-bottom: 5px;
	color: #294266;}
.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:#00479d;
	text-decoration: underline;}
a.tours:hover p.inner{
	color:#535353;}	
span.start{padding:.5rem; background:#51a6b9; color: white; margin-right: .5rem; font-size: .75rem;}
.date &gt; a, a.more{color: #294266;}
/*內容區*/
.contentbox{
	padding: 1.5rem 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #5a7d5d;
    border: 3px solid white;
    border-radius: 2rem;
    box-shadow: 6px 7px 0px white;
}
h3.title-p{
	text-align:center;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
h3.title-pin{
	text-align:left;
	margin-bottom: 1rem;
}
.box{
	width:calc(100%/3);
	padding:1rem;
	margin-bottom: 1rem;
	position: relative;
}
.box2{
	width:100%;
    display: flex;
    flex-wrap: nowrap;
	margin-bottom: 2rem;}
.box2 img{margin:0 1rem;}
.box3 img{margin:0 auto;}    
h6.month{
	display: block;
	position: absolute;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #e9e09b;
	color: #5a7d5d;
	line-height: 90px;
	width: 90px;
	text-align: center;
	border-radius: 45px;
}
h6.village{
	padding: 1rem 0.5rem;
    font-size: 1.2rem;
   text-align: center;
}
.box p{
	padding:0.5rem;
	color:#e2f9e4;
	text-align: justify;
	line-height: 1.5rem;
}
.boxinner{
	padding: 1rem 1rem 1rem;
}
.boxinner p{
	line-height: 2rem;
    text-align: justify;
}
p.farm-p{margin:1rem 0;}


@media screen and (max-width:1079px){
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 &gt; .toper{
	display:none;}
/*選單*/	
.navwraper{
	display:none;
	position:fixed;
	top:35px;
	width: 100%;
	height:100%;
    padding:4rem;
	z-index:205;}
.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: 1rem;
	background-image: none;}
.nav ul.maintabs li:hover,.nav ul.maintabs li.active{	
	background-image: none;
	background-color: #e5ebdd;
}	
.nav ul.maintabs li a{
	width: auto;
	display: block;
    font-size: 1.4rem;
    padding: 0;
    text-align: center;
    line-height: 60px;
	}
.nav ul.maintabs li:hover a , ul.maintabs li.active a{
	color:#324e0a;}	
.active{
	border-radius: 20px;}		

.content{
	width:95%;
	padding:10px;}
h6.bar{
	height: 0;
	padding-bottom:20%;
	background-size: contain;
	margin-top:0px;
}
.content_wraper{
	background-image: none;
	}
.content_wraper02{
	min-height: auto;
	background-image: none;}

/*商品*/
.good{padding:.5rem;}
a.tours{margin-bottom: .5rem;}
a.tours h2.name{width: 100%;}
a.more{display: inline-flex;}	
.pinner{margin-top: .5rem;}	
.price {margin-top: 0;}
span.start {
    padding: .5rem;
    margin-right: .5rem;
    font-size: .75rem;
    display: block;
    width: 25%;
    text-align: center;
    margin-bottom: .5rem;}

/*內容區*/
.contentbox{
	/*padding: 0;*/
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
h3.title-p{
	text-align: justify;
	margin-bottom: 1rem;
	font-size: 1.4rem;
}
h3.title-pin{
	text-align: left;
	margin-bottom: 1rem;
}
.box{
	width:100%;
}
.box img{width:100%;}
.box2 img{width:100%; margin: 0 auto 10px auto;}
.box2{
	width: 100%;
    display: inline-block;
    flex-wrap: wrap;
    margin-bottom: 1rem;}
.box3 img{margin:10px auto;}    
h6.month{
}
.box p{
	padding:0.5rem;
	color:#e2f9e4;
}
.boxinner{
	padding:10px 0;
}
.boxinner p{
	line-height: 2rem;
    text-align: justify;
}
p.farm-p{margin:0.5rem 0;}





}
	
	
	
	
	
	
	
	
	
	
	




</pre></body></html>