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

@media only screen and (min-device-width: 960px) and (max-device-width: 1024px) and (orientation:portrait) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 959px) and (orientation:portrait) {
    body#top .post_content .wp-block-group > div > figure:first-child img {
        height: 50px;
    }
    .post_content #omakase figure {
        width: 70%;
        margin: auto;
    }
    footer #f_contact {
        padding: 3em 4vw 1em;
    }
    footer #f_contact h3 {
        font-size: 4vw;
    }
    footer .l-footer__nav li {
        border: none;
    }
    .head_contact > section {
        margin: 0;
        width: 100%;
    }
    .head_contact > section a {
        max-width: 350px;
        margin: 1em auto 0;
    }
    .post_content h2 {
        font-size: 1.65rem;
    }
}

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