@charset "utf-8";

@media screen and (min-width: 1024px) {
    .sarasararedAreaContent4 {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 60px;
    }

    .sarasararedAreaContent5,
    .sarasararedAreaContent6 {
        margin-bottom: 60px;
    }

    .sarasararedAreaContent5Inner,
    .sarasararedAreaContent6Inner,
    .sarasararedAreaContent7Inner {
        width: 1120px;
        margin: 0 auto;
    }

    .sarasararedAreaContent5Recipe,
    .sarasararedAreaContent6Recipe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sarasararedAreaContent7Recipe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sarasararedAreaContent5Recipe .recipe,
    .sarasararedAreaContent6Recipe .recipe,
    .sarasararedAreaContent7Recipe .recipe {
        width: 358px;
        position: relative;
    }

    .sarasararedAreaContent7Recipe .recipe {
        margin-right: 23px;
    }

    .sarasararedAreaContent5Recipe .recipeBtn,
    .sarasararedAreaContent6Recipe .recipeBtn,
    .sarasararedAreaContent7Recipe .recipeBtn {
        position: absolute;
        bottom: -20px;
        right: -10px;
        box-shadow: 0 0 8px #a3a3a3;
    }

    .sarasararedAreaContent7 {
        padding-bottom: 180px;
        border-bottom: 1px solid #dddddd;
    }
}


@media screen and (max-width: 1023px) {
    .sarasararedAreaContent4 {
        padding-bottom: 0;
        border-bottom: none;
    }
    .sarasararedAreaContent5Inner,
    .sarasararedAreaContent6Inner,
    .sarasararedAreaContent7Inner {
        padding: 0 5.3vw;
    }

    .sarasararedAreaContent5Recipe .recipeImg,
    .sarasararedAreaContent6Recipe .recipeImg,
    .sarasararedAreaContent7Recipe .recipeImg {
        box-shadow: 1px 1px 1vw #d0d0d0;
        margin-bottom: 20px;
    }

    .sarasararedAreaContent7Recipe {
        padding-bottom: 16vw;
        border-bottom: 0.26vw solid #dddddd;
    }
}