/*=======================================================
item & price
=======================================================*/

/* +++++++++++++++++++++++++++++++++++++++++ sec1 */
/* common.cssに設定 */

/*view2*/

#sec1 .hero.view2 {
    padding: 120px 20px;
    text-align: center;
}

#sec1 .hero.view2 p {
    margin-bottom: 2rem;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 30.8px;
    text-indent: 0;
}

#sec1 .hero.view2 p:last-child {
    margin-bottom: 0;
}



@media (max-width:767px) {
    #sec1 .hero.view2 {
        padding: 80px 0px 60px 0px;
    }

    #sec1 .hero.view2 p {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 32.5px;
        text-indent: 0;
        margin-bottom: 1.8rem;
    }

}

/*****/

/* +++++++++++++++++++++++++++++++++++++++++ 共通 */

#sec2,
#sec3,
#sec4,
#sec5 {
    border-bottom: solid thin #F0EEED;
    padding: 110px 0 80px 0;
}

#sec2 {
    padding-top: 0;
}

#sec6 {
    border-bottom:none;
    padding: 80px 0;
}

#sec2 .content-wrap h2,
#sec3 .content-wrap h2,
#sec4 .content-wrap h2,
#sec5 .content-wrap h2,
#sec6 .content-wrap h2 {
    text-align: center;
}

#sec2 .content-wrap .inner-content,
#sec3 .content-wrap .inner-content,
#sec4 .content-wrap .inner-content,
#sec5 .content-wrap .inner-content,
#sec6 .content-wrap .inner-content {
    display: flex;
    justify-content: space-between;
}

@media (max-width:767px) {

    #sec2,
    #sec3,
    #sec4,
    #sec5 {
        border-bottom: solid thin #F0EEED;
        padding: 0px 0;
    }

    #sec6{
        padding: 0px 0;
    }


    #sec2 .content-wrap,
    #sec3 .content-wrap,
    #sec4 .content-wrap,
    #sec5 .content-wrap {
        padding: 70px 20px;
    }

     #sec6 .content-wrap {
        padding: 70px 20px 30px 20px;
    }

    #sec2 .content-wrap h2,
    #sec3 .content-wrap h2,
    #sec4 .content-wrap h2,
    #sec5 .content-wrap h2,
    #sec6 .content-wrap h2 {
        font-size: 30px;
    }

    #sec2 .content-wrap .inner-content,
    #sec3 .content-wrap .inner-content,
    #sec4 .content-wrap .inner-content,
    #sec5 .content-wrap .inner-content,
    #sec6 .content-wrap .inner-content {
        display: block;
    }
}

/*****/

#sec2 .content-wrap .inner-content .thumbnail,
#sec3 .content-wrap .inner-content .thumbnail,
#sec4 .content-wrap .inner-content .thumbnail,
#sec5 .content-wrap .inner-content .thumbnail,
#sec6 .content-wrap .inner-content .thumbnail {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 16px auto;

}

#sec2 .content-wrap .inner-content .content-group,
#sec3 .content-wrap .inner-content .content-group,
#sec4 .content-wrap .inner-content .content-group,
#sec5 .content-wrap .inner-content .content-group,
#sec6 .content-wrap .inner-content .content-group {
    flex: 1;
    padding-left: 40px;
    min-width: 500px;
}

#sec2 .content-wrap .inner-content .content-group p,
#sec3 .content-wrap .inner-content .content-group p,
#sec4 .content-wrap .inner-content .content-group p,
#sec5 .content-wrap .inner-content .content-group p,
#sec6 .content-wrap .inner-content .content-group p {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-indent: 0;
}

.content-wrap .inner-content .content-group p {
    margin-bottom: 36px;
}

@media (max-width:767px) {

    #sec2 .content-wrap .inner-content .content-group,
    #sec3 .content-wrap .inner-content .content-group,
    #sec4 .content-wrap .inner-content .content-group,
    #sec5 .content-wrap .inner-content .content-group,
    #sec6 .content-wrap .inner-content .content-group {
        flex: 1;
        padding-left: 0px;
        min-width: auto;
    }

    #sec2 .content-wrap .inner-content .content-group p,
    #sec3 .content-wrap .inner-content .content-group p,
    #sec4 .content-wrap .inner-content .content-group p,
    #sec5 .content-wrap .inner-content .content-group p,
    #sec6 .content-wrap .inner-content .content-group p {
        font-family: 'Zen Kaku Gothic Antique', sans-serif;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 26px;
        text-indent: 0;
    }

    .content-wrap .inner-content .content-group p {
        margin-bottom: 20px;
    }
}

/*****/

/*content-header*/

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.content-header h3 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 57.6px;
    text-indent: 0;
}

.content-header h3 small {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-indent: 0;
    padding-left: 10px;
}

.content-header span {
    display: inline-block;
    border-radius: 100px;
    background-color: #7E7977;
    color: #F0EEED;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: normal;
    text-indent: 0;
    padding: 4px 10px;
}

@media (max-width:767px) {

    .content-header {
        margin-bottom: 0;
    }

    .content-header h3 {
        font-size: 24px;
    }

    .content-header span {
        font-size: 12px;
    }
}

/*****/

/* price-list */
.price-list {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    border-top: thin solid rgba(46, 43, 42, 0.2);
    padding: 10px;
}


.price-list:last-of-type {
    /*最後だけ下線*/
    border-bottom: thin solid rgba(46, 43, 42, 0.2);
}

.price-list .price-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

/* 共通フォントスタイル */
.price-list .price-title,
.price-list .price-description,
.price-list .price-cost i,
.price-list .price-cost b,
.price-list .price-cost span {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    letter-spacing: 0.05em;
    text-indent: 0;
    white-space: nowrap;
}

/* 各要素の個別スタイル */
.price-list .price-title {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.price-list .price-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.5px;
}

.price-list .price-cost {
    text-align: right;
}

.price-list .price-cost i {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
}

.price-list .price-cost b {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.price-list .price-cost span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.price-list .price-cost .regular-price {
    /*text-decoration: line-through;*/
}


@media (max-width:767px) {
    .price-list {
        display: grid;
        align-items: flex-end;
        padding: 16px 10px;
    }

    .price-list .price-title {
        margin-bottom: 4px;
    }

    #sec2 .price-list .price-group {
        display: block;
        padding-bottom: 10px;
    }

    .price-list .price-group {
        display: block;
        padding-bottom: 30px;
    }


}

/*****/

/* +++++++++++++++++++++++++++++++++++++++++ sec3 */

#sec3 .content-wrap .inner-content {
    margin-bottom: 50px;
}

#sec3 .content-wrap .inner-content:last-of-type {
    margin-bottom: 0px;
}

/* +++++++++++++++++++++++++++++++++++++++++ sec7 */

#sec7 {
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 16.5px;
    text-indent: 0;
}

@media (max-width:767px) {
    #sec7 {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 19.2px;
        text-indent: 0;
    }
}

/*****/