section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    scroll-snap-align: start;
    display: block;
}

.hero {
    background-image: url(../images/22217965_m.jpg);
    text-align: center;
    padding-top: 40vh;
}

.container {
    height: 100vh;
    scroll-snap-type: y mandatory;
    overflow: auto;
}

.wrapper {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 900px;
    width: 100%;
}


.menu {
    background-image: url(../images/AdobeStock_300553125.jpeg);
    display: flex;
    align-items: center;
}
.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;
}

th {
    text-align: left;
    display: table-cell;
}
td,th {
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    display: table;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
}

.contact {
    background-image: url(../images/cafe.jpg);
    text-align: center;
    padding-top: 8vh;
}

p {
    line-height: 1.7;
    font-size: 1.125rem;
    margin: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    display: block;
    box-sizing: border-box;
}

body {
    color: #555;
    font-family: sans-serif;
    margin: 0;
    display: block;
    box-sizing: border-box;
}

.title {
    font-family: Playfair Display;
    font-size: 7rem;
    margin-bottom: 2rem;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-weight: inherit;
    line-height: inherit;
}

h2 {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    box-sizing: border-box;
}

.btn {
    background: #555;
    font-size: 1.5rem;
    color: #fff;
    padding: 1rem 3.5rem;
    border-radius: 6px;
    margin: 2rem 0 2.25rem;
    display: inline-block;
    box-sizing: border-box
}
a {
    text-decoration: none;
}

.contact-sns {
    display: flex;
    justify-content: center;
    }

.contact-sns a {
    background: #fff;
    width: 3.75rem;
    height: 3.75rem;
    display: inline-block;
    margin: 0 .5rem;
    border-radius: 50%;
    font-size: 2rem;
    padding: .75rem 0 0 .125rem;
    color: #555;
}
ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

.fab {
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 400;
    font-family: "Font Awesome 6 Brands";
    box-sizing: border-box;
}


/*モバイル版*/
@media (max-width: 700px) {
 .title {
    font-size: 4rem;
 }
｝
