@charset "UTF-8";

li{
    list-style: none;
}

.menu{
    max-width: 1600px;
    margin: 0 auto;
}

.menu-item{
width: 45%;
padding: 0 1em;

}

.menu-title{
    text-align: center;
    margin: 50px 0;
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 0.1em;
}

.menu-item ul{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted;
    align-items: center;
}

.menu-item .border-none{
    border-bottom: none;
}

.menu-item ul li{
    margin: .5em 0;
}

.menu-item p{
    background-color:#584C42;
    color: #fff;
    margin: 25px 0;
    padding: 10px 0;
}

.menu-item p::before{
    content: "  ";
    margin-left: 23px;
}

.menu-box{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;

}

.product{
    display: block;
    width: 100%;
}

.product h2{
    text-align: center;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 30px;
}

.product ul{
    width: 450px;
    display: block;
    margin: 50px auto;
}

.product ul li{
    display: block;
    margin: 0 auto 30px;
    border-bottom: 1px dotted;
    line-height: 50px;
}

.menu-notes{
    margin-top: 30px;
}

.menu-notes h5{
  margin-bottom: 10px;
}

.about_viewmore .viewmore {
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}


@media screen and (max-width: 1024px){
.menu-box {
        display: block;
    }
.menu-item {
    width: 90%;
    padding: 0;
    margin: 0 auto;
}

.menu-item ul li {
    margin: 1em 0.5em;
    font-size: 14px;
}

.product h2{
    text-align: center;
    font-size: 14px;
    letter-spacing: .1em;
    
}
}

@media screen and (max-width: 576px){
    .product ul {
        width: 90%;
}
}