/* CSS Document */
@media (max-width: 640px) {
  .bannerArea.hasBanner .Img {
    overflow: hidden;
    height: 400px;
  }
}
.bannerArea.hasBanner .Img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 850px;
}
@media (max-width: 640px) {
  .bannerArea.hasBanner .Img img {
    height: 500px;
  }
}

.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.8;
  color: #222;
  text-align: center;
}

.listPage {
  padding: 0 !important;
}
.listPage .bread {
  display: inline-block !important;
}
.listPage .wrap {
  max-width: 100%;
  padding: 0;
}

.restaurantList .restaurantItem {
  width: 100%;
}
@media (min-width: 1181px) {
  .restaurantList .restaurantItem:nth-child(odd) .Img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .restaurantList .restaurantItem:nth-child(odd) .Txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1536px) {
  .restaurantList .restaurantItem:nth-child(even) .Txt {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 40px 0 180px;
  }
}
@media (max-width: 1180px) {
  .restaurantList .restaurantItem:nth-child(even) .Txt {
    width: 100%;
    padding: 100px 20px;
  }
}
@media (max-width: 640px) {
  .restaurantList .restaurantItem:nth-child(even) .Txt {
    padding: 40px 20px;
  }
}
.restaurantList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #e9ebf0;
}
@media (max-width: 1180px) {
  .restaurantList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.restaurantList .item::before {
  content: "";
  position: absolute;
  background-image: url("../images/restaurant_bg.png");
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .restaurantList .item::before {
    background-size: cover;
  }
}
.restaurantList .Img {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .restaurantList .Img {
    width: 100%;
  }
}
.restaurantList .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .restaurantList .Img img {
    height: auto;
  }
}
.restaurantList .ImgDeco {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 285px;
  border-radius: 140px;
  z-index: 3;
  overflow: hidden;
  border: 6px solid #fff;
  background-color: #fff;
}
@media (max-width: 640px) {
  .restaurantList .ImgDeco {
    display: none;
  }
}
.restaurantList .ImgDeco img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
}
.restaurantList .Txt {
  width: 50%;
  padding: 100px 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1890px) {
  .restaurantList .Txt {
    padding: 100px 200px;
  }
}
@media (max-width: 1536px) {
  .restaurantList .Txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 180px 0 40px;
  }
}
@media (max-width: 1180px) {
  .restaurantList .Txt {
    width: 100%;
    padding: 100px 20px;
  }
}
@media (max-width: 640px) {
  .restaurantList .Txt {
    padding: 40px 0px;
  }
}
.restaurantList .Txt .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.restaurantList .Txt .bottom {
  width: 100%;
}
.restaurantList .Txt .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1180px) {
  .restaurantList .Txt .left {
    width: 100%;
  }
}
.restaurantList .Txt .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .restaurantList .Txt .right {
    width: 100%;
  }
}
.restaurantList .Txt .titleEn {
  color: #002554;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
.restaurantList .Txt .titleTw a {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.4px;
}
.restaurantList .Txt .text {
  margin-top: 20px;
  height: 170px;
  color: #7e848d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
}
.restaurantList .Txt .logo {
  width: 150px;
  display: block;
}
@media (max-width: 640px) {
  .restaurantList .Txt .logo {
    width: 100px;
  }
}
.restaurantList .Txt .floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
  width: 70px;
}
.restaurantList .Txt .floor::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #cacaca;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.restaurantList .Txt .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1180px) {
  .restaurantList .Txt .btnBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.restaurantList .Txt .btnBox .btn {
  margin: 0 5px;
}

.InsPageBanner {
  margin: 0 !important;
}
.InsPageBanner .bannerTxt {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  z-index: 2;
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .InsPageBanner .bannerTxt {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
}
.InsPageBanner .bannerTxt .infoBox {
  width: 360px;
  min-height: 540px;
  background-color: #eeefea;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3a4a5e;
  padding: 60px;
  position: relative;
  margin: 0 0 0 auto;
}
@media (max-width: 1180px) {
  .InsPageBanner .bannerTxt .infoBox {
    width: 100%;
    min-height: auto;
    border-radius: 0;
    padding: 40px 20px;
    margin: 0 auto;
    padding: 40px 20px 0;
  }
}
.InsPageBanner .bannerTxt .infoBox::before {
  content: "";
  position: absolute;
  background-image: url("../images/room_deco.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 174px;
  height: 105px;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.InsPageBanner .bannerTxt .infoBox .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.InsPageBanner .bannerTxt .infoBox .titleEn {
  color: #062a58;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 10px;
}
.InsPageBanner .bannerTxt .infoBox .floor {
  width: 34px;
  height: 50px;
  border-radius: 17px;
  background-color: #003f7e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.InsPageBanner .bannerTxt .infoBox .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
@media (max-width: 1180px) {
  .InsPageBanner .bannerTxt .infoBox .item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.InsPageBanner .bannerTxt .infoBox .item.mid {
  border-bottom: 1px solid #d3d3d3;
}
.InsPageBanner .bannerTxt .infoBox .item.bottom {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.InsPageBanner .bannerTxt .infoBox .item .tit {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
}
.InsPageBanner .bannerTxt .infoBox .item .infotext {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
}
.InsPageBanner .bannerTxt .infoBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1180px) {
  .InsPageBanner .bannerTxt .infoBox .btnBox {
    width: 200px;
  }
}
@media (max-width: 640px) {
  .InsPageBanner .bannerTxt .infoBox .btnBox {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    width: 100%;
  }
}
.InsPageBanner .bannerTxt .infoBox .btnBox .btnInfo {
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 640px) {
  .InsPageBanner .bannerTxt .infoBox .btnBox .btnInfo {
    width: 50%;
    padding: 0 5px;
  }
}
.InsPageBanner .bannerTxt .infoBox .btnBox .btnInfo .btn {
  width: 100%;
}
.InsPageBanner .bannerTxt .infoBox .btnBox .btnInfo .btnAlbum {
  width: 100%;
}

.restaurantInsPage {
  padding: 0 !important;
}
.restaurantInsPage .contentBox {
  display: block;
  position: relative;
  z-index: 2;
}
.restaurantInsPage .bread {
  border-bottom: 1px dashed #d3d3d3;
  border-top: 1px dashed transparent;
  display: block;
  margin: 0;
}
@media (max-width: 1180px) {
  .restaurantInsPage .bread {
    display: none;
  }
}
.restaurantInsPage .bread .wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
.restaurantInsPage .bread .wrap a {
  color: #7e848d;
}
.restaurantInsPage .bread .wrap a:hover {
  color: #002554;
}
.restaurantInsPage .bread .wrap span {
  color: #7e848d;
}

.insIntroBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 1180px) {
  .insIntroBox {
    padding: 0 0 40px 0;
  }
}
.insIntroBox .wrap {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 280px);
  padding-right: 85px;
}
@media (max-width: 767px) {
  .insIntroBox .left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}
.insIntroBox .right {
  width: 280px;
}
.insIntroBox .tipsBox {
  background-color: #f7f7f7;
  border-radius: 30px;
  padding: 40px;
  margin-top: 25px;
}
.insIntroBox .tipsBox .tit {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  color: #3a4a5e;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
}
.insIntroBox .tipsBox .text {
  color: #7e848d;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2px;
}

.side_newsArea {
  padding: 80px 0;
}
@media (max-width: 1180px) {
  .side_newsArea {
    padding: 40px 0;
  }
}
.side_newsArea .wrap {
  max-width: 1650px;
}
.side_newsArea .side_news .titleArtBox {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
  width: 100%;
}
.side_newsArea .side_news .titleArtBox .titleTw {
  color: #3a4a5e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4.8px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  position: relative;
  z-index: 2;
}
.side_newsArea .side_news .titleArtBox .subtitleEn {
  text-transform: uppercase;
  font-family: "Bellefair", "Microsoft JhengHei", "sans-serif";
  color: transparent;
  -webkit-text-stroke: 1px rgb(220, 220, 220);
  position: absolute;
  top: -15px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  font-style: normal;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6.6px;
}
@media (max-width: 640px) {
  .side_newsArea .side_news .titleArtBox .subtitleEn {
    font-size: 40px;
    top: -5px;
  }
}
.side_newsArea .side_news .sideNewsListBox {
  position: relative;
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.side_newsArea .side_news .sideNewsList {
  width: 100%;
  margin: 0 -20px;
}
@media (max-width: 640px) {
  .side_newsArea .side_news .sideNewsList {
    padding: 0;
    margin: 0;
  }
}
.side_newsArea .side_news .sideNewsItem {
  padding: 0px 20px;
}
@media (max-width: 1440px) {
  .side_newsArea .side_news .sideNewsItem {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .side_newsArea .side_news .sideNewsItem {
    padding: 0;
  }
}
.side_newsArea .side_news .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .side_newsArea .side_news .item {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.side_newsArea .side_news .Img {
  border-radius: 110px;
  overflow: hidden;
  width: 200px;
}
.side_newsArea .side_news .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
}
.side_newsArea .side_news .Txt {
  width: calc(100% - 200px);
  position: relative;
  padding: 30px 0 30px 20px;
}
@media (max-width: 1680px) {
  .side_newsArea .side_news .Txt {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .side_newsArea .side_news .Txt {
    width: 100%;
    padding: 30px 0;
  }
}
.side_newsArea .side_news .Txt .title {
  border-top: 1px dashed #d3d3d3;
  margin: 20px 0;
  padding-top: 20px;
}
.side_newsArea .side_news .Txt .title a {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side_newsArea .side_news .Txt .eventDate {
  color: #7e848d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.side_newsArea .side_news .Txt .eventDate span {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.8px;
  position: relative;
  width: 80px;
  display: block;
  margin-bottom: 10px;
}
.side_newsArea .side_news .Txt .eventDate span::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #7e848d;
  top: 45%;
  right: 0;
}
.side_newsArea .side_news .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  left: unset;
  padding: 0;
  pointer-events: none;
}
.side_newsArea .side_news .arrowBox .arrow {
  width: 36px;
  height: 36px;
  pointer-events: auto;
}
.side_newsArea .side_news .arrowBox .arrow::before {
  width: 36px;
  height: 36px;
}
.side_newsArea .side_news .arrowBox .arrowPrev {
  left: -120px;
}
.side_newsArea .side_news .arrowBox .arrowPrev::before {
  left: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.side_newsArea .side_news .arrowBox .arrowNext {
  right: -120px;
}
.side_newsArea .side_news .arrowBox .arrowNext::before {
  right: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}