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


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


    .layout-contents01 {
        padding: 40px 6%;
    }

    .layout-contents01 > div:not(:last-child) {
        margin-bottom: 40px;
    }

    .contents01 .layout-time {
        width: 100%;
    }

    /* layout03 */

    .layout03 .box-img img {
        border-radius: 20px;
    }

    /* layout04 */

    .layout04 .map-box {
        height: 200px;
        border-radius: 20px;
    }

    .layout04 p {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .layout04 iframe {
        height: 250px;
    }


    .pc-view {
        display: none;
    }

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

}
