@charset "utf-8";

/*********************************************************************
*
*  For food
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_food_wrap */
/* ---------------------------------------------------- */
.sec_food_wrap .list_1 {
    margin-bottom: 80px;
}

.sec_food_wrap .list_1>ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -27px;
    margin-bottom: -27px;
}

.sec_food_wrap .list_1>ul>li {
    margin-right: 27px;
    margin-bottom: 27px;
    width: 315px;
}

.sec_food_wrap .list_2 {
    margin-bottom: 80px;
    background-color: #FFF;
}

.sec_food_wrap .list_2>.ttl {
    padding: 10px;
    color: #009FE8;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
}

.sec_food_wrap .list_2>ul {
    display: flex;
}

.sec_food_wrap .list_2>ul>li {
    width: 50%;
}

.sec_food_wrap .list_2 .name {
    padding: 10px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    background-color: #009FE8;
}

.sec_food_wrap .list_2>ul>li:nth-child(1) .name {
    border-right: 1px solid #FFF;
}

.sec_food_wrap .list_2 .img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    height: 120px;
}

.sec_food_wrap .list_2>ul>li:nth-child(1) .img {
    border-right: 1px solid #009FE8;
}

.sec_food_wrap .list_2>ul>li:nth-child(1) .img img {
    width: auto;
    height: 110px;
}


.sec_food_wrap .list_2>ul>li:nth-child(2) .img img {
    width: auto;
    height: 74px;
}

.sec_food_wrap .space {
    padding: 40px 40px 40px 270px;
    background-image: url(../img/food_img_19.svg);
    background-size: 176px auto;
    background-position: 40px 40px;
    background-repeat: no-repeat;
    background-color: #FFF;
}

.sec_food_wrap .space .ttl {
    color: #3966B5;
    font-size: 2.9rem;
    font-weight: 700;
}

.sec_food_wrap .space .desc {
    font-size: 1.8rem;
    font-weight: 700;
}

.sec_food_wrap .space .desc .note_1 {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    .sec_food_wrap .list_1 {
        margin-bottom: 40px;
    }

    .sec_food_wrap .list_1>ul {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .sec_food_wrap .list_1>ul>li {
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc(50% - 10px);
    }

    .sec_food_wrap .list_2 {
        margin-bottom: 40px;
    }

    .sec_food_wrap .list_2>.ttl {
        padding: 10px;
        font-size: 1.4rem;
    }


    .sec_food_wrap .list_2 .name {
        font-size: 1.4rem;
    }

    .sec_food_wrap .list_2 .img {
        height: 80px;
    }

    .sec_food_wrap .list_2>ul>li:nth-child(1) .img img {
        height: 60px;
    }


    .sec_food_wrap .list_2>ul>li:nth-child(2) .img img {
        height: 32px;
    }

    .sec_food_wrap .space {
        padding: 140px 10px 10px 20px;
        background-size: 100px auto;
        background-position: center 20px;
    }

    .sec_food_wrap .space .ttl {
        margin-bottom: 10px;
        font-size: 1.8rem;
        text-align: center;
    }

    .sec_food_wrap .space .desc {
        font-size: 1.4rem;
    }

    .sec_food_wrap .space .desc .note_1 {
        font-size: 1.1rem;
    }
}