@charset "utf-8";
/* ファストビュー */

.carousel div.carouselImg01 {
    height: calc(100vh - 140px);
    background-image: url(../my-imges/index/first-view01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.carousel div.carouselImg02 {
    height: calc(100vh - 140px);
    background-image: url(../my-imges/index/first-view02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.carousel div.carouselImg03 {
    height: calc(100vh - 140px);
    background-image: url(../my-imges/index/first-view03.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.carousel div.carouselImg04 {
    height: calc(100vh - 140px);
    background-image: url(../my-imges/index/first-view04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.carousel div.carouselImg05 {
    height: calc(100vh - 140px);
    background-image: url(../my-imges/index/first-view05.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.carousel div.carouselImg06 {
    height: calc(100vh - 140px);
    background-image: url(../my-imges/index/first-view06.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

/* 導入エリア */

.lead {
    max-width: 1200px;
    margin: 60px auto;
}

.lead p {
    line-height: 1.5;
    text-align: center;
}

.link-button-area {
    text-align: center;
    margin-top: 40px;
    color: #fff;


}

.link-button {
    background-color: #5DAC81;
    display: inline-block;
    min-width: 180px;
    line-height: 50px;
    border-radius: 5px;
}

.link-button:hover {
    background-color: #B5CAA0;
}

/* 野菜セット */

.recommended {
    background-color: #faedee;
    padding-top: 50px;
    padding-bottom: 50px;
}

#recipe {
    background-color: #eed8ba;
}

.recommended h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    /* color: white;
    text-shadow:
        0.75px 0.75px 0 black,
        -0.75px 0.75px 0 black,
        0.75px -0.75px 0 black,
        -0.75px -0.75px 0 black; */
}

.recommended h2::after {
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    background-color: #000;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.item-list {
    display: flex;
    padding: 20px 40px;
    overflow: scroll;
}

.item-list li:first-child {
    margin-left: 0;
}

.item-list li {
    flex-shrink: 0;
    width: 260px;
    margin-left: 50px;
}

.item-list dl {
    margin-top: 10px;
}

.item-list dt {
    text-align: center;
}

.item-list dd {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
}

/* insta */
#insta h2 {
    margin-bottom: 15px;
}

#insta {
    background-color: #ECEDB0;
}

/* wordpress化　お知らせ、イベント追加　レイアウト調整 */
.news-event {
    display: flex;
    justify-content: space-around;


}

.news {
    width: 100%;
    background-color: #B5CAA0;

}

.news01 {
    display: flex;
    justify-content: center;
    /* justify-content: space-around; */
}

.news01 ul li{
    margin-right: 10px;
    margin-top: 10px;
}

.news02 {
    /* display: block; */
    margin-top: 10px;
}



.event {
    width: 100%;
    background-color: #9fb6d6;
}

.event01 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    /* justify-content: space-around; */
}

.event01 div {
    margin-left: 10px;
}

.event02 {
    margin-right: 10px;
    margin-left: 10px;
}


/* レスポンシブデザイン */
@media (max-width: 800px) {

    /* jQuery発展編 */
    /* モーダル */

    .close-btn {
        position: absolute;
        top: 70px;
        right: 20px;
        color: white;
        font-size: 40px;
        text-decoration: none;
        cursor: pointer;
    }

    /* ファストビュー */

    .carousel div.carouselImg01 {
        height: calc(100vh);
        background-image: url(../my-imges/index/first-view-responsive01.png);

    }

    .carousel div.carouselImg02 {
        height: calc(100vh);
        background-image: url(../my-imges/index/first-view-responsive02.png);
    }

    .carousel div.carouselImg03 {
        height: calc(100vh);
        background-image: url(../my-imges/index/first-view-responsive03.png);
    }

    .carousel div.carouselImg04 {
        height: calc(100vh);
        background-image: url(../my-imges/index/first-view-responsive04.png);

    }

    .carousel div.carouselImg05 {
        height: calc(100vh);
        background-image: url(../my-imges/index/first-view-responsive05.png);
    }

    .carousel div.carouselImg06 {
        height: calc(100vh);
        background-image: url(../my-imges/index/first-view-responsive06.png);
    }

    /* 導入文 */
    .lead {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* 野菜セット */

    .item-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .item-list li {
        width: 200px;
        margin-left: 30px;
    }


}