/*--- HOTEL - business hotel ---*/
h3.title {
    background: #64afff;
    color: #FFF;
}
.title_black {
    font-size: 1.4rem;
    background: #FFF;
    padding: 3px;
    color: #000;
}
#hotelInfo {
    margin-bottom: 30px;
}
#hotelInfo .inner_left {
    width: 48%;
    font-size: 1.6rem;
}
#hotelInfo .inner_right {
    width: 50%;
    height: 0;
    padding-top: 50%;
    position: relative;
}
#hotelInfo .inner_left dd {
    padding: 8px 20px 20px;
    font-size: 1.8rem; 
}
dd.tel a {
    color: #000;
    pointer-events: none;
}
#hotelMap iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.borderBtn a {
    width: 30%;
    min-width: 300px;
}
/*--- SP-style ---*/
@media screen and (max-width: 768px) {
    h3.title {
        margin-bottom: 10px;
    }
    .floatBox .inner_left,
    .floatBox .inner_right {
        float: none;
        width: 100%;
    }
    #hotelInfo .inner_left,
    #hotelInfo .inner_right {
        width: 93.7%;
        margin: 0 auto;
    }
    #hotelInfo .inner_right {
        padding-top: 95%;
        margin-top: 25px;
    }
    #hotelInfo .inner_left dd {
        padding: 8px 10px 20px;
        font-size: 1.6rem; 
    }
    dd.tel a {
        pointer-events: inherit;
    }
}