.container {
    overflow: auto;
    scroll-snap-type: y mandatory;
    height: 100dvh;
}

section {
    height: 100vh;
    scroll-snap-align: start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero {
    background-image: url(images/onigiri1.jpg);
    text-align: center;
    padding-top: 10vh;
}

.top01 {
    background-color: rgba(255, 255, 255, 0.5);
    width: 500px;
    padding: 20px 50px;
    line-height: 2;
    margin: 0 auto;
}

.top02 {
    background-color: rgba(255, 255, 255, 0.5);
    width: 400px;
    padding: 20px 50px;
}


.title {
    font-family: 'Dancing Script', cursive;
    font-size: 7rem;
    margin-bottom: 2rem;
}

.menu {
    background-image: url(images/onigiri2.jpg);
    display: flex;
    align-items: center;
}

.wrapper {
    max-width: 900px;
    width: 100%;
    padding: 0 1em;
    margin: 0 50px 100px 10px;
}

.menu-list tr {
    font-size: 1.125rem;
    margin-bottom: .5rem;
    line-height: 1.7;
}

.menu-list th {
    font-weight: normal;
}

.menu-list td {
    padding-left: 1rem;
}

td,
th {
    vertical-align: top;
}

* {
    box-sizing: border-box;
}

div {
    display: block;
    unicode-bidi: isolate;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


body {
    color: #555;
    font-family: sans-serif;
}

.contact {
    background-image: url(images/onigiri3.jpg);
    text-align: center;
    padding-top: 8vh;
}
body .contact .top01 .title li .tel {
    letter-spacing: 4px;
    background: url(images/tel.jpg) left center no-repeat;
}
.contact-sns {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0;
    list-style: none;
}

.contact-sns a img {
    width: 28px;
    height: auto;
}

@media(max-width:700px) {
    .title {
        font-size: 4rem;
    }
}