@charset "utf-8";

/* ==================================================================

    trainer.css

=================================================================== */

/* --------------------------------
■mv
-------------------------------- */ 
.secondary .contents .visual{
    background-image: url("../../images/pricelist/visual.jpg");
}
.secondary .contents main {
    padding-bottom: 0;
}

.contents .title._lv3._gold + *{
    margin-top: 24px;
}

.contents .title._gold {
    color: #B8991B;
}

.contents .title._gold small{
    font-size: 54%;
}

.contents .title._gold .subtitle{
    font-size: 1.2rem;
    display: inline-block;
    padding: 7px 24px;
    color: #fff;
    background: #B2AD92;
    margin-left: 30px;
    vertical-align: 4px;
}
.contents .title._gold small sup{
    font-size: 1.4rem;
}
.contents .title._gold .remarks{
    font-size: 1.6rem;
    display: inline-block;
    color: #333;
    margin-left: 10px;
    vertical-align: 4px;
}

p.price_remarks{
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
}
* + p.price_remarks{
    margin-top: 24px;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    
    .contents .title._lv3._gold + *{
        margin-top: 16px;
    }

    .contents .title._gold .subtitle{
        font-size: 1.2rem;
        margin-left: 0px;
    }

    .contents .title._gold small{
        font-size: 60%;
    }

    .contents .title._gold small sup{
        font-size: 1.0rem;
    }
    .contents .title._gold .remarks{
        font-size: 1.3rem;

        margin-left: 10px;
    }

    p.price_remarks{
        font-size: 1.4rem;
    }
    * + p.price_remarks{
        margin-top: 16px;
    }

}


/* --------------------------------
■lead
-------------------------------- */ 
#lead{
    background: #F4F4F4;
    padding: 60px 0;
}

#lead p{
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 40px 14px;
}


/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    
    #lead{
        padding: 30px 0;
    }
    
    #lead p{
        text-align: left;
        padding: 20px 14px;
    }

}

/* --------------------------------
■bannerArea
-------------------------------- */ 
.bannerArea{
    background: #E5E0DC;
    padding: 60px 0;
}

.bannerArea .banner{
    margin: 0 auto;
}

.bannerArea .banner + .banner{
    margin-top: 16px;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    .bannerArea{
        padding: 30px 0;
    }
}

/* --------------------------------
■cvArea
-------------------------------- */ 
.secondary .contents .cvArea{
    padding: 60px 0;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    .secondary .contents .cvArea a{
        width: 100%;
    }

}

/* --------------------------------
■include
-------------------------------- */ 
#include{
    background: #97ced2;
}

#include .text{
    text-align: center;
    margin-top: 34px;
    margin-bottom: 24px;
}

ul.iconList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap:24px 1%;
    margin: 0 auto;
    max-width: 1000px;
}

ul.iconList li{
    width: 23.2%;
    border-radius: 200px;
}
ul.iconList li figure p.image{
    overflow: hidden;
    border-radius: 200px;
    width: 70%;
    margin: 0 auto;
}
ul.iconList li figure figcaption{
    text-align: center;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {

    #include .text{
        margin-top: 24px;
        margin-bottom: 16px;
    }

    ul.iconList{

        gap:24px 1%;
    }

    ul.iconList li figure p.image{
        overflow: hidden;
        border-radius: 200px;
        width: 70%;
        margin: 0 auto;
    }
    ul.iconList li figure figcaption{
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.5;
        padding-top: 8px;
    }


}

/* --------------------------------
■novasPrice
-------------------------------- */ 
#novasPrice,
.priceArea{
    margin-top: 0;
    padding-top: 40px;
}

.priceArea section + section{
    margin-top: 80px;
}

@media only screen and
(max-width : 767px) {
    
    #novasPrice,
    .priceArea{
        margin-top: 0;
        padding-top: 20px;
    }

    .priceArea section + section{
        margin-top: 40px;
    }
    
}

/* --------------------------------
■visitPrice
-------------------------------- */ 
#visitPrice .text{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}


#visitPrice section + section{
    margin-top: 80px;
}

.priceBox{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.priceBox p.remarks{
    text-align: right;
}

.priceList{
}
    .priceList li{
        text-align: center;
    }
    .priceList li + li{
        margin-top: -1px;
    }

    .priceList li dl{
        border:1px solid #E6E7E6;
    }
    .priceList li dl dt{
        background: #E5E0DB;
        border-bottom:1px solid #E6E7E6;
        color: #060404;
        font-size: 2.0rem;
        font-weight: 700;
    }
    .priceList li dl dt,
    .priceList li dl dd{
        padding: 18px 8px;
    }

    .priceList li dl dd{
        font-size: 2.0rem;
    }

    .priceList li dl dd + dd{
        border-top:1px solid #E6E7E6;
    }
    .priceList li dl dd p{
        margin: 0;
        text-align: center;
    }

    .priceList li dl dd .price{
        font-weight: 700;
    }
    .priceList li dl dd .price.large{
        font-size: 2.6rem;
    }
    .priceList li .balloon{
        position: relative;
        display: inline-block;
        margin: 0 auto 20px;
        padding: 14px 14px;
        color: #fff;
        font-size: 1.4rem;
        background-color: #B89818;
    }
    .priceList li .balloon::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #B89818;
    }

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    
    #visitPrice section + section{
        margin-top: 40px;
    }
    .priceBox p.remarks{
        font-size: 1.4rem;
    }

    .priceList{
        width: 100%;
    }
        .priceList li{
            text-align: center;
        }


        .priceList li dl dt,
        .priceList li dl dd{
            padding: 8px 4px;
            font-size: 1.6rem;
            line-height: 1.4;
        }

        .priceList li dl dd{
            font-size: 1.6rem;
        }
    
        .priceList li dl dd .price.large{
            font-size: 2.0rem;
        }
    
}
/* --------------------------------
■payment
-------------------------------- */ 
#payment{
    padding-bottom: 0;
}

#payment .credit{
    text-align: center;
    margin: 48px 0 100px 0;

}

#payment .message{
    padding: 50px 0;
    background: #F3F4F3;
}

#payment .message p{
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 0;
    line-height: 1.9;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    background: #fff;
}


/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    
    #payment .credit{
        text-align: center;
        margin: 32px 0 50px 0;

    }

    #payment .message{
        padding: 24px 0;
        background: #F3F4F3;
    }

    #payment .message p{
        margin: 0 16px;
        padding: 16px 16px;
        line-height: 1.6;
        text-align: left;
        font-size: 1.6rem;
        font-weight: 700;
        background: #fff;
    }
    
}