/* 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;
}
img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
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:47%;} .col-2-1{width:54%;}
.col-3{width:40%;}
.col-4{width:24.5%;}
.col-5{width:20%;}

body {
	margin: 0;
	padding: 0;
	font-size:13px;	
	color:#000;
	background: url(../images/bg.webp) center top 0 repeat;
	background-color: #ededed;
}
.left{ float:left;}
.right{ float:right;}
.wow:first-child {
    visibility: hidden;
}

/*------------------------------- pc ----------------------------------*/
.container {
    width: 100%;
    height: 100%;
	font-family:Arial,"LXGW WenKai TC", cursive;	
	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;		
}
main h2{
	display:block;
	max-width:850px;
	height:105px;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 80px;
}
#tour h2{ background: url(../images/tit-bg.webp) center 0  no-repeat;}
#special h2{ background: url(../images/tit-bg.webp) center -105px  no-repeat;}
#information h2{ background: url(../images/tit-bg.webp) center 0px  no-repeat;}
#food h2{ background: url(../images/tit-bg.webp) center 0px  no-repeat;}
#market h2{ background: url(../images/tit-bg.webp) center 0px  no-repeat;}
.t-title{	
	font-size: 48px;
	font-weight: 400;	
	letter-spacing: 3px;
	line-height: 30px;	
	text-align: center;
}
.t-gold{color: #ffe33f!important;}
.t-title span{	
	display: block;
	color: #808080;
	font-size: 14px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-family:"LXGW WenKai TC", cursive;
}
.top_content {
    width: 100%;
	margin:0 auto;	
	position:relative;
	height: 820px;		
}
.top_content .mobile {
	display: none;
}
.top-title{top:180px;z-index: 10;position: absolute;text-align-last: center;width: 100%;}
.top-s{bottom: 30px;z-index: 11;position: absolute;text-align-last: center;width: 100%;}
.min-b{overflow: hidden;object-fit: cover;min-height: 820px;}
.top-pic{width: 100%;position:absolute;min-height: 820px;}
.masked-img {
  -webkit-mask-image: url('../images/mask-shape.webp');
  mask-image: url('../images/mask-shape.webp');
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.swiper {width: 100%;height: auto;position:relative;z-index: 9;}
.swiper-slide {display: block;}

.swiper-wrapper {padding: 0%;}		
.s-slide {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.4s, box-shadow 0.4s;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  opacity: 0.6;
}
.mySwiper1 .swiper-slide-active {
  opacity: 1;
}
.mySwiper .swiper-slide-active {  
  opacity: 1;
  z-index: 3;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
/* 卡片內圖文 */
.s-card img {
  width: 96%;
  display: block;
  padding: 2% 2% 1%;
}
.s-card-title {
  text-align: center;
  position: relative;
}
.s-card h3{
	position: relative;
	display: inline-block;
	margin: 5px 10px 10px;
	text-align: center;
	letter-spacing: 3px;
	font-size: 38px;
	font-weight: 400;
	line-height: 45px;
}
.s-card h3 span{	
	font-size: 28px;
}
.s-card h3::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-color: #f4efce;
  border-radius: 50%;
  z-index: -1;
}

.s-card p {
	margin: 5px 20px 15px;
	padding-top: 10px;
	text-align: justify;
	font-size: 19px;
	line-height: 36px;
	letter-spacing: 2px;
	color: #434343;
	border-top: 3px solid #caac86;	
	min-height: 115px;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff; 
  color: #333;           
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
/* hover 效果 */
.mySwiper .swiper-button-next:hover,
.mySwiper .swiper-button-prev:hover {
  background-color: #f2f2f2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
/* 調整箭頭 icon 大小 */
.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  font-size: 16px;
}
.mySwiper .swiper-button-prev {
  left: 1%;
}
.mySwiper .swiper-button-next {
  right: 1%;
}

/*滑動menu*/
.sticky {
	top:40px !important;
	position: fixed !important;			
}
.block-menu {
	position: absolute;
	top: 0px;
	width: 100%;	
	z-index: 10;
	background-color: #0186bd;	
}
.block-menu ul {
	font-size: 0;
    position: relative;	   
    margin: auto;
	text-align: center;	
}
.block-menu li{		
	font-size: 26px;
	letter-spacing: 2px;	
	display: inline-block;  
	font-weight: 400;
    text-align: center;
    position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.block-menu a {
	display: inline-block;      
    text-align: center;
    z-index: 11;
	color: #79d4f9;
    position: relative;	
	padding: 17px 8px;
	margin: 0px 5px;	
}
.block-menu a:hover{color: #fff;background: url(../images/menu-bg.webp) center bottom 0px no-repeat;}
.block-menu a.active{color: #fff;background: url(../images/menu-bg.webp) center bottom 0px no-repeat ;}

#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;
	}

/***行程***/

.box-01{padding:90px 0 20px 0;}
.bg1{width: 100%;background: url(../images/bg1.webp) center bottom 0 no-repeat;padding-bottom: 150px;}
.bg2{width: 100%;padding: 0px 0 200px;background-image:url(../images/bg2.webp),url(../images/bg2-1.webp);background-position: top ,bottom;background-repeat: no-repeat, no-repeat;background-color: #000;}
.bg3{width: 100%;padding: 0px 0 230px;background-image:url(../images/bg3.webp),url(../images/bg3-1.webp);background-position: top right,bottom left;background-repeat: no-repeat, no-repeat;}
.bg4{width: 100%;padding: 0px 0 110px;background-image:url(../images/bg4.webp),url(../images/bg4-1.webp);background-position: top ,bottom;background-repeat: no-repeat, no-repeat;background-color: #d6f2fe;}
.bg5{width: 100%;padding: 0px 0 80px;background-image:url(../images/bg5.webp),url(../images/bg5-1.webp);background-position: top ,bottom;background-repeat: no-repeat, no-repeat;}

.width-max{max-width: 100%;margin: 0 auto;}
.width-b{max-width: 1750px;margin: 0 auto;}
.width-m{max-width: 1450px;margin: 0 auto;}
.width-s{max-width: 1300px;margin: 0 auto;}

.p-top{padding-top: 50px;}

.tit-s{
	text-align: center;
	color: #fff;
	font-size:24px;
	font-weight: 400;
	letter-spacing: 2px;	
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 28px;
}
.tit-s span{
	display: block;
	font-size:18px;
}
.symbol-text::before {
  content: "◆";
  font-size: 14px;
  margin-right: 0.5em;
  color: #fff;
  vertical-align: middle;
}
.outer-circle {
  margin: 0 auto;
  width: 232px;
  height: 232px;
  border: 2px solid #f2c94c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; 	
	margin-bottom: 50px;
}
.circle-badge {
  width: 215px;
  height: 215px;
	background: url(../images/burst.webp)center top 25px no-repeat;
  background-color: #f2c94c;
  border-radius: 50%;       
  display: flex;
  align-items: center;
  justify-content: center;  
  text-align: center;
  color: black;
}
.text {	
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3;	
	margin-top: 40px;
}
.special-box {
    width: 100%;
    max-width: 440px;
	margin-top: 30px;
}
.textgo{
	text-align: center;
	margin-top: 15%;	
	letter-spacing: 8px;
	font-size: 45px;
	font-weight: 400;
}
.textgo span{	
	color: #eec860;
	border-bottom: 2px solid #eec860;
	padding-bottom: 10px;
}
.special-txt-box{	
	margin-top: 10px;
	color: #fff;
	text-align: justify;
	font-weight: 400;
	font-size:18px;	
	line-height: 38px;
	letter-spacing: 1px;	
}


/*市場*/
.market-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px;
}
.market-item {
	display: flex;
	gap: 50px;
	margin-bottom: 30px;
}
.market-item.reverse {
  flex-direction: row-reverse;
}
.market-item img {
  width: 100%; 
  object-fit: cover;
  border-radius: 25px;
}
.market-item .market-text {
  width: 35%;
}
.market-item h3 {
	color: #234e8d;	
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 38px;
	margin-top: 10%;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	display: inline-block;
}
.market-item h3::before {
  content: "";
  width: 38px;
  height: 38px;
  background-color: #b3e8fe;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;  
}
.market-item p {
  font-size: 17px;
	line-height: 32px;
  color: #555;
	text-align: justify;
}


/*美食*/
.masonry {
  column-count: 2; 
  column-gap: 50px;
  padding: 20px;	
}
.card {	
  background: white;
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
  border-bottom-right-radius: 50px;
	
}
.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.card .food-text {
  padding: 15px;
}

.food-text h3 {
	color: #955904;
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 38px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	display: inline-block;
	z-index: 1;
}
.food-text h3::before {
  content: "";
  width: 38px;
  height: 38px;
  background-color: #feecd3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -10;
}

.food-text p {
  font-size: 17px;
	line-height: 32px;
  color: #555;
	text-align: justify;
}


.flex_container {
	position: relative;
	margin: 0 auto;
    display:flex;
	flex-wrap: wrap;
	gap:50px;	
	padding-left: 1%;
	padding-right: 1%;
}
.flex_center {	
	justify-content: center;
}

/*---直式行程---*/
.product {margin: 0 auto;max-width: 1000px;margin-bottom: 10px;margin-top: 0px;display:block;overflow:hidden;padding: 15px;}
.product a{display: block;padding: 0px 5px 0px 0;overflow: hidden;border-bottom: solid 1px #cdcab6;margin-bottom: 30px;}
.txt_l{width: auto;font-size:20px;color: #333333;line-height: 2.5;border-left: 5px solid #c3c0ac;padding-left: 10px;font-weight: 400;letter-spacing: 1px;}
.txt_r{width: auto;text-align:right;font-size:14px;line-height: 1.5;}
.txt_r strong{ color: #F50909;font-size:24px;padding-left: 2px;}
.main-title{
	display: block;	
	margin: 0 auto;	
	font-size:24px;	
	color: #fff;	
	text-align: center;	
	margin-top: 20px;
	margin-bottom: 30px;
}
.main-title span{	
	background: #0068b7;
	border-radius: 10px;
	padding: 6px 10px;	
}
.product em{
    color: #0068b7;
    letter-spacing: 1px;
    font-size:14px;
    padding: 2px 5px;
	margin-left: 5px;
	font-style: normal;
	}
.b-more {text-align:right;display:block; width:100%; margin-top: 40px;padding-bottom: 15px;}
.b-more a {display: inline;font-size: 18px;font-weight: 400;letter-spacing: 1px; color: #0068b7;border-radius:10px;padding: 6px 10px;border: 1px solid #0068b7;}
.b-more a:hover {background: #0068b7;color: #fff;}

:first-child.wow{ *visibility:visible ! important; visibility:visible\9 ! important;}


@media screen and (max-width: 1270px){	
    html,body { width: 100%; min-height: 100%; }
	.masked-img {-webkit-mask-image: inherit;}	
	
}

@media only screen and (min-width: 769px) and (max-width:960px){	
    html,body { width: 100%; min-height: 100%; }
	main h2{max-width:100%;} 	
	.width-b,.width-m,.width-s{max-width: 98%;}	
	.logo{display: none;}   
	.flex_container {gap:20px;}
	.masked-img {-webkit-mask-image: inherit;}	
	.txt_l {line-height: 1.5;}
	.market-item .market-text {width: 80%;}
	.s-card h3{font-size: 32px;letter-spacing: 2px;}
	
}

/*------------------------------- 平板 ----------------------------------*/

@media screen and (max-width: 768px) {
    * { box-sizing: border-box; }
    html,body { width: 100%; min-height: 100%; }
	.left,.right{ float:none;}
	.width-b,.width-m,.width-s{max-width: 100%;}
    /***按鈕列***/
    #nav {display: none;}
    #togglenav {display: block;z-index: 9999;position: fixed;right: 0;overflow: hidden;line-height: 35px;width: 100%;cursor: pointer;}	
	.top_content {height: auto; margin-top: 40px;} 
	.top_content .mobile {display: block;width: 100%;height: auto;position: inherit;margin: 0 auto;}
	.top-title{display: none;}
	.top-pic{display: none;}
	.top-s{display: none;}
	.product {max-width: 95%;}
	.txt_l{width: 100%;line-height: 1.5;text-align: justify;}
	.txt_r {width: 100%;display: block; text-align: center;margin-top: 10px;margin-bottom: 5px;}	
	.special-box {width: 92%;}
    .s-card img {width: 96%;padding: 2% 0% 1%;margin: 0 auto;}
	.market-item{display: block;width: 95%;margin: auto;margin-bottom: 20px;}
	.market-item .market-text {width: 100%;}
	.market-item h3 {margin-top: 5%;}
	.bg1{padding-bottom: 50px;}
	.bg3{padding: 0px 0 120px;}
	.bg4 {padding: 0px 0 40px;background-image: inherit;}
	.bg5 {padding: 0px 0 50px;}
	.masonry {column-count: 1;}
	.mySwiper .swiper-button-next,.mySwiper .swiper-button-prev {width: 30px;height: 30px;}
	.card{margin-bottom: 80px;}
		
}


/*------------------------------- 手機 ----------------------------------*/

@media (max-width: 680px) {
    * { box-sizing: border-box; }
    html, body {width: 100%; min-height: 100%; }
	.left,.right{ float:none;}
	main h2 {margin-top: 0px;margin-bottom: 20px;}
	.box-01 {padding: 50px 0 20px 0;}
    .bg2{width: 100%;padding: 0px 0 300px;background-image:url(../images/bg2.webp),url(../images/bg2-2.webp);}
	.s-card h3,.market-item h3,.food-text h3{font-size: 32px;letter-spacing: 2px;}
	.s-card h3 span {font-size: 22px;letter-spacing: 1px;}
	.s-card p{font-size: 17px;line-height: 32px;}
		
}

	