.ms_title {
    text-align: center;
}
.ms_link {
    font-size:70%;
    color:#87cefa;
}
.ms_wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}
.ms_header {
    width: 98.5%;
    margin: 16px 0 12px;
    display: grid;
    grid-template-columns: 8fr 23fr 23fr 23fr 23fr;
    text-align: center;
    
}
.ms_header p {
    padding: 0;
    font-weight: bold !important;
}
.ms_header img {
    width: 20%;
}
.ms_yo {
    color: #d6963c;
}
.ms_wa {
    color: #38b48b;
}
.ms_lunch {
    color: #ff962c;
}
.ms_dinner {
    color: #336b8b;
}
.ms_scroll {
    position: relative;
    height: 800px;
    overflow-y: scroll;
}
.ms_scroll img {
    width: 100%;
}
/* .ms_header {
    position: absolute;
    top: -100px;
    left: 0;
} */

.menu_pdf {
    width: fit-content; 
    color: #e5831f;
    font-size: 16px;
}

#contents p+p {
    padding: 0 !important;
}
.list p {
    padding: 0 !important;
}


@media screen and (min-width:801px) {
    .ms_wrapper {

    }
}
@media screen and (max-width:800px) {
    .list {
        padding: 0;
    }
    .ms_header {
        width: 99.5%;
        margin: 8px 0 4px;
    }
    .ms_scroll {
        height: 350px;
        margin-bottom: 30px;
    }
    .ms_header img {
        width: 25%;
    }
    .menu_pdf {
        font-size: 12px;
    }
}
