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

/*モリワケ追加*/
#sb_instagram{
            margin-top: 5em!important;
}
.fix_bnr{
    position: fixed;
    bottom: 10px;
    right: 10px;
    max-width: 327.5px;
    z-index: 9999;
    
}
@media(max-width:960px){
    .fix_bnr{
         width:200px;
    }
       
    }
.fix_bnr .close{
    position: absolute;
    top: 40%;
    right: 0%;
    width: 13%;
}
.recipe-content-list::after{
        content: "";
        display: block;
        width: calc(100% / 3 - 2.75rem);
    }

.recipe-search-box__form input[type=submit]{
    background: url(../img/common/search.svg) no-repeat center / contain, #195205;
    background-size: 20px;
}
.home-news-list li:last-child{
    border-bottom: none;
}
.news-content-list__date{
    width: 75px;
}
.blog-content-list::after{
    content: "";
    width: calc(33.3333333333% - 2.75rem);
    display: block;
}
@media (max-width: 960px) {
    .blog-content-list::after{
        width: calc(50% - .5em);
    }
}
.home-kv__inner{
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.slick li img{
    max-width: 1200px;
    width: 90vw;
    margin: 0 2.5vw;
}
.home-kv-slide{
    height: auto!important;
}
.home-news{
    z-index: 1;
}
.home-news__bg{
    z-index: -1;
}
.slick-dots li button:before{
    font-size: 14px;
}
.home-news-list__date{
    width: 5em;
}
@media (max-width: 960px) {
    .slick li img{
        margin: 0 .5vw;
    }
    .slick-dots li button:before{
        font-size: 10px;
    }
}