﻿@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;}
html,body{
	font-family:Arial, Helvetica, "微軟正黑體",sans-serif;
	font-size:15px;
	color:#81511c;
	background-color:#e8f0cf;}
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:#ec6941;}
/*大圖*/
.topbox{
	position: relative;
	height: 721px;
	z-index: 0;
	overflow: hidden;}

.topwraper{
	height:721px;
	background: url('../images/topbg.jpg') no-repeat top center;
	}
.toper{
	width: 1000px;
	height:721px;
	margin: 0 auto;
	position:relative;
	}
img.tw01, img.tw02, img.tw03, img.tw04{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
img.tw01{}
img.tw02{
right: -450px;
}
img.tw03{
	left: -568px;
}
img.tw04{
	left: 95px;
}


/*選單*/       				
.navwraper{
	height:60px;
    position: relative;
    background-color: #e03e42;
}
.nav{
	width:1000px;
	margin:0 auto;}
.nav ul.maintabs{
	display:flex;
	flex-wrap:nowrap;
}
.nav ul.maintabs li,.nav ul.maintabs li a{
	transition: all 0.3s linear;
}
.nav ul.maintabs li{
	width:calc(100%/3);
    height: auto;
    text-align: center;
	border-left: 1px solid white;
}
.nav ul.maintabs li:last-child{
	border-right: 1px solid white;
}
.nav ul.maintabs li:hover{
	background-color:#e9595c;
}
.nav ul.maintabs li.active{
	background-color: #a72124;
}
.nav ul.maintabs li a{
	width: 100%;
    display:block;
    line-height:60px;
    font-size: 1.5rem;
    letter-spacing: 4px;
    font-weight: bold;
  	color: white;
  	background: url('../images/tabs.png') no-repeat center left 35px;
}
.nav ul.maintabs li:hover a,.nav ul.maintabs li.active a{
	background: url('../images/tabs-hover.png') no-repeat center left 35px;
}

/*內容區*/
.contentwraper{
	width: 100%;
	height: auto;
	background:url("../images/bg01.jpg") no-repeat center bottom;
	background-size:cover;
	background-attachment: fixed;
	}
.contentwraper2{
	background:url("../images/bg02.jpg") no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	}	
.content{
	width: 1000px;
	margin: 0 auto;
	padding: 2rem 0;
}
h3.bar01,h4.title01{
	display: block;
	text-indent: -9999px;
}
h3.bar01{
	height:125px;
	background:url("../images/bar01.png") center no-repeat;
	margin: 3rem 0;
}
h3.bar02{
	background-image: url('../images/bar02.png');}
h3.bar03{
	background-image: url('../images/bar03.png');margin-top:0;}
h3.bar04{
	background-image: url('../images/bar04.png');}

/*二層選單*/
.second-menu{
	margin: 1rem auto;
}
.second-menu ol{
	text-align: center;
    margin: 0 auto;
}
.second-menu ol li{
	display: inline-block;
    margin: .5rem;
}
.second-menu ol li a{
	display: block;
    color: #81511c;
    line-height: 40px;
    /* width: 120px; */
    background-color: #f1cc7e;
    border: 2px solid #dca32c;
    box-shadow: 1px 3px #dca32c;
    border-radius: 5px;
    padding: 0 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    transition: all 0.2s linear;
}

.second-menu ol li:hover a{
	background-color:#e9595c;
	border: 2px solid #e03e42;
    box-shadow: 1px 3px #e03e42;
    color: white;
    transform: translateY(3px);
}
/*商品*/
h4.title01{
	height: 75px;
	background:url("../images/title06.png") center no-repeat;
	margin-top: 5px;
}
h4.title02{
	background-image: url("../images/title07.png");}
/*h4.title03{
	background-image: url("../images/title03.png");}
h4.title04{
	background-image: url("../images/title04.png");}
h4.title05{
	background-image: url("../images/title05.png");}*/
.boxwraper{padding-top:1rem;}		
.box{
	width:993px;
	background-color: #fcfae4;
	border: 3px solid  #81511c;
	border-radius: 15px;
	margin:1.5rem auto;
	box-shadow: 1px 5px #81511c;
}
.goodswraper{
	padding: .8rem;
}
.good{
	transition: all 0.5s linear;
	border-bottom:3px dotted #d7928e; 
	padding: 1rem;
}
.good:hover{
	background-color:#f4e8d8;
}
a.tours{
	display: block;
    margin-bottom: 1rem;
    clear: both;
    overflow: hidden;
    transition: all 0.5s linear;
    }
a.tours h2{
	color: #6a3906;
    font-size:1.3rem;
    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;}		
.good:hover  a.tours h2{
	color: #b36a1e;
	text-decoration: underline;
}
a.tours:hover p.inner{
	color:#535353;}	
span.start{padding:.5rem; background:#ec6941; color: white; margin-right: .5rem; font-size: .75rem;}
.date > a, a.more{color: #6a3906;}

/*補助辦法*/
.boxwraper2{padding-top: 0;}
.box-inner{padding:1.5rem;}
h5{font-size: 1.4rem; margin-bottom: .5rem;}
p{
	font-size: 1.2rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 1.8rem;
}
.box-inner ul{display: block; padding-left:1.5rem;}
.box-inner ul li{list-style:decimal; font-size: 1.2rem; margin-bottom: 1rem;}
a.outlink{color:#6381bf;}
a.outlink:hover{text-decoration: underline;}

/*申請流程*/
.stepbox{
display: flex;
align-items: center;
border-bottom: 3px dotted #c4bcbc;
padding: 1rem;
}
.simg{height: 242px;}
.step-inner{padding-left: 1rem;}
.step-inner > img{margin:1.5rem 0;}
span.red{color:#e03e42; font-size: 1rem;}
.box-inner h6{
	display: block;
    background-color: #d77548;
    line-height: 2.666rem;
    font-size: 1.4rem;
    color: white;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.ans{padding: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:75.8148%;
	background:url(../images/head_sp.jpg) no-repeat center;
	background-size:cover;}
.topwraper > .toper{
	display:none;}
.topbox{
	height: auto;
}	
.topbox::after{
    display: none;}
/*選單*/	
.navwraper{
	display:none;
	position:fixed;
	top:40px;
	width: 100%;
	height:100%;
    padding:2rem;
	z-index:1000;
	margin: 0;}
.nav{
	width:100%;
	margin:0 auto;}
.nav ul.maintabs {
	margin:3rem auto;
	flex-wrap:wrap;}
.nav ul.maintabs li{
	width:100%;
	border:1px solid #fff;
	border-radius: 20px;
	margin-bottom: 3rem;
	background-image: none;}

.second-menu{
	display: none;
}

.contentwraper{background-image: none;}
.content{
	width:100%;
	padding:1rem;}
h3.bar01{
	margin:0;
    width: 100%;
    height: 0;
    padding-bottom: 23%;
    background-size: cover;
}
h4.title01{
	width: 100%;
    height: 0;
    padding-bottom: 15%;
    background-size: cover;
    margin-top: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/*商品*/
.box{width: 100%;}
.goodswraper{padding:.5rem;}
.good{padding:.5rem;}
a.tours{margin-bottom: 1rem;}
a.tours h2{font-size: 1.2rem;}
a.more{display: inline-flex;}	
.pinner{margin-top:0;}
.price {margin-top: 0;}
.price span{font-size: 1.5rem;}
span.start {
    padding: .5rem;
    margin-right: .5rem;
    font-size: .75rem;
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-bottom: .5rem;}

/*補助辦法*/
.box-inner{padding:.5rem;}
h5{font-size: 1.2rem; margin-bottom: .5rem;}
p{
	font-size: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 1.8rem;
}
.box-inner ul{display: block; padding-left:1.5rem;}
.box-inner ul li{font-size: 1rem;}
a.outlink{color:#6381bf;}
a.outlink:hover{text-decoration: underline;}

/*申請流程*/
.stepbox{
display: inline-block;
padding: 1rem 0;
text-align: center;
}
.step-inner > p{text-align: left;}
.step-inner{padding-left: 1rem;}
.step-inner > img{margin: .8rem;width: 50%;}
span.red{color:#ff0000;}
.box-inner h6{
	display: block;
    line-height: normal;
    font-size: 1.2rem;
    color: white;
    padding:.5rem;
    margin-bottom: .5rem;
}
.ans{padding:.5rem;}









}
	
	
	
	
	
	
	
	
	
	
	




