.main-sect { /* main的section */
    /* padding: 40px; */
}
.main::after {
    content: '';
    display: block;
    clear: both;
}
.room-rate-sect-title-1 { /* 房價表的標題 */
    position: relative;
    margin-bottom: 40px;
    padding: 20px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.room-rate-sect-title-1::after {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 2px;
    left: 0;
    bottom: 0;
}
.room-rate-sect-title-1::before {
    content: '';
    position: absolute;
    display: block;
    width: 230px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #f0f0f0;
}

.room-rate-sect-2 { /* 房價表的注意事項 */
    position: relative;
    width: 100%;
}
.room-rate-sect-title-2 { /* 房價表的注意事項標題 */
    position: relative;
    font-size: 1.25rem;
    font-weight: bold;
}
.room-rate-sect-title-2::before { /* 房價表的注意事項標題的左側icon */
    position: absolute;
    content: '';
    display: block;
    background: url('../images/t-icon10.png') no-repeat center center;
    background-size: 100% 100%;
}
.room-rate-sect-cont-2 { /* 房價表的注意事項內容 */
    margin-top: 10px;
}
.room-rate-cont-head { /* 房價表的注意事項內容子標題(平假日定義、入退時間、入住須知) */
    font-size: 1.1rem;
    font-weight: bold;
}
.room-rate-cont-div { /* 房價表的注意事項內容子內容(平假日定義、入退時間、入住須知) */
    padding-bottom: 30px;
}
.room-rate-cont-div:last-of-type {
    padding-bottom: 0;
}

@media screen and (min-width: 1000px) {
    .main { /* main */
        
    }
    .main-sect { /* main的section */
        padding: 40px 12%;
    }    
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main { /* main */
        
    }
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
}
@media screen and (min-width: 768px) {
    .room-rate-sect-1 {  /* 房價表的標題'區塊' */
        padding-top: 0;
        padding-bottom: 0;
    }
    .room-rate-sect-title-2 { /* 房價表的注意事項標題 */
        height: 64px;
        padding-left: 74px;
        line-height: 64px;
    }
    .room-rate-sect-title-2::before { /* 房價表的注意事項標題的左側icon */
        width: 60px;
        height: 60px;
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 767px) {
    .main { /* main */
        
    }
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
    .room-rate-sect-1 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .room-rate-sect-title-2 { /* 房價表的注意事項標題 */
        height: 50px;
        padding-left: 60px;
        line-height: 50px;
    }
    .room-rate-sect-title-2::before { /* 房價表的注意事項標題的左側icon */
        width: 45px;
        height: 45px;
        top: 0;
        left: 0;
    }

}