@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.containers {
  max-width: 1210px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.index .poi-goods .ph-menu .slidecontain li a {
  color: #4B72FF;
  background: #fff;
}
.index .poi-goods .ph-menu .slidecontain li:hover a, .index .poi-goods .ph-menu .slidecontain li.on a {
  background: #4B72FF;
}
.index .poi-goods .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  background: #ffeb51;
}
.index .poi-goods .ph-group-content .ph-group-content-text-price {
  color: #4B72FF;
}
.index .poi-goods .ph-group-content .ph-group-content-text-sale {
  background: #FE7439;
}
.index .poi-goods .ph-group-content .ph-group-content-text-sale a {
  background: #FE7439;
}

.hotspring .poi-goods .ph-menu .slidecontain li a {
  color: #659761;
  background: #fff;
}
.hotspring .poi-goods .ph-menu .slidecontain li:hover a, .hotspring .poi-goods .ph-menu .slidecontain li.on a {
  background: #659761;
}
.hotspring .poi-goods .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  background: #ffeb51;
}
.hotspring .poi-goods .ph-group-content .ph-group-content-text-price {
  color: #659761;
}
.hotspring .poi-goods .ph-group-content .ph-group-content-text-sale {
  background: #56E37D;
}
.hotspring .poi-goods .ph-group-content .ph-group-content-text-sale a {
  background: #56E37D;
}

.fes .poi-goods .ph-menu .slidecontain li a {
  color: #8535AB;
  background: #fff;
}
.fes .poi-goods .ph-menu .slidecontain li:hover a, .fes .poi-goods .ph-menu .slidecontain li.on a {
  background: #8535AB;
}
.fes .poi-goods .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  background: #ffeb51;
}
.fes .poi-goods .ph-group-content .ph-group-content-text-price {
  color: #8535AB;
}
.fes .poi-goods .ph-group-content .ph-group-content-text-sale {
  background: #827B99;
}
.fes .poi-goods .ph-group-content .ph-group-content-text-sale a {
  background: #827B99;
}

.fit .poi-goods .ph-menu .slidecontain li a {
  color: #ED5E5E;
  background: #fff;
}
.fit .poi-goods .ph-menu .slidecontain li:hover a, .fit .poi-goods .ph-menu .slidecontain li.on a {
  background: #ED5E5E;
}
.fit .poi-goods .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  background: #ffeb51;
}
.fit .poi-goods .ph-group-content .ph-group-content-text-price {
  color: #ED5E5E;
}
.fit .poi-goods .ph-group-content .ph-group-content-text-sale {
  background: #6F4427;
}
.fit .poi-goods .ph-group-content .ph-group-content-text-sale a {
  background: #6F4427;
}

.ph-group-menu {
  margin: 16px auto;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
}
.ph-group-menu li {
  padding: 4px 8px;
  border-radius: 20px;
  color: #8e482a;
  background: unset;
}
@media (max-width: 768px) {
  .ph-group-menu li {
    font-size: 14px;
    font-weight: 500;
  }
}
.ph-group-menu li a {
  color: #8e482a;
  background: unset;
}
@media (max-width: 768px) {
  .ph-group-menu li a {
    font-size: 14px;
    font-weight: 500;
  }
}
.ph-group-menu li.on {
  color: #fff;
  background: #8e482a;
}
.ph-group-menu li.on a {
  color: #fff;
  background: #8e482a;
}

.ph-group-tab {
  display: none;
}
.ph-group-tab.on {
  display: block;
}

.poi-goods {
  padding: 0px 0;
  position: relative;
  z-index: 0;
  text-align: center;
  /*三個一排*/
  /*切換*/
  /*一般的樣式*/
  /*poi選單*/
}
.poi-goods.p02-change .ph-group-base {
  display: none;
}
.poi-goods.p02-change .ph-group-base.on {
  display: block;
}
.poi-goods.p02-change .ph-group-title {
  display: none;
}
.poi-goods.poi-hide-menu .ph {
  margin: -16px auto 16px auto;
}
@media (max-width: 992px) {
  .poi-goods.poi-hide-menu .ph {
    margin: -16px auto 16px auto;
  }
}
.poi-goods .ph {
  margin: 40px auto 16px auto;
}
@media (max-width: 992px) {
  .poi-goods .ph {
    margin: 16px auto 16px auto;
  }
}
.poi-goods.poi-3 .ph-group-content {
  width: calc(33.3333333333% - 11px);
}
@media (max-width: 992px) {
  .poi-goods.poi-3 .ph-group-content {
    width: calc(50% - 16px);
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-3 .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-2 .ph-group-content {
  width: calc(33.3333333333% - 11px);
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content {
    width: calc(50% - 16px);
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-2 .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-change .ph-group {
  display: none;
}
.poi-goods.poi-change .ph-group.on {
  display: flex;
}
.poi-goods.poi-change .ph-group-title {
  display: none;
}
.poi-goods.poi-fit .ph-group-content .ph-group-content-photo {
  display: none;
}
.poi-goods.poi-hide-ph-title .ph-title {
  display: none !important;
}
.poi-goods .ph-title {
  display: flex !important;
  flex-wrap: nowrap;
  font-size: 48px;
  font-weight: 700;
  color: #333;
  background: unset;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .poi-goods .ph-title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .poi-goods .ph-title {
    margin-bottom: 24px;
  }
}
.poi-goods .ph-title div {
  position: relative;
  padding: 12px 0;
}
.poi-goods .ph-title div::before {
  content: "";
  background: url(../images/title_left_skiing.svg) top center no-repeat;
  width: 80px;
  height: 62px;
  position: absolute;
  left: -54px;
  top: 0;
  z-index: -1;
  background-size: 100%;
}
@media (max-width: 576px) {
  .poi-goods .ph-title div::before {
    width: 64px;
    height: 63px;
    left: -43px;
    top: -9px;
  }
}
.poi-goods .ph-title div::after {
  content: "";
  background: url(../images/title_right_skiing.svg) top center no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  right: -37px;
  top: 7px;
  z-index: -1;
  background-size: 100%;
}
@media (max-width: 576px) {
  .poi-goods .ph-title div::after {
    width: 50px;
    height: 70px;
    right: -29px;
    top: 7px;
  }
}
.poi-goods .ph-group-title {
  display: block;
  padding: 24px 0;
  color: #333;
  background: unset;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-goods .ph-group {
  display: flex;
  margin: 0px auto 80px auto;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 16px;
  padding: 16px 0;
}
@media (max-width: 576px) {
  .poi-goods .ph-group {
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    padding: 10px 30px;
  }
}
.poi-goods .ph-group-content {
  border-radius: 10px;
  padding: 16px 16px 45px 16px;
  position: relative;
  width: calc(25% - 12px);
  color: unset;
  background: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .poi-goods .ph-group-content {
    width: calc(50% - 16px);
    padding: 14px 14px 43px 14px;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods .ph-group-content:hover {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}
.poi-goods .ph-group-content:hover .ph-group-content-otherlink a {
  color: #FFF;
  background: #cf5600;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content.box1 {
  width: 100%;
  gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px;
}
.poi-goods .ph-group-content.box1 .ph-group-content-photo {
  width: 45%;
  display: inline-block;
}
.poi-goods .ph-group-content.box1 .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods .ph-group-content.box1 .ph-group-content-text {
  width: 53%;
  display: inline-block;
  padding: 0 0 29px 0;
}
.poi-goods .ph-group-content.box2 {
  width: 45%;
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
}
.poi-goods .ph-group-content.box2 .ph-group-content-photo {
  width: 55%;
  display: inline-block;
}
.poi-goods .ph-group-content.box2 .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods .ph-group-content.box2 .ph-group-content-text {
  width: calc(45% - 16px);
  display: inline-block;
  padding: 0 0 29px 0;
}
.poi-goods .ph-group-content.box3 {
  width: 30%;
  flex-grow: 1;
}
.poi-goods .ph-group-content-photo {
  display: block;
  overflow: hidden;
}
.poi-goods .ph-group-content-photo img {
  width: 100%;
}
.poi-goods .ph-group-content-photo .ph-group-content-tag {
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 10px 20px 20px 0px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #333333;
  background: #ffeb51;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-photo .ph-group-content-tag {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
.poi-goods .ph-group-content-text-name {
  padding: 0;
  margin: 8px auto;
  color: #333;
  background: unset;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-detail {
  margin: 8px auto;
  color: #515151;
  background: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-detail a {
  color: #515151;
  background: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-price {
  position: absolute;
  right: 16px;
  bottom: 16px;
  letter-spacing: 0.2px;
  font-family: "Montserrat", "Noto Sans TC";
  color: #5A62AE;
  background: unset;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-price span {
  vertical-align: baseline !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-price span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-sale {
  color: #FFF;
  background: #81B2FB;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-sale {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-sale a:empty {
  display: none;
}
.poi-goods .ph-group-content-text-sale a {
  padding: 8px;
  display: block;
  color: #FFF;
  background: #81B2FB;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-sale a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-otherlink {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
@media (max-width: 992px) {
  .poi-goods .ph-group-content-otherlink {
    bottom: 14px;
    right: 14px;
  }
}
.poi-goods .ph-group-content-otherlink a:empty {
  display: none;
}
.poi-goods .ph-group-content-otherlink a {
  color: #cf5600;
  background: unset;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 16px;
  border: 2px solid #B1382F;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-otherlink a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods.poi-hide-menu .ph-menu {
  display: none;
}
.poi-goods .ph-menu {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .poi-goods .ph-menu {
    justify-content: center;
  }
}
.poi-goods .ph-menu .slidecontain {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
}
@media (max-width: 576px) {
  .poi-goods .ph-menu .slidecontain {
    flex-wrap: nowrap;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    width: auto;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-menu .slidecontain li {
    flex-shrink: 0;
    width: auto;
    flex-grow: 0;
  }
}
.poi-goods .ph-menu .slidecontain li a {
  padding: 8px 16px;
  display: block;
  color: #fff;
  background: #5A62AE;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .poi-goods .ph-menu .slidecontain li a {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-menu .slidecontain li a {
    padding: 5px 10px;
  }
}
.poi-goods .ph-menu .slidecontain li:hover a, .poi-goods .ph-menu .slidecontain li.on a {
  color: #fff;
  background: #5A62AE;
  font-weight: 700;
}
.poi-goods.poi-hide-price .ph-group-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-hide-price .ph-group-content {
    padding: 14px;
  }
}
.poi-goods.poi-hide-price .ph-group-content .ph-group-content-text-price {
  display: none;
}
.poi-goods.poi-hide-price .ph-group-content .ph-group-content-text-sale {
  display: none;
}
.poi-goods.hide-ph-group-title .ph-group-title {
  display: none;
}

nav.nav {
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  transition: 0.3s;
  /*黏*/
}
nav.nav .nav-list {
  color: #FFF;
  background: #81B2FB;
  padding: 0 24px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0px;
}
nav.nav .nav-list * {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav .nav-list * {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  nav.nav .nav-list {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    margin: 0px auto;
    padding: 0 8px;
  }
}
nav.nav .nav-list .nav-tab {
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 16px;
  white-space: nowrap;
  color: #fff;
  background: unset;
}
nav.nav .nav-list .nav-tab:hover {
  color: #fff;
  background: #396ED3;
}
@media (max-width: 576px) {
  nav.nav .nav-list .nav-tab:hover {
    color: #fff;
    background: unset;
  }
}
nav.nav .nav-list .nav-tab.on {
  color: #fff;
  background: #396ED3;
}
nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
}
nav.nav .poi-list {
  color: unset;
  background: #396ED3;
  width: 100%;
  top: 0px;
  left: 0;
  text-align: center;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 32px;
  padding: 16px 24px;
  position: relative;
}
nav.nav .poi-list * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav .poi-list * {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
@media (max-width: 576px) {
  nav.nav .poi-list {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
nav.nav .poi-list .poi-tab {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  background: unset;
}
nav.nav .poi-list .poi-tab:hover {
  color: rgb(255, 227, 104);
  background: unset;
}

/*分頁改色範例*/
.eventpage nav.nav .nav-list .nav-tab {
  color: #a15e34;
}
.eventpage nav.nav .nav-list .nav-tab:hover {
  background: #df8045;
  color: #fff;
}
.eventpage nav.nav .nav-list .nav-tab.on {
  background: #a15e34;
  color: #fff;
}
.eventpage nav.nav .poi-list {
  background: #a15e34;
}

.itemBase {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .itemBase {
    margin-bottom: 40px;
  }
}
.itemBase:nth-last-of-type(1) {
  margin-bottom: 0px;
}

/*影片*/
.movieBase {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.movieBase:nth-of-type(1) {
  border-bottom: 5px dotted #96d5ff;
}

.movieBox iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.movieBox {
  text-align: center;
}

.movieBox .ph-menu {
  display: none;
}

.movieBox .ph-group-content-photo {
  display: none;
}

.movieBox .ph-title {
  font-size: 24px;
  font-weight: 700;
  color: #396ed3;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 8px auto;
}
@media (max-width: 768px) {
  .movieBox .ph-title {
    font-size: 20px;
  }
}

.movieBox .movieBoxPoi .ph {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 40px;
}
@media (max-width: 992px) {
  .movieBox .movieBoxPoi .ph {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .movieBox .movieBoxPoi .ph {
    flex-wrap: wrap;
  }
}

.movieBox .ph-group {
  width: 33.3%;
  flex-shrink: 1;
}

.movieBox .ph-group-content-text {
  text-align: left;
}

.movieBox .ph-group-content-text-name {
  font-size: 20px;
  font-weight: 500;
  color: #ED5E5E;
  padding: 8px 0;
  border-bottom: 1px solid #ED5E5E;
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .movieBox .ph-group-content-text-name {
    font-size: 18px;
  }
}

.movieBox .ph-group-content-text-detail {
  padding: 8px 0;
  display: block;
}

.movieBox .ph-group-content-text-detail a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
@media (max-width: 768px) {
  .movieBox .ph-group-content-text-detail a {
    font-size: 14px;
  }
}

.movieBox .ph-group-content-text-sale {
  display: none;
  margin: 5px auto;
  background: #81B2FB;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  padding: 0px 10px;
}

.movieBox .ph-group-content-text-price {
  display: block;
  background: #6F4427;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
  padding: 4px 0;
  margin: 12px auto;
}
@media (max-width: 768px) {
  .movieBox .ph-group-content-text-price {
    font-size: 14px;
  }
}

.movieBox .movieBoxImg {
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  background: #a8dbe1;
}

.movieBox .ph-group-content:hover .ph-group-content-text-price {
  transform: translateY(-5px);
  filter: brightness(1.1);
}

@media screen and (max-width: 1400px) {
  .movieBox .ph-group {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .movieBox .ph-group {
    width: 100%;
  }
  .movieBox .movieBoxImg {
    padding: 20px;
  }
}
/*blogPOI*/
.poiInfor {
  text-align: center;
  background: #fdddd5;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .poiInfor {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.poiInfor_blog_poi .ph-menu {
  display: none;
}

.poiInfor_blog_poi .ph-group {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .poiInfor_blog_poi .ph-group {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.poiInfor_blog_poi .ph-group-content {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  border-bottom: 5px dotted #fff;
  padding: 40px 0;
}

.poiInfor_blog_poi .ph-group-content:nth-last-child(1) {
  border-bottom: none;
}

.poiInfor_blog_poi .ph-group-content-photo {
  width: 40%;
  order: 1;
}

.poiInfor_blog_poi .ph-group-content:nth-of-type(even) .ph-group-content-photo {
  order: 2;
}

.poiInfor_blog_poi .ph-group-content:nth-of-type(even) .ph-group-content-text {
  order: 1;
}

.poiInfor_blog_poi .ph-group-content-photo img {
  width: 100%;
}

.poiInfor_blog_poi .ph-group-title {
  display: none;
}

.poiInfor_blog_poi .ph-group-content-text {
  padding: 32px;
  width: 60%;
  flex-grow: 1;
  position: relative;
  order: 2;
  text-align: center;
}

.poiInfor_blog_poi .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #ED5E5E;
  padding: 8px;
  display: block;
  margin: 4px auto;
  position: relative;
}
@media (max-width: 768px) {
  .poiInfor_blog_poi .ph-group-content-text-name {
    font-size: 20px;
  }
}

.poiInfor_blog_poi .ph-group-content-text-name:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -20px;
  width: 100px;
  height: 2px;
  background: #ffbeae;
}

.poiInfor_blog_poi .ph-group-content-text-name:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -43px;
  width: 2px;
  height: 100px;
  background: #ffbeae;
}

.poiInfor_blog_poi .ph-group-content-text:before {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 48px;
  width: 100px;
  height: 2px;
  background: #ffbeae;
}

.poiInfor_blog_poi .ph-group-content-text:after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 21px;
  width: 2px;
  height: 100px;
  background: #ffbeae;
}

.poiInfor_blog_poi .ph-group-content-text-detail {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
@media (max-width: 768px) {
  .poiInfor_blog_poi .ph-group-content-text-detail {
    font-size: 14px;
  }
}

.poiInfor_blog_poi .ph-group-content-text-detail a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 4px 0;
  display: block;
  text-align: left;
}
@media (max-width: 768px) {
  .poiInfor_blog_poi .ph-group-content-text-detail a {
    font-size: 14px;
  }
}

.poiInfor_blog_poi .ph-group-content-text-sale {
  display: none;
  margin: 5px auto;
  background: #269997;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  padding: 0px 10px;
}

.poiInfor_blog_poi .ph-group-content-text-price {
  display: inline-block;
  background: #6F4427;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
  padding: 4px 0;
  margin: 20px auto;
  width: 50%;
  letter-spacing: 0.5em;
}
@media (max-width: 768px) {
  .poiInfor_blog_poi .ph-group-content-text-price {
    font-size: 14px;
  }
}

.poiInfor_blog_poi .ph-group-content:hover .ph-group-content-text-price {
  transform: translateY(-5px);
  filter: brightness(1.1);
}

@media screen and (max-width: 768px) {
  .poiInfor_blog_poi .ph-group-content {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .poiInfor_blog_poi .ph-group-content-photo {
    width: 100%;
  }
  .poiInfor_blog_poi .ph-group-content-text-name {
    padding: 8px;
  }
  .poiInfor_blog_poi .ph-group-content-text {
    width: 100%;
    flex-grow: 0;
    padding: 20px 0;
  }
  .poiInfor_blog_poi .ph-group-content-text-price {
    width: 100%;
  }
  .poiInfor_blog_poi .ph-group-content:nth-of-type(even) .ph-group-content-photo {
    order: 1;
  }
  .poiInfor_blog_poi .ph-group-content:nth-of-type(even) .ph-group-content-text {
    order: 2;
  }
  .poiInfor_blog_poi .ph-group-content-text-name:before {
    content: "";
    position: absolute;
    left: -40px;
    top: -10px;
    width: 100px;
    height: 2px;
    background: #ffbeae;
  }
  .poiInfor_blog_poi .ph-group-content-text-name:after {
    content: "";
    position: absolute;
    left: -20px;
    top: -33px;
    width: 2px;
    height: 100px;
    background: #ffbeae;
  }
  .poiInfor_blog_poi .ph-group-content-text:before {
    content: "";
    position: absolute;
    right: -35px;
    bottom: 20px;
    width: 100px;
    height: 2px;
    background: #ffbeae;
  }
  .poiInfor_blog_poi .ph-group-content-text:after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0px;
    width: 2px;
    height: 100px;
    background: #ffbeae;
  }
}
/*景點*/
.view {
  margin: 0 auto;
  text-align: center;
}

/*QA*/
.qa {
  text-align: center;
  background: #e2edff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .qa {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.qaBase .ph-menu {
  display: none;
}

.qaBoxPoi .ph-group {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .qaBoxPoi .ph-group {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.qaBoxPoi .ph-group-content {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #5a62ae;
  border: 29px solid;
  -o-border-image: url(../images/tab_border.png) 40 repeat;
     border-image: url(../images/tab_border.png) 40 repeat;
  outline: 8px solid #5a62ae;
}

.qaBoxPoi .ph-group-content-photo {
  display: none;
}

.qaBoxPoi .ph-group-title {
  display: none;
}

.qaBoxPoi .ph-group-content-text {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 20px;
  flex-grow: 1;
}

.qaBoxPoi .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 700;
  color: #ffffcc;
  display: block;
  margin: 4px auto;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  .qaBoxPoi .ph-group-content-text-name {
    font-size: 20px;
  }
}

.qaBoxPoi .ph-group-content-text-detail {
  display: block;
  text-align: left;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 768px) {
  .qaBoxPoi .ph-group-content-text-detail {
    font-size: 14px;
  }
}

.qaBoxPoi .ph-group-content-text-detail a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 768px) {
  .qaBoxPoi .ph-group-content-text-detail a {
    font-size: 14px;
  }
}

.qaBoxPoi .ph-group-content-text-sale {
  display: none;
  margin: 5px auto;
  background: #269997;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  padding: 0px 10px;
}

.qaBoxPoi .ph-group-content-text-price {
  display: none;
}

.qaBoxPoi .ph-group-content:hover .ph-group-content-text-price {
  display: none;
}

@media screen and (max-width: 500px) {
  .qaBoxPoi .ph-group-content-text {
    padding: 15px;
  }
  .qaBoxPoi .ph-group-content-text {
    padding: 0;
  }
}
.fit header.kv-banner {
  background: url(../images/header_free_pc.webp) top center no-repeat;
}

.skiing header.kv-banner {
  background: url(../images/header_skiing_pc.webp) top center no-repeat;
}

.index header.kv-banner {
  background: url(../images/header_ski_20250731_pc.jpg) top center no-repeat;
}

.hotspring header.kv-banner {
  background: url(../images/header_hot_20250731_pc.jpg) top center no-repeat;
}

.fes header.kv-banner {
  background: url(../images/header_fes_pc.webp) top center no-repeat;
}

header.kv-banner {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 450px;
}
header.kv-banner img {
  display: none;
}
@media (max-width: 1200px) {
  header.kv-banner {
    height: auto;
    background: none;
  }
  header.kv-banner img {
    display: block;
    width: 100%;
  }
}

/*分頁換背景*/
.skiing #mtkContainer {
  background: url(../images/bg_skiing.jpg) top center;
}

.index #mtkContainer {
  background: url(../images/bg_ski.jpg) top center;
}

.hotspring #mtkContainer {
  background: url(../images/bg_hot.jpg) top center;
}

.fes #mtkContainer {
  background: url(../images/bg_fes.jpg) top center;
}

.fit #mtkContainer {
  background: url(../images/bg_free.jpg) top center;
}

body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  scroll-padding: 50px 0 0 50px !important;
}

body * {
  font-family: "Noto Sans TC", "微軟正黑體";
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body * {
    line-height: 1.3;
  }
}

.h2-title {
  text-align: center;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .h2-title {
    font-size: 32px;
  }
}
.h2-title.add-padding {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .h2-title.add-padding {
    margin-bottom: 24px;
  }
}
.h2-title::before {
  content: "";
  background: url(../images/title_left_skiing.svg) top center no-repeat;
  width: 80px;
  height: 62px;
  position: absolute;
  left: -54px;
  top: 0;
  z-index: -1;
  background-size: 100%;
}
@media (max-width: 576px) {
  .h2-title::before {
    width: 64px;
    height: 63px;
    left: -43px;
    top: -9px;
  }
}
.h2-title::after {
  content: "";
  background: url(../images/title_right_skiing.svg) top center no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  right: -37px;
  top: 7px;
  z-index: -1;
  background-size: 100%;
}
@media (max-width: 576px) {
  .h2-title::after {
    width: 50px;
    height: 70px;
    right: -29px;
    top: 7px;
  }
}

/*分頁標題換背景*/
.skiing .h2-title::before {
  background: url(../images/title_left_skiing.svg) top center no-repeat;
  background-size: 100%;
}
.skiing .h2-title::after {
  background: url(../images/title_right_skiing.svg) top center no-repeat;
  background-size: 100%;
}

.index .h2-title::before {
  background: url(../images/title_left_ski.svg) top center no-repeat;
  background-size: 100%;
}
.index .h2-title::after {
  background: url(../images/title_right_ski.svg) top center no-repeat;
  background-size: 100%;
}

.hotspring .h2-title::before {
  background: url(../images/title_left_hot.svg) top center no-repeat;
  background-size: 100%;
}
.hotspring .h2-title::after {
  background: url(../images/title_right_hot.svg) top center no-repeat;
  background-size: 100%;
}

.fes .h2-title::before {
  background: url(../images/title_left_fes.svg) top center no-repeat;
  background-size: 100%;
}
.fes .h2-title::after {
  background: url(../images/title_right_fes.svg) top center no-repeat;
  background-size: 100%;
}

.fit .h2-title::before {
  background: url(../images/title_left_free.svg) top center no-repeat;
  background-size: 100%;
}
.fit .h2-title::after {
  background: url(../images/title_right_free.svg) top center no-repeat;
  background-size: 100%;
}
.fit .h2-title.skiing-title::before {
  background: url(../images/title_left_skiing.svg) top center no-repeat;
  background-size: 100%;
}
.fit .h2-title.skiing-title::after {
  background: url(../images/title_right_skiing.svg) top center no-repeat;
  background-size: 100%;
}

.top-btn {
  display: inline-block;
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  padding: 10px 10px 2px 10px;
  border-radius: 5em;
  font-size: 12px;
  line-height: 3em;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .top-btn {
    bottom: 60px;
  }
}
.top-btn:hover {
  padding-top: 30px;
  background-color: black;
  transition: all 0.2s;
}
.top-btn::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 18px;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-color: transparent transparent #fff;
}

/*分頁top顏色*/
.skiing .top-btn {
  color: #FFF;
  background: #5A62AE;
}
.skiing .top-btn:hover {
  background-color: rgb(70.1341463415, 77.0609756098, 142.8658536585);
}

.index .top-btn {
  color: #FFF;
  background: #4B72FF;
}
.index .top-btn:hover {
  background-color: rgb(24, 74.05, 255);
}

.hotspring .top-btn {
  color: #FFF;
  background: #659761;
}
.hotspring .top-btn:hover {
  background-color: rgb(80.2298387097, 119.9475806452, 77.0524193548);
}

.fes .top-btn {
  color: #FFF;
  background: #8535AB;
}
.fes .top-btn:hover {
  background-color: rgb(102.71875, 40.9330357143, 132.0669642857);
}

.fit .top-btn {
  color: #FFF;
  background: #ED5E5E;
}
.fit .top-btn:hover {
  background-color: rgb(231.8715083799, 48.1284916201, 48.1284916201);
}

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

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

/*廣告bn*/
.bnad {
  margin: 0px auto 40px auto;
}
.bnad img {
  max-width: 1160px;
  width: 100%;
}

.main-content {
  padding-bottom: 0px;
}

/*黏人*/
.pageMenu {
  position: fixed;
  top: 20%;
  left: 100px;
  padding: 14px;
  width: auto;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  text-align: center;
}
@media (max-width: 1200px) {
  .pageMenu {
    top: unset;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
  }
}
.pageMenu ul {
  position: relative;
}
@media (max-width: 1200px) {
  .pageMenu ul li {
    display: inline-block;
    padding: 14px;
    text-align: center;
  }
}
.pageMenu ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  min-width: 4em;
}
@media (max-width: 768px) {
  .pageMenu ul li a {
    font-size: 14px;
  }
}
.pageMenu ul li a:hover {
  color: rgb(255, 240, 104);
}

.wintertw {
  text-align: center;
  transform: translateY(-40px);
}
.wintertw a {
  background: #6F4427;
  border-radius: 20px;
  padding: 8px 16px;
  color: #FFF;
}

#funPage .main-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  #funPage .main-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=all.css.map */