<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;
}
html, body, [id^="page_"]{/*id開頭為page_*/
	width: 100%;
	height: auto;
}
body{
	font-family: Arial, Helvetica,"Microsoft JhengHei","華文細黑", STHeiti, MingLiu, sans-serif;
	background-color: #aab3bb;
}
a{text-decoration: none;}

/* 主圖 */
.banner_area{
	width: 100%;
	height: 550px;
}
.header{
	width: 100%;
	height:550px;
	background: url(../images/header_bg.jpg) center top;
	background-size: cover;
	position: absolute;
	overflow:hidden!important;
}
.header &gt; img{
	display: block;
	position: absolute;
}
.header  &gt; img:nth-child(1){top:53px; right: calc(50% - -215px);}
.header  &gt; img:nth-child(2){top: 101px; right: calc(50% + -226px);}
.header  &gt; img:nth-child(3){top: 60px; right: calc(50% - 465px);}
/*船*/
.header  &gt; img:nth-child(5){top: 349px;right: calc(50% + 264px);z-index:2; }  
.header  &gt; img:nth-child(6){top: 214px; right: calc(50% - 295px);z-index:8;}
.header  &gt; img:nth-child(7){top: 376px;left: calc(50% + 334px); z-index:3;}
/*海*/
.header  &gt; img:nth-child(4){top:450px; z-index:1;}
.header  &gt; img:nth-child(8){top:470px; z-index:15;}
/*雲*/
.header  &gt; img:nth-child(9){top: 172px; right:calc(50% + 420px); z-index:4; }
.header  &gt; img:nth-child(10){top:250px; right:calc(50% + 590px); z-index:5; }
.header  &gt; img:nth-child(11){top:172px; left:calc(50% + 500px); z-index:6; }
.header  &gt; img:nth-child(12){top:250px; left:calc(50% + 590px); z-index:8; }

/*雲動畫*/
.FF,.II{
	-webket-animation: CLOUD-A 5s infinite ease;
	animation-direction: alternate;
	animation: CLOUD-A 5s infinite ease;}
@-webkit-keyframes CLOUD-A{
	10%{ transform: translateX(0px); }
	50%{transform: translateX(30px); }
	100%{transform: translateX(0px); }
}
.GG,.HH{
	-webket-animation: CLOUD-B 5s infinite ease;
	animation-direction: alternate;
	animation: CLOUD-B 5s infinite ease;}
@-webkit-keyframes CLOUD-B{
	10%{ transform: translateX(0px); }
	50%{transform: translateX(-30px); }
	100%{transform: translateX(0px); }
}
/*海浪動畫*/
.DD{
	-webket-animation: WAVE-A 10s infinite ease;
	animation-direction: alternate;
	animation: WAVE-A 10s infinite ease;}
@-webkit-keyframes WAVE-A{
	10%{ transform: translateY(0px); }
	50%{transform: translateY(20px); }
	100%{transform: translateY(0px); }
}
.EE{
	-webket-animation: WAVE-B 5s infinite ease;
	animation-direction: alternate;
	animation: WAVE-B 5s infinite ease;}
@-webkit-keyframes WAVE-B{
	10%{ transform: translateY(0px); }
	50%{transform: translateY(30px); }
	100%{transform: translateY(0px); }
}
/*海龍舟動畫*/
.BB{
	-webket-animation: BOAT-A 8s infinite linear;
	animation-direction: alternate;
	animation: BOAT-A 8s infinite linear;}
@-webkit-keyframes BOAT-A{
	0%{ transform: translate3d(0px,0px,0px);}
	50%{ transform: translate3d(-50px,0px,0px);}
	100%{ transform: translate3d(0px,0px,0px);}
}
.AA,.CC{
	-webket-animation: BOAT-B 8s infinite linear;
	animation-direction: alternate;
	animation: BOAT-B 8s infinite linear;}
@-webkit-keyframes BOAT-B{
	0%{ transform: translate3d(0px,0px,0px);}
	50%{ transform: translate3d(50px,0px,0px);}
	100%{ transform: translate3d(0px,0px,0px);}
}

/* 內容─團─more按鈕 */
.btnmore {
    color: #ffffff;
    background: #00a388;
    margin: 10px 0px 5px 90%;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
    border-bottom: solid 5px #138b77;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-timing-function: ease;
}
.btnmore:hover {
     opacity: 0.8;
}
.btnmore:active {
    border-bottom: solid 0px #138b77;
	margin-top: 5px;
}

/* 傻逼按鈕 */
.outlink{
	width: 50px;
	height: auto;
	position: absolute;
	top: 60px;
	left: 20px;
    z-index: 1000;
}
.outlink a{
	display: block;
    font-size: 21px;
    line-height: 50px;
    text-decoration: none;
    letter-spacing: 2px;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: white;
    background-color:#bf3411;
    padding: 15px 0px;
    border-radius: 25px;
    box-shadow: 3px 3px 0px #6f3822;
    margin-bottom: 10px;
}
.outlink a:hover{color: #ffffff;background-color: #e25c29;}

/* 選單 */
.nav{
	width: 100%;
	height: auto;
	padding: 9px 0px;
	/*背景漸層*/
	background-color: #1444b2;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #5f832b), color-stop(0.3, #5da02a), color-stop(0.7, #78b17a), color-stop(1, #779e6a));
	background: -moz-linear-gradient(left, #5f832b 0%, #5da02a 30%, #78b17a 70%, #779e6a 100%);
	background: -webkit-linear-gradient(left, #5f832b 0%, #5da02a 30%, #78b17a 70%, #779e6a 100%);
	background: -o-linear-gradient(left, #5f832b 0%, #5da02a 30%, #78b17a 70%, #779e6a 100%);
	background: -ms-linear-gradient(left, #5f832b 0%, #5da02a 30%, #78b17a 70%, #779e6a 100%);
	background: linear-gradient(left, #5f832b 0%, #5da02a 30%, #78b17a 70%, #779e6a 100%);

}
.nav &gt; ul{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.nav &gt; ul &gt; li{float: left; margin-right: 0.25%;}
.nav &gt; ul &gt; li:last-child{margin-right: 0px;}
.nav &gt; ul &gt; li &gt; a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	color: white;
	background-color: rgba(171, 2, 17, 0);
	border-radius: 8px;
	padding: 0px 6px;
}
.nav &gt; ul &gt; li &gt; a:hover{background-color:white;color: #6f3822;}
#page_japan .nav &gt; ul &gt; li:nth-child(1) &gt; a{background-color: white; color: #6f3822;}
#page_korea .nav &gt; ul &gt; li:nth-child(2) &gt; a{background-color: white; color: #6f3822;}
#page_chm .nav &gt; ul &gt; li:nth-child(3) &gt; a{background-color: white; color: #6f3822;}
#page_sea .nav &gt; ul &gt; li:nth-child(4) &gt; a{background-color: white; color: #6f3822;}
#page_island .nav &gt; ul &gt; li:nth-child(5) &gt; a{background-color: white; color: #6f3822;}
#page_eu .nav &gt; ul &gt; li:nth-child(6) &gt; a{background-color: white; color: #6f3822;}
#page_an .nav &gt; ul &gt; li:nth-child(7) &gt; a{background-color: white; color: #6f3822;}
#page_mea .nav &gt; ul &gt; li:nth-child(8) &gt; a{background-color: white; color: #6f3822;}
#page_nsa .nav &gt; ul &gt; li:nth-child(9) &gt; a{background-color: white; color: #6f3822;}
#page_tw .nav &gt; ul &gt; li:nth-child(10) &gt; a{background-color: white; color: #6f3822;}
#page_cruise .nav &gt; ul &gt; li:nth-child(11) &gt; a{background-color: white; color: #6f3822;}
#page_air .nav &gt; ul &gt; li:nth-child(12) &gt; a{background-color: white; color: #6f3822;}
#page_taichung .nav &gt; ul &gt; li:nth-child(13) &gt; a{background-color: white; color: #6f3822;}
#page_kaohsiung .nav &gt; ul &gt; li:nth-child(14) &gt; a{background-color: white; color: #6f3822;}

/* 次選單 */
.nav2{
	width: 100%;
	height: auto;
	background-color: #517b23;
}
.nav2 &gt; ul{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.nav2 &gt; ul &gt; li{float: left;}
.nav2 &gt; ul &gt; li &gt; a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: white;
	padding: 0px 10px;
}
.nav2 &gt; ul &gt; li &gt; a:hover{background: #749653;}

/* 內容 */
.content{
	clear: both;
	width: 1000px;
	height: auto;
	padding-top: 30px;
	margin: 0px auto;
}
.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: #e60012;
	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;
}
h1{
	display: block;
    width: 100%;
    height: auto;
    line-height: 33px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 0px 1px 1px #0d69af;
    color: white;
    background-color: #106cb3;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0a64ab), color-stop(1, #43b2f3));
}

h1 span{font-size: 15px; font-weight: normal; letter-spacing: 1px;}
.boxin{
	width: 100%;
	height: auto;
	padding: 0px 2% 5px 2%;
}
h3{
	clear: both;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #00a388;
	padding-top: 30px;
}
h4{
	font-size: 20px;
	font-weight: bold;
	color: #51565d;
	padding-top: 20px;
}
p{
	text-align: justify;
	font-size: 18px;
	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: 7%;
	height: auto;
	font-size: 12px;
	text-align: center;
	color: white;
	background-color: #51565d;
	padding: 4px 0px;
	margin-right: 1%;
	border-radius: 10px;
}
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: -18px;
	font-size: 18px;
	line-height: 1.5em;
	color: #51565d;
	padding: 5px 0px 0px 18px;
}
p .sp01{font-size: 21px; color: #e60012;}
p .sp02{color: #e60012;}

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

/* 內容─地圖 */
div.map{
	float: left;
	width: 35%;
	height: auto;
}
iframe.map{
	float: right;
	width: 65%;
	height: 480px;
	padding-top: 20px;
}

/* 內容─機票 */
[class^="air_"]{width: 100%; overflow: hidden; margin-bottom: 5px;}
[class^="air_"] a{
	display: block;
	float: left;
	font-size: 19px;
	color: black;
	border-bottom: 2px dotted #bfbfbf;
	padding: 15px 0px 4px 0px;
	margin-right: 2%;
	overflow: hidden;
}
[class^="air_"] a .small{font-size: 12px; color: #959595;}
[class^="air_"] a:hover{background-color: #eeeeee;}
[class^="air_"] a .area{float: left;}
[class^="air_"] a .price{
	float: right;
	text-align: right;
	color: #e60012;
}
[class^="air_"] a .price:before{content: "$";}
[class^="air_"] a .price:after{content: "起";}
.air_ticket a{width: calc(94%/4);}
.air_free a{width: 49%;}
.air_ticket a:nth-child(4n){margin-right: 0px;}
.air_free a:nth-child(even){margin-right: 0px;}
[class^="air_"] a.moreair{
	float: right;
	font-size: 14px;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	letter-spacing: 1px;
	line-height: 28px;
	color: white;
	border-bottom: 0px;
	background-color: #959595;
	border-radius: 2px;
	padding: 0px;
	margin: 16px 0px 0px 0px;
}
[class^="air_"] a.moreair:hover{background-color: #626262;}

/* 內容─團 */
.goods{
	width: 100%;
	height: auto;
	border-bottom: 2px dotted #bfbfbf;
	padding: 10px 0px;
	overflow: hidden;
}
.goods &gt; a{
	display: block;
	max-width: 82%;
	float: left;
	font-size:18px;
	color: black;
}
.goods &gt; a:hover{background-color: #eeeeee;}
.goods .price{
	min-width: 145px;
	float: right;
	text-align: right;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	color: #e60012;
	margin-top: 2%;
}
.goods .price:before{
	content: "$";
	font-size: 14px;
	font-weight: normal;
}
.goods .price:after{
	content: "元起";
	font-size: 14px;
	font-weight: normal;
}
.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:70%;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color:#bb0c24;
	margin-top: 8px;
}
.goods .date span.start{
	display: inline-block;
	font-size: 10px;
	color: white;
	background-color: #bb0c24;
	padding: 0px 10px;
	margin-right: 5px;
	border-radius: 15px;
}
.goods .date a{color: #bb0c24; margin-left: 5px;}
.goods .date a:hover{text-decoration: underline;}

/* gotop */
#gotop {
   width: 50px;
    height: 50px;
    background-repeat: no-repeat;
   background-color: #ae180a;
    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: #e25c29;}

/* 其他 */
.clear{clear: both;}

@media screen and (max-width: 999px){
/* 主圖 */
.banner_area{height: auto;}
.header{
	width: 100%;
	position: initial;
	height: auto;
	background: url(../images/header_bg_rwd.jpg) repeat-x center 35px;
	background-size: 100%;
    padding-bottom: 55%;
}
.header &gt; img{display: none !important;}
.astro,.alien{
	display: none !important;}
/* 內容─地圖 */
/* 傻逼按鈕 */
.outlink{display: none;}
/* 選單 */
.nav{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(201, 3, 20, 0.7);
	position:fixed;
	z-index: 2000;
	top: 40px;
	overflow: auto;
}
.nav &gt; ul{width: 80%; overflow: visible;}
.nav &gt; ul &gt; li{float: none; padding: 2px 0px; margin-right: 0px;}
/* 次選單 */
.nav2 &gt; ul{display: none;}
/* 內容 */
.content{width: 96%;}
/* gotop */
#gotop {bottom: 10px; right: 10px;}
}

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

@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: 350px;}
}

@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%;}
p.step span:first-child{display: block; width: 70px;}
p.step span:last-child{display: block;	width: 100%; padding-top: 5px;}
/* 內容─圖文 */
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>