@CHARSET "UTF-8";

@media screen and (max-width: 768px){
    .kv-image .kv-over {
        left: 20px;
        top: auto;
        bottom: 5vw;
    }
    .wrap {
        min-width: auto;
        width: 100%;
    }
    section.about p {
        font-size: 20px;
        right: auto;
        left: 0;
        text-align: center;
        width: 100%;
    }
    section.about {
        height: 600px;
    }
    h2.subtitle {
        width: 150px;
    }
    .menu-photo .menu-photo-image-row2 {
        height: 300px;
    }
    .menu-photo .menu-photo-image-row3 {
        height: 300px;
    }
    .information-wrap {
        display: block;
        padding: 0 50px;
    }
    .information {
        width: 100%;
        margin-bottom: 30px;
    }
    .information table th {
        width: 18em;
    }
    .information table td {
        text-align: left;
        padding-left: 5%;
    }
    .information-wrap .map {
        width: 100%;
    }
    .information.recruit table th {
        padding-left: 0;
        padding-right: 0;
        width: 10em;
    }
    .information.recruit {
        padding: 0 50px;
    }
}

@media screen and (max-width: 480px){
    .kv-image .kv-over {
        top: auto;
        bottom: 3vw;
        left: 10px;
    }
    section.main-image {
        height: 300px;
        padding: 0 15px;
    }
    section.main-image p {
        font-size: 18px;
    }
    section.about {
        height: 400px;
    }
    section.about p {
        position: absolute;
        top: auto;
        left: auto;
        bottom: 0;
        font-size: 16px;
    }
    section.voice-and-menu .customer-voice {
        padding: 90px 20px;
    }
    .instagram-post img {
        margin-bottom: 30px;
    }
    .menu-genre p {
        font-size: 18px;
    }
    .menu-text p {
        font-size: 18px;
    }
    section.shop-information {
        padding-top: 200px;
    }

    .information-wrap {
        padding: 0 20px;
    }

    .information table th, .information table td {
        display: block;
        width: 100%;
        text-align: center;
    }

    .information table td {
        padding-left: 0;
    }

    .information.recruit {
        padding: 0 20px;
    }

    .information.recruit table th {
        width: 100%;
    }

    .information.recruit table th, .information.recruit table td {
        text-align: center;
    }

    p.recruit-contact {
        font-size: 16px;
    }

    .sign {
        padding: 50px 5%;
        gap: 20px;
    }

    .sign .footer-information {
        font-size: 16px;
    }
}
