@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, a:hover {
  text-decoration: none;
}

.containers {
  max-width: 1210px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
.containers.include-zindex {
  z-index: 5;
  position: relative;
}

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

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

@keyframes updown {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.poi {
  padding: 0px 0;
}

.poi-goods {
  padding: 20px 0;
  position: relative;
  text-align: center;
  /*三個一排*/
  /*切換*/
  /*一般的樣式*/
  /*poi選單*/
  /*youtube*/
  /*1大2小*/
  /*純文字*/
  /*景點專用 左右圖文交錯*/
  /*放最下面*/
  /*共用客製化的東西*/
}
.poi-goods .ph {
  margin: 40px auto 16px auto;
}
@media (max-width: 992px) {
  .poi-goods .ph {
    margin: 16px auto 16px auto;
  }
}
.poi-goods .ph .link-right {
  display: inline-block;
  border-radius: 99em;
  padding: 12px 24px;
  position: relative;
  margin-bottom: 80px;
  color: #fff;
  background: #000;
}
@media (max-width: 992px) {
  .poi-goods .ph .link-right {
    margin-bottom: 40px;
  }
}
.poi-goods .ph .link-right::after {
  content: "▶";
  position: static;
}
.poi-goods .ph .link-right.on {
  display: inline-block;
  color: #fff;
  background: #000;
}
@media not all and (pointer: coarse) {
  .poi-goods .ph .link-right:hover {
    color: #fff82e;
    background: #000;
  }
}
.poi-goods.poi-fit .ph-group-content-photo {
  display: none;
}
.poi-goods.poi-4 .ph-group-content .ph-group-content-photo {
  border-radius: 7px 7px 0 0;
}
.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: 45%;
  flex-grow: 1;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 6px;
  max-width: 573px;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content {
    flex-wrap: wrap;
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-2 .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-2 .ph-group-content .ph-group-content-photo {
  width: 55%;
  display: inline-flex;
  border-radius: 7px 0 0 7px;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content .ph-group-content-photo {
    width: 100%;
    flex-shrink: 0;
    border-radius: 7px 7px 0 0;
  }
}
.poi-goods.poi-2 .ph-group-content .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content .ph-group-content-photo img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.poi-goods.poi-2 .ph-group-content .ph-group-content-text {
  width: calc(45% - 12px);
  display: inline-block;
  padding: 8px 12px;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content .ph-group-content-text {
    flex-shrink: 0;
    width: 100%;
  }
}
.poi-goods.poi-2 .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  color: #F63058;
}
.poi-goods.poi-1 .ph-group-content {
  width: 100%;
  flex-grow: 1;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content {
    flex-wrap: wrap;
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1 .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1 .ph-group-content .ph-group-content-photo {
  width: 45%;
  display: inline-flex;
  border-radius: 7px 0 0 7px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content .ph-group-content-photo {
    width: 100%;
    flex-shrink: 0;
    border-radius: 7px 7px 0 0;
  }
}
.poi-goods.poi-1 .ph-group-content .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content .ph-group-content-photo img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.poi-goods.poi-1 .ph-group-content .ph-group-content-text {
  width: calc(60% - 16px);
  display: inline-block;
  padding: 16px 16px 45px 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content .ph-group-content-text {
    flex-shrink: 0;
    padding: 14px 14px 43px 14px;
    width: 100%;
  }
}
.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 .ph-title {
  display: none;
  flex-wrap: nowrap;
  font-size: 48px;
  font-weight: 700;
  color: #FF5136;
  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;
  background: url(../images/title_bg_yellow.svg) top center no-repeat;
  padding: 12px 0;
  min-width: 412px;
  background-size: 100%;
}
@media (max-width: 768px) {
  .poi-goods .ph-title div {
    min-width: 296px;
  }
}
.poi-goods .ph-title div::before {
  content: "";
  position: absolute;
  left: -78px;
  top: 16px;
  width: 57px;
  height: 48px;
  background: url(../images/title_left.svg) top center no-repeat;
}
@media (max-width: 768px) {
  .poi-goods .ph-title div::before {
    width: 45px;
    left: -59px;
    top: 5px;
    background: url(../images/title_left.svg) top center no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-title div::before {
    content: none;
  }
}
.poi-goods .ph-title div::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 13px;
  width: 65px;
  height: 56px;
  background: url(../images/title_right.svg) top center no-repeat;
}
@media (max-width: 768px) {
  .poi-goods .ph-title div::after {
    width: 47px;
    right: -61px;
    top: 3px;
    background: url(../images/title_right.svg) top center no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-title div::after {
    content: none;
  }
}
.poi-goods .ph-group-title {
  display: block;
  padding: 24px 0;
  color: #FF5136;
  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: 12px 0px 12px 16px;
  }
}
.poi-goods .ph-group:has(+ .link-right) {
  margin-bottom: 0;
}
.poi-goods .ph-group-content {
  border-radius: 10px;
  padding: 0px;
  position: relative;
  width: calc(25% - 12px);
  transition: 0.3s;
  color: unset;
  background: #FFF0ED;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .poi-goods .ph-group-content {
    width: calc(50% - 16px);
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content {
    width: 85%;
    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: #fff82e;
  background: #000;
}
@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 {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  background: #F63058;
  top: 7px;
  left: 3px;
  line-height: 1.4 !important;
  background: url(../images/poi-tag-bg.png) top center repeat-x;
  text-align: center;
  height: 38px;
  padding: 14px 5px 1px 2px;
}
@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-photo .ph-group-content-tag::before {
  content: "";
  position: absolute;
  left: -18px;
  bottom: 0px;
  width: 18px;
  height: 38px;
  background: url(../images/poi-tag-left.png) top center no-repeat;
  background-size: cover;
}
.poi-goods .ph-group-content-photo .ph-group-content-tag::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 0px;
  width: 18px;
  height: 38px;
  background: url(../images/poi-tag-right.png) top center no-repeat;
  background-size: cover;
}
.poi-goods .ph-group-content-text {
  padding: 16px 16px 45px 16px;
}
@media (max-width: 992px) {
  .poi-goods .ph-group-content-text {
    padding: 14px 14px 43px 14px;
  }
}
.poi-goods .ph-group-content-text-name {
  padding: 0;
  margin: 8px auto;
  color: #000;
  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: #000;
  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: #000;
  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: 8px;
  letter-spacing: 0.2px;
  font-family: "Montserrat", "Noto Sans TC";
  color: #F63058;
  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 {
  border: #000 3px solid;
  border-radius: 10px;
  border-radius: 0 99em 99em 0;
  overflow: hidden;
  color: #fff;
  background: #F63058;
  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: 500;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-sale a {
  padding: 8px;
  display: block;
  color: #fff;
  background: #F63058;
  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: 500;
    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: #fff;
  background: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 16px;
  border: 2px solid #000;
  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: inline-flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .poi-goods .ph-menu {
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
.poi-goods .ph-menu .slidecontain {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
}
@media (max-width: 576px) {
  .poi-goods .ph-menu .slidecontain {
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: inline-flex;
  }
}
@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: #000;
  background: unset;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .poi-goods .ph-menu .slidecontain li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
@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: #000;
  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.hide-ph-group-title .ph-group-title {
  display: none;
}
.poi-goods.poi-pic2-onlytext .ph-group-content {
  /*除了第一和第二個*/
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  flex-grow: 1;
  padding: 16px;
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) {
  width: 45%;
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) {
    width: calc(50% - 16px);
    padding: 14px 14px 43px 14px;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) {
    width: 85%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo {
  width: 55%;
  display: inline-block;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo {
    display: block;
    width: 100%;
  }
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo .ph-group-content-tag {
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 10px 20px 20px 0px;
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo img, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text {
  width: calc(45% - 16px);
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text {
    display: block;
    width: 100%;
  }
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text .ph-group-content-text-sale {
  color: #fff;
  background: #F63058;
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale a, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text .ph-group-content-text-sale a {
  padding: 8px;
  color: #fff;
  background: #F63058;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content {
    width: 85%;
  }
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-photo {
  display: inline-block;
  overflow: unset;
  flex-shrink: 0;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-photo img {
  display: none;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  position: relative;
  top: 16px;
  left: -16px;
  border-radius: 0px 20px 20px 0px;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-text {
  display: inline-block;
  flex-shrink: 1;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  color: #F63058;
  background: unset;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  padding: 0px;
  color: #F63058;
  background: unset;
}
.poi-goods.poi-pic3-onlytext .ph-group-content {
  width: calc(33.3333333333% - 11px);
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) {
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  flex-grow: 1;
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) {
    width: 90%;
    flex-wrap: wrap;
    align-content: baseline;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo {
  display: inline-block;
  overflow: unset;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo {
    width: 100%;
    display: block;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo img {
  display: none;
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo img {
    display: block;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo .ph-group-content-tag {
  position: relative;
  top: 16px;
  left: -16px;
  border-radius: 0px 20px 20px 0px;
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo .ph-group-content-tag {
    top: 0px;
    left: 0px;
    position: absolute;
    border-radius: 10px 20px 20px 0px;
    padding: 8px 16px;
    color: #FFF;
    background: #F63058;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-text {
  display: inline-block;
  flex-shrink: 1;
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-text {
    display: block;
    width: 100%;
  }
}
.poi-goods.poi-youtube .ph-group-content {
  width: 100%;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 32px;
  padding: 16px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content {
    flex-wrap: wrap;
    gap: 0;
    padding: 16px 16px 96px 16px;
    align-content: baseline;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-youtube .ph-group-content {
    width: 85%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-youtube .ph-group-content:nth-of-type(even) {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content:nth-of-type(even) {
    padding: 16px 16px 96px 16px;
  }
}
.poi-goods.poi-youtube .ph-group-content:nth-of-type(even) .ph-group-content-photo {
  order: 2;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content:nth-of-type(even) .ph-group-content-photo {
    order: 1;
  }
}
.poi-goods.poi-youtube .ph-group-content:nth-of-type(even) .ph-group-content-text {
  order: 1;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content:nth-of-type(even) .ph-group-content-text {
    order: 2;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-photo {
  width: 50%;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text {
  align-self: center;
  width: 45%;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text {
    width: 100%;
    align-self: top;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-weight: 700;
  color: #CB120D;
  position: relative;
  padding-bottom: 40px;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 93px;
  height: 19px;
  background: url(../images/poi-youtube-icon.png) top center no-repeat;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 18px;
  width: calc(100% - 125px);
  height: 1px;
  background: #D09059;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  color: #7B6252;
  background: unset;
  border-top: 1px solid #7B6252;
  border-bottom: 1px solid #7B6252;
  line-height: 1.5;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    font-size: 16px;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  padding: 0px;
  line-height: 1.5;
  color: #7B6252;
  background: unset;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 16px;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
  display: block;
  position: static;
  margin: 0 auto;
  text-align: center;
  width: min(222px, 100%);
  background: #20567F;
  color: #FFF;
  border-radius: 99em;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: unset;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink:hover {
  background: #256ea5;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink a {
  color: #FFF;
  background: unset;
  border-radius: unset;
  padding: 16px 16px;
  display: flex;
  gap: 4px;
  justify-content: center;
  border: unset;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  line-height: 1;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink a {
    font-size: 18px;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink a::after {
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 11 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4414 6.20703C10.4414 6.52976 10.2762 6.82916 10.0054 6.99711L1.82359 12.0719C1.54295 12.2459 1.19186 12.2523 0.905322 12.0885C0.61878 11.9247 0.441407 11.6163 0.441407 11.2818L0.441407 1.13227C0.441408 0.797788 0.618781 0.489351 0.905322 0.325559C1.19186 0.161766 1.54296 0.168125 1.82359 0.342188L10.0054 5.41695C10.2762 5.5849 10.4414 5.88431 10.4414 6.20703Z' fill='%23F5F5F5'/%3E%3C/svg%3E");
  width: 11px;
  height: 13px;
  position: static;
  display: inline-block;
  transform: translateY(2px);
}
.poi-goods.poi-youtbue-theme1 {
  padding: 20px 0 10px 0;
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content {
  border-radius: 10px;
  border: 3px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  max-width: 926px;
  margin: 100px auto 80px auto;
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content:before {
  content: "";
  background: url(../images/youtube-bg-top.png) no-repeat;
  width: 100%;
  max-width: 124px;
  height: 91px;
  left: 50%;
  top: -86px;
  transform: translateX(-50%);
  z-index: -1;
  position: absolute;
  background-size: contain;
}
@media (max-width: 576px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content:before {
    height: 17vw;
    top: -14vw;
    width: 23vw;
  }
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content:after {
  content: "";
  background: url(../images/youtube-bg-bottom.png) no-repeat;
  width: 100%;
  max-width: 800px;
  height: 85px;
  left: 50%;
  bottom: -77px;
  transform: translateX(-50%);
  z-index: -1;
  position: absolute;
  background-size: contain;
}
@media (max-width: 992px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content:after {
    max-width: 661px;
  }
}
@media (max-width: 768px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content:after {
    max-width: 76vw;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content:after {
    bottom: -85px;
  }
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-title {
  width: 100%;
  border-bottom: 3px solid #000;
  text-align: center;
  padding: 18px 0;
  border-radius: 10px 10px 0 0;
  background: #FFF;
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-title img {
  transform: translateX(30px);
  max-width: 636px;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-title img {
    width: 100%;
    padding: 0 12px;
    transform: translateX(0px);
  }
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi {
  width: 100%;
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi:after {
  content: "";
  background: #000;
  width: 100%;
  height: 8px;
  display: block;
  border-radius: 0 0 7px 7px;
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph {
    flex-wrap: wrap;
  }
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-menu {
  padding: 10px;
  border-right: 3px solid #000;
  align-items: flex-start;
  background: #FFF;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-menu {
    width: 100%;
    border-right: unset;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-menu {
    overflow: unset;
  }
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-menu .slidecontain {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  writing-mode: vertical-lr;
  gap: 4px;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-menu .slidecontain {
    writing-mode: unset;
    justify-content: center;
  }
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-menu .slidecontain li a {
  border: 3px solid #000;
  padding: 16px 7px 14px 3px;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-menu .slidecontain li a {
    padding: 8px 16px;
  }
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group {
  padding: 0;
  margin: 0 auto;
  gap: 0;
  flex-wrap: nowrap;
}
@media (max-width: 576px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group {
    flex-wrap: inherit;
    -webkit-overflow-scrolling: unset;
    overflow-scrolling: unset;
    overflow-x: unset;
  }
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group:after {
  content: url(../images/youtube-circle.png);
  background: #fff;
  width: 60px;
  height: 100%;
  border-left: 3px solid #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  padding: 0 10px;
  text-align: center;
  z-index: -1;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group:after {
    content: unset;
  }
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group .ph-group-content {
  flex-grow: 1;
  width: unset;
  padding: unset;
  border-radius: 0px;
  background: #FFF;
}
@media (max-width: 576px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group .ph-group-content {
    flex-shrink: 0;
    width: 100%;
  }
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group .ph-group-content:hover {
  filter: unset;
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group .ph-group-content .ph-group-content-photo {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  display: flex;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group .ph-group-content .ph-group-content-photo iframe {
    border: 3px solid #000;
  }
}
@media (max-width: 768px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group .ph-group-content .ph-group-content-photo:before {
    content: "";
    width: 24px;
    height: 100%;
    display: block;
    background: #FFF;
    border-right: 3px solid #000;
  }
}
@media (max-width: 768px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group .ph-group-content .ph-group-content-photo:after {
    content: "";
    width: 24px;
    height: 100%;
    display: block;
    background: #FFF;
    border-left: 3px solid #000;
  }
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group .ph-group-content .ph-group-content-text {
  width: 100%;
  padding: 16px 40px;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group .ph-group-content .ph-group-content-text {
    padding: 16px;
  }
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  color: #000;
  font-size: 16px;
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  color: #000;
  font-size: 16px;
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  display: none;
}
.poi-goods.poi-youtbue-theme1 .poi-youtube-theme1-content .poi-youtube-theme1-content-poi .ph-group .ph-group-content-otherlink {
  display: none;
}
.poi-goods.poi-1large-2small .ph-group-content {
  width: 45%;
  flex-grow: 1;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}
.poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) {
  width: 100%;
  gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) {
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-photo {
  width: 45%;
  display: inline-block;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-text {
  width: 53%;
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content {
    flex-wrap: wrap;
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-2small .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1large-2small .ph-group-content .ph-group-content-photo {
  width: 55%;
  display: inline-flex;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content .ph-group-content-photo {
    width: 100%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1large-2small .ph-group-content .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content .ph-group-content-photo img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.poi-goods.poi-1large-2small .ph-group-content .ph-group-content-text {
  width: calc(45% - 16px);
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content .ph-group-content-text {
    flex-shrink: 0;
    width: 100%;
  }
}
.poi-goods.poi-onlytext .ph-group .ph-group-content {
  width: 100%;
}
@media (max-width: 576px) {
  .poi-goods.poi-onlytext .ph-group .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-onlytext .ph-group .ph-group-content .ph-group-content-photo {
  display: none;
}
.poi-goods.poi-onlytext .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  display: none;
}
.poi-goods.poi-onlytext .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  color: #755101;
}
.poi-goods.poi-landmark {
  text-align: center;
}
.poi-goods.poi-landmark .ph-group-title {
  display: none;
}
.poi-goods.poi-landmark .ph-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  text-align: left;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group {
    align-items: baseline;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-landmark .ph-group {
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    padding: 8px 0px;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  align-items: center;
  padding: 0;
  width: 100%;
  background: unset;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
  order: 2;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
    order: 1;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text {
  order: 1;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text {
    order: 2;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-photo {
  max-width: 600px;
  width: 60%;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-photo {
    max-width: 900px;
    width: 100%;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-photo img {
  width: 100%;
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text {
  padding: 30px;
  width: 50%;
  position: relative;
  right: 0px;
  top: 0px;
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text {
    width: 100%;
    right: unset;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-weight: 700;
  color: #755101;
  display: inline-flex;
  position: relative;
  border-bottom: 1px solid #E9C562;
  align-items: flex-start;
  top: 0;
  padding-bottom: 16px;
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::before {
  content: "";
  width: 5px;
  height: 26px;
  background: #C1922E;
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
  top: 5px;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::before {
    top: 0;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  display: none;
  padding: 16px 0 0px 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    font-size: 14px;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 14px;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  padding-top: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    font-size: 14px;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 14px;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  display: none;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall .ph-group {
    overflow-x: unset;
    flex-wrap: wrap;
    justify-content: center;
    transform: translateX(-8px);
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall .ph-group-content::before {
    background: #ffcdcd !important;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall .ph-group-content {
    width: 100%;
  }
}
.poi-goods.poi-1large-othersmall .ph-group-content .ph-group-content-photo {
  border-radius: 7px 7px 0 0;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall .ph-group-content .ph-group-content-photo {
    display: none;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    display: none;
  }
}
.poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) {
  width: 100%;
  gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) {
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) {
    width: 100%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-photo {
  width: 45%;
  display: inline-block;
  border-radius: 7px 0 0 7px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    width: 100%;
    border-radius: 7px 7px 0 0;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    display: block;
  }
}
.poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-text {
  width: 53%;
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-text {
    padding: 14px 14px 43px 14px;
    width: 100%;
  }
}
.poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale {
  display: inline-flex;
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    overflow: auto;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content {
    overflow: hidden;
    padding: 0 0 32px 0;
    width: calc(50% - 4px);
    max-width: 247px;
    flex-grow: 0;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content .ph-group-content-text-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 8px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content .ph-group-content-text-detail {
    display: none;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content .ph-group-content-text-price {
    bottom: 8px;
    padding: 0 8px;
    right: 0;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content .ph-group-content-text-sale {
    display: none;
  }
}
.poi-goods.poi-border-and-shadow .ph-group-content {
  border: #000 3px solid;
  border-radius: 10px;
}
.poi-goods.poi-border-and-shadow .ph-group-content:hover {
  filter: unset;
}
.poi-goods.poi-border-and-shadow .ph-group-content:before {
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  left: -3px;
  bottom: -12px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  border: #000 3px solid;
}
.poi-goods.poi-border-and-shadow.bg-pink .ph-group-content {
  background: #FFF;
}
.poi-goods.poi-border-and-shadow.bg-pink .ph-group-content:before {
  width: 100%;
  height: 100%;
  content: "";
  background: #FFF0ED;
  left: -3px;
  bottom: -12px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  border: #000 3px solid;
}
.poi-goods.poi-3-theme1 .ph-group {
  gap: 38px 16px;
}
@media (max-width: 576px) {
  .poi-goods.poi-3-theme1 .ph-group {
    padding: 16px 0px 12px 16px;
  }
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content {
  gap: 8px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .poi-goods.poi-3-theme1 .ph-group .ph-group-content {
    padding: 8px;
  }
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-photo {
  border: #000 3px solid;
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-photo:before {
  content: "";
  background: url(../images/poi-3-theme1-cycle.svg) no-repeat;
  width: 227px;
  height: 28px;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 576px) {
  .poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-photo:before {
    background: url(../images/poi-3-theme1-cycle.svg) no-repeat;
    width: 180px;
    background-size: 100%;
    height: 23px;
    top: -12px;
  }
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text-name {
  color: #F63058;
  font-size: 24px;
  text-align: center;
  margin: 16px auto 0px auto;
}
@media (max-width: 768px) {
  .poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text-name {
    font-size: 20px;
  }
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text {
  padding: 0;
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  /*被搬出去所以刪除*/
  display: none;
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  border: #000 3px solid;
  background: #FFF;
  padding: 8px 12px;
}
.poi-goods.poi-2-theme1 .ph-group-content {
  border: unset;
  border-radius: unset;
  background: unset;
  align-items: center;
}
@media (max-width: 992px) {
  .poi-goods.poi-2-theme1 .ph-group-content {
    width: 45%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-2-theme1 .ph-group-content {
    width: 85%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-2-theme1 .ph-group-content:before {
  content: unset !important;
}
.poi-goods.poi-2-theme1 .ph-group-content .ph-group-content-photo {
  aspect-ratio: 1/1;
  border-radius: 99em;
  width: 80%;
  z-index: 1;
  padding: 5px;
  background: #FFF;
  border: 3px solid #000;
}
@media (max-width: 992px) {
  .poi-goods.poi-2-theme1 .ph-group-content .ph-group-content-photo {
    margin-bottom: -36px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .poi-goods.poi-2-theme1 .ph-group-content .ph-group-content-photo {
    width: 90%;
  }
}
.poi-goods.poi-2-theme1 .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  display: none;
}
.poi-goods.poi-2-theme1 .ph-group-content .ph-group-content-photo img {
  border: 1px solid #000;
  aspect-ratio: 1/1;
  border-radius: 99em;
  -o-object-fit: cover;
     object-fit: cover;
}
.poi-goods.poi-2-theme1 .ph-group-content .ph-group-content-text {
  text-align: left;
  background: #FFF;
  padding: 12px 16px 12px 60px;
  border: #000 3px solid;
  border-radius: 10px;
  position: relative;
  width: calc(80% + 200px);
  margin-left: -60px;
}
@media (max-width: 992px) {
  .poi-goods.poi-2-theme1 .ph-group-content .ph-group-content-text {
    width: 100%;
    margin-left: 0px;
    padding: 40px 14px 14px 14px;
  }
}
.poi-goods.poi-2-theme1 .ph-group-content .ph-group-content-text:after {
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  left: -3px;
  bottom: -12px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  border: #000 3px solid;
  background: #FFF0ED;
}
.poi-goods.poi-2-theme1 .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  color: #F63058;
}
.poi-goods.poi-blog .ph-group .ph-group-content .ph-group-content-text {
  padding: 8px 12px 45px 12px;
}
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: unset;
  background: #FFA8BA;
  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: 1200px) {
  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: #000000;
  background: unset;
}
nav.nav .nav-list .nav-tab:hover {
  color: #fff;
  background: #F63058;
}
@media (max-width: 576px) {
  nav.nav .nav-list .nav-tab:hover {
    color: #000000;
    background: unset;
  }
}
nav.nav .nav-list .nav-tab.on {
  color: #fff;
  background: #F63058;
}
nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
}

.poi-bg {
  z-index: 99;
  position: relative;
}
.poi-bg.sticky {
  position: fixed;
  top: 40px;
  left: 0px;
  width: 100%;
}

.poi-list {
  border: 2px solid #000;
  color: unset;
  background: #FFA8BA;
  margin-top: 18px;
  width: 100%;
  top: 0px;
  left: 0;
  text-align: center;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0px;
  padding: 0;
  position: relative;
}
.poi-list * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .poi-list * {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .poi-list {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
.poi-list .poi-tab {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
  padding: 16px;
  color: #000;
  background: unset;
}
.poi-list .poi-tab:hover {
  color: #fff;
  background: #000;
}

/*分頁改色範例*/
.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;
}

.sec-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  justify-content: center;
  gap: 0px;
  margin: 0px auto;
  z-index: 49;
  position: relative;
  transition: 0.3s;
  /*黏*/
}
.sec-list .sec-tab {
  filter: grayscale(1);
  transition: 0.3s;
}
.sec-list .sec-tab:hover {
  transform: scale(0.95);
  filter: grayscale(0);
}
.sec-list .sec-tab.on {
  filter: grayscale(0);
}
.sec-list .sec-tab img {
  width: 100%;
  display: block;
}

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

body * {
  font-family: "Montserrat", "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;
  }
}

.main-content {
  background: url(../images/repeat-bg-dot.jpg) top center repeat;
  background-position: 0 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .main-content {
    background-size: 200%;
  }
}

.repeat-bg {
  position: absolute;
  top: 250px;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  z-index: 0;
}
@media (max-width: 992px) {
  .repeat-bg {
    display: none;
  }
}
.repeat-bg img {
  width: 100%;
}

.goTop {
  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;
  color: #fff;
  background-color: #F63058;
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: rgb(232.875, 10.125, 55.125);
  transition: all 0.2s;
}
.goTop::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 18px;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-color: transparent transparent #fff;
}

/*POI版頭*/
header.kv-banner {
  position: relative;
  height: 450px;
  background-position: top center;
  background-repeat: no-repeat;
}

header.kv-banner h1 {
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  header.kv-banner {
    background-size: 160%;
    height: 37vw;
  }
}
@media screen and (max-width: 768px) {
  header.kv-banner .container-fluid.pin-header-banner, header.kv-banner .container-fullbg.pin-header {
    margin-top: 0;
  }
}
.bnad img {
  width: 100%;
  transition: 0.3s;
}
.bnad img:hover {
  transform: scale(0.98);
}

.h2-title {
  font-size: 32px;
  font-weight: 900;
  color: #1F8DE8;
  z-index: 3;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .h2-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .h2-title {
    font-size: 24px;
    font-weight: 900;
  }
}
@media (max-width: 992px) {
  .h2-title {
    width: 100%;
  }
}
.h2-title img {
  width: min(453px, 70%);
}
.h2-title span {
  position: relative;
}

.h3-title {
  text-align: center;
}
@media (max-width: 576px) {
  .h3-title {
    overflow: hidden;
  }
}
.h3-title span {
  position: relative;
  display: inline-block;
}
@media (max-width: 576px) {
  .h3-title span:has(.title1-1_infor)::before {
    left: 93%;
  }
}
@media (max-width: 576px) {
  .h3-title span:has(.title1-1_infor)::after {
    right: 93%;
  }
}
@media (max-width: 576px) {
  .h3-title span img {
    width: min(162px, 80%);
  }
}
@media (max-width: 576px) {
  .h3-title span img.title1-1_infor {
    width: min(489px, 80%);
  }
}

.main-content {
  padding: 80px 0 80px 0;
}
@media (max-width: 992px) {
  .main-content {
    padding: 40px 0 40px 0;
  }
}

.intro-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 60px 20px;
}
@media (max-width: 768px) {
  .intro-box {
    margin: 40px 12px 24px 12px;
  }
}
.intro-box img {
  width: 100%;
  max-width: 692px;
}

.cutline {
  overflow: hidden;
}
@media (max-width: 768px) {
  .cutline img {
    width: 150%;
  }
}

/*tour頁客製*/
.tourPage .goTop {
  background: #F67230;
}
.tourPage .poi-list {
  background: #FFD634;
}
@media (max-width: 576px) {
  .tourPage .poi-list {
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
.tourPage .main-content {
  background: url(../images/tour-repeat-bg-dot.jpg) repeat;
  padding: 80px 0 0 0;
}
@media (max-width: 992px) {
  .tourPage .main-content {
    padding: 40px 0 0px 0;
  }
}
@media (max-width: 768px) {
  .tourPage .main-content {
    background-size: 200%;
  }
}
.tourPage .poi-goods .ph-group-content {
  background: #FFF9D0;
}
.tourPage .poi-goods .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  background: url(../images/tour-poi-tag-bg.png) top center repeat-x;
}
.tourPage .poi-goods .ph-group-content .ph-group-content-photo .ph-group-content-tag::before {
  background: url(../images/tour-poi-tag-left.png) top center no-repeat;
  background-size: cover;
}
.tourPage .poi-goods .ph-group-content .ph-group-content-photo .ph-group-content-tag::after {
  background: url(../images/tour-poi-tag-right.png) top center no-repeat;
  background-size: cover;
}
.tourPage .poi-goods .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  background: #F67230;
}
.tourPage .poi-goods .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  background: #F67230;
}
.tourPage .poi-goods .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  color: #F67230;
}
.tourPage .poi-goods.poi-2 .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  color: #F67230;
}
.tourPage .poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-photo:before {
  background: url(../images/tour-poi-3-theme1-cycle.svg) no-repeat;
}
@media (max-width: 576px) {
  .tourPage .poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-photo:before {
    background: url(../images/tour-poi-3-theme1-cycle.svg) no-repeat;
    width: 180px;
    background-size: 100%;
    height: 23px;
    top: -12px;
  }
}
.tourPage .poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text-name {
  color: #F67230;
}
.tourPage .poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  background: #FFF9D0;
}
.tourPage .poi-goods.poi-2-theme1 .ph-group-content {
  background: unset;
}
.tourPage .poi-goods.poi-2-theme1 .ph-group-content .ph-group-content-text {
  background: #FFF9D0;
}
.tourPage .poi-goods.poi-2-theme1 .ph-group-content .ph-group-content-text:after {
  background: #FFF;
}

.bg-yellow {
  background: #FFEAB0;
}
.bg-yellow.poi-goods .ph-group-content {
  background: #FFF;
}
.bg-yellow.poi-goods .ph-group-content:before {
  width: 100%;
  height: 100%;
  content: "";
  background: #FFF9D0;
  left: -3px;
  bottom: -12px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  border: #000 3px solid;
}

.bg-pink {
  background: #FFE4DF;
}/*# sourceMappingURL=all.css.map */