@charset "UTF-8";
.__h1.c-h1 { display: none;}
.body-page .main .__heading  {margin-bottom:0;}
.main.main--page-detail-2column section:not(.__heading) {padding: 0 0;}
/* ==============================================================================================
   季節の食材　spring summer autumn winter
   ============================================================================================== */
#P_season {
    width:100%;
    padding:0 0 40px 0;
    background: #fbf6e0;
}
#P_season-mainvs img{
    width:100%;
}
#P_season #P_season-intro {
    margin:0 0 0 0;
    padding:16px 3%;
    line-height: 1.5;
}
#P_season #P_season-intro-1 {
    margin:0 0 20px 0;
    font-size: 14px;
}
#P_season h2.P_season-h2 {
    margin:0 0 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    background: #fbf6e0;
}
#P_season .P_spring h2.P_season-h2 {color: #6e0f25;}
#P_season .P_summer h2.P_season-h2 {color: #167351;}
#P_season .P_autumn h2.P_season-h2 {color: #853e04;}
#P_season .P_winter h2.P_season-h2 {color: #e05e08;}
@media (max-width: 979px) {
    #P_season {
        margin:0 0 20px 0;
        background: #fbf6e0;
    }
    #P_season #P_season-intro-1 {
        margin:0 0 10px 0;
        text-align:left;
        font-size: 12px;
    }
    #P_season #P_season-intro-2 {
        color: #ff0000;
        text-align: left;
        font-size: 14px;
        font-weight: bold; 
    }
    #P_season h2.P_season-h2 {
        margin:0 0 0 0;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
    }
}
#P_season  ul.P_season-link {
    width:100%;
    margin:0 0 20px 0;
    padding:0 3%;
    display: flex;
    flex-wrap:wrap;
}
#P_season .P_season-link li {
    width:31%;
    margin:0 1% 10px 1%;
    list-style: none;
}
 #P_season .P_season-link li a {
    min-height:100px;
    padding:14px 14px;
    display: block;
    background: #fff;
    color: #4e4109;
    font-weight: bold;
    text-decoration: none;
    display: flex; 
    box-shadow: 0px 5px 9px 1px #eee4b9;
    line-height: 1.3;
}
 #P_season .P_season-link li a:hover {
    background: #fffef8;
    text-decoration: underline;
}
#P_season .P_season-link li a img {
    width:28%;
    height:auto;
    margin:0 14px 0 0;
}
 #P_season .P_season-link-r {
    width:70%;
    font-size: 16px;
}
 #P_season .P_season-link-r span {
    font-weight: normal;
    font-size: 12px;
}
@media (max-width: 979px) {
    #P_season ul.P_season-link {
        flex-wrap: wrap;
        justify-content: space-between;
        margin:0 0 10px 0;
    }
    #P_season .P_season-link li {
        width:49%;
        margin:0 0 10px 0;
    }   
    #P_season .P_season-link li a {
        min-height:auto;
        padding:10px 10px;        
    }
    #P_season .P_season-link li a img {
        width: 28%;
        height:auto;
        margin:0 14px 0 0;
    }
    #P_season .P_season-link-r {
        width:70%;
        font-size: 13px;
    }
    #P_season .P_season-link-r span {
        display: none;
    }
}


#P_season ul.P_season-uresuji-wrap {
    width:100%;
    margin:0 0 0 0;
    padding:0 3% 10px 3%;
    display: flex;
    flex-wrap:wrap;
}
#P_season .P_season-uresuji {
    width:31%;
    margin:0 1% 14px 1%;
    padding:16px 2%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 9px 1px #eee4b9;
    list-style: none;
}
.P_season-uresuji-img {
    width: 100%;
    margin:0 0 5px 0;
}
.P_season-uresuji-img img {
    width:100%;
}
.P_season-uresuji-name {
    margin:0 0 5px 0;
    font-size: 15px;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.P_season-uresuji-txt {
    margin:0 0 10px 0;
    line-height: 1.8;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.P_season-uresuji-price1 {
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.P_season-uresuji-price2 {  
    font-size: 14px;
    text-align: center;
}
.P_season-uresuji-btn a {
    margin:12px 0 0 0;
    border-radius: 50px;
    padding:6px 20px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
}
.P_spring .P_season-uresuji-btn a {background: #f34d74;}
.P_summer .P_season-uresuji-btn a {background: #41b98d;}
.P_autumn .P_season-uresuji-btn a {background: #853e04;}
.P_winter .P_season-uresuji-btn a {background: #e6781e;}
.P_season-uresuji-btn a:hover {
    opacity: 0.8;
}
.P_season-uresuji-off {
    padding:30px 15px 0px 15px ;
    position: absolute;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    top:-20px;
    left:-20px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    width: 90px;
  height: 90px;
}
.P_season-uresuji-off span {
    font-size: 40px;
}
@media (max-width: 979px) {
    .P_season-uresuji-wrap {
        width:100%;
        padding:0 3% 20px 3%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
    }
    #P_season li.P_season-uresuji {
        width:49%;
        margin:0 0 14px 0;
        padding:10px 2%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 5px 9px 1px #eee4b9;
    }
    .P_season-uresuji-img {
        width: 100%;
        margin:0 0 5px 0;
    }
    .P_season-uresuji-img img {
        width:100%;
    }
    .P_season-uresuji-name {
        margin:0 0 0 0;
        font-size: 14px;
        font-weight: bold;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
    }
    .P_season-uresuji-txt {
        margin:0 0 5px 0;
        line-height: 1.8;
        font-size: 12px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
    }
    .P_season-uresuji-price1 {
        color: #ff0000;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
    }
    .P_season-uresuji-price2 {  
        font-size: 12px;
        text-align: center;
    }
    .P_season-uresuji-btn a {
        margin:10px 0 0 0;
        border-radius: 50px;
        padding:6px 20px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        display: block;
        text-align: center;
        font-weight: bold;
    }
    .P_season-uresuji-btn a:hover {
        opacity: 0.8;
    }
    .P_season-uresuji-off {
        padding:30px 15px 0px 15px ;
        position: absolute;
        background: #ff0000;
        color: #fff;
        font-weight: bold;
        top:-20px;
        left:-20px;
        font-size: 30px;
        line-height: 1;
        text-align: center;
        vertical-align: middle;
        border-radius: 50%;
        width: 90px;
      height: 90px;
    }
    .P_season-uresuji-off span {
        font-size: 40px;
    }
    
}
#P_season ul.P_season-new-wrap {
    width:100%;
    margin:0 0 0 0;
    padding:0 3% 50px 3%;
    display: flex;
    flex-wrap:wrap;
}
#P_season ul li.P_season-new {
    width:48%;
    margin:0 1% 14px 1%;
    padding:20px 2%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 9px 1px #eee4b9;
    display: flex;
}
#P_season .P_season-new-img {
    width: 30%;
    margin:0 2% 5px 0;
}
#P_season .P_season-new-img img {
    width:100%;
}
#P_season .P_season-new-name {
    margin:0 0 5px 0;
    font-size: 15px;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
#P_season .P_season-new-r {
    width: 68%;
}
#P_season .P_season-new-price {
    display: flex;
}
#P_season .P_season-new-price1 {
    margin:0 5px 0 0;
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
}
#P_season .P_season-new-price2 {  
    font-size: 12px;
}
#P_season .P_season-new-btn {
    width:50%;
    float: right;
}
#P_season .P_season-new-btn a {
    margin:12px 0 0 0;
    border-radius: 50px;
    padding:5px 20px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
}
#P_season .P_spring .P_season-new-btn a {background: #f34d74;}
#P_season .P_summer .P_season-new-btn a {background: #41b98d;}
#P_season .P_autumn .P_season-new-btn a {background: #853e04;}
#P_season .P_winter .P_season-new-btn a {background: #e6781e;}
#P_season .P_season-new-btn a:hover {
    opacity: 0.8;
}

@media (max-width: 979px) {
    #P_season ul.P_season-new-wrap {
        width:100%;
        margin:0 0 0 0;
        padding:0 3% 20px 3%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
    }
    #P_season .P_season-new {
        width:49%;
        margin:0 0 14px 0;
        padding:10px 2%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 5px 9px 1px #eee4b9;
        display: flex;
        flex-wrap: wrap;
    }
    #P_season .P_season-new-wrap li:nth-child(2n) {
        margin:0 0 14px 0;
    }
    #P_season .P_season-new-img {
        width: 100%;
        margin:0 2% 5px 0;
    }
    #P_season .P_season-new-img img {
        width:100%;
    }
    #P_season .P_season-new-name {
        margin:0 0 5px 0;
        font-size: 14px;
        font-weight: bold;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
    }
    #P_season .P_season-new-r {
        width: 100%;
    }
    #P_season .P_season-new-price {
        display: block;
        text-align: center;
    }
    #P_season .P_season-new-price1 {
        width:100%;
        margin:0 5px 0 0;
        color: #ff0000;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
    }
    #P_season .P_season-new-price2 {
        width:100%;  
        font-size: 12px;
        text-align: center;
    }
    #P_season .P_season-new-btn {
        width:100%;
        float: none;
        margin:0 auto;
    }
    #P_season .P_season-new-btn a {
        margin:12px 0 0 0;
        border-radius: 50px;
        padding:6px 5%;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        display: block;
        text-align: center;
        font-weight: bold;
    }
    #P_season .P_season-new-btn a:hover {
        opacity: 0.8;
    }
}
#P_season ul.P_season-other-wrap {
    width:100%;
    margin:0 0 0 0;
    padding:0 3% 50px 3%;
    display: flex;
    flex-wrap:wrap;
    justify-content:flex-start;
}
#P_season ul li.P_season-other {
    width:24%;
    margin:0 1% 14px 0;
    padding:20px 1%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 9px 1px #eee4b9;
    list-style: none;
}
#P_season .P_season-other-img {
    width: 100%;
    margin:0 2% 5px 0;
}
#P_season .P_season-other-img img {
    width:100%;
}
#P_season .P_season-other-name {
    margin:0 0 5px 0;
    font-size: 15px;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
#P_season .P_season-other-price1 {
    margin:0 5px 0 0;
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
#P_season .P_season-other-price2 {  
    font-size: 12px;
    text-align: center;
}
#P_season .P_season-other-btn {
}
#P_season .P_season-other-btn a {
    margin:12px 0 0 0;
    border-radius: 50px;
    padding:5px 20px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
}
#P_season .P_spring .P_season-other-btn a {background: #f34d74;}
#P_season .P_summer .P_season-other-btn a {background: #41b98d;}
#P_season .P_autumn .P_season-other-btn a {background: #853e04;}
#P_season .P_winter .P_season-other-btn a {background: #e6781e;}
#P_season .P_season-other-btn a:hover {
    opacity: 0.8;
}
@media (max-width: 979px) {
    #P_season ul.P_season-other-wrap {
        width:100%;
        padding:0 3% 20px 3%;
        display: flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    #P_season ul li.P_season-other {
        width:49%;
        margin:0 0 14px 0;
        padding:10px 3%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 5px 9px 1px #eee4b9;
    }
    #P_season ul.P_season-other-wrap li:nth-child(4n) {
        margin:0 0 14px 0;
    }
    #P_season .P_season-other-img {
        width: 100%;
        margin:0 2% 5px 0;
    }
    #P_season .P_season-other-img img {
        width:100%;
    }
    #P_season .P_season-other-name {
        margin:0 0 5px 0;
        font-size: 14px;
        font-weight: bold;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        
    }
    #P_season .P_season-other-price1 {
        margin:0 5px 0 0;
        color: #ff0000;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }
    #P_season .P_season-other-price2 {  
        font-size: 12px;
        text-align: center;
    }
    #P_season .P_season-other-btn a {
        margin:12px 0 0 0;
        border-radius: 50px;
        padding:5px 20px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        display: block;
        text-align: center;
        font-weight: bold;
    }
    #P_season .P_season-other-btn a:hover {
        opacity: 0.8;
    }
}
#P_season #P_season-toother {
    margin:0 0 40px 0;
    text-align: center;
}
#P_season #P_season-toother a {
    padding:16px 26px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
#P_season .P_spring #P_season-toother a {background: #f34d74;}
#P_season .P_summer #P_season-toother a {background: #41b98d;}
#P_season .P_autumn #P_season-toother a {background: #853e04;}
#P_season .P_winter #P_season-toother a {background: #e6781e;}
@media (max-width: 979px) {
    #P_season #P_season-toother {
        margin:0 0 20px 0;
    }
#P_season #P_season-toother a {
        padding:10px 26px;
        font-size: 16px;
    }
}


