/* CSS Document */
.roomList .roomItem {
  margin-bottom: 40px;
}
.roomList .roomItem:nth-of-type(even) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1440px) {
  .roomList .roomItem:nth-of-type(even) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.roomList .roomItem:last-child {
  margin: 0;
}
.roomList .item {
  background: #f8f5ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 1440px) {
  .roomList .item {
    max-width: 825px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
.roomList .item .Img {
  width: 100%;
  max-width: 825px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .roomList .item .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
.roomList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.roomList .item .Txt {
  width: 100%;
  padding: 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .roomList .item .Txt {
    padding: 30px 20px;
  }
}
.roomList .item .Txt .title {
  color: #aa852f;
  font-size: 24px;
  font-weight: 300;
  line-height: calc(24 / 24);
  letter-spacing: calc(24 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .roomList .item .Txt .title:hover a {
    color: #504845;
  }
}
.roomList .item .Txt .text {
  margin-top: 20px;
  color: #313131;
  font-size: 18px;
  font-weight: 300;
  line-height: calc(28 / 18);
  letter-spacing: calc(18 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.roomList .item .Txt .content {
  margin-top: 30px;
}
.roomList .item .Txt .content .rows {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.roomList .item .Txt .content .rows:last-child {
  margin: 0;
}
.roomList .item .Txt .content .rows .unit {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.roomList .item .Txt .content .rows .unit i {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
  border-style: solid;
  border-color: #e4d9be;
  border-width: 1px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.roomList .item .Txt .content .rows .unit i::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 480px) {
  .roomList .item .Txt .content .rows .unit i::before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 640px) {
  .roomList .item .Txt .content .rows .unit i {
    margin: 0;
  }
}
.roomList .item .Txt .content .rows .unit i.bed::before {
  background: url("../images/roomIC_1.png") no-repeat center center;
  background-size: contain;
}
.roomList .item .Txt .content .rows .unit i.people::before {
  background: url("../images/roomIC_2.png") no-repeat center center;
  background-size: contain;
}
.roomList .item .Txt .content .rows .unit i.size::before {
  background: url("../images/roomIC_3.png") no-repeat center center;
  background-size: contain;
}
.roomList .item .Txt .content .rows .unit p {
  width: 160px;
  color: #aa852f;
  font-size: 20px;
  font-weight: 300;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 0 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  border-right: 1px solid #d2d2d2;
}
@media (max-width: 1740px) {
  .roomList .item .Txt .content .rows .unit p {
    width: 120px;
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .roomList .item .Txt .content .rows .unit p {
    display: none;
  }
}
.roomList .item .Txt .content .rows .value {
  color: #313131;
  font-size: 18px;
  font-weight: 300;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 20 / 1000 * 1px);
  font-family: "Arial", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1740px) {
  .roomList .item .Txt .content .rows .value {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .roomList .item .Txt .content .rows .value {
    font-size: 14px;
  }
}
.roomList .item .Txt .btnBox {
  margin-top: 30px;
}
.roomList .item .bg {
  background: url("../images/home_roomBG.jpg") no-repeat top center;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.roomList .item .bg::before {
  content: "";
  position: absolute;
  width: 255px;
  height: 250px;
  background: url("../images/home_roomLOGO.png") no-repeat center center;
  background-size: contain;
  bottom: 0;
  right: -100px;
  opacity: 0.25;
}

.innerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.innerContent .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.innerContent .textBox .text {
  color: #313131;
  font-size: 18px;
  font-weight: 300;
  line-height: calc(28 / 18);
  letter-spacing: calc(18 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  .innerContent .textBox .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .innerContent .textBox .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.innerContent .content {
  margin-top: 30px;
}
.innerContent .content .rows {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.innerContent .content .rows:last-child {
  margin: 0;
}
.innerContent .content .rows .unit {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.innerContent .content .rows .unit i {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
  border-style: solid;
  border-color: #e4d9be;
  border-width: 1px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.innerContent .content .rows .unit i::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 480px) {
  .innerContent .content .rows .unit i::before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480px) {
  .innerContent .content .rows .unit i {
    margin: 0;
  }
}
.innerContent .content .rows .unit i.bed::before {
  background: url("../images/roomIC_1.png") no-repeat center center;
  background-size: contain;
}
.innerContent .content .rows .unit i.people::before {
  background: url("../images/roomIC_2.png") no-repeat center center;
  background-size: contain;
}
.innerContent .content .rows .unit i.size::before {
  background: url("../images/roomIC_3.png") no-repeat center center;
  background-size: contain;
}
.innerContent .content .rows .unit p {
  width: 160px;
  color: #aa852f;
  font-size: 20px;
  font-weight: 300;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 0 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  border-right: 1px solid #d2d2d2;
}
@media (max-width: 1740px) {
  .innerContent .content .rows .unit p {
    width: 120px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .innerContent .content .rows .unit p {
    display: none;
  }
}
.innerContent .content .rows .value {
  color: #313131;
  font-size: 18px;
  font-weight: 300;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 20 / 1000 * 1px);
  font-family: "Arial", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1740px) {
  .innerContent .content .rows .value {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .innerContent .content .rows .value {
    font-size: 14px;
  }
}