@charset "utf-8";
/*.top_inner {
    background: linear-gradient(to bottom,rgba(199, 224, 191,0.6),rgba(255, 255, 255,0.8) 50%,rgba(199, 224, 191,0.6));
    border-radius: 30px;
}*/

.top_inner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#top_main .days_box {
    align-items: center;
    text-align: center;
   /* padding-left: 100px;*/
}

.btn_order a {
    background-color: #9e0000;
}


.webp .bk_bgimg_top {
    background: url(../img/bk_img.webp) no-repeat top center;
}

.no-webp .bk_bgimg_top{
    background: url(../img/bk_img.jpg) no-repeat top center;
}

@media screen and (min-width:769px) and ( max-width:1440px) {
    .top_inner {
        padding: 35px 0px;
    }
    


    .top_inner h2 {
        margin-bottom: 20px;
    }
}

@media screen and ( max-width:480px) {
    .top_inner {
        padding: 20px 0px;
    }
    
    .top_inner h2{
         margin-bottom: 5px!important;
    }
    
    #top_main .days_box{
    padding: 0 20px;
    }
    
    #top_main .read {
        font-size: 1em !important;
        /*white-space: nowrap;*/
    }

    #top_main .days_box figure:nth-child(2n){
        width: 65%;
        display: block;
        margin: 0 auto;
    }

    .bk_bgimg_top {
        background-size: cover;
    }
}