﻿@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;}
html,body{
	font-family:Arial, Helvetica, "微軟正黑體",sans-serif;
	font-size:15px;
	color:#81511c;
	background-color:#acdba1;}
a{text-decoration:none;}
.wraper{
	width:100%;}
#gotop{
	display: none;
	width: 3rem;
    height: 3rem;
    border-radius: 2rem;
    background-color:#b1061b;
    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:#20988e;}
/*大圖*/
.topbox{
	position: relative;
	z-index: 0;
	overflow: hidden;}
.topwraper{
	background: url('../images/topbg.jpg') repeat-x top center;
	}
.top-animate{
	height: 750px;
	position:relative;
}	
img.topic,
.road,
.car1,.car2,
.farm,
.tree1,.tree2{
	position: absolute;
}
img.topic{
	z-index:20;
	left: 0;
	right: 0;
	top: 7rem;
	margin:auto;
}
.road{
	width: 100%;
    height: 163px;
    background: url(../images/road.png);
    background-repeat: repeat-x;
    bottom: 0;
	z-index:10;
}
.car1{
	width:502px;
	height:192px;
	background: url(../images/car01.png) no-repeat center;
	bottom: 10%;
	z-index:11;
}
.car2{
	width: 437px;
	height: 170px;
	background: url(../images/car02.png) no-repeat center;
	bottom: 0;
	left: 0;
	z-index:20;
}
.farm{
	width:100%;
	height: 295px;
	background:url(../images/farm.png) center;
	left: 0;right: 0; bottom:10%; margin: auto; z-index:5;}
.tree1{
	width: 495px;
    height: 173px;
    background: url(../images/tree01.png);
    bottom: 200px;
    left: 50px;
    z-index: 3;}
.tree2{
	width: 495px;
	height: 173px;
	background: url(../images/tree02.png);
	bottom: 200px;
	right:50px;
	z-index:4;}
@keyframes Road{
	0%{background-position: 0% 50%;}
	50%{background-position: 200% 50%;}
	100%{background-position: 400% 50%;}
}
@keyframes Mountain{
	0%{background-position: 0% 50%;}
	50%{background-position: 200% 50%;}
	100%{background-position: 400% 50%;}
}
@keyframes Car {
	0%{transform: translateX(-50%);}
	50%{transform: translateX(150%);}
	75%{transform: translateX(250%);}
	100%{transform: translateX(500%);}
}
@keyframes Car2{
	0%{transform: translateX(-300%);}
	50%{transform: translateX(150%);}
	75%{transform: translateX(300%);}
	100%{transform: translateX(500%);}
}

/*選單*/       				
.navwraper{
	background-color: #333333;
	border-top: 4px solid #fbb03b;
	border-bottom: 4px solid #fbb03b;}
.nav{
	width:1000px;
	margin:0 auto;}
.nav ul.maintabs{
	display:flex;
	flex-wrap:nowrap;
	padding: .5rem 0;}
.nav ul.maintabs li{
    text-align: center;
	width:320px;
	margin: auto ;
	border: 4px dotted #5c5959;
	transition: all 0.8s linear;
	border-radius: 15px;
	line-height: 55px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: bold;
	}
.nav ul.maintabs li:hover {
	border: 4px dotted #fff;
	border-radius: 15px;
}  	
.nav ul.maintabs li a{
    display: block;
	color: white;
	transition: all 0.5s linear;
    background-repeat: no-repeat;
    background-position: 5%;
    background-image: url(../images/car-icon.png);
}
#PERSON2 .nav ul.maintabs li:nth-child(1),
#PERSON4 .nav ul.maintabs li:nth-child(2),
#PERSON6 .nav ul.maintabs li:nth-child(3){
    background-position: 15%;
	background-repeat: no-repeat;
    border: 4px dotted #fff;
	border-radius: 15px;
}
#PERSON2 .nav ul.maintabs li:nth-child(1)>a,
#PERSON4 .nav ul.maintabs li:nth-child(2)>a,
#PERSON6 .nav ul.maintabs li:nth-child(3)>a,
.nav ul.maintabs li a:hover{
	color: #fbb03b;
	background-position: 15%;
	background-image: url(../images/carhover-icon.png);
	background-repeat: no-repeat;
	background-color: #585858;
	border-radius: 15px;
}

/*內容區*/
.contentwraper{
	width: 100%;
    height: auto;
    background: url(../images/bg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;}
.content{
	width: 1000px;
	margin: 0 auto;
	padding: 2rem 0;
}

/*內容標題*/
.bar{
	display: flex;
    margin: 0 auto;
    padding: 1rem;
	justify-content: center;
    margin-top: 1rem;}
h3.title{
	display:block;
	text-indent: -9999px;
	width: 852px;
	height: 263px;
	background: url('../images/title01.png');
	background-repeat: no-repeat;
	margin-bottom: 2rem;}
h3.title2{background: url('../images/title02.png');}
h3.title3{background: url('../images/title03.png');}	

.icon{
	margin-left: -1.5rem;
}
/*商品*/
.goodswraper{
	width: 95%;
    background-color: #ffffff;
    border: 3px solid #428f7d;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 4px 6px #428f7d;
    margin: auto;}
.good{
	transition: all 0.5s linear;
	border-bottom: 3px dotted #ded8d8;
	padding: 1.2rem;
}
.good:hover{
	background-color:#f1f8fd;
}
a.tours{
	display: block;
    margin-bottom: 1rem;
    }
a.tours h2{
	font-size: 1.2rem;
	color: #81511c;
	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.5rem;}
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 #89511c;
    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:#81511c; color:white;}			
.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;
}
@media screen and (min-width:1601px) and (max-width:1920px){
	.topwraper{
		animation: Mountain 20s infinite linear;
		}
		.road{
		animation: Road 5s infinite linear;
		}
		.car1{
		animation: Car 10s infinite linear;
		}
		.car2{
		animation: Car2 15s infinite linear;
		}
}
@media screen and (min-width:1023px) and (max-width:1600px){
	.topwraper{
		animation: Mountain 300s infinite linear;
		}
	.road{
		animation: Road 10s infinite linear;
	}
	.car1{
		animation: Car 20s infinite linear;
	}
	.car2{
		animation: Car2 15s infinite linear;
	}
	.tree1{
		bottom:225px;
		left:10px;
	}
	.tree2{
		bottom:225px;
		right:10px;
	}
}

@media screen and (max-width:999px){
a.hotel-btn{display: none;}
a.mainbtn{
	display: block;
    width: 50px;
    height: 50px;
    background: url(../images/menu.png);
    background-size: contain;
    position: fixed;
    z-index: 200;
    top: 45px;
    right: 5px;
    cursor: pointer;}
.wraper{}
#gotop{
	 right: 1rem;bottom: 1rem;}
.topwraper{
	height:0;
	padding-bottom:63.8148%;
	background:url(../images/head_sp.jpg) no-repeat center;
	background-size:cover;}
.top-animate{display: none;}
/*選單*/	
.navwraper{
	display:none;
	position:fixed;
	top:35px;
	width: 100%;
	height:100%;
    padding:2rem;
	z-index:1000;
	margin: 0;}
.nav{
	width:100%;
	margin:0 auto;}
.nav ul.maintabs {
	width: 100%;
	margin:0 auto;
	flex-wrap:wrap;
	margin-top: 4rem;}
.nav ul.maintabs li{
	width:100%;
	margin-bottom: 3rem;
	}
.nav ul.maintabs li a{
    font-size: 1.4rem;
	}
#PERSON2 .nav ul.maintabs li:nth-child(1)>a, #PERSON4 .nav ul.maintabs li:nth-child(2)>a, #PERSON6 .nav ul.maintabs li:nth-child(3)>a, .nav ul.maintabs li a:hover {
	background-position:5%;
}
.contentwraper{
	padding:0;
}
.content{
	width:100%;
	padding:1rem;}
.bar {margin-top:0; padding-top:0;}	
h3.title,h3.title2,h3.title3{
	width: 100%;
    height: 0;
    padding-bottom:31%;
    background-size: contain;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.goodswraper{
	margin-bottom: 1rem;
}

/*商品*/
.goodswraper{width: 100%;padding:.5rem;}
.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 .5rem .5rem 0;
    margin-right: 0;
    /* font-size: .75rem; */
    display: inline-block;
    /* width: 25%; */
    text-align: center;}
}
	
	
	
	
	
	
	
	
	
	
	




