@charset "UTF-8";
/* CSS Document */


.contents-wrapper-right.food{
        background: url(../img/common/bg/bg5.png), linear-gradient(to bottom, #ffb691, #ffe460);
        overflow: hidden;
}
.contents-wrapper-right.food .contents-wrapper-right-inner{
    background: url(../img/common/bg-star-orange.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
        background-position: 50% 0;
}
.footer-copyright.food {
    background-color: rgb(255 228 96 / 70%);
    color: #5f5f5f;
    box-shadow: 0 0 8px #ffe460;
}
.food-section{
    margin-bottom:60px;
}
.food-image-container{
    margin-bottom:60px;
}
@media only screen and (max-width: 500px) {
    .food-apply-step-list {
    font-size: 16px;
    }
}

