@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=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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;
}

.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);
  }
}
@keyframes updown2 {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px);
  }
}
.poi {
  padding: 0px 0;
}

.poi-goods {
  padding: 0px 0;
  position: relative;
  z-index: 0;
  text-align: center;
}
.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 .ph-group-menu {
  margin: 16px auto;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
}
.poi-goods .ph-group-menu li {
  padding: 4px 8px;
  border-radius: 20px;
  color: #868686;
  background: unset;
}
.poi-goods .ph-group-menu li a {
  color: #868686;
  background: unset;
}
.poi-goods .ph-group-menu li.on {
  color: #fff;
  background: #868686;
}
.poi-goods .ph-group-menu li.on a {
  color: #fff;
  background: #868686;
}
.poi-goods .ph-group-tab {
  display: none;
}
.poi-goods .ph-group-tab.on {
  display: block;
}
.poi-goods .ph {
  margin: 0px auto 0px auto;
}
@media (max-width: 992px) {
  .poi-goods .ph {
    margin: 0px auto 0px auto;
  }
}
.poi-goods .ph .link-right {
  display: inline-block;
  border-radius: 99em;
  padding: 12px 24px;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .poi-goods .ph .link-right {
    margin-bottom: 40px;
  }
}
.poi-goods .ph .link-right {
  color: #5AC4F1;
  background: unset;
}
.poi-goods .ph .link-right::after {
  content: "▶";
  position: static;
}
.poi-goods .ph .link-right.on {
  display: inline-block;
  color: #5AC4F1;
  background: unset;
}
@media not all and (pointer: coarse) {
  .poi-goods .ph .link-right:hover {
    color: #FFF;
    background: #5AC4F1;
  }
}
.poi-goods.poi-fit .ph-group-content-photo {
  display: none;
}
.poi-goods {
  /*三個一排*/
}
.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: 16px;
  padding: 16px;
  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;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content .ph-group-content-photo {
    width: 100%;
    flex-shrink: 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% - 16px);
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content .ph-group-content-text {
    flex-shrink: 0;
    width: 100%;
  }
}
.poi-goods.poi-1 .ph-group-content {
  width: 100%;
  flex-grow: 1;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 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: 55%;
  display: inline-flex;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content .ph-group-content-photo {
    width: 100%;
    flex-shrink: 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(45% - 16px);
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content .ph-group-content-text {
    flex-shrink: 0;
    width: 100%;
  }
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content {
  gap: 48px;
  align-items: center;
  background: unset;
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content::before {
  content: "";
  position: absolute;
  left: -138px;
  top: 50%;
  transform: translateY(-50%);
  width: 402px;
  height: 627px;
  background: url(../images/section-blog-bg.png) top center no-repeat;
  z-index: -1;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content::before {
    content: unset;
  }
}
@media not all and (pointer: coarse) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content:hover {
    filter: unset;
  }
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-photo {
  width: 70%;
  padding: 20px;
  border: 1px solid #FFC5B1;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text {
  width: 30%;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text {
    width: 100%;
  }
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  position: relative;
  color: #333;
  padding-bottom: 16px;
  border-bottom: 1px solid #C59D34;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  position: relative;
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  right: -20px;
  bottom: -12px;
  background: #F06C3C;
}
@media (max-width: 576px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail:before {
    content: unset;
  }
}
.poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  right: -20px;
  bottom: -12px;
  background: #F06C3C;
}
@media (max-width: 576px) {
  .poi-goods.poi-1-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail:after {
    content: unset;
  }
}
.poi-goods.poi-1-theme3 .ph-group {
  gap: 80px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme3 .ph-group {
    gap: 16px 0;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content {
  gap: 30px;
  align-items: center;
  background: unset;
}
@media not all and (pointer: coarse) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content:hover {
    filter: unset;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-photo {
  width: 70%;
  position: relative;
  overflow: unset;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-photo::before {
  content: "";
  position: absolute;
  left: -24px;
  top: -24px;
  width: 185px;
  height: 185px;
  background: #FF9F8C;
  z-index: -1;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-photo::before {
    content: unset;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text {
  width: 36%;
  background: #FFF;
  padding: 40px;
  position: relative;
  height: calc(100% + 48px);
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text {
    width: 100%;
    height: unset;
    padding-bottom: 52px;
    padding: 16px 16px 45px 16px;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 185px;
  height: 185px;
  background: #FF9F8C;
  z-index: -1;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text::after {
    content: unset;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.2;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  position: relative;
  font-family: "Noto Serif TC";
  padding-bottom: 16px;
  border-bottom: 1px solid #C59D34;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    line-height: 1.3;
    font-size: 14px;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    line-height: 1.3;
    font-size: 14px;
  }
}
.poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  background: #FD5837;
  border-radius: 40px;
  color: #FFF;
  padding: 4px 20px;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
    line-height: 1.3;
    font-size: 16px;
  }
}
.poi-goods {
  /*切換*/
}
.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-change .link-right {
  display: none;
}
.poi-goods .ph-title {
  flex-wrap: nowrap;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-title {
    line-height: 1.3;
    font-size: 32px;
  }
}
.poi-goods .ph-title {
  color: #CBB047;
  background: unset;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .poi-goods .ph-title {
    margin-bottom: 24px;
  }
}
.poi-goods .ph-group-title {
  display: block;
  padding: 24px 0;
  color: #CBB047;
  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 {
  /*一般的樣式*/
}
.poi-goods .ph-group {
  display: flex;
  margin: 0px auto 40px auto;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 16px;
  padding: 0px 0;
}
@media (max-width: 992px) {
  .poi-goods .ph-group {
    margin: 0px auto 40px auto;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group {
    padding: 8px 0px;
    flex-wrap: wrap;
  }
}
.poi-goods .ph-group:has(+ .link-right) {
  margin-bottom: 0;
}
.poi-goods .ph-group-content {
  border-radius: 10px;
  padding: 16px 16px 45px 16px;
  position: relative;
  width: calc(25% - 12px);
  transition: 0.3s;
}
@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: 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 {
  color: unset;
  background: #00334B;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@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: 22px;
  font-weight: 400;
  line-height: 1;
}
@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 {
  color: #00334B;
  background: #CBB047;
}
.poi-goods .ph-group-content-text-name {
  padding: 0;
  margin: 8px auto;
  color: #fff;
  background: unset;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-name {
  display: block;
  font-family: "Noto Serif TC";
}
.poi-goods .ph-group-content-text-detail {
  margin: 8px auto;
  color: #fff;
  background: unset;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-detail a {
  color: #fff;
  background: unset;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail a {
    font-size: 16px;
    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: "Noto Serif TC";
  color: #fff;
  background: unset;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-price span {
  vertical-align: baseline !important;
  font-size: 22px;
  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-price span {
  font-family: "Noto Serif TC";
}
.poi-goods .ph-group-content-text-sale {
  color: #fff;
  background: #CBB047;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-sale {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-sale a {
  padding: 8px;
  display: block;
  color: #fff;
  background: #CBB047;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-sale a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-otherlink {
  display: flex;
  text-align: center;
  position: relative;
  flex-wrap: wrap;
  gap: 4px;
}
.poi-goods .ph-group-content-otherlink a:empty {
  display: none;
}
.poi-goods .ph-group-content-otherlink a {
  color: #5AC4F1;
  background: unset;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-otherlink a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-otherlink a {
  padding: 4px 12px;
  border: 1px solid #B1382F;
  border-radius: 50px;
}
@media not all and (pointer: coarse) {
  .poi-goods .ph-group-content-otherlink a:hover {
    color: #FFF;
    background: #5AC4F1;
  }
}
.poi-goods.poi-hide-menu .ph-menu {
  display: none;
}
.poi-goods {
  /*poi選單*/
}
.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: #333;
  background: unset;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .poi-goods .ph-menu .slidecontain li a {
    font-size: 14px;
    font-weight: 400px;
    line-height: 1;
  }
}
.poi-goods .ph-menu .slidecontain li a {
  border-radius: 50px;
}
@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: #FF5136;
  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: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: #CBB047;
}
.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: #CBB047;
}
.poi-goods.poi-pic2-onlytext .ph-group-content {
  /*除了第一和第二個*/
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  flex-grow: 1;
  padding: 16px;
}
@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: #CBB047;
  background: unset;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  padding: 0px;
  color: #CBB047;
  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: 1200px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) {
    padding-bottom: 43px;
  }
}
@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;
  min-width: 152px;
  display: inline-block;
  text-align: center;
  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;
    min-width: unset;
    border-radius: 10px 20px 20px 0px;
    padding: 8px 16px;
    color: #00334B;
    background: #CBB047;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-text {
  display: inline-block;
  flex-shrink: 1;
  width: calc(100% - 338px);
}
@media (max-width: 1200px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-text {
    width: 100%;
  }
}
@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 {
  /*youtube*/
}
.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;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  color: #CB120D;
  position: relative;
  padding-bottom: 40px;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name::after {
  content: "";
  position: absolute;
  left: 0px;
  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;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    line-height: 1.3;
    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;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    line-height: 1.3;
    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;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink a {
    line-height: 1.3;
    font-size: 18px;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink a {
  position: relative;
  line-height: 1;
}
.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-youtube-theme1 .ph {
  margin: 0 auto;
}
.poi-goods.poi-youtube-theme1 .ph-group {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .poi-goods.poi-youtube-theme1 .ph-group {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-youtube-theme1 .ph-group {
    flex-wrap: wrap;
    justify-content: center;
    -webkit-overflow-scrolling: unset;
    overflow-scrolling: unset;
    overflow-x: unset;
  }
}
.poi-goods.poi-youtube-theme1 .ph-group-content {
  max-width: 930px;
  border-radius: 0px;
  padding: 0px;
  position: relative;
}
.poi-goods.poi-youtube-theme1 .ph-group-content:hover {
  filter: unset;
}
.poi-goods.poi-youtube-theme1 .ph-group-content:before {
  content: "";
  width: 68px;
  height: 68px;
  background: url(../images/youtube-icon.png) top center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: -100px;
  top: 0px;
}
@media (max-width: 576px) {
  .poi-goods.poi-youtube-theme1 .ph-group-content:before {
    width: 20px;
    height: 20px;
    left: -24px;
    top: 0px;
  }
}
.poi-goods.poi-youtube-theme1 .ph-group-content:after {
  content: "";
  width: 68px;
  height: 68px;
  background: url(../images/youtube-icon.png) top center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  right: -100px;
  bottom: 0px;
  transform: rotate(180deg);
}
@media (max-width: 576px) {
  .poi-goods.poi-youtube-theme1 .ph-group-content:after {
    width: 20px;
    height: 20px;
    right: -24px;
    bottom: 0px;
  }
}
.poi-goods.poi-youtube-theme1 .ph-group-content .ph-group-content-photo {
  width: 100%;
}
.poi-goods.poi-youtube-theme1 .ph-group-content .ph-group-content-text {
  display: none;
}
.poi-goods.poi-youtube-theme3 .ph-group {
  gap: 24px;
}
@media not all and (pointer: coarse) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content:hover {
    filter: unset;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
  order: 1;
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content {
  padding: 0;
  gap: 16px;
  background: unset;
}
@media (max-width: 992px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content {
    flex-wrap: wrap;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-photo {
  width: 80%;
}
@media (max-width: 992px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text {
  background: #FFF;
  align-self: normal;
  width: 45%;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
@media (max-width: 992px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text {
    padding: 24px;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  position: relative;
  font-family: "Noto Serif TC";
  color: #333333;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::after {
  content: unset;
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  width: 100%;
  display: block;
  text-align: center;
  border-bottom: 1px solid #C59D34;
  border-top: 1px solid #C59D34;
  color: #C59D34;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    line-height: 1.3;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  font-family: "Noto Serif TC";
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  color: #C59D34;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    line-height: 1.3;
  }
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  font-family: "Noto Serif TC";
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  width: 100%;
}
.poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
  width: 100%;
  background: #F06C3C;
}
@media (max-width: 992px) {
  .poi-goods.poi-youtube-theme3 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
    position: static;
    transform: unset;
  }
}
.poi-goods {
  /*1大2小*/
}
.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%;
  }
}
.poi-goods.poi-1large-2small .ph-group-content {
  width: 45%;
  flex-grow: 1;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}
@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-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-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;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  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;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    line-height: 1.3;
    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;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    line-height: 1.3;
    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;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    line-height: 1.3;
    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;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    line-height: 1.3;
    font-size: 14px;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  display: none;
}
.poi-goods.poi-1-theme1 {
  text-align: center;
}
.poi-goods.poi-1-theme1 .ph-group-title {
  display: none;
}
.poi-goods.poi-1-theme1 .ph-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  text-align: left;
}
@media (max-width: 992px) {
  .poi-goods.poi-1-theme1 .ph-group {
    align-items: baseline;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1-theme1 .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;
    gap: 4px;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content {
  width: 100%;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 16px;
  padding-right: 40px;
  background: unset;
  align-items: center;
  filter: unset;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content {
    flex-wrap: wrap;
    gap: 0;
    padding: 16px 16px 96px 16px;
    align-content: baseline;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) {
    padding: 16px 16px 96px 16px;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
  order: 2;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
    order: 1;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo::before {
  left: unset;
  right: -50px;
  transform: rotate(2.657deg);
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo::before {
    right: unset;
    left: -30px;
    transform: rotate(-2.657deg);
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text {
  order: 1;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text {
    order: 2;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-photo {
  width: 60%;
  overflow: unset;
  position: relative;
  border-radius: 10px;
  outline: 2px solid #FFF38F;
  border: 13px solid #fff;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-photo::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF38F;
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: -1;
  transform: rotate(-2.657deg);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-photo::before {
    left: -30px;
    top: -30px;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text {
  align-self: center;
  width: 45%;
  flex-grow: 1;
  background: #FFE9D0;
  padding: 30px 30px 30px 40px;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text {
    width: 100%;
    align-self: top;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
    font-size: 20px;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  position: relative;
  text-align: center;
  border-bottom: 2px dashed #FF9C43;
  padding-bottom: 10px;
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  display: none;
  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;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    line-height: 1.3;
    font-size: 16px;
  }
}
.poi-goods.poi-1-theme1 .ph-group .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;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    line-height: 1.3;
    font-size: 16px;
  }
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  margin-top: 10px;
  color: #333;
}
.poi-goods.poi-1-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  color: #333;
}
.poi-goods.poi-1large-othersmall .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-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: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-photo {
  width: 45%;
  display: inline-block;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    width: 100%;
  }
}
.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 {
    width: 100%;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group {
  margin-top: 80px;
  gap: 40px 24px;
  padding: 8px 12px;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group {
    margin-top: 0px;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content {
  padding: 0;
  background: unset;
}
@media not all and (pointer: coarse) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:hover {
    filter: unset;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) {
  margin-bottom: 80px;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) {
    align-items: start;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) {
    margin-bottom: 0;
    gap: 0;
    align-items: normal;
    flex-direction: column;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo {
  width: 66%;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    width: 90%;
    margin: 0 auto;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag {
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 0px;
  padding: 36px 16px 36px 14px;
  writing-mode: vertical-lr;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag {
    line-height: 1;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag {
  color: #fff;
  background: #FF473A;
  letter-spacing: 10px;
  text-indent: 10px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag {
    writing-mode: unset;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    text-indent: 0px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag {
    line-height: 1;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
  padding: 40px 40px 80px 40px;
  margin: 0 0 -35px -80px;
  width: 25%;
  flex-grow: 1;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  border-radius: 0 0 40px 0;
  background: #FFF;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
    padding: 16px 24px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
    margin: 0;
    border-radius: 0 0 0px 0;
    width: 100%;
    padding: 20px;
    flex-grow: 0;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name {
  position: relative;
  font-family: "Noto Serif TC";
  padding-left: 16px;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 0px;
    border-bottom: 1px solid #C59D34;
    padding-bottom: 4px;
    text-align: center;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #FF473A;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-name:before {
    content: unset;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(4)::before {
  content: "";
  position: absolute;
  right: -350px;
  bottom: -25px;
  width: 499px;
  height: 452px;
  background: url(../images/section-spot-bg-right.png) top center no-repeat;
  z-index: -1;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(4)::before {
    content: unset;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) {
  width: 30%;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) {
    width: 90%;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-photo {
  width: 90%;
  margin: 0 auto;
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #FFF;
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name {
  position: relative;
  font-family: "Noto Serif TC";
  border-bottom: 1px solid #C59D34;
  padding-bottom: 4px;
  text-align: center;
  color: #333;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-detail {
  color: #333;
}
.poi-goods.poi-1large-othersmall-theme1 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-text .ph-group-content-text-detail a {
  color: #333;
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group {
  gap: 24px;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group {
    gap: 0px;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content {
  background: unset;
}
@media not all and (pointer: coarse) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:hover {
    filter: unset;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content .ph-group-content-photo img {
  border-radius: 40px 40px 0 0;
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content .ph-group-content-text {
  margin-top: 16px;
  display: inline-block;
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
    font-size: 20px;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  padding-bottom: 8px;
  border-bottom: 3px solid #D4B17D;
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  margin-top: 12px;
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) {
  display: flex;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) {
    display: block;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo {
  text-align: center;
  position: relative;
  width: 65%;
  overflow: unset;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: unset;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo::before {
  content: "";
  width: 100%;
  position: absolute;
  left: -12px;
  bottom: -12px;
  height: 50%;
  background: linear-gradient(180deg, #F3E2C7 0%, #C9A063 100%);
  z-index: -1;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -8px;
    height: 50%;
    background: linear-gradient(180deg, #F3E2C7 0%, #C9A063 100%);
    z-index: -1;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo img {
    width: calc(100% - 16px);
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
  width: 33%;
  align-self: center;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
    width: 100%;
    padding-bottom: 0;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) {
  padding: 0;
  width: calc(33% - 16px);
  flex-grow: 1;
  max-width: 371px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) {
    width: calc(50% - 16px);
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) {
    width: 90%;
    flex-shrink: 0;
    padding: 16px;
    max-width: unset;
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-photo {
  position: relative;
  text-align: center;
  overflow: unset;
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-photo img {
  width: calc(100% - 24px);
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-photo img {
    width: calc(100% - 16px);
  }
}
.poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-photo::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -12px;
  height: 50%;
  background: linear-gradient(180deg, #F3E2C7 0%, #C9A063 100%);
  z-index: -1;
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall-theme2 .ph-group .ph-group-content:nth-of-type(n+2) .ph-group-content-photo::before {
    bottom: -8px;
  }
}
.poi-goods.poi-gfp .ph-group {
  margin-top: 80px;
  gap: 120px 16px;
}
@media (max-width: 576px) {
  .poi-goods.poi-gfp .ph-group {
    margin-top: 16px;
    padding: 100px 0px 16px 0;
  }
}
.poi-goods.poi-gfp .ph-group .ph-group-content .ph-group-content-photo {
  margin-top: -100px;
  position: relative;
  overflow: unset;
}
.poi-goods.poi-gfp .ph-group .ph-group-content .ph-group-content-photo img {
  border-radius: 10px;
}
.poi-goods.poi-gfp .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  border-radius: 100px;
  top: unset;
  border: 1px solid #FFF;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 16px;
}
.poi-goods.poi-gfp .ph-group .ph-group-content .ph-group-content-text {
  margin-top: 20px;
}
.poi-goods.poi-gfp .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  text-align: center;
  color: var(--main-color);
}
.poi-goods.poi-gfp .link-right {
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-gfp .link-right {
    line-height: 1.3;
    font-size: 18px;
  }
}
.poi-goods.poi-gfp .link-right {
  background: #FFF;
  color: var(--main-color);
  margin-top: 16px;
}
.poi-goods.poi-coupon .ph-group {
  gap: 16px;
}
@media (max-width: 576px) {
  .poi-goods.poi-coupon .ph-group {
    flex-wrap: wrap;
    justify-content: center;
    overflow: unset;
  }
}
.poi-goods.poi-coupon .ph-group .ph-group-content {
  padding: 32px;
  flex-grow: 1;
  max-width: 376px;
}
.poi-goods.poi-coupon .ph-group .ph-group-content:hover {
  filter: unset;
}
.poi-goods.poi-coupon .ph-group .ph-group-content::before {
  content: "";
  background: #FFF1D6;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0%;
  top: 50%;
  border-radius: 99em;
  transform: translate(-50%, -50%);
}
.poi-goods.poi-coupon .ph-group .ph-group-content::after {
  content: "";
  background: #FFF1D6;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0%;
  top: 50%;
  border-radius: 99em;
  transform: translate(50%, -50%);
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-photo {
  display: none;
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text {
  text-align: center;
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
    font-size: 20px;
  }
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 12px;
  margin: 0 auto 8px auto;
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    line-height: 1.3;
    font-size: 18px;
  }
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    line-height: 1.3;
    font-size: 18px;
  }
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  padding-top: 12px;
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  display: none;
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  width: 100%;
  display: block;
  position: static;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
    line-height: 1.3;
    font-size: 20px;
  }
}
.poi-goods.poi-coupon .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  background: var(--main-color);
  color: #FFF;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content {
  background: unset;
  padding: 0;
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  left: 3px;
  top: 3px;
  display: none;
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-photo img {
  border-radius: 20px;
  border: 3px solid #fff;
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text {
  background: #FFF;
  width: calc(100% - 28px);
  margin: -24px 0 0 14px;
  border-radius: 20px;
  z-index: 1;
  position: relative;
  padding: 12px 24px;
  border: 1px solid #A5F59C;
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  text-align: center;
  color: #1AB179;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    line-height: 1.3;
    font-size: 16px;
  }
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    line-height: 1.3;
    font-size: 16px;
  }
}
.poi-goods.poi-3-theme1 .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  display: none;
}
.poi-goods.poi-special-goods .ph-group .ph-group-content {
  width: min(926px, 100%);
  border-radius: 0 50px 0 50px;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .poi-goods.poi-special-goods .ph-group .ph-group-content {
    border-radius: 0 30px 0 30px;
  }
}
.poi-goods.poi-special-goods .ph-group .ph-group-content:hover {
  background: #022f44;
}
.poi-goods.poi-special-goods .ph-group .ph-group-content:hover .ph-group-content-photo {
  overflow: hidden;
}
.poi-goods.poi-special-goods .ph-group .ph-group-content:hover .ph-group-content-photo img {
  transform: scale(1.1);
}
.poi-goods.poi-special-goods .ph-group .ph-group-content .ph-group-content-photo img {
  transition: 0.8s ease-in-out;
}
.poi-goods.poi-special-goods .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  border-radius: 0 0 16px 0;
}
@media (min-width: 769px) {
  .poi-goods.poi-special-goods .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
    padding: 16px;
  }
}
.poi-goods.poi-special-goods .ph-group .ph-group-content .ph-group-content-text {
  padding: 14px 30px 72px 30px;
}
@media (max-width: 768px) {
  .poi-goods.poi-special-goods .ph-group .ph-group-content .ph-group-content-text {
    padding: 14px 30px 66px 30px;
  }
}
.poi-goods.poi-special-goods .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-family: "Noto Serif TC";
}
.poi-goods.poi-special-goods .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  display: inline-block;
  line-height: 1.3;
}
@media (min-width: 577px) {
  .poi-goods.poi-special-goods .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    width: 70%;
  }
}
.poi-goods.poi-special-goods .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  line-height: 1.3;
  padding: 4px 8px;
}
.poi-goods.poi-special-goods .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  right: 30px;
}
.poi-goods.poi-transport .ph-group {
  gap: 24px;
}
.poi-goods.poi-transport .ph-group .ph-group-content {
  background: unset;
  padding: 0;
  width: 48%;
  flex-shrink: 1;
}
@media (max-width: 992px) {
  .poi-goods.poi-transport .ph-group .ph-group-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-transport .ph-group .ph-group-content {
    flex-shrink: 0;
  }
}
.poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-photo {
  border-radius: 0 24px 0 24px;
  z-index: 1;
  position: relative;
  border: 1px solid #CBB047;
}
.poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  display: none;
}
.poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text {
  background: #FFF;
  margin: -10% 5% 0 5%;
  z-index: 2;
  position: relative;
  width: 90%;
  padding: 24px;
  text-align: center;
}
.poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::before, .poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::after {
  content: "";
  background: #D0B393;
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::before {
  left: -32px;
}
@media (max-width: 768px) {
  .poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::before {
    width: 10px;
    height: 10px;
    left: -15px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::before {
    left: -20px;
  }
}
.poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::after {
  right: -32px;
}
@media (max-width: 768px) {
  .poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::after {
    width: 10px;
    height: 10px;
    right: -15px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::after {
    right: -20px;
  }
}
.poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  color: #00334B;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
    font-size: 26px;
  }
}
.poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  margin-top: 12px;
  padding-top: 16px;
  text-align: left;
  border-top: 1px solid #BE9B74;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    line-height: 1.8;
    font-size: 16px;
  }
}
.poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  color: #353535;
}
.poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  color: #353535;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    line-height: 1.8;
    font-size: 16px;
  }
}
.poi-goods.poi-transport .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  display: none;
}
.poi-goods.poi-qa .ph-group {
  gap: 0;
  background: #FFF;
  padding: 24px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.poi-goods.poi-qa .ph-group .ph-group-content {
  width: 100%;
  background: unset;
  padding: 24px 16px;
  border-radius: 0;
  border-bottom: 1px #BE9B74 dashed;
}
.poi-goods.poi-qa .ph-group .ph-group-content:hover {
  filter: unset;
}
.poi-goods.poi-qa .ph-group .ph-group-content:nth-last-of-type(1) {
  border-bottom: none;
}
.poi-goods.poi-qa .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  color: #00334B;
}
.poi-goods.poi-qa .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  background: unset;
}
.poi-goods.poi-qa .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  background: unset;
}
.poi-goods.poi-qa .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  color: #353535;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-qa .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    line-height: 1.3;
    font-size: 16px;
  }
}
.poi-goods.poi-qa .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  color: #353535;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-qa .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    line-height: 1.3;
    font-size: 16px;
  }
}
.poi-goods.poi-notice .ph-group {
  margin-bottom: 0;
  padding: 0;
}
.poi-goods.poi-notice .ph-group .ph-group-content {
  background: unset;
  padding: 0;
}
.poi-goods.poi-notice .ph-group .ph-group-content:hover {
  filter: unset;
}
.poi-goods.poi-notice .ph-group .ph-group-content .ph-group-content-photo {
  display: none;
}
.poi-goods.poi-notice .ph-group .ph-group-content .ph-group-content-text {
  background: #fff;
  padding: 16px 32px;
}
.poi-goods.poi-notice .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  display: none;
  background: #CBB047;
  margin: 0 auto;
  padding: 0px;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-notice .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
    font-size: 26px;
  }
}
.poi-goods.poi-notice .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  text-align: center;
}
.poi-goods.poi-notice .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-notice .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    line-height: 1.3;
    font-size: 16px;
  }
}
.poi-goods.poi-notice .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  color: #353535;
}
.poi-goods.poi-notice .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods.poi-notice .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    line-height: 1.3;
    font-size: 16px;
  }
}
.poi-goods.poi-notice .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  color: #353535;
}
.poi-goods {
  /*放最下面*/
}
@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;
  }
}

.get-movie-goods {
  display: none;
}

.movie-goods-content {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  background: rgba(141, 254, 242, 0.7);
  border-radius: 20px;
  padding: 24px 80px;
  gap: 100px;
  position: relative;
  overflow: hidden;
  align-items: stretch;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .movie-goods-content {
    gap: 10px;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .movie-goods-content {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .movie-goods-content {
    padding: 20px;
    border-radius: 12px;
    flex-wrap: wrap;
    width: 100%;
  }
}
.movie-goods-content::before {
  content: "";
  background: url(../images/movie-title-poi.png?v=20250715-3) no-repeat top center;
  height: 259px;
  width: 24px;
  position: absolute;
  left: 30px;
  top: 30px;
}
@media (max-width: 1200px) {
  .movie-goods-content::before {
    content: unset;
  }
}
.movie-goods-content .ph-group-content {
  width: 100% !important;
  text-align: left;
}
@media (max-width: 992px) {
  .movie-goods-content .ph-group-content {
    flex-grow: 1;
    width: 40% !important;
  }
}
@media (max-width: 576px) {
  .movie-goods-content .ph-group-content {
    width: 100%;
  }
}
.movie-goods-content .get-movie-img {
  width: 45%;
  position: relative;
  flex-grow: 1;
  min-height: 490px;
}
@media (max-width: 1200px) {
  .movie-goods-content .get-movie-img {
    width: 37.5%;
  }
}
@media (max-width: 992px) {
  .movie-goods-content .get-movie-img {
    width: 40%;
  }
}
@media (max-width: 576px) {
  .movie-goods-content .get-movie-img {
    min-height: 526px;
    width: 100%;
    aspect-ratio: 9/16;
  }
}
.movie-goods-content .get-movie-img::before {
  content: "";
  background: url(../images/movie-title-img.png?v=20250715-3) no-repeat top center;
  height: 145px;
  width: 24px;
  position: absolute;
  left: -42px;
  top: 6px;
}
@media (max-width: 1200px) {
  .movie-goods-content .get-movie-img::before {
    content: unset;
    left: unset;
    right: -42px;
  }
}
@media (max-width: 768px) {
  .movie-goods-content .get-movie-img::before {
    content: unset;
  }
}
.movie-goods-content .get-movie-img .movie-youtube {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.movie-goods-content .get-movie-img iframe {
  min-height: 280px;
  aspect-ratio: 16/9;
}
.movie-goods-content .get-movie-img img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie-goods-content .get-movie-img img.movie-img-hand {
  max-width: 59px;
  width: 100%;
  height: auto;
  position: absolute;
  right: -68px;
  bottom: -31px;
}
@media (max-width: 1200px) {
  .movie-goods-content .get-movie-img img.movie-img-hand {
    right: -29px;
  }
}
@media (max-width: 768px) {
  .movie-goods-content .get-movie-img img.movie-img-hand {
    right: -22px;
    bottom: -23px;
  }
}
@media (max-width: 576px) {
  .movie-goods-content .get-movie-img img.movie-img-hand {
    right: -10px;
    bottom: -14px;
    max-width: 50px;
  }
}
.movie-goods-content .get-movie-img img.movie-img-hand:hover {
  filter: brightness(105%);
}

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: #BE9B74;
  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: 992px) {
  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;
  white-space: nowrap;
  color: #FFFFFF;
  background: #00344B;
}
nav.nav .nav-list .nav-tab a {
  padding: 16px;
  display: block;
  transition: all 0.2s;
  color: #FFFFFF;
  background: #00344B;
}
nav.nav .nav-list .nav-tab a.on {
  color: #fff;
  background: #BE9B74;
}
nav.nav .nav-list .nav-tab a:hover {
  color: #fff;
  background: #BE9B74;
}
@media (max-width: 992px) {
  nav.nav .nav-list .nav-tab a:hover {
    color: #FFFFFF;
    background: #00344B;
  }
}
nav.nav {
  /*黏*/
}
nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
}
nav.nav .poi-list {
  color: unset;
  background: #00334B;
}
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: 500;
  }
}
nav.nav .poi-list {
  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;
}
@media (max-width: 992px) {
  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: #FFEE9C;
  background: unset;
}

/*第一區*********列車介紹*/
.section-facility {
  text-align: center;
}
.section-facility .facility-floor-img {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .section-facility .facility-floor-img {
    margin-bottom: 40px;
  }
}
.section-facility .facility-floor-img img {
  width: 100%;
}
.section-facility .menu {
  display: inline-flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto 40px auto;
  border-top: 1px solid #CBB047;
  border-bottom: 1px solid #CBB047;
}
@media (max-width: 768px) {
  .section-facility .menu {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    height: 65px;
  }
}
.section-facility .menu li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-grow: 0;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  border-left: 1px solid rgba(208, 180, 147, 0.5);
  border-right: 1px solid rgba(208, 180, 147, 0.5);
  transition: all 0.3s ease;
  min-width: 138px;
  background: #00334B;
  gap: 4px;
}
@media (max-width: 576px) {
  .section-facility .menu li {
    min-width: 30%;
    padding: 4px 8px;
  }
}
.section-facility .menu li .car-num {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .section-facility .menu li .car-num {
    line-height: 1;
  }
}
.section-facility .menu li .car-num {
  color: #FFF;
}
@media (max-width: 576px) {
  .section-facility .menu li .car-num {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .section-facility .menu li .car-num {
    line-height: 1;
  }
}
.section-facility .menu li .car-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .section-facility .menu li .car-name {
    line-height: 1;
  }
}
.section-facility .menu li .car-name {
  color: #fff;
}
@media (max-width: 576px) {
  .section-facility .menu li .car-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .section-facility .menu li .car-name {
    line-height: 1;
  }
}
.section-facility .menu li.on {
  background-color: #D0B493;
}
.section-facility .menu li.on .car-num, .section-facility .menu li.on .car-name {
  color: #00334B;
}
.section-facility .menu li:hover {
  background: #D0B493;
}
.section-facility .menu li:hover .car-num, .section-facility .menu li:hover .car-name {
  color: #00334B;
}
.section-facility .facility-box {
  display: none;
}
.section-facility .facility-box.on {
  display: block;
}

.section-luxurious:before {
  content: "";
  height: 900px;
  width: 100%;
  background: url(../images/bg_room1_repeat.jpg) top center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .section-luxurious:before {
    height: 100%;
    background: url(../images/bg_room1_repeat.jpg) top center repeat-y;
  }
}
.section-luxurious {
  /*獨家體驗*/
}
.section-luxurious.ex:before {
  content: "";
  height: 760px;
  width: 100%;
  background: url(../images/bg_room1_repeat.jpg) bottom center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  top: unset;
}
.section-luxurious.ex .luxurious-main {
  max-width: 940px;
}
.section-luxurious.ex .luxurious-info {
  max-width: 540px;
}
.section-luxurious.ex .h3-title {
  margin-bottom: 40px;
}
.section-luxurious {
  padding-bottom: 0px !important;
}
.section-luxurious .h3-title span {
  color: #353535;
}
@media (max-width: 576px) {
  .section-luxurious .h3-title {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.section-luxurious .luxurious-container {
  margin: 0 auto;
  padding: 80px 24px 80px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .section-luxurious .luxurious-container {
    flex-direction: column;
    align-items: center;
    padding: 40px 24px;
    gap: 24px;
  }
}
.section-luxurious .luxurious-container:first-of-type {
  padding-top: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .section-luxurious .luxurious-container:first-of-type {
    padding-top: 0px;
  }
}
.section-luxurious .luxurious-main {
  flex: 1 1 60%;
  max-width: 792px;
  position: relative;
}
.section-luxurious .luxurious-main-visual {
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.section-luxurious .luxurious-main-visual .main-img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease-in-out;
}
.section-luxurious .luxurious-main-visual:hover .main-img {
  transform: scale(1.1);
}
.section-luxurious .luxurious-info {
  flex: 1 1 40%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1200px) {
  .section-luxurious .luxurious-info {
    width: 100%;
    max-width: inherit;
    order: 1;
  }
}
.section-luxurious .luxurious-name {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .section-luxurious .luxurious-name {
    line-height: 1.2;
  }
}
.section-luxurious .luxurious-name {
  font-family: "Noto Serif TC", serif;
  color: #004129;
  text-align: center;
  border-bottom: 1px solid #CBB047;
  padding: 0 0 12px 0;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 768px) {
  .section-luxurious .luxurious-name {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .section-luxurious .luxurious-name {
    line-height: 1.2;
  }
}
.section-luxurious .luxurious-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .section-luxurious .luxurious-desc {
    line-height: 1.7;
  }
}
.section-luxurious .luxurious-desc {
  font-family: "Noto Sans TC", sans-serif;
  color: #313235;
  text-align: justify;
}
@media (max-width: 768px) {
  .section-luxurious .luxurious-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .section-luxurious .luxurious-desc {
    line-height: 1.7;
  }
}
.section-luxurious .luxurious-sub-imgs {
  width: 100%;
}
@media (max-width: 1200px) {
  .section-luxurious .luxurious-sub-imgs {
    max-width: inherit;
  }
}
.section-luxurious .luxurious-sub-imgs img {
  width: 100%;
  height: auto;
  display: block;
}
.section-luxurious .deco-squares {
  width: 86px;
  height: 86px;
  position: absolute;
  right: -24px;
  top: -24px;
  z-index: 5;
}
.section-luxurious .deco-squares.top-deco {
  text-align: left;
}
.section-luxurious .deco-squares.bottom-deco {
  text-align: right;
}
.section-luxurious .deco-squares.bottom-deco img {
  transform: rotate(180deg);
}
.section-luxurious .luxurious-container.reverse {
  padding: 0px 0 80px 24px;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .section-luxurious .luxurious-container.reverse {
    padding: 40px 24px;
  }
}
.section-luxurious .luxurious-container.reverse .food-main-visual .main-img {
  border-radius: 116px 0 0 0;
}
@media (max-width: 992px) {
  .section-luxurious .luxurious-container.reverse .food-main-visual .main-img {
    border-radius: 60px 0 0 0;
  }
}

.section-space .h3-title span {
  color: #004845;
}
.section-space .brown-text {
  margin-bottom: 20px;
}
.section-space .brown-text span {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section-space .brown-text span {
    line-height: 1.3;
    font-size: 20px;
  }
}
.section-space .text {
  color: #00334B;
}
.section-space .space-slider {
  position: relative;
  width: 100%;
  margin: 40px auto;
  padding-bottom: 40px;
}
.section-space .space-slider .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #004845;
  color: #fff;
  padding: 6px 16px;
  font-size: 16px;
  letter-spacing: 1px;
  z-index: 3;
  border-radius: 0 0 10px 0;
  border: 1px solid #CBB047;
}
.section-space .space-slider small {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section-space .space-slider small {
    line-height: 1.3;
  }
}
.section-space .space-slider small {
  color: #00334B;
}
.section-space .space-slider .swiper {
  width: 100%;
}
.section-space .space-slider .swiper-slide {
  border: 1px solid #CBB047;
  /* 預設樣式 (兩側未激活狀態) */
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.section-space .space-slider .swiper-slide img {
  width: 100%;
}
.section-space .space-slider .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.section-space .space-slider .swiper-slide.swiper-slide-active {
  background-color: #fff;
}
.section-space .space-slider .swiper-slide.swiper-slide-active::after {
  opacity: 0;
  pointer-events: none;
}
.section-space .space-slider .swiper-button-prev,
.section-space .space-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-space .space-slider .swiper-button-prev,
  .section-space .space-slider .swiper-button-next {
    width: 20px;
    height: 20px;
  }
}
.section-space .space-slider .swiper-button-prev:hover,
.section-space .space-slider .swiper-button-next:hover {
  opacity: 0.9;
}
.section-space .space-slider .swiper-button-prev {
  left: 12%;
  margin-top: -10px;
}
@media (max-width: 992px) {
  .section-space .space-slider .swiper-button-prev {
    left: 4%;
  }
}
@media (max-width: 768px) {
  .section-space .space-slider .swiper-button-prev {
    left: 12px;
  }
}
.section-space .space-slider .swiper-button-prev::after {
  content: "";
  background: url(../images/ex-arrow.png) no-repeat top center;
  transform: scaleX(-1);
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-left: -3px;
}
@media (max-width: 768px) {
  .section-space .space-slider .swiper-button-prev::after {
    width: 10px;
    height: 10px;
  }
}
.section-space .space-slider .swiper-button-next {
  right: 12%;
  margin-top: -10px;
}
@media (max-width: 992px) {
  .section-space .space-slider .swiper-button-next {
    right: 4%;
  }
}
@media (max-width: 768px) {
  .section-space .space-slider .swiper-button-next {
    right: 12px;
  }
}
.section-space .space-slider .swiper-button-next::after {
  content: "";
  background: url(../images/ex-arrow.png) no-repeat top center;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  background-size: contain;
}
@media (max-width: 768px) {
  .section-space .space-slider .swiper-button-next::after {
    width: 10px;
    height: 10px;
  }
}
.section-space .space-slider .swiper-pagination {
  bottom: 0px !important;
  position: absolute;
}
.section-space .space-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px !important;
  background-color: #004744;
  opacity: 1;
}
.section-space .space-slider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #D0B393;
  transform: scale(0.8);
}
.section-space .space-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1);
}

.section-food .food-content-type1 {
  gap: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .section-food .food-content-type1 {
    gap: 40px;
  }
}
.section-food .food-content-type1 .food-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .section-food .food-content-type1 .food-box {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .section-food .food-content-type1 .food-box {
    flex-wrap: wrap;
  }
}
.section-food .food-content-type1 .food-box:nth-of-type(even) .food-img {
  order: 2;
}
@media (max-width: 768px) {
  .section-food .food-content-type1 .food-box:nth-of-type(even) .food-img {
    order: 1;
  }
}
.section-food .food-content-type1 .food-box:nth-of-type(even) .food-text {
  order: 1;
}
@media (max-width: 768px) {
  .section-food .food-content-type1 .food-box:nth-of-type(even) .food-text {
    order: 2;
  }
}
.section-food .food-content-type1 .food-box .food-img {
  width: 52%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-food .food-content-type1 .food-box .food-img {
    width: 100%;
  }
}
.section-food .food-content-type1 .food-box .food-img img {
  width: 100%;
}
.section-food .food-content-type1 .food-box .food-text {
  width: 43%;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .section-food .food-content-type1 .food-box .food-text {
    width: 100%;
  }
}
.section-food .food-content-type2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .section-food .food-content-type2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-food .food-content-type2 {
  gap: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-food .food-content-type2 {
    gap: 60px;
    flex-wrap: wrap;
  }
}
.section-food .food-content-type2 .food-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 45%;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .section-food .food-content-type2 .food-box {
    flex-wrap: wrap;
    width: 100%;
  }
}
.section-food .food-content-type2 .food-box .food-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.section-food .food-content-type2 .food-box .food-img img {
  width: 100%;
}
.section-food .food-content-type2 .food-box .food-text {
  width: 100%;
}
.section-food .food-text {
  color: #00334B;
}
.section-food .brown-text {
  margin-bottom: 16px;
}
.section-food .brown-text span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section-food .brown-text span {
    line-height: 1.3;
    font-size: 16px;
  }
}
.section-food .h3-title.has-star span::before, .section-food .h3-title.has-star span::after {
  content: "";
  background: #6C362C;
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.section-food .h3-title.has-star span::before {
  left: -32px;
}
@media (max-width: 768px) {
  .section-food .h3-title.has-star span::before {
    width: 10px;
    height: 10px;
    left: -15px;
  }
}
@media (max-width: 576px) {
  .section-food .h3-title.has-star span::before {
    left: -20px;
  }
}
.section-food .h3-title.has-star span::after {
  right: -32px;
}
@media (max-width: 768px) {
  .section-food .h3-title.has-star span::after {
    width: 10px;
    height: 10px;
    right: -15px;
  }
}
@media (max-width: 576px) {
  .section-food .h3-title.has-star span::after {
    right: -20px;
  }
}

.section-gallery .has-brown {
  border-top: 1px solid #CBB047;
}
.section-gallery .gallery {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .section-gallery .gallery {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.section-gallery .gallery .main-view {
  flex: 0 1 80%;
  max-width: 925px;
  position: relative;
  border: 1px solid #CBB047;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section-gallery .gallery .main-view {
    width: 100%;
    flex: none;
  }
}
.section-gallery .gallery .main-view img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.section-gallery .gallery .main-view .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00334B;
  color: #FFFFFF;
  padding: 6px 16px;
  font-size: 16px;
  letter-spacing: 1px;
  z-index: 3;
  border-radius: 0 0 10px 0;
  border: 1px solid #CBB047;
}
.section-gallery .gallery .thumbs-list {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .section-gallery .gallery .thumbs-list {
    flex-direction: row;
    width: 100%;
    flex: none;
  }
}
.section-gallery .gallery .thumbs-list .thumb-item {
  position: relative;
  cursor: pointer;
  border: 1px solid #CBB047;
  height: 32%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section-gallery .gallery .thumbs-list .thumb-item {
    height: auto;
    width: 33%;
  }
}
.section-gallery .gallery .thumbs-list .thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-gallery .gallery .thumbs-list .thumb-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.section-gallery .gallery .thumbs-list .thumb-item .icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .section-gallery .gallery .thumbs-list .thumb-item .icon-overlay {
    width: 20px;
    height: 20px;
  }
}
.section-gallery .gallery .thumbs-list .thumb-item .icon-overlay img {
  width: 15px;
  height: 15px;
  transform: translateX(2px);
}
@media (max-width: 768px) {
  .section-gallery .gallery .thumbs-list .thumb-item .icon-overlay img {
    width: 10px;
    height: 10px;
    transform: translateX(1px);
  }
}
.section-gallery .gallery .thumbs-list .thumb-item.active .icon-overlay, .section-gallery .gallery .thumbs-list .thumb-item:hover .icon-overlay {
  opacity: 0;
}
.section-gallery .gallery .thumbs-list .thumb-item.active::before, .section-gallery .gallery .thumbs-list .thumb-item:hover::before {
  background: rgba(0, 0, 0, 0);
}
.section-gallery .h3-title {
  margin-bottom: 16px;
}
.section-gallery .h3-title small {
  font-family: "Noto Serif TC";
  font-weight: 500;
  font-size: 80%;
  margin-left: 12px;
}
@media (max-width: 576px) {
  .section-gallery .h3-title small {
    margin-left: 0;
  }
}
.section-gallery .brown-text {
  margin-bottom: 16px;
}
.section-gallery .has-line {
  border-top: 1px solid #CBB047;
}
.section-gallery .text {
  color: #00334B;
}

.section-intro .intro-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .section-intro .intro-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-intro .intro-content .intro-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.section-intro .intro-content .intro-box .intro-logo {
  width: 39px;
  height: 39px;
}
.section-intro .intro-content .intro-box .intro-text {
  text-align: center;
  color: #353535;
  font-size: 18px;
  font-weight: 400;
  line-height: 3;
}
@media (max-width: 768px) {
  .section-intro .intro-content .intro-box .intro-text {
    line-height: 3;
    font-size: 16px;
  }
}
.section-intro .intro-content .about-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .section-intro .intro-content .about-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.section-intro .intro-content .about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 576px) {
  .section-intro .intro-content .about-content {
    gap: 0px;
  }
}
.section-intro .intro-content .about-content .about-box-big {
  max-width: 1015px;
  margin: 12px auto;
}
.section-intro .intro-content .about-content .about-box-big img {
  width: 100%;
}
.section-intro .intro-content .about-content .about-box-big .text {
  border-top: 1px solid #D2A45B;
  padding: 24px;
}
.section-intro .intro-content .about-content .about-box-big .h3-title {
  margin-top: 40px;
}
.section-intro .intro-content .about-content .about-box-secret {
  display: none;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section-intro .intro-content .about-content .about-box-secret {
    flex-wrap: wrap;
  }
}
.section-intro .intro-content .about-content .about-box-secret.on {
  display: flex;
}
.section-intro .intro-content .about-content .about-box-secret .about-box {
  width: 40%;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .section-intro .intro-content .about-content .about-box-secret .about-box {
    width: 100%;
  }
}
.section-intro .intro-content .about-content .about-box-secret .about-box .text {
  border-top: 1px solid #D2A45B;
  padding: 24px;
}
.section-intro .compare-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .section-intro .compare-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-intro .compare-content {
  padding-bottom: 160px;
  background: url(../images/bg_compare_top.jpg) top center no-repeat, url(../images/bg_compare_bottom.jpg) bottom center no-repeat, url(../images/bg_compare_repeat.jpg) top center repeat-y;
}
.section-intro .compare-content .compare-box {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  align-items: center;
  gap: 16px 0;
  max-width: 1000px;
  margin: 24px auto;
}
@media (max-width: 768px) {
  .section-intro .compare-content .compare-box {
    grid-template-columns: 40% 20% 40%;
  }
}
.section-intro .compare-content .compare-header {
  text-align: center;
}
.section-intro .compare-content .compare-header.left {
  grid-column: 1;
}
.section-intro .compare-content .compare-header.right {
  grid-column: 3;
}
.section-intro .compare-content .compare-header {
  z-index: 2;
}
.section-intro .compare-content .compare-img {
  width: 320px;
  height: 320px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d1d1d1;
  margin-bottom: 12px;
}
.section-intro .compare-content .compare-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .section-intro .compare-content .compare-img {
    width: 100%;
    height: unset;
  }
}
.section-intro .compare-content .compare-title {
  color: #ffffff;
  padding: 12px 24px;
  display: inline-block;
  min-width: 200px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section-intro .compare-content .compare-title {
    line-height: 1.3;
    font-size: 16px;
  }
}
.section-intro .compare-content .compare-title {
  border: 1px solid #CBB047;
  margin-top: -40px;
}
@media (max-width: 768px) {
  .section-intro .compare-content .compare-title {
    min-width: 90%;
    padding: 12px 8px;
  }
}
.section-intro .compare-content .compare-title.type-brown {
  background-color: #735F47;
}
.section-intro .compare-content .compare-title.type-blue {
  background-color: #00334B;
}
.section-intro .compare-content .compare-row {
  grid-column: 1/4;
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  align-items: stretch;
  border: 1px solid #CBB047;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-intro .compare-content .compare-row {
    grid-template-columns: 40% 20% 40%;
  }
}
.section-intro .compare-content .compare-row.compare-row-first {
  margin-top: -40px;
}
.section-intro .compare-content .compare-label {
  background-color: #b89a74;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .section-intro .compare-content .compare-label {
    line-height: 1.3;
    font-size: 16px;
  }
}
.section-intro .compare-content .compare-label {
  padding: 12px;
  z-index: 2;
}
.section-intro .compare-content .compare-text {
  background-color: #F1F3F2;
  border: 1px solid #e0e0e0;
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section-intro .compare-content .compare-text {
    line-height: 1.3;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .section-intro .compare-content .compare-text {
    padding: 24px 16px;
  }
}
.section-intro .compare-content .compare-text.left {
  margin-right: -1px;
  color: rgba(0, 0, 0, 0.8);
}
.section-intro .compare-content .compare-text.right {
  margin-left: -1px;
  color: #00334B;
}

.story-content {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.story-content .story-box {
  display: none;
}
.story-content .story-box.on {
  display: block;
}
.story-content .story-body {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .story-content .story-body {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .story-content .story-body {
    flex-wrap: wrap;
  }
}
.story-content .story-body .story-img {
  width: 40%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .story-content .story-body .story-img {
    width: 100%;
  }
}
.story-content .story-body .story-img::before {
  content: "";
  background: url(../images/story-bg.jpg) top center no-repeat;
  position: absolute;
  width: 206px;
  height: 206px;
  background-size: contain;
  top: -20px;
  left: -20px;
  z-index: -1;
}
@media (max-width: 768px) {
  .story-content .story-body .story-img::before {
    top: -12px;
    left: -12px;
  }
}
.story-content .story-body .story-img img {
  width: 100%;
}
.story-content .story-body .story-text {
  width: 55%;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .story-content .story-body .story-text {
    width: 100%;
  }
}

.open-btn {
  display: inline-flex; /* 讓按鈕寬度隨著內容調整 */
  background-color: rgba(196, 196, 196, 0.2);
  color: #00334B;
  border: 2px solid #BE9B74;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 99em;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .open-btn {
    line-height: 1;
  }
}
.open-btn {
  margin: 32px auto 16px auto;
}
@media (max-width: 768px) {
  .open-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .open-btn {
    line-height: 1;
  }
}
.open-btn.type-brown {
  color: #735F47;
  background: rgba(196, 196, 196, 0.2);
}
.open-btn.type-brown .open-arrow {
  border-top: 10px solid #735F47; /* 三角形顏色 */
}

.open-btn-inner {
  display: flex;
  align-items: center;
  gap: 10px; /* 文字與箭頭間距 */
}

.open-arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #243B5F; /* 三角形顏色 */
  transition: transform 0.3s ease; /* 旋轉動畫 */
  transform-origin: center; /* 讓旋轉點置中 */
}

.open-arrow.default {
  animation: updown2 ease-in 0.5s infinite alternate;
}

/* 點擊後箭頭向上旋轉 */
.open-btn.on .open-arrow {
  animation: unset;
}

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

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

.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: #FF6C55;
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: rgb(255, 63.9, 34);
  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;
}

/*swiper用*/
.kv-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kv-banner .swiper-slide img {
  width: 100%;
  height: auto;
}

/*POI版頭*/
.bnad img {
  width: 100%;
  transition: 0.3s;
}
.bnad img:hover {
  transform: scale(0.98);
}

.h2-title {
  position: relative;
  z-index: 5;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .h2-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .h2-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .h2-title {
    line-height: 1.3;
  }
}
@media (max-width: 992px) {
  .h2-title {
    width: 100%;
  }
}
.h2-title img {
  width: min(597px, 100%);
}
.h2-title span {
  position: relative;
}

.h3-title {
  text-align: center;
  margin-bottom: 24px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h3-title span {
  font-family: "Noto Serif TC";
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .h3-title span {
    line-height: 1.2;
    font-size: 26px;
  }
}
.h3-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #00334B;
}
@media (max-width: 576px) {
  .h3-title span {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 0;
    align-items: center;
    flex-direction: column;
  }
}
.h3-title.has-star span::before, .h3-title.has-star span::after {
  content: "";
  background: #D0B393;
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.h3-title.has-star span::before {
  left: -32px;
}
@media (max-width: 768px) {
  .h3-title.has-star span::before {
    width: 10px;
    height: 10px;
    left: -15px;
  }
}
@media (max-width: 576px) {
  .h3-title.has-star span::before {
    left: -20px;
  }
}
.h3-title.has-star span::after {
  right: -32px;
}
@media (max-width: 768px) {
  .h3-title.has-star span::after {
    width: 10px;
    height: 10px;
    right: -15px;
  }
}
@media (max-width: 576px) {
  .h3-title.has-star span::after {
    right: -20px;
  }
}

.h4-title {
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h4-title span {
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .h4-title span {
    line-height: 1.2;
    font-size: 20px;
  }
}
.h4-title span {
  position: relative;
  display: inline-block;
  color: #563600;
}

/*內文*/
.text-20 {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .text-20 {
    line-height: 2;
    font-size: 16px;
  }
}
.text-20 {
  color: #353535;
}

.text-18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .text-18 {
    line-height: 2;
    font-size: 16px;
  }
}
.text-18 {
  color: #353535;
}

.text-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .text-16 {
    line-height: 2;
    font-size: 14px;
  }
}
.text-16 {
  color: #353535;
}

.has-line {
  border-top: 1px solid #D2A45B;
  padding: 16px 0;
}

.has-underline {
  border-bottom: 1px solid #D2A45B;
  padding: 8px 0;
  margin-bottom: 16px;
}

/*咖啡字*/
.brown-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .brown-text {
    margin-bottom: 24px;
  }
}
.brown-text {
  text-align: center;
  position: relative;
}
.brown-text span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .brown-text span {
    line-height: 1.3;
    font-size: 18px;
  }
}
.brown-text span {
  color: #8C6A49;
}
.brown-text span::before, .brown-text span::after {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' viewBox='0 0 20 24' fill='none'%3E%3Crect width='5' height='24' fill='%23B28E6B'/%3E%3Crect x='10' width='2' height='24' fill='%23B28E6B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.brown-text span::after {
  transform: scaleX(-1);
}
.brown-text span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.brown-text.type-deepbrown {
  color: #6C362C;
}
.brown-text.type-deepbrown span {
  color: #6C362C;
}
.brown-text.type-deepbrown span::before, .brown-text.type-deepbrown span::after {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' viewBox='0 0 20 24' fill='none'%3E%3Crect width='5' height='24' fill='%236C362C'/%3E%3Crect x='10' width='2' height='24' fill='%236C362C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.brown-text.type-deepbrown span::after {
  transform: scaleX(-1);
}

.main-content {
  overflow: hidden;
}

.section-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .section-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-content {
  position: relative;
  z-index: 0;
}
.section-content.bg-radius {
  border-radius: 100px 100px 0 0;
  margin: -80px auto -80px auto;
}
@media (max-width: 992px) {
  .section-content.bg-radius {
    border-radius: 40px 40px 0 0;
  }
}
.section-content.section-intro {
  padding: 0;
}

.bg-white {
  background: #FFF;
}

.bg-gray {
  background: url(../images/bg-gray.jpg) top center repeat-y;
  /*h2-title*/
}
.bg-gray .h2-title-content {
  background: url(../images/h2-title-green.png) top center no-repeat;
  background-size: contain;
}
.bg-gray .h2-title-content small {
  color: #CBB047;
}
.bg-gray .h2-title-content div {
  color: #FFF;
}
.bg-gray .h2-title-content-intro {
  background: url(../images/h2-title-intro.png) top center no-repeat;
  background-size: contain;
}

.bg-green {
  background: url(../images/bg-green.jpg) top center repeat-y;
  /*h2-title*/
}
.bg-green .h2-title-content {
  background: url(../images/h2-title-yellow.png) top center no-repeat;
  background-size: contain;
}
.bg-green .h2-title-content small {
  color: #313235;
}
.bg-green .h2-title-content div {
  color: #004129;
}
.bg-green .ex-text {
  color: #FFF;
}

.bg-light-green {
  background: #DFE6E4;
}

@keyframes service-float-glow {
  0%, 100% {
    transform: translateY(0);
    filter: brightness(1);
  }
  50% {
    transform: translateY(-6px);
    filter: brightness(1.2);
  }
}
.service {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  right: 24px;
  bottom: 24px;
  text-decoration: none;
  transition: all 0.2s;
  animation: service-float-glow 2s ease-in-out infinite;
}
@media not all and (pointer: coarse) {
  .service:hover {
    animation-play-state: paused;
    filter: brightness(1.2);
    bottom: 16px;
  }
  .service:hover img {
    transition: all 0.2s;
    transform: scale(1.1);
  }
}
.service span {
  display: none;
}
@media (max-width: 1200px) {
  .service {
    right: 8px;
    bottom: 8px;
    width: 64px;
    height: 64px;
    border-radius: 5em;
    border: solid 4px #42719d;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #00295b;
  }
  .service span {
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .service img {
    display: none;
  }
}

@keyframes btn-index-float-glow {
  0%, 100% {
    transform: translateY(0);
    filter: brightness(1);
  }
  50% {
    transform: translateY(-6px);
    filter: brightness(1.2);
  }
}
.btn-index {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  right: 24px;
  bottom: 24px;
  text-decoration: none;
  transition: all 0.2s;
  animation: btn-index-float-glow 2s ease-in-out infinite;
  width: 160px;
  height: auto;
}
.btn-index img {
  width: 100%;
  transform-origin: center center;
}
@media not all and (pointer: coarse) {
  .btn-index:hover {
    animation-play-state: paused;
    filter: brightness(1.2);
    bottom: 16px;
  }
  .btn-index:hover img {
    transition: all 0.2s;
    transform: scale(1.05);
  }
}
@media (max-width: 1200px) {
  .btn-index {
    right: 8px;
    bottom: 8px;
    width: 80px;
  }
}

.left-move-in,
.right-move-in,
.down-move-in,
.up-move-in {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.bg-type1 {
  background: url(../images/bg_gray.jpg) top center no-repeat, url(../images/bg_intro_repeat.jpg) top center repeat-y;
}

.bg-type2 {
  background: url(../images/bg_white.jpg) repeat-y top center;
}

.bg-type3 {
  background: url(../images/bg_room1_top.jpg) top center no-repeat, url(../images/bg_room1_repeat.jpg) top center repeat-y;
}

.bg-type4 {
  background: url(../images/bg_room2.jpg) top center repeat-y;
}

.bg-type5 {
  background: url(../images/bg_food1.jpg) top center repeat-y;
}

.bg-type6 {
  background: url(../images/bg_food2.jpg) top center repeat-y;
}

.bg-type7 {
  background: #FFFBF5;
}

.bg-type8 {
  background: #fff;
}
.bg-type8.bg-bottom:before {
  content: "";
  height: 140px;
  width: 100%;
  background: url(../images/bg_room1_repeat.jpg) bottom center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  top: unset;
}

.bg-type9 {
  background: url(../images/bg_ex.jpg) top center repeat-y;
}

.bg-type10 {
  background: url(../images/bg_room1_repeat.jpg) top center repeat-y;
}

.logo-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px;
  align-items: center;
  margin: 40px auto 0 auto;
}
.logo-content img {
  max-width: 85px;
  width: 100%;
}
.logo-content .text {
  font-weight: 700;
}/*# sourceMappingURL=all.css.map */