@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
html {
  font-size: 16px;
}

html * {
  font-size: 1rem;
  font-weight: 400;
}

body, ul, li {
  margin: 0px;
  padding: 0px;
  font-family: Arial, "Arial Black", "Noto Sans TC", "微軟正黑體", "新細明體", "細明體";
  font-display: swap;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  letter-spacing: 1px;
  box-sizing: border-box;
}

body {
  position: relative;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div, span {
  display: block;
  width: 100%;
}

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
h3 {
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  h3 {
    font-size: 5vw;
    letter-spacing: 0;
  }
}

h4 {
  font-size: 3vw;
}
@media (max-width: 768px) {
  h4 {
    font-size: 6vw;
  }
}

p {
  font-size: 1.15vw;
  font-weight: 500;
  line-height: 1.7;
  color: #000;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  p {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.pad-pc {
  display: block;
}
@media (min-width: 992px) {
  .pad-pc {
    display: none;
  }
}

.pad-h {
  display: none;
}
@media (max-width: 992px) {
  .pad-h {
    display: block;
  }
}

.btn_style {
  transform-origin: center;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
.btn_style:hover {
  cursor: pointer;
  transform: scale(0.9);
}

.ajax_loading {
  background: #000 url("../images/loader.gif") center center no-repeat;
}

/*---KV---*/
header {
  width: 100%;
  position: fixed;
  left: 0%;
  top: 0%;
  z-index: 5;
  background: #fff;
}
header .head_w {
  width: 97%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5% 1.5%;
}
@media (max-width: 768px) {
  header .head_w {
    justify-content: center;
  }
}
header .head_w .logo_box {
  width: 3.5%;
  position: relative;
}
@media (max-width: 992px) {
  header .head_w .logo_box {
    width: 6%;
  }
}
@media (max-width: 768px) {
  header .head_w .logo_box {
    width: 20.6%;
    margin: 1% 0;
  }
}
header .head_w nav {
  width: auto;
  position: relative;
}
@media (max-width: 768px) {
  header .head_w nav {
    display: none;
  }
}
header .head_w nav ul {
  list-style-type: none;
}
header .head_w nav ul li {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0 0.5vw;
  margin-right: 0.75vw;
}
header .head_w nav ul li a {
  color: #0072a6;
  text-decoration: none;
}
header .head_w nav ul li a div {
  display: inline;
  font-size: 1.05vw;
  font-weight: 500;
  color: #0072a6;
  position: relative;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  header .head_w nav ul li a div {
    font-size: 1.5vw;
  }
}
header .head_w nav ul li a div::after {
  display: block;
  content: "";
  width: 0.75vw;
  height: 0.75vw;
  background: #f7b500;
  border-radius: 50%;
  position: absolute;
  right: -1.35vw;
  top: 0.15vw;
  z-index: 2;
}
@media (max-width: 992px) {
  header .head_w nav ul li a div::after {
    width: 1vw;
    height: 1vw;
  }
}
header .head_w nav ul li a:hover div {
  color: #f7b500;
}
header .head_w nav ul li:last-child {
  margin-right: 0;
}
header .head_w nav ul li:last-child div::after {
  display: none;
}

.btn_list {
  display: block;
  width: 8%;
  position: fixed;
  right: 1.5%;
  bottom: 15%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (max-width: 768px) {
  .btn_list {
    width: 20%;
  }
}
.btn_list .btn_buy {
  display: block;
  position: relative;
}

@keyframes buy_ani {
  0% {
    bottom: 15%;
  }
  50% {
    bottom: 17%;
  }
  100% {
    bottom: 15%;
  }
}
main, section {
  display: block;
  width: 100%;
  position: relative;
}

main {
  overflow: hidden;
}

.box_w {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.topbanner_w {
  position: relative;
  overflow: hidden;
  margin-top: 3.25%;
}
@media (max-width: 768px) {
  .topbanner_w {
    margin-top: 16%;
  }
}
.topbanner_w::before {
  display: block;
  content: "";
  width: 48.2%;
  height: 20%;
  position: absolute;
  left: 25.8%;
  top: 40.9%;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .topbanner_w::before {
    width: 80%;
    height: 25%;
    left: 10%;
    top: 35%;
  }
}
.topbanner_w .title_w {
  width: 49.2%;
  margin: 0vw auto;
  position: absolute;
  left: 25.8%;
  top: 40.9%;
  z-index: 2;
}
@media (max-width: 768px) {
  .topbanner_w .title_w {
    width: 80%;
    left: 10%;
    top: 30.9%;
  }
}

.topbanner_day4::before {
  background: url(../images/page/4day/h1_bg.png) no-repeat center;
  background-size: 100%;
}

.topbanner_day5::before {
  background: url(../images/page/5day/h1_bg.png) no-repeat center;
  background-size: 100%;
}

.topbanner_day6::before {
  background: url(../images/page/6day/h1_bg.png) no-repeat center;
  background-size: 100%;
}

.main_w {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: url(../images/page/main_bg.jpg) repeat left top;
  background-size: 21.4%;
}
.main_w .layout_content {
  width: 83.6%;
  position: relative;
  order: 2;
}
.main_w .layout_L {
  width: 8.1%;
  order: 1;
  background: url(../images/page/layout_L.png) repeat-y center bottom;
  background-size: 100%;
}
.main_w .layout_R {
  width: 8.1%;
  order: 3;
  background: url(../images/page/layout_R.png) repeat-y center bottom;
  background-size: 100%;
}

.layout_bottom {
  width: 100%;
  height: 8.2vw;
  background: url(../images/page/layout_bottom.png) repeat-x center;
  background-size: 100%;
}

.prd_w {
  width: 66.3%;
  position: relative;
  margin: 5% auto;
}
@media (max-width: 992px) {
  .prd_w {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .prd_w {
    width: 90%;
  }
}
.prd_w h2 {
  width: 42.3%;
  position: relative;
  margin: 5% auto;
}
@media (max-width: 992px) {
  .prd_w h2 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .prd_w h2 {
    width: 65%;
  }
}
.prd_w .time_w {
  position: relative;
  margin: 0 auto 15%;
  text-align: center;
}
.prd_w .time_w .prd_date {
  display: inline-block;
  width: auto;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 992px) {
  .prd_w .time_w .prd_date {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .prd_w .time_w .prd_date {
    font-size: 5vw;
  }
}
.prd_w .time_w .prd_date span {
  width: 150%;
  position: absolute;
  left: -25%;
  top: -2vw;
  z-index: 2;
  font-size: 1.5vw;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .prd_w .time_w .prd_date span {
    font-size: 3.5vw;
    top: -4vw;
  }
}
.prd_w .time_w .prd_date::before {
  display: block;
  content: "";
  width: 12vw;
  height: 100%;
  position: absolute;
  left: -13vw;
  top: 25%;
  z-index: 2;
}
@media (max-width: 992px) {
  .prd_w .time_w .prd_date::before {
    width: 15vw;
    left: -16vw;
    top: 25%;
  }
}
@media (max-width: 768px) {
  .prd_w .time_w .prd_date::before {
    width: 20vw;
    left: -21vw;
    top: 35%;
  }
}
.prd_w .time_w .prd_date::after {
  display: block;
  content: "";
  width: 12vw;
  height: 100%;
  position: absolute;
  right: -13vw;
  top: 25%;
  z-index: 2;
}
@media (max-width: 992px) {
  .prd_w .time_w .prd_date::after {
    width: 15vw;
    right: -16vw;
    top: 25%;
  }
}
@media (max-width: 768px) {
  .prd_w .time_w .prd_date::after {
    width: 20vw;
    right: -21vw;
    top: 35%;
  }
}
.prd_w .time_w .prd_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5vw;
  line-height: 1.5;
  text-align: center;
  margin: 2.5% auto;
}
.prd_w .time_w .prd_text img.sale0 {
  width: 24.8%;
  position: relative;
  margin: -1.5vw 0.5vw 0 0;
}
@media (max-width: 768px) {
  .prd_w .time_w .prd_text img.sale0 {
    width: 45%;
  }
}
.prd_w .time_w .prd_text span {
  display: inline-block;
  width: auto;
  font-size: 1.5vw;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .prd_w .time_w .prd_text span {
    display: block;
    font-size: 3.8vw;
    text-align: left;
  }
}
@media (max-width: 992px) {
  .prd_w .time_w .prd_text {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .prd_w .time_w .prd_text {
    font-size: 3.8vw;
  }
}
.prd_w .time_w .timetable_box {
  position: relative;
}
.prd_w .time_w .btn_go {
  width: 21.5%;
  position: relative;
  margin: 5% auto;
}

.prd_date26_day4 {
  color: #e9674a;
}

.prd_date26_day5 {
  color: #2571b3;
}

.prd_date26_day6 {
  color: #ffae03;
}

.prd_date_day4::before {
  background: url(../images/page/4day/date_line_L.png) no-repeat right top;
  background-size: 100%;
}
@media (max-width: 768px) {
  .prd_date_day4::before {
    background-size: 125%;
  }
}
.prd_date_day4::after {
  background: url(../images/page/4day/date_line_R.png) no-repeat right top;
  background-size: 100%;
}
@media (max-width: 768px) {
  .prd_date_day4::after {
    background-size: 125%;
  }
}

.prd_date_day5::before {
  background: url(../images/page/5day/date_line_L.png) no-repeat right top;
  background-size: 100%;
}
.prd_date_day5::after {
  background: url(../images/page/5day/date_line_R.png) no-repeat right top;
  background-size: 100%;
}

.prd_date_day6::before {
  background: url(../images/page/6day/date_line_L.png) no-repeat right top;
  background-size: 100%;
}
.prd_date_day6::after {
  background: url(../images/page/6day/date_line_R.png) no-repeat right top;
  background-size: 100%;
}

.ps_w {
  position: relative;
}
.ps_w .ps_title {
  font-size: 1.58vw;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  text-align: center;
  margin: 2.5% auto;
}
@media (max-width: 992px) {
  .ps_w .ps_title {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .ps_w .ps_title {
    font-size: 4vw;
  }
}
.ps_w .ps_title02 {
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  margin: 2.5% auto 0;
}
@media (max-width: 992px) {
  .ps_w .ps_title02 {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .ps_w .ps_title02 {
    font-size: 3.5vw;
  }
}
.ps_w ul {
  list-style-type: none;
  display: inline-block;
  width: auto;
  margin: 0% auto 5%;
}
.ps_w ul li {
  list-style-type: disc;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  margin: 1.5% 0 1.5% 1.5vw;
  box-sizing: content-box;
}
@media (max-width: 992px) {
  .ps_w ul li {
    font-size: 2vw;
    margin: 1.5% 0 1.5% 2vw;
  }
}
@media (max-width: 768px) {
  .ps_w ul li {
    font-size: 3.5vw;
    margin: 1.5% 0 1.5% 3.8vw;
  }
}
.ps_w ul li ol {
  list-style-type: none;
}
.ps_w ul li ol li {
  list-style-type: none;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  margin: 1.5% 0 1.5% 0;
  box-sizing: content-box;
}
@media (max-width: 992px) {
  .ps_w ul li ol li {
    font-size: 2vw;
    margin: 2.5% 0 2.5% 0;
  }
}
@media (max-width: 768px) {
  .ps_w ul li ol li {
    font-size: 3.5vw;
    margin: 5% 0;
  }
}
.ps_w ul li ol li span {
  display: inline-block;
  width: auto;
  font-size: 1.4vw;
  color: #000;
}
@media (max-width: 992px) {
  .ps_w ul li ol li span {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .ps_w ul li ol li span {
    font-size: 3.5vw;
  }
}

.tour_w {
  width: 90.9%;
  position: relative;
  margin: 5% auto;
}
.tour_w h2 {
  width: 29.4%;
  margin: 5% auto 2%;
}
@media (max-width: 992px) {
  .tour_w h2 {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .tour_w h2 {
    width: 60%;
  }
}
.tour_w ul {
  width: auto;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.tour_w ul li {
  display: inline-block;
  width: auto;
  margin: 1.5% 0.5%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .tour_w ul li {
    width: 45%;
    margin: 2.5% 2.5%;
  }
}
.tour_w ul li a {
  text-decoration: none;
}
.tour_w ul li a span.btn_tour {
  font-size: 1.5vw;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 1vw 1.5vw;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 992px) {
  .tour_w ul li a span.btn_tour {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .tour_w ul li a span.btn_tour {
    font-size: 3.8vw;
    padding: 2vw 1.5vw;
  }
}
.tour_w ul li a span.btn_tour::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50vw;
}
.tour_w ul li a span.btn_tour::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0.1vw;
  top: 0.1vw;
  z-index: -2;
  background: #595757;
  filter: blur(2px);
  border-radius: 50vw;
}

.btn_tour01::before {
  background: linear-gradient(to right, #ff784d 0%, #ff0844 100%);
}

.btn_tour02::before {
  background: linear-gradient(to right, #4adff3 0%, #0258b1 100%);
}

.btn_tour03::before {
  background: linear-gradient(to right, #ffd544 0%, #ff800f 100%);
}

.btn_wrap {
  position: relative;
}

/*---s01---*/
/*---s02---*/
/*---s03---*/
/*---s04---*/
/*---s05---*/
/*-------------------------------------------------------------*/
.overlay {
  width: 20%;
  background: rgba(247, 181, 0, 0.9);
}
@media (max-width: 768px) {
  .overlay {
    width: 100%;
  }
}

.overlay nav {
  top: 0vh;
  height: 95vh;
}
.overlay nav ul {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 10%;
}
.overlay nav ul a {
  text-decoration: none;
}
.overlay nav ul a li {
  width: 100%;
  display: flex;
  margin: 1% 0;
}
.overlay nav ul a li div {
  display: inline;
  width: 100%;
  font-family: "Noto Sans TC";
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2;
  color: #0072a6;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  letter-spacing: 5px;
  text-align: right;
  background: #fff;
  transition: all 0.25s ease-in-out;
}
.overlay nav ul a li div:hover {
  color: #fff;
  background: #23569d;
}
@media (max-width: 768px) {
  .overlay nav ul a li div {
    text-align: center;
  }
}

.overlay .overlay-close {
  top: 0;
}

.overlay .overlay-close {
  max-width: 58px;
  max-height: 58px;
}

button.menu_m {
  display: none;
  width: 5%;
  position: relative;
  border: none;
  background-image: url(../images/menu_mobile22.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (max-width: 768px) {
  button.menu_m {
    display: block;
    width: 16%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
}/*# sourceMappingURL=prd.css.map */