@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 767px) {

    /* layout01 */


    .layout01 table td {
        font-size: 15px;
        border-width: 2px;
        padding: 0px 10px 15px;
        display: block;
    }

    .layout01 table td:first-child {
        border-style: none;
        padding-top: 15px;
        padding-bottom: 0px;
    }

    .layout01 table tr:first-child td {
        border-top-style: none;
    }

    .layout01 table tr:first-child td:first-child {
        border-top-style: solid;
        border-color: #E5E5E5;
    }

    /*map-box*/

    .map-box {
        height: 250px;
    }

    .map-box iframe {
        height: 250px;
        width: 100%;
    }

    .pc-view {
        display: none;
    }

    .sp-view {
        display: inline-block;
    }

}
