/* CSS Document */
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, figure, mark{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { /*list-style: none;*/}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
.clean { clear:both;}
a {color: #292929; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}

/*.adwrap {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 20px;
	
}*/
.adbox{position: relative; padding: 4px;}
.adbox a{display:block;}
.adbox a:hover{opacity: 0.8;}

.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col-1{width:100%;}
.col-2{width:50%;}
.col-3{width:32.33%;}
.col-4{width:24.5%;margin-bottom: 30px;}
.col-5{width:20%;}

body {
	margin: 0;
	padding: 0;
	font-size:13px;	
	color:#000;		
}
.left{ float:left;display:inline-block;width: 100%;}
.right{ float:right;}
.wow:first-child {visibility: hidden;}

/*已完售.日期模組*/
.product-date {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}

.product-date:has(i) {
	text-decoration: line-through;
	color: #a3a3a3;
}

.product-date:has(i:empty) {
	text-decoration: unset;
	color: #333333;
}

.product-date i:empty {
	display: none;
}

.product-date i {
	position: absolute;
    top: 0px;
    width: 1px;
    left: 0px;
    height: 1px;
    text-indent: -9999px;
}

.product-date::after {
	content: '、';
	display: inline-block;
}

.product-date:last-child::after {
	display: none;
}

.product li:has(.mask-gray) {
	filter: grayscale(100%);
    opacity: .5;
}

.product li:has(.mask-gray:empty) {
	filter: grayscale(0%);
    opacity: 1;
}

.mask-gray {
	overflow: hidden;
	display: inline-block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0px;
	top: 0px;
	position: absolute;
}

.mask-gray:empty {
	display: none;
}

.product li {
	position: relative;
}

.city-list a:empty {
	display: none;
}

.city-list em {
	color: #fff;
    background: #959595;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 6px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-style: normal;
}

.city-list em:empty {
	display: none;
}

#app *:empty {
	display: none;
}

.product li>a {
	display: inline-block;
	width: 100%;	
}

.product li:has(.mask-gray:empty)>a:hover {	
	background: #fffae7;	
}

.product li:has(.mask-gray)>a:hover {
	background:unset;
}

.product li:has(.mask-gray:empty) .txt_r.right::before {
	display: none;
}

.product li:has(.mask-gray) .txt_r.right::before {
	content: '完售';
	position: absolute;
	right: 0px;
	/*top: 0px;*/
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 0px;
	border-radius: 5px;
	bottom: 25px;
	/*background: #fff;*/
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	z-index: 1;
}

/*------------------------------- pc ----------------------------------*/
.container {
    width: 100%;
    height: 100%;	
	overflow: hidden;	
}
header {
  width: 100%;
}
header h1 {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}
main {
	font-size: 1.2em;
	width: 100%; 
	margin: 0 auto;			
}
.t-title{
	padding-top: 19px;
	font: 35px "微軟正黑體";
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
.t-title span{
	display: block;
	font: 15px "微軟正黑體";
	padding-top: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
.t-tit-green{color: #108495;}
.t-tit-purple{color: #822964;}
.t-tit-yellow{color: #cd8103;}
.top_content {
    width: 100%;
	margin:0 auto;	
	position:relative;	
	height: 100%;
	margin-top: 52px;
}
.top_content .web {display: block;width: 100%;height: auto;margin: 0 auto;}
.top_content .mobile {display: none;}
.main-title-s{
	width: 220px;
	right:8%;
	top:95px;
	position:absolute;
	z-index: 2;
}

/*滑動menu*/
.sticky {
	top:30px !important;
	position: fixed !important;	
	/*height: 62px !important;*/	
}
.block-menu {
	position: absolute;
	top: 0px;
	width: 100%;	
	z-index: 10;
	background-color: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.block-menu ul {
	font-size: 0;
    position: relative;
    width: 100%;
    max-width: 100%;	
    margin: auto;
	text-align: center;
} 
.block-menu li{	
	letter-spacing: 1.5px;	
	display: inline-block;
    text-transform: uppercase;	
	height: 52px;
	margin-right: 15px;
}
.block-menu li a {width: 100%;display: block;}
.block-menu li a.nav-01 {padding: 0 5px;letter-spacing: 2px; color: #1592b0;line-height: 52px; font-size:20px;font-weight: bold;}
.block-menu li a:hover.nav-01{padding: 0 5px;color: #fff;background-color: #169ebe;}
.block-menu li a.active.nav-01{padding: 0 5px;color: #fff;background-color: #169ebe;}

#nav{z-index: 100 !important;}
#togglenav {
    display: none;
    z-index: 9999;
    position: fixed;
    right: 0;
    overflow: hidden;
    line-height: 35px;
    width: 100%;
    cursor: pointer;
}
.MainHeight{
		position:fixed !important;
		top:30px !important;
		z-index: 10 !important;
	}
.nav-s {margin: 0 auto;list-style: none;font-family:Arial,微軟正黑體;text-align: left;margin-left: 40px;margin-top: 30px;}
.nav-s span {display: inline-block;margin: 0;}
.nav-s span a {color: #169ebe;display:block;letter-spacing: 1px;font-size:18px;padding: 8px 10px 8px 8px;margin-top: 10px;margin-bottom: 10px;border: 1px solid #169ebe;border-top-right-radius: 15px;margin-right: 8px;}
.nav-s span a:hover {color: #fff;background-color: #169ebe;padding: 8px 10px 8px 8px;margin-top: 10px;margin-bottom: 10px;border: 1px solid #169ebe;border-top-right-radius: 15px;}
.nav-s span.on a{color: #fff;background-color: #169ebe;padding: 8px 10px 8px 8px;margin-top: 10px;margin-bottom: 10px;border: 1px solid #169ebe;border-top-right-radius: 15px;}


.small-title{
	display: inline-block;	
	margin: 0 auto;
	background-color: #169ebe;
	color: #fff;
	letter-spacing: 1px;	
	font-size:18px;	
	margin-left: 40px;
	border-top-right-radius: 20px;
	padding: 10px 15px 10px 10px;
	text-align: center;	
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}


/***行程***/
.bg1{background-image:url(images/bg1.png),url(images/bg8.png),url(images/bg-sonw.png),linear-gradient(#c3e6fe,#b9fef1,#b9fef1,#9dd6fd);background-position: top, bottom , top, top;background-repeat: no-repeat, no-repeat, repeat, no-repeat;}
.bg2{background-image:url(images/bg6.png),url(images/bg2.png),linear-gradient(#027d9a,#013e4f);background-position: top,top,top;background-repeat: repeat, repeat, no-repeat;}
.bg3{background-image:url(images/bg3.png),url(images/bg4.png),url(images/bg-sonw.png),linear-gradient(#c3e6fe,#b9fef1,#b9fef1,#9dd6fd);background-position: top, bottom, top;background-repeat: no-repeat, no-repeat, repeat, no-repeat;}
.bg4{background-image:url(images/bg7.png),linear-gradient(#027d9a,#013e4f);background-position: top, top;background-repeat: no-repeat, no-repeat;}
.bg5{background-image:url(images/bg5.png);background-position: top;background-repeat: repeat;background-color: #f1e8de;}
.bg6{background-image:url(images/bg6.png),url(images/bg2.png),linear-gradient(#022363,#011a4b);background-position: top,top,top;background-repeat: repeat, repeat, no-repeat;}
.bg9{background-image:url(images/bg9.png),linear-gradient(#e5fcef,#fffde5,#fcdccb);background-position: top,top;background-repeat: repeat,no-repeat;padding-bottom: 50px;}
.top-bg{background-image:url(images/top-bg.png);background-position: top;background-repeat: no-repeat;}
.bom-bg{background-image:url(images/bom-bg.png);background-position: bottom;background-repeat: no-repeat;}

.width-b{max-width: 1750px;}
.width-m{max-width: 1600px;}
.width-s{max-width: 1300px;}
.width-ss{max-width: 1220px;}
.content{margin: 0 auto;}

.box-01{padding:80px 0 20px 0;}
.m-title{margin: 0 auto;width: 230px; padding: 12px 0;margin-top: 30px;margin-bottom: 50px;background-color: #169ebe;border-radius: 50px;text-align: center;color: #fff;font-size: 32px;font-weight: bold;letter-spacing: 2px;}
.m-title-1{margin: 0 auto;width: 280px; padding: 12px 0;margin-top: 30px;margin-bottom: 50px;background-color: #169ebe;border-radius: 50px;text-align: center;color: #fff;font-size: 32px;font-weight: bold;letter-spacing: 2px;}
.m-title-w{margin: 0 auto;width: 230px; padding: 12px 0;margin-top: 30px;margin-bottom: 50px;background-color: #fff;border-radius: 50px;text-align: center;color: #027c99;font-size: 32px;font-weight: bold;letter-spacing: 2px;}
.m-title-b{margin: 0 auto;width: 230px; padding: 12px 0;margin-top: 30px;margin-bottom: 50px;background-color: #fff;border-radius: 50px;text-align: center;color: #022262;font-size: 32px;font-weight: bold;letter-spacing: 2px;}

.m-title-room {text-align: center;margin-top: 90px;margin-bottom: 30px;}
.m-title-room p{font: 15px "微軟正黑體";font-weight: bold;padding: 3px 10px 2px;display: inline-block;line-height: 24px;letter-spacing: 1px;}

.m-title-s {text-align: center;margin-top: 60px;margin-bottom: 50px;}
.m-title-s em{text-align: center;font-size: 14px;display: block;font-style: normal;padding-top: 20px;letter-spacing: 1px;}
.m-title-s h3{font-size: 30px;font-weight: bold;padding: 5px;display: inline-block;line-height: 36px;letter-spacing: 1.5px;}
.m-title-s h3 span{display: block;}
.m-title-s h4{font-size: 30px;font-weight: bold;padding: 5px;display: inline-block;line-height: 36px;letter-spacing: 1.5px;}
.m-title-s h4 span{display: block;}
.blue-l-room{border-bottom: 3px solid #169ebe;/*border-left: 5px solid #169ebe;border-top: 1px solid #169ebe;border-right: 5px solid #169ebe;/*border-top-left-radius: 5px;border-top-right-radius: 5px;*/}
.blue-l{border-bottom: 8px solid #169ebe;}
.white-l{border-bottom: 8px solid #fff;}
.green-l{border-bottom: 8px solid #16763f;}
.orange-l{border-bottom: 8px solid #ca4802;}

.list-title {font-size: 24px;color: #0174cc;font-weight: bold;padding: 3px;display: block;margin: 0 auto;line-height: 30px;letter-spacing: 1.5px;text-align: center;}
.list-title span {color: #f8026a;font-size: 24px;font-weight: bold;display: block;line-height: 40px;}

.title-txt { width: 100%;margin: auto;padding: 0 5px;font: 16px "黑體","微軟正黑體",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";text-align: center;line-height: 36px;letter-spacing: 1px;font-weight: bold;}
.title-txt span{ display: block;}
.title-h{ padding-top: 100px;}
.title-non{margin-top: 100px;margin-bottom: 100px;}

.note-txt { width: 100%;margin: auto;color: #666666 !important;font: 14px "黑體","微軟正黑體",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";text-align: center;line-height: 20px;letter-spacing: 1px;margin-top: 10px;}

/*---船資訊---*/
.ship_box{margin: 0 auto;width: 100%; overflow: hidden;margin-bottom: 50px;text-align: center;}
.ship_box h4{display: inline-block;vertical-align: top; min-height: 60px; border-left: 1px solid #bfbfbf;padding: 6px 16px;color: #313131;font: 15px "黑體","微軟正黑體",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";letter-spacing: 1px;margin-bottom: 10px;}
.ship_box h4 span{display: block; font: 20px "黑體","微軟正黑體",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";font-weight: 600;line-height: 50px;}
.ship_box h4 em{display: block; font: 12px "黑體","微軟正黑體",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";font-weight: 600;line-height: 16px;font-style: normal;padding-top: 5px;}
.ship-line{ border-right: 1px solid #bfbfbf;}


.pic-wrap{
	margin: 0 auto;		
	display: block;
}
.con{	
	margin: 0 auto;
	display: inline-block;
	overflow:hidden;
	margin-bottom: 80px;	
	padding: 0 10px;
}
.con-3{	
	margin: 0 auto;
	overflow:hidden;		
	padding: 0 10px;
}
.con-warp{
	margin-bottom: 80px;
}
.con-1{	
	margin: 0 auto;
	display: inline-block;
	overflow:hidden;
	margin-bottom: 90px;	
	padding: 0 10px;
}
.con-2{	
	margin: 0 auto;
	display: block;
	overflow:hidden;
}
.con-r-box{
	margin: 0 auto;
	width: 66%;	
	display: inline-block;
}
.con-r-box-1{	
	padding: 0 15px;
}
.con-r-box-2{
	margin: 0 auto;
	width: 49%;	
	display: inline-block;
}
.con-r-box-3{
	margin: 0 auto;
	width: 100%;	
	display: block;	
	/*margin-bottom: 50px;*/
}
.con-l-box{
	margin: 0 auto;
	width: 34%;
	vertical-align: top;	
	display: inline-block;
}
.con-l-box .tit,.con-r-box-3 .tit{
	text-align: center;	
	font: 29px "黑體","微軟正黑體",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-weight: bold;
	letter-spacing: 1px;	  
	position: relative;	
	padding-bottom: 40px;
}
.con-l-box .tit .n-tit{position: absolute;display: inline-block;color: #014152;background-color: #edca8d; text-align: center;padding: 3px 4px;font: 20px "微軟正黑體";font-weight: bold; letter-spacing: 2px;margin-left: 10px;margin-top: 6px; border-radius: 10px;}

.con-r-box-3 .tit .n-tit {position: absolute;display: inline-block;color: #014152;background-color: #edca8d; text-align: center;padding: 3px 4px;font: 20px "微軟正黑體";font-weight: bold; letter-spacing: 2px;margin-left: 10px;margin-top: 12px; border-radius: 10px;}

.tit-bom {margin: 0 auto;background:url(images/tit-bom.png) no-repeat bottom center;background-size: 85%;margin-bottom: 10px;}
.tit-bom-1 {margin: 0 auto;background:url(images/tit-bom.png) no-repeat bottom center;background-size: 56%;margin-bottom: 10px;}
.tit-bom-3 {margin: 0 auto;height: auto; background:url(images/tit-bom-w.png) no-repeat bottom center;background-size: 85%;margin-bottom: 10px;}
.tit-bom-4 {margin: 0 auto;height: auto; background:url(images/tit-bom-w.png) no-repeat bottom center;background-size: 56%;margin-bottom: 10px;}
.tit-bom-2 {margin: 0 auto;width: 50%;display: block;margin-bottom: 10px;}
.tit-pad{padding: 100px 1% 50px;}
.tit-pad-2{padding: 20px 1% 10px;}
.tit-pad-3{padding: 20px 1% 0px;margin-bottom: -40px;}
.tit-pad-s{padding: 0px 8% 10px;}
.tit-pad-s-2{padding: 0px 9% 10px;}
.tit-pad-s-3{padding: 10px 5% 20px;min-height: 96px;}
.tit-3-w{background-color: rgba(255,255,255,0.9);border-radius: 20px;}
.con-l-box span,.con-r-box-3 span{
	display: block;
	text-align: justify;
	font-weight: bold;
	font-size:16px;	
	letter-spacing: 1px;
	line-height: 32px;	
}
.tit-white{color: #fff;}
.tit-dark{color: #253b56;}
.tit-y{color: #fff799;}
.tit-green{color: #16763f;}
.tit-orange{color: #ca4802;}

.play {margin: auto;width:98%;margin-bottom: 80px;}
.play-tit-blue{color: #0459c2;}
.play-tit-orange{color: #e27602;}
.play-tit-green{color: #03abb6;}
.play-tit-pink{color: #e50262;}

/*tabs*/
.level-tabs {display: table;width: 100%;clear: both;margin: 0 auto;margin-top: 70px;}
.level-room {display: table-cell;vertical-align: top;}
ul.level-room-area {text-align: center;width: 100%;clear: both;margin-top: 10px;}
.level-room-area li {display: inline-block;text-align: center;margin: 0 8px 5px;position: relative;}
.level-room-area a {width: 100%;height: 100%;display: block;}
.level-room-area a.tabs-01 {border-radius: 20px;color:#223d73;min-width: 120px;font-size:22px;background-color: #fff;margin-bottom: 10px;font-weight: 600;letter-spacing: 0.5px;padding: 10px 5px 8px;line-height: 28px;border: 1px solid #223d73;}
.level-room-area a:hover.tabs-01,.level-room-area .active a.tabs-01{background-color: #223d73;color: #fff;}

.tabs-04 {display: inline-block;min-width: 160px;text-align: center;margin: 0 -3px 5px 8px;position: relative;border-radius: 20px;color:#223d73;font-size:22px;background-color: #fff;margin-bottom: 10px;font-weight: 600;letter-spacing: 0.5px;padding: 10px 0px 8px;line-height: 28px;border: 1px solid #223d73;}
.tabs-04:hover .content-room{display: block;position: absolute;background-color: #223d73;color: #fff;border-radius: 20px;font-size:22px;margin-bottom: 10px;font-weight: 600;letter-spacing: 0.5px;padding: 10px 0px 8px;line-height: 28px;width: 100%;top: 0px;border: 1px solid #223d73;}
.content-room {display: none;}

.level-room-area a.tabs-02 {border-radius: 15px;color:#16763f;min-height: 150px;font-size:24px;background-color: #fff;margin-bottom: 10px;font-weight: 600;letter-spacing: 1px;padding: 10px 15px 10px 12px;line-height: 30px;border: 1px solid #1ea156;}
.level-room-area a:hover.tabs-02,.level-room-area .active a.tabs-02{background-color: #1ea156;color: #fff;}
.level-room-area a.tabs-03 {border-radius: 15px;color:#ca4802;min-height: 150px;font-size:24px;background-color: #fff;margin-bottom: 10px;font-weight: 600;letter-spacing: 1px;padding: 10px 15px 10px 12px;line-height: 30px;border: 1px solid #f65804;}
.level-room-area a:hover.tabs-03,.level-room-area .active a.tabs-03{background-color: #f65804;color: #fff;}

.txt-rl{writing-mode:vertical-rl;text-orientation:upleft;}
.view-bg1 {margin: 0 auto;background:url(images/view-bg1.png) no-repeat top center;padding-bottom: 100px;}
.view-bg2 {margin: 0 auto;background:url(images/view-bg2.png) no-repeat top center;padding-bottom: 100px;}

.level-room-area li em {
	position: absolute;	
	display: block;
	top:-17px;
	left: 12.5%;
	border-radius: 5px; 
	color: #205699;
    text-align: center; 
	font-style: normal;
    font-size: 16px; 
	font-weight: bold;
}

.pic-zoom {width: 100%;margin: 0 auto;overflow:hidden;border-top-left-radius: 80px;border-bottom-right-radius: 80px;}
.pic-zoom img{
  animation-name: zoom;
  animation-duration: 8s;   	
}
@keyframes zoom {
  0%   {transform:scale(1,1);}
  50% {transform:scale(1.1,1.1);} 
  100%   {transform:scale(1,1);}	
}

.txt-bank {display: inline-block;margin: 0 8px 5px;}
.txt-bank a{border-radius: 20px;color:#223d73;font-size:22px;background-color: #fff;margin-bottom: 10px;font-weight: 600;letter-spacing: 0.5px;padding: 10px 5px 8px;line-height: 28px;border: 1px solid #223d73;}
.txt-bank a:hover{background-color: #223d73;color: #fff;}

.txt-big{min-width: 200px;}
.txt-room{display: inline;}
.txt-room span{font-size:24px;letter-spacing: 1px;font-weight: 600;padding-right: 5px;}
.txt-blue{color: #169ebe;}
.txt-gold{color: #c49532;}
.level-room-box {padding: 15px;margin-top: 15px;vertical-align: top;position: relative;}
.level-view-box {margin: 0 auto;padding: 15px;margin-top: 50px;vertical-align: top;position: relative;}
.tab-content {width: 100%;clear: both;vertical-align: top;background-color: #fff;}
.tab-content-v {width: 100%;clear: both;vertical-align: top;margin-top: 80px;}
.tab-content img{width: 100%;height: auto;}

.view{position: relative;}
.view .tit-box{position: absolute;max-width: 400px;background-color: rgba(255,255,255,0.9);top: 6%;left: 6%;padding: 10px 20px 15px;border-top-left-radius: 30px;border-top-right-radius: 30px;}
.view .tit-box h2{font: 26px "微軟正黑體";text-align: center;letter-spacing: 2px;font-weight: bold;line-height: 50px;}
.view .tit-box h3{font: 16px "微軟正黑體";line-height: 24px;letter-spacing: 1.5px;text-align: justify;}
.tit-green-l{border-bottom: 2px solid #8ac5a3;margin-bottom: 5px;}
.tit-orange-l{border-bottom: 2px solid #d99a78;margin-bottom: 5px;}

/*房型*/
.room-box {width: 100%;margin: 0 auto;display: table;}
.room-box p{display: table-cell;vertical-align: top;padding: 10px;}
.room_l{width: 60%;}
.room_r{width: 20%;}
.room_l span{letter-spacing: 1px;}
.r-blue {display: inline-block;background-color: #37a4ae;color: #fff;font: 18px "微軟正黑體";padding: 3px 20px;font-weight: 600;}
.r-gold {display: inline-block;background-color: #c49532;color: #fff;font: 18px "微軟正黑體";padding: 3px 20px;font-weight: 600;}
.r-txt {display: inline-block;color: #313131;font: 18px "微軟正黑體";font-weight: 600;padding-left: 6px;}
.r-txt em{color: #205699;font: 13px "微軟正黑體";font-weight: 600;padding-left: 4px;}
.r-en {display: block;color: #a0a0a0;font: 13px "微軟正黑體";margin-top: 2px;}
.r-gold-name {display: block;color: #c49908;font: 18px "微軟正黑體";margin-bottom: 2px;font-weight: 600;}
.r-room-style {display: block;color: #205699;font: 16px "微軟正黑體";margin-top: 5px;font-weight: 600;}
.r-room-blue{color: #169ebe;}
.r-room-gold{color: #c4a027;}
.r-room-style em{display: block;color: #313131;font: 13px "微軟正黑體";margin-top: 5px;}

/*禮賓*/
.box-col{width: 100%;margin: 0 auto;margin-top: 60px;margin-bottom: 80px;}
.box-pic{margin: 0 5px 10px;}
.box-pic-3{display: block;margin: 0 0.2% 10px;vertical-align: top;}
.txt-box{width: 92%;margin: 0 auto;padding-left: 2%;margin-top: -2px;background-color: #fff;padding: 0 4% 15px;min-height: 181px;}
.txt-box .tit{display: block;padding: 10px 0px 10px;color: #169ebe;font: 18px "黑體","微軟正黑體",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";letter-spacing: 1px;font-weight: bold;line-height: 24px;text-align: center;}
.txt-box h6{display: block;font-size:14px;line-height: 24px;color: #253b56;text-align: justify;}

/*---行程---*/
.product {width: 100%;margin: 0 auto;display:block;overflow:hidden;padding: 10px 0px 20px;border: 1px solid #c9c9c9;margin-bottom: 50px;}
.product li {width: 93%;margin: 0 auto;display: block;overflow:hidden;font-weight: bold;/*padding: 10px 5px 15px;*/border-bottom: dashed 1px #c9c9c9;margin-bottom: 10px;min-height: 105px;}
/*.product li a{width: 98%; padding: 10px 10px 0;}*/
.product li p ,.txt_l {display: block;color: #313131;letter-spacing: 0.5px;font: 14px "微軟正黑體";padding: 1px 0px 2px;position: relative;}
.product li h4{display:block;color: #013c96;font: 14px "微軟正黑體";padding: 1px 0px 3px;}
.product li h4 span{color: #cf0037;display: block;padding-bottom: 4px;}
.product li h4 span:empty {display:none;}
.product li h5{display: block;color: #626262;letter-spacing: 0.5px;font: 13px "微軟正黑體";margin-top: 2px;}
.txt_m{width: auto;font-size:18px;color: #000;line-height: 1.5;margin-bottom: 2px;}
.txt_b{width: auto;font-size:24px;color: #000;line-height: 1.5;margin-bottom: 2px;letter-spacing: 1px;}
.txt_l{width: auto;color: #000;}
.txt_l strong{color: #cf0037;}
.txt_r{width: auto;text-align:right;font-family:"微軟正黑體";margin-top: 35px;font-size:13px;}
.txt_r strong{ color: #f50909;font-size:20px;padding-left: 2px;position: relative;}

.p-grey{color: #959595 !important;}
.small-title{
	display: inline-block;	
	margin: 0 auto;
	background-color: #169ebe;
	color: #fff;
	letter-spacing: 1px;	
	font-size:18px;	
	margin-left: 40px;
	border-top-right-radius: 20px;
	padding: 10px 15px 10px 10px;
	text-align: center;	
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.small-txt{
	display: inline-block;	
	margin: 0 auto;
	font-weight: 600;
	color: #169ebe;
	letter-spacing: 1px;	
	font-size:18px;	
	margin-left: 8px;	
	padding: 10px 0px 10px 0px;
	text-align: center;	
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;	
}


.recommend-wrap {
  display: flex;
  align-items: flex-start; /* 上對齊 */
  max-width: 100%; /* 可視需要限制最大寬度 */
}

.small-title-1 {
	background-color: #169ebe;
	color: white;
	margin-left: 40px;
	margin-right: 8px;
	letter-spacing: 1px;	
	font-size:18px;	
	border-top-right-radius: 20px;
	padding: 10px 15px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	flex-shrink: 0;
}
.small-s {
	margin-left: 40px;
	color: #595959;
	letter-spacing: 0.5px;	
	font-size:13px;	
	text-align: left;
	line-height: 18px;
	padding: 0 15px 0 0px;
	margin-bottom: 10px;
}
.small-s-1 {	
	color: #595959;
	letter-spacing: 0.5px;	
	font-size:13px;	
	text-align: left;
	line-height: 18px;
	padding: 0 15px 0 0px;	
	margin-top: 20px;
	margin-bottom: 10px;
	word-break: break-word;
	flex: 1;
}
.city-list{text-align: right;font-size: 18px;letter-spacing: 1px;display: inline-block;width: 100%;padding: 10px 0 10px;margin-bottom: 10px;}
.city-list a{color: #fff; background: #223d73; margin-left: 10px;margin-bottom: 10px; padding:6px 10px;text-decoration: none;border-radius: 5px;}
.city-list a:hover{background: #0f2859;text-decoration: none;color: #fff;}


.sliders2{ margin:0 auto; width:100%;display: block;}
.video {margin: auto;/*width:95%;*/padding-top: 100px;width: 98%;margin-bottom: 100px;}
.video-v{height:570px;}


.tab_box{display: block; width: 100%;}

.intro_tab {width: 98%;margin: 0 auto;}
/***房型***/
.tabs {width: 100%;margin: 0 auto;margin-top: 20px;text-align: center;}
.tabs ul{display: inline-block;}
.tabs li {display: inline-block;min-width: 160px;text-align: center;margin: 0 8px 5px;}
.tabs li a {display: block;padding: 5px 10px;margin-left: 5px;margin-right: 5px;}
.tabs li a.tabs_nav {border-radius: 20px;color:#169ebe;font-size:22px;background-color: #fff;margin-bottom: 10px;font-weight: 600;letter-spacing: 0.5px;padding: 10px 0px 8px;line-height: 28px;border: 1px solid #37a4ae;}
.tabs a:hover.tabs_nav,.tabs li.active a.tabs_nav{background-color: #37a4ae;color: #fff;}
.tabs li a.tabs_nav1 {border-radius: 20px;color:#c49532;font-size:22px;background-color: #fff;margin-bottom: 10px;font-weight: 600;letter-spacing: 0.5px;padding: 10px 0px 8px;line-height: 28px;border: 1px solid #c49532;}
.tabs a:hover.tabs_nav1,.tabs li.active a.tabs_nav1{background-color: #c49532;color: #fff;}

div.tab_container {width: 100%;}
div.tab_container .tab_content {padding-top: 20px;margin-bottom: 100px;}


.step-notice-space {
	width: 100%;	
	padding: 20px;
}
.step-notice-space ul{
	max-width: 1000px;
	margin: 0 auto;
	background: #fffbf3;
	margin-top: 20px;
	padding: 10px;
}

.step-notice-title {
	color: var(--text-gray-dark);
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	line-height: 30px;
	margin: 0 0 10px 0;
}

.step-notice-list li {	
	color: #666666;
	text-align: left;
	margin: 0 0 5px 25px;
	padding: 0 11px 0 0;
	font-size: 15px;
	line-height: 24px;
	text-indent: -11px;padding-left: 14px;
}
.step-notice-but {
	width: 100%;
	text-align: center;
	margin: 5px 0 0 0;
}

.step-notice-but span {
	display: inline-block;
	position: relative;
	border-radius: 20px;
	min-height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 5px 30px;
	font-size: 18px;
	background: #5bb33f;color: #fff;
}

.step-notice-but span::after {
	content: '看更多權益方案注意事項▼';
}

.step-notice-active .step-notice-but span::after {
	content: '看更多權益方案注意事項▲';
}

.step-notice-but span:hover {
	cursor: pointer;
	background: #008f47;
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;
}

.list-open {
	display: none;	
}


:first-child.wow{ *visibility:visible ! important; visibility:visible\9 ! important;}

@media (max-width: 1450px) {
    html, body {width: 100%; min-height: 100%; }
	.block-menu li{margin-right: 8px;}
	.block-menu li a.nav-01 {padding: 0 2px;font-size:18px;} 
	.block-menu li a:hover.nav-01{padding: 0 2px;}
	.block-menu li a.active.nav-01{padding: 0 2px;}
	.con-l-box .tit .n-tit{position: relative;}
	.con-r-box-3 .tit .n-tit{position: relative;margin-top: 6px;}	    
	.tit-3-w {min-height: 0px;}
	.view-bg1,.view-bg2 {margin: 0 auto;padding-bottom: 0px;background: inherit;background-color: #fff;}
	.tab-content-v {margin-top: 0px;}	
	
}


@media only screen and (min-width: 769px) and (max-width:960px){	
    html,body { width: 100%; min-height: 100%; }		
	.block-menu li{margin-right: 6px;}
	.block-menu li a.nav-01 {padding: 0 2px;font-size:15px;letter-spacing: 1px;} 
	.block-menu li a:hover.nav-01{padding: 0 2px;}
	.block-menu li a.active.nav-01{padding: 0 2px;}
	.top_content {margin-top: 82px;}
	.video-v {height: 450px;}
	.tit-pad {padding: 0px 1% 0px;}		
	.con-l-box .tit .n-tit,.con-r-box-3 .tit .n-tit{font: 14px "微軟正黑體";letter-spacing: 0px;}	
	.con{margin-bottom: 40px;}
	.con-warp{margin-bottom: 40px;}
	.tabs li {margin: 10px 3px 5px;min-width: 0px;}
	.tabs li a {margin-left: 0px;margin-right: 0px;}
	.tabs li a.tabs_nav,.tabs li a.tabs_nav1{padding: 10px 8px 8px;}
	.view-bg1,.view-bg2 {margin: 0 auto;padding-bottom: 0px;background: inherit;background-color: #fff;}
	.tab-content-v {margin-top: 0px;}
	.small-s-1 {margin-top: 10px;}
	
}

/*------------------------------- 平板 ----------------------------------*/

@media screen and (max-width: 768px) {
    * { box-sizing: border-box; }
    html,body { width: 100%; min-height: 100%; }
	.width-s{max-width: 95%;}
    /***按鈕列***/
    #nav {display: none;}
    #togglenav {display: block;z-index: 9999;position: fixed;right: 0;overflow: hidden;line-height: 35px;width: 100%;cursor: pointer;}		
	.top_content {margin-top: 0px;}
	.top_content .web {display: none;}
	.top_content .mobile {display: block;width: 100%;height: auto;margin: 0 auto;}
	.video-v {height: 450px;}.video {margin-bottom: 0px;}
    .play {width: 94%;}
	.txt_l{line-height: 1.5;}	
	.con{width: 100%;margin-bottom: 0px;}	
	.con-1{margin-bottom: 40px;}
	.con-warp{margin-bottom: 40px;}
	.con-r-box{width: 98%;float: none;display: block;padding: 0 1%;}
	.con-r-box-1{width: 100%;display: block;padding: 0 0.5%;}
	.con-l-box{width: 98%;float: none;display: block;margin-bottom: 20px;margin-top: 15px;padding: 0 1%;}	
	.con-r-box-2 {width: 98%;display: block;padding: 0 1%;float: none;}
	.con-r-box-3{margin-bottom: 50px;}
	.tit-pad {padding: 20px 1% 0px;}
	.pad3{margin-bottom: 90px;}
	.con-l-box h4{padding: 20px 10px 20px;}
	.product li {padding: 5px;}
	.con-l-box .tit {font-size: 28px;line-height: 40px;}		
	.txt-box{width: 100%;}
	.m-title-s{margin-top: 20px;}
	.txt-box .tit{font: 22px "黑體", "微軟正黑體", Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";}
	.txt-box h6{font-size: 16px;line-height: 30px;}
	div.tab_container .tab_content{margin-bottom: 70px;}
	.txt-room {display: block;margin-bottom: 20px;}
	.tabs li a.tabs_nav {padding: 10px 8px 8px;}
	.tabs li {min-width: 120px;margin: 0 0px 5px;}
	.tabs li a{margin-left: 2px;margin-right: 2px;}
	.room-box p{display: block;}
	.room_l{width: 100%;}
	.room_r{width: 80%;margin: 0 auto;}
	.tit-3-w {border-radius: 15px;}
	.slick-dots{bottom: 20px !important;}
	.box-pic-3{margin: 0 0.1% 60px;}
	.txt-box {min-height: 0px;}
	.tit-bom-1 ,.tit-bom-4{background-size: 85%;}
	.small-title,.small-title-1{margin-left: 15px;}
	.nav-s {margin-left: 3px;margin-right: 3px;text-align: center;}
	.small-s-1 {margin-top: 10px;}
	.level-room-area li em{left: 6%;}
	.pic-zoom{ border-top-left-radius: 10px;border-bottom-right-radius: 10px;}
	.view-bg1, .view-bg2 {margin-bottom: 50px;}
	.small-s{margin-left: 30px;}
	
		
}


/*------------------------------- 手機 ----------------------------------*/

@media (max-width: 680px) {
    * { box-sizing: border-box; }
    html, body {width: 100%; min-height: 100%; }
	.left,.right{ float:none;}
	.txt_l{width: 100%;}
	.txt_r {width: 100%;display: block; text-align: center;margin-top: 10px;margin-bottom: 5px;}	
	.box-Adventure {padding: 60px 0 100px;}
	.video-v {height: 350px;}
	.con-l-box .tit .n-tit,.con-r-box-3 .tit .n-tit{position: relative;display: block;max-width: 80px;margin: 0 auto;margin-top: 10px;}
	.title-h{padding-top: 50px;}
	.title-non {margin-top: 50px; margin-bottom: 50px;}
	.title-txt span {display: inline;}
	.box-01 {padding: 50px 0 10px 0;}
	.title-txt{width: 90%;}
	.tit-pad-s{padding: 0px 0% 10px;}
	.tit-pad-s-2{padding: 0px 2% 10px;}
	.con-r-box-3 span {font-size: 15px;line-height: 28px;}	
	.view .tit-box {position: relative;max-width: 100%;left: 0%;padding: 10px;border-top-left-radius: 0px;border-top-right-radius: 0px;}
	.level-room-area li {margin: 0 0px 0px;}
	.level-room-area a.tabs-01 {min-width: 280px;}			
	.tabs-04{min-width: 280px;margin: 0 0px 15px 0px;}
	.txt-bank{min-width: 280px;}
	.list-title{width: 94%;}
	.level-tabs{margin-top: 40px;}
	.level-room-area a.tabs-03 ,.level-room-area a.tabs-02{border-radius: 15px;font-size: 22px;padding: 10px 6px 10px 3px;}
	.level-view-box{margin-top: 20px;margin-bottom: 30px;}
	.product li:has(.mask-gray) .txt_r.right::before {text-align: center;}
	.m-title-room {width: 95%;margin: 0 auto;}
	.city-list {text-align: center;margin-top: 20px;}
	.small-s {margin-left: 20px;}
	.nav-s span a {padding: 8px 3px 8px 3px;margin-right: 2px;margin-left: 2px;}
	.nav-s span a:hover {padding: 8px 3px 8px 3px;}
	.nav-s span.on a{padding: 8px 3px 8px 3px;}
	
}



	