@charset "utf-8";
.recipe sup{
    font-size: 12px;
    vertical-align: top;
	position: relative;
	top: 0.1em;
}

/* ----header---- */

.recipe header {
    padding: 5px 15px 0;
}

.recipe h1 {
    max-width: 2200px;
    margin: 0 auto;
    padding: 10px 0 0;
}

.recipe h1 a {
    display: inline;
    background: none;
}

.recipe h1 img {
    width: 270px;
}

/* ----title---- */

.recipe .title.recipe01 {
    background: url(../img/recipe/bg_recipe01.png) center center no-repeat;
    background-size: 2500px auto;
}

.recipe .title.recipe02 {
    background: url(../img/recipe/bg_recipe02.png) center center no-repeat;
    background-size: 2500px auto;
}

.recipe .title.recipe03 {
    background: url(../img/recipe/bg_recipe03.png) center center no-repeat;
    background-size: 2500px auto;
}

.recipe .title.recipe04 {
    background: url(../img/recipe/bg_recipe04.png) center center no-repeat;
    background-size: 2500px auto;
}

.recipe .title.recipe05 {
    background: url(../img/recipe/bg_recipe05.png) center center no-repeat;
    background-size: 2500px auto;
}

.recipe .title.recipe06 {
    background: url(../img/recipe/bg_recipe06.png) center center no-repeat;
    background-size: 2500px auto;
}


.recipe .title.recipe07 {
    background: url(../img/recipe/bg_recipe07.png) center center no-repeat;
    background-size: 2500px auto;
}

.recipe .title .wrap {
    width: 800px;
    margin: 0 auto 70px;
    padding: 160px 0;
    text-align: right;
    box-sizing: border-box;
}

.recipe .title.recipe04 .wrap {
    padding: 180px 0;
}

.recipe .title.recipe05 .wrap {
    padding: 150px 0;
}

.recipe .title.recipe06 .wrap {
    padding: 160px 0;
}

.recipe .title.recipe07 .wrap {
    padding: 180px 0 200px;
}

.recipe .title.recipe02 .wrap,
.recipe .title.recipe04 .wrap,
.recipe .title.recipe06 .wrap {
    text-align: left;
}

.recipe .title h2 img {
    width: 380px;
}

.recipe .title.recipe07 h2 img {
    width: 420px;
}

.recipe .title h2 .sp_recipe {
    display: none;
}


/* ----mame---- */

.recipe .mame {
    width: 1000px;
    margin: 0 auto;
}

.recipe .mame ul {
    position: relative;
}

.recipe .mame ul li {
    position: absolute;
}

.recipe .mame ul li:first-child {
    left: -150px;
}

.recipe .mame ul li:last-child {
    right: -200px;
}

.recipe .mame ul li img {
    width: 180px;
}


/* ----material---- */

.recipe .material {
    width: 750px;
    margin: 0 auto;
}

.recipe .material h3,
.recipe .howto h3 {
    font-size: 20px;
    color: #613e11;
    background: url(../img/recipe/border.jpg), url(../img/recipe/icon_recipe.jpg);
    background-position: 0 bottom, left -3px;
    background-repeat: repeat-x, no-repeat;
    background-size: auto 2px, 40px auto;
    padding: 0 0 10px 60px;
    font-family: 'Noto Serif JP', serif;
}

.recipe .material h2 img,
.recipe .howto h2 img {
    width: 250px;
    margin: 0 auto;
    padding: 0 0 10px;
}

.recipe .material .wrap {
    display: flex;
    flex-flow: wrap;
}

.recipe .material .wrap ul {
    width: 345px;
}

.recipe .material .wrap ul.left {
    margin: 0 60px 0 0;
}

.recipe .material .wrap ul li {
    font-size: 16px;
    color: #613e11;
    padding: 10px;
    border-bottom: 1px dotted #aaa;
}

.recipe .material .wrap ul li dl {
    display: flex;
    flex-flow: row;
}

.recipe .material .wrap ul li dd {
    margin-left: auto;
}

.recipe .material .wrap ul li h4 {
    color: #f39a00;
}

.recipe .material .note {
    margin: 0;
}

.recipe .material .note h5 {
    font-size: 16px;
    color: #613e11;
    margin: 20px 0 0;
}

.recipe .material .note p {
    font-size: 16px;
    color: #613e11;
    margin: 5px 0 0 20px;
}


/* ----howto---- */

.recipe .howto {
    width: 750px;
    margin: 40px auto 80px;
}

.recipe .howto ul {
    margin: 20px auto 0;
}

.recipe .howto li {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    padding: 20px 10px 5px;
}

.recipe .howto li img {
    width: 36px;
    margin: 0 30px 0 0;
}

.recipe .howto li p {
    width: 660px;
    font-size: 16px;
    color: #613e11;
    line-height: 34px;
}


/* ----comment---- */


.recipe .comment {
    width: 750px;
    background: url(../img/recipe/bg.jpg) 0 0 repeat;
    background-size: 1500px auto;
    border-radius: 20px;
    padding: 30px 40px;
    box-sizing: border-box;
    margin: 30px auto 0;
}

.recipe .comment h3 {
    font-size: 18px;
    color: #613e11;
    font-family: 'Noto Serif JP', serif;
}

.recipe .comment p {
    margin: 20px 0 0;
    font-size: 16px;
    color: #613e11;
    line-height: 28px;
}

.recipe .caution {
    width: 700px;
    margin: 0 auto 80px;
}

.recipe .caution p {
    font-size: 12px;
    color: #613e11;
    line-height: 22px;
    margin: 20px 0 0;
    margin-left: 1em;
    text-indent: -1em;
}

/* ----button---- */

.recipe .button a {
    width: 400px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 15px 20px;
    background: #613e11;
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    text-decoration: none;
    margin: 0 auto 120px;
}

.recipe .button a:hover {
    transition: 0.5s;
    background: #341d00;
}

.recipe .button .mame ul li:first-child {
    top: -400px;
}

.recipe .button .mame ul li:last-child {
    top: -300px;
}

/* ----link---- */
.recipe .link h3 img {
    width: 760px;
    display: block;
    margin: 0 auto 80px;
}

.recipe .link .wrap {
    background: url(../img/recipe/bg_other.gif) 0 -20px repeat-x;
    background-size: 1500px auto;
}

.recipe .link ul {
    width: 900px;
    margin: 0 auto 80px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.recipe .link ul li {
    text-align: center;
    margin: 0 10px 40px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    color: #613e11;
}

.recipe .link ul li a {
    display: block;
    max-width: 240px;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.recipe .link ul li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.recipe .link ul li p {
    margin: 10px auto 0;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
}

/*ホバーエフェクト*/
.recipe .link ul li a img {
    transform: scale(1);
    transition: .5s ease-in-out;
}

.recipe .link ul li a:hover img {
    transform: scale(1.2);
}

/* ----okazu---- */
.recipe.okazu .title .wrap {
    padding: 0;
}

.recipe.okazu .title h2 {
    text-align: center;
}

.recipe.okazu .title h2 img {
    width: 800px;
    margin: 0 auto;
}

.recipe.okazu .material h3,
.recipe.okazu .howto h3 {
    background: url(../img/recipe/border.jpg), url(../img/okazu/icon_okazu.jpg);
    background-position: 0 bottom, 10px -5px;
    background-repeat: repeat-x, no-repeat;
    background-size: auto 2px, 30px auto;
}

.recipe.okazu .link h3 img {
    width: 704px;
    display: block;
    margin: 0 auto 50px;
}

@media only screen and (max-width: 1250px) {

    .recipe .mame {
        display: none;
    }

    .recipe .title .wrap {
        width: 90%;
        padding: 130px 0;
    }

    .recipe .title.recipe01 {
        background: url(../img/recipe/bg_recipe01_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 0;
    }

    .recipe .title.recipe02 {
        background: url(../img/recipe/bg_recipe02_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 0;
    }

    .recipe .title.recipe03 {
        background: url(../img/recipe/bg_recipe03_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 0;
    }

    .recipe .title.recipe04 {
        background: url(../img/recipe/bg_recipe04_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 0;
    }

    .recipe .title.recipe05 {
        background: url(../img/recipe/bg_recipe05_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 0;
    }

    .recipe .title.recipe05 .wrap {
        padding: 150px 0;
    }

    .recipe .title.recipe06 {
        background: url(../img/recipe/bg_recipe06_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 0;
    }

    .recipe .title.recipe06 .wrap {
        padding: 170px 0 180px;
    }

    .recipe .title.recipe07 {
        background: url(../img/recipe/bg_recipe07_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 0;
    }

    .recipe .title.recipe07 .wrap {
        padding: 210px 0 240px;
    }




    @media only screen and (max-width : 800px) {


        /* ----header---- */

        .recipe header {
            padding: 10px;
        }

        .recipe h1 {
            padding: 5px 0 0;
        }

        .recipe h1 img {
            width: 50%;
        }

        /* ----title---- */

        .recipe .title.recipe01,
        .recipe .title.recipe02,
        .recipe .title.recipe03,
        .recipe .title.recipe04,
        .recipe .title.recipe05,
        .recipe .title.recipe06,
        .recipe .title.recipe07 {
            background: none;
        }

        .recipe .title.recipe01 .wrap,
        .recipe .title.recipe02 .wrap,
        .recipe .title.recipe03 .wrap,
        .recipe .title.recipe04 .wrap,
        .recipe .title.recipe05 .wrap,
        .recipe .title.recipe06 .wrap,
        .recipe .title.recipe07 .wrap {
            padding: 0;
        }

        .recipe .title .wrap {
            width: 100%;
            margin: 0 auto 50px;
            padding: 0;
        }

        .recipe .title h2 img,
        .recipe .title.recipe07 h2 img {
            width: 100%;
        }

        .recipe .title h2 .pc_recipe {
            display: none;
        }

        .recipe .title h2 .sp_recipe {
            display: block;
        }


        /* ----mame---- */

        .recipe .mame {
            display: none;
        }


        /* ----material---- */

        .recipe .material {
            width: 90%;
            margin: 0 auto;
        }

        .recipe .material h3,
        .recipe .howto h3 {
            font-size: 18px;
            color: #613e11;
            background-position: 0 bottom, left 0;
            background-repeat: repeat-x, no-repeat;
            background-size: auto 2px, 34px auto;
            padding: 0 0 10px 40px;
        }

        .recipe .material .wrap {
            display: block;
        }

        .recipe .material .wrap ul {
            width: 100%;
        }

        .recipe .material .wrap ul.left {
            margin: 0;
        }

        .recipe .material .wrap ul li {
            font-size: 16px;
            padding: 10px;
        }

        .recipe .material .note {
            margin: 30px 0;
        }

        .recipe .material .note h5 {
            font-size: 16px;
        }

        .recipe .material .note p {
            font-size: 14px;
            color: #613e11;
            line-height: 26px;
            margin: 8px 0 0 20px;
        }

        .recipe .material .note p.note {
            font-size: 14px;
            color: #613e11;
            line-height: 26px;
            margin: 8px 0 0;
        }

        /* ----howto---- */

        .recipe .howto {
            width: 90%;
            margin: 50px auto 50px;
        }

        .recipe .howto ul {
            margin: 10px auto 0;
        }

        .recipe .howto li {
            display: flex;
            flex-flow: wrap;
            align-items: flex-start;
            padding: 20px 0 0;
        }

        .recipe .howto li img {
            width: 10%;
            margin: 0 5% 10px 0;
        }

        .recipe .howto li p {
            width: 85%;
            font-size: 16px;
            line-height: 30px;
        }

        /* ----comment---- */

        .recipe .comment {
            width: 90%;
            margin: 10px auto 0;
            padding: 30px
        }

        .recipe .caution {
            width: 90%;
            margin: 0 auto 60px;
        }
        .recipe .caution p {
            line-height: 25px;
        }


        /* ----button---- */

        .recipe .button a {
            width: 90%;
            padding: 20px 20px;
            font-size: 16px;
            letter-spacing: -1px;
            font-weight: bold;
            margin: 0 auto 110px;
        }

        .recipe .button .mame ul li:first-child,
        .recipe .button .mame ul li:last-child {
            display: none;
        }

        /* ----link---- */
        .recipe .link h3 img {
            width: 100%;
            display: block;
            margin: 0 auto 50px;
        }

        .recipe .link .wrap {
            background: none;
        }

        .recipe .link ul {
            width: 90%;
            margin: 0 auto 30px;
            display: flex;
            flex-flow: wrap;
        }

        .recipe .link ul li {
            margin: 0 2.5% 30px;
            font-size: 16px;
            width: 45%;
        }

        .recipe .link ul li a {
            display: block;
            max-width: none;
            width: 100%;
            text-align: center;
            height: auto;
        }

        .recipe .link ul li p {
            margin: 15px auto 0;
        }

        /* ----okazu---- */
        .recipe.okazu .title .wrap {
            padding: 0;
        }

        .recipe.okazu .title h2 img {
            width: 100%;
        }

        .recipe.okazu .material h3,
        .recipe.okazu .howto h3 {
            background: url(../img/recipe/border.jpg), url(../img/okazu/icon_okazu.jpg);
            background-position: 0 bottom, left 0;
            background-repeat: repeat-x, no-repeat;
            background-size: auto 2px, 25px auto;
        }

        .recipe.okazu .link h3 img {
            width: 100%;
            margin: 0 auto 40px;
        }



    }