@media screen and (max-width: 767px) {
    .offset-1{
        margin-left: 0;
    }

    h1{
        width: 50%;
    }

    .grnv-list a{
        font-size: 16px;
    }

    .tp-main,.share{
        margin-top: 120px;
    }

    .tp-concept{
        flex-direction: column;
    }

    .tp-concept-l,.tp-concept-r{
        width: 100%;
    }

    .tp-concept-l{
        margin: 50px 0;
        padding: 10px;
    }

    .tp-concept-l h2{
        text-align: center;
    }

    .tp-style{
        padding: 50px 0;
    }

    footer img{
        width: 60%;
    }

    .foot-sitemenu{
        flex-direction: column;
        text-align: center;
    }

    .share-r{
        display: none;
    }

    .share-title h2,.subtit{
        font-size: 30px;
    }

    .about-concept,.about-info,.about-acs{
        margin: 50px 0;
    }

    .concept-text,.menu-content{
        flex-direction: column;
    }

    .concept-text p{
        width: 99%;
        line-height: 1.5em;
        letter-spacing: 0;
    }

    .info-text img{
        width: 60%;
    }

    .info-text th,.info-text td{
        display: block;
        width: 100%;
    }

    .menu-cut{
        margin: 50px 0;
    }

    .menu-l,.menu-r{
        width: 99%;
    }

    .menu-100 th,.menu-100 td{
        display: block;
        width: 100%;
    }

    .menu-100 th{
        border-bottom: 1px dashed black;
    }

    .popup-staff{
        padding: 20px;
    }

    .popup-staff h3{
        font-size: 20px;
    }

    .style-details{
        width: 48%;
    }
}