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

/* ---------- COMMON ---------- */
/* title */
.page_title {
    background-image: url("../img/food/bg_title_food.png");
    background-repeat: no-repeat;
}

/* intro */
.intro{
    background-image: url("../img/food/bg_intro.jpg");
    background-repeat: no-repeat;
}

.intro p{
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    font-weight: 600;
}

/* food material */
.food_material h2{
    background-image: url("../img/common/bg_title_sub.svg");
    background-repeat: no-repeat;
    background-position: center top;
    color: #00406f;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.food_material li{
    list-style: none;
}

.food_material dl dt{
    color: #00406f;
    font-weight: 700;
    text-align: center;
}

.food_material dl figure img{
    border-radius: 10px;
}

.food_material p{
    background: url("../img/common/icon_rose.svg") no-repeat left 4px;
    background-size: 16px;
    padding-left: 1.25em;
}

/* ---------- Mobile ---------- */
@media(max-width:737px) {
/* title */
    article{
        margin-bottom: 40px;
    }

    .page_title {
        background-position: right 60px top 32px;
        background-size: 45px;
    }

/* intro */
    .intro{
        margin-bottom: 30px;
        background-position: left -0px top;
        padding:20px 10px;
        background-size: 850px;
    }

    .intro p{
        padding: 15px 10px;
        font-size: 80%;
        line-height: 1.5em;
    }

/* food material */
    .food_material{
        margin-left: 1em;
        margin-right: 1em;
    }

    .food_material h2{
        height: 43px;
        margin-bottom: 20px;
        padding-top: 20px;
        width: 312px;
    }

    .food_material li{
        margin-bottom: 20px;
    }

    .food_material dl dt{
        font-size: 115%;
        padding-bottom: 10px;
    }

    .food_material dl figure img{
        margin-bottom: 10px;
    }

    .food_material li:not(:last-of-type) figure img{
        width: 250px;
    }

    .food_material li:last-of-type figure img{
        max-width: 100%;
    }

    .food_material dl dd{
        font-size: 85%;
        line-height: 1.5em;
    }

    .food_material p{
        font-size: 85%;
        margin-bottom: 25px;
    }

    .blog_link{
        width: 270px;
    }
}

/* ---------- SE ---------- */
@media(max-width:374px) {
    .page_title {
        background-position: right 48px top 32px;
        background-size: 35px;
    }

    .intro{
        background-position: left -10px top;
        background-size: 940px;
    }

    .food_material h2{
        height: 45px;
        padding-top: 15px;
        width: 300px;
    }

    .blog_link{
        width: 255px;
    }
}

/* ---------- Tablet / PC ---------- */
@media (min-width: 738px) {
/* title */
    .page_title {
        background-position: right 95px top 58px;
        background-size: 65px;
    }

/* intro */
    .intro{
        background-size: cover;
        margin-bottom: 45px;
        padding:50px 0;
        position: relative;
        width: 100%;
    }

    .intro p{
        margin-left: auto;
        margin-right: auto;
        padding: 25px 40px;
        width: 570px;
    }

    .intro p span{
        display: inline-block;
    }

/* food material */
    .food_material h2{
        font-size: 150%;
        height: 62px;
        margin-bottom: 40px;
        padding-top: 40px;
        width: 542px;
    }

    .food_material li{
        display: inline-block;
        margin-bottom: 40px;
        vertical-align: top;
    }

    .food_material li:not(:last-of-type){
        margin-left: 15px;
        margin-right: 15px;
    }

    .food_material li:last-of-type,
    .food_material p{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .food_material dl dt{
        font-size: 130%;
        padding-bottom: 20px;
    }

    .food_material dl figure img{
        margin-bottom: 15px;
    }

    .food_material p{
        margin-bottom: 30px;
    }

    .blog_link{
        width: 360px;
    }

}
/* ---------- Tablet ---------- */
@media(max-width:1022px) and (min-width: 737px){
/* title */
    article{
        margin-bottom: 40px;
    }

/* food material */
    .food_material{
        margin-left: 1em;
        margin-right: 1em;
    }

    .food_material li:not(:last-of-type){
        width: 335px;
    }

    .food_material li:last-of-type{
        width: 710px;
    }

    .food_material p{
        width: 690px;
    }

}
/* ---------- PC ---------- */
@media(min-width:1023px){
/* title */
    article{
        margin-bottom: 60px;
    }

/* food material */
    .food_material{
        margin-left: auto;
        margin-right: auto;
        width: 920px;
    }

    .food_material li:not(:last-of-type){
        width: 425px;
    }

    .food_material li:last-of-type{
        width: 750px;
    }

    .food_material p{
        width: 730px;
    }
}