@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

/* ---------- */

header {
    height: auto;
    max-width: 100%;
    background-color: #d3c8b68a;

}

.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1009 / 363.6;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0;
}

.image-container h1 {
    position: relative;
    z-index: 1;
    display: flex;
    text-align: center;
    font-size: 10vw;
    color: rgba(255, 255, 255, 0.9);
    font-weight: bolder;

}

nav {
    position: sticky;
    top: 0;
}


.comment {
    max-width: 700px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-bottom: #d3c8b6 2px solid;
    margin: 0 auto;
}

.marker {
    background-color: #d3c8b675;
    font-family: serif;
    font-size: 1.3em;
}

p {
    padding: 0 20px 20px;
    text-align: center;
    font-family: serif;
}

nav ul {
    display: flex;
    justify-content: flex-end;
    background-color: #c0c0c0;
}

nav li {
    margin: 20px;
}

nav li a {
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
    filter: drop-shadow(1px 1px 2px #121212);
    font-size: 1.5em;
}

.main img {
    background-size: cover;
    position: relative;
    max-width: 100%;
    height: auto;
}

/* ----- */

h2 {
    width: fit-content;
    font-size: 2.5rem;
    border-bottom: solid 6px #e03131;
    margin: 50px 30px;
    margin-left: auto;
    margin-right: auto;
}

.shop_img img {
    width: 100%;

}

.info-item dt {
    padding: 10px 0;
    font-weight: bold;
}

.info-list {
    font-family: HanziPen tc;
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 30px auto;
}

.info-item {
    background-color: #d3c8b698;
    border: 1px solid #7e7979;
    border-radius: 8px;
    width: 400px;
    height: 300px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.member {
    display: flex;
    justify-content: center;
}



/* ----- */


dl {
    text-align: center;
}

.menu_item {
    background-color: rgb(42, 78, 42);
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: 30px auto;
    padding-top: 30px;
    border: 1px solid #7e7979;
    border-radius: 8px;


}

.eng {
    color: ;
    background-color: #d3c8b6;
    font-weight: bold;
    border-bottom: #121212 1px solid;
    display: inline-block;
}

.ja {
    color: #fff;
    display: inline-block;
    border-bottom: #fff 1px solid;

}

.dis {
    color: #fff;
    padding-top: 10px;
    font-family: serif;
}

.yen {
    color: #fff;
    padding: 20px 0 60px 0;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: #e03131;
}

.menu_img {
    display: flex;
    justify-content: center;
    gap: 10px;
    filter: drop-shadow(1px 1px 10px #c0c0c0);
}

.map_container {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;

}

.map_frame {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}

footer {
    background-color: #c0c0c0;
    text-align: center;
    font-size: .8em;
}

.pagetop img {
    right: 0;
    bottom: 0;
    position: fixed;
    width: 70px;
    padding: 0 10px 20px 0;
}



@media screen and (max-width: 768px) {
    .menu_img {
        display: block;
    }

    .menu_img li{
        margin: 10px auto;
        text-align: center;
    }

    .pagetop img {
        width: 60px;
    }

    nav ul {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 1024px) {
    .menu_img {
        display: block;
    }

    .menu_img li{
        margin: 10px auto;
        text-align: center;
    }
}