<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 */
.header {
/*position:fixed;*/
}
.main .reservation {
	display: none;
}
.main .wetherArea {
	margin-top: 15px;
	/*margin-bottom:15px;*/
	overflow: hidden;
}
.weatherBox {
	/*background: #3c3c3c;*/
	float: right;
	margin-right: 30px;
	height: 350px;
	width: 220px;
	float: right;
	padding: 0 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	background-image: url(../../images/JA-JP/index/bg_weatherbox.png);
	background-position: left top;
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
}
.wetherArea .weather_title {
	height: 22px;
	width: 100%;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	font-size: 15px;
	color: #cab79e;
	font-weight: lighter;
	padding-right: 0%;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 1px;
}
.wetherArea img {
	width: 68px;
	padding-left: 10px;
}
.wetherArea p {
	font-size: 76px;
	float: right;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	color: #fff;
	font-weight: 200;
	margin-right:10px;
}
.wetherArea span {
	font-size: 36px;
	color: #fff;
}
.newsArea {
}
.newsArea .index_newstitle {
	width: 100%;
	height: 48px;
	background: url(../../Images/JA-JP/index/index_newstitle.png) left center no-repeat;
	text-indent: -9999px;
}
.copyright {
	width: 100%;
	font-size: 11px;
	color: #c7c7c7;
	text-align: center;
}
.copyright a {
	color: #c7c7c7;
	text-decoration: none;
}
.main .newsArea {
/*display:none;*/
}
.more_news {
	display: none;
}
.eventlightbox img {
	width: 100%;
	max-width: 800px;
}

@media screen and (max-width: 1060px) {
.main .reservation {
	display: block;
	width: 95%;
	margin: 10px auto 20px auto;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	color: #333;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	background-color: #cab79e;
	border-style: none;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.weatherBox {
	position: inherit;
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	border: none;
	background: no-repeat;
}
.newsArea .index_newstitle {
	background: none;
	text-indent: inherit;
	padding-left: 5px;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	font-size: 18px;
	color: #cab79e;
	font-weight: 400;
	box-sizing: border-box;
}
.main .wetherArea {
	display: none;
}
.main .newsArea {
	display: block;
	border-top: 1px dotted #666;
}
.copyright {
	display: none;
}
.more_news {
	padding: 10px 20px;
	overflow: hidden;
	display: block;
}
.more_news a {
	float: right;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	font-size: 15px;
	font-weight: 500;
	left: 0px;
	width: 65px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #333;
	text-decoration: none;
	color: #333;
	text-align: center;
	background: #cab79e;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
}
</pre></body></html>