@media screen and (max-width: 767px) {
    .pc{
        display: none;
    }

    .sp{
        display: block;
    }

    header{
        position: relative;
    }

    .header-splogo{
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 10;
    }

    .header-splogo a{
        display: block;
        width: 10%;
    }

    .hamburger{
        padding: 30px 50px;
    }

    .fat-nav li{
        padding: 0;
        font-size: 1em;
    }

    .grnv{
        padding: 10px;
        font-size: 20px;
    }

    .offset-1,.offset-3{
        margin-left: 0;
    }

    .offset-3{
        padding: 0;
    }

    .tp-main .col-md-9{
        width: 100%;
    }

    .tp-about{
        margin: 50px 0;
    }

    .tp-about .row{
        position: relative;
        width: 100%;
        right: 0;
        --bs-gutter-x:0
    }

    .tp-about-text{
        height: 100%;
        writing-mode: horizontal-tb;
        padding: 20px;
        line-height: 2em;
    }

    .tp-about-bg{
        flex-direction: column-reverse;
        padding-top: 50px;
    }

    .tp-about-bg .col-md-6{
        width: 100%;
    }

    .tp-about-bg figure{
        padding-left: 0;
        text-align: center;
    }

    .tp-about-bg figure img{
        width: 70%;
    }

    .sp-logo{
        width: 50%;
        margin: 0 auto 50px auto;
    }

    .tp-title{
        margin: 30px 0;
    }

    .tp-title h2{
        font-size: 20px;
    }

    .line{
        width: 70%;
    }

    .tp-menu-title{
        justify-content: space-around;
    }

    .tp-menu-text h3{
        font-size: 20px;
    }

    .tp-osusume h2,.tp-best h2{
        writing-mode: horizontal-tb;
    }

    .tp-insta .row{
        margin: 0;
        padding: 0;
    }

    .foot-info{
        margin: 0 auto;
        text-align: center;
    }

    .foot-info span{
        display: block;
        font-size: 14px;
    }

    .foot-sitemap ul{
        text-align: center;
    }

    .foot-sitemap li{
        margin: 5px 0;
    }

    .foot-sitemap p{
        text-align: center;
    }

    .map h4{
        width: 60%;
    }

    .naiso,.naiso2{
        margin-bottom: 20px;
    }

    .naiso h4,.naiso2 h4{
        font-size: 18px;
    }

    .child-title h3{
        width: 60%;
    }

    .menu-content,.menu-onecol,.menu-kasube,.information .shop-info{
        flex-direction: column;
    }

    .menu-onecol{
        margin-bottom: 30px;
    }

    .menu-content table,.menu-onecol table{
        width: 100%;
    }

    .menu-content th,.menu-content td,.menu-onecol th,.menu-onecol td{
        padding: 5px;
    }

    .tb-line::after{
        display: none;
    }

    .menu-onecol picture{
        width: 100%;
    }

    .child-title-menu{
        margin: 10px 0;
    }

    .menu-kasube picture,.kasube-text{
        width: 100%;
    }

    .menu-kasube h4{
        margin-top: 20px;
    }

    .menu-kasube h4 span{
        margin-top: 5px;
    }

    .shop-info .col-md-5{
        margin-left: 0;
        margin-top: 20px;
    }

    picture.sp{
        margin-bottom: 20px;
    }

    .enkai .col-md-10{
        margin-top: 0;
    }

    .enkai-title{
        flex-direction: column;
        font-size: 26px;
    }

    .enkai-2 ul,.enkai-content{
        flex-direction: column;
    }

    .enkai-content .enkai-ryori,.enkai-content table{
        width: 100%;
    }

    .enkai-ryori{
        margin-bottom: 10px;
    }

    .contact-tel .child-title h3{
        width: 85%;
    }

    .tel{
        font-size: 35px;
    }

}