﻿@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;}
html,body{
	font-family:Arial, Helvetica, "微軟正黑體",sans-serif;
	font-size:15px;
	color:#81511c;
	background-color: #02458c;}
a{text-decoration:none;}
.wraper{
	width:100%;}
#gotop{
	display: none;
	width: 3rem;
    height: 3rem;
    border-radius: 2rem;
    background-color:#f47d2e;
    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:#f47d2e;}
/*大圖*/
.topbox{
	position: relative;
	z-index: 0;
	overflow: hidden;}
.topwraper{
	background: url('../images/topbg.jpg') no-repeat top center;
	}
.toper{
	width: 1200px;
	height:720px;
	margin: 0 auto;
	position:relative;
	}
img.tw01, img.tw02, img.tw03, img.tw04,img.tw05,img.tw06,img.tw07,img.tw08{
	position: absolute;
	right: 0;
	left: 0;
	margin:0 auto 
}
img.tw01{bottom:100px;left:-200px;}
img.tw02{bottom:0px; left: -40px;}
img.tw03{left:-872px;}
img.tw04{top:88px;left:-1080px;}
img.tw05{top: 45px; right: -572px;}
img.tw08{top:322px;left:-1500px;}

/*選單*/       				
.navwraper{
	background-color: #f47d2e;
	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%/11);
	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.25rem;
    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: #de5c06;
}    


/*內容區*/
.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{
	text-indent: -9999px;
}
.bar h3 img{
	display:block;
	background: url('../images/title01.png') no-repeat;
}
.icon{
	margin-left: -1.5rem;
}
/*商品*/
.goodswraper{
	width: 1000px;
    background-color: #ffffff;
	border: 3px solid #4fc4db;
    border-radius: 20px;
    padding: 1rem;}


.good{
    transition: all 0.5s linear;
    border-bottom: 2px dotted #d4c7c7;
    padding: 1.2rem;
}
.good:hover{
	background-color:#f1f8fd;
}
a.tours{
	display: block;
    margin-bottom: 1rem;
    }
a.tours h2{
	font-size: 1.2rem;
	color: #02458c;
	font-weight: bold;
}
.pinner{
	text-align: right;}	
.price{
	font-size: 0.7rem;
    color: #02458c;
    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:#02458c;}
.date a.more{
	color: #02458c;
	display: inline-block;
    padding: .25rem;
    border: 1px solid #02458c;
    border-radius: .5rem;
    margin-bottom: .25rem;
    margin-right: .25rem;
}	
.good:hover .date a.more{
	border: 1px solid #6eaef3;
}
.good:hover  .date a.more:hover{background-color:#3d89ec; color:white;}			
.good:hover a.tours h2.name,.good:hover .date a.more,.good:hover .date a{
	color: #0b389b;}
.good:hover a.tours h2.name{text-decoration: underline;}
.good:hover	.price{
	color:#3d89ec;}
.good:hover	.price:hover{ cursor: pointer;}
h3.bar01 {
	font-size: 1.2rem;
    color: #02458c;
    font-weight: bold;
}
span.start{
	display: inline-block;
	color: #02458c;
    margin-right: .5rem;
    font-size: .75rem;
}
a.tours2{margin-bottom: 0;}
.area{
	padding: 1rem;
    border: 1px solid #dfb03f;
    border-radius: 15px;
	margin-top:2.5rem;
}
.s-title{
	text-align: center;
    margin-top: -3rem;
}
.s-title >h5{
	display: inline-block;
    font-size: 2rem;
    text-align: center;
    padding: .75rem 2rem;
    background-color: white;
	margin-bottom: 1rem;
	color: #02458c;
}
span.deadline{
	font-size: 1.1rem;
    color: #02458c;
	font-weight: 700;
}

/*側邊按鈕*/
.left-btn{
	position:fixed;
	top: 120px;
	left: 1rem;
	width: 180px;
	z-index: 310;
}
.left-btn > a{
	width: 100%;
    display: inline-block;
    background-color: #f7a02e;
    margin-bottom: 1rem;
    line-height: 40px;
    border: 2px solid #ef7e16;
    border-radius: 1rem;
    background-image: url(../images/star-icon.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 40px;
    font-size: 1.2rem;
    color: #802d1e;
    font-weight: 700;
    transition: all .5s linear;
}
.left-btn > a:hover{
    background-image: url(../images/starhover-icon.png);
    padding-left: 40px;
    background-color: #f08020;
    border: 2px solid #fdbf89;
    color: #ffffff;
}


@media screen and (max-width:999px){
.left-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;}

#gotop{
	 right: 1rem;bottom: 1rem;}
.topwraper{
	height:0;
	padding-bottom:63.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: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: 40px;
	}

.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: 100%;
    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;
    text-align: center;
    margin-bottom: .5rem;}
}
	
	
	
	
	
	
	
	
	
	
	




