@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
body {}

#mtkContainer,
#mtkContainer * {
  box-sizing: border-box;
}

header.hero {
  height: 510px;
  background: url(../images/hero_header-pc.jpg) top center no-repeat;
}

header.hero h1 {
  display: none;
}

header.hero h1 img {
  width: 100%;
}

.pageMenu {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  background: #7b4c00;
  z-index: 50;
}

.pageMenu a {
  display: inline-block;
  padding: 0 20px;
  font: 700 32px/2 "Noto Serif TC";
  color: white;
  letter-spacing: 2px;
}

.pageMenu a.on {
  color: #7b4c00;
  background: #fff;
}

.poi {}

.poi .ph-title {
  display: block !important;
  font: 700 45px/2 "Noto Serif TC";
  color: #000;
  letter-spacing: 2px;
  text-align: center;

}

.poi.hidePh-title .ph-title {
  display: none !important;
}

.poi .ph {
  margin: 0 auto;
  width: 95%;
  max-width: 1450px;
}

.ph .ph-menu {
  margin-bottom: 20px;
}

.ph .ph-menu img {
  display: none;
}

.ph .slidecontain {
  display: flex;
  justify-content: center;
}

.ph .slidecontain li {
  display: inline-block;
}

.ph .slidecontain a {
  display: block;
  padding: 0 10px;
  font: 700 25px/1.4 "Noto Serif TC";
  color: #7b4c00;
  letter-spacing: 2px;
  text-align: center;
}

.ph .slidecontain .on a {
  color: #fff;
  background: #7b4c00;
  border-radius: 99em;
}

.ph .ph-group-title {
  display: none;
  font: 700 32px/2 "Noto Serif TC";
  color: #7b4c00;
  letter-spacing: 2px;
  text-align: center;

}

.poi .ph-group {
  display: none;
  justify-content: center;
  gap: 30px 15px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.poi .ph-group.on {
  display: flex;
}

.poi .ph-group-content {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  padding-bottom: 60px;
  width: 350px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.poi .ph-group-content img {
  width: 100%;
}

.poi .ph-group-content-tag {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 10px;
  font: 500 15px/1.5 "Noto Sans TC";
  color: white;
  letter-spacing: 2px;
  text-align: left;
  background: #7b4c00;
  border-radius: 0 99em 99em 0;
}

.poi .ph-group-content-text {
  padding: 10px;
}

.poi .ph-group-content-text-name {
  display: block;
  margin-bottom: 10px;
  font: 700 20px/1.5 "Noto Sans TC";
  color: #a10000;
  letter-spacing: 2px;
  text-align: left;

}

.poi .ph-group-content-text-sale {
  display: block;
  padding: 0 5px;
  margin-bottom: 10px;
  font: 500 20px/1.5 "Noto Sans TC";
  color: white;
  letter-spacing: 2px;
  text-align: left;
  background: #7b4c00;
}

.poi .ph-group-content-text-sale a {
  color: #fff;
}

.poi .ph-group-content-text-detail {
  display: block;
  margin-bottom: 10px;
  font: 500 17px/1.5 "Noto Sans TC";
  color: black;
  text-align: left;
}

.poi .ph-group-content-text-detail a {
  color: black;
}

.poi .ph-group-content-text-price {
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  font: 700 30px/1.5 "Noto Sans TC";
  color: white;
  text-align: center;
  color: #a10000;
}

.poi .ph-group-content-text-price span {
  font-size: 0.5em;
}


.poi.promo .ph-group-content {
  padding-bottom: 0;
}

.poi.promo .ph-group-content-text-name {
  color: #fff;
  text-align: center;
  background: black;
}

.poi.promo .ph-group-content-text-price {
  display: none;
}

@media screen and (max-width:820px) {
  header.hero {
    height: auto;
  }

  header.hero h1 {
    display: block;
    line-height: 0;
  }

  .pageMenu {
    justify-content: start;
    overflow-x: scroll;
  }

  .pageMenu a {
    flex-shrink: 0;
    padding: 0 10px;
    font-size: 24px;
  }

  .ph .slidecontain {
    justify-content: start;
    overflow-x: scroll;
  }

  .ph .slidecontain li {
    flex-shrink: 0;
  }

  .ph .slidecontain a {
    font-size: 20px;
  }
}