﻿@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;}
html,body{
	font-family:Arial, Helvetica, "微軟正黑體",sans-serif;
	font-size:15px;
	color:#81511c;
	background-color:#fffff5;}
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;
	}
.toper{
	width: 1100px;
	height:500px;
	margin: 0 auto;
	position:relative;
	}
img.tw01, img.tw02, img.tw03, img.tw04,img.tw05{
	position: absolute;
	right: 0;
	left: 0;
	margin:0 auto 
}
img.tw01{bottom:100px;}
img.tw02{bottom:0px; left: -40px;}
img.tw03{top:125px;}
img.tw04{top:67px;}
img.tw05{top: 45px; right: -808px;}


/*選單*/       				
.navwraper{
	background-color: #20988e;
	height:60px;}
.nav{
	width:1000px;
	margin:0 auto;}
.nav ul.maintabs{
	display:flex;
	flex-wrap:nowrap;}
.nav ul.maintabs li{
    text-align: center;
	width:calc(100%/5);
	border-left:1px solid white;}
.nav ul.maintabs li:last-child{
	border-right: 1px solid white;
}	
.nav ul.maintabs li a{
    display:block;
    line-height:60px;
    color: white;
    font-size: 1.5rem;
    letter-spacing:1px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.8s linear;}
.nav ul.maintabs li:hover {
	background-color: #157eae;
}    


/*內容區*/
.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;
    align-items:center;
    margin-top: 1rem;
}
.bar h3{
	display:block;
	text-indent: -9999px;
	width: 350px;
	height: 80px;
	background-repeat: no-repeat;
	margin: 0 auto 15px auto;}
.bar h3.title01{background: url('../images/title01.png');}
.bar h3.title02{background: url('../images/title02.png');}
.bar h3.title03{background: url('../images/title03.png');}	
.bar h3.title04{background: url('../images/title04.png');}	
.bar h3.title05{background: url('../images/title05.png');}	
.icon{
	margin-left: -1.5rem;
}
/*商品*/
.goodswraper{
	width: 1000px;
    background-color: #ffffff;
    border: 3px solid #20988e;
    border-radius: 20px;
    padding: 1rem;}
.good{
	transition: all 0.5s linear;
	border-bottom: 3px dotted #ded8d8;
	padding: 1.2rem;
}
.good:hover{
	background-color:#fffdee;
}
a.tours{
	display: block;
    margin-bottom: 1rem;
    }
a.tours h2{
	font-size: 1.2rem;
	color: #81511c;
	font-weight: bold;
	width: 85%;
}
.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 (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:50%;
	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: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: 3rem;}
.nav ul.maintabs li{
	width:100%;
	border:1px solid #fff;
	border-radius: 20px;
	margin-bottom: 1rem;
	background-image: none;}
.nav ul.maintabs li:hover{
}	
.nav ul.maintabs li a{
	width: auto;
	display: block;
    font-size: 1.4rem;
    text-indent: 0;
    padding: 0;
    color: white;
    text-align: center;
    line-height: 60px;
	}

.contentwraper{
	padding:0;
	background-image: none;
}
.content{
	width:100%;
	padding:1rem;}
.bar {margin-top:0; padding-top:0;}	
.bar h3.title01,.bar h3.title02,.bar h3.title03,.bar h3.title04,.bar h3.title05{
	width: 75%;
    height: 0;
    padding-bottom: 20%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
img.icon,img.att{display: none;}

/*商品*/
.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;
    margin-right: .5rem;
    font-size: .75rem;
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-bottom: .5rem;}
}
	
	
	
	
	
	
	
	
	
	
	




