@media screen and (max-width: 767px) {
    body{
        font-size: 14px;
    }

    main{
        padding-top: 57px;
    }

    .none,.bnr-pc{
        display: none;
    }

    .bnr-sp{
        display: block;
    }

    .site-header .inner{
        justify-content: space-between;
    }

    .logo-link{
        position: relative;
    }

    .main-nav{
        gap:10px;
    }

    .main-visual{
        width: 100%;
        margin-left: 0;
    }

    .main-logo{
        max-width: 250px;
    }

    .about-section{
        flex-direction: column;
        margin-bottom: 0;
    }

    .about-left{
        width: 90%;
    }

    .about-left-text h3{
        font-size: 24px;
    }

    .about-right{
        width: 100%;
    }

    .gallery-content{
        padding: 0 10px;
        width: 100%;
    }

    .gallery-item{
        width: 100%;
    }

    .rab-cent{
        margin-top: 20px;
    }

    .rab-righ{
        margin-top: 10px;
    }

    .tp-bnr{
        margin: 20px 0;
    }

    .tp-bnr img{
        width: 100%;
    }

    .menu-section{
        padding-top: 0;
    }

    .menu-deco{
        width: 100px;
    }

    .menu-title{
        left: 50%;
        width: 10%;
        transform: translate(-50%) rotate(270deg);
        opacity: 0.3;
    }

    .menu-title-wrap {
        width: 100%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .vertical-title.ja{
        writing-mode: horizontal-tb;
    }

    .menu-right{
        margin-bottom: 100px;
    }

    .menu-item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px;
    }

    .menu-image,.menu-text{
        width: 45%;
    }

    .menu-text h4{
        text-align: left;
    }

    .menu-text .price{
        text-align: right;
    }

    .menu-detail-section{
        padding: 0;
    }

    .access-section{
        padding: 0;
    }

    .access-main{
        width: 100%;
    }

    .main-shop-img{
        width: 100%;
    }

    .access-row{
        margin-top: 0;
    }

    .shop-img1{
        margin-top: 50px;
    }

    .shop-img2{
        margin-left: 50px;
    }

    .shop-img3{
        margin-top: 20px;
        margin-left: -30px;
    }

    .shop-img4{
        margin-top: 0;
    }

    .acs-deco1{
        top: 5%;
        width: 80%;
    }

    .acs-deco2{
        width: 30%;
    }

    .acs-deco4{
        width: 60%;
    }

    .phone-number{
        font-size: 28px;
        margin-bottom: 0;
    }

    .info-deco2{
        width: 40%;
        bottom: 23%;
    }

    .info-deco3{
        width: 40%;
        bottom: 24%;
    }

    .footer-logo{
        width: 50%;
    }

}