@charset 'UTF-8';

.hotel_location_title {
    background-color: #777373 !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;
}

.is_guide tr td h4 {
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 10px;
}

.guide_hotel_list {
    margin: 2px auto;
    position: relative;
    padding: 5px 10px;
    border-radius: 5px;
}

.guide_hotel_list li {
    margin: 5px 5px 5px 0;
    padding: 5px;
    width: 154px;
    display: inline-block;
    background-color: #fd9dff;
    border: solid 1px;
    border-radius: 5px;
    text-align: center;
    color: #ff7cd8;
    font-size: 10px;
}

.guide_hotel_list li a {
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-size: .8rem;
}

/* .business_head {
	vertical-align: middle;
	color: rgba(30,105,222,1);
} */
.business_guide_hotel_list {
    margin: 2px auto;
    position: relative;
    padding: 10px;
    border-radius: 5px;
}

.business_guide_hotel_list li {
    margin: 5px 5px 5px 0;
    padding: 5px;
    width: 154px;
    display: inline-block;
    background-color: #309dcf;
    border: solid 1px;
    border-radius: 5px;
    text-align: center;
    color: #214DF3;
    font-size: 10px;
}

.business_guide_hotel_list li a {
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

@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;
    }

    #love_hotel_area .love_h_list,#business_hotel_area .business_guide_hotel_list {
        text-align: center;
    }


}