@charset "UTF-8";
/* CSS Document */
.roomList .Txt::before, .roomList .Txt::after {
  transition: all .5s ease-out;
}

.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 -15px;
}

.roomList li {
  padding: 0 15px 50px;
}

.roomList .item {
  position: relative;
}

.roomList .item:hover .Txt::before {
  top: 10px;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  background-color: rgba(255, 255, 255, 0.9);
}

.roomList .item:hover .Txt::after {
  bottom: 18px;
  height: 0;
}

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

.roomList .Img {
  line-height: 0;
  text-align: center;
}

.roomList .Img img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.roomList .Txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  max-width: 350px;
  margin: auto;
  padding-top: 45px;
  padding-bottom: 30px;
  text-align: center;
  box-shadow: 0 2px 30px rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.roomList .Txt::before, .roomList .Txt::after {
  content: '';
  position: absolute;
}

.roomList .Txt::before {
  top: 0;
  left: 50%;
  z-index: -1;
  width: 350px;
  height: 350px;
  margin-left: -175px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.65);
}

.roomList .Txt::after {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 1px;
  height: 18px;
  margin: auto;
  background-color: #ef95cf;
}

.roomList .Txt a {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 2px;
  text-indent: 2px;
}

.roomList h3 {
  margin-bottom: 5px;
  font: 18px "source-han-serif-tc", serif;
  color: #292929;
}

.roomList h4 {
  font: 13px "Julius Sans One", Helvetica, Arial, sans-serif;
  color: #333;
}

/******內頁******/
.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;
  box-shadow: 2px 2px 2px #CCC;
  border-radius: 3px;
  text-align: center;
  transition: none;
}

.equipmentList {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.equipmentList li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px 20px;
}

.equipmentList span {
  margin-top: auto;
  font-size: 13px;
}

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

@media (max-width: 800px) {
  .roomList li {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .equipmentList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .roomList {
    margin-left: 0;
    margin-right: 0;
  }
  .roomList li {
    padding-left: 0;
    padding-right: 0;
  }
  .roomList .Txt {
    position: static;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .roomList .Txt::before, .roomList .Txt::after {
    display: none;
  }
}

@media (max-width: 400px) {
  .equipmentList {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .equipmentList li {
    width: 100%;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .equipmentList span {
    margin-bottom: auto;
    margin-left: 10px;
  }
}
