/* PC ONLY */
@media only screen and (min-width: 992px) {
    .hall_guide_by_area .btn-telp {
        font-size: 32px !important;
        font-weight: 600;
        line-height: 1;
        height: 58px !important;
        width: 100% !important;
    }
}

/* SP ONLY */
@media only screen and (max-width: 991px) {
    .hall_guide_by_area .btn-telp img {
        width: 28px;
    }
}