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


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

    /* contents01 */

    .contents01 .box-img img {
        min-height: 200px;
    }

    /* layout01 */

    .layout01 {
        padding: 30px 0px 0px;
    }

    .layout01 .layout-time p {
        text-align: right;
    }

    /* layout02 */

    .layout02 {
        padding: 0px 0px 60px;
    }

    .layout02 .box-text {
        margin-bottom: 20px;
    }

    .layout02 .box-map iframe {
        height: 200px;
    }

    .pc-view {
        display: none;
    }

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

}
