@charset "utf-8";
/* =============================================================================
   pc
   ========================================================================== */

#mv {
    position: relative;
    text-align: center;
    background: url(../../img/fruits/pc/mv.jpg) no-repeat center;
    background-size: cover;
}

#firstCopy {
    padding: 10px 0 100px;
    text-align: center;
    line-height: 1.7;
    font-size: 20px;
}
#firstCopy p.pc {
    margin-top: 45px;
}

/* common */
.item-season {
    margin: 10px auto;
    line-height: 1;
}
.item-season span {
    display: inline-block;
    vertical-align: top;
    line-height: 1.6;
    font-size: 20px;
    font-feature-settings: 'palt' 1;
    letter-spacing: 0.05em;
}
.item-season .item-season-ttl {
    margin-right: 10px;
    width: 92px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin-top: 3px;
}
.appleList .item-season .sPrice {
    margin-right: 10px;
    width: 50px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin-top: 3px;
}

.item-char {
    font-size: 20px;
    line-height: 1.7;
    padding: 3px 0 5px;
    color: #000000;
}

.item-taste {
    margin: 13px auto;
    line-height: 30px;
}
.item-taste span {
    display: inline-block;
    margin-right: 10px;
    width: 96px;
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.dtl {
    margin-bottom: 20px;
}

.btnList {
    margin: 60px auto;
    text-align: center;
}
.btnList a + a {
    margin-left: 20px;
}


/* もも */
#peach {
    background: url(../../img/about/pc/bg_flow.png) repeat center;
    padding: 0 0 50px;
    line-height: 1.7;
    font-size: 20px;
}
#peach h3 {
    text-align: center;
    background: url(../../img/fruits/pc/bg_ttl_peach.png) repeat-x center;
    margin-bottom: 60px;
    height: 108px;
    position: relative;
    top: -20px;
}
#peach h3 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.peachList {
    margin: 0 auto;
}

.peachList li {
    float: left;
    max-width: 302px;
    width: 30.2%;
    margin-bottom: 70px;
}
.peachList li + li {
    margin-left: 47px;
}
.peachList li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.peachList .item-season {
    color: #e95383;
}
.peachList .item-season .item-season-ttl {
    background: #e95383;
}



/* りんご */
#apple {
    background: url(../../img/about/pc/bg_flow.png) repeat center;
    padding: 0 0 50px;
    line-height: 1.7;
    font-size: 20px;
}
#apple h3 {
    text-align: center;
    background: url(../../img/fruits/pc/bg_ttl_apple.png) repeat-x center;
    margin-bottom: 60px;
    height: 108px;
    position: relative;
    top: -20px;
}
#apple h3 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.appleList {
    margin: 0 auto;
}

.appleList li {
    float: left;
    max-width: 302px;
    width: 30.2%;
    margin-bottom: 70px;
}
.appleList li + li {
    margin-left: 47px;
}
.appleList li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.appleList .item-season {
    color: #d0121b;
}
.appleList .item-season .item-season-ttl {
    background: #d0121b;
}


/* 加工品 */
#processed {
    background: url(../../img/about/pc/bg_flow.png) repeat center;
    padding: 0 0 50px;
    line-height: 1.7;
    font-size: 20px;
}
#processed h3 {
    text-align: center;
    background: url(../../img/fruits/pc/bg_ttl_processed.png) repeat-x center;
    margin-bottom: 60px;
    height: 108px;
    position: relative;
    top: -20px;
}
#processed h3 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.processedList li {
    /* margin-bottom: 70px; */
}
.processedList li + li {
    margin-top: 60px;
    padding-top: 60px;
    background: url(../../img/fruits/pc/chalk_line.png) repeat-x center top;
}

.processedList li .fr {
    float: right;
    max-width: 600px;
    width: 60%;
}
.processedList li .fl {
    float: left;
}

.processedNote {
    margin: 60px auto;
    text-align: center;
    font-size: 16px;
}

.processedList li p {
    margin-top: 20px;
    line-height: 1.8;
}

.processedList li#processed01 p {
    color: #804f21;
}

#modal {
    max-width: 1200px !important;
    width: 94%;
    z-index: 9000 !important;
}

.iziModal-overlay {
    z-index: 8000 !important;
}

.iziModal-content {
    position: relative;
}

#modal .close {
    position: absolute;
    max-width: 64px;
    width: 11%;
    top: 2%;
    right: 3%;
    cursor: pointer;
}

#modal .close a {
    display: block;
}




/* =============================================================================
   sp
   ========================================================================== */

@media screen and (max-width: 640px) {

    #mv {
        background: url(../../img/fruits/sp/mv.jpg) no-repeat center;
        background-size: cover;
    }

    #firstCopy {
        padding: 40px 0 75px;
    }


.item-img {
    max-width: 346px;
    width: 61.7858%;
    margin: auto;
}
.item-season {
    text-align: center;
}
.item-season .item-season-ttl {
    font-size: 12px;
    width: 70px;
    line-height: 1;
    margin-top: 2px;
}


.item-taste {
    float: left;
    width: 50%;
    height: 20px;
    line-height: 20px;
}
.item-taste span {
    width: 18.4vw;
    font-size: 12px;
}
.item-taste img {
    height: 20px;
}

.btnList a + a {
    margin-left: auto;
}

#peach {
    font-size: 14px;
    line-height: 2;
}
#peach h3 {
    margin-bottom: 30px;
}
.peachList {
    margin: 50px auto 0;
}
.peachList li {
    float: none;
    max-width: none;
    width: auto;
    margin-bottom: 70px;
}
.peachList li + li,
.peachList li:nth-child(3n+1) {
    margin-left: auto;
}

#apple {
    font-size: 14px;
    line-height: 2;
}
#apple h3 {
    margin-bottom: 30px;
}
.appleList {
    margin: 50px auto 0;
}
.appleList li {
    float: none;
    max-width: none;
    width: auto;
    margin-bottom: 70px;
}
.appleList li + li,
.appleList li:nth-child(3n+1) {
    margin-left: auto;
}

#processed {
    font-size: 12px;
}
.processedList li .fr {
    float: none;
    max-width: none;
    width: auto;
}
.processedList li .fl {
    float: none;
    margin-bottom: 20px;
}
.processedList li + li {
    margin-top: 30px;
    padding-top: 50px;
}

.processedNote {
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
}

.item-char {
    font-size: 14px;
}

.dtl {
    margin-bottom: 15px;
}

.item-season span {
    font-size: 16px;
    text-align: left;
}

.appleList .item-season .sPrice {
    font-size: 12px;
    width: 39px;
    line-height: 1;
    margin-top: 2px;
}

.btnList {
    max-width: 350px;
    width: 62.5%;
    margin: 40px auto;
}

.processedList li p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2;
}

.processedList li h4 {
    margin-bottom: 12px;
}

#modal .close {
    top: 2%;
}


}/*　ここまで max-width 640px　*/
