@media screen and (min-width:992px){
    .explain-bg .bottom-txt {
        margin-top: -3%;
        padding-top: 3%;
    }
}
.hotel_location_title{
    background-color: #999 !important;
    text-align: center;
    color: white;
    padding: 10px;
    margin-top: 15px;
    /* margin-bottom: 15px; */

}
.business_hotel_table{
    font-size: 12px;
    background-color: white !important;
    padding: 10px;
    border-color: #0dcaf0;
}
.love_hotel_table{
    font-size: 12px;
    background-color: white !important;
    padding: 10px;
    border-color: #FE6EA3;
}
.business_hotel_navigation{
    background-color: #bde6ec !important;
    text-align: center;
    color: white !important;
    text-wrap: nowrap;
}
.love_hotel_navigation{
    background-color: #fbb0d0 !important;   
    text-align: center;
    color: white !important;
}
td a {
    color: #212529;            /* テキストの色を黒に */
}

@media screen and (max-width:992px){
    .system_img{
        display: block;
    }
    .title-kazari::before{
        content: "　";
        background: url(../images/kazari_left.png) no-repeat center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        min-width: 60px;
    }
    .title-kazari::after{
        content: "　";
        background: url('../images/kazari_right.png') no-repeat center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        min-width: 60px;
    }
    .hotel_list_col1{
        min-width: 120px;
    }
    .hotel_list_col2{
        min-width: 90px;
    }
}