<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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:url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center bottom ;}
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 &gt; img{
	display: block;
	position: absolute;
}
.head-img &gt; img.title{
  	top: 85px;
    left: 165px;
    z-index: 1;}
.head-img &gt; img.cat{
	bottom: 12px;
    left: -56px;
    z-index:2;}
.head-img &gt; 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(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
    box-shadow: 1px 3px 6px #e2e2e2;
	position: relative;
	z-index: 2;
	
}
.nav &gt; ul{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.nav &gt; ul &gt; li{float: left; margin-right: 0.1%;}
.nav &gt; ul &gt; li:last-child{margin-right: 0px;}
.nav &gt; ul &gt; li &gt; a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: white;
    border-radius: 8px;
    padding: 2px 10px;
    margin: 1.1px;
    border: 1.8px #fff dashed;
}
.nav &gt; ul &gt; li &gt; a:hover{background-color: #ce5a60;}
#page_tpe .nav &gt; ul &gt; li:nth-child(1) &gt; a{color: #fff; background-color: white; color: #b8345f;}
#page_cli .nav &gt; ul &gt; li:nth-child(2) &gt; a{color: #fff; background-color: white; color: #ce5a60;}
#page_nto .nav &gt; ul &gt; li:nth-child(3) &gt; a{color: #fff; background-color: white; color: #ce5a60;}
#page_tnn .nav &gt; ul &gt; li:nth-child(4) &gt; a{color: #fff; background-color: white; color: #ce5a60;}
#page_pts .nav &gt; ul &gt; li:nth-child(5) &gt; a{color: #fff; background-color: white; color: #ce5a60;}
#page_ttc .nav &gt; ul &gt; li:nth-child(6) &gt; a{color: #fff; background-color: white; color: #ce5a60;}
#page_mzg .nav &gt; ul &gt; li:nth-child(7) &gt; a{color: #fff; background-color: white; color: #ce5a60;}
#page_knh .nav &gt; ul &gt; li:nth-child(8) &gt; a{color: #fff; background-color: white; color: #ce5a60;}
#page_mzw .nav &gt; ul &gt; li:nth-child(9) &gt; a{color: #fff; background-color: white; color: #ce5a60;}
#page_gni .nav &gt; ul &gt; li:nth-child(10) &gt; a{color: #fff; background-color: white; color: #ce5a60;}
#page_theme-trip .nav &gt; ul &gt; li:nth-child(11) &gt; a{color: #fff; background-color: white; color: #ce5a60;}
#page_thsrc-holiday .nav &gt; ul &gt; li:nth-child(12) &gt; a{color: #fff; background-color: white; color: #ce5a60;}
#page_address .nav &gt; ul &gt; li:nth-child(13) &gt; a{color: #fff; background-color: white; color: #ce5a60;}


/* 內容 */
.content{
	clear: both;
	width: 1000px;
	height: auto;
	padding-top: 30px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
}
.content &gt; 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{
	width: 100%;
	height: auto;
	background-color: white;
	box-shadow: 0px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	padding-bottom: 20px;
}
h1{
	display: block;
	width: 100%;
	height: auto;
	line-height: 33px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
    color: #f5efef;
    text-shadow: #d26767 0.1em 0.1em 0.1em;
	/*背景漸層*/
	background-color: #ff6762;
    background-image: linear-gradient(-60deg, #ff6762 0%, #efbab4 100%);
}
h1 span{font-size: 15px; font-weight: normal; letter-spacing: 1px;}
.boxin{
	width: 100%;
	height: auto;
	padding: 0px 2% 5px 2%;
}
.boxin &gt; img{display: block; margin: 0px auto;}
h3{
	clear: both;
	font-size: 20px;
	font-weight: bold;
    color: #3a9893;
	padding-top: 30px;
}
h4{
	font-size: 20px;
	font-weight: bold;
    color: #103f80;
	padding-top: 20px;
}
p{
	text-align: justify;
    font-size: 19px;
    color: #51565d;
    padding-top: 10px;
}
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: 8%;
    height: auto;
    font-size: 12px;
    text-align: center;
    color: white;
    background-color: #3a9893;
    padding: 4px 0px;
    margin-right: 8%;
    border: 1.6px #c3e0df dashed;
}
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;
}

input{
  border:0;
  background-color:red;
  color:#fff;
  border-radius:10px;
  cursor:pointer;}

input:hover{
  color:#003C9D;
  background-color:#fff;
  border:2px #003C9D solid;
}

/* 內容─圖文 */
img.graphic{
	float: left;
	width: 24%;
	height: auto;
	padding-top: 20px;
}
div.graphic{
	float: right;
	width: 74%;
	height: auto;
}

/* 內容─地圖 */
div.map{
	float: left;
	height: auto;
}
iframe.map{
	float: right;
	width: 60%;
	height: 420px;
	padding-top: 20px;
}
a.map img{
	display: block;
	float: right;
	width: 60%;
	height: auto;
	padding-top: 20px;
}

/* 內容─團 */
.goods{
	width: 100%;
	height: auto;
	border-bottom: 2px dotted #bfbfbf;
	padding: 20px 0px 10px 0px;
	overflow: hidden;
}
.goods &gt; a{
	display: block;
	width: 82%;
	float: left;
	font-size: 21px;
	color: black;
}
.goods &gt; a:hover{background-color: #fffadc;}
.goods .price &gt; span{font-size: 2rem;}
.goods .price{
	min-width: 145px;
	float: right;
	text-align: right;
	font-size: 1rem;
	font-weight: bold;
	line-height: 32px;
	color: #c90314;
}

.goods .price_del{
	min-width: 80px;
	float: right;
	text-align: right;
	text-decoration: line-through;
	font-size: 17px;
	color: #51565d;
	padding-top: 12px;
}
.goods .date{
    float: left;
    min-width: calc(100% - 350px);
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #025fcf;
    margin-top: 8px;
}
.goods .date span.start{
	display: inline-block;
	font-size: 10px;
	color: white;
    background-color: #5fb3aa;
	padding: 0px 10px;
	border-radius: 15px;
}
.goods .date a{color: #025fcf;}
.goods .date a:hover{text-decoration: underline;}





/* gotop */
#gotop {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 1rem;
    font-weight: 700;
    background-color: #ff6762;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001;
    position: fixed;
   	right: 56px;
    bottom: 20px;
    display: none;
}
#gotop:hover { background-color: #ec6941; }

/* 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 .try{background-color: #e9686b;}

/* 其他 */
.clear{clear: both;}
.sp00{color: #c44d22;}
.sp01{font-size: 20px; color: #c44d22;}

/* boxslider */
.mid_area{
	width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 54px;
    right: -10px;
    z-index: 500;
}
.bxslider{
	display: none;
}
.bx-wrapper{
	position: absolute;
	width: 300px;
	height: 350px;
	right: 20px;
	top: 60px;
	background-color: #fff;
	border-radius: 2px;
	background-image: url(../images/star_title.png);
	background-position: 4px 3px;
	background-repeat: no-repeat;
	padding: 60px 25px;
}
.bx-wrapper li{
	position: relative;
}
.bx-wrapper img{
	width: 100%;
	margin-bottom: 8px;
}
h2{
	font-size: 13px;
	padding: 5px 8px;
	position: absolute;
	top: 91px;
	color: #fff;
	background-color: rgba(20,20,20,0.6); 
	line-height: 22px;
	width: 100%;
	min-height: 54px;
}
.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;
}
.bx-pager{
	overflow: hidden;
	position: absolute;
	bottom: -30px;
}
.bx-pager-item a{
	text-indent: -9999px;
	display:inline-block;
	width: 8px;
	height: 8px;
	 background-image: url(../images/pager.png);
}
.bx-pager-item a.active{
	background-image: url(../images/pager_2.png);
}
.bx-pager-item{
    float: left;
    margin: 2px 9px;
}
.bxslider a{
	display: block;
	color: #333;
}
.bxslider 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;
}
.bx-controls-direction{
	display: none;
}
.tag{
	position: absolute;
	left: 0;
	top:0;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
	line-height: 25px;
	padding: 0px 20px;
	background-color: #e4676c;
}

@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 &gt; img{display: none !important;}
/* boxslider */
.mid_area{position:initial;}
.bx-wrapper{
	position: initial;
	width: 100%;
	height: initial;
	background-image: initial;
	padding: 10px 10px;
	margin: 20px 0;
}
.bx-wrapper img{
	float: left;
	margin-right: 10px;
}
h2{
	position: initial;
	background-color: transparent;
	color: #00a1e9;
	font-weight: bold;
	font-size: 15px
}
.bx-pager{
	position: initial;
	bottom: 0;
}
.price_o,.bx-pager,{margin-top: 5px;}
.price_o{margin-left: 0;}
/* 選單 */
.nav{
	display: none;
	width: 100%;
	height: 100%;
	padding: 0px;
	position:fixed;
	z-index: 2000;
	top: 40px;
}
.nav &gt; ul{width: 100%; height: 100%; padding: 10px 10% 40px 10%; overflow: auto;}
.nav &gt; ul &gt; li{float: none; padding: 2px 0px; margin-right: 0px;}
.nav2 &gt; ul{display: none;}
/* boxslider */
.mid_area{width: 95%;}
/* 內容 */
.content{width: 96%;}
/* gotop */
#gotop {bottom: 10px; right: 10px;}
/* TTE找山富 */
.address{display: none;}
}

@media screen and (max-width: 984px){
/* 內容─團 */
.goods &gt; a{width: 100%;}
}

@media screen and (max-width: 920px){

}

@media screen and (max-width: 831px){
/* 內容─機票 */
.air_ticket a{width: 49%;}
.air_ticket a:nth-child(even){margin-right: 0px;}
.air_free a{float: none; width: 100%; margin-right: 0px;}
}

@media screen and (max-width: 799px){
/* 內容─地圖 */
div.map{
	float: none;
	width: 100%;
}
iframe.map{
	float: none;
	width: 100%;
	height: 200px;
}
a.map img{
	float: none;
	width: 100%;}
}

@media screen and (max-width: 729px){
/* 內容─團─more按鈕 */
.btnmore {margin: 10px 0px 5px 85%;}
/* 內容 */
p.step span:first-child{width: 10%;}
p.step span:last-child{width: 89%;}
}

@media screen and (max-width: 600px){
/* 內容 */
.content &gt; img{width: 100%;}
.boxin &gt; 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;}
h2{
	padding: 5px 8px;
	margin-top: -70px;
	margin-bottom: 10px;
	color: #fff;
	background-color: rgba(20,20,20,0.6); 
	line-height: 22px;
	min-height: 55px;
}
/* 內容─圖文 */
img.graphic{float: none; width: 100%;}
div.graphic{float: none; width: 100%;}
}

@media screen and (max-width: 459px){
/* 內容─團─more按鈕 */
.btnmore {margin: 10px 0px 5px 75%;}
/* 內容─機票 */
.air_ticket a{float: none; width: 100%; margin-right: 0px;}
}</pre></body></html>