﻿
main .mainContent .hotelSection {
    background: white;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    margin: 25px auto;
    max-width: 440px;
    /* padding-bottom: 10px; */
    width: 95%;
}

.hotelSection .sbpcb-info-ctn {
    padding: 15px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}

main .mainContent .hotelSection a img {
    border-radius: 15px 15px 0 0;
    max-width: 100%;
    margin: 0 auto;
}

main .mainContent .hotelSection img.mobile {
    display: block;
}

body:not(is=tablet) main .mainContent .hotelSection img.desktop {
    display: none;
}

main .mainContent .hotelSection .secTitle, main .mainContent .hotelSection .onsiteHotel {
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

    main .mainContent .hotelSection .secTitle a, main .mainContent .hotelSection .onsiteHotel a {
        font-size: 18pt;
        font-weight: bold;
        text-decoration: none;
    }

    main .mainContent .hotelSection .secTitle a {
        color: #00bcde;
    }

    main .mainContent .hotelSection .secTitle div.box-content {
        font-size: 12pt;
        margin: 10px 0;
    }
.orange {
    color: #FFFFFF !important;
    background: #FF671F !important;
    border: 1px solid #FF671F !important;
    border-radius: 10px !important;
}

    .orange:hover {
        color: #FFFFFF !important;
        background: #FF671F !important;
        box-shadow: 3px 3px 3px -1px rgb(0 0 0 / 30%), 3px 3px 3px 2px rgb(0 0 0 / 10%) !important;
        border: 1px solid #FF671F !important;
    }
main .mainContent .hotelSection .infoButton {
    background: #ff670e;
    border-radius: 12px;
    width: 100%;
    /*padding: 15PX 0;*/
    box-sizing: border-box;
    margin: 0 auto;
}

.hotelSection .sbcbb-price-box {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    color: #ff670e;
    font-size: 11pt;
    font-weight: bold;
    left: 0;
    padding: 10px 0;
    line-height: 20px;
}

    .hotelSection .sbcbb-price-box span {
        font-size: 17pt;
    }


.content.site .mainContent.home .hotelSection .infoButton {
    background: #ff670e;
    border-radius: 18px;
    line-height: 35px;
    margin: 5px auto;
    width: 90%;
}

main .mainContent .hotelSection .infoButton a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    /*height: 17px;*/
    display: block;
    padding: 15px 0;
    text-align: center;
}

body.is-tablet main .mainContent .hotelSection .infoButton a {
    font-size: 19px;
    height: 20px;
}

.sbpcb-info-ctn p {
    line-height: normal;
    font-size: 12pt;
    margin: 0;
}

.mainContent.home .hotelSection .sbcbb-price-ctm {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
}

main .mainContent .container .hotelSection:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.66);
}

.mainContent.home .hotelSection .infoButton:hover {
    background: #00bcde;
}
.hotelSection.sb-fill-content-box {
    background: transparent;
    box-shadow: none;
    display:none
}

@media (min-width: 768px) {
    main .mainContent .container .hotelSection {
        display: inline-block;
        margin: 25px 0 0;
        max-width: 310px;
        width: 31%;
        position: relative;
        overflow: hidden;
        padding-bottom: 0;
    }

    main .mainContent .hotelSection img.mobile {
        display: none;
    }

    main .mainContent .hotelSection img.desktop {
        display: block;
        opacity: 1;
        width:100%;
    }

    .mainContent.home .hotelSection .infoButton {
        font-size: 13px;
    }

    .mainContent.home .hotelSection .infoButton {
        position: absolute;
        top: 83%;
        font-size: 16px;
        top: calc(100% - 60px);
        width: 91%;
    }

    .mainContent.home .hotelSection .sbpcb-btn-ctn {
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        display: inline-block;
    }


    .hotelSection .sbpcb-info-ctn {
        padding: 10px;
    }

    .sbpcb-info-ctn p {
        line-height: 20px;
        font-size: 15px;
        margin: 0;
    }

    .hotelSection .sbcbb-price-box:not(.sbcbb-price-box-fix) {
        position: absolute;
        left: 0;
        padding: 10px;
    }

    .mainContent.home .hotelSection .sbcbb-price-ctm {
        height: 50px;
    }

    .hotelSection .sbcbb-price-box:not(.sbcbb-price-box-fix) {
        position: absolute;
        top: 83%;
        font-size: 16px;
        top: calc(100% - 118px);
        padding: 0 15px;
    }

    main .mainContent .container  .hotelSection.sb-fill-content-box {
        background: transparent;
        box-shadow: none;
        display: inline-block;
    }
}

@media (min-width: 960px) {
    .mainContent.home .hotelSection .infoButton {
        font-size: 15px;
        top: calc(100% - 60px);
        width: 90%;
    }

    .hotelSection .sbpcb-info-ctn {
        padding: 15px;
    }

    .mainContent.home .hotelSection .sbpcb-btn-ctn {
        height: 50px;
    }

    .hotelSection .sbcbb-price-box:not(.sbcbb-price-box-fix) {
        left: 0;
        padding: 0 15px;
        top: calc(100% - 118px);
        padding: 0 15px;
    }
    main .mainContent .container .hotelSection.sb-fill-content-box {
        background: transparent;
        box-shadow: none;
    }
}

@media (min-width: 1200px) {
    main .mainContent .container .hotelSection {
        max-width: 380px;
    }

    .mainContent.home .hotelSection .infoButton {
        top: 84%;
        top: calc(100% - 65px);
        width: 92%;
        width: calc(100% - 30px);
    }

    .mainContent.home .hotelSection .sbpcb-btn-ctn {
        height: 50px;
    }

    .hotelSection .sbpcb-info-ctn {
        padding: 15px;
    }

    .hotelSection .sbcbb-price-box:not(.sbcbb-price-box-fix) {
        padding: 0 15px;
        top: calc(100% - 130px);
    }

    .mainContent.home .hotelSection .sbcbb-price-ctm {
        height: 60px;
    }
    main .mainContent .container .hotelSection.sb-fill-content-box {
        background: transparent;
        box-shadow: none;
    }
}
