@charset "UTF-8";

.btn a{
    font-size: 14px;
}

@media screen and (max-width: 768px){
    .guestroom_list_item_img{
        display: none;
    }

    .guestroom_list_inner{
        position: relative;
        padding: 4vw 2vw;
    }

    .guestroom_list_item--condminium{
        background: url('../../../../guestroom/img/guestroom_01_sp.jpg') center top no-repeat;
        background-size: cover;
    }
    .guestroom_list_item--supremeTwin{
        background: url('../../../../guestroom/img/guestroom_02_sp.jpg') center top no-repeat;
        background-size: cover;
    }
    .guestroom_list_item--utilityTwin{
        background: url('../../../../guestroom/img/guestroom_03_sp.jpg') center top no-repeat;
        background-size: cover;
    }
    .guestroom_list_item--twin{
        background: url('../../../../guestroom/img/guestroom_04_sp.jpg') center top no-repeat;
        background-size: cover;
    }
    .guestroom_list_item--casualTwin{
        background: url('../../../../guestroom/img/guestroom_05_sp.jpg') center top no-repeat;
        background-size: cover;
    }
    .guestroom_list_item--double{
        background: url('../../../../guestroom/img/guestroom_06_sp.jpg') center top no-repeat;
        background-size: cover;
    }
    .guestroom_list_item--casualDouble{
        background: url('../../../../guestroom/img/guestroom_07_sp.jpg') center top no-repeat;
        background-size: cover;
    }

}
