@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:300, 400);
@import url(https://fonts.googleapis.com/css2?family=Noto + Sans + TC&family=Noto + Serif + TC&family=Playfair + Display&display=swap);
.contentBox .leftBox {
    padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
    .contentBox .leftBox {
        padding: 0 0 30px 0;
    }
}
.contentBox .rightBox {
    padding: 0;
}
.classNote {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #222;
    text-align: center;
}
.roomList li {
    padding: 20px 0;
}
.roomList li:nth-of-type(2n) .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.roomList .item {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f5f5;
}

.roomList .mTitle {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .roomList .item {
        display: block;
    }
}
.roomList .Img {
    width: 66%;
}
@media (max-width: 767px) {
    .roomList .Img {
        width: 100%;
    }
}
.contentBox .roomList .Img img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit:cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (max-width: 1180px) {
    .contentBox .roomList .Img img {
    height: 450px;
    }
}

@media (max-width: 767px) {
    .contentBox .roomList .Img img {
    height: 300px;
    }
}

.roomList .Txt {
    margin-left: 15px;
    width: calc(34% - 15px);
    padding: 100px 40px 20px;
    background-color: #f5f5f5;
}
@media (max-width: 1180px) {
    .roomList .Txt {
        padding-top: 100px;
    }
}
@media (max-width: 960px) {
    .roomList .Txt {
        padding: 40px 40px 0;
    }
}
@media (max-width: 767px) {
    .roomList .Txt {
        margin-left: 0;
        width: 100%;
        padding: 20px 20px 0;
    }
}
.roomList .Txt p {
    font-size: 14px;
    color: #989898;
    line-height: 1.6;
    letter-spacing: 0.5px;
    height: 90px;
}
.roomList .textBox {
    position: relative;
    height: 100%;
}
.roomList .title {
    margin-bottom: 5px;
}
.roomList .title a {
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #000;
}
.roomList .title a:hover {
    color: #f96fab;
}
.roomList .btn {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
    .roomList .btn {
        position: relative;
        /*height: 40px;*/
        justify-content: flex-start;
    }
}
.roomList .btn a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    padding: 10px;
    /*margin-right: -10px;*/
}
.roomList .btn a:hover span:after,
.roomList .btn a:hover span:before {
    background-color: #f96fab;
}
.roomList .btn span {
    margin-left: 13px;
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
}
.roomList .btn span:after,
.roomList .btn span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    width: 100%;
    height: 1px;
    background-color: #d0d0d0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.roomList .btn span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.contentBox .leftBox h3 {
    margin: 10px 0 20px 0;
    border: none;
}
.contentBox .Img img {
    display: block;
    width: 100%;
    height: 700px;
    object-fit:cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (max-width: 1180px) {
    .contentBox .Img img {
    height: 500px;
    }
}

@media (max-width: 767px) {
    .contentBox .Img img {
    height: 300px;
    }
}

.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;
    transition: none;
}
.side_album {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.side_album li {
    width: 12.5%;
}
@media (max-width: 1024px) {
    .side_album li {
        width: 16.6666666667%;
    }
}
@media (max-width: 840px) {
    .side_album li {
        width: 20%;
    }
}
@media (max-width: 640px) {
    .side_album li {
        width: 25%;
    }
}
@media (max-width: 540px) {
    .side_album li {
        width: 33.3333333333%;
    }
}
@media (max-width: 320px) {
    .side_album li {
        width: 50%;
    }
}


.btnStyle a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    height: 40px;
    font-size: 14px;
    font-family: "Playfair Display", serif;
    color: #fff;
    border: 1px solid #f96fab;
    background-color: #f96fab;
}
.btnStyle a:hover {
    color: #f96fab;
    background-color: #fff;
}
.btnStyle a:hover span:after,
.btnStyle a:hover span:before {
    background-color: #f96fab;
}
.btnStyle a span {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
}
.btnStyle a span:after,
.btnStyle a span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btnStyle a span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


.titleArea {
    clear: both;
    margin-bottom: 15px;
    padding: 15px 10px;
    border-bottom: 1px dashed #b6b6b6;
}
.titleArea h1 {
    font-size: 19px;
    font-weight: 400;
    color: #2f2f2f;
    overflow: hidden;
}
.titleArea h1 strong {
    display: block;
    font-weight: 400;
}
.titleArea h1 b {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #a3a3a3;
}
.titleArea .btn-fb {
    float: left;
}
.titleArea a.back {
    float: right;
    display: block;
    margin-left: 5px;
    font-size: 10pt;
    color: #06f;
    cursor: pointer;
}