<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 */

html,body{
	font-family:Arial, Helvetica, "微軟正黑體",sans-serif;
	font-size:15px;
	color:#FFF;}
a{
	text-decoration:none;}
/*楓葉飄落*/
.cherry &gt; img{
    width: 50px;
    height: 50px;
    margin-top: -5%;
    opacity: 0.8;
    position: absolute;
    z-index: 99;
    /*-webkit-transform:rotate3d(.6,1,.6,45deg);*/
    /*-moz-transform:rotate3d(.6,1,.6,45deg);*/
    /*-ms-transform:rotate3d(.6,1,.6,45deg);*/
    /*-o-transform:rotate3d(.6,1,.6,45deg);*/
    /*transform:rotate3d(.6,1,.6,45deg);*/
}
.wraper{
	width:100%;
	height:auto;
	background-image: url(../images/bg.jpg);}
#gotop{
	width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color:#900;
    text-align: center;
    line-height: 45px;
    color: white;
    position: fixed;
    right: 30px;
    bottom:50px;
    z-index: 3000;
    font-size:16px;
	cursor:pointer;}
#gotop:hover{
	background-color:#C60;}
a.mainbtn{display: none;}
.slideshow {
    height: 467px;
    display: block;
    width: 100%;
    background-position: center;}
.topwraper{
	width:100%;
	height:auto;
	clear: right;}
.topwraper .toper{
	width: 1000px;
    height: 467px;
    position: absolute;
    z-index:10;
    top: 35px;
    right: 0;
    left: 0;
    margin: 0 auto;}
.toper h1.maintitle{
	display: block;
    width: 622px;
    height: 205px;
    background-image: url(../images/toptitle.png);
    float: right;
    text-indent: -9999px;
    margin: 60px 60px 0px 0px;}
.toper &gt; a.goodsbtn{
	display: block;
	width: 95px;
	height: 91px;
	background-image: url(../images/goods_btn.png);
	margin: 310px 0 0 440px;}
.toper &gt; span.maples{
	display: block;
    width: 395px;
    height: 277px;
    background-image: url(../images/maples.png);
    position: absolute;
    top: 219px;
    left: -103px;
}
.contentwraper{
	width: 970px;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    clear: left;
    overflow: hidden;}
 .contentwraper &gt; .bar{
 	margin: 20px 0;
 	width: 100%;
 	height: 60px;
 	background-position: center; }
.contentwraper &gt; .bar1{
	background-image: url(../images/title01.png);}
.contentwraper &gt; .bar2{
	background-image: url(../images/title02.png);}
.contentwraper &gt; .innerwraper{
	margin-bottom:15px;
    clear: both;
    position: relative;
	overflow: hidden;}
.contentwraper &gt; .innerwraper &gt; .intro{
	width: 46%;
    height: auto;
    padding-top: 20px;
    float: left;
    margin-top: 10px;
    margin-right: 50px;}
.contentwraper &gt; .innerwraper &gt; .intro2{
	float: right;
	margin-right: 0px;}
.contentwraper &gt; .innerwraper &gt; .intro &gt; h2.title{
	display: block;
    width: 216px;
    height: 51px;
    background-image: url(../images/tbg.png);
    background-repeat: no-repeat;
    color: #5c2506;
    line-height: 42px;
    padding-left: 11px;
    font-size: 1.6rem;}
.contentwraper &gt; .innerwraper &gt; .intro &gt; h4{
	font-size: 1.2rem;
    font-weight: 700;
    line-height:2rem;
    padding: 10px 0;
	margin-left: 10px; }
.contentwraper &gt; .innerwraper &gt; .intro &gt; p{
	line-height:1.4rem;
	text-align:justify;
	margin-left: 10px;}
.contentwraper &gt; .innerwraper &gt; .viewbox{
	width:478px;
	height: 244px;}
.contentwraper &gt; .innerwraper &gt; .viewbox &gt;img{
	position: absolute;}
.contentwraper &gt; .innerwraper &gt; span.leaves{
	display: block;
    width: 173px;
    height: 161px;
    background-image: url(../images/red.png);
    position: absolute;
    top: 72px;
    left: 458px;
    z-index: 20;}
.contentwraper &gt; .innerwraper &gt; span.leaves2{
	display: block;
    width: 144px;
    height: 158px;
    background-image: url(../images/yellow.png);
    position: absolute;
    top: 72px;
    left: 373px;
    z-index: 20;}
/*商品*/
.goodswraper{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border: 2px solid #facd89;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 2px 2px 4px #000;}
.goodsbar{
	display:block;
	height: 90px;
	text-indent: -9999px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-position: center; }
.goodsbar1{
	background-image: url(../images/goods01.jpg);}
.goodsbar2{
	background-image: url(../images/goods02.jpg);}
.goodsbar3{
	background-image: url(../images/goods03.jpg);}
.goodsbar4{
	background-image: url(../images/goods04.jpg);}
.goodsbar5{
	background-image: url(../images/goods05.jpg);}
.goodsbar6{
	background-image: url(../images/goods06.jpg);}    
.contanier{}
.product{
	border-bottom: 1px dotted #a84200;
    padding: 10px;
	transition:all 0.8s ease;
	overflow:hidden;
	margin-bottom: 5px;}
.product:hover{
	background-color:#f7dbb2;}
.product:hover &gt; .tourname{
	text-decoration:underline;}
.product a{
	text-decoration:none;}
.tourname{
	display: block;
    width:750px;
    color:#362e2b;
    font-size:1.2rem;
    line-height:1.5;}
.product span{
	color:#a40000;}
.product span.coast{
	font-size:2.6rem;
	font-weight:bold;}
.price {
	color: #65472b;
	float:right;
	margin:-1em 0.3em 0px 0px;}
.date{}
.date .dt{
	display:inline-block;
	padding:4px;
	background-color:#fc8b3c;
	font-size:0.8666rem;
	margin-right:10px;
	color:#460E00;}
.more{
	width: auto;
	color:#604C3F;
	line-height:20px;
	text-decoration:none;}
.more:hover{
	text-decoration:underline;
	color:#E0364A;}
.mp{
	float:right;
	padding:5px;}
.mp &gt; a{
		color:#421e06;}

	
@media screen and (max-width :1079px){
*{box-sizing: border-box;}
.cherry &gt; img{display: none;}
.wraper{}
#gotop{}
#gotop:hover{}
a.mainbtn{
	display: block;
	width: 95px;
	height: 91px;
	background-image: url(../images/goods_btn.png);
	margin: 0 auto;
}
.topwraper{
	width:100%;
	height:0;
	padding-bottom: 64.8148%;
	background-image: url(../images/mobil_bg.jpg);
	background-size: cover;}
/*輪播*/
#banner-fade{
	display: none;}
.topwraper .toper{
	display: none;}
.toper h1.maintitle{
	display: none;}
.toper &gt; a.goodsbtn{}

.contentwraper{
	width: 100%;
    padding: 10px;
    clear: left;
    overflow: hidden;}
 .contentwraper &gt; .bar{
 	margin: 20px 0; }
.contentwraper &gt; .bar img{
	margin: 0 3%;}
.contentwraper &gt; .innerwraper{}
.contentwraper &gt; .innerwraper &gt; .intro{
	width: 100%;
    padding-top: 10px;
    float: none;
    margin-top: 0;
    margin-right: 0;
	margin-bottom: 10px;}
.contentwraper &gt; .innerwraper &gt; .intro2{
	float:none;
	margin-right: 0px;}
.contentwraper &gt; .innerwraper &gt; .intro &gt; h2.title{}
.contentwraper &gt; .innerwraper &gt; .intro &gt; h4{
	margin-left: 0px;
	line-height: 1.5rem;}
.contentwraper &gt; .innerwraper &gt; .intro &gt; p{
	margin-left: 0px;}
.contentwraper &gt; .innerwraper &gt; .viewbox{
	width: 100%;
    height: 0;
    padding-bottom: 52%;}
.contentwraper &gt; .innerwraper &gt; .viewbox &gt;img{
	width: 100%;}
.contentwraper &gt; .innerwraper &gt; span.leaves{
	display: none;}
.contentwraper &gt; .innerwraper &gt; span.leaves2{
	display: none;}

/*商品*/
.goodswraper{}
.goodsbar{}   
.contanier{}
.product{
	padding: 5px;}
.product:hover{}
.product:hover &gt; .tourname{}
.product a{
	text-decoration:none;}
.tourname{
    width:100%;
    line-height:1.5rem;}
.product span{
	color:#a40000;}
.product span.coast{}
.price {
	margin:0em 0.3em 0px 0px;}
.date{}
.date .dt{}
.more{}
.more:hover{}
.mp{}
.mp &gt; a{}

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