﻿@charset "utf-8";
*{	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	font-family:Arial, Helvetica,"微軟正黑體","黑體",sans-serif;
}
html, body, [id^="page_"]{/*id開頭為page_*/
	width: 100%;
	height: auto;
}
body{
	background-image: linear-gradient(-225deg, rgb(178 234 235) 0%, rgb(78 219 222) 100%);
}
a{text-decoration:none;}

/* 主圖 */
.banner_area{
	width: 100%;
	height: 608px;
	background: url(../images/header_bg.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.header{
	width: 1000px;
	height: 608px;
	position:relative;
	margin: 0 auto;
}
.head-img > img{
	display: block;
	position: absolute;
}
.head-img > img.title{
  	top: 85px;
    left: 165px;
    z-index: 1;}
.head-img > img.cat{
	bottom: 0px;
    left: -56px;
    z-index:2;}
.head-img > img.city{
	bottom: 14px;
    left: 484px;
    z-index: 3;}


/* 內容─團─more按鈕 */
.btnmore {
    color: #ffffff;
    background: #ffb100;
    margin: 10px 0px 5px 90%;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
    border-bottom: solid 5px #d09000;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-timing-function: ease;
}
.btnmore:hover {
     opacity: 0.8;
}
.btnmore:active {
    border-bottom: solid 0px #c36600;
	margin-top: 5px;
}

/* 選單 */
.nav{
	width: 100%;
	height: auto;
	padding: 9px 0px;
	background-image: linear-gradient(120deg , rgb(88 181 220) 0%, rgb(102, 166, 255) 100%);
	box-shadow: 1px 3px 6px #e2e2e2;
	position: relative;
	z-index: 2;
	
}
.nav > ul{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.nav > ul > li{float: left; margin-right: 0.1%;}
.nav > ul > li:last-child{margin-right: 0px;}
.nav > ul > li > a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: white;
    border-radius: 8px;
    padding: 2px 24px;
    margin: 1.1px;
    border: 1.8px #fff dashed;
}
.nav > ul > li > a:hover{background-color: #fc914d;}
#page_tpe .nav > ul > li:nth-child(1) > a{color: #fff; background-color: white; color: #1175c7;}
#page_cli .nav > ul > li:nth-child(2) > a{color: #fff; background-color: white; color: #1175c7;}
#page_nto .nav > ul > li:nth-child(3) > a{color: #fff; background-color: white; color: #1175c7;}
#page_tnn .nav > ul > li:nth-child(4) > a{color: #fff; background-color: white; color: #1175c7;}
#page_pts .nav > ul > li:nth-child(5) > a{color: #fff; background-color: white; color: #1175c7;}
#page_ttc .nav > ul > li:nth-child(6) > a{color: #fff; background-color: white; color: #1175c7;}
#page_mzg .nav > ul > li:nth-child(7) > a{color: #fff; background-color: white; color: #1175c7;}
#page_thsrc-holiday .nav > ul > li:nth-child(8) > a{color: #fff; background-color: white; color: #1175c7;}



/* 內容 */
.content{
		width: 1000px;
		height: auto;
		margin: 2rem auto;
}
.content > img{display: block; margin: 0px auto;}
.sale{
	display: block;
	width: 100%;
	height: auto;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #c90314;
	margin: 0px auto 20px auto;
}
.box{
	background-color: white;
    box-shadow: 0px 3px rgb(184 222 252);
}
h1{
    display: block;
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    color: #343f40;
    text-shadow: #efe9dd 0.1em 0.1em 0.1em;
    background-color: #8c6710;
    background-image: linear-gradient(120deg, rgb(249 205 97) 0%, rgb(249 186 36) 100%);
}
h1 span{
	font-size: 15px; font-weight: normal; letter-spacing: 1px;}
.boxin{
	padding: 1rem;
}
.boxin > img{display: block; margin: 0px auto;}


h3{
	clear: both;
	font-size: 20px;
	font-weight: bold;
    color: #3a9893;
	padding-top: 30px;
	text-align: center;
}
h4{
	font-size: 20px;
	font-weight: bold;
    color: #103f80;
	padding-top: 20px;
}
p{
	text-align: justify;
    font-size: 15px;
    color: #51565d;
    padding-top: 10px;
}
.p-date{text-align: center;color: #3a9893;}
p a{text-decoration: underline;}
p a:hover{text-decoration: none;}
p.step{overflow: hidden;}
p.step span{float: left;}
p.step span:first-child{
    width: 100px;
    height: 26px;
    font-size: 12px;
    text-align: center;
    color: white;
    background-color: #3a9893;
    padding: 4px 0px;
    margin-right: 2%;
    border-radius: 1em;
}
p.step span:last-child{width: 92%;}

ol.number{
	width: 100%;
	height: auto;
	margin: 0px auto;
	list-style: decimal inside;
	text-align: justify;
	text-indent: -20px;
	font-size: 18px;
	line-height: 1.5em;
	color: #51565d;
	padding: 0px 0px 0px 20px;
	margin-top: 10px;
}

.box .aa{
	width:200px;
	height: 100px;
	border:2px blue solid;
	float:left;
 }


/*商品*/
.good{
	transition: all 0.5s linear;
	border-bottom: 2px dotted #bfbfbf;
	padding: .75rem;
}
.good:hover{
	background-color:#fffadc;
}
a.tours{
	display: block;
	width: 80%;
    margin-bottom: 1rem;
    }
a.tours > h2{
	font-size: 1.2rem;
	color: black;
	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:hsl(0, 7%, 18%);}
.date a.more{
	color: hsl(0, 7%, 18%);
	display: inline-block;
    padding: .25rem;
    border: 1px solid #64a9fa;
    border-radius: .5rem;
    margin-bottom: .25rem;
    margin-right: .25rem;
}	
.good:hover .date a.more{
	border: 1px solid #64a9fa;
}
.good:hover > .date a.more:hover{background-color:#64a9fa; color:white;}			
.good:hover a.tours h2,.good:hover .date a.more,.good:hover .date a{
	color: #c62d2d;}
.good:hover a.tours h2{text-decoration: underline;}
.good:hover	.price{
	color:#c62d2d;}
.good:hover	.price:hover{ cursor: pointer;}		
span.start{
	display: inline-block;
    color: hsl(0, 7%, 18%);
    margin-right: .5rem;
    font-size: .75rem;
}





/* TTE找山富 */
.address{
	display: block;
    width: 159px;
    height: 150px;
    text-decoration: none;
    text-indent: -9999px;
    background-image: url(../images/address.png);
    z-index: 1001;
    position: fixed;
    right: 20px;
    bottom: 100px;
}

.address:hover {
   background-image: url(../images/address-hover.png);
}

p.step{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;}
p .try{background-color: #e9686b;}
a.icon{display: inline-block; text-decoration: none; color: #51565d;}
a.icon:hover{color: #c44d22; text-decoration: underline;}
.btn{margin: 1rem 0;}

p.step span:first-child {
width: 100px;
font-size: 1rem;
font-weight: bold;
text-align: center;
color: white;
background-color: #3a9893;
padding: 4px 0px;
margin-right: 2%;
border-radius: 1em;
}

.btn-offical{
	display: inline-block;
    padding: .75rem;
    color: #fff;
    margin-right: .5rem;
	transition: all .5s linear;
}
.btn-offical:hover{opacity: .8;}
.btn-offical-fb{background: #3d5a97;}
.btn-offical-ig{background: #ae7612;}
.btn-offical-rh{background: #D82A43;}
.btn-offical:last-child{margin-right: 0;}

/* 其他 */
.clear{clear: both;}
.sp00{color: #c44d22;}
.sp01{font-size: 20px; color: #c44d22;}

/* 輪播 */
.flexslider{
	position: absolute;
	width: 300px;
	height: 350px;
	right: 12px;
	top: 100px;
	background-color: #fff;
	border-radius: 2px;
	background-image: url(../images/star_title.png);
	background-position: 4px 3px;
	background-repeat: no-repeat;
	padding: 60px 25px;
	z-index: 20;
}
.slides li{
	position: relative;
	overflow: hidden;
}
.slides > li > a {display: block;}
.flex-direction-nav{display: none;}
h2.gt{
	font-size: 13px;
	padding: 5px 8px;
	position: absolute;
	top: 90px;
	color: #fff;
	background-color: rgba(20,20,20,0.6); 
	line-height: 22px;
	width: 100%;
	min-height: 56px;
}
.import{
	font-size: 13px;
	line-height: 22px;
	display: block;
	background-image: url(../images/list_style.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px center;
	color: #333;
}

.slides li:hover{
	background-color: #fffadc;
}
.price_o{
	font-size: 18px;
	font-family: Helvertica,Arial,sans-serif;
	color: #727171;
	font-weight: bold;
	text-decoration: line-through;
	margin: 20px 10px 0px 0px;
	float: left;
}
.price_p{
	font-size: 30px;
	font-style: italic;
	font-family: Helvertica,Arial,sans-serif;
	color: #c90314;
	font-weight: bolder;
	margin: 10px 0px 0px 20px;
	text-align: right;
}
.price_p span{
	font-size: 14px; 
	margin-right: 5px;
}
.tag{
	position: absolute;
	left: 0;
	top:0;
	display: block;
	color: #fff;
	background-color: #fd8336;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
	line-height: 25px;
	padding: 0px 20px;
}
/* 輪播結束 */


/* gotop */
#gotop {
	width: 50px;
	height: 50px;
	background-color:  #ff6762;
	 color: white;
	 line-height: 50px;
	 text-align: center;
	 cursor: pointer;
	 z-index: 1001;
	 position: fixed;
	 bottom: 50px;
	 right: 20px;
	 border-radius: 50%;
	 display: none;
	 transition: all 0.5s linear;
 }
 #gotop:hover {background-color: #ec6941;}
 
 /* 其他 */
 .clear{clear: both;}
 
 






@media screen and (max-width: 999px){
body{
	background-position: center top;
	background-repeat: repeat-y;}
/* 主圖 */
.banner_area{ 
	height: auto;
    background: none;}
.header{
	width: 100%;
	height: auto;
}
.head-img{
	width: 100%;
	position: initial;
	height: auto;
	background: url(../images/header_bg_rwd.jpg) repeat-x center 35px;
	background-size: 100%;
    padding-bottom: 57%;
}
.head-img > img{display: none !important;}



/* 選單 */
.nav{
	display: none;
	width: 100%;
	height: 100%;
	padding: 0px;
	position:fixed;
	z-index: 2000;
	top: 40px;
}
.nav > ul{width: 100%; height: 100%; padding: 10px 10% 40px 10%; overflow: auto;}
.nav > ul > li{float: none; padding: 2px 0px; margin-right: 0px;}
.nav2 > ul{display: none;}
/* boxslider */
.mid_area{width: 95%;}
/* 內容 */
.content{
	width: 100%;
    padding: 1rem;
    margin: 0 auto;}
.price,.pt{margin-top:0;}
a.tours{width: 100%;}
p.step{
    flex-wrap:wrap;flex-direction:column;}
/* gotop */
#gotop {bottom: 10px; right: 10px;}
/* TTE找山富 */
.address{display: none;}


/* 輪播 */
.slide-area{padding: 1rem;}
.flexslider{
	position: relative;
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
    background-image: none;
    margin: 0 auto;
    padding: 1rem;
}
.flexslider .slides{height: auto;}
.flexslider .slides > li{height: auto;}
.flex-control-nav {
    position: relative;
    bottom: -2rem;
    text-align: center;
    z-index: 15;}
h2.gt{
	font-size: 1rem;
    padding: 5px 8px;
    position: relative;
    top: 0;
    color: #141b19;
    background-color: rgb(255 255 255);
    line-height: 22px;
    width: 100%;
    font-weight: bold;
    min-height: 0;
}
/* 輪播結束 */
}

@media screen and (max-width: 984px){
/* 內容─團 */
.goods > a{width: 100%;}
}

@media screen and (max-width: 729px){

/* 內容 */
p.step span:first-child{width: 10%;}
p.step span:last-child{width: 89%;}
.btn-offical{
    width: 100%;
    text-align: center;
    margin-bottom: .5rem;
}
}

@media screen and (max-width: 600px){
/* 內容 */
.content > img{width: 100%;}
.boxin > img{width: 100%;}
p.step span:first-child{display: block; width: 70px;}
p.step span:last-child{display: block;	width: 100%; padding-top: 10px;}
/* boxslider */
.bx-wrapper img{
	float: initial;
	margin-right: 10px;
	width: 100%;
}
.bx-pager{
	margin-left: 6%;
	margin-top: 30px;
}
.price_o{margin-left: 50px;}

}

