/*roomInfo-common*/
hr{
    margin: 0;
}
.subTitle{
    text-align: start;
    padding-bottom: 1rem;
}
.crd_wrap{
    padding: 0 10rem;
}
.crd_wrap .cpt-main-content{
    padding: 0;
    margin: 5rem auto;
}
/*//roomInfo-common*/


/*crd_main*/
.crd_main{
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 540px;
    text-align: start;
}
.crd_main .swiper-wrapper{
    height: 540px;
}
.crd_main .swiper-pagination{
    color: var(--white);
    font-size: .75rem;
}
.crd_main .crd_mainImg{
    position: absolute;
    top: 0; right: 0;
    width: 70%;
}
.crd_main .crd_mainImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.crd_mainDesc p,
.crd_mainTitle a{
    font-size: .875rem;
}
.crd_mainDesc {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.crd_mainDesc > div{
    display: flex;
    align-items: center;
    gap: .5rem;
}
/*//crd_main*/


/*crd_calendar*/
.table{
    display: flex;
}
.table > div{
    border-top: 2px solid #000;
    border-right: 1px solid #ccc;
}
.table > div:last-child{
    border-right: none;
}
.table > div p{
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    font-size: .875rem;
}
.table > div p:first-child{
    background-color: var(--cpt-main-content-bg);
}
.crd_calendar .booking{
    background-color: #000;
    color: #fff;
    border: 0;
    padding: 1rem;
    margin-top: 2rem;
}
/*//crd_calendar*/


/*crd_siteInfo*/
.crd_facilityInfo{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.crd_facilityInfo > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}
.crd_facilityInfo img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
/*//crd_siteInfo*/


/*crd_intro*/
.crd_intro{
    text-align: start;
}
.crd_introText{
    transition: 1s ease;
    position: relative;
}
.crd_introText p{
    font-size: .875rem;
}
.crd_introText.bg:after{
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#fff0 0%, #fff 100%);
}
.crd_intro .btn{
    display: flex;
    gap: 1rem;
    justify-content: center;
    border: 1px solid #000;
    padding: .5rem 1rem;
    border-radius: 0;
}
/*//crd_intro*/


/*crd_caution*/
.crd_caution{
    background-color: var(--cpt-content-bg);
}
.crd_caution p{
    line-height: 2rem;
}
/*//crd_caution*/


/*footer booking btn*/
.bookingBtn{
    width: 100%;
    bottom: 0;
    background-color: #000;
    color: var(--white);
    padding: 1.25rem 0;
    z-index: 100;
}
.bookingBtn .arrow:after,
.bookingBtn .arrow:before{
    background-color: var(--white) !important;
}
/*//footer booking btn*/


.crd_introText pre{
    white-space: pre-wrap;
}

/*------------xl------------*/
@media (max-width: 1199px) {
    .crd_calendarWrap > div{
        border-right: none;
    }
    .crd_calendarWrap > div p:last-child{
        border-bottom: none;
    }
    .crd_calendarWrap > div:last-child p{
        border-bottom: 1px solid #ccc;
    }
    .crd_main .swiper-wrapper{
        height: 450px;
    }
    .crd_wrap .cpt-main-content{
        margin: 0;
    }
    .crd_wrap{
        padding: 0;
    }
    .crd_main .crd_mainImg{
        position: relative;
        width: auto;
    }
    /*.crd_main .crd_mainImg img {*/
    /*    height: 350px;*/
    /*}*/
    .crd_wrap .crd_calendarWrap{
        flex-wrap: wrap;
    }
    .crd_mainTitle a,
    .crd_introText p,
    .crd_caution p{
        font-size: .75rem;
    }
    .crd_facilityInfo img{
        width: 25px;
        height: 25px;
    }
}
/*------------xl------------*/

/*------------md------------*/
@media (max-width: 767px){
    .crd_main .swiper-wrapper{
        height: 352px;
    }
}
/*------------md------------*/