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

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

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

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

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

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
p {
  font-size: 1.15vw;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 992px) {
  p {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 3.5vw;
  }
}

.ls-5 {
  letter-spacing: 2px;
}

.ml-7 {
  margin-left: 7%;
}

.mtb-2 {
  margin-top: 2%;
  margin-bottom: 2%;
}

.mtb-5 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.ptb-1 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.plr-2 {
  padding-left: 2%;
  padding-right: 2%;
}

.bt-1 {
  border-bottom: 1px solid #fff;
}

.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);
}

/*---kv---*/
header {
  width: 96.6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0.5%;
  left: 1.7%;
  z-index: 9;
}
header .logo_box {
  width: 13%;
}
@media (max-width: 768px) {
  header .logo_box {
    width: 33.4%;
  }
}
header .logo_box div {
  width: 50%;
  float: left;
}
header nav {
  position: relative;
  width: 87%;
}
@media (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
header nav ul li {
  display: inline-block;
  width: auto;
  padding: 0 1vw;
  border-left: 1px solid #fff;
}
header nav ul li a {
  text-decoration: none;
}
header nav ul li a span {
  font-family: "Noto Sans TC";
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 2px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  header nav ul li a span {
    font-size: 1.25vw;
    letter-spacing: 0;
  }
}
header nav ul li a span:hover {
  color: #fcee21;
  transform: scale(1.1);
}

.kv_w {
  position: relative;
  overflow: hidden;
}
.kv_w h1 {
  width: 45.9%;
  position: absolute;
  left: 26.8%;
  top: 18.2%;
  z-index: 8;
  opacity: 0;
  transform-origin: center;
  animation: kv_title 1.5s ease-in-out 1s forwards;
}
@media (max-width: 768px) {
  .kv_w h1 {
    width: 92.8%;
    left: 3.6%;
    top: 15.5%;
  }
}
.kv_w .kv_map {
  width: 15.5%;
  position: absolute;
  left: 42.2%;
  top: 6.1%;
  z-index: 7;
  opacity: 0;
  animation: kv_map 1s ease-in-out 1s forwards;
}
@media (max-width: 768px) {
  .kv_w .kv_map {
    width: 41.5%;
    left: 28.9%;
    top: 8.6%;
  }
}
.kv_w .kv_p01 {
  width: 26.8%;
  position: absolute;
  left: 0;
  top: 33.1%;
  z-index: 7;
  transform: translate3d(0, 0, 0);
  animation: kv_p01 3s linear infinite;
}
@media (max-width: 768px) {
  .kv_w .kv_p01 {
    width: 54.7%;
  }
}
@keyframes kv_p01 {
  0% {
    left: 0;
    top: 33.1%;
  }
  33% {
    left: -0.2%;
    top: 32.5%;
  }
  66% {
    left: -0.5%;
    top: 33.5%;
  }
  100% {
    left: 0;
    top: 33.1%;
  }
}
@media (max-width: 768px) {
  @keyframes kv_p01 {
    0% {
      left: 0;
      top: 67.7%;
    }
    33% {
      left: -1%;
      top: 66.7%;
    }
    66% {
      left: -2%;
      top: 68.7%;
    }
    100% {
      left: 0;
      top: 67.7%;
    }
  }
}
.kv_w .kv_p02 {
  width: 40.1%;
  position: absolute;
  left: 57.8%;
  bottom: 0;
  z-index: 6;
  animation: kv_p02 3s linear infinite;
}
@media (max-width: 768px) {
  .kv_w .kv_p02 {
    width: 65.8%;
  }
}
@keyframes kv_p02 {
  0% {
    left: 57.8%;
  }
  50% {
    left: 57.3%;
  }
  100% {
    left: 57.8%;
  }
}
@media (max-width: 768px) {
  @keyframes kv_p02 {
    0% {
      left: 27.6%;
    }
    50% {
      left: 29.6%;
    }
    100% {
      left: 27.6%;
    }
  }
}
.kv_w .kv_p03 {
  width: 18.4%;
  position: absolute;
  right: 0;
  top: 10.2%;
  z-index: 5;
  animation: kv_p03 3s linear infinite;
}
@media (max-width: 768px) {
  .kv_w .kv_p03 {
    width: 33.8%;
  }
}
@keyframes kv_p03 {
  0% {
    right: 0;
    top: 10.2%;
  }
  33% {
    right: -0.5%;
    top: 9.5%;
  }
  66% {
    right: -1%;
    top: 10.5%;
  }
  100% {
    right: 0;
    top: 10.2%;
  }
}
@media (max-width: 768px) {
  @keyframes kv_p03 {
    0% {
      right: 0;
      top: 46.2%;
    }
    33% {
      right: -1.5%;
      top: 47.2%;
    }
    66% {
      right: -2%;
      top: 48.2%;
    }
    100% {
      right: 0;
      top: 46.2%;
    }
  }
}
.kv_w .kv_bg01 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 4;
  animation: kv_bg01 2s linear infinite;
}
@keyframes kv_bg01 {
  0% {
    top: 0%;
  }
  50% {
    top: -1%;
  }
  100% {
    top: 0%;
  }
}
.kv_w .kv_bg02 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 3;
  animation: kv_bg02 2s linear infinite;
}
@media (max-width: 768px) {
  .kv_w .kv_bg02 {
    display: none;
  }
}
@keyframes kv_bg02 {
  0% {
    top: -1%;
  }
  50% {
    top: 0%;
  }
  100% {
    top: -1%;
  }
}
.kv_w .kv_wave {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: url(../images/kv/wave.png) repeat-x;
  background-size: 50%;
  background-position: 0 bottom;
  animation: kv_wave 12s linear infinite;
}
.kv_w .kv_wave img {
  opacity: 0;
}
@media (max-width: 768px) {
  .kv_w .kv_wave {
    transform: scale(3);
    bottom: 5%;
  }
}
@keyframes kv_wave {
  0% {
    background-position: 0% 110%;
  }
  100% {
    background-position: 100% 110%;
  }
}
@keyframes kv_title {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes kv_map {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv_w .kv_info_g {
  width: 36.6%;
  position: absolute;
  left: 31.9%;
  top: 52%;
  z-index: 7;
  opacity: 0;
  animation: kv_info_g 1s ease-in-out 2s forwards;
}
@media (max-width: 768px) {
  .kv_w .kv_info_g {
    width: 17.7%;
    left: 41.1%;
    top: 45.9%;
  }
}
.kv_w .kv_info_g .kv_info {
  position: relative;
}
.kv_w .kv_info_g .kv_info .kv_info_txt {
  width: 7.1%;
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 768px) {
  .kv_w .kv_info_g .kv_info .kv_info_txt {
    display: none;
  }
}
.kv_w .kv_info01 {
  right: 0;
  animation: kv_info_txt 1s ease-in-out 3s forwards;
}
.kv_w .kv_info02 {
  right: 14.9%;
  animation: kv_info_txt 1s ease-in-out 4s forwards;
}
.kv_w .kv_info03 {
  right: 22.7%;
  animation: kv_info_txt 1s ease-in-out 5s forwards;
}
.kv_w .kv_info04 {
  right: 68.3%;
  animation: kv_info_txt 1s ease-in-out 6s forwards;
}
.kv_w .kv_info05 {
  right: 78.1%;
  animation: kv_info_txt 1s ease-in-out 7s forwards;
}
.kv_w .kv_info06 {
  right: 92.8%;
  animation: kv_info_txt 1s ease-in-out 8s forwards;
}
@keyframes kv_info_g {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kv_info_txt {
  0% {
    top: -5%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.kv_w .kv_content {
  position: relative;
  z-index: 2;
  transform-origin: center;
}
.kv_w .kv_content .kv_box {
  position: relative;
}

#swiper-container0 > .swiper-wrapper > .swiper-slide > .kv_box {
  transform: scale(1);
  transition: all 6s linear;
}

#swiper-container0 > .swiper-wrapper > .swiper-slide-active > .kv_box {
  transform: scale(1.1);
}

.arrow_box {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

.swiper-button-prev, .swiper-button-next {
  color: #fff;
}

.swiper-button {
  width: 60px;
  height: 60px;
  background-size: 100%;
  position: relative;
  margin: 20px;
  left: 0;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  width: 0.75vw;
  height: 0.75vw;
  margin: 5px;
  background: #5c5b53;
  opacity: 1;
  margin-top: 2%;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    margin: 3px;
  }
}

.swiper-pagination-bullet-active {
  background: #eda927;
}

.swiper-pagination {
  position: relative;
  text-align: center;
}

.bgm {
  display: block;
  width: 0;
  height: 0;
}

.music_box {
  display: block;
  width: 3%;
  position: absolute;
  z-index: 500;
  right: 2%;
  top: 2%;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .music_box {
    width: 6%;
    right: 2%;
    top: 12%;
  }
}
@media (max-width: 767px) {
  .music_box {
    width: 10%;
    max-width: 59px;
    right: 4%;
    top: 7%;
  }
}

.music_box img {
  display: block;
  width: 3.1%;
  height: auto;
  margin: 1%;
  opacity: 1;
}

.btn_buy_box {
  display: block;
  width: 10.25%;
  position: fixed;
  right: 0.5%;
  bottom: 15%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (max-width: 992px) {
  .btn_buy_box {
    width: 8%;
  }
}
@media (max-width: 768px) {
  .btn_buy_box {
    width: 25%;
  }
}

@keyframes buy_ani {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 0.5%;
  }
  100% {
    margin-bottom: 0;
  }
}
body {
  background: url(../images/body_bg.png) repeat-y top center;
  background-size: 100%;
}

/*---main---*/
main {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: url(../images/main_bottom.png) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 10%;
}

section {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0% 0;
  z-index: 2;
  font-family: "Noto Sans TC";
}

.box_w {
  width: 85%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .box_w {
    width: 95%;
    margin: 5% auto;
  }
}

h2 {
  position: relative;
  text-align: center;
}
h2 .title01 {
  display: inline-block;
  width: auto;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
  color: #588099;
  letter-spacing: 0.5vw;
}
@media (max-width: 768px) {
  h2 .title01 {
    font-size: 6.2vw;
  }
}
h2 .title02 {
  display: inline-block;
  width: auto;
  font-size: 2.3vw;
  font-weight: 500;
  line-height: 1.2;
  color: #f27256;
  letter-spacing: 0.15vw;
  background: #fff;
  border: 2px solid #9d9d9d;
  border-radius: 5px;
  text-align: center;
  padding: 0.1vw 1vw;
}
@media (max-width: 768px) {
  h2 .title02 {
    font-size: 5.2vw;
  }
}

/*---s01-------------*/
#s01 {
  position: relative;
  background: url(../images/s01/s01_bg.png) no-repeat center top;
  background-size: 100%;
  mix-blend-mode: multiply;
}

.map_w {
  position: relative;
  padding: 5% 0;
}
.map_w .map_info {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 3.5%;
}
@media (max-width: 768px) {
  .map_w .map_info {
    flex-flow: column wrap;
  }
}
.map_w .map_info .map {
  width: 54.2%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .map_w .map_info .map {
    width: 100%;
    margin: 0 auto;
  }
}
.map_w .map_info .map_table {
  width: 45.6%;
  position: relative;
  z-index: 2;
  margin-left: -6.1%;
}
@media (max-width: 768px) {
  .map_w .map_info .map_table {
    width: 100%;
    margin: 0 auto;
  }
}

/*---s02-------------*/
#s02 {
  position: relative;
  background: url(../images/s02/s02_bg.png) no-repeat center top;
  background-size: 100%;
  mix-blend-mode: multiply;
}

.prd_w {
  position: relative;
  padding: 5% 0;
}
.prd_w .prd_list {
  width: 80%;
  position: relative;
  z-index: 2;
  margin: 5% auto;
  overflow: hidden;
}
@media (max-width: 992px) {
  .prd_w .prd_list {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .prd_w .prd_list {
    width: 80%;
  }
}
.prd_w .prd_list a {
  text-decoration: none;
}
.prd_w .prd_list a .prd_box {
  position: relative;
}
.prd_w .prd_list a .prd_box .prd_photo {
  position: relative;
}
.prd_w .prd_list a .prd_box .prd_content {
  width: calc(100% - 4px - 4%);
  position: relative;
  border-left: 2px solid #474747;
  border-right: 2px solid #474747;
  padding: 2%;
  margin: 3.5% auto;
}
.prd_w .prd_list a .prd_box .prd_content h3 {
  font-size: 1.2vw;
  line-height: 1.5;
  color: #474747;
  text-align: left;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  .prd_w .prd_list a .prd_box .prd_content h3 {
    font-size: 1.75vw;
  }
}
@media (max-width: 768px) {
  .prd_w .prd_list a .prd_box .prd_content h3 {
    font-size: 4.2vw;
  }
}
.prd_w .prd_list a .prd_box .prd_content .twd {
  font-size: 1vw;
  line-height: 1.5;
  color: #474747;
  text-align: right;
}
@media (max-width: 992px) {
  .prd_w .prd_list a .prd_box .prd_content .twd {
    font-size: 1.15vw;
  }
}
@media (max-width: 768px) {
  .prd_w .prd_list a .prd_box .prd_content .twd {
    font-size: 3.5vw;
  }
}
.prd_w .prd_list a .prd_box .prd_content .twd span {
  display: inline;
  font-size: 1.5vw;
  font-weight: 600;
  color: #f27256;
}
@media (max-width: 992px) {
  .prd_w .prd_list a .prd_box .prd_content .twd span {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .prd_w .prd_list a .prd_box .prd_content .twd span {
    font-size: 6vw;
  }
}
.prd_w .prd_list a .prd_box .prd_content .twd_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.prd_w .prd_list a .prd_box .prd_content .twd_box .twd_date {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 1vw;
  line-height: 1.5;
  color: #474747;
}
@media (max-width: 992px) {
  .prd_w .prd_list a .prd_box .prd_content .twd_box .twd_date {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .prd_w .prd_list a .prd_box .prd_content .twd_box .twd_date {
    font-size: 3.8vw;
  }
}
.prd_w .prd_list a .prd_box .prd_content .twd_box .twd {
  display: inline-block;
  width: auto;
  font-size: 1vw;
  line-height: 1.5;
  color: #474747;
  text-align: right;
}
@media (max-width: 992px) {
  .prd_w .prd_list a .prd_box .prd_content .twd_box .twd {
    font-size: 1.15vw;
  }
}
@media (max-width: 768px) {
  .prd_w .prd_list a .prd_box .prd_content .twd_box .twd {
    font-size: 3.5vw;
  }
}
.prd_w .prd_list a .prd_box .prd_content .twd_box .twd span {
  display: inline;
  font-size: 1.5vw;
  font-weight: 600;
  color: #f27256;
}
@media (max-width: 992px) {
  .prd_w .prd_list a .prd_box .prd_content .twd_box .twd span {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .prd_w .prd_list a .prd_box .prd_content .twd_box .twd span {
    font-size: 6vw;
  }
}
.prd_w .prd_list a .prd_box .keyword_list {
  position: relative;
}
.prd_w .prd_list a .prd_box .keyword_list .keyword {
  display: inline-block;
  width: auto;
  text-decoration: none;
  font-size: 1.05vw;
  line-height: 1.5;
  letter-spacing: 0;
  color: #56a7ef;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .prd_w .prd_list a .prd_box .keyword_list .keyword {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .prd_w .prd_list a .prd_box .keyword_list .keyword {
    font-size: 3.2vw;
  }
}

.s03_06_w {
  position: relative;
  background: url(../images/s03_06_bg.png) no-repeat top center;
  background-size: cover;
  text-align: center;
}
@media (max-width: 768px) {
  .s03_06_w {
    background: url(../images/s03_06_bg_m.png) no-repeat top center;
    background-size: 120%;
  }
}
.s03_06_w::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/s03_06_pic.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5%;
  z-index: 2;
}
@media (max-width: 768px) {
  .s03_06_w::before {
    background: url(../images/s03_06_pic_m.png) no-repeat top center;
    background-size: 100%;
  }
}

/*---s03-------------*/
#s03 {
  position: relative;
  overflow: hidden;
}

h2.h2_style02 {
  display: inline-block;
  width: auto;
  position: relative;
  margin: 5% auto 0;
  text-align: center;
}
h2.h2_style02::before {
  display: block;
  content: "";
  width: 5vw;
  height: 100%;
  position: absolute;
  right: -6vw;
  bottom: 1vw;
  z-index: 2;
  background: url(../images/s03/title_flower.png) no-repeat top center;
  background-size: 100%;
}
@media (max-width: 768px) {
  h2.h2_style02::before {
    width: 10vw;
    right: -10vw;
    bottom: 5vw;
  }
}
h2.h2_style02::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #fcee21;
}
h2.h2_style02 .title01 {
  display: inline-block;
  width: auto;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.5vw;
}
@media (max-width: 768px) {
  h2.h2_style02 .title01 {
    font-size: 6.2vw;
  }
}
h2.h2_style02 .title02 {
  display: inline-block;
  width: auto;
  font-size: 2.3vw;
  font-weight: 500;
  line-height: 1.2;
  color: #f27256;
  letter-spacing: 0.15vw;
  background: #fff;
  border: 2px solid #f27256;
  border-radius: 5px;
  text-align: center;
  padding: 0.1vw 1vw;
}
@media (max-width: 768px) {
  h2.h2_style02 .title02 {
    font-size: 5.2vw;
  }
}

.route_w {
  position: relative;
  margin: 5% auto 0%;
}
.route_w .route_list_box {
  width: 94.2%;
  position: relative;
  margin: 5% auto;
  background: url(../images/s03/route_boxbg.png) repeat top center;
  background-size: 10.7%;
  border-radius: 2.5vw;
  padding: 2.5% 0;
}
@media (max-width: 768px) {
  .route_w .route_list_box {
    width: 70%;
    background-size: 20.7%;
  }
}
.route_w .route_list_box .day_list {
  width: 96.2%;
  position: relative;
  margin: 0 auto;
}

/*---s04-------------*/
h2.h2_style03 {
  display: inline-block;
  width: auto;
  position: relative;
  margin: 5% auto 0;
  text-align: center;
}
h2.h2_style03::before {
  display: block;
  content: "";
  width: 7vw;
  height: 100%;
  position: absolute;
  right: -3.5vw;
  bottom: 2vw;
  z-index: 2;
  background: url(../images/s04/title_pic.png) no-repeat top center;
  background-size: 100%;
}
h2.h2_style03::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #fcee21;
}
h2.h2_style03 .title01 {
  display: inline-block;
  width: auto;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.5vw;
}
@media (max-width: 768px) {
  h2.h2_style03 .title01 {
    font-size: 6.2vw;
  }
}
h2.h2_style03 .title02 {
  display: inline-block;
  width: auto;
  font-size: 2.3vw;
  font-weight: 500;
  line-height: 1.2;
  color: #f27256;
  letter-spacing: 0.15vw;
  background: #fff;
  border: 2px solid #f27256;
  border-radius: 5px;
  text-align: center;
  padding: 0.1vw 1vw;
}
@media (max-width: 768px) {
  h2.h2_style03 .title02 {
    font-size: 5.2vw;
  }
}

.play_w {
  position: relative;
}
.play_w .play_list {
  width: 80%;
  position: relative;
  margin: 2.5% auto 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .play_w .play_list {
    width: 70%;
  }
}

.play_box {
  position: relative;
}
.play_box .play_photo {
  position: relative;
  z-index: 3;
}
.play_box .play_info {
  position: relative;
  width: calc(90% - 2vw);
  font-size: 1vw;
  line-height: 1.5;
  text-align: justify;
  background: #fff;
  border-radius: 1.5vw;
  z-index: 2;
  margin: -1.25vw auto 0;
  padding: 1.5vw 1vw 1vw;
}
@media (max-width: 992px) {
  .play_box .play_info {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .play_box .play_info {
    font-size: 3.5vw;
  }
}

.arrows_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2% 0 0;
}
@media (max-width: 768px) {
  .arrows_box {
    padding: 3.5% 0 0;
  }
}

.swiper-button-prev, .swiper-button-next {
  width: 3vw;
  height: 2vw;
  margin: 0 1vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    width: 5vw;
    height: 10vw;
    margin: 0 5vw;
  }
}

.swiper-button-prev {
  font-size: 2vw;
  color: #474747;
  position: relative;
}

.swiper-button-next {
  font-size: 2vw;
  color: #474747;
  position: relative;
}

/*---s05-------------*/
.title_map {
  width: 15vw;
  position: absolute;
  left: -15vw;
  top: -2vw;
  z-index: 2;
}
@media (max-width: 768px) {
  .title_map {
    width: 25vw;
    left: -25vw;
  }
}

.title_coconut {
  width: 5vw;
  position: absolute;
  right: -8vw;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .title_coconut {
    width: 10vw;
    right: -12vw;
  }
}

.view_w {
  position: relative;
}
.view_w h2.h2_style03 {
  margin: 5% auto 2%;
}
.view_w .view_list {
  width: 80%;
  position: relative;
  margin: 2.5% auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .view_w .view_list {
    width: 70%;
  }
}

.view_box {
  position: relative;
}
.view_box .view_photo {
  position: relative;
  z-index: 3;
}
.view_box .view_info {
  position: relative;
  width: calc(90% - 2vw);
  font-size: 1vw;
  line-height: 1.5;
  text-align: justify;
  z-index: 2;
  margin: -1.25vw auto 0;
  padding: 1.5vw 1vw 1vw;
}
@media (max-width: 992px) {
  .view_box .view_info {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .view_box .view_info {
    font-size: 3.5vw;
  }
}

/*---s06-------------*/
#s06 {
  position: relative;
  background: url(../images/s06/s06_bg.png) no-repeat center bottom;
  background-size: 100%;
}

h2.h2_style04 {
  display: inline-block;
  width: auto;
  position: relative;
  margin: 5% auto 0;
  text-align: center;
}
h2.h2_style04::before {
  display: block;
  content: "";
  width: 7vw;
  height: 200%;
  position: absolute;
  left: -10vw;
  bottom: -2vw;
  z-index: 2;
  background: url(../images/s06/title_ukulele.png) no-repeat top center;
  background-size: 100%;
}
@media (max-width: 768px) {
  h2.h2_style04::before {
    width: 15vw;
    left: -15vw;
  }
}
h2.h2_style04 .title01 {
  display: inline-block;
  width: auto;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
  color: #f27256;
  letter-spacing: 0.5vw;
}
@media (max-width: 768px) {
  h2.h2_style04 .title01 {
    font-size: 6.2vw;
  }
}
h2.h2_style04 .title02 {
  display: inline-block;
  width: auto;
  font-size: 2.3vw;
  font-weight: 500;
  line-height: 1.2;
  color: #5eadad;
  letter-spacing: 0.15vw;
  background: #fff;
  border: 2px solid #9d9d9d;
  border-radius: 5px;
  text-align: center;
  padding: 0.1vw 1vw;
}
@media (max-width: 768px) {
  h2.h2_style04 .title02 {
    font-size: 5.2vw;
  }
}

.activity_w {
  position: relative;
}
.activity_w h2.h2_style03 {
  margin: 2% auto 2%;
}
.activity_w .activity_list {
  width: 80%;
  position: relative;
  margin: 2.5% auto;
  overflow: hidden;
}

.view_box .info_list {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: #b69f76;
  border-radius: 1vw;
  width: 80%;
  padding: 2.5%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .view_box .info_list {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.view_box .info_list .date {
  width: 32%;
  font-size: 0.7vw;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .view_box .info_list .date {
    width: 100%;
    font-size: 2.5vw;
  }
}
.view_box .info_list .place {
  width: 65%;
  font-size: 0.7vw;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .view_box .info_list .place {
    width: 100%;
    font-size: 2.5vw;
    margin: 2% 0;
  }
}

/*---s07-------------*/
#s07 {
  position: relative;
  background: url(../images/s07/s07_bg.png) no-repeat center bottom;
  background-size: 100%;
}

h2.h2_style05 {
  display: inline-block;
  width: auto;
  position: relative;
  margin: 5% auto 0;
  text-align: center;
}
h2.h2_style05::before {
  display: block;
  content: "";
  width: 5vw;
  height: 200%;
  position: absolute;
  left: -5vw;
  bottom: -3.5vw;
  z-index: 2;
  background: url(../images/s07/title_wine.png) no-repeat top center;
  background-size: 100%;
}
@media (max-width: 768px) {
  h2.h2_style05::before {
    width: 12vw;
    left: -10vw;
  }
}
h2.h2_style05 .title01 {
  display: inline-block;
  width: auto;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
  color: #f27256;
  letter-spacing: 0.5vw;
}
@media (max-width: 768px) {
  h2.h2_style05 .title01 {
    font-size: 6.2vw;
  }
}
h2.h2_style05 .title02 {
  display: inline-block;
  width: auto;
  font-size: 2.3vw;
  font-weight: 500;
  line-height: 1.2;
  color: #5eadad;
  letter-spacing: 0.15vw;
  background: #fff;
  border: 2px solid #9d9d9d;
  border-radius: 5px;
  text-align: center;
  padding: 0.1vw 1vw;
}
@media (max-width: 768px) {
  h2.h2_style05 .title02 {
    font-size: 5.2vw;
  }
}

.food_w {
  position: relative;
  text-align: center;
}
.food_w h2.h2_style05 {
  margin: 2% auto 2%;
}
.food_w .food_list {
  width: 80%;
  position: relative;
  margin: 2.5% auto;
  overflow: hidden;
}

/*---s08-------------*/
#s08 {
  position: relative;
  background: url(../images/s08/s08_bg.png) no-repeat left 38%;
  background-size: 31%;
}
@media (max-width: 768px) {
  #s08 {
    background: url(../images/s08/s08_bg.png) no-repeat left 28%;
    background-size: 50%;
  }
}

h2.h2_style06 {
  display: inline-block;
  width: auto;
  position: relative;
  margin: 5% auto 0;
  text-align: center;
}
h2.h2_style06 .title01 {
  display: inline-block;
  width: auto;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
  color: #f27256;
  letter-spacing: 0.5vw;
}
@media (max-width: 768px) {
  h2.h2_style06 .title01 {
    font-size: 6.2vw;
  }
}
h2.h2_style06 .title02 {
  display: inline-block;
  width: auto;
  font-size: 2.3vw;
  font-weight: 500;
  line-height: 1.2;
  color: #5eadad;
  letter-spacing: 0.15vw;
  background: #fff;
  border: 2px solid #9d9d9d;
  border-radius: 5px;
  text-align: center;
  padding: 0.1vw 1vw;
}
@media (max-width: 768px) {
  h2.h2_style06 .title02 {
    font-size: 5.2vw;
  }
}

.event_w {
  position: relative;
  text-align: center;
}
.event_w h2.h2_style06 {
  margin: 2% auto 1%;
}
.event_w p.event_date {
  font-size: 1vw;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.25vw;
  color: #474747;
  margin: 2% auto 10%;
}
@media (max-width: 992px) {
  .event_w p.event_date {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .event_w p.event_date {
    font-size: 3.5vw;
  }
}
.event_w .event_content_w {
  width: 88.9%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid #f27256;
  border-radius: 1vw;
  margin: 10% auto 10%;
}
@media (max-width: 768px) {
  .event_w .event_content_w {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin: 5% auto 10%;
    border-radius: 3vw;
  }
}
.event_w .event_content_w .event_photo {
  width: 50%;
  border-radius: 1vw 0 0 1vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .event_w .event_content_w .event_photo {
    width: 100%;
    border-radius: 3vw 3vw 0 0;
  }
}
.event_w .event_content_w .event_info {
  width: 45%;
  padding: 2.5%;
  position: relative;
}
@media (max-width: 768px) {
  .event_w .event_content_w .event_info {
    width: 95%;
  }
}
.event_w .event_content_w .event_info .event_p {
  font-size: 1.7vw;
  line-height: 1.5;
  color: #5eadad;
  text-align: left;
}
@media (max-width: 768px) {
  .event_w .event_content_w .event_info .event_p {
    font-size: 3.8vw;
  }
}
.event_w .event_content_w .event_info .btn_rules {
  position: relative;
  margin: 2% auto;
}
.event_w .event_content_w .event_info .btn_rules a {
  text-decoration: underline;
  font-size: 1vw;
  color: #3399ff;
}
@media (max-width: 992px) {
  .event_w .event_content_w .event_info .btn_rules a {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .event_w .event_content_w .event_info .btn_rules a {
    font-size: 3.5vw;
  }
}
.event_w .event_content_w .event_info .btn_add {
  width: 17.9%;
  position: absolute;
  right: 20%;
  top: 10%;
  z-index: 2;
}
@media (max-width: 768px) {
  .event_w .event_content_w .event_info .btn_add {
    right: 25%;
    top: -10%;
  }
}
.event_w .event_content_w .gift_lion {
  width: 19.7%;
  position: absolute;
  right: -3.5vw;
  top: -8vw;
  z-index: 2;
}
@media (max-width: 768px) {
  .event_w .event_content_w .gift_lion {
    width: 35%;
    right: -5%;
    top: -10%;
  }
}

/*---popup / 注意事項---*/
/*---popup---*/
.modally {
  max-width: 90%;
  width: 60%;
  background: none;
  padding: 4px;
}
@media (max-width: 991px) {
  .modally {
    width: 90%;
  }
}

.modally-content {
  padding-top: 5%;
}
@media (max-width: 991px) {
  .modally-content {
    padding-top: 10%;
  }
}

.modally .modally-close-button {
  display: block;
  font-family: "Noto Sans TC";
  font-weight: 300;
  font-size: 3.5vw;
  color: #fff;
  padding: 1vw 0;
}
@media (max-width: 768px) {
  .modally .modally-close-button {
    font-size: 6vw;
  }
}

.modally-wrap .modally-underlay {
  background: rgba(86, 167, 239, 0.9);
}

/*popup / day3介紹*/
.day_win {
  width: 100%;
  margin: 0% auto;
  padding: 1% 0 5%;
  position: relative;
}

/*popup / 玩樂路線介紹*/
.event_win {
  width: 100%;
  margin: 0% auto;
  padding: 1% 0 5%;
  position: relative;
}

/*popup / 活動辦法*/
.rules-w {
  width: 90%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}
.rules-w h2 {
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .rules-w h2 {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .rules-w h2 {
    font-size: 5vw;
  }
}
.rules-w h2 img {
  width: 60%;
  margin: 0 auto;
}
.rules-w h5 {
  display: inline;
  font-size: 1.05vw;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .rules-w h5 {
    font-size: 3.05vw;
  }
}
.rules-w h5 img {
  width: 1.05vw;
  display: inline;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .rules-w h5 img {
    width: 3vw;
  }
}

ul.ps_text {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  font-size: 1vw;
  line-height: 1.5;
  margin: 0 0 5%;
}
ul.ps_text li {
  width: 94%;
  list-style-type: disclosure-closed;
  font-size: 1.15vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #fff;
  margin: 1% 0 1% 5%;
}
@media (max-width: 992px) {
  ul.ps_text li {
    width: 91%;
    margin: 1% 0 1% 8%;
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  ul.ps_text li {
    width: 90%;
    margin: 1% 1% 1% 8%;
    font-size: 3.5vw;
  }
}
ul.ps_text li span {
  font-size: 1.15vw;
  font-weight: 400;
  line-height: 1.5;
  margin: 1% 0 1% 0%;
}
@media (max-width: 992px) {
  ul.ps_text li span {
    width: 100%;
    margin: 1% 0 1% 0%;
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  ul.ps_text li span {
    width: 100%;
    font-size: 3.5vw;
  }
}
ul.ps_text li a {
  font-size: 1.15vw;
  color: #fcee21;
  text-decoration: underline;
}
@media (max-width: 992px) {
  ul.ps_text li a {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  ul.ps_text li a {
    font-size: 3.5vw;
  }
}
ul.ps_text li ol li {
  list-style-type: decimal-leading-zero;
}

/*popup / 中獎名單*/
.award-w {
  width: 90%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}
.award-w h2 {
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .award-w h2 {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .award-w h2 {
    font-size: 5vw;
  }
}
.award-w h2 img {
  width: 60%;
  margin: 0 auto;
}
.award-w .award_list {
  position: relative;
  width: 70%;
  margin: 5% auto;
}
@media (max-width: 992px) {
  .award-w .award_list {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .award-w .award_list {
    width: 90%;
  }
}
.award-w .award_list ul {
  list-style-type: none;
}
.award-w .award_list ul li {
  width: calc(100% - 2vw);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1vw;
  background: #b2caf6;
}
.award-w .award_list ul li:nth-child(even) {
  background: #FFF;
}
.award-w .award_list ul li:nth-child(1) {
  background: #03318c;
}
.award-w .award_list ul li:nth-child(1) .name, .award-w .award_list ul li:nth-child(1) .phone {
  color: #fff;
}
.award-w .award_list ul li .name {
  width: 65%;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .award-w .award_list ul li .name {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .award-w .award_list ul li .name {
    width: 50%;
    font-size: 3.8vw;
  }
}
.award-w .award_list ul li .phone {
  width: 35%;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 992px) {
  .award-w .award_list ul li .phone {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .award-w .award_list ul li .phone {
    width: 50%;
    font-size: 3.8vw;
  }
}

/*-------------------------------------------------------------*/
.overlay {
  width: 100%;
  background: rgba(85, 204, 255, 0.8);
  background-size: 100%;
}

.overlay nav {
  top: 0vh;
  height: 100vh;
}
.overlay nav ul {
  display: block;
  width: 30%;
  height: 80%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 5% 10%;
}
@media (max-width: 768px) {
  .overlay nav ul {
    width: 80%;
  }
}
.overlay nav ul a li {
  width: 100%;
  display: flex;
}
.overlay nav ul a li span {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  color: #33aaff;
  text-align: center;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.overlay nav ul a:hover li span {
  color: #33aaff;
  background: #fff;
}

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

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

button.menu_m {
  display: none;
  position: relative;
  top: 0%;
  right: 0%;
  width: 4.3%;
  border: none;
  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: 8vw;
  }
}/*# sourceMappingURL=style.css.map */