@charset "UTF-8";
/* ------------------------------------------------------------
   レシピページ
------------------------------------------------------------ */
/* ----- head ----- */
#recipe .inner {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

#recipe .subhead {
    background: url(../img/subhead_bg.png);
    margin-top: 180px;
    height: 200px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    #recipe .subhead {
        margin-top: 120px;
    }
}

@media screen and (max-width: 767px) {
    #recipe .subhead {
        font-size: 1.5rem;
        margin-top: 78px;
        height: 130px;
    }
}

/* ----- breadclumb ----- */
#recipe .breadclumb ul {
    margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
    #recipe .breadclumb ul {
        font-size: .875rem;
        margin-bottom: 45px;
    }
}

#recipe .breadclumb li {
    display: inline-block;
}

#recipe .breadclumb a {
    background: url(../../../../../../common/img/breadclumb_arrow.gif) no-repeat right center;
    padding-right: 15px;
    margin-right: 10px;
}

#recipe .preface {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #recipe .preface {
        margin-bottom: 25px;
    }
}

#recipe .recipe {
    position: relative;
    background: #fff;
    margin-bottom: 40px;
    box-shadow: 0 0 3px rgba(0, 0, 4, 0.3);
    transition: .3s;
    padding: 40px;
}

@media screen and (max-width: 767px) {
    #recipe .recipe {
        padding: 20px;
    }
}

#recipe .recipe .recipe_tag {
    position: absolute;
    top: 0;
    left: 0;
}

#recipe .recipe .recipe_tag img {
    width: 185px;
}

@media screen and (max-width: 767px) {
    #recipe .recipe .recipe_tag img {
        width: 50%;
    }
}

#recipe .recipe__column {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    #recipe .recipe__column {
        flex-direction: column;
    }
}

#recipe .recipe__sptitle {
    text-align: center;
}

#recipe .recipe__column__img {
    width: 40%;
}

@media screen and (max-width: 767px) {
    #recipe .recipe__column__img {
        width: 100%;
        overflow: hidden;
    }
}

#recipe .recipe__column__img img {
    width: 100%;
    margin-bottom: 20px;
}

#recipe .recipe__title span {
    display: inline;
    font-size: 1.25rem;
    font-weight: bold;
    color: #986a4b;
    background: url(../../../../../../common/img/link_bg.gif) repeat-x left bottom/6px 6px;
}

@media screen and (max-width: 767px) {
    #recipe .recipe__title span {
        width: 80%;
        margin-bottom: 15px;
        font-size: 1rem;
    }
}

#recipe .recipe__column__grumpritxt {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1rem;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #19150a;
}

@media screen and (max-width: 767px) {
    #recipe .recipe__column__grumpritxt {
        font-size: 0.875rem;
    }
}

#recipe .recipe__column__grumpritxt br {
    display: none;
}

@media screen and (max-width: 1024px) {
    #recipe .recipe__column__grumpritxt br {
        display: block;
    }
}

#recipe .recipe__column__txt {
    width: 56%;
    padding: 40px;
    border-radius: 10px;
    background: #fff9dc url(../../img/grampri_bg.png) no-repeat left 40px bottom -20px/105px 121px;
}

@media screen and (max-width: 767px) {
    #recipe .recipe__column__txt {
        width: 100%;
        padding: 20px;
        font-size: 0.875rem;
    }
}

#recipe .recipe__title {
    display: block;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #recipe .recipe__title {
        margin-bottom: 10px;
    }
}

#recipe .recipe__sptitle br {
    display: none;
}

@media screen and (max-width: 1024px) {
    #recipe .recipe__sptitle br {
        display: block;
    }
}

#recipe .recipe__txt {
    margin-bottom: 30px;
    font-size: 0.875rem;
}

#recipe .recipe__name {
    text-align: right;
    margin-bottom: 50px;
    font-size: 0.875rem;
}

#recipe .recipe__btn {
    text-align: right;
}

@media screen and (max-width: 767px) {
    #recipe .recipe__btn {
        display: block;
        text-align: center;
    }
}

#recipe .recipe__btn a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 40px;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    transition: .3s;
}

@media screen and (max-width: 767px) {
    #recipe .recipe__btn a {
        display: block;
    }
}

#recipe .recipe__btn a:hover {
    color: #fff;
    background: #000000;
    border-color: #000000;
}

#recipe .recipe_list {
    margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
    #recipe .recipe_list {
        margin-bottom: 75px;
    }
}

#recipe .recipe_list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#recipe .recipe_list li {
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 2.66%;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 4, 0.3);
    position: relative;
    transition: .3s;
}

@media screen and (max-width: 1024px) {
    #recipe .recipe_list li {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
    }
}

@media screen and (max-width: 767px) {
    #recipe .recipe_list li {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 6%;
    }
}

#recipe .recipe_list li img {
    width: 100%;
}

#recipe .recipe_list ul li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    #recipe .recipe_list ul li:nth-child(4n) {
        margin-right: 3.5%;
    }
}

@media screen and (max-width: 1024px) {
    #recipe .recipe_list ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
    #recipe .recipe_list ul li:nth-child(3n) {
        margin-right: 6%;
    }
}

@media screen and (max-width: 767px) {
    #recipe .recipe_list ul li:nth-child(2n) {
        margin-right: 0;
    }
}

#recipe .recipe_list li a .recipe_tag {
    position: absolute;
    top: 0;
    left: 0;
}

#recipe .recipe_list li a .recipe_tag.tag01 {
    width: 125px;
}

@media screen and (max-width: 767px) {
    #recipe .recipe_list li a .recipe_tag.tag01 {
        width: 50%;
    }
}

#recipe .recipe_list li a .recipe_tag.tag02 {
    width: 185px;
}

@media screen and (max-width: 767px) {
    #recipe .recipe_list li a .recipe_tag.tag02 {
        width: 70%;
    }
}

#recipe .recipe_list__photo {
    padding: 20px;
}

@media screen and (max-width: 767px) {
    #recipe .recipe_list__photo {
        padding: 20px 20px 10px;
    }
}

#recipe .recipe_list__photo img {
    width: 100%;
}

#recipe .recipe_list ul a {
    color: #986a4b;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
}

#recipe .recipe_list ul li:hover {
    opacity: 0.8;
}

#recipe .recipe_list__link {
    margin: 0 20px 30px;
}

@media screen and (max-width: 767px) {
    #recipe .recipe_list__link {
        font-size: 0.75rem;
    }
}

#recipe .recipe_list__link span {
    background: url(../../../../../../common/img/link_bg.gif) repeat-x left bottom/6px 6px;
}

/* ----- recipe_detail ----- */
#recipe_detail .inner {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

#recipe_detail .subhead {
    background: url(../img/subhead_bg@2x.png);
    margin-top: 180px;
    height: 200px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    #recipe_detail .subhead {
        margin-top: 120px;
    }
}

@media screen and (max-width: 767px) {
    #recipe_detail .subhead {
        font-size: 1.5rem;
        margin-top: 78px;
        height: 130px;
    }
}

/* ----- breadclumb ----- */
#recipe_detail .breadclumb ul {
    margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
    #recipe_detail .breadclumb ul {
        font-size: .875rem;
        margin-bottom: 22.5px;
    }
}

#recipe_detail .breadclumb li {
    display: inline-block;
}

#recipe_detail .breadclumb a {
    background: url(../../../../../../common/img/breadclumb_arrow.gif) no-repeat right center;
    padding-right: 15px;
    margin-right: 10px;
}

#recipe_detail .recipe_wrap {
    background: #fff;
    position: relative;
    padding: 40px 0;
    box-shadow: 0 0 3px rgba(0, 0, 4, 0.3);
    margin-bottom: 40px;
    border-radius: 10px;
    transition: .3s;
}

@media screen and (max-width: 767px) {
    #recipe_detail .recipe_wrap {
        padding: 20px 0;
    }
}

#recipe_detail .recipe__object {
    position: absolute;
    top: -4px;
    left: 5%;
    width: 27px;
    height: 57px;
    z-index: 100;
}

@media screen and (max-width: 767px) {
    #recipe_detail .recipe__object {
        top: -3px;
        left: 8%;
        width: 20px;
        height: 50px;
    }
}

#recipe_detail .recipe__object img {
    width: 100%;
}

#recipe_detail .recipe {
    padding: 0 40px;
    background: url(../img/recipe_pile.png) repeat-y left 13px top;
}

@media screen and (max-width: 767px) {
    #recipe_detail .recipe {
        padding: 0 20px 0 30px;
        background: url(../img/recipe_pile.png) repeat-y left 10px top/10px 29px;
    }
}

#recipe_detail .recipe__column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #recipe_detail .recipe__column {
        flex-direction: column;
    }
}

#recipe_detail .recipe__title {
    background: #976a4c;
    color: #fff;
    padding: 20px;
    font-size: 1.25rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #recipe_detail .recipe__title {
        font-size: 1rem;
        padding: 15px;
        margin-bottom: 15px;
    }
}

#recipe_detail .recipe__column__img {
    width: 41%;
}

@media screen and (max-width: 767px) {
    #recipe_detail .recipe__column__img {
        width: 100%;
        overflow: hidden;
    }
}

#recipe_detail .recipe__column__img img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    #recipe_detail .recipe__column__img img {
        margin-bottom: 20px;
    }
}

#recipe_detail .recipe__column__txt {
    width: 56%;
    border-radius: 10px;
    background: url(../../img/grampri_bg.png) no-repeat right bottom/105px 121px;
}

@media screen and (max-width: 767px) {
    #recipe_detail .recipe__column__txt {
        width: 100%;
        font-size: 0.875rem;
    }
}

#recipe_detail .recipe__txt {
    margin-bottom: 30px;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    #recipe_detail .recipe__txt {
        margin-bottom: 15px;
    }
}

#recipe_detail .recipe__name {
    text-align: right;
}

#recipe_detail .recipe__bottomcolum {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    #recipe_detail .recipe__bottomcolum {
        flex-direction: column;
    }
}

/* ----- ingredient ----- */
#recipe_detail .ingredient {
    width: 36%;
}

#recipe_detail .ingredient__inner {
    padding: 30px;
    background: #fff9dc;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    #recipe_detail .ingredient {
        width: 100%;
        margin-bottom: 30px;
        padding: 15px;
    }
}

#recipe_detail .ingredient h2 {
    margin-bottom: 20px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #47b36d;
    font-size: 1.25rem;
    background: url(../img/recipe_icon01.png) no-repeat left center/19px 16px;
    padding-left: 25px;
}

@media screen and (max-width: 767px) {
    #recipe_detail .ingredient h2 {
        margin-bottom: 10px;
    }
}

#recipe_detail .ingredient__list li {
    border-bottom: 1px dashed #e6dbb8;
    padding: 10px 0;
}

/* ----- making ----- */
#recipe_detail .making {
    width: 59%;
}

@media screen and (max-width: 767px) {
    #recipe_detail .making {
        width: 100%;
    }
}

#recipe_detail .making h3 {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 1.25rem;
    color: #976a4c;
    padding: 20px 20px 20px 45px;
    background: url(../img/recipe_icon02.png) no-repeat left 20px center/20px 21px, url(../img/making_bg.png) repeat;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #recipe_detail .making h3 {
        padding: 10px 10px 10px 45px;
    }
}

#recipe_detail .making dt {
    margin-bottom: 15px;
    color: #976a4c;
    font-weight: bold;
    font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
    #recipe_detail .making dt {
        margin-bottom: 7.5px;
    }
}

#recipe_detail .making dd {
    margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
    #recipe_detail .making dd {
        margin-bottom: 17.5px;
    }
}

#recipe_detail .more_btn {
    margin: 20px auto 100px;
    max-width: 250px;
    background: url(../../../../../../common/img/bg_white.gif) no-repeat right top/7px 7px, url(../../../../../../common/img/bg_white.gif) no-repeat left bottom/7px 7px, url(../../../../../../common/img/link_bg.gif) repeat bottom center/6px auto;
    padding-bottom: 7px;
    padding-right: 7px;
}

@media screen and (max-width: 767px) {
    #recipe_detail .more_btn {
        max-width: 100%;
        width: 100%;
        margin: 10px auto 50px;
    }
}

#recipe_detail .more_btn a {
    color: #19150a;
    text-decoration: none;
    transition: .3s;
    display: block;
    border: solid 1px #19150a;
    padding: 12px 20px;
    background: #fff url(../../../../../../common/img/arrow01.png) no-repeat right 15px center/30px auto;
}

#recipe_detail .more_btn a:hover {
    color: #fff;
    background: #19150a url(../../../../../../common/img/arrow02.png) no-repeat right 15px center/30px auto;
}
