/* 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;
}
.left {
  float: left;
}
.right {
  float: right;
}
.wow:first-child {
  visibility: hidden;
}
/*------------------------------- pc ----------------------------------*/
.container {
  width: 100%;
  height: 100%;
  font-family: Arial, 微軟正黑體;
  background: url(../images/con_bg.webp) center 0 no-repeat;
  overflow: hidden;
}
header {
  width: 100%;
}
header h1 {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  width: 100%;
}
main {
  font-size: 1.2em;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
main h2 {
  display: block;
  max-width: 850px;
  height: 70px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 80px;
}
#tour h2, #activity h2, #food h2, #visit h2 {
  background: url(../images/tit-bg.webp) center 0 no-repeat;
}
.t-title {
  text-align: center;
}
.t-title em {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 30px;
  display: inline-block;
  padding: 0 8px 6px;
  font-style: normal;
}
.t-title span {
  margin: 0 auto;
  display: block;
  font-weight: 400;
  color: #8c8c8c;
  font-size: 14px;
  padding-bottom: 9px;
  letter-spacing: 1px;
}
.underline {
  position: relative;
}
.underline::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 8px;
  border-radius: 4px;
}
.underline.pink::after {
  background: #f0167c;
}
.underline.green::after {
  background: #029502;
}
.underline.orange::after {
  background: #e35f3e;
}
.underline.blue::after {
  background: #2960d4;
}
.top_content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 500px;
}
.top_content .mobile {
  display: none;
}
.top_content .main-title {
  display: block;
  margin: 0 auto;
  width: 650px;
  margin-top: 100px;
}
/*滑動menu*/
.sticky {
  top: 40px !important;
  position: fixed !important;
}
.block-menu {
  position: absolute;
  top: 600px;
  width: 100%;
  z-index: 10;
  background-color: #107bdd;
}
.block-menu ul {
  font-size: 0;
  position: relative;
  margin: auto;
  text-align: center;
}
.block-menu li {
  font-size: 24px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.block-menu a {
  display: inline-block;
  text-align: center;
  z-index: 11;
  color: #fff;
  position: relative;
  line-height: 55px;
  padding: 0px 15px;
}
.block-menu a:hover {
  color: #107bdd;
  background-color: #fff;
}
.block-menu a.active {
  color: #107bdd;
  background-color: #fff;
}
#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: 105px 0 20px 0;
}
.bg1 {
  width: 100%;
  padding-bottom: 100px;
}
.bg2 {
  width: 100%;
  padding: 0px 0 100px;
  background-image: url(../images/bg2.webp), url(../images/bg2-1.webp);
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-color: #eef0f2;
}
.bg3 {
  width: 100%;
  padding: 0px 0 100px;
  background-image: url(../images/bg3.webp);
  background-position: bottom left;
  background-repeat: no-repeat;
}
.bg4 {
  width: 100%;
  padding: 0px 0 100px;
  background-image: url(../images/bg4.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #e8effd;
}
.width-s {
  max-width: 1200px;
  margin: 0 auto;
}
.sliders2 {
  margin: 0 auto;
  width: 100%;
  display: block;
}
/* 圖文商品 */
.card-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.card-container a {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
.card {
  display: flex;
  flex-direction: column;
  width: 27%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease-out;
  margin-bottom: 0px;
}
.card:hover {
  transform: translateY(5px);
}
.card-img {
  position: relative;
}
.card img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #ff0;
  color: #000;
  font-size: 18px;
  padding: 5px 6px;
  font-weight: bold;
  border-radius: 10px;
}
.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
  border-bottom: 2px solid #f0167c;
}
.desc {
  font-size: 14px;
  color: #555;
  line-height: 1.2;
  flex: 1;
}
.desc strong {
  color: red;
}
.desc ul {
  margin: 5px 0;
}
.desc li {
  margin-bottom: 4px;
}
.price {
  font-size: 18px;
  color: #000;
  text-align: center;
  padding-top: 10px;
}
.price strong {
  font-size: 36px;
  padding: 0 2px 0 3px;
  color: #f0167c;
}
/*---直式行程---*/
.product {
  margin: 0 auto;
  max-width: 1050px;
  margin-bottom: 10px;
  margin-top: 0px;
  display: block;
  overflow: hidden;
  padding: 15px;
}
.product a {
  display: flex;              
  align-items: center;    
  justify-content: space-between; 
  padding: 0px 5px 0px 0;
  overflow: hidden;
  border-bottom: dashed 1px #959595;
  margin-bottom: 15px;
}
.txt_l {
  width: auto;
  font-size: 20px;
  color: #333333;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 1px;
}
.txt_r {
  width: auto;
  min-width: 100px;	
  text-align: right;
  font-size: 14px;
  line-height: 2;
}
.txt_r strong {
  color: #f0167c;
  font-size: 24px;
  padding-left: 2px;
}
.product em {
  color: #f0167c; 
  border: 1px solid #f0167c;	
  letter-spacing: 1px;
  font-size: 18px;
  padding: 3px 4px;
  font-style: normal;
  margin-right: 5px;
  border-radius: 5px;
}
.tour-title {
  display: inline-block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;	
  letter-spacing: 1px;
  color: #fff;
  background: #f0167c;
  padding: 5px 6px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.small-title {
  margin: 0 auto;
  width: 100px;
  background-color: #000;
  color: #fff;
  letter-spacing: 3px;
  font-size: 24px;
  padding: 8px 10px;
  text-align: center;
  margin-top: 70px;  
  border-radius: 20px;
  font-weight: bold;
}
/*---頁籤輪播---*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}
.tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 6px 14px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
}
.tab-btn.orange-tab {
  border: 1px solid #e35f3e;
  color: #e35f3e;
  padding: 10px 10px;
}
.tab-btn.blue-tab {
  border: 1px solid #2960d4;
  color: #2960d4;
}
.tab-btn.orange-tab.active, .tab-btn.orange-tab:hover {
  background: #e35f3e;
  color: #fff;
}
.tab-btn.blue-tab.active, .tab-btn.blue-tab:hover {
  background: #2960d4;
  color: #fff;
}
.tab-btn span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #2960d4;
  background-color: #fff;
  padding: 2px 6px;
  border-radius: 8px;
  margin-bottom: 6px;
}
.btn-more {
  text-align: right;
  display: block;
  width: 100%;
  margin: 20px 0 0px 0;
}
.btn-more a {
  display: inline;
  font-size: 16px;
  letter-spacing: 1px;
  color: #124dc9;
  border-radius: 20px;
  padding: 6px 10px;
  border: 1px solid #124dc9;
}
.btn-more a:hover {
  background: #124dc9;
  color: #fff;
}
.tab-content {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.tab-content.active {
  visibility: visible;
  height: auto;
}
.slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slider {
  width: 80%;
}
.image-with-overlay-text {
  position: relative;
  background-color: #fff;
  padding: 40px 40px 20px;
  border: 1px solid #000;
}
.image-with-overlay-text img {
  width: 100%;
  height: auto;
  display: block;
}
.overlay-text-box {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 20px;
  max-width: 350px;
}
.overlay-text-box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  gap: 5px;
}
.overlay-text-box span {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 4px 6px;
  background-color: #2960d4;
  border-radius: 10px;
}
.orange-line {
  border-bottom: 6px solid #fbb072;
  padding-bottom: 3px;
}
.blue-line {
  border-bottom: 6px solid #b0c9fd;
  padding-bottom: 10px;
}
.hot-title {
  align-items: center;
}
.hot-title::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 75px;
  margin-left: 8px;
  background: url(../images/hot.webp) no-repeat center / contain;
}
.soup-title {
  align-items: center;
}
.soup-title::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 75px;
  margin-left: 8px;
  background: url(../images/soup.webp) no-repeat center / contain;
}
.crab-title {
  align-items: center;
}
.crab-title::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 75px;
  margin-left: 8px;
  background: url(../images/crab.webp) no-repeat center / contain;
}
.overlay-text-box p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.7;
  color: #666;
  margin-bottom: 0;
}
.overlay-text-box p em {
  color: #124dc9;
  display: block;
  font-style: normal;
  font-weight: 600;
}
/*---熱雪活動---*/
.section-box {
  max-width: 960px;
  margin: 0 auto;
}
.image-intro-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 20px;
}
.p-left {
  margin-left: -50px;
}
.p-right {
  margin-right: -50px;
}
.image-box {
  flex: 1;
  max-width: 600px;
}
.image-box img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
}
.intro-text-box {
  max-width: 350px;
  flex: 1;
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.intro-text-box h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 10px 0;
  text-align: center;
  color: #333;
  border-bottom: 6px solid #b6dbb6;
}
.intro-text-box p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
  color: #555;
}
.image-intro-text:nth-child(even) {
  flex-direction: row-reverse;
}
.notic {
  font-size: 15px;
  color: #555;
  display: block;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-align: center;
}
.notic p {
  padding: 3px 5px;
  display: inline-block;
  background-color: rgba(253, 253, 253, 0.7)
}
:first-child.wow {
  *visibility: visible ! important;
  visibility: visible\9 ! important;
}
@media only screen and (min-width: 769px) and (max-width:960px) {
  html, body {
    width: 100%;
    min-height: 100%;
  }
  main h2 {
    max-width: 100%;
  }
  .width-s {
    max-width: 98%;
  }
  .image-box {
    max-width: 500px;
  }
}
/*------------------------------- 平板 ----------------------------------*/
@media screen and (max-width: 768px) {
  * {
    box-sizing: border-box;
  }
  html, body {
    width: 100%;
    min-height: 100%;
  }
  .left, .right {
    float: none;
  }
  .width-s {
    max-width: 98%;
  }
  /***按鈕列***/
  #nav {
    display: none;
  }
  #togglenav {
    display: block;
    z-index: 9999;
    position: fixed;
    right: 0;
    overflow: hidden;
    line-height: 35px;
    width: 100%;
    cursor: pointer;
  }
  .container {
    background: inherit;
  }
  main {
    padding-top: 0px;
  }
  main h2 {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .top_content {
    height: auto;
    margin-top: 40px;
  }
  .top_content .main-title {
    display: none;
  }
  .top_content .mobile {
    display: block;
    width: 100%;
    height: auto;
    position: inherit;
    margin: 0 auto;
  }
  .box-01 {
    padding: 70px 0 20px 0;
  }
	.bg1 {   
    padding-bottom: 50px;
}
  .product {
    max-width: 95%;
  }
  .product a {
  display: block;
}
  .txt_l {
    width: 100%;
    line-height: 1.7;
    text-align: justify;
  }
  .txt_r {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .small-title{margin-top: 30px;}
  .image-intro-text {
    display: block;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .image-box {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
  .intro-text-box {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    margin-top: -10px;
  }
  .slider {
    width: 100%;
  }
  .image-with-overlay-text {
    width: 95%;
    margin: 0 auto;
    padding: 20px 20px 10px;
  }
  .overlay-text-box {
    position: relative;
    top: 0;
    right: 0px;
    transform: translateY(0%);
    max-width: none;
    padding: 10px;
  }
  .tabs {
    margin-bottom: 30px;
  }
  .tab-btn {
    min-width: 0px;
    padding: 6px 5px;
  }
  .card {
    width: 45%;
    margin-bottom: 10px;
  }
  .price {
    padding-top: 15px;
  }
}
/*------------------------------- 手機 ----------------------------------*/
@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: 50px;
  }
  .overlay-text-box h3 {
    line-height: 28px;
    display: block;
  }
  .overlay-text-box span {
    display: block;
    max-width: 250px;
    margin: 0 auto;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .card {
    width: 90%;
  }
	.txt_r {
    line-height: 1;
}
	.notic {
    font-size: 14px;
    width: 90%;
    margin: auto;    
    line-height: 1.5;
    letter-spacing: 1px;   
}
}