/* CSS Document */
body:not(.WebSiteHome) .topArea {
  padding: 205px 0 88px;
}
@media (max-width: 1023px) {
  body:not(.WebSiteHome) .topArea {
    padding: 140px 0 40px;
  }
}
body:not(.WebSiteHome) .contentBox {
  padding: 239px 0 198px;
}
@media (max-width: 1540px) {
  body:not(.WebSiteHome) .contentBox {
    padding: 200px 0 150px;
  }
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome) .contentBox {
    padding: 150px 0;
  }
}
body:not(.WebSiteHome) .contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  body:not(.WebSiteHome) .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
body:not(.WebSiteHome) .contentBox .rightBox {
  padding: 0;
}

.roomStyleList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1350px) {
  .roomStyleList {
    margin-bottom: 20px;
  }
}
.roomStyleList .roomStyleItem {
  border: 1px solid #C9C9C9;
  font-family: "Lato", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 14px;
  margin: 0 13px 0 0;
  border-radius: 999px;
  color: #C9C9C9;
  background-color: #fff;
}
@media (max-width: 1540px) {
  .roomStyleList .roomStyleItem {
    padding: 8px 10px;
    font-size: 12px;
    margin: 0 7px 0 0;
  }
}

.roomList .roomItem {
  margin: 0 0 237px;
}
@media (max-width: 1540px) {
  .roomList .roomItem {
    margin: 0 0 200px;
  }
}
@media (max-width: 1200px) {
  .roomList .roomItem {
    margin: 0 0 150px;
  }
}
.roomList .roomItem:last-child {
  margin: 0;
}
.roomList .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media (max-width: 1200px) {
  .roomList .item {
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 1023px) {
  .roomList .item {
    display: block;
  }
}
.roomList .imgBox {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .roomList .imgBox {
    -ms-flex-order: 2;
        order: 2;
    max-width: calc(100% - 446px);
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .roomList .imgBox {
    max-width: calc(100% - 400px);
  }
}
.roomList .imgBox .decoBox {
  position: absolute;
  z-index: 1;
  width: 50.7%;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .roomList .imgBox .decoBox {
    display: none;
  }
}
.roomList .Img {
  position: relative;
  overflow: hidden;
}
.roomList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.roomList .Txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: start;
  font-family: "Lato", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .roomList .Txt {
    -ms-flex-order: 1;
        order: 1;
    width: 446px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .roomList .Txt {
    width: 400px;
  }
}
.roomList .Txt .title {
  position: relative;
  font-size: 35px;
  line-height: 1.09;
  letter-spacing: 0.4px;
  color: #252B17;
}
@media (max-width: 1540px) {
  .roomList .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 1350px) {
  .roomList .Txt .title {
    font-size: 26px;
  }
}
.roomList .Txt .title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #252B17;
  margin: 37px 0;
}
@media (max-width: 1540px) {
  .roomList .Txt .title::after {
    margin: 20px 0;
  }
}
.roomList .Txt .title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.roomList .Txt .text {
  font-size: 15px;
  line-height: 1.866;
  letter-spacing: 0.8px;
  color: #879177;
  width: 100%;
}
@media (min-width: 1024px) {
  .roomList .Txt .text {
    height: 144px;
    max-width: 350px;
  }
}
@media (min-width: 1024px) and (max-width: 1540px) {
  .roomList .Txt .text {
    font-size: 14px;
    height: 135px;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .roomList .Txt .text {
    font-size: 13px;
    height: 125px;
  }
}
.roomList .Txt .btnBox {
  margin-top: 50px;
}
@media (max-width: 1540px) {
  .roomList .Txt .btnBox {
    margin-top: 40px;
  }
}
@media (max-width: 1350px) {
  .roomList .Txt .btnBox {
    margin-top: 20px;
  }
}

.albumArea {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .albumArea .slick-list {
    overflow: unset;
  }
  .albumArea .wrap {
    max-width: 1550px;
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}
.albumArea img {
  width: 100%;
}
.albumArea .albumBox {
  width: 100%;
}
.albumArea .albumList {
  margin: 0 -14px;
}
.albumArea .albumList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
}
.albumArea .albumList:not(.slick-slider) .albumTopItem {
  width: 370px;
}
.albumArea .albumList:not(.slick-slider) .albumTopItem:not(:first-child) {
  display: none;
}
.albumArea .albumList .albumTopItem {
  padding: 0 14px;
  cursor: pointer;
}
.albumArea .albumList .albumTitle {
  padding: 15px 0 0;
  margin: 0 0 0 -1px;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.1px;
  color: #879177;
}
@media (max-width: 1540px) {
  .albumArea .albumList .albumTitle {
    font-size: 14px;
  }
}
.albumArea .slickBtnBox {
  padding: 19px 0 0;
  -ms-flex-pack: center;
      justify-content: center;
}
.albumArea:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.albumArea.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.2s linear;
}

.roomStyleArea {
  padding: 118px 0;
}
.roomStyleArea .wrap {
  position: relative;
}
@media (max-width: 1023px) {
  .roomStyleArea .wrap .roomStyleListTab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.roomStyleArea .wrap .roomStyleList {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(57.8% + 5vw);
}
@media (max-width: 1750px) {
  .roomStyleArea .wrap .roomStyleList {
    left: calc(57.8% + 50px);
  }
}
@media (max-width: 1540px) {
  .roomStyleArea .wrap .roomStyleList {
    left: calc(57.8% + 20px);
  }
}
@media (max-width: 1350px) {
  .roomStyleArea .wrap .roomStyleList {
    left: calc(60% + 20px);
  }
}
@media (max-width: 1023px) {
  .roomStyleArea .wrap .roomStyleList {
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
}
.roomStyleArea .wrap .roomStyleList::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 999px;
  border: 1px solid #879177;
}
.roomStyleArea .wrap .roomStyleList .roomStyleItem {
  padding: 13px 15px;
  border: none;
  color: #879177;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
.roomStyleArea .wrap .roomStyleList .roomStyleItem::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #89ba2a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 999px;
  opacity: 0;
  transition: all 0.5s;
}
.roomStyleArea .wrap .roomStyleList .roomStyleItem .text {
  position: relative;
  z-index: 1;
}
.roomStyleArea .wrap .roomStyleList .roomStyleItem:last-child {
  margin: 0;
}
.roomStyleArea .wrap .roomStyleList .roomStyleItem.current {
  color: #fff;
}
.roomStyleArea .wrap .roomStyleList .roomStyleItem.current::before {
  opacity: 1;
}
@media (min-width: 1200px) {
  .roomStyleArea .wrap .roomStyleList .roomStyleItem:hover:not(.current) {
    color: #89ba2a;
  }
}
.roomStyleArea .roomStyleContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1350px) {
  .roomStyleArea .roomStyleContent .albumBox {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  .roomStyleArea .roomStyleContent .albumBox {
    width: 100%;
  }
}
.roomStyleArea .roomStyleContent .Txt {
  width: 42.2%;
  padding-left: 5.36vw;
  padding-top: 101px;
  color: #252B17;
}
@media (max-width: 1750px) {
  .roomStyleArea .roomStyleContent .Txt {
    padding-left: 60px;
  }
}
@media (max-width: 1540px) {
  .roomStyleArea .roomStyleContent .Txt {
    padding-left: 26px;
    padding-top: 80px;
  }
}
@media (max-width: 1350px) {
  .roomStyleArea .roomStyleContent .Txt {
    padding-top: 60px;
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .roomStyleArea .roomStyleContent .Txt {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
}
.roomStyleArea .roomStyleContent .Txt .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: end;
  margin: 0 0 53px;
}
@media (max-width: 1750px) {
  .roomStyleArea .roomStyleContent .Txt .top {
    margin: 0 0 40px;
  }
}
@media (max-width: 1540px) {
  .roomStyleArea .roomStyleContent .Txt .top {
    margin: 0 0 20px;
  }
}
@media (max-width: 800px) {
  .roomStyleArea .roomStyleContent .Txt .top {
    display: block;
  }
}
.roomStyleArea .roomStyleContent .Txt .top .left {
  width: calc(100% - 220px);
}
@media (max-width: 800px) {
  .roomStyleArea .roomStyleContent .Txt .top .left {
    width: 100%;
  }
}
.roomStyleArea .roomStyleContent .subtitle {
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0.9px;
  margin: 0 0 15px;
}
@media (max-width: 1540px) {
  .roomStyleArea .roomStyleContent .subtitle {
    font-size: 14px;
  }
}
.roomStyleArea .roomStyleContent .title {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 1540px) {
  .roomStyleArea .roomStyleContent .title {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .roomStyleArea .roomStyleContent .title {
    margin-bottom: 20px;
  }
}
.roomStyleArea .roomStyleContent .textEditor {
  font-size: 15px;
  line-height: 1.866;
  letter-spacing: 0.8px;
  color: #879177;
  min-height: 160px;
}
@media (max-width: 1540px) {
  .roomStyleArea .roomStyleContent .textEditor {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .roomStyleArea .roomStyleContent .textEditor {
    min-height: unset;
  }
}
.roomStyleArea .roomStyleContent .textEditor .text {
  margin: 0 0 16px;
}
.roomStyleArea .roomStyleContent .textEditor .text:last-child {
  margin: 0;
}
.roomStyleArea .roomStyleContent .priceBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  font-size: 28px;
  line-height: 1;
  color: #879177;
}
@media (max-width: 1540px) {
  .roomStyleArea .roomStyleContent .priceBox {
    font-size: 24px;
  }
}
.roomStyleArea .roomStyleContent .priceBox .unit {
  font-size: 15px;
  margin: 0 7px 0 0;
}
@media (max-width: 1540px) {
  .roomStyleArea .roomStyleContent .priceBox .unit {
    font-size: 14px;
  }
}
.roomStyleArea .roomStyleContent .btnBox {
  margin-bottom: 97px;
}
@media (max-width: 1750px) {
  .roomStyleArea .roomStyleContent .btnBox {
    margin-bottom: 80px;
  }
}
@media (max-width: 1540px) {
  .roomStyleArea .roomStyleContent .btnBox {
    margin-bottom: 20px;
  }
}
.roomStyleArea .tagBox {
  width: 100%;
  position: relative;
  padding: 39px 0;
  border-top: 1px solid #C9C9C9;
}
@media (max-width: 1023px) {
  .roomStyleArea .tagBox {
    margin-top: 80px;
  }
}
.roomStyleArea .tagBox img {
  width: 100%;
}
.roomStyleArea .tagBox .Img {
  width: 40px;
  margin: 0 0 11px 0;
}
.roomStyleArea .tagBox .slickBtnBox {
  position: absolute;
  bottom: 100%;
  right: 0;
  padding-bottom: 20px;
}
.roomStyleArea .tagBox .tagList {
  margin: 0 -10px;
}
@media (max-width: 1750px) {
  .roomStyleArea .tagBox .tagList {
    margin: 0;
  }
}
.roomStyleArea .tagBox .tagList .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.roomStyleArea .tagBox .tagList .slick-slide {
  height: inherit;
}
.roomStyleArea .tagBox .tagList .slick-slide .item, .roomStyleArea .tagBox .tagList .slick-slide .tagItem, .roomStyleArea .tagBox .tagList .slick-slide > div {
  height: 100%;
}
.roomStyleArea .tagBox .tagList .tagItem {
  padding: 0 10px;
}
@media (max-width: 1750px) {
  .roomStyleArea .tagBox .tagList .tagItem {
    padding: 0;
    border-left: 1px solid #C9C9C9;
  }
}
.roomStyleArea .tagBox .tagList .tagItem .item {
  padding: 0 0 0 19px;
  border-left: 1px solid #C9C9C9;
  color: #879177;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1750px) {
  .roomStyleArea .tagBox .tagList .tagItem .item {
    padding: 0 8px;
    border: none;
  }
}
@media (max-width: 1540px) {
  .roomStyleArea .tagBox .tagList .tagItem .item {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .roomStyleArea .tagBox .tagList .tagItem .item {
    font-size: 12px;
    padding: 0 3px;
  }
}
@media (max-width: 1023px) {
  .roomStyleArea .tagBox .tagList .tagItem .item {
    text-align: center;
  }
}
.roomStyleArea .tagBox .tagList .tagItem .item .itemContent {
  width: 165px;
}
@media (max-width: 1540px) {
  .roomStyleArea .tagBox .tagList .tagItem .item .itemContent {
    width: 145px;
  }
}
@media (max-width: 1350px) {
  .roomStyleArea .tagBox .tagList .tagItem .item .itemContent {
    width: 125px;
  }
}
@media (max-width: 1023px) {
  .roomStyleArea .tagBox .tagList .tagItem .item .itemContent {
    width: auto;
  }
  .roomStyleArea .tagBox .tagList .tagItem .item .itemContent .Img {
    margin: 0 auto 10px;
  }
}
.roomStyleArea:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.roomStyleArea.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s linear;
}

.roomFacArea {
  padding: 119px 0 111px;
  background: url("../images/room_fac_bgi.jpg") no-repeat center center/cover;
}
@media (max-width: 1023px) {
  .roomFacArea {
    padding: 80px 0;
  }
}
.roomFacArea .roomFacTitle {
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 66px;
}
@media (max-width: 1540px) {
  .roomFacArea .roomFacTitle {
    font-size: 24px;
    margin: 0 0 50px;
  }
}
@media (max-width: 1350px) {
  .roomFacArea .roomFacTitle {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
.roomFacArea .wrap {
  max-width: 1809px;
}
.roomFacArea:not(.show) .roomFacTitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.roomFacArea:not(.show) .textEditor {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.roomFacArea.show .roomFacTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s linear;
}
.roomFacArea.show .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.2s linear;
}

.bookingNoticeArea {
  padding: 115px 0 111px;
}
.bookingNoticeArea .bookNoticeTitle {
  font-size: 28px;
  line-height: 1.357;
  letter-spacing: 1.1px;
  margin: 0 0 16px 0;
}
.bookingNoticeArea .textEditor .text {
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.7px;
}
.bookingNoticeArea .textEditor .text::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #89ba2a;
  position: absolute;
  top: 12px;
  left: 1px;
  z-index: 1;
  border-radius: 50%;
}
.bookingNoticeArea:not(.show) .bookNoticeTitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.bookingNoticeArea:not(.show) .textEditor {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.bookingNoticeArea.show .bookNoticeTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s linear;
}
.bookingNoticeArea.show .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.2s linear;
}