.mainArea {
  padding: 129px 0 0;
}
@media (max-width: 1023px) {
  .mainArea {
    padding-top: 60px;
    position: relative;
    z-index: 3;
  }
}
.mainArea .wrap {
  max-width: 1488px;
}
.mainArea:not(.ins) {
  padding: 123px 0 96px 0;
}
@media (max-width: 1023px) {
  .mainArea:not(.ins) {
    padding-top: 60px;
  }
}
.mainArea:not(.ins) .wrap {
  max-width: unset;
  padding: 0;
}

.contentBox:not(.show) .restaurantsList .restaurantsItem {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.contentBox.show .restaurantsList .restaurantsItem {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s;
}

.restaurantsList .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
}
.restaurantsList img {
  width: 100%;
}
.restaurantsList .imgBox {
  width: 51.3%;
}
@media (max-width: 1280px) {
  .restaurantsList .imgBox {
    width: 55%;
  }
}
@media (max-width: 1023px) {
  .restaurantsList .imgBox {
    width: 100%;
    margin-top: 60px;
  }
}
.restaurantsList .imgBox .Img {
  overflow: hidden;
}
.restaurantsList .imgBox .Img img {
  transition: all 0.5s;
}
.restaurantsList .Txt {
  width: 48.7%;
}
@media (max-width: 1280px) {
  .restaurantsList .Txt {
    width: 45%;
  }
}
@media (max-width: 1023px) {
  .restaurantsList .Txt {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .restaurantsList .Txt {
    padding: 0 20px;
  }
}
.restaurantsList .topTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1500px) {
  .restaurantsList .topTitle {
    margin-bottom: 20px;
  }
}
.restaurantsList .topTitle .logo {
  width: 132px;
  padding: 0px 24px 0 0;
}
@media (max-width: 1500px) {
  .restaurantsList .topTitle .logo {
    width: 120px;
  }
}
@media (max-width: 1280px) {
  .restaurantsList .topTitle .logo {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .restaurantsList .topTitle .logo {
    width: 80px;
    padding: 0px 12px 0 0;
  }
}
@media (max-width: 350px) {
  .restaurantsList .topTitle .logo {
    width: 70px;
  }
}
.restaurantsList .topTitle .title {
  font-size: 30px;
  letter-spacing: 0.4px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1500px) {
  .restaurantsList .topTitle .title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .restaurantsList .topTitle .title {
    font-size: 22px;
  }
}
@media (max-width: 350px) {
  .restaurantsList .topTitle .title {
    font-size: 20px;
  }
}
.restaurantsList .itemBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  margin: 0 0 39px 0px;
  min-height: 50px;
  -ms-flex-pack: end;
      justify-content: end;
  position: relative;
}
@media (max-width: 1500px) {
  .restaurantsList .itemBox {
    margin: 0 0 15px 0px;
    min-height: unset;
  }
}
@media (max-width: 480px) {
  .restaurantsList .itemBox {
    -ms-flex-pack: start;
        justify-content: start;
  }
}
.restaurantsList .itemBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c06870;
  opacity: 0.3;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .restaurantsList .itemBox::before {
    display: none;
  }
}
.restaurantsList .itemBox .itemList {
  background-color: #fff;
  padding: 0 0 0 19px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  z-index: 2;
}
.restaurantsList .itemBox .itemList .item:not(:first-of-type) {
  margin-top: 14px;
}
@media (max-width: 480px) {
  .restaurantsList .itemBox .itemList .item {
    position: relative;
  }
  .restaurantsList .itemBox .itemList .item::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #c06870;
    position: absolute;
    top: 10px;
    left: -13px;
    z-index: 1;
  }
}
.restaurantsList .itemBox .itemList .itemTitle {
  padding: 0 14px 0 0;
  font-size: 16px;
  font-weight: 500;
  width: 78px;
}
@media (max-width: 1500px) {
  .restaurantsList .itemBox .itemList .itemTitle {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .restaurantsList .itemBox .itemList .itemTitle {
    font-size: 16px;
  }
}
.restaurantsList .itemBox .itemList .itemText {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1.7;
  width: calc(100% - 78px);
}
@media (max-width: 1500px) {
  .restaurantsList .itemBox .itemList .itemText {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .restaurantsList .itemBox .itemList .itemText {
    font-size: 14px;
  }
}
.restaurantsList .num {
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #3b3b3b;
  letter-spacing: 1px;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0 53px;
}
@media (max-width: 1500px) {
  .restaurantsList .num {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .restaurantsList .num {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .restaurantsList .num {
    margin: 0 0 30px;
  }
}
.restaurantsList .slash {
  padding: 0 10px;
}
.restaurantsList .slash::before {
  content: "/";
  display: block;
  font-size: 16px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #3b3b3b;
}
.restaurantsList .textBox .subtitle {
  font-weight: 500;
  font-size: 20px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #1f1f1f;
  letter-spacing: 0.2px;
  margin-bottom: 23px;
}
@media (max-width: 1500px) {
  .restaurantsList .textBox .subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1280px) {
  .restaurantsList .textBox .subtitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .restaurantsList .textBox .subtitle {
    font-size: 16px;
  }
}
.restaurantsList .textBox .text {
  color: #656565;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .restaurantsList .textBox .text {
    font-size: 14px;
  }
}
.restaurantsList .textBox .text:not(:last-of-type) {
  margin-bottom: 22px;
}
@media (max-width: 1500px) {
  .restaurantsList .textBox .text:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media (max-width: 1280px) {
  .restaurantsList .textBox .text:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.restaurantsList .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 64px -5px 0;
}
@media (max-width: 1500px) {
  .restaurantsList .buttons {
    margin: 30px -5px 0;
  }
}
.restaurantsList .buttons .btnBox {
  width: 50%;
  padding: 0 5px;
}
@media (max-width: 480px) {
  .restaurantsList .buttons .btnBox {
    width: 100%;
    padding: 0 5px 20px;
  }
}
.restaurantsList .buttons .btnBox .btn.style1 {
  width: 100%;
}
.restaurantsList .restaurantsItem {
  margin-bottom: 137px;
}
@media (max-width: 767px) {
  .restaurantsList .restaurantsItem {
    margin-bottom: 60px;
  }
}
.restaurantsList .restaurantsItem:last-of-type {
  margin-bottom: 0;
}
.restaurantsList .restaurantsItem:nth-of-type(odd) .Img {
  -webkit-mask: url(../images/rest_mask.png) center/100% no-repeat;
          mask: url(../images/rest_mask.png) center/100% no-repeat;
}
@media (min-width: 1501px) {
  .restaurantsList .restaurantsItem:nth-of-type(odd) .Txt {
    padding: 0 calc((100% - 1389px) / 2) 0 34px;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .restaurantsList .restaurantsItem:nth-of-type(odd) .Txt {
    padding: 0 50px 0 20px;
  }
}
@media (max-width: 1023px) {
  .restaurantsList .restaurantsItem:nth-of-type(odd) .imgBox {
    -ms-flex-order: 2;
        order: 2;
  }
}
.restaurantsList .restaurantsItem:nth-of-type(even) .imgBox {
  -ms-flex-order: 2;
      order: 2;
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .restaurantsList .restaurantsItem:nth-of-type(even) .Txt {
    padding: 0 20px 0 50px;
  }
}
.restaurantsList .restaurantsItem:nth-of-type(even) .Img {
  -webkit-mask: url(../images/rest_mask2.png) center/100% no-repeat;
          mask: url(../images/rest_mask2.png) center/100% no-repeat;
}
@media (min-width: 1501px) {
  .restaurantsList .restaurantsItem:nth-of-type(even) .Txt {
    padding: 0 34px 0 calc((100% - 1389px) / 2);
  }
}
@media (min-width: 1501px) {
  .restaurantsList .restaurantsItem:nth-of-type(1) .num {
    margin-top: -58px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(1) .logo {
    margin: 0 0 0 -2px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(2) .num {
    margin: 29px 0 53px 1px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(2) .logo {
    margin-left: -4px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(3) .num {
    margin: -20px 0 49px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(3) .topTitle {
    margin-bottom: 45px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(3) .topTitle .title {
    padding: 6px 0 0 19px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(3) .itemList .itemTitle {
    padding: 0 13px 0 0;
  }
  .restaurantsList .restaurantsItem:nth-of-type(4) .num {
    margin-bottom: 52px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(4) .topTitle {
    margin-bottom: 44px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(4) .topTitle .title {
    padding: 2px 0 0 22px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(4) .subtitle {
    margin-bottom: 22px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(4) .logo {
    padding: 5px 0px 0 10px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(4) .itemBox {
    margin: 0 0 32px 0px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(4) .buttons {
    margin: 59px -5px 0;
  }
  .restaurantsList .restaurantsItem:nth-of-type(5) .topTitle {
    margin-bottom: 43px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(5) .topTitle .title {
    padding: 0 0 0 21px;
  }
  .restaurantsList .restaurantsItem:nth-of-type(5) .logo {
    padding: 5px 7px 0 4px;
  }
}

.introBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.introBox .left {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 0px 0 24px 0;
}
@media (max-width: 1023px) {
  .introBox .left {
    width: 100%;
  }
}
.introBox .left .logo {
  width: 132px;
}
.introBox .left .articleTitle {
  width: calc(100% - 135px);
  margin: 0;
  padding: 3px 0 0 29px;
}
@media (max-width: 480px) {
  .introBox .left .articleTitle {
    width: 100%;
    padding: 20px 0 0;
  }
}
.introBox .Txt {
  width: 55%;
  padding: 0 0 0 9px;
}
@media (max-width: 1023px) {
  .introBox .Txt {
    width: 100%;
    padding: 0;
  }
}
.introBox .Txt .subtitle {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #1f1f1f;
  letter-spacing: 0.1px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(192, 104, 112, 0.3);
  margin-bottom: 28px;
}
@media (max-width: 1500px) {
  .introBox .Txt .subtitle {
    font-size: 18px;
  }
}
.introBox .Txt .text {
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #656565;
  letter-spacing: 0.2px;
}
@media (max-width: 1500px) {
  .introBox .Txt .text {
    font-size: 14px;
  }
}

.insIntroBox {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .insIntroBox {
    padding-bottom: 40px;
  }
}
.insIntroBox:not(.show) .left {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.insIntroBox:not(.show) .Txt {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.insIntroBox.show .left {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s;
}
.insIntroBox.show .Txt {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.4s;
}

.albumBox {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .albumBox {
    position: relative;
    margin-top: 40px;
  }
}
.albumBox .albumNavBox {
  max-width: 420px;
  bottom: 5%;
}
@media (max-width: 1023px) {
  .albumBox .albumNavBox {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .albumBox .albumNavBox {
    display: none;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: unset;
    padding: 0 20px;
  }
  .albumBox .albumNavBox .slickBtnBox {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.albumBox .albumList .albumItem {
  aspect-ratio: unset;
}
@media (max-width: 1023px) {
  .albumBox .albumList .albumItem {
    max-height: unset;
    height: auto;
  }
  .albumBox .albumList .albumItem img {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }
}
.albumBox .albumList.albumListNav {
  margin: 0 -6px;
}
@media (max-width: 767px) {
  .albumBox .albumList.albumListNav {
    display: none;
  }
}
.albumBox .albumList.albumListNav .albumItem {
  padding: 0 6px;
}
.albumBox .albumList.albumListNav .albumItem.current .Img {
  border-color: #c06870;
}
@media (min-width: 1024px) {
  .albumBox .albumList.albumListNav .albumItem:hover .Img {
    border-color: #c06870;
  }
}
.albumBox .albumList.albumListNav .albumItem .Img {
  border: 3px solid #fff;
}
@media (max-width: 480px) {
  .albumBox .albumList.albumListNav .albumItem .Img {
    border-width: 2px;
  }
}
.albumBox:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.albumBox.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s;
}

.contentList {
  margin: 0 -57px 63px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contentList {
    margin-bottom: 40px;
  }
}
.contentList .contentItem {
  padding: 0 57px;
  width: 50%;
}
@media (max-width: 1023px) {
  .contentList .contentItem {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .contentList .contentItem:nth-of-type(1) {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .contentList .contentItem:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .contentList .contentItem:nth-of-type(1) .itemTitle {
    margin-left: -2px;
  }
}
@media (min-width: 1024px) {
  .contentList .contentItem:nth-of-type(2) {
    margin-left: -5px;
  }
  .contentList .contentItem:nth-of-type(2) .itemTitle {
    margin-bottom: 10px;
  }
  .contentList .contentItem:nth-of-type(2) .itemText {
    letter-spacing: 0.3px;
  }
  .contentList .contentItem:nth-of-type(2) .itemText .text {
    padding: 5px 0 10px 1px;
  }
}
.contentList .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  max-width: 585px;
}
.contentList .buttons .btnBox {
  width: 50%;
  padding: 0 5px;
}
.contentList .buttons .btnBox .btn.style1 {
  width: 100%;
}
.contentList .itemTitle {
  font-size: 30px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #3b3b3b;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(192, 104, 112, 0.2);
  margin-bottom: 9px;
}
@media (max-width: 1500px) {
  .contentList .itemTitle {
    font-size: 26px;
  }
}
.contentList .itemText {
  min-height: 102px;
}
@media (max-width: 767px) {
  .contentList .itemText {
    min-height: unset;
  }
}
.contentList .itemText .text {
  padding: 5px 0 10px;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #2b2b2b;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .contentList .itemText .text {
    font-size: 14px;
  }
}
.contentList:not(.show) .contentItem {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.contentList:not(.show) .contentItem:nth-of-type(1) {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.contentList.show .contentItem {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s;
}

.sideDataArea {
  margin: 80px 0;
}
@media (max-width: 1023px) {
  .sideDataArea .sideDataBox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sideDataArea {
    margin: 40px 0 80px;
  }
}