@charset "UTF-8";
.linkArea .linkItem .item, .facArea .facBox .Img img, .facArea .facTitleList .facTitleItem .item .title, .diningArea .diningAlbumBox .diningAlbumItem, .diningArea .diningTitleBox .diningTitleList .diningTitleItem .item::after, .diningArea .diningTitleBox .title, .roomArea .roomItem .item .topBox > .Img img, .newsArea .bottom .lineBox .line, .newsArea .Img img, .newsArea .newsItem .item, .popWindowArea .close::before, .popWindowArea .close::after, .popWindowArea .close {
  transition: all 0.5s linear;
}

.popWindowArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWindowArea .popWindowMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWindowArea .popWindowBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  max-height: 87.052vh;
  /*以防有不支援dvh的瀏覽器*/
  max-height: 87.052dvh;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.7s;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.popWindowArea .popWindowContent {
  min-height: 0;
  max-height: 87.052vh;
  /*以防有不支援dvh的瀏覽器*/
  max-height: 87.052dvh;
  overflow-y: auto;
  overflow-x: clip;
}
.popWindowArea .popWindowContent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.popWindowArea .popWindowContent::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.popWindowArea .popWindowContent::-webkit-scrollbar-thumb {
  background: #BB9453;
}
.popWindowArea .textEditor img {
  width: 100%;
}
.popWindowArea .textEditor p:last-child {
  margin: 0;
}
.popWindowArea img {
  display: block;
  max-width: 100%;
  height: auto;
}
.popWindowArea .Txt {
  padding: 30px;
}
.popWindowArea .Txt .popTitle {
  font-size: clamp(24px, 1.5625vw, 30px);
  margin-bottom: 25px;
}
.popWindowArea .close {
  width: 46px;
  height: 46px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWindowArea .close::before, .popWindowArea .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #BB9453;
}
.popWindowArea .close::before {
  transform: rotate(45deg);
}
.popWindowArea .close::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWindowArea .close:hover::before {
    background-color: #730E48;
  }
  .popWindowArea .close:hover::after {
    background-color: #730E48;
  }
}
.popWindowArea.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWindowArea.show .popWindowMask,
.popWindowArea.show .popWindowBox {
  opacity: 1;
}
.popWindowArea.show .popWindowBox {
  transform: translate(-50%, -50%);
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .linkWrap {
  z-index: 2;
}
.bannerArea .bannerItem .Img {
  position: relative;
}
.bannerArea .bannerItem .Img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(275deg, rgba(0, 0, 0, 0) 48.04%, rgba(0, 0, 0, 0.7) 96.17%), linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.08) 25.65%, rgba(0, 0, 0, 0) 49.97%, rgba(0, 0, 0, 0) 69.13%, rgba(0, 0, 0, 0.64) 100%);
}
.bannerArea .bannerItem .Txt {
  width: calc(100% - 100px);
  max-width: 1700px;
  padding: 110px 50px 85px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    width: 100%;
    padding: 100px 20px 160px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #fff;
  max-width: 35vw;
  max-height: 100%;
  padding-right: 5px;
  overflow: auto;
}
.bannerArea .bannerItem .Txt .textBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt .textBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt .textBox::-webkit-scrollbar-thumb {
  background: #BB9453;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 100%;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: clamp(35px, 3.125vw, 60px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: clamp(20px, 1.458vw, 28px);
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 22px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
  width: 30vw;
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .btnBox {
    width: 100%;
  }
}
.bannerArea .bannerItem .Img {
  height: 940px;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Img {
    height: 100vh;
  }
}
.bannerArea .bannerItem .Img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerArea .bannerItem .bannerVideo {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.3s;
}
.bannerArea .bannerItem .bannerVideo.is-ready {
  opacity: 1;
}
.bannerArea .bannerItem .bannerVideo .videoWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.bannerArea .bannerItem .bannerVideo .videoWrap.is-paused {
  opacity: 0;
}
.bannerArea .bannerItem .bannerVideo .videoWrap video,
.bannerArea .bannerItem .bannerVideo .videoWrap .ytPlayer,
.bannerArea .bannerItem .bannerVideo .videoWrap .ytPlayer iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerArea .bannerItem .bannerVideo .videoWrap iframe {
  pointer-events: none;
}
.bannerArea .bannerItem .bannerVideo .videoBtn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
  padding: 0;
  cursor: pointer;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s;
}
.bannerArea .bannerItem .bannerVideo .videoBtn .icon {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% + 23px);
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn .icon {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn .icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn .icon {
    top: auto;
    bottom: 30px;
  }
}
.bannerArea .bannerItem .bannerVideo .videoBtn .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../images/tw/video_circle.png) center/100% no-repeat;
  z-index: -1;
  animation: rotate 20s linear forwards;
}
.bannerArea .bannerItem .bannerVideo .videoBtn .icon .play {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .bannerVideo .videoBtn .icon .pause {
  display: none;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 9px);
  width: 18px;
  height: 20px;
  z-index: 1;
}
.bannerArea .bannerItem .bannerVideo .videoBtn .icon .pause::before, .bannerArea .bannerItem .bannerVideo .videoBtn .icon .pause::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 20px;
  background-color: #fff;
}
.bannerArea .bannerItem .bannerVideo .videoBtn .icon .pause::before {
  left: 0;
}
.bannerArea .bannerItem .bannerVideo .videoBtn .icon .pause::after {
  right: 0;
}
.bannerArea .bannerItem .bannerVideo .videoBtn.is-playing {
  opacity: 0;
  pointer-events: auto;
}
.bannerArea .bannerItem .bannerVideo .videoBtn.is-playing .icon .play {
  display: none;
}
.bannerArea .bannerItem .bannerVideo .videoBtn.is-playing .icon .pause {
  display: block;
}
.bannerArea .bannerItem .bannerVideo .soundBtn {
  position: absolute;
  right: 50px;
  bottom: 40px;
  z-index: 2;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, background 0.3s;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .bannerVideo .soundBtn {
    right: 20px;
    bottom: 70px;
    width: 48px;
    height: 48px;
  }
}
.bannerArea .bannerItem .bannerVideo .soundBtn .icon {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bannerArea .bannerItem .bannerVideo .soundBtn .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.bannerArea .bannerItem .bannerVideo .soundBtn .icon .on {
  display: none;
}
.bannerArea .bannerItem .bannerVideo .soundBtn .icon .off {
  display: block;
}
.bannerArea .bannerItem .bannerVideo .soundBtn:not(.is-muted) .icon .on {
  display: block;
}
.bannerArea .bannerItem .bannerVideo .soundBtn:not(.is-muted) .icon .off {
  display: none;
}
@media (min-width: 1181px) {
  .bannerArea .bannerItem .bannerVideo .soundBtn:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}
.bannerArea .bannerItem .bannerVideo.is-playing .soundBtn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem.noText .bannerVideo .videoBtn .icon {
    top: 50%;
    bottom: auto;
  }
}
.bannerArea .slick-current .Txt .title {
  animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50%;
  left: 43px;
  z-index: 2;
  transform: translateY(50%);
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown .text {
  width: 25px;
  color: #fff;
  writing-mode: vertical-lr;
  font-size: clamp(14px, 0.8vw, 16px);
  line-height: 1;
  text-align: center;
  padding: 32px 0;
  transition: all 0.5s linear;
}
.bannerArea .scrollDown .deco {
  -webkit-mask: url(../../images/tw/banner_deco1.png) center/100% no-repeat;
          mask: url(../../images/tw/banner_deco1.png) center/100% no-repeat;
  width: 25px;
  height: 101px;
  background-color: #AFAFAF;
  margin: 0 0 0 -5px;
}
.bannerArea .scrollDown .deco::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #BB9453;
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  transition: all 0.8s linear;
}
@media (min-width: 1181px) {
  .bannerArea .scrollDown:hover .text {
    color: #BB9453;
    transform: translateY(5px);
  }
  .bannerArea .scrollDown:hover .deco::before {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}

.newsArea {
  background: url(../../images/tw/news.jpg) center/cover;
  padding: 63px 0 0;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 60px 0;
  }
}
.newsArea .wrap {
  width: calc(100% - 100px);
  max-width: 1714px;
}
@media (max-width: 1180px) {
  .newsArea .wrap {
    width: calc(100% - 20px);
  }
}
.newsArea .topBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9px 57px 0;
}
@media (max-width: 1540px) {
  .newsArea .topBox {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 1350px) {
  .newsArea .topBox {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 1180px) {
  .newsArea .topBox {
    flex-direction: column;
  }
}
.newsArea .titleBox {
  margin: 0;
  width: 406px;
}
@media (max-width: 1350px) {
  .newsArea .titleBox {
    width: 340px;
  }
}
@media (max-width: 1180px) {
  .newsArea .titleBox {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 1181px) {
  .newsArea .titleBox .top .title {
    padding: 0px 0 5px 12px;
  }
  .newsArea .titleBox::before {
    background: url(../../images/tw/line_deco/0.png) right no-repeat;
  }
}
.newsArea .classBox {
  margin: 0 0 0 73px;
  width: 100%;
  max-width: 670px;
}
@media (max-width: 1540px) {
  .newsArea .classBox {
    margin: 0 20px 0 50px;
  }
}
@media (max-width: 1350px) {
  .newsArea .classBox {
    margin: 0 20px;
  }
}
@media (min-width: 1181px) {
  .newsArea .classBox {
    position: relative;
    width: calc(100% - 534px);
    padding: 0 165px 0 0;
  }
  .newsArea .classBox .slickBtnBox {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 130px;
  }
  .newsArea .classBox.has-slick-nav .slickBtnBox {
    display: flex;
  }
  .newsArea .classBox .classLink {
    margin: 0;
  }
  .newsArea .classBox .classLink .classTrigger {
    padding: 24px 0;
  }
}
.newsArea .btnBox {
  margin-top: 35px;
}
@media (max-width: 1180px) {
  .newsArea .btnBox {
    margin: 0;
  }
}
.newsArea .content {
  position: relative;
}
.newsArea .content .bg {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(66% + 26px);
  background-color: #BB9453;
  z-index: 0;
  border-radius: 0 16px 0 0;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .newsArea .content .bg {
    right: calc(66% + 15px);
  }
}
@media (max-width: 1350px) {
  .newsArea .content .bg {
    right: calc(66% + 10px);
  }
}
@media (max-width: 1180px) {
  .newsArea .content .bg {
    display: none;
  }
}
.newsArea .content .decoText {
  color: #C9A66B;
  writing-mode: vertical-lr;
  top: 17px;
  right: 31vw;
  z-index: 0;
}
@media (max-width: 1540px) {
  .newsArea .content .decoText {
    right: 30vw;
  }
}
.newsArea .newsBox {
  padding: 4px 7px 0;
  position: relative;
  z-index: 1;
}
.newsArea .newsBox .newsList {
  position: relative;
  z-index: 1;
  margin: 0 -50px;
}
@media (max-width: 1540px) {
  .newsArea .newsBox .newsList {
    margin: 0 -30px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsBox .newsList {
    margin: 0 -10px;
  }
}
.newsArea .newsBox .newsList .slick-track {
  margin: 0;
}
.newsArea .newsBox .newsList:not(.slick-slider) .newsItem {
  width: 33.33%;
}
.newsArea .newsItem {
  position: relative;
  padding: 40px 50px;
}
@media (max-width: 1540px) {
  .newsArea .newsItem {
    padding: 40px 30px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsItem {
    padding: 40px 10px;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsItem {
    padding: 20px 10px;
  }
}
.newsArea .newsItem .item {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 28px;
  box-shadow: 0 0 39px 0 rgba(151, 126, 79, 0.14);
}
@media (max-width: 1540px) {
  .newsArea .newsItem .item {
    box-shadow: 0 0 30px 0 rgba(151, 126, 79, 0.14);
  }
}
@media (max-width: 1350px) {
  .newsArea .newsItem .item {
    box-shadow: 0 0 10px 0 rgba(151, 126, 79, 0.1);
  }
}
@media (min-width: 1181px) {
  .newsArea .newsItem .item:hover {
    transform: translateY(-8px);
  }
  .newsArea .newsItem .item:hover img {
    transform: scale(1.05);
  }
}
.newsArea .Img {
  aspect-ratio: 410/245;
  border-radius: 15px;
  overflow: hidden;
}
.newsArea .Img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.newsArea .Txt {
  padding: 30px 0px;
  margin: 0 3px;
}
@media (max-width: 1350px) {
  .newsArea .Txt {
    padding: 20px 0px;
    margin: 0;
  }
}
.newsArea .Txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DDD;
  margin: 23px 0 2px;
}
.newsArea .Txt .title {
  color: #333;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(16px, 1.0417vw, 20px);
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0 0 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1350px) {
  .newsArea .Txt .title {
    padding: 0 0 10px;
  }
}
.newsArea .Txt .text {
  color: #3F3F3F;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(14px, 0.7813vw, 15px);
  line-height: 1.65;
  letter-spacing: 1.2px;
}
.newsArea .bottom {
  display: flex;
  gap: 30px;
  position: relative;
  align-items: center;
  z-index: 3;
  padding: 8px 7px 44px;
}
@media (max-width: 1180px) {
  .newsArea .bottom {
    justify-content: center;
    position: static;
    padding-bottom: 0;
  }
}
.newsArea .bottom:has(.slick-hidden) {
  display: none;
}
.newsArea .bottom .slickBtnBox {
  width: 121px;
}
@media (max-width: 1180px) {
  .newsArea .bottom .slickBtnBox {
    position: absolute;
    width: calc(100% + 40px);
    top: calc(50% - 18px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.newsArea .bottom .lineBox {
  flex: 1;
  min-width: 0;
  height: 1px;
  background-color: #ddd;
}
@media (max-width: 1180px) {
  .newsArea .bottom .lineBox {
    display: none;
  }
}
.newsArea .bottom .lineBox .line {
  height: 2px;
  margin-top: -0.5px;
  width: 0%;
  background-color: #FFDB99;
}

.aboutArea {
  position: relative;
  min-height: 48.958vw;
  max-height: 940px;
}
@media (max-width: 1180px) {
  .aboutArea {
    max-height: unset;
  }
}
.aboutArea .imgContent {
  position: relative;
  padding: 136px 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1540px) {
  .aboutArea .imgContent {
    padding: 100px 0;
  }
}
@media (max-width: 1350px) {
  .aboutArea .imgContent {
    padding: 80px 0;
  }
}
@media (max-width: 1180px) {
  .aboutArea .imgContent {
    padding: 60px 0;
  }
}
.aboutArea .imgContent > .decoText {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  color: #FFDB99;
  opacity: 0.5;
  bottom: -4px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .aboutArea .imgContent > .decoText {
    display: none;
  }
}
.aboutArea .imgContent > .decoText:not(.slick-slide) .decoTextItem:not(:first-child) {
  display: none;
}
.aboutArea .imgContent > .decoText .decoTextItem {
  white-space: nowrap;
  padding-right: 60px;
}
.aboutArea .bgImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 1180px) {
  .aboutArea .bgImg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.43);
    z-index: 3;
  }
}
.aboutArea .bgImg img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutArea .wrap {
  max-width: 1700px;
}
.aboutArea .wrap .textEditor:has(.titleBox) {
  display: flex;
  justify-content: center;
}
.aboutArea .wrap .titleBox {
  margin-bottom: 79px;
}
@media (max-width: 1540px) {
  .aboutArea .wrap .titleBox {
    margin-bottom: 40px;
  }
}
.aboutArea .wrap .titleBox .decoTitle {
  color: #FFDB99;
}
.aboutArea .wrap .titleBox .title {
  color: #fff;
}
@media (min-width: 1181px) {
  .aboutArea .wrap .titleBox::before {
    background: url(../../images/tw/line_deco/3.png) 100% no-repeat;
    right: calc(100% - 50px);
    width: 209px;
  }
  .aboutArea .wrap .titleBox .top .title {
    padding: 0px 0 2px 25px;
  }
  .aboutArea .wrap .titleBox:has(.top) > .decoTitle {
    padding: 3px 0 0 77px;
  }
}
.aboutArea .textEditor {
  color: #fff;
  width: 100%;
  max-width: 495px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.aboutArea .textEditor p {
  margin: 0 0 26px;
}
.aboutArea .textEditor .text {
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(14px, 0.7813vw, 15px);
  line-height: 1.65;
  letter-spacing: 1.2px;
  margin: 0 0 26px;
}
.aboutArea .btnBox {
  margin-top: 70px;
}
.aboutArea .featureBox {
  position: absolute;
  right: 0;
  bottom: -46px;
  overflow: hidden;
  width: calc(100% - 550px);
  max-width: 801px;
  border-radius: 15px 0 0 15px;
  background: url(../../images/tw/feature.jpg) center/cover;
  padding: 34px 40px 104px;
  z-index: 3;
}
@media (max-width: 1540px) {
  .aboutArea .featureBox {
    padding: 20px 20px 80px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .featureBox {
    position: static;
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 0;
    max-width: unset;
    padding: 40px 20px;
  }
}
.aboutArea .featureBox .featureList {
  display: flex;
  flex-wrap: wrap;
  gap: 29px 30px;
}
@media (max-width: 1540px) {
  .aboutArea .featureBox .featureList {
    gap: 18px 10px;
  }
}
.aboutArea .featureBox .featureList .slick-dots {
  bottom: -35px !important;
}
.aboutArea .featureBox .featureList .featureItem {
  width: calc(33.3333333333% - 20px);
}
.aboutArea .featureBox .textEditor {
  max-width: unset;
}
.aboutArea .featureBox .decoText {
  color: #C9A66B;
  font-size: 60px;
  letter-spacing: 1.19px;
  bottom: -3.5%;
  left: 24px;
}
@media (max-width: 1180px) {
  .aboutArea .featureBox .decoText {
    display: none;
  }
}
.aboutArea .featureBox .item {
  display: flex;
  gap: 13px;
  align-items: start;
}
@media (max-width: 1540px) {
  .aboutArea .featureBox .item {
    gap: 8px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .featureBox .item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.aboutArea .featureBox .item .Txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 84px;
  width: calc(100% - 97px);
}
@media (max-width: 1350px) {
  .aboutArea .featureBox .item .Txt {
    width: calc(100% - 68px);
    min-height: 60px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .featureBox .item .Txt {
    text-align: center;
    width: 100%;
  }
}
.aboutArea .featureBox .item .Txt .title {
  color: #FFF;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(16px, 1.0417vw, 20px);
  font-weight: 600;
  letter-spacing: 2px;
  padding: 7px 0 7px 4px;
}
@media (max-width: 1350px) {
  .aboutArea .featureBox .item .Txt .title {
    padding: 0;
  }
}
.aboutArea .featureBox .item .Txt .textEditor {
  color: #FFF;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 1.12px;
}
.aboutArea .featureBox .imgBox {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 7px;
}
@media (max-width: 1350px) {
  .aboutArea .featureBox .imgBox {
    width: 60px;
    height: 60px;
    padding: 4px;
  }
}
.aboutArea .featureBox .Img {
  padding: 0 16px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 1350px) {
  .aboutArea .featureBox .Img {
    padding: 0 10px;
  }
}
.aboutArea .featureBox .titleBox {
  margin: 0 0 38px;
  padding: 0 312px 0 0;
  flex-wrap: wrap;
  gap: 10px 31px;
}
@media (max-width: 1350px) {
  .aboutArea .featureBox .titleBox {
    margin: 0 0 20px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .featureBox .titleBox {
    display: none;
  }
}
.aboutArea .featureBox .titleBox::before {
  background: url(../../images/tw/line_deco/2.png) left/100% no-repeat;
  width: 309px;
}
.aboutArea .featureBox .titleBox .decoTitle {
  color: #FFDB99;
  font-size: 30px;
  line-height: 1.2;
}
.aboutArea .featureBox .titleBox .title {
  color: #fff;
}

.roomArea {
  padding: 119px 0 80px;
  background: url(../../images/tw/room.jpg) center/cover;
}
@media (max-width: 1180px) {
  .roomArea {
    padding: 60px 0px 0;
  }
}
.roomArea .wrap {
  max-width: 1388px;
}
.roomArea .textEditor:has(.titleBox) {
  display: flex;
  justify-content: center;
  padding: 0 0 0 5px;
}
@media (min-width: 1181px) {
  .roomArea .titleBox {
    margin-bottom: 54px;
  }
  .roomArea .titleBox::before {
    right: calc(100% - 43px);
  }
  .roomArea .titleBox .title {
    padding: 0px 0 1px 29px;
  }
  .roomArea .titleBox:has(.top) > .decoTitle {
    padding: 3px 0 0 77px;
  }
}
.roomArea .roomBox {
  padding: 0 97px;
  position: relative;
}
@media (max-width: 1180px) {
  .roomArea .roomBox {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .roomArea .roomBox {
    padding: 0 0;
  }
}
.roomArea .slickBtnBox {
  position: absolute;
  top: calc(50% - 81px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 45px);
}
@media (max-width: 1180px) {
  .roomArea .slickBtnBox {
    width: calc(100% + 20px);
  }
}
@media (max-width: 767px) {
  .roomArea .slickBtnBox {
    display: none;
  }
}
.roomArea .roomList {
  margin: 0 -48px;
}
@media (min-width: 1181px) {
  .roomArea .roomList .slick-list {
    overflow: unset;
  }
}
.roomArea .roomList .slick-dots {
  bottom: -35px !important;
}
.roomArea .roomList .slick-dots li button::before {
  background: #707070;
}
.roomArea .roomItem {
  padding: 0 48px;
}
.roomArea .roomItem .item {
  position: relative;
}
@media (min-width: 1181px) {
  .roomArea .roomItem .item:hover .topBox img {
    transform: scale(1.05);
  }
}
.roomArea .roomItem .item .topBox > .Img {
  aspect-ratio: 1100/562;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.roomArea .roomItem .item .topBox > .Img::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.57%, rgba(0, 0, 0, 0.56) 78.15%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.roomArea .roomItem .item .topBox > .Img img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.roomArea .roomItem .Txt {
  position: absolute;
  bottom: 0;
  left: 40px;
  z-index: 3;
  width: calc(100% - 40px);
  padding: 26px 31px;
}
@media (max-width: 1180px) {
  .roomArea .roomItem .Txt {
    padding: 20px 25px;
    left: 20px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .roomArea .roomItem .Txt {
    padding: 20px 15px;
    left: 0;
    width: 100%;
  }
}
.roomArea .roomItem .Txt::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 26px);
  width: 1px;
  background: #BB9453;
}
@media (max-width: 1180px) {
  .roomArea .roomItem .Txt::before {
    height: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .roomArea .roomItem .Txt::before {
    display: none;
  }
}
.roomArea .roomItem .topBox {
  position: relative;
}
.roomArea .roomItem .topTitle {
  display: flex;
  flex-wrap: wrap;
  gap: 0 26px;
  align-items: center;
}
@media (max-width: 1180px) {
  .roomArea .roomItem .topTitle {
    gap: 0 20px;
  }
}
@media (max-width: 767px) {
  .roomArea .roomItem .topTitle {
    gap: 0 10px;
  }
}
.roomArea .roomItem .topTitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 31px;
  background: url(../../images/tw/line_deco/4.png) center/100% no-repeat;
  margin: 11px 0 3px;
}
@media (max-width: 1180px) {
  .roomArea .roomItem .topTitle::after {
    height: 3vw;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .roomArea .roomItem .topTitle::after {
    display: none;
  }
}
.roomArea .roomItem .topTitle .title {
  color: #FFF;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(20px, 1.458vw, 28px);
  font-weight: 500;
  letter-spacing: 2.8px;
}
.roomArea .roomItem .topTitle .subtitle {
  color: #FFDB99;
  text-shadow: 0 0 1.553px rgba(0, 0, 0, 0.25);
  font-size: clamp(18px, 1.146vw, 22px);
  line-height: 1.2;
  padding: 4px 0 0;
}
.roomArea .roomItem .areaText {
  color: #FFF;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(14px, 0.7813vw, 15px);
  line-height: 1.65;
  letter-spacing: 1.2px;
}
.roomArea .facilityBox {
  display: flex;
  padding: 0 40px;
}
@media (max-width: 1180px) {
  .roomArea .facilityBox {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .roomArea .facilityBox {
    padding: 0;
    flex-wrap: wrap;
  }
}
.roomArea .facilityBox .facilityTitle {
  width: 114px;
  padding: 26px 0px 8px 29px;
  display: flex;
  align-items: center;
  color: #BB9453;
  justify-content: center;
  letter-spacing: 0.3px;
  border-left: 1px solid #BB9453;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .roomArea .facilityBox .facilityTitle {
    width: 90px;
    padding: 20px 0px 8px 20px;
  }
}
@media (max-width: 767px) {
  .roomArea .facilityBox .facilityTitle {
    width: 100%;
    padding: 10px 0px 0 0;
    text-align: center;
    border: none;
  }
}
.roomArea .facilityBox .facilityItemBox {
  width: calc(100% - 114px);
  display: flex;
}
@media (max-width: 1180px) {
  .roomArea .facilityBox .facilityItemBox {
    width: calc(100% - 90px);
  }
}
@media (max-width: 767px) {
  .roomArea .facilityBox .facilityItemBox {
    width: 100%;
    justify-content: center;
  }
}
.roomArea .facilityBox .facilityList {
  display: flex;
  padding-top: 26px;
  padding-bottom: 8px;
  flex-wrap: wrap;
  gap: 10px 0;
  width: 100%;
  position: relative;
  z-index: 0;
}
.roomArea .facilityBox .facilityList::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #fff;
}
@media (max-width: 1180px) {
  .roomArea .facilityBox .facilityList {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .roomArea .facilityBox .facilityList {
    padding-top: 10px;
    width: 100%;
  }
}
.roomArea .facilityBox .facilityItem {
  position: relative;
  z-index: 1;
  width: 10%;
}
@media (max-width: 1180px) {
  .roomArea .facilityBox .facilityItem {
    width: 12.5%;
  }
}
@media (max-width: 767px) {
  .roomArea .facilityBox .facilityItem {
    width: 16.6666666667%;
  }
}
@media (max-width: 480px) {
  .roomArea .facilityBox .facilityItem {
    width: 20%;
  }
}
.roomArea .facilityBox .facilityItem::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #ddd;
  position: absolute;
  bottom: calc(50% - 15px);
  right: 0;
  z-index: 1;
}
@media (max-width: 1180px) {
  .roomArea .facilityBox .facilityItem::after {
    height: 100%;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.roomArea .facilityBox .facilityItem:last-child::after {
  display: none;
}
.roomArea .facilityBox .item {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0px 23.7px;
}
@media (max-width: 1350px) {
  .roomArea .facilityBox .item {
    padding: 0px 20px;
  }
}
@media (max-width: 1180px) {
  .roomArea .facilityBox .item {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .roomArea .facilityBox .item {
    justify-content: center;
    padding: 0;
  }
}
.roomArea .facilityBox .item .Img {
  width: 40px;
}
@media (max-width: 1180px) {
  .roomArea .facilityBox .item .Img {
    width: 30px;
  }
}
@media (max-width: 480px) {
  .roomArea .facilityBox .item .Img {
    width: 25px;
  }
}
.roomArea .btnBox {
  margin-top: 51px;
  justify-content: center;
}

.diningArea {
  padding: 47px 0px 108px;
  position: relative;
  background: url(../../images/tw/dining.jpg) center/cover;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .diningArea {
    padding: 47px 0px 70px;
  }
}
@media (max-width: 1350px) {
  .diningArea {
    padding: 47px 0px;
  }
}
@media (max-width: 1180px) {
  .diningArea {
    padding: 60px 0px 0;
  }
}
.diningArea .bg {
  position: absolute;
  top: 292px;
  left: 0;
  display: flex;
  justify-content: end;
  align-items: end;
  height: calc(100% - 290px);
  width: 77.6%;
  background: url(../../images/tw/dining2.jpg) center/cover;
  z-index: 0;
  padding: 0 55px 0 0;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .diningArea .bg {
    top: 230px;
    height: calc(100% - 228px);
  }
}
@media (max-width: 1180px) {
  .diningArea .bg {
    display: none;
  }
}
.diningArea .bg .decoText {
  line-height: 0.7;
  color: #C9A66B;
  letter-spacing: 1.702px;
}
.diningArea img {
  width: 100%;
}
.diningArea .wrap {
  max-width: unset;
  position: relative;
  z-index: 2;
}
@media (min-width: 1181px) {
  .diningArea .wrap {
    padding-right: 0;
    padding-left: 117px;
  }
}
.diningArea .diningInfo {
  height: 198px;
}
@media (max-width: 1540px) {
  .diningArea .diningInfo {
    height: 140px;
  }
}
@media (max-width: 1350px) {
  .diningArea .diningInfo {
    height: 110px;
  }
}
@media (max-width: 1180px) {
  .diningArea .diningInfo {
    height: auto;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1181px) {
  .diningArea .titleBox {
    margin-bottom: 0;
    padding: 0 0 0 36px;
  }
  .diningArea .titleBox::before {
    right: calc(100% - 116px);
    background: url(../../images/tw/line_deco/6.png) 100% no-repeat;
    width: 233px;
  }
  .diningArea .titleBox .top .title {
    padding: 0px 0 5px 33px;
  }
  .diningArea .titleBox:has(.top) > .decoTitle {
    padding: 3px 0 0 114px;
  }
}
.diningArea .diningBox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.diningArea .diningBox .diningLeft {
  width: 566px;
}
@media (max-width: 1540px) {
  .diningArea .diningBox .diningLeft {
    width: 500px;
  }
}
@media (max-width: 1350px) {
  .diningArea .diningBox .diningLeft {
    width: 450px;
  }
}
@media (max-width: 1180px) {
  .diningArea .diningBox .diningLeft {
    width: 100%;
  }
}
.diningArea .diningBox .diningRight {
  width: calc(100% - 566px);
  padding: 13px 0 0;
}
@media (max-width: 1540px) {
  .diningArea .diningBox .diningRight {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1350px) {
  .diningArea .diningBox .diningRight {
    width: calc(100% - 450px);
  }
}
@media (max-width: 1180px) {
  .diningArea .diningBox .diningRight {
    width: 100%;
    padding-top: 20px;
  }
}
.diningArea .diningTitleBox {
  min-width: 330px;
  width: 100%;
  max-width: 19.8vw;
  position: relative;
  padding: 5px 0 26px;
  margin-left: 36px;
}
@media (max-width: 1180px) {
  .diningArea .diningTitleBox {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding: 0 0 10px;
    min-width: unset;
  }
}
.diningArea .diningTitleBox::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D2B884;
  position: absolute;
  bottom: 28px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1180px) {
  .diningArea .diningTitleBox::after {
    display: none;
  }
}
.diningArea .diningTitleBox::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 196px);
  height: 100%;
  background: #730E48;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .diningArea .diningTitleBox::before {
    width: calc(100% + 130px);
  }
}
@media (max-width: 1180px) {
  .diningArea .diningTitleBox::before {
    display: none;
  }
}
.diningArea .diningTitleBox .title {
  color: #FFF;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(16px, 1.0417vw, 20px);
  font-weight: 700;
  letter-spacing: 2px;
  padding: 16px 0;
  text-align: center;
}
.diningArea .diningTitleBox .diningTitleList {
  margin: 0 -24px;
}
.diningArea .diningTitleBox .diningTitleList .diningTitleItem {
  padding: 0 24px 2px;
  cursor: pointer;
}
.diningArea .diningTitleBox .diningTitleList .diningTitleItem .item {
  position: relative;
}
.diningArea .diningTitleBox .diningTitleList .diningTitleItem .item::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #D2B884;
  position: absolute;
  bottom: -0.5px;
  left: 0;
  z-index: 1;
}
.diningArea .diningTitleBox .diningTitleList .diningTitleItem .item.current::after {
  width: 100%;
}
.diningArea .diningTitleBox .diningTitleList .diningTitleItem .item.current .title {
  color: #FFDB99;
}
@media (min-width: 1181px) {
  .diningArea .diningTitleBox .diningTitleList .diningTitleItem .item:hover::after {
    width: 100%;
  }
  .diningArea .diningTitleBox .diningTitleList .diningTitleItem .item:hover .title {
    color: #FFDB99;
  }
}
.diningArea .diningTitleBox .diningTitleList .slickBtnBox {
  position: absolute;
  width: calc(100% + 117px);
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.diningArea .diningTitleBox .slickBtnBox {
  position: absolute;
  width: calc(100% + 106px);
  top: calc(50% - 11px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.diningArea .diningTitleBox .classBox {
  margin: 0 auto;
}
.diningArea .diningAlbumBox {
  position: relative;
}
.diningArea .diningAlbumBox .diningAlbumItem {
  position: relative;
  opacity: 0;
  transform: translateX(10px);
  pointer-events: none;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .diningArea .diningAlbumBox .diningAlbumItem {
    border-radius: 15px;
  }
}
.diningArea .diningAlbumBox .diningAlbumItem .slick-dotted.slick-slider {
  margin: 0;
}
.diningArea .diningAlbumBox .diningAlbumItem.current {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.diningArea .diningAlbumBox .diningAlbumItem:not(:first-child) {
  position: absolute;
  inset: 0;
}
.diningArea .diningAlbumBox .diningAlbumItem .slick-dots {
  bottom: 22px !important;
}
.diningArea .diningAlbumBox .diningAlbumItem .slick-dots li button::before {
  background: #707070;
}
.diningArea .diningAlbumBox .diningAlbumItem .Img {
  aspect-ratio: 1237/764;
}
.diningArea .diningAlbumBox .diningAlbumItem .Img img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.diningArea .diningDetailBox {
  padding: 22px 0;
}
@media (max-width: 1180px) {
  .diningArea .diningDetailBox {
    padding: 0;
  }
}
.diningArea .diningDetailBox .title {
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(24px, 1.5625vw, 30px);
  font-weight: 600;
  letter-spacing: 3px;
}
@media (min-width: 1181px) {
  .diningArea .diningDetailBox .title {
    color: #FFF;
  }
}
.diningArea .diningDetailBox .subtitle {
  font-size: clamp(18px, 1.146vw, 22px);
  line-height: 1.2;
  padding: 12px 0 0;
}
@media (min-width: 1181px) {
  .diningArea .diningDetailBox .subtitle {
    color: #FFF;
  }
}
@media (min-width: 1181px) {
  .diningArea .diningDetailBox .top,
  .diningArea .diningDetailBox .bottom {
    min-width: 409px;
    width: 100%;
    max-width: 23.7vw;
  }
}
.diningArea .diningDetailBox .top {
  padding: 27px 0 47px;
}
@media (max-width: 1540px) {
  .diningArea .diningDetailBox .top {
    padding: 10px 0 20px;
  }
}
@media (max-width: 1350px) {
  .diningArea .diningDetailBox .top {
    padding: 0 0 10px;
  }
}
.diningArea .diningDetailBox .bottom {
  padding: 0 0 0 46px;
  position: relative;
}
@media (max-width: 1350px) {
  .diningArea .diningDetailBox .bottom {
    padding: 0 0 0 20px;
  }
}
.diningArea .diningDetailBox .bottom::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  border-left: 1px solid #D2B884;
  border-right: 1px solid #D2B884;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.diningArea .diningDetailBox .bottom .title {
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(18px, 1.146vw, 22px);
  font-weight: 700;
  letter-spacing: 3.08px;
  margin: 0 0 13px;
}
@media (max-width: 1350px) {
  .diningArea .diningDetailBox .bottom .title {
    margin: 0 0 10px;
  }
}
@media (min-width: 1181px) {
  .diningArea .diningDetailBox .bottom .title {
    color: #FFF;
  }
}
.diningArea .diningDetailBox .bottom .textEditor {
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(14px, 0.7813vw, 15px);
  line-height: 1.65;
  letter-spacing: 1.2px;
}
@media (min-width: 1181px) {
  .diningArea .diningDetailBox .bottom .textEditor {
    color: #FFF;
  }
}
.diningArea .diningDetailBox .bottom .bussinessTime {
  padding: 0 0 25px;
}
@media (max-width: 1350px) {
  .diningArea .diningDetailBox .bottom .bussinessTime {
    padding: 0 0 15px;
  }
}
.diningArea .diningDetailBox .bottom .otherText {
  padding-top: 25px;
}
@media (max-width: 1540px) {
  .diningArea .diningDetailBox .bottom .otherText {
    padding: 0;
  }
}
.diningArea .diningDetailBox .bottom .button {
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
  margin: 38px 0 0 -3px;
}
@media (max-width: 1540px) {
  .diningArea .diningDetailBox .bottom .button {
    gap: 20px;
    margin: 20px 0 0;
  }
}
@media (max-width: 1350px) {
  .diningArea .diningDetailBox .bottom .button {
    gap: 10px;
    margin: 20px 0 0;
  }
}
.diningArea .diningDetailBox .bottom .button .btnBox {
  margin: 0;
  max-width: calc((100% - 29px) / 2);
}
@media (max-width: 1540px) {
  .diningArea .diningDetailBox .bottom .button .btnBox {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 1350px) {
  .diningArea .diningDetailBox .bottom .button .btnBox {
    max-width: calc((100% - 10px) / 2);
  }
}

.facArea {
  padding: 131px 0px 70px;
  background: url(../../images/tw/fac.jpg) center/cover;
}
@media (max-width: 1540px) {
  .facArea {
    padding: 100px 0px 70px;
  }
}
@media (max-width: 1180px) {
  .facArea {
    padding: 60px 0px 0;
  }
}
.facArea .wrap {
  max-width: unset;
  position: relative;
}
@media (min-width: 1181px) {
  .facArea .wrap {
    padding: 0 0 0 160px;
  }
}
@media (max-width: 1180px) {
  .facArea .wrap .textEditor:has(.titleBox) {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1181px) {
  .facArea .titleBox {
    margin-bottom: 83px;
    padding-left: 27px;
  }
}
@media (min-width: 1181px) and (max-width: 1540px) {
  .facArea .titleBox {
    margin-bottom: 40px;
  }
}
@media (min-width: 1181px) {
  .facArea .titleBox::before {
    right: calc(100% - 49px);
    background: url(../../images/tw/line_deco/7.png) 100% no-repeat;
  }
  .facArea .titleBox .title {
    padding: 0px 0 11px 32px;
  }
  .facArea .titleBox:has(.top) > .decoTitle {
    padding: 2px 0 0 57px;
  }
}
.facArea .facTitleBox {
  width: 385px;
  height: 264px;
}
.facArea .facTitleBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.facArea .facTitleBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.facArea .facTitleBox::-webkit-scrollbar-thumb {
  background: #BB9453;
}
.facArea .facTitleBox {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 5px;
}
@media (max-width: 1540px) {
  .facArea .facTitleBox {
    width: 350px;
    height: 230px;
  }
}
@media (max-width: 1350px) {
  .facArea .facTitleBox {
    width: 300px;
    height: 216px;
  }
}
@media (max-width: 1180px) {
  .facArea .facTitleBox {
    width: 100%;
    height: auto;
    overflow: visible;
    padding-right: 0;
  }
}
.facArea .facTitleBox .classBox {
  margin: 0 auto 10px;
}
.facArea .facTitleList {
  border-top: 1px solid #AFAFAF;
}
.facArea .facTitleList .facTitleItem {
  border-bottom: 1px solid #AFAFAF;
  padding: 10.5px 6px;
  cursor: pointer;
}
.facArea .facTitleList .facTitleItem .item {
  display: flex;
  align-items: center;
}
.facArea .facTitleList .facTitleItem .item .floor {
  width: 140px;
  padding-right: 50px;
  color: #A67140;
  font-size: clamp(20px, 1.458vw, 28px);
  line-height: 1.55;
  letter-spacing: 2.24px;
  text-align: center;
}
@media (max-width: 1540px) {
  .facArea .facTitleList .facTitleItem .item .floor {
    width: 120px;
    padding-right: 30px;
  }
}
@media (max-width: 1350px) {
  .facArea .facTitleList .facTitleItem .item .floor {
    width: 100px;
    padding-right: 10px;
  }
}
.facArea .facTitleList .facTitleItem .item .title {
  width: calc(100% - 140px);
  color: #333;
  font-size: clamp(16px, 1.0417vw, 20px);
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 1540px) {
  .facArea .facTitleList .facTitleItem .item .title {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1350px) {
  .facArea .facTitleList .facTitleItem .item .title {
    width: calc(100% - 100px);
  }
}
.facArea .facTitleList .facTitleItem.current .title {
  color: #BB9453;
}
@media (min-width: 1181px) {
  .facArea .facTitleList .facTitleItem:hover .title {
    color: #BB9453;
  }
}
.facArea .facBox {
  position: relative;
}
.facArea .facBox .slickBtnBox {
  position: absolute;
  bottom: 210px;
  left: 0;
  width: 100%;
  max-width: 738px;
  justify-content: end;
  padding: 0 55px 0 0;
}
@media (max-width: 1540px) {
  .facArea .facBox .slickBtnBox {
    bottom: 200px;
  }
}
@media (max-width: 1180px) {
  .facArea .facBox .slickBtnBox {
    display: none;
  }
}
.facArea .facBox .slickBtnBox .slickBtn {
  width: 49px;
}
.facArea .facBox .facList .slick-list {
  overflow: visible;
}
@media (max-width: 1180px) {
  .facArea .facBox .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1181px) {
  .facArea .facBox .item:hover img {
    transform: scale(1.05);
  }
}
.facArea .facBox .Img {
  aspect-ratio: 1840/1040;
  position: absolute;
  z-index: 0;
  bottom: 55px;
  left: 30.2%;
  width: 63.96vw;
  max-width: 1228px;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .facArea .facBox .Img {
    bottom: 90px;
  }
}
@media (max-width: 1350px) {
  .facArea .facBox .Img {
    bottom: 120px;
  }
}
@media (max-width: 1180px) {
  .facArea .facBox .Img {
    position: relative;
    margin-left: auto;
    bottom: auto;
    left: auto;
    border-radius: 15px;
    width: 100%;
    order: 2;
  }
}
.facArea .facBox .Img .floor {
  position: absolute;
  top: 0;
  right: 0;
  background: #730E48;
  color: #FFF;
  text-align: right;
  font-size: clamp(16px, 1.4063vw, 25px);
  line-height: 1.55;
  letter-spacing: 1.995px;
  z-index: 4;
  padding: 10px 13px;
  border-radius: 0 0 0 10px;
}
@media (min-width: 1541px) {
  .facArea .facBox .Img .floor {
    min-width: 62px;
  }
}
@media (max-width: 1180px) {
  .facArea .facBox .Img .floor {
    padding: 5px 10px;
  }
}
.facArea .facBox .Img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.facArea .facBox .Txt {
  position: relative;
  z-index: 1;
  padding: 34px 69px 35px 43px;
  margin: 99px 0 0;
  width: 100%;
  max-width: 738px;
  background-color: #BB9453;
  border-radius: 15px;
  height: 285px;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .facArea .facBox .Txt {
    margin: 40px 0 0;
    padding: 22px 69px 22px 43px;
    height: 260px;
  }
}
@media (max-width: 1180px) {
  .facArea .facBox .Txt {
    background-color: rgba(0, 0, 0, 0);
    order: 1;
    margin: 0;
    padding: 0;
    height: auto;
    max-width: unset;
    margin-bottom: 20px;
  }
}
.facArea .facBox .Txt .decoText {
  writing-mode: vertical-lr;
  font-size: 60px;
  letter-spacing: 1.19px;
  color: #C9A66B;
  top: 4px;
  right: -12px;
}
@media (max-width: 1180px) {
  .facArea .facBox .Txt .decoText {
    display: none;
  }
}
.facArea .facBox .top {
  padding: 0 142px 22px 0;
}
@media (max-width: 1180px) {
  .facArea .facBox .top {
    padding: 0 0 10px 0;
  }
}
.facArea .facBox .title {
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(20px, 1.458vw, 28px);
  font-weight: 600;
  letter-spacing: 2.8px;
}
@media (min-width: 1181px) {
  .facArea .facBox .title {
    color: #FFF;
  }
}
.facArea .facBox .title a {
  color: inherit;
}
@media (min-width: 1181px) {
  .facArea .facBox .title a:hover {
    color: #730E48;
  }
}
.facArea .facBox .bottom {
  padding: 27px 0 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-top: 1px solid #F7D190;
}
.facArea .facBox .bottom:not(:has(.btnBox)) .textEditor {
  max-width: unset;
}
@media (max-width: 1180px) {
  .facArea .facBox .bottom {
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
.facArea .facBox .bottom .textEditor {
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(14px, 0.7813vw, 15px);
  line-height: 1.65;
  letter-spacing: 1.2px;
  width: 100%;
  max-width: 415px;
  padding: 0 0 3px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1181px) {
  .facArea .facBox .bottom .textEditor {
    color: #FFF;
  }
}
@media (max-width: 1180px) {
  .facArea .facBox .bottom .textEditor {
    max-width: unset;
  }
}

.linkArea {
  padding: 36px 0;
  background: url(../../images/tw/review.jpg) center/cover;
}
@media (max-width: 1180px) {
  .linkArea {
    padding: 60px 0px;
  }
}
.linkArea .wrap {
  width: calc(100% - 100px);
  max-width: 1704px;
}
@media (max-width: 1180px) {
  .linkArea .wrap {
    width: 100%;
  }
}
.linkArea .textEditor:has(.titleBox) {
  display: flex;
  justify-content: center;
}
@media (min-width: 1181px) {
  .linkArea .textEditor:has(.titleBox) {
    padding: 0 0 0 186px;
  }
}
@media (min-width: 1181px) {
  .linkArea .textEditor .titleBox {
    margin-bottom: 44px;
  }
  .linkArea .textEditor .titleBox::before {
    right: calc(100% - 42px);
  }
  .linkArea .textEditor .titleBox .title {
    padding: 0px 0 4px 27px;
  }
  .linkArea .textEditor .titleBox:has(.top) > .decoTitle {
    padding: 2px 0 0 76px;
  }
}
.linkArea .linkBox {
  position: relative;
}
.linkArea .linkBox .slickBtnBox {
  position: absolute;
  width: calc(100% + 168px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1180px) {
  .linkArea .linkBox .slickBtnBox {
    display: none;
  }
}
.linkArea .linkList {
  margin: 0 -25px;
}
@media (max-width: 1350px) {
  .linkArea .linkList {
    margin: 0 -10px;
  }
}
.linkArea .linkList .slick-dots {
  bottom: -37px !important;
}
.linkArea .linkList .slick-dots li button::before {
  background: #707070;
}
.linkArea .linkItem {
  position: relative;
  padding: 66px 25px;
}
@media (max-width: 1350px) {
  .linkArea .linkItem {
    padding: 40px 10px;
  }
}
@media (max-width: 1180px) {
  .linkArea .linkItem {
    padding: 12px 10px;
  }
}
.linkArea .linkItem .item {
  padding: 0 67px;
  position: relative;
}
@media (max-width: 1540px) {
  .linkArea .linkItem .item {
    padding: 0 40px;
  }
}
@media (max-width: 1350px) {
  .linkArea .linkItem .item {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .linkArea .linkItem .item {
    padding: 0 15px;
  }
}
.linkArea .linkItem .item::before {
  content: "";
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(172, 44, 84, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 40px);
}
@media (max-width: 1350px) {
  .linkArea .linkItem .item::before {
    box-shadow: 0 0 12px 0 rgba(172, 44, 84, 0.12);
  }
}
@media (min-width: 1181px) {
  .linkArea .linkItem .item:hover {
    transform: translateY(-35px);
  }
}
.linkArea .linkItem .Img {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(172, 44, 84, 0.12);
}
@media (max-width: 1350px) {
  .linkArea .linkItem .Img {
    box-shadow: 0 0 10px rgba(172, 44, 84, 0.12);
  }
}
.linkArea .linkItem .Txt {
  padding: 14px 0 27px;
}
@media (max-width: 767px) {
  .linkArea .linkItem .Txt {
    padding: 14px 0;
  }
}
.linkArea .linkItem .Txt .title {
  color: #333;
  text-align: center;
  font-size: clamp(20px, 1.458vw, 28px);
  line-height: 1.55;
  letter-spacing: 2.242px;
  padding: 0 0 12px;
  border-bottom: 1px solid #DDD;
}
@media (max-width: 767px) {
  .linkArea .linkItem .Txt .title {
    font-size: clamp(16px, 1.0417vw, 20px);
    padding: 0 0 5px;
  }
}
@media (max-width: 480px) {
  .linkArea .linkItem .Txt .title {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.linkArea .linkItem .Txt .textEditor {
  padding: 6px 0 0;
  color: #3F3F3F;
  text-align: center;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(14px, 0.7813vw, 15px);
  line-height: 1.7;
  letter-spacing: -1px;
}
