
*{
    font-family: 'Kaisei Decol', serif;

}
h4.genkin{
    text-align: right;
    padding-right: 30px;
}

.food, .drink{
    /* border: 1px solid; */
    box-shadow: 0 0 4px gray;
    width: 95%;
    min-height:  450px;
    margin: auto;
    padding-top: 10px;
    /* overflow-y: auto; */
}
.food > span,
.drink > span{
    padding-left: 30px;
}
.contain_menu{
    height: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items:flex-start;
}
.contain_menu >img{
    /* border: 1px solid; */
    max-width: 700px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.menuList{
    display: none;
}.menuList > img{
    width: 50px;
}
.nextPve{
    width: fit-content;
    margin: 15px auto;

}
.nextPve > i{
    padding: 10px;
    background: #1d3f50;
    color: lightgray;
    
    
}
.nextPve > span{
    margin: 0 20px;
}
.nextPve > i:hover{
    color: white;
    cursor: pointer;
}

/* Media */

.mediaList{
    min-height: 600px;
}
.mediaList > div{
    padding: 50px;
}
.mediaTable{
    border-collapse: collapse;
    
}
.mediaTable ,
.mediaTable tr,
.mediaTable td:not(.mediaTable td:first-child){
    border: none;
    box-shadow: 0 0 3px gray;
    padding: 5px;
}
.mediaTable a{
    color: black;
    margin-right: 20px;
}
.mediaTable a:hover{
    cursor: pointer;
    color: cornflowerblue;
}
.stt{
    padding: 5px 20px;
}