@import url("/ns_life_tanoshimi/common_sp.css");
@import url("/ns_life_tanoshimi/common_pc.css");
@import url("/ns_life_tanoshimi/gnav_menu.css");

@media (max-width: 640px) {
    br:not(.only-sp) {
        display: none;
    }
    br.only-sp {
        display: inline !important;
    }
}
@media (min-width: 641px) {
    br.only-sp {
        display: none;
    }
}







#talk_wrap > h2 {
    display: none;
}



/* ----------------------------------------
    Font Family
 ---------------------------------------- */
#wrap {
    font-family: "UDDigiKyokasho R JIS2004", sans-serif;
}

.title_text,
.nslt_talk_title,
.nslt_profile_badge,
.nslt_profile_title,
.nslt_seasoning h3,
.nslt_recipe__title h2,
.nslt_recipe h3 {
    font-family: "UDDigiKyokasho B JIS2004", sans-serif;
}




.nslt_caption {
    font-size: 0.875em;
}

.nslt_credit {
    font-size: 0.875em;
}




/* ----------------------------------------
    talk
---------------------------------------- */
.nslt_talk {
    max-width: 640px;
    margin: 0 auto;
}
.nslt_talk_title {
    color: #a7794f;
}
#talk_body .nslt_talk_title .txt_box .desc p {
    font-size: 1.5rem;
}





/* ----------------------------------------
    recipe
---------------------------------------- */
#talk_wrap .nslt_recipe__title h2 {
    margin-bottom: 0;
}
.nslt_recipe h3 {
    font-size: 1.5em;
    margin: 0 0 1em;
    padding: 10px 0;
    text-align: center;
    color: #a7794f;
    border-top: 4px solid #a7794f;
    border-bottom: 4px solid #a7794f;
}

.nslt_recipe .photos {
    margin: 1em 0;
}

.nslt_recipe .photos img {
    margin-bottom: 1em;
    vertical-align: top;
    border-radius: 8px;
}
.nslt_recipe .photos img:last-child {
    margin-bottom: 0;
}

.nslt_recipe blockquote {
    padding: 4.7667%;
    background-color: rgba(0, 0, 0, 0.1);
}

.nslt_recipe h4 {
    font-size: 90%;
    font-weight: bold;
    display: table;
    margin: 3em 0 1em;
    padding: 2px 8px;
    color: white;
    border-radius: 4px;
    background-color: #A77954;
}

/* ----------------------------------------
    recipe ingredients
---------------------------------------- */
.nslt_recipe .ingredients {
    line-height: 1.25;
    margin-left: 0;
}
.nslt_recipe .ingredients li {
    position: relative;
    display: -webkit-box;
    display: flex;
            align-items: flex-start;
    margin-top: 0.5em;
    -webkit-box-align: start;
}
.nslt_recipe .ingredients li.label {
    position: static;
    display: list-item;
}
.nslt_recipe .ingredients li.sep {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #e4d5c9;
}
.nslt_recipe .ingredients li::before {
    position: absolute;
    z-index: 0;
    display: inline-block;
            order: 2;
    width: 100%;
    margin: calc(0.75em - 1px) 0;
    content: "";
    border-bottom: 2px dotted #4d4d4d;
    -webkit-box-ordinal-group: 3;
}
.nslt_recipe .ingredients li.label::before {
    content: none;
}
.nslt_recipe .ingredients b {
    position: relative;
    z-index: 1;
    display: inline-block;
            order: 1;
    max-width: 45%;
    padding-right: 0.25em;
    background-color: white;
    -webkit-box-ordinal-group: 2;
}
.nslt_recipe .ingredients span {
    line-height: 1.25 !important;
    position: relative;
    z-index: 1;
    display: inline-block;
            order: 3;
    max-width: 45%;
    margin-right: 0;
    margin-left: auto;
    padding-left: 0.25em;
    list-style-type: none;
    background-color: white;
    -webkit-box-ordinal-group: 4;
}

/* ----------------------------------------
    recipe instructions
---------------------------------------- */
.nslt_recipe .instructions {
    margin-left: 0;
    padding-left: 1.5em;
    list-style: decimal;
}
.nslt_recipe .instructions li {
    line-height: 1.5;
    margin-bottom: 0.5em;
}




/* ----------------------------------------
    seasoning
---------------------------------------- */
.nslt_seasoning {}
.nslt_seasoning h3 {
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.25em;
    color: #a7794f;
}
.nslt_seasoning .price {
    line-height: 1.5;
    margin: 0 0 1em;
    color: #a7794f;
}
.nslt_seasoning .price small {
    font-size: 0.875em;
}




/* ----------------------------------------
    profile
---------------------------------------- */
.nslt_profile {
    margin-bottom: 2em;
    border-top: 1px solid #A77954;
    border-bottom: 1px solid #A77954;
}
.nslt_profile_title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.4444em;
    color: #A77954;
}
.nslt_profile_title small {
    font-size: 0.7778em;
}
.nslt_profile_badge {
    font-size: 0.875rem;
    display: table;
    margin-bottom: 0.5em;
    padding: 0px 8px;
    color: white;
    border-radius: 4px;
    background-color: #A77954;
}
.nslt_profile p {
    font-size: 1rem;
}





/* ----------------------------------------
    商品リンク 
---------------------------------------- */
#talk_body .product-link {
}
#talk_body .product-link a {
    display:
    flex;
    overflow: hidden;
    align-items: stretch;
    border: 1px solid #a77954;
    border-radius: 6px;
    padding: 0;
}
#talk_body .product-link a > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 16px 16px 8px;
}
#talk_body .product-link img {
    vertical-align: top;
    width:120px;
}
#talk_body .product-link p {
    width: 100%;
}
#talk_body .product-link p.buy {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: auto 0 0 !important;
    padding: 8px 0 0 0;
    border-top: 1px solid #a77954;
}
#talk_body .product-link p.buy::after {
    font-family: Hobonichi-Icons, sans-serif;
    font-size: 150%;
    content: "\e917";
}

.is_pc #talk_body .product-link a {
    transition: all 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.is_pc #talk_body .product-link a p.buy {
    transition: border-color 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.is_pc #talk_body .product-link a:hover {
    color: #5481a6;
    background-color: #f7f7f7;
    border-color: #5481a6;
}
.is_pc #talk_body .product-link a:hover img {
    opacity: 1;
}
.is_pc #talk_body .product-link a:hover p.buy {
    border-color: #5481a6;
}





/* ----------------------------------------
    各ページ個別指定
---------------------------------------- */

/* ----------------------------------------
    odashi
---------------------------------------- */
.nslt_n_s_life_tanoshimi_odashi #wrap {
    background-color: #faf0d1;
}
.nslt_n_s_life_tanoshimi_odashi #yodogawa {
    display: none;
}
.nslt_n_s_life_tanoshimi_odashi #kv {
    margin-bottom: 0;
}
.nslt_n_s_life_tanoshimi_odashi .bd_t {
    margin-top: 0;
}

/* ----------------------------------------
    seasoning
---------------------------------------- */
.nslt_n_s_life_tanoshimi_seasoning #wrap {
    background-image: -webkit-linear-gradient(215deg, #eecf77, transparent);
    background-image: linear-gradient(235deg, #eecf77, transparent);
}
.nslt_n_s_life_tanoshimi_seasoning #yodogawa {
    display: none;
}

/* ----------------------------------------
    umesamico
---------------------------------------- */
.nslt_n_s_life_tanoshimi_umesamico #wrap {
    background-color: #f5bca3;
}
.nslt_n_s_life_tanoshimi_umesamico #yodogawa {
    display: none;
}

/* ----------------------------------------
    apron
---------------------------------------- */
.nslt_n_s_life_tanoshimi_apron #wrap {
    background-color: #f2f2f2;
}
.nslt_n_s_life_tanoshimi_apron #yodogawa {
    display: none;
}
.nslt_n_s_life_tanoshimi_apron #kv {
    margin-bottom: 0;
}
.nslt_n_s_life_tanoshimi_apron .bd_t {
    margin-top: 0;
}

/* ----------------------------------------
    recipe_odashi
---------------------------------------- */
.nslt_n_s_life_tanoshimi_recipe_odashi #wrap {
    background-color: #fcf1e8;
}
.nslt_n_s_life_tanoshimi_recipe_odashi #yodogawa {
    display: none;
}

/* ----------------------------------------
    recipe_umesamico
---------------------------------------- */
.nslt_n_s_life_tanoshimi_recipe_umesamico #wrap {
    background-color: #fcf1e8;
}
.nslt_n_s_life_tanoshimi_recipe_umesamico #yodogawa {
    display: none;
}

/* ----------------------------------------
    toribashi
---------------------------------------- */
.nslt_n_s_life_tanoshimi_toribashi #yodogawa {
    display: none;
}


/* ----------------------------------------
    odashi
---------------------------------------- */
.nslt_n_s_life_tanoshimi_odashi2 #wrap {
    background-color: #faf0d1;
}
.nslt_n_s_life_tanoshimi_odashi2 #yodogawa {
    display: none;
}
.nslt_n_s_life_tanoshimi_odashi2 #kv {
    margin-bottom: 0;
}
.nslt_n_s_life_tanoshimi_odashi2 .bd_t {
    margin-top: 0;
}
/* ----------------------------------------
    recipe_odashi
---------------------------------------- */
.nslt_n_s_life_tanoshimi_recipe_odashi2 #wrap {
    background-color: #fcf1e8;
}
.nslt_n_s_life_tanoshimi_recipe_odashi2 #yodogawa {
    display: none;
}



















/* --------------------------------------------------------------------------------
 *
 * min-width: 641 (pc)
 *
-------------------------------------------------------------------------------- */
@media(min-width: 641px) {
    /* ----------------------------------------
        talk
    ---------------------------------------- */
    .nslt_talk_title {
        margin: 80px auto 60px;
    }




    /* ----------------------------------------
        recipe
    ---------------------------------------- */
    #talk_body .nslt_recipe__title .txt_box {
        padding: 40px 0 0;
    }
    #talk_wrap .nslt_recipe__title h2 {
        font-size: 175%;
    }
    .nslt_recipe__lead {
        max-width: 720px;
        margin: auto;
    }
    .nslt_recipe {
        margin-bottom: 120px;
    }
    .nslt_recipe h3 {
        margin: 0 -80px 1em;
    }
    .nslt_recipe .photos {
        margin: 1em -80px;
    }
    .nslt_recipe .photos img {
        margin-bottom: 1em;
        vertical-align: top;
        border-radius: 8px;
    }
    .nslt_recipe blockquote {
        padding: 40px;
    }
    .nslt_recipe h4 {
        margin: 2em 0 1em;
        padding: 0 8px;
    }

    /* ----------------------------------------
        recipe ingredients
    ---------------------------------------- */
    .nslt_recipe .ingredients {
        margin-left: 80px;
    }
    .nslt_recipe .ingredients li {
                align-items: center;
        -webkit-box-align: center;
    }
    .nslt_recipe .ingredients li.label {
        position: static;
        display: list-item;
    }
    .nslt_recipe .ingredients li.sep {
        margin-top: 1em;
    }
    .nslt_recipe .ingredients li::before {
        margin: 0;
    }
    .nslt_recipe .ingredients li.label::before {
        content: none;
    }
    .nslt_recipe .ingredients b {
        position: relative;
        z-index: 1;
        display: inline-block;
                order: 1;
        padding-right: 0.25em;
        background-color: white;
        -webkit-box-ordinal-group: 2;
    }
    .nslt_recipe .ingredients span {
        position: relative;
        z-index: 1;
        display: inline-block;
                order: 3;
        margin-right: 0;
        margin-left: auto;
        padding-left: 0.25em;
        list-style-type: none;
        background-color: white;
        -webkit-box-ordinal-group: 4;
    }

    /* ----------------------------------------
        recipe instructions
    ---------------------------------------- */
    .nslt_recipe .instructions {
        margin-left: 80px;
    }




    /* ----------------------------------------
        profile
    ---------------------------------------- */
    #talk_body .nslt_profile .txt_box {
        margin: 40px auto 40px auto;
    }
}
