<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	color: #333;/*overflow: hidden;*/
	background: #fff;
}
html, body {
	font-size: 75%;
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
}
a{
	color:#333;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	outline: none;
}
a:hover{
	color: #448D00;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
div.h1_page{
	display: block;
	position: absolute;
	width: 16%;
	right: 3%;
	bottom: 5%;
	line-height:5rem;
	font-size: 6rem;
	color: #fff;
	font-weight: 800;
}
div.h1_page img{
	width: 100%;
	height: auto;
}
h1{
    display: none;
}
.main-title{
	font-size: 1.3rem;
	letter-spacing: 7px;
	margin-right: 10px;
	font-weight: 400;
	margin-bottom: 30px;
}

.main-title .h2_en{
	font-size:2.5rem;
	color: #222222;
	letter-spacing:0px;
	font-weight: 900;
	position: relative;
     display: inline-block;
     padding: 0 0.3em 0 0;}
	
/*h2 .h2_en::before{
	position: absolute;
     top: 50%;
     content: '';
     width: 2.5em;
     height: 1px;
     background-color: black;
	 left: 100%;
}*/
.second-title{
	font-size:3rem;
	color:#000;
	font-weight: 100;
	letter-spacing: 2px;
	margin-bottom:30px;
	margin-top:-30px;
	padding-bottom:10px;
	border-bottom:3px solid #000;
}

.head04{
	display: block;
	font-size:1.6rem;
	font-weight:600;
	margin-bottom: 20px;
}

p {
	line-height: 2;
	font-size: 1.3rem;
	color: #4e4e4e;
	letter-spacing: 1px;
	margin-bottom:20px;
}
.li-Rest ul, .li-Rest ol {
	list-style: revert;
	margin-left: 40px;
}
pre {
	overflow: auto;
}
pre code {
	word-wrap: normal;
	white-space: pre;
}
.wrapper{
	padding-bottom: 90px;
}
section {
	display: block;
	padding: 50px 0 60px 0;
	margin-top:1px;
	background: #fff;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0);
    color:#fff;
    z-index: 9999;
    height: 150px;
	font-size: 1.3333rem;
    transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
    text-align:center;
    line-height:150px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+25,000000+100&amp;0.75+0,0.5+25,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.header.shrink {
    height: 60px;
	font-size: 1.25rem;
	background-color: rgba(0,0,0,1);
    line-height:60px;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.4);
}
/*.header_wrap{
	position: relative;
	width:100%;
	height: 150px;
}*/
.header a{
	color: #fff;
}
#header_title{
	display: none;
	height: 60px;
	line-height: 60px;
	font-size: 1.25rem;
	font-weight:600;
	text-align: left;
	padding:0 20px;
}
#header_title span{
	display: block;
	text-indent: -9999px;
	width: auto;
	height: 60px;
	background-image: url(../images/logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 45px;
}
.out_links{
	position: fixed;
	top: 150px;
	right:20px;
	z-index: 9998;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.header.shrink .out_links{
	top: 80px;
}
.out_links ul{}
.out_links ul li{
	display: block;
	line-height: normal;
	margin-bottom: 3px;
}
.out_links ul li a{
	display: block;
	width: 92px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #b48c44;
	background-color: rgba(180, 140, 68, 0.75);
	padding: 10px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.out_links ul li a:hover{
	background-color: #333;
}
.out_links ul li img{
	width: 30px;
	height: auto;
}

.nav_bar{
	float: right;
	padding:0 60px;
}
.nav_bar a {
	float: left;
	display: block;
	color: #fff;
	text-align: center;
	padding: 0px 12px;
	text-decoration: none;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.nav_bar a:hover {
	/*background-color: #ddd;
	color: black;*/
}
.nav_bar a.active { 
	color: #9fe3d4;
	}
.mirrorContainer{
	 min-height: 100%;
 *display: table; /* For IE7 Hack */
 *height: 100%; /* For IE7 Hack */
}
.page_arrow{
	float: right;
	margin-top: 30px;
}

.page_arrow a{
	display: inline-block;
	font-size: 1.4rem;
	color: #222;
	padding: 8px;
}

.page_arrow a:hover{
	color: #448D00;
}

/*.page_arrow a.previous:before{
    margin:-3px 5px 0 0 ;
    content:" ";
    display:inline-block;
    width:18px;
    height:25px;
    background:url(../images/arrow_previous.png);    
    background-size:contain;
    vertical-align:middle;
}

.page_arrow a.next:after{
	margin:-3px 0 0 5px;
    content:" ";
    display:inline-block;
    width:18px;
    height:25px;
    background:url(../images/arrow_next.png);    
    background-size:contain;
    vertical-align:middle;	
}*/
.all_btn{
	width: 100%;
	text-align: center;
}
.all_btn a{
	display: inline-block;
	font-size:1.3rem;
	color: #fff;
	background-color: #222;
	padding: 10px 36px;
	margin: 5px;
}
.all_btn a:hover{
	background-color: #448D00;
}
.rooms_guide{
	width: 90%;
    margin: 0 auto;
    margin-bottom: 80px;
}
.owl-carousel .owl-nav .owl-prev {
    left: -35px;
}
.fadeOut.owl-carousel .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background-color: #333;
    left: -55px;
}
.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    background-color: transparent;
    margin: 0;
    outline: none;
}
.owl-carousel .owl-nav button .fa-4x{
	font-size: 4em;
}
.fadeOut.owl-carousel .owl-nav button .fa-4x{
	font-size: 3.25em;
}
.owl-carousel .owl-nav .owl-next {
    right: -35px;
}
.fadeOut.owl-carousel .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background-color: #333;
    right: -55px;
}
.head05 {
    font-size: 1.4rem;
    color: #000;
    font-weight: 300;
}
.article_title{
	display: block;
	font-size:2.75rem;
	font-weight:400;
	letter-spacing: 0px;
	margin-bottom: 30px;
}

.article_title::before{
	content: "。";
	font-size: 2.75rem;
	font-weight:100;
	vertical-align:bottom;
}
.article img{
	width: 100%;
}
.rooms_rate {
    font-size: 1.6rem;
    font-weight: 800;
    color: #000;
}
.parallax-container img{
    display: inline-block;
	width: 20%;
    vertical-align: middle;
}

footer {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:1rem;
	background: #000;
	color: #ddd;
	padding: 30px 0 30px;
	text-align: center;
	margin-top: -78px;
 	height: 78px;
 	clear:both;
}
footer a {
	color: #ddd;
	text-decoration: none;
	margin: 0 5px;
}
footer a:hover {
	color: #eee;
	text-decoration: underline;
}
.copyright{
	margin: 0 5px;
}
@media screen and (max-width:1366px) {

html, body {
	/*font-size: 68.75%;*/
}

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

#header_title{
	text-align: center;
}
footer{
	flex-wrap: wrap;
	padding: 20px 0 20px 0;
}

}

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

html, body {
	font-size: 75%;
}
/*.out_links{
	display: none;
}*/
.rooms_guide{
	width: 80%;}
	
div.h1_page{
	width: 40%;
}
.owl-carousel .owl-nav button .fa-4x{
	font-size: 4em;
}
.fadeOut.owl-carousel .owl-nav button .fa-4x{
	font-size: 2.5em;
}
.fadeOut.owl-carousel .owl-nav .owl-next{
	width: 35px;
	height: 35px;
	right: -30px;
}
.fadeOut.owl-carousel .owl-nav .owl-prev{
	width: 35px;
	height: 35px;
	left: -30px;
}
.parallax-container img{
	width: 45%;
}
footer{
	height: 150px;
}
.copyright{
	width: 100%;
	margin: 0 0 5px 0;
}
}
@media screen and (max-width:320px) {

.fadeOut.owl-carousel .owl-nav .owl-next{
	width: 35px;
	height: 35px;
	right: 0px;
}
.fadeOut.owl-carousel .owl-nav .owl-prev{
	width: 35px;
	height: 35px;
	left: 0px;
}

}</pre></body></html>