<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Allura|Lato');/*英文字型*/

*{	-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-size: 16px;
	color: white;
	background-color:#d0f6ff;
}
a{text-decoration:none;}

/* 主圖 */
.header{
	width: 100%;
	height: 550px;
	background: url(../images/header_bg.jpg) no-repeat center;
	background-size: cover;
}
.header &gt; img{display: block; position: absolute;}
.header &gt; img.title{top: 174px; left: calc(50% - 231.5px);}

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

/* 選單 */
.nav{
	width: 100%;
	height: auto;
	background: #00a7eb url(../images/nav_bg.png) repeat left top;
	padding: 15px 0px 15px 0px;
	position: fixed;
	top: 35px;
	z-index: 10;
}
.nav &gt; ul{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.nav &gt; ul &gt; li{float: left; margin-right: 1%;}
.nav &gt; ul &gt; li:last-child{margin-right: 0px;}
.nav &gt; ul &gt; li &gt; a{
	display: block;
	font-size: 22px;
	text-align: center;
	line-height: 52px;
	letter-spacing: 5px;
	color: white;
	background-color: #00a7eb;
	border-radius: 26px;
	padding: 0px 40px;
	/*動畫*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transform: all 0.2s linear;
	transform: all 0.2s linear;
}
.nav &gt; ul &gt; li &gt; a:hover{background-color: #00a7eb;}
#page_goods .nav &gt; ul &gt; li:nth-child(1) &gt; a{background-color: white; color: #1d769a;}
#page_scenic .nav &gt; ul &gt; li:nth-child(2) &gt; a{background-color: white; color: #1d769a;}
#page_fun .nav &gt; ul &gt; li:nth-child(3) &gt; a{background-color: white; color: #1d769a;}
#page_food .nav &gt; ul &gt; li:nth-child(4) &gt; a{background-color: white; color: #1d769a;}
#page_wakayama .nav &gt; ul &gt; li:nth-child(5) &gt; a{background-color: white; color: #1d769a;}

/* 內容 */
.content{width: 1000px; height: auto; margin: 0px auto;}
h1{
	display: block;
	width: 100%;
	height: auto;
	font-size: 2rem;
	text-align: center;
	color: #004f98;
	padding: 70px 0px 30px 0px;
	margin: 0px auto;
	overflow: hidden;
}
h1 div, h2 div{display: inline-block;}
h1 div:nth-child(1){width: 154px; text-indent: -9999px; background: url(../images/h1_icon.png) no-repeat right center;}
h1 div:nth-child(3){width: 154px; text-indent: -9999px; background: url(../images/h1_icon.png) no-repeat left center;}
h2{
	display: block;
	width: 100%;
	height: auto;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.5rem;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	margin: 0px auto 30px auto;
	/*漸層背景*/
	background-color: #0784c5;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #01c3ec), color-stop(.5, #0784c5), color-stop(1, #01c3ec));
	background: -moz-linear-gradient(left, #01c3ec 0%, #0784c5 50%, #01c3ec 100%);
	background: -webkit-linear-gradient(left,  #01c3ec 0%, #0784c5 50%, #01c3ec 100%);
	background: -o-linear-gradient(left,  #01c3ec 0%, #0784c5 50%, #01c3ec 100%);
	background: -ms-linear-gradient(left,  #01c3ec 0%, #0784c5 50%, #01c3ec 100%);
	background: linear-gradient(left,  #01c3ec 0%, #0784c5 50%, #01c3ec 100%);
}
h2 div:nth-child(1){width: 67px; text-indent: -9999px; background: url(../images/h2_icon.png) no-repeat right center;}
h2 div:nth-child(3){width: 67px; text-indent: -9999px; background: url(../images/h2_icon.png) no-repeat left center;}
.content img.title{display: block; padding: 60px 0px 10px 0px; margin: 0px auto;}
.content p{font-size: 1rem; line-height: 200%; text-align: justify; padding: 30px 0px;}

/* 內容─框 */
[class^="column"]{width: 100%; height: auto; padding: 0px 2%; margin: 0px auto;}
.column_art{
	background: #fffbe2 ;
	border-radius: 4px;
	box-shadow: 0px 5px 5px rgba(9, 2, 4, 0.2);
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.column_img{overflow: hidden; padding-top: 30px; padding-bottom: 30px;}

/* 內容─團 */
.goods{
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #b9a944;
	padding: 20px 0px 10px 0px;
	overflow: hidden;
}
.goods &gt; a{
	display: block;
	max-width: 82%;
	float: left;
	font-size: 1.25rem;
	color: black;
	background-color: rgba(251, 225, 226, 0);
	/*動畫*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transform: all 0.2s linear;
	transform: all 0.2s linear;
}
.goods &gt; a:hover{background-color: rgba(251, 225, 226, 1);}
.goods .price{
	float: right;
	text-align: right;
	font-size: 2rem;
	font-weight: bold;
	line-height: 32px;
	color: #af030a;
}
.goods .price:before{
	content: "$";
	font-size: 0.875rem;
	font-weight: normal;
}
.goods .price:after{
	content: "元起";
	font-size: 0.875rem;
	font-weight: normal;
}
.goods .date{
	float: left;
	min-width: calc(100% - 200px);
	font-size: 1rem;
	font-weight: bold;
	line-height: 24px;
	color: #5f5f5d;
	margin-top: 8px;
}
.goods .date span.start{
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: normal;
	color: white;
	background-color: #03afa8;
	padding: 0px 10px;
	border-radius: 12px;
}
.goods .date a{color: #4f4f50; margin-left: 5px;}
.goods .date a:hover{text-decoration: underline;}

/* 內容─圖上文下3張 */
.img_t3{
	float: left;
	width: 32%;
	min-height: 500px;
	background: #eefcfc url(../images/bg2.jpg) no-repeat center bottom;
	border-radius: 4px;
	box-shadow: 0px 5px 5px rgba(9, 2, 4, 0.2);
	margin-left: 2%;
	margin-bottom: 20px;
	overflow: hidden;
}
.img_t3:nth-child(3n+1){margin-left: 0px;}
.img_t3 &gt; img{display: block; width: 100%; height: auto; margin-bottom: 4px;}
.img_t3 h3, .img_t3 p{display: block; width: 90%; height: auto; margin: 0px auto;}
.img_t3 h3{font-size: 1.3125rem; font-weight: bold; text-align: center; color: #004f98; margin: 10px auto;}
.img_t3 p{font-size: 0.875rem; color: black;}

/* gotop */
#gotop {
    display: none;
    position:fixed;
    bottom: 50px;
	margin-left:1020px;
    text-decoration: none;
    height:50px;
    width:50px;
    z-index: 1001;
    display: block;
    background-image: url(../images/gotop.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}
#gotop:hover {
    background-position: 0px -50px;
}

/* 其他 */
.clear{clear: both;}
.big{font-size: 120%; letter-spacing: 12px; margin-left: 12px;}

@media screen and (max-width: 999px){
/* 選單 */
.nav{
	display: none;
	height: 100%;
	top: 40px;
}
.nav &gt; ul{width: 100%; height: 100%; overflow: auto;}
.nav &gt; ul &gt; li{float: none; padding: 10px 10%; margin-right: 0px;}
/* 內容 */
.content{width: 100%;}
/* 內容─框 */
.column_art{width: 96%;}
}

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

@media screen and (max-width: 850px){
/* 內容─圖上文下3張 */
.img_t3{width: 49%;}
.img_t3:nth-child(3n+1){margin-left: 2%;}
.img_t3:nth-child(2n+1){margin-left: 0px;}
}

@media screen and (max-width: 831px){
/* 主圖 */
.header{
	height: auto;
	background: url(../images/header_bg_rwd.jpg) repeat-x center 40px;
	background-size: 100%;
	padding-bottom: 55%;
	position: initial;
}
.header &gt; img{display: none;}
}

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

@media screen and (max-width: 620px){
/* 內容─圖上文下3張 */
.img_t3{float: none; width: 100%; margin-left: 0px;}
.img_t3:nth-child(3n+1){margin-left: 0px;}
}

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