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

.contentBox .rightBox {
  padding: 0;
}

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

.roomList {
  margin: 0 -22px;
}

.roomList li {
  padding: 0 22px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.roomList .item {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.roomList .item:hover {
  background-color: #5b975f;
}

.roomList .item:hover .Img img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: .6;
}

.roomList .item:hover svg {
  fill: #5b975f;
}

.roomList .item:hover .Txt h3 a {
  color: #fff;
}

.roomList .item:hover .Txt h3 a:before {
  width: 35px;
}

.roomList .item:hover .Txt p {
  color: #fff;
}

.roomList .Img {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.roomList .Img img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.roomList .waveBox {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: auto;
}

.roomList svg {
  width: 100%;
  height: auto;
  fill: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.roomList .Txt {
  padding: 0 15px 30px;
  text-align: center;
}

.roomList .Txt h3 a {
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 21px;
  color: #111;
  letter-spacing: .05em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.roomList .Txt h3 a:hover {
  color: #933634;
}

.roomList .Txt h3 a:before, .roomList .Txt h3 a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
}

.roomList .Txt h3 a:before {
  z-index: 2;
  width: 0;
  background-color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.roomList .Txt h3 a:after {
  width: 35px;
  background-color: #5b975f;
}

.roomList .Txt p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  letter-spacing: .05em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/******內頁******/
.contentBox .leftBox h3 {
  margin: 10px 0 20px 0;
  border: none;
}

.contentBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

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

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