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


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


    .title-box h2 {
        color: #000;
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
    }


    .maincontents-inner section:not(:last-child) {
        margin-bottom: 60px;
    }

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

    /* layout-about */

    .layout-about .layout-yellow p {
        padding-top: 15px;
    }


    /* layout-price */

    .layout-price .box01 {
        width: 100%;
    }

    /* layout01 */

    .layout01 {
        flex-direction: column;
        gap: 30px 0px;
    }

    .layout01 .box {
        width: 100%;
    }

    .layout01 h6 {
        font-size: 18px;
        letter-spacing: 0.1em;
        padding-top: 15px;
    }

    /* layout-banner */

    .layout-banner {
        padding-top: 50px;
    }




    .pc-view {
        display: none;
    }

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

}
