@charset "utf-8";
/* 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;/*防止allpe的safari瀏覽器字體變大*/}
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;}
img {max-width: 100%;image-rendering: -webkit-optimize-contrast;}
.clean { clear:both;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur());}
a:hover {}
a:focus{ -moz-outline-style: none;}
.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size:15px;	
}

/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}
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;}

.clearfix {
  overflow: auto;
}

img { max-width:100%;}

/************************************************************************************
STRUCTURE 主要區塊
*************************************************************************************/

body {   
	-webkit-text-size-adjust: none;/*防止allpe的safari瀏覽器字體變大*/
	background-color: #fff;
}

/*綜合*/
:root {
	/*基本*/	
	--family-noto:Verdana,"Noto Sans TC";
	--family-sp:Verdana,'Noto Serif TC';
}

#web-outer{	
	clear: both;
	overflow: hidden;	
}

/*header h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}*/

.block-main {
	width: 100%;
	min-height: 800px;
	background: url("img/main_bk.jpg") center;
	position: relative;	
	overflow: hidden;	
	margin: 0 auto;
}
.header-box{
	position: absolute;
	width: 100vw;
	margin: 120px auto 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: var(--family-sp);
}

h1.header-title{
	/*position: absolute;
	left: 40%;	
	top:30%;*/
	text-align: center;
	font-size: 65px;
	letter-spacing: 5px;
	color: #fff;	
	/*text-shadow: 5px 5px 4px rgba(47,162,199,0.5);
	text-shadow: 0px 0px 5px #2fa2c7;
	font-family:Verdana,'Noto Serif TC';*/	
}
h1.header-title span{
	display: block;
	font-size:35px;	
	color: #fbf7d3;
	letter-spacing: 15px;
	margin-right: -15px;
	margin-bottom: 15px;	
}
.header-title::before{
	content: '';
	position: absolute;	
	background: #2fa2c7;
	bottom: -5px;
	z-index: -1;
}

.logo {		
	margin-bottom: 20px;
	/*position: absolute;
	left: 46%;
	right: 40%;
	top:18%;*/	
}

.logo img{max-width: 300px;}
.main-view-line {
	width: 11px;
	max-width: 11px;
	position: absolute;	
	bottom: 20px;
	left:50%;	
	text-align: center;
	height: 100px;
	background:url(./img/main_slide_line_bk.png) center repeat-y;
}

.main-view-line span {
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 100px;
	display: inline-block;
}

.view-line-dot {
	animation-name: floating-dot;
    -webkit-animation-name: floating-dot;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	width: 11px;
	height: 11px;
}

/*動畫*/
@keyframes floating-dot {
	0% {
		transform: translateY(-30%);
		opacity:1;
	}
	50% {
		transform: translateY(900%);	
		opacity:0;
	}	
	100% {
		transform: translateY(-30%);
		opacity:1;
	}			
}

@-webkit-keyframes floating-dot {
	0% {
		-webkit-transform: translateY(-30%);
		opacity:1;
	}
	50% {
		-webkit-transform: translateY(900%);
		opacity:0;
	}	
	100% {
		-webkit-transform: translateY(-30%);
		opacity:1;
	}			
}

.mobile{display: none;}

/*選單*/
.menu-all {
	position: absolute;
	left:0px;
	bottom: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 0 0;
	border-radius: 0 50px 0 0;
	background: #fff;
    display: inline-block;
	font-family: var(--family-sp);
	font-weight: bold;
	z-index: 999;
}

.block-menu {
	width: 100%;
	background:#fff;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
    align-content: flex-end;
    flex-wrap: wrap;
	justify-content: flex-start;
}

.sticky.block-menu {
	left: 0px;
    top: 30px !important;
    width: 100%;
    background: #fff;
    padding:10px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: unset;
	text-align: center;
    border-radius: 0;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;	
}

.block-special {
	width: 100%;
	display: inline-block;
	padding: 100px 0 60px 0;
}

.menu-type {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 2px 0;
	text-align: left;
	margin: 0 10px 10px 0;
	display: inline-flex;
}

ul.menu-link,ul.menu-link02 {
	display: inline-flex;
}

.menu-link li,.menu-link01 li {
	display: inline-block;
}

.menu-link li.nav00{background-color: #f3f2ec;color: #4c4929; border-radius: 0 0 10px 10px;font-size: 18px;	line-height: 25px;padding: 15px 10px 0 10px;margin-top: -15px;margin-left: 10px;margin-right: 10px;}

.menu-link02 li.nav00{background-color: #e5f0f2;color: #34606a; border-radius: 0 0 10px 10px;font-size: 18px; line-height: 25px;padding: 15px 10px 0 10px;margin-top: -15px;margin-left: 10px;margin-right: 10px;}

.menu-link a,.menu-link02 a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	color: #484848;
	background: #fff;
	margin: 0 5px 10px 0;
	font-size: 18px;
	line-height: 25px;
	padding: 5px 8px;
}

.menu-link a:hover, .menu-link .menu-active a {
	background-color: #d6d3ba;
	
}

.menu-link02 a:hover, .menu-link02 .menu-active a {
	background-color: #b9d8dd;	
}

.menu-type {
	padding-bottom: 10px;
}

.color01{border-bottom: 2px solid #f3f2ec;}
.color02{border-bottom: 2px solid #e5f0f2;}


/*標題*/
h2.big-title{max-width: 650px;height: 182px;margin: 80px auto 0 auto;font-family: var(--family-sp);text-align: center;font-size: 30px;line-height: 1.2em;}
h2.big-title em{display: inline-block;min-width: 140px; font-style:normal;font-size: 20px;color: #99967a;padding-top: 35px;border-bottom: #a19e85 1px solid;}
h2.big-title strong{display: block;margin-top: 5px;color: #0b0b0b;}
h2.big-title span{display: block;font-size: 20px;color: #d9d9d9;}

h2.big-title02{max-width: 650px;height: 182px;margin: 80px auto 0 auto;font-family: var(--family-sp);text-align: center;font-size: 30px;line-height: 1.2em;}
h2.big-title02 em{display: inline-block;min-width: 140px; font-style:normal;font-size: 20px;color: #526063;padding-top: 35px;border-bottom: #526063 1px solid;}
h2.big-title02 strong{display: block;margin-top: 5px;color: #0b0b0b;}
h2.big-title02 span{display: block;font-size: 20px;color: #d9d9d9;}

.big-bg01{background: url("img/big_title_01.png") top no-repeat;}
.big-bg02{background: url("img/big_title_02.png") top no-repeat;}


/*介紹*/
#about-wrap {
	position: relative;
	margin: 0 auto;
    display:flex;
	flex-wrap: wrap;
	font: 500 18px "微軟正黑體";	
	line-height: 2em;
	color: #6d6d6d;
	margin: 80px 0 0 0;
	background: url("img/about_bg.png") bottom left no-repeat;
}
#about-wrap h2{width: 90%;margin: 0 auto;text-align: center;font-size: 30px; font-family: var(--family-sp);line-height: 1.5em; color: #0b0b0b; padding: 15px 0;border-bottom: #cac8ba 1px solid;}
.about-txt{width:45%;position: relative;}
.about-txt p{width: 90%;margin: 8px auto 0 auto;}
.about-pic{width:50%;position: relative;}


/*規格*/
.hull-bg{background: url("img/hull_bg.png") bottom no-repeat;}
.hull-pic{max-width: 835px;margin: 50px auto;}
.hull-txt{margin: 5px 15px 0 10px;padding: 10px; font: 500 15px "微軟正黑體";line-height: 2em; color: #6d6d6d;float: right;}
.hull-txt em{font-style:normal;text-indent: 15px; margin-left: -15px;}

.ship-box{margin: 50px auto 0 auto;width: 100%;text-align: center; overflow: hidden;}
.ship-box h3{display: inline-block;font: 500 15px "微軟正黑體";vertical-align: top; min-height: 60px; border-left: 1px solid #bfbfbf;padding: 6px 16px;color: #434343;letter-spacing: 1px;margin-bottom: 10px;}
.ship-box h3 span{display: block; font-weight: 600;line-height: 50px;}
.ship-box h3 em{font-style: normal;display: block; font-weight: 600;line-height: 16px;padding-top: 5px;}
.ship-line{ border-right: 1px solid #bfbfbf;}


/*客房*/
.cabin-about{max-width: 1000px;margin: 50px auto 0 auto;font: 500 18px "微軟正黑體";line-height: 2em;color: #6d6d6d;}
.cabin-about p{width: 90%;margin:0 auto;padding: 10px 0;}

.cabin-bg{position: relative;clear: both;overflow: hidden;}
.cabin-bg::before{position: absolute;content: '';width: 100%;height: 40%;right: 0;bottom: 0; background: url("img/bg_01.jpg" ) top repeat;z-index: 1;}

.cabin-wrap {
	position: relative;
	margin: 0 auto;
    display:flex;
	flex-wrap: wrap;
	font: 500 18px "微軟正黑體";	
	line-height: 2em;
	color: #6d6d6d;
	margin: 80px auto;	
	max-width: 1600px;
	z-index: 30;
}


.cabin-txt{width:30%;position: relative;}
.cabin-txt h3{width: 90%;margin: 0 auto;text-align: center;font-family: var(--family-sp);font-size: 30px; color: #0b0b0b; padding: 15px 0;}
.cabin-txt h3 em{display: block;font: 600 18px "微軟正黑體";margin-top: 10px;color: #bdba97;}
.txt-box{width: 90%;margin: 10px auto 0 auto;background: linear-gradient(to top, #fcfbee, #e9e8da);}
.cabin-txt p{width: 90%;margin:0 auto;padding: 10px 0;}
.cabin-txt .img-box img{margin-bottom: -10px;}
.cabin-pic{width:70%;position: relative;}


/*美食*/
.food-bg{background: url("img/food_bg.png") top no-repeat;}
.food-wrap {
	position: relative;
	margin: 0 auto;
    display:flex;
	flex-wrap: wrap;
	font: 500 18px "微軟正黑體";	
	line-height: 2em;
	color: #6d6d6d;
	margin: 5% auto;	
	max-width: 1600px;
	z-index: 30;
	align-items:center;
}

.food-txt{width:30%;position: relative;}
.food-txt h3{width: 90%;margin: 0 auto;text-align: center;font-family: var(--family-sp);font-size: 30px; color: #0b0b0b; padding: 15px 0;}
.food-txt h3 em{display: block;font: 600 18px "微軟正黑體";margin-top: 10px;color: #bdba97;}
.food{width: 90%;margin: 10px auto 0 auto;background: linear-gradient(to top, #fcfbee, #e9e8da);}
.food-txt p{width: 90%;margin:0 auto;padding: 10px 0;}
.food-txt ul{width: 90%;margin:0 auto;margin-top: 10px;}
.food-txt ul li{margin-top: 8px; font: 500 18px "微軟正黑體";color: #a7a58d;}
.food-txt .img-box img{margin-bottom: -10px;}
.food-pic{width:100%;position: relative;z-index: 30;}

.food-pic-bg{position: relative;clear: both;overflow: hidden;}
.food-pic-bg::before{position: absolute;content: '';width: 90%;height: 80%;right: 0;top:10%;left: 5%; background-color: #e2e1d7;border-radius: 25px; z-index: 1;}

.info-wrap{max-width: 1800px;margin: 80px auto 0 auto;clear: both;overflow: hidden;}
.info-box{display: inline-block; vertical-align: top;position: relative;margin-left: 10px;}
.info-pic {	
	width: 100%;	
	position: relative;
	overflow: hidden;	
}

.info-pic img{border-radius: 35px;}

.info-pic .title {
	display: inline-block;
	position: absolute;
	min-width: 100px;
	padding: 10px;
	text-align: center;
	font-family: var(--family-sp);
	font-size: 20px;
	font-weight: bold;	
	color: #0b0b0b;		
	left: 0;
	top: 30px;
	z-index: 1;
	background-color: #e2e1d7;	
}

.info-pic .title em{display: block;font-style:normal;font: 600 15px "微軟正黑體";color: #bdba97; margin-top: 10px;}


.info-txt {
	width: 95%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 20px;
	padding: 20px;
	position: relative;
	bottom: 20px;
	background: #fff;
	border: #e2e1d7 1px solid;
	min-height: 250px;
}
.info-txt p{
	font: 500 18px "微軟正黑體";
	line-height: 2em;
	color: #6d6d6d;
}
.info-txt ul{margin-top: 10px;}
.info-txt ul li{margin-top: 8px; font: 500 18px "微軟正黑體";color: #a7a58d;}



/*設施*/
.facility-wrap{max-width: 1200px;margin: 0 auto;clear: both;overflow: hidden;}
.facility-box{width: 48%; display: inline-block; vertical-align: top;position: relative;margin-top: 5%; margin-left: 10px;}
.facility-box h3{width: 80px;height: 80px;font-family: var(--family-sp);font-size: 30px;font-weight: bold;line-height: 80px; color: #cac8ba; text-align: center;border-radius: 50%;border: #cac8ba 1px solid;background-color: #fff; float: left;}
.facility-box p{
	font: 500 18px "微軟正黑體";
	line-height: 2em;
	color: #6d6d6d;
	padding: 0 0 0 85px;margin: 0 0 0 5px;
}

.content-wide{width: 100%;margin: 50px auto 0 auto;}
/* ---- Create Accordion --- */
.accordion{ 
  width: 100%;
  height: 600px;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
}
.tab{
  position: relative;
  width: 25%;
  height: inherit;
  margin: 0;
  color: #FFF;
  cursor: pointer;
  transition: width .5s ease;
}
.tab img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .0s ease;	
}

.tab .min-title{
  position: absolute;
  top: 50px;
  font-family: var(--family-sp);
  font-size: 20px;
  font-weight: bold;
  color: #fff; 
  text-align: center;
  padding: 30px 10px;
  min-width: 135px;
  min-height: 40px;	   
  letter-spacing: 1px;
  background-color: rgba(11,11,11,0.8);
}

.min-title em{	
  display: block;
  font-style:normal;
 font: 600 15px "微軟正黑體";	
 color: #707070;
 margin-top: 10px;
} 

/* --- Hover Effects --- */
.tab:hover img{opacity: 1;}
.tab:hover{width: 100%;}
.tab:hover .caption{transition: all .5s ease; opacity: 1;}

/*嚴選旅宿*/
.suite-bg{position: relative;clear: both;overflow: hidden;margin: 50px auto 0 auto;}
.suite-bg::before{position: absolute;content: '';width: 70%;height: 80%;left:0;top: 0; background-color: #ddebee;border-radius: 0 300px 300px 0;z-index: 1;}

.suite-bg02{position: relative;clear: both;overflow: hidden;margin: 50px auto 0 auto;}
.suite-bg02::before{position: absolute;content: '';width: 70%;height: 80%;right:0;top: 0; background-color: #eeede4;border-radius: 300px 0 0 300px;z-index: 1;}

.suite-wrap {
	position: relative;
	margin: 0 auto;
    display:flex;
	flex-wrap: wrap;
	font: 500 18px "微軟正黑體";	
	line-height: 2em;
	color: #6d6d6d;
	margin: 50px auto 50px auto;
	z-index: 30;
	/*align-items:center;*/
}

.suite-txt{width:45%;position: relative;padding-bottom: 120px;}
.suite-txt h3{width: 90%;margin: 0 auto;text-align: center;font-family: var(--family-sp);font-size: 30px;line-height: 2em; color: #0b0b0b; padding: 0 0 15px 0;}
.suite-txt h3 em{display: block;font: 600 18px "微軟正黑體";color: #92b1b8;}
.suite-txt p{width: 70%;margin:0 auto;padding: 10px 0;}
.suite-txt .img-box img{margin-bottom: -10px;}
.suite-pic{width:55%;position: relative;}
.suite-pic img{border-radius: 300px 0 0 300px;}

.suite-wrap02 {
	position: relative;
	margin: 0 auto;
    display:flex;
	flex-wrap: wrap;
	font: 500 18px "微軟正黑體";	
	line-height: 2em;
	color: #6d6d6d;
	margin: 50px auto 0 auto;
	z-index: 30;
}

.suite-txt02{width:45%;position: relative;padding-bottom: 120px;}
.suite-txt02 h3{width: 90%;margin: 0 auto;text-align: center;font-family: var(--family-sp);font-size: 30px;line-height: 2em; color: #0b0b0b; padding: 0 0 15px 0;}
.suite-txt02 h3 em{display: block;font: 600 18px "微軟正黑體";color: #bdba97;}
.suite-txt02 p{width: 70%;margin:0 auto;padding: 10px 0;}
.suite-txt02 .img-box img{margin-bottom: -10px;}
.suite-pic02{width:55%;position: relative;}
.suite-pic02 img{border-radius: 0 300px 300px 0;}

/*行程總覽*/
.day-from{/*padding-bottom: 80px;*/}
.schedule-bg01{position: relative;clear: both;overflow: hidden;margin-top: 50px; padding-bottom: 50px;}
.schedule-bg01::before{position: absolute;content: '';width: 98%;height: 100%;right:0;top: 0; background: linear-gradient(to top, #fff, #ddebee);border-radius: 50px 0 0 0;z-index: 1;}

.schedule-bg02{position: relative;clear: both;overflow: hidden;margin-top: 50px;padding-bottom: 50px;}
.schedule-bg02::before{position: absolute;content: '';width: 98%;height: 100%;right:0;top: 0; background: linear-gradient(to top, #fff, #e2e1d7);border-radius: 50px 0 0 0;z-index: 1;}

h3.day{background: url("img/day_bg.png") top no-repeat;width: 320px;height: 80px;font-family: var(--family-sp);font-size: 30px;color: #0b0b0b;padding-top: 20px; margin: 0 auto;text-align: center;position: relative;z-index: 99;}
h3.day em{font-style: normal;color: #d9d9d9;margin-left: 5px;}

.spot-wrap{position: relative;margin: 50px auto;max-width: 1600px;z-index: 99;}
.spot-box{position: relative;margin: 0 10px;}
.spot-box img{border-radius: 25px;}
.spot-title{position: absolute;bottom: 50px; background-color: rgba(11,11,11,0.8);color: #fff;min-width: 150px;text-align: center;padding: 20px 10px;font: 500 18px "微軟正黑體";}
.spot-ps{position: absolute;top:10px;right: 10px; background-color: rgba(11,11,11,0.8);color: #fff;padding: 5px;font: 500 13px "微軟正黑體";border-radius: 25px;}

ul.day-bbox{position: relative;max-width: 900px;margin: 0 auto;padding: 0 10px;z-index: 99;color: #0b0b0b;font: 600 18px "微軟正黑體";line-height: 2em;}
ul.day-bbox li{margin: 15px 0 0 0;clear: both;overflow: hidden;}
ul.day-bbox li em{font-style:normal;font-size: 13px;}	
ul.day-bbox li span{width: 80px;font: 600 18px "微軟正黑體";line-height: 2em; color: #fff; text-align: center;border-radius: 25px;background-color: #2f2f33; float: left;}
ul.day-bbox li p{padding: 0 0 0 85px;margin: 0 0 0 5px;}


.spot-from{background: url("img/bg_01.jpg") top repeat;padding: 80px 0 10px 0;}
h3.min-spot{font-family: var(--family-sp);font-size: 30px;color: #0b0b0b;;display: block;margin: 0 auto;text-align: center;}
h3.min-spot span{background: url("img/bit_01.png") left top no-repeat;padding-top: 10px;}

h3.min-spot2{font-family: var(--family-sp);font-size: 30px;color: #0b0b0b;;display: block;margin: 0 auto;text-align: center;}
h3.min-spot2 span{background: url("img/bit_02.png") left top no-repeat;padding-top: 10px;}


.min-wrap{margin: 50px auto 80px auto;max-width: 1600px;}
.min-box{margin: 0 10px; border-radius: 25px;background-color: #fff;padding: 20px 0;}
h4.min-spot-title{ font-family: var(--family-sp);font-size: 22px;color: #0b0b0b;text-align: center;margin-bottom: 10px;}

.min-box p{font: 500 18px "微軟正黑體";line-height: 2em; width: 90%;margin: 0 auto;color: #6d6d6d;}

/*報名資訊*/
.end-bg{background: url("img/end_bg.jpg") left bottom no-repeat #fff;padding-bottom: 400px;} 
.msg-wrap {
	position: relative;
	margin: 0 auto;
    display:flex;
	flex-wrap: wrap;
	font: 500 18px "微軟正黑體";	
	line-height: 2em;
	color: #6d6d6d;
	margin: 50px auto 80px auto;	
	max-width: 1000px;
}
.msg-box{width:30%;display:flex;align-items:center;}

.msg-pic{width: 38%;text-align: center;}
.msg-txt{width: 62%;font: 500 15px "微軟正黑體";line-height: 2em;margin-left: 5px;text-align: center;}
.msg-txt span{font-family: var(--family-sp);font-size: 30px;font-weight: bold;line-height: 1.2em;color: #8a865e;display: block;margin: 10px 5px;}


.tour-wrap::before{position: absolute;content: '';width: 60%;height: 60%;right:10%;bottom: 5%; background-color: #f0f0f0;border-radius: 0 0 150px 0;z-index: 1;}

.tour-wrap{max-width: 1500px;position: relative;margin: 0 auto;}
.tour-wrap a{z-index: 99;display: block; position: relative;}
.tour-txt{width: 50%;position: absolute;top:5%;right: 10px;border-radius: 25px;border: #bfbda4 2px solid;background-color: #fff;z-index: 99;}
.tour-box{width: 95%;margin: 20px auto;}
.tour-txt h3{font-family: var(--family-sp);font-size: 25px;color: #0b0b0b;line-height: 1.5em;margin-bottom: 10px;}
.tour-txt p.focus{font: 600 18px "微軟正黑體";color: #b71111;}
.tour-txt p.card{font: 600 18px "微軟正黑體";color: #8a865e;margin-top: 10px;}

ul.tour-mark{width: 95%; padding-left: 15px;}
ul.tour-mark li{font: 500 18px "微軟正黑體";	line-height: 1.5em;color: #6d6d6d;list-style-image: url("img/icon.png");margin-top: 10px;}

.tour-more{display:flex;padding: 10px 0; overflow: hidden;justify-content:space-between;align-items:center;}

.name-l{flex:0 0 80%;font-family: var(--family-sp);font-size: 18px;font-weight: bold;line-height: 1.8em;color: #0b0b0b;}
.name-l strong{font-size: 25px;color: #b71111;margin: 0 3px;}

.price{
	flex:0 0 15%;
	font-family: var(--family-sp);
	font-size: 18px;
	line-height:2em;
	color:#1f1a17;		
	font-weight: bold;
	padding: 3px 5px;
	background-color: #d1c4a3;
	border-radius: 5px;
	letter-spacing:2px;
	text-align: center;
}

.price:hover{background-color: #b71111;color: #fff;}
.price-out{
	float: right;
	font-size:18px;
	line-height:2em;
	color:#fff;		
	font-weight: bold;
	padding: 3px 5px;
	background-color: #d2982b;
	border-radius: 5px;
	letter-spacing:2px;
}

.tour-txt p.point-txt{font-family: var(--family-sp);font-size: 30px;line-height: 1.8em;font-weight: bold;color: #fff;text-align: center;background-color: #0b0b0b;border-radius: 0 0 25px 25px;padding: 10px 0;}

.tour-pic{width: 100%;position: relative;z-index: 99;}
.tour-pic img{border-radius: 25px;}



.flex-center {	
	justify-content: center;
}
.flex-end {	
	justify-content: flex-end;	
}
.flex-between {	
	justify-content: Space-between;	
}
.flex-row-right {	
	flex-direction: row-reverse;	
}


.product-slide .slick-dots{bottom: 10px;}
#back-top{z-index: 99;}

/*錨點*/
.block-first{overflow: hidden;padding-top: 100px;margin-top: -100px;}

/*------media query----------*/
@media only screen and ( max-width:1600px) {
	.main-view-line {	
	left:inherit;
	right: 50px;
}
	
	.food-wrap {
	display:inherit;
	flex-wrap:nowrap;
	width: 70%;	
	}	
	.food-txt{width:100%;}
	.food-pic{width:100%;margin-top: 50px;text-align: center;}
	
	.info-wrap{max-width: inherit;width:90%;}
	
	.spot-wrap{max-width: inherit;width: 90%;}
	.min-wrap{max-width: inherit;width: 90%;}
	
}	
@media only screen and ( max-width:1500px) {
		
	#about-wrap {background:none;}
	
	.suite-txt,.suite-txt02{padding-bottom: 150px;}	
	.suite-txt p,.suite-txt02 p{width: 80%;}
	
	.tour-wrap{max-width: inherit;width: 90%;}	
	.name-l{flex:0 0 70%;}
	.price{	flex:0 0 25%;}

}	
@media only screen and ( max-width:1200px) {
	
	#about-wrap {	
    display:inherit;
	flex-wrap:nowrap;
	margin: 50px auto 0 auto;
	width: 90%;
	}		
	.about-txt{width:100%;}	
	.about-pic{width:100%;margin-top: 50px;}
	
	.cabin-txt .img-box {display: none;}
	
	.spot-title{bottom: 25px;font: 500 15px "微軟正黑體";padding: 5px;}
	
}

@media only screen and ( max-width:1100px) {
.suite-bg::before{width: 98%;height: 80%;}
.suite-bg02::before{width: 98%;height: 80%;}
	
.suite-wrap,.suite-wrap02 {
display:inherit;
flex-wrap:nowrap;	
}
	
.suite-txt,.suite-txt02{width:100%;position: relative;padding-bottom: 50px;}
.suite-pic,.suite-pic02{width:100%;position: relative;}	

}
@media only screen and ( max-width:959px) {
	.main-view-line{display: none;}	
	
.cabin-wrap {
	display:inherit;
	flex-wrap:nowrap;
	margin: 50px auto 0 auto;
	width: 90%;	
}
.cabin-txt{width:100%;}
.txt-box{width: 100%; border-radius: 25px 0 0 0;background: linear-gradient(to top, #fff, #e9e8da);}	
.cabin-pic{width:100%;}
	
.day-bbox{max-width: inherit;width: 90%;}	
	
.tour-wrap{display: block; vertical-align: top;}
.tour-wrap::before{display: none;}	
.tour-txt{
	width: 90%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 20px;	
	position: relative;
	left: 5%;
	bottom: 80px;}
.tour-txt p.point-txt{border-radius: 0 0 15px 15px;}	
.tour-pic{width: 95%;margin: 0 auto;overflow: hidden;}	
	
}
@media only screen and ( max-width:900px){
.msg-wrap {	
    display:inherit;
	flex-wrap:nowrap;	
	width: 90%;	
	}	
.msg-box{width:50%;margin: 10px auto;}		
}

@media only screen and ( max-width:880px) 
{
.menu-link a,.menu-link02 a {font-size: 16px;}	
	
.info-txt{min-height: 300px;}	
	
.accordion {width: 100%;height: auto;display: table;table-layout: fixed;margin: 0px auto 0px;}
.tab,.tab img{position: relative;display: table;width: 100%;transition: none;}	
	
}
/*---平板-----*/
@media only screen and ( max-width:768px) 	
{
	.block-main {
		background: inherit;
		min-height: auto;		
}	
	.header-box{margin: 50px auto 0 auto;}
	h1.header-title{font-size: 45px;}
	.logo {margin-bottom: 10px;}
	.logo img{max-width: 250px;}
	.mobile{display: block;}	
	.menu-all{display: none;}
	.facility-box{width: 95%;}
	
	.food-wrap {width: 80%;}	
	
	.suite-bg::before{border-radius: 0 150px 0 0;}
	.suite-bg02::before{border-radius: 150px 0 0 0;}
	.msg-box{width:80%;}	
	.end-bg{background: inherit;background-color: #fff; padding-bottom: 10px;}
	
/*錨點*/
.block-first{padding-top: 0;margin-top: 0;}
}

@media only screen and ( max-width:600px) {
	.header-box{margin: 20px auto 0 auto;}	

	.schedule-bg01::before{width: 100%;border-radius: 0;}
	.schedule-bg02::before{width: 100%;border-radius: 0;}
	
	.tour-more{display:block;}
	.name-l{flex:0 0 100%;text-align: center;}
	.price{	flex:0 0 100%;display: block;margin-top: 20px;}
	.tour-txt p.point-txt{font-size: 25px;}

}	
/*---手機版-----*/
@media only screen and (max-width:480px) 
{
h1.header-title{font-size: 35px;}
h1.header-title span{font-size:25px;margin-bottom: 10px;}
#about-wrap {
	margin: 30px auto 0 auto;	
	}

.logo img{max-width: 180px;}	
.facility-wrap{display: none;}
.msg-box{width:90%;}
.tour-txt{
	width: 95%;
	margin-top: 10px;
	left: 8px;
	bottom: 0px;}	
.tour-txt p.point-txt{font-size: 20px;}	
.name-l{font-size: 16px;}	
	
}

