@charset "UTF-8";
/* CSS Document */
.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

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

.roomList {
  position: relative;
  z-index: 1;
}

.roomList li:nth-child(even) .item {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.roomList li:nth-child(even) .Img {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.roomList .Img {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.roomList .Txt {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.roomList .item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.roomList .Img {
  position: relative;
  width: 50%;
}

.roomList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roomList .Txt {
  width: 50%;
  background: url("../images/bg.jpg") repeat;
  box-shadow: 0 1px 20px rgba(11, 3, 6, 0.05);
  padding: 105px 100px 105px 80px;
  box-sizing: border-box;
  min-height: 500px;
}

.roomList h3 a {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #222;
  letter-spacing: .075em;
  margin-bottom: 25px;
}

.roomList .ellipsis {
  height: 52px;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: .075em;
  margin-bottom: 35px;
}

.roomList .iconBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 3px;
  border: 1px solid #ddd;
  border-right: none;
  border-left: none;
  box-sizing: border-box;
  margin-bottom: 40px;
  color: #ce9210;
  line-height: 21px;
}

.roomList .iconBox img {
  margin-right: 15px;
}

.roomList .bottomBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.roomList .btn01 {
  margin-right: 15px;
}

.roomList .btn01:before {
  left: -110px;
  width: 127px;
}

.roomList .price {
  color: #ce9210;
  font-size: 30px;
  letter-spacing: .025em;
  font-family: "Chivo", sans-serif, "微軟正黑體";
  font-weight: 300;
}

.roomList .price span {
  margin-left: 5px;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
}

.roomList .price em {
  font-size: 12px;
  margin-left: 12px;
}

/******內頁******/
.contentBox .leftBox .Img img {
  width: 100%;
}

.contentBox .leftBox h3 {
  margin: 10px 0 20px 0;
  border: none;
}

.contentBox .rightBox .link {
  margin-bottom: 40px;
}

.contentBox .rightBox .link a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  color: #FFF;
  box-shadow: 2px 2px 2px #CCC;
  border-radius: 3px;
  text-align: center;
  transition: none;
}

@media (max-width: 1400px) {
  .roomList .Txt {
    padding: 50px 40px;
  }
}

@media (max-width: 1180px) {
  .roomList li:nth-child(even) .item {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .roomList .item {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .roomList .Txt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
  }
}

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}

@media (max-width: 960px) {
  .roomList .bottomBox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .roomList .price {
    margin-bottom: 15px;
  }
  .roomList .btn01 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 767px) {
  .roomList li {
    margin-bottom: 15px;
  }
  .roomList .item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .roomList .Img {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
  .roomList .Txt {
    width: 100%;
    min-height: 100px;
  }
}

/*640*/
/*480*/
/*480 end*/
