.plg-pdp {
    /* border: 1px solid #dddddd;
    border-radius: 13px;
    padding: 2.5rem 5%; */
    margin-bottom: 5rem;
}
.plg-pdp section,
.plg-pdp .section_inner {
    margin-bottom: 1.5rem;
}
.plg-pdp .product-standard h2 {
    border-left: none;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}
.plg-pdp-section {
    margin-bottom: 3rem;
}
.product-more {
}
.product-more-box {
    margin-bottom: 3rem;
}
.product-more-box h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #007f41;
}
.product-more-box .decor_wrapper {
    position: relative;
    width: 100%;
}
/* .product-more-box .decor_wrapper:after {
    content: "";
    display: block;
    border-bottom: 5px dotted #00a164;
    position: absolute;
    width: 100%;
    top: 1rem;
} */
.product-more-box .decor {
    display: inline-block;
    background-color: #007f41;
    color: #ffffff;
    font-size: 1.1rem;
    padding: 0.3rem 1.5rem;
    margin-bottom: 1.0rem;
    position: relative;
    z-index: 1;
}


/*
レシピ
*/
.product-more-content.plg-pdp-section,
.product-recipe.plg-pdp-section,
.product-preservation.plg-pdp-section {
    border: 1px solid #dddddd;
}
.product-season_chart.plg-pdp-section .pdp-title-wrapper,
.product-more-content.plg-pdp-section .pdp-title-wrapper,
.product-recipe.plg-pdp-section .pdp-title-wrapper,
.product-preservation.plg-pdp-section .pdp-title-wrapper {
    background-color: #007f41;
    color: #ffffff;
}
.product-season_chart.plg-pdp-section .pdp-title,
.product-more-content.plg-pdp-section .pdp-title,
.product-recipe.plg-pdp-section .pdp-title,
.product-preservation.plg-pdp-section .pdp-title {
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
    position: relative;
    font-size: 1.2rem;
}
.product-season_chart.plg-pdp-section .pdp-title:before,
.product-more-content.plg-pdp-section .pdp-title:before,
.product-recipe.plg-pdp-section .pdp-title:before,
.product-preservation.plg-pdp-section .pdp-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 4%;
    border: 11px solid transparent;
    border-top: 11px solid #007f41;
}
.product-more-content.plg-pdp-section .plg-pdp-section-inner,
.product-recipe.plg-pdp-section .plg-pdp-section-inner,
.product-preservation.plg-pdp-section .plg-pdp-section-inner {
    padding: 2rem 6% 1.5rem;
}
#product_detail_plus_recipe_recipe_link .button-wrapper {
    text-align: center;
    margin-bottom: 1rem;
}
#product_detail_plus_recipe_recipe_link .button {
    background-color: #ffffff;
    color: #007f41;
    border: 3px solid #007f41;
    border-radius: 15px;
}
#product_detail_plus_recipe_recipe_link .button:hover {
    background-color: #007f41;
    color: #ffffff;
    opacity: 1;
}


/*
商品カレンダー
*/
.wrap_season_chart {
    margin-bottom: 1rem;
}
.season_chart {
    width: 100%;
    table-layout: fixed;
}
.season_chart tr {
}
.season_chart th,
.season_chart td {
    font-size: 0.9rem;
    color: #222222;
    border: 2px solid #007f41;
}
.season_chart th {
    /*
    border-right: none;
    border-left: none;
    */
    font-weight: normal;
}
.season_chart tbody th {
    width: 80px;
    padding: 0.8rem;
}
.season_chart td {
    height: 22px;
}
.season_chart td.bg-1 {
    background-color: #c3de00;
}
.wrap_season_chart .unit {
    display: none;
    font-size: 0.9rem;
}
.product-season_chart .season-calendar {
    text-align: right;
}


/*
メニュー
*/
#product_detail_plus_menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:  0.5rem 1.5%;
}
#product_detail_plus_menu > li {
}
#product_detail_plus_menu > li a {
    display: inline-block;
    width: 100%;
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #007f41;
    color: #007f41;
    padding: 0.4rem 0.5rem 0.1rem;
}
#product_detail_plus_menu > li a:after {
    font-family: 'Material Symbols Outlined';
    content: "\e313";
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    /* color: #C4CCCE; */
}
#product_detail_plus_menu > li a:hover {
    background-color: #007f41;
    color: #ffffff;
}


/*
画像リスト
*/
.pdp-thumblist {
    display:flex;
    flex-flow:wrap;
    margin-top: 2rem;
}
.pdp-thumblist > li {
    flex-basis: 32%;
    max-width: 32%;
    margin-right: 2%;
    margin-bottom: 1.0rem;
}
.pdp-thumblist > li:nth-child(3n+3) {
    margin-right: 0;
}

/******************************************************************
*******************************************************************

メディアクエリー

*******************************************************************
******************************************************************/

/* ~ 812px : iphone X screens */
@media only screen and (max-width: 50.750em) {
    .plg-pdp {
        /* border: none;
        border-radius: 0;
        padding: 3%; */
    }
}

/* ~ 767px : Tablet screens */
@media only screen and (max-width: 47.938em) {
}

/* 640px以下:Small screens */
@media only screen and (max-width: 40em) {
    .product-more-box .decor_wrapper:after {
        content: none;
    }
    .product-recipe.plg-pdp-section .plg-pdp-section-inner, .product-preservation.plg-pdp-section .plg-pdp-section-inner {
        padding: 1rem 6%;
    }

    /* 収穫時期 */
    .season_chart tr {
    }
    .season_chart th,
    .season_chart td {
        font-size: 0.7rem;
        border-width: 1px;
    }
    .season_chart th {
        /*
        border-right: none;
        border-left: none;
        */
    }
    .season_chart td {
    }
    .season_chart th span {
        display: none;
    }
    .season_chart td.bg-1 {
    }
    .wrap_season_chart .unit {
        display: block;
    }


    /*
    画像リスト
    */
    .pdp-thumblist > li {
        flex-basis: 48%;
        max-width: 48%;
        margin-right: 4%;
    }
    .pdp-thumblist > li:nth-child(3n+3) {
        margin-right: 4%;
    }
    .pdp-thumblist > li:nth-child(2n+2) {
        margin-right: 0;
    }


}

/* 479px以下: SP screens */
@media only screen and (max-width: 29.938em) {

    #product_detail_plus_menu {
        grid-template-columns: repeat(2, 1fr);
        gap:  0.5rem 1.5%;
    }

}
