@charset "utf-8";

ul {
    margin: 0;
    padding: 0;
}

.yomimono .clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.yomimono img {
    display: block;
    max-width: 100%;
    border: 0;
    margin: 0 auto;
}


/* pc */

@media screen and (min-width:750px) {
    .yomimono_pc {
        display: block !important;
    }

    .yomimono_sp {
        display: none !important;
    }

    .yomimono .flexbox_pc {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    /* .yomimono_wrapper {
        margin: -40px 0 0 -40px;
    } */


    /* .yomimono {
        max-width: 920px;
        border: #004d2b solid 20px;
        text-align: left;
        padding-bottom: 0;
        margin: 0 auto 60px;
    } */

    .yomimono_inner {
        padding: 20px;
    }

    .yomimono_bottom_pc {
        flex-direction: row-reverse;
    }

    .yomimono_pickup {
        border-bottom: solid 1px #999999;
        padding: 0 0 20px;
    }

    .yomimono_pickup_title {
        margin: 0 0 10px;
    }

    .yomimono_pickup_title_icon {
        width: 15%;
        margin: 0 10px 0 40px;
    }

    .yomimono_pickup_title_category {
        font-size: 1.2em;
        line-height: 1.6em;
        margin: 20px 0 10px;
    }

    .yomimono_pickup_title_subtitle {
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.6em;
    }

    .yomimono_pickup_image {
        width: 50%;
    }

    .yomimono_pickup_text {
        width: 50%;
        font-size: 1.2em;
        line-height: 1.8em;
        padding: 0 20px 20px;
    }

    .yomimono_pickup_readmore {
        /* text-align: right; */
        margin-top: 1.5%;
    }

    .yomimono_new {
        width: 60%;
    }

    .yomimono_new_title {
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.6em;
        text-align: center;
        margin: 20px 0 10px;
    }

    .yomimono_new_box {
        background: #f9f3e3;
        padding: 10px;
        margin: 0 0 5px;
    }

    .yomimono_new_box_data {
        width: 15%;
        text-align: center;
        margin-right: 10px;
    }

    .yomimono_new_box_right {
        width: 85%;
    }

    .yomimono_new_box_title {
        font-size: 1.0em;
        margin-bottom: 5px;
    }

    .yomimono_new_box_text {
        font-size: 1.1em;
    }

    .yomimono_contents {
        width: 40%;
        padding-right: 20px;
    }

    /* .yomimono_contents a {
        color: #000000;
        text-decoration: none;
    }

    .yomimono_contents a:hover {
        color: #000000;
        text-decoration: none;
    } */

    .yomimono_contents_title {
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.6em;
        text-align: center;
        margin: 20px 0 10px;
    }

    .yomimono_contents_box {
        margin: 0 0 10px;
    }

    .yomimono_contents_box_banner {
        width: 30%;
        margin-right: 10px;
    }

    .yomimono_contents_box_text {
        font-size: 1.1em;
        width: 70%;
        margin: 10px 0 0;
    }

    .yomimono_bottom_head {
        width: 100%;
        margin: 0 0 -5px 0;
    }

    .yomimono_bottom {
        /* background: #004d2b; */
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .yomimono_bottom_list {
        display: inline-block;
        padding: 20px 0;
    }

    .yomimono_bottom_list.first {
        margin: 0 30px 0 0;
    }

    .yomimono_bottom_list.second {
        margin: 0 0 0 30px;
    }

    .yomimono_bottom_list p {
        color: #ffffff;
        text-align: center;
    }

    .yomimono_bottom_list img {
        width: 160px;
    }

}


/* sp */
@media screen and (max-width:750px) {
    .yomimono_pc {
        display: none !important;
    }

    .yomimono_sp {
        display: block !important;
    }

    .yomimono .flexbox_sp {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    /* .yomimono_wrapper {
        margin-left: -40px;
    } */

    /* .yomimono {
        border: #004d2b solid 10px;
        margin: 0 auto 40px;
    } */

    .yomimono_inner {
        padding: 10px;
    }

    .yomimono_pickup_title {
        margin: 0 0 10px;
    }

    .yomimono_pickup_title_icon {
        width: 150px;
        margin-right: 10px;
    }

    .yomimono_pickup_title_category {
        font-size: 1.0em;
        line-height: 1.6em;
        margin: 10px 0 5px;
    }

    .yomimono_pickup_title_subtitle {
        font-size: 1.1em;
        font-weight: bold;
        line-height: 1.6em;
    }


    .yomimono_pickup_text {
        font-size: 1.1em;
        line-height: 1.6em;
        padding: 10px;
        padding: 10px;
        margin: 10px 0 0;
    }

    .yomimono_pickup_readmore {
        /* text-align: right; */
        margin-top: 2%;
    }

    .yomimono_new {
        border-top: solid 1px #999999;
        margin: 10px 0 0;
    }

    .yomimono_new_title {
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.6em;
        text-align: center;
        margin: 20px 0 10px;
    }

    .yomimono_new_box {
        background: #f9f3e3;
        padding: 10px;
        margin: 0 0 5px;
    }

    .yomimono_new_box_data {
        width: 15%;
        text-align: center;
        margin-right: 10px;
    }

    .yomimono_new_box_right {
        width: 85%;
    }

    .yomimono_new_box_title {
        font-size: 1.0em;
        margin-bottom: 5px;
    }

    .yomimono_new_box_text {
        font-size: 1.1em;
    }

    .yomimono_contents {
        border-top: solid 1px #999999;
        margin: 20px 0 0;
    }

    /* .yomimono_contents a {
        color: #000000;
        text-decoration: none;
    }

    .yomimono_contents a:hover {
        color: #000000;
        text-decoration: none;
    } */

    .yomimono_contents_title {
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.6em;
        text-align: center;
        margin: 20px 0 10px;
    }

    .yomimono_contents_box {
        margin: 0 0 10px 10px;
    }

    .yomimono_contents_box_banner {
        width: 30%;
        margin-right: 10px;
    }

    .yomimono_contents_box_text {
        font-size: 1.1em;
        width: 70%;
        margin: 10px 0 0;
    }

    .yomimono_bottom_head {
        width: 100%;
        margin: 0 0 -5px 0;
    }

    .yomimono_bottom {
        background: #004d2b;
        text-align: center;
        padding: 0;
        margin: -1px;
    }

    .yomimono_bottom_list {
        display: inline-block;
        padding: 20px 0;
    }

    .yomimono_bottom_list.first {
        margin: 0 10px 0 0;
    }

    .yomimono_bottom_list.second {
        margin: 0 0 0 10px;
    }

    .yomimono_bottom_list p {
        color: #ffffff;
        text-align: center;
        margin: 15px 0 0;
    }

    .yomimono_bottom_list img {
        width: 120px;
    }

}


/* webrenewal */
main#content .top__main_pc .yomimono_wrapper {
    margin: 0;
}

main#content .top__main_pc .yomimono_wrapper .yomimono-renewal {
    border: none;
    background: transparent;
}

main#content .yomimono_wrapper .yomimono-renewal a {
    transition-duration: 0.6s;
    text-decoration: none;
    display: block;
    color: #000;
}

main#content .yomimono_wrapper .yomimono-renewal a:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #000;
}

.yomimono_inner-renewal {
    padding: 0;
}

.heading1 {
    font-family: 'Shippori Mincho B1', serif;
    font-size: 30px;
    font-weight: 600;
    color: var(--top-header-text-color);
    margin: 40px 0 10px 0;
}

.yomimono_pickup-renewal {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
    grid-template-rows: auto;
    grid-template-areas:
        "areaA areaB"
        "areaA areaC";
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    border: none;
    padding: 0;
    box-shadow: 0px 0px 10px 0px rgba(77, 79, 71, 0.35);
}

.areaA-renewal {
    grid-area: areaA;
    width: 100%;
}

.areaB-renewal {
    grid-area: areaB;
    /* width: 100%; */
    padding: 4% 0;
    box-sizing: border-box;
    margin: 0 4.5%;
    border-bottom: 2px solid rgb(199, 199, 199);
    display: flex;
    align-items: center;
}

.areaC-renewal {
    grid-area: areaC;
    width: 100%;
    padding: 4% 4.5% 2%;
    box-sizing: border-box;
    overflow: auto;
    /* max-height: 170px; */
    font-size: 14px;
    line-height: unset;
}

.areaA-renewal img {
    width: 100%;
    aspect-ratio: 15/8;
    object-fit: cover;
}

.areaC-renewal p {
    margin: 0;
    letter-spacing: .07rem;
}

.yomimono_pickup_text_title {
    font-size: 18px;
}

.flexbox-renewal {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yomimono_pickup_title_icon-renewal {
    max-width: 82px;
    width: 100%;
    margin: 0;
}

.yomimono_pickup_title_category-renewal {
    margin: 0;
}

.yomimono_link {
    color: #242424;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.yomimono_link::after {
    content: "";
    background: url(/assets/img/icon_category_link-renewal.png) no-repeat right center;
    width: min(14px,100%);
    display: inline-block;
    aspect-ratio: 1/1;
    background-size: contain;
    margin-top: -3px;
}

.yomimono_new-renewal {
    width: 100%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 15px;
    border: none;
}

.yomimono_new_title-renewal {
    font-size: 24px;
    margin-bottom: 20px;
}

.caru-renewal {
    display: flex;
    gap: 10px;
    overflow-x: scroll;
    width: 100%;
    padding: 0 0 20px 0;
}

::-webkit-scrollbar {
    /* -webkit-appearance: none; */
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: rgba(138, 138, 138, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.yomimono_new_item {
    background-color: #fff;
    width: 221px;
}

.yomimono_new_item_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 155px;
}

.yomimono_new_item_img {
    width: 221px;
    background-color: #999999;
}

.yomimono_new_item_img img {
    width: 100%;
    aspect-ratio: 15/8;
    object-fit: cover;
}


.yomimono_new_item_text {
    font-size: 16px;
    color: #242424;
    margin: 15px 0 0;
}

.yomimono_new_item_wappen {
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.yomimono_new_item_wappen.recipi {
    background: #231815;
    color: #fff;
}

.yomimono_new_item_wappen.karadacare {
    background: #81583A;
    color: #fff;
}

.yomimono_new_item_wappen.column {
    border: 1px solid #242424;
    color: #242424;
}

.yomimono_new_item_wappen.honto {
    background: #F4EED4;
    color: #6E4831;
}

.yomimono_new_item_data {
    font-size: 14px;
    color: rgba(60, 60, 67, 0.6);
    margin: 0;
    padding: 0;
}

.yomimono_contents-renewal {
    width: 100%;
    padding: 0;
    border: none;
    /* margin-top: 60px; */
}

.yomimono_contents_wrapper {
    /* display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: -20px; */
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(min(364px, 100%), 1fr)); */
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.yomimono_contents_item {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    /* margin: 20px 0 0 0; */
    background: url(/assets/img/icon_category_link-renewal.png) 97% 50% no-repeat #fff;
    box-shadow: 0px 0px 10px 0px rgba(77, 79, 71, 0.35);
}

.yomimono_contents_box-renewal {
    margin: 0;
    display: flex;
    align-items: center;
}

.yomimono_contents_item img {
    max-width: 180px;
    max-height: 120px;
    object-fit: cover;
    /* width: 40%; */
    aspect-ratio: 3/2;
    margin: 0;
    flex-basis: 0;
}

.yomimono_contents_box_text-renewal {
    width: auto;
    font-size: 15px;
    margin: 0;
    padding: 0 25px 0 10px;
}

@media screen and (max-width: 1279px) {
    .yomimono_inner-sp {
        padding: 0 10px;
    }
}
@media screen and (max-width:767px) {
    main#content .yomimono_wrapper .yomimono-renewal {
        background-color: transparent;
        padding: 0;
    }

    .yomimono_pickup-renewal {
        grid-template-areas:
            "areaB"
            "areaA"
            "areaC";
        grid-template-columns: auto;
    }

    .areaB-renewal {
        border: none;
        padding: 20px 10px 15px 10px;
    }

    .areaC-renewal {
        max-height: unset;
        padding: 1% 5% 2%;
    }

    .yomimono_new_item {
        width: 160px;
    }

    .yomimono_new_item_img {
        width: 160px;
    }

    /* .yomimono_contents-renewal {
        margin-top: 40px;
    } */

    .yomimono_contents_item {
        width: 100%;
        /* margin: 10px 0 0 0; */
    }

    .heading1 {
        text-align: center;
        font-size: 28px;
        /* margin: 40px 0 20px 0; */
    }
    .yomimono_contents_wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}