@charset "utf-8";
#menu {
    padding: 100px 0 0px 0;
    background: #000;
}
#menu .area-title {
    text-align: center;
    margin-bottom: 30px;
}
.come-p {
    font-size: 0.9rem;
    color: #ffffffa1;
    text-align: center;
    margin-bottom: 50px;
}
.img-shadow {
    filter: brightness(90%);
}
.menu-img {
    width: 100%;
    display: flex;
    justify-content: center;
    color: white;
}
.course-title {
    font-weight: 400;
    letter-spacing: 0.07em;
    font-size: 1.3rem;
    align-items: center;
    display: flex;
    align-items: center;
}
.course-title::before {
    content: "";
    width: 3px;
    height: 43px;
    background: rgba(255, 215, 128, 0.7);
    margin-right: 10px;
}
.menu-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding: 40px 0;
    color: #fff;
}
.menu-list {
    justify-content: space-between;
    width: 35%;
}
.grd {
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(
        to right,
        rgba(255, 215, 128, 0) 0%,
        rgba(255, 215, 128, 0.2) 25%,
        rgba(255, 215, 128, 0.7) 50%,
        rgba(255, 215, 128, 0.2) 75%,
        rgba(255, 215, 128, 0) 100%
    );
}
.menu-list th,
.menu-list td {
    padding-bottom: 20px;
    font-size: 0.8rem;
}
.menu-list th {
    text-align: left;
    width: 25%;
    color: rgba(255, 215, 128, 0.7);
    font-weight: 100;
}
.menu-list td {
    width: 75%;
    letter-spacing: 0.1em;
    color: #ffffffaf;
    font-weight: 100;
}
.menu-img2 {
    width: 100%;
    display: flex;
    justify-content: center;
    color: white;
}

.menu-flex2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding: 40px 0;
    color: #fff;
}
.drink {
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 1.1rem;
}
.menu-flex2:last-of-type {
    padding: 50px 0 130px 0;
}
.drink-money {
    text-align: right;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
}

.top-title p {
    text-align: right;
    font-size: 0.9rem;
    padding-right: 25px;
    color: #ffffffa1;
}

@media screen and (max-width: 768px) {
    .menu-img img {
        width: 90%;
    }
    .menu-img2 img {
        width: 90%;
    }
    .come-p {
        font-size: 0.75rem;
        margin-bottom: 50px;
    }
    .menu-flex {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 40px 0;
        margin-left: 5%;
    }
    .menu-list {
        width: 95%;
    }
    .menu-list tr {
        display: flex;
        flex-direction: column;
    }
    .course-title {
        border-bottom: solid 2px rgba(255, 215, 128, 0.7);
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
    .course-title::before {
        display: none;
    }
    .menu-flex2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 40px 0;
        color: #fff;
        margin: 0 5%;
    }
    .drink {
        font-weight: 400;
        letter-spacing: 0.01em;
        font-size: 1rem;
    }
    .drink-money {
        font-size: 0.8rem;
    }
    .top-title p {
        padding-right: 0px;
    }
    .amuse {
        display: none;
    }
    .top-title {
        margin-bottom: 30px;
    }
}