<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;
	background: url('../images/bg_02.jpg');
	background-position: center top;
	}
a{text-decoration:none;
color:#FFF;}
.wraper{
	width:100%;}
#gotop{
	display: none;
	width: 3rem;
    height: 3rem;
    border-radius: 2rem;
	background-color: #e02158;
    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:#b1061b;}
/*大圖*/  	
.topwraper{
	height:720px;
	background: url(../images/bg_01.jpg) no-repeat center top;
	overflow: hidden;
	background-attachment: fixed;
	background-position: 50%;
	}
.toper{
	width: 1000px;
	height:720px;
	margin: 0 auto;
	position:relative;
	}
img.tw01{
	position: absolute;
	right: 0;
	top: 200px;
	margin:0 auto;
    z-index: 5;}
/*選單*/       				
.navwraper{
	width: 100%;
	height: auto;
	
   }
.nav{
	width:1000px;
	margin:0rem auto;
	padding:1.5rem 0;}
.nav ul.maintabs{
	display: flex;
	flex-wrap: nowrap;
}	
.nav ul.maintabs li{
	width: calc(100% / 4);
    background-repeat: no-repeat;
    background-size: contain;}
.nav ul.maintabs li a.tabs{
	width: 100%;
    display: inline-block;
    line-height: 92px;
    text-indent: -9999px;
    background-image: url(../images/tabs01.png);
    background-repeat: no-repeat;
    background-position: center;}
.nav ul.maintabs li a.tabs2{
	background-image: url('../images/tabs02.png');}
.nav ul.maintabs li a.tabs3{
	background-image: url('../images/tabs03.png');}    
.nav ul.maintabs li a.tabs4{
	background-image: url('../images/tabs04.png');}

.nav ul.maintabs li:hover a.tabs,.nav ul.maintabs li.active a.tabs{	
	background-image: url('../images/tabs01-hover.png');}
.nav ul.maintabs li:hover a.tabs2,.nav ul.maintabs li.active a.tabs2{	
	background-image: url('../images/tabs02-hover.png');}
.nav ul.maintabs li:hover a.tabs3,.nav ul.maintabs li.active a.tabs3{	
	background-image: url('../images/tabs03-hover.png');}
.nav ul.maintabs li:hover a.tabs4,.nav ul.maintabs li.active a.tabs4{	
	background-image: url('../images/tabs04-hover.png');}

.content_wraper{}
.content_wraper02{
	background: url('../images/bg_03.jpg');
	background-attachment: fixed;}
.content_wraper, .content_wraper02{
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	padding:3rem 0;
}

.content{
	width: 1000px;
    margin: -4rem auto 2rem;
    padding: 4rem 1rem 1rem;
    border-radius: 2rem;
	border: 2px solid #f1a8b3;
    background-color: rgb(255 213 206);
	overflow: hidden;
	clear: right;}  
h6.bar{
	height:62px;
    background: url(../images/bar_01.png) center top no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 1.5rem 0;
    position: relative;
}
h6.bar02{
	background-image: url('../images/bar_02.png');}
h3.sbar{
	display: block;
	text-indent: -9999px;
	height:57px;
	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');
}
/*商品*/
.good{
	transition: all 0.5s linear;
	border-bottom: 1px solid #d08f8f;
	padding: 1.2rem;
}
.good:hover{
	background-color:rgba(245,226,215,1);
}
a.tours{
	display: block;
    margin-bottom: 1rem;
    transition: all 0.5s linear;
    }
a.tours &gt;h2{
	color: #761313;
    font-size:1.2rem;
    font-weight: bold;
}    
.pinner{
	text-align: right;}	
.price{
	font-size: 0.7rem;
    color: #c41919;
    font-weight: 800;
    display: inline-block;
    margin-top: -30px;}
.price span{
	font-size:1.7rem;}		
a.pb{color:#eb6100;}
a.pb:hover{color:#c62d2d;}
.date a{color:#81511c;}
.date a.more{
	color: #81511c;
	display: inline-block;
    padding: .25rem;
    border: 1px solid #81511c;
    border-radius: .5rem;
    margin-bottom: .25rem;
    margin-right: .25rem;
}	
.good:hover .date a.more{
	border: 1px solid #81511c;
}
.good:hover  .date a.more:hover{background-color:#c62d2d; color:white; border: 1px solid #c62d2d;}			
.good:hover a.tours h2.name,.good:hover .date a.more,.good:hover .date a{
	color: #c62d2d;}
.good:hover a.tours h2.name{text-decoration: underline;}
.good:hover	.price{
	color:#c62d2d;}
.good:hover	.price:hover{ cursor: pointer;}		
span.start{
	display: inline-block;
    color: #81511c;
    margin-right: .5rem;
    font-size: .75rem;
}





/*內容區*/
.contentbox{
	padding: 1.5rem 1.5rem 0;
}
.autumn-icon img{
	float: right;
	margin-right: 1rem;
}
.box{
	width:100%;
	padding:1rem;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
}

.imgbox{
	width: 441px;
    height: 253px;
    background-image: url('../images/dotted.png');
    padding: 0.5rem;
    background-repeat: no-repeat; }
.imgbox img{
	width: 100%;
    height: auto;
    padding: 0.5rem;}
.intro{
	width: 50%;
	padding:1rem;
	color: #761313;}
.intro2{
	order: -1;
}	
h3.vtitle{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2rem;
}
h3.vtitle img{
	margin: 0 .2rem;
}
h3 span.v-name{
	padding-left: .2rem;
}
h4.time,h5.add{font-size: 1rem;margin-bottom: 0.5rem;}
.box p{
	padding-top: 0.5rem;
	color:#333333;
	text-align: justify;
	line-height: 1.5rem;}
span.remarks{
	display: block;
    text-align: right;
    margin: .5rem 0;}



@media screen and (max-width:1080px){
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;
	background:#f0ccd9 !important;}
.nav{
	width:100%;
	margin:0 auto;}
.nav ul.maintabs {
	margin:0 auto;
	flex-wrap:wrap;}
.nav ul.maintabs li{
	width:100%;
	margin-bottom: 2rem;}	
.nav ul.maintabs li a{
	width: auto;
	}

.content{
	width:95%;
	padding:10px;
	margin: 0rem auto 2rem;}
h6.bar{
	height: 0;
	padding-bottom:8%;
	background-size: contain;
	margin-top:0px;
}
.content_wraper, .content_wraper02{
	padding: 2.5rem 0;}
.content_wraper02{}

/*商品*/
.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;
    margin-bottom: .5rem;
    font-size: .75rem;
    /*display: block;*/
    text-align: center;
    margin-bottom: .5rem;}
/*內容區*/
.contentbox{
	width: 100%;
    padding: 0rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;}
.autumn-icon img{
	float: right;
	margin-right: 1rem;
}
.box{
	width:calc(100% / 2);
	padding:0.5rem;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.imgbox{
	width: 100%;
    height: 0;
    padding-bottom: 55%;
    background-size: contain; }
.imgbox img{
	}
.intro{
	width: 100%;}
.intro2{
	order:1;
}	
h3.vtitle{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2rem;
}
h3.vtitle img{
	margin: 0 .2rem;
}
h3 span.v-name{
	padding-left: .2rem;
}
h4.time,h5.add{font-size: 1rem;margin-bottom: 0.5rem;}
.box p{
	padding-top: 0.5rem;
	color:#333333;
	text-align: justify;
	line-height: 1.5rem;}
span.remarks{
	display: block;
    text-align: right;
    margin: .5rem 0;}
}		



	
@media screen and (max-width:600px){	
h6.bar{
	padding-bottom:10%;
}
.box{
	width:100%;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
}
	
	
	
	
	
	
	
	
	




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