@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/* P16-22 */
/* ベース =========================*/
#osechi_rich-content {
    width: 1200px;
    margin: 0 auto;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #222;
    box-sizing: border-box;
    background-image: url("/img/usr/goods/26osechi/4901010866982/bg_base.webp");
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
}

#osechi_rich-content .pc {
    display: block;
}

#osechi_rich-content .sp {
    display: none;
}

#osechi_rich-content p {
    margin: 0;
}

#osechi_rich-content img {
    width: 100%;
    height: auto;
    display: block;
}

#osechi_rich-content ul,
#osechi_rich-content li {
    list-style: none;
}

#osechi_rich-content h2,
#osechi_rich-content h3,
#osechi_rich-content h4 {
    font-weight: 700;
}

#osechi_rich-content h2 {
    margin: 0;
    padding: 0 0 15px;
    text-align: center;
    font-size: 45px;
    line-height: 1.4;
}

#osechi_rich-content h2 span {
    font-size: 30px
}

.inner {
    padding: 55px 100px 80px;
}

/* TOPキャッチコピー */
.sec_top .c_copy {
    margin: 0;
    padding: 25px;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
    background-image: url("/img/usr/goods/26osechi/4901010866982/bg_copy.webp");
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

.wrapper-block-mid {
    position: relative;
    padding: 40px;
}

/* 注目のお料理 */
.sec-dish {
    background-image: url("/img/usr/goods/26osechi/4901010866982/bg_dish.webp");
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
}

.sec-dish h2 {
    background-image: url("/img/usr/goods/26osechi/4901010866982/ttl_dish.webp");
    background-repeat: no-repeat;
    background-position: 140px 10px;
    background-size: 300px;
}

.sec-dish .item_wrap {
    display: flex;
    margin: 10px 20px 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 0 60px;
}

.sec-dish .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 275px;
    background-image: url("/img/usr/goods/26osechi/4901010866982/bg_sunago.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;

}

.sec-dish .item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 275px;
    height: 250px;
    margin: 0 auto;
    z-index: 5;
}

.sec-dish .wrap_txt {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.sec-dish .item-title {
    width: 100%;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    display: block;
    text-align: left;
    font-size: 22px;
    line-height: 1.2;
    border-bottom: 1px solid rgb(174, 129, 72, 0.5);
}

.sec-dish p {
    margin: 0;
}

/* お品書き */
.sec-menu {
    background-image: url("/img/usr/goods/26osechi/4901010866982/line_gold.webp"), url("/img/usr/goods/26osechi/4901010866982/line_gold.webp"), url("/img/usr/goods/26osechi/4901010866982/bg_deco1.webp");
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top, bottom, center;
    background-size: 100% 8px, 100% 8px, 100%;
}

#osechi_rich-content .sec-menu h2 {
    margin-top: -10px;
    padding-top: 35px;
    background-image: url("/img/usr/goods/26osechi/4901010866982/ttl_menu.webp");
    background-repeat: no-repeat;
    background-position: center top 0;
    background-size: 40px;
}

#osechi_rich-content .sec-menu .c_copy {
    margin: 0 auto 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.sec-menu .item_list {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    margin: 0;
    padding: 0;
}

.sec-menu li {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 25px;
    margin: 0;
    padding: 10px 80px;
}

.sec-menu li:nth-last-child(n + 2) {
    background-image: url("/img/usr/goods/26osechi/4901010866982/line_gold.webp");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 2px;
}

.sec-menu .one {
    padding: 0 80px;
}

.sec-menu li:nth-child(even) {
    flex-direction: row-reverse;
}

.sec-menu .wrap_img {
    flex: 1;
}

.sec-menu .one .wrap_img {
    flex: 1.2;
}

.sec-menu .wrap_txt {
    flex: 2;
}

.sec-menu .wrap_ttl {
    display: flex;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
}

.sec-menu h3 {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0px 15px 1px;
    color: #fff;
    background: #222;
}

.sec-menu .number {
    display: inline-block;
    margin: 0;
    padding: 0px 15px;
    font-weight: 600;
    color: #222;
    border: 1px solid #222;
}

/* おせちのこだわり */
.sec-bottom {
    padding-bottom: 100px;
}

.sec-bottom p {
    text-align: center;
}

.wrap_shop {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 50px 60px;
    font-weight: 500;
    color: #222;
    background: #fff;
    outline: 2px solid rgb(174, 129, 72);
    outline-offset: -8px;
}

.wrap_shop p {
    text-align: justify;
}

.wrap_shop .wrap_img {
    margin-right: 30px;
}

/* スマホ用調整------------------------------------------------ */
@media (max-width: 780px) {
    #osechi_rich-content {
        width: 100%;
        font-size: 14px;
    }

    #osechi_rich-content .pc {
        display: none;
    }

    #osechi_rich-content .sp {
        display: block;
    }

    #osechi_rich-content h2 {
        text-align: center;
        font-size: 30px;
        line-height: 1.4;
    }

    #osechi_rich-content h2 span {
        font-size: 20px
    }

    .inner {
        padding: 30px 20px 40px;
    }

    /* TOPキャッチコピー */
    .sec_top .c_copy {
        margin: 0;
        padding: 15px;
        text-align: center;
        font-size: 18px;
    }

    .wrapper-block-mid {
        position: relative;
        padding: 15px 20px 30px;
        background: #f4ebd3;
    }

    /* 注目のお料理 */
    .sec-dish h2 {
        height: 50px;
        background-image: url("/img/usr/goods/26osechi/4901010866982/ttl_dish.webp");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 200px;
    }

    .sec-dish .item_wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px 0;
        margin-bottom: 15px;
    }

    .sec-dish .item {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .sec-dish .item_img {
        justify-content: center;
        width: 90%;
        height: auto;
        margin-bottom: 5px;
    }

    .sec-dish .item:nth-last-child(n + 2) {
        padding-bottom: 25px;
        border-bottom: 1px solid rgb(174, 129, 72, 0.4);
    }


    .sec-dish .item-title {
        font-size: 20px;
        margin: 0 auto;
        padding: 0 0 5px;
        border: none;
    }

    /* お品書き */
    .sec-menu {
        padding-bottom: 60px;
        background-image: url("/img/usr/goods/26osechi/4901010866982/line_gold.webp"), url("/img/usr/goods/26osechi/4901010866982/line_gold.webp"), url("/img/usr/goods/26osechi/4901010866982/bg_deco1.webp"), url("/img/usr/goods/26osechi/4901010866982/bg_menu.webp");
        background-repeat: no-repeat, no-repeat, repeat, repeat;
        background-position: top, bottom, bottom -60px, center;
        background-size: 100% 8px, 100% 8px, 150%, contain;
    }

    #osechi_rich-content .sec-menu h2 {
        margin-top: 0;
        padding: 35px 0 5px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 35px;
    }

    #osechi_rich-content .sec-menu .c_copy {
        text-align: left;
        font-size: 16px;
        line-height: 1.5;
        margin: 0 25px;
    }

    .sec-menu li {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 5px 10px 25px;
        gap: 0;
    }

    .sec-menu .one {
        padding: 5px 10px 0;
    }

    .sec-menu li:nth-child(even) {
        flex-direction: column;
    }

    .sec-menu .wrap_img {
        flex: 1;
        width: 100%;
    }

    .sec-menu .one .wrap_img {
        width: 80%;
    }

    .sec-menu .wrap_ttl {
        font-size: 16px;
    }

    /* おせちのこだわり */
    .sec-bottom p {
        text-align: justify;
    }

    .wrap_shop {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        padding: 35px;
    }

    .wrap_shop .wrap_img {
        margin: 0 auto 10px;
    }
}