@charset "utf-8";

h1,
h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center;
    color: #333;
}

/* ===========================
index.html
============================*/
/*=======共通部分======*/
.more_btn {
    display: block;
    margin: auto;
    width: 110px;
    height: auto;
}

.more_btn img {
    display: block;
    width: 100%;
}

#feature,
#recommend,
#voice,
#plan,
#trainer {
    padding-top: 100px;
}

/*.mv
====================*/
.mvBox {
    width: 100%;
    margin: 0 auto 40px;
}

.mvbox .mv .slick-slide img {
    width: 100%;
    height: auto;
    position: absolute;
}

section h2 {
    font-family: fot-klee-pro, sans-serif;
    width: 100%;
    font-size: 22px;
    letter-spacing: .1em;
    line-height: 3;
}

section h2.parentheses {
    position: relative;
    width: 500px;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 80px auto 100px;
}

.parentheses::before,
.parentheses::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.parentheses::before {
    top: 0;
    left: 0;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
}

.parentheses::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
}

.top_concept p.txt_concept {
    margin: 0 auto 100px;
    line-height: 3;
    font-size: 15px;
}

.top_concept p.campaign {
    margin: 0 auto 60px;
    border: 2px solid #F6FAB3;
    padding: 30px;
    width: 35%;
    line-height: 2.5;
}

.top_concept p.campaign span {
    font-size: 15px;
    font-weight: bold;
}

/*---------scene--------*/
.scene {
    background: url("../img/top/bg_gray.jpg")repeat;
    padding: 80px 0;
}

.scene h2 {
    font-family: fot-klee-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 2;
    margin-bottom: 80px;
}

.scene div.inner {
    margin: 0 auto 140px;
}

.scene div.inner2 {
    margin: 0 auto;
}

/*---------共通-------*/
section h2.ttl {
    position: relative;
    width: 500px;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 100px;
}

section h2.ttl::before,
section h2.ttl::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section h2.ttl::before {
    top: 0;
    left: 0;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
}

section h2.ttl::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
}

/*---------featue--------*/
.feature {
    position: relative;
}

.feature p.featurelogo {
    position: absolute;
    left: 70%;
    top: 20%
}

.feature ul.featureBox {
    width: 815px;
    margin: 0 auto;
}

.feature li {
    margin-bottom: 100px;
}

.feature li p {
    float: left;
}

.feature div.featureText {
    float: right;
    width: 420px;
    margin-top: 8%;
}

.feature p.featureTtl {
    font-size: 16px;
    margin-bottom: 20px;
}

.feature p.featureTtl span {
    font-family: cormorant-garamond, serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    margin-bottom: 30px;
}

.feature p.featureTtl span::after {
    display: block;
    content: "";
    width: 530px;
    height: 1px;
    margin: auto;
    background: #492f15;
    position: absolute;
    top: 23px;
    left: -100px;
    margin-left: -1px;
    z-index: 10;
}

.feature p.featureDesc {
    text-align: justify;
    text-justify: inter-ideograph;
}

/*---------recommend--------*/

.recommend {
    background: url("../img/top/bg_gray.jpg")repeat;
    padding: 10px 0 80px;
}

.recommend ul.recommendBox {
    width: 1000px;
    display: flex;
    margin: 0 auto;
}

.recommend ul.recommendBox li {
    width: 290px;
    margin: 0 25px;
    padding: 40px 20px;
    background-color: #fff;
    justify-content: space-between;
}

.recommend p.recommendNum {
    margin-bottom: 30px;
}

.recommend p.recommendTtl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

/*---------contact--------*/

.contact {
    background: url("../img/top/contact.jpg") no-repeat top center / cover;
    padding: 30px 0;
    height: 265px;
    margin-top: 80px;
}

.contact .innerWrap {
    width: 500px;
    margin-left: 45%;
    background: rgba(255, 255, 255, .77);
    padding: 30px 40px;
}

.contact p.contactTtl {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.contact p a.btn_bl {
    display: inline-block;
    width: 70%;
    height: 100%;
    line-height: 60px;
    color: #fff;
    font-size: 15px;
    letter-spacing: .1em;
    background: #333;
    text-align: center;
    margin: 40px auto 0px;
}

/*---------voice-------*/
.voice ul.voiceBox {
    width: 1000px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.voice ul.voiceBox li {
    background-color: #fefcf7;
    width: 450px;
    padding: 40px;
    margin: 0 40px;
}

.voice p.voiceImage {
    margin-bottom: 30px;
}

.voice p.voiceTtl {
    font-size: 16px;
    margin-bottom: 30px;
    font-family: cormorant-garamond, serif;
    font-weight: 400;
    font-style: normal;
}

.voice p.voiceName {
    margin-bottom: 30px;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 10px;
}

.voice div.img {
    height: 240px;
    width: 100%;
    margin: 70px auto 0px;
    box-sizing: border-box;
    background: url(../img/top/img_studio.png) no-repeat left / cover;
}

/*---------plan-------*/
.plan ul.planBox {
    width: 1000px;
    display: flex;
    margin: 0 auto 70px;
}

.plan ul.planBox li {
    width: 290px;
    margin: 0 30px;
    padding: 40px 20px 20px;
    background: url(../img/top/bg_gray.jpg)repeat;
    justify-content: space-between;
    text-align: center;
}

.plan .plan_tet {
    text-align: left;
}

.plan .plan_tet2 {
    color: #666666;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.planImge {
    margin-bottom: 20px;
}

.plan .planWhite {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 10px 0 10px 20px;
}

.plan .priceBox {
    font-family: cormorant-garamond, serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    padding-left: 10px 0 20px 10px;

}

.plan span {
    display: block;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    text-align: center;
}

.plan ul.benefit {
    width: 1000px;
    display: flex;
    margin: 0 auto;

}

.plan ul.benefit li {
    width: 400px;
    margin: 0 40px;
    padding: 40px 20px 20px;
}

.plan ul.benefit li p {
    margin-top: 20px;
}

/*--------trainer-------*/
.trainer {
    position: relative;
}

.trainer p.featurelogo {
    position: absolute;
    left: 70%;
    top: 20%
}

.trainer ul.trainerBox {
    width: 760px;
    margin: 0 auto;
}

.trainer li {
    margin-bottom: 100px;
}

.trainer li p {
    float: left;
}

.trainer div.trainerText {
    float: right;
    width: 420px;
    margin-top: 8%;
}

.trainer p.trainerTtl {
    font-size: 16px;
    margin-bottom: 20px;
}

.trainer p.trainerTtl span {
    font-family: cormorant-garamond, serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    margin-bottom: 30px;
}

.trainer p.trainerTtl span::after {
    display: block;
    content: "";
    width: 530px;
    height: 1px;
    margin: auto;
    background: #492f15;
    position: absolute;
    top: 23px;
    left: -100px;
    margin-left: -1px;
    z-index: 10;
}

.trainer p.trainerDesc {
    text-align: justify;
    text-justify: inter-ideograph;
}

/*--------studio-------*/

.studio ul.studioBox {
    width: 1000px;
    display: flex;
    margin: 0 auto;

}

.studio ul.studioBox li {
    width: 400px;
    margin: 0 40px;
    padding: 40px 20px 20px;
}

.studio ul.studioBox li p {
    margin-bottom: 20px;
}

.studio ul.studioBox li p.studioName {
    font-weight: bold;
    border-bottom: 1px dashed #D1D1D1;
    padding-bottom: 10px;
}

.studio ul.studioBox li p.web {
    background-color: #333;
    padding: 20px;
    width: 200px;
    text-align: center;
    letter-spacing: .1em;
}

.studio ul.studioBox li p.web a {
    color: #fff;
}

.studio ul.studioBox li.movie span {
    text-align: right;
    font-size: 12px;
    display: block;
}


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

    h1,
    h2 {
        font-size: 24px;
    }

    /* ==========================
    index.html
	============================*/
    section .innerWrap {
        width: 94%;
        margin: 0 auto 0px;
    }

    #feature,
    #recommend,
    #voice,
    #plan,
    #trainer,
    #studio {
        padding-top: 70px;
    }

    .mvBox {
        width: 100%;
        height: auto;
    }

    .mvBox .mv {
        position: static;
    }

    .mvBox .overTxt {
        position: absolute;
        top: 150px;
        width: 90%;
        left: 5%;

    }

    section h2 {
        font-size: 40px;
    }

    .top_concept {
        width: 94%;
        margin: 0 auto 60px;
    }

    .top_concept h2 {
        margin: 80px auto 40px;
    }

    p.txt_concept {
        line-height: 2.5em;
        text-align: left;
        margin-bottom: 40px;
        font-size: 15px;
        width: 85%;
        margin: 0 auto 40px;
    }

    section h2 {
        font-family: fot-klee-pro, sans-serif;
        width: 100%;
        font-size: 22px;
        letter-spacing: .1em;
        line-height: 3;
    }

    section h2.parentheses {
        position: relative;
        width: 500px;
        padding: 15px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 80px auto 100px;
    }

    .parentheses::before,
    .parentheses::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .parentheses::before {
        top: 0;
        left: 0;
        border-top: 1px solid #555;
        border-left: 1px solid #555;
    }

    .parentheses::after {
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #555;
        border-right: 1px solid #555;
    }

    .top_concept p.txt_concept {
        margin: 0 auto 60px;
        line-height: 3;
    }

    .top_concept p.campaign {
        margin: 0 auto 60px;
        border: 1px solid #F6FAB3;
        padding: 30px 15px;
        width: 88%;
        line-height: 2.5;
        font-size: 13px
    }

    .top_concept p.campaign span {
        font-size: 15px;
        font-weight: bold;
    }

    /*---------scene--------*/
    .scene {
        background: url("../img/top/bg_gray.jpg")repeat;
        padding: 80px 0;
    }

    .scene div.inner {
        margin: 0 auto 140px;
    }

    .scene div.inner2 {
        margin: 0 auto 70px;
    }

    .working_sp {
        background-image: url("../img/top/workingmama_sp.png");
        background-size: 100%;
        background-repeat: no-repeat;
        height: 300px;
        width: 100%;
        margin-bottom: 70px;
    }

    .working_sp p {
        margin-top: 60px;
        width: 70%;
        margin-left: 5%;
    }

    .working_sp ul {
        margin-top: 180px;
        padding-left: 30px;
        line-height: 3;

    }

    .fulltime_sp {
        background-image: url("../img/top/fulltimemama_sp.png");
        background-size: 100%;
        background-repeat: no-repeat;
        height: 300px;
        width: 100%;
    }

    .fulltime_sp p {
        margin-top: 60px;
        width: 70%;
        margin-left: 28%;
    }

    .fulltime_sp ul {
        margin-top: 180px;
        padding-left: 30px;
        line-height: 3;
    }


    /*---------共通-------*/
    section h2.ttl {
        position: relative;
        width: 500px;
        padding: 15px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto 100px;
    }

    section h2.ttl::before,
    section h2.ttl::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    section h2.ttl::before {
        top: 0;
        left: 0;
        border-top: 1px solid #555;
        border-left: 1px solid #555;
    }

    section h2.ttl::after {
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #555;
        border-right: 1px solid #555;
    }

    /*---------featue--------*/
    .feature {
        position: relative;
    }

    .feature p.featurelogo {
        position: absolute;
        right: 10%;
        top: 20%
    }

    .feature ul.featureBox {
        width: 815px;
        margin: 0 auto;
    }

    .feature li {
        margin-bottom: 100px;
    }

    .feature li p {
        float: left;
    }

    .feature div.featureText {
        float: right;
        width: 420px;
        margin-top: 8%;
    }

    .feature p.featureTtl {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .feature p.featureTtl span {
        font-family: cormorant-garamond, serif;
        font-weight: 400;
        font-style: normal;
        position: relative;
        margin-bottom: 30px;
    }

    .feature p.featureTtl span::after {
        display: block;
        content: "";
        width: 530px;
        height: 1px;
        margin: auto;
        background: #492f15;
        position: absolute;
        top: 23px;
        left: -100px;
        margin-left: -1px;
        z-index: 10;
    }

    .feature p.featureDesc {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    /*---------recommend--------*/

    .recommend {
        background: url("../img/top/bg_gray.jpg")repeat;
        padding: 10px 0 80px;
    }

    .recommend ul.recommendBox {
        width: 1000px;
        display: flex;
        margin: 0 auto;
    }

    .recommend ul.recommendBox li {
        width: 290px;
        margin: 0 25px;
        padding: 40px 20px;
        background-color: #fff;
        justify-content: space-between;
    }

    .recommend p.recommendNum {
        margin-bottom: 30px;
    }

    .recommend p.recommendTtl {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    /*---------contact-------*/

    .contact {
        background: url("../img/top/contact.jpg") no-repeat top left 38% / cover;
        padding: 50px 0;
        height: auto;
        margin-top: 100px;
    }

    .contact .innerWrap {
        width: 80%;
        margin-left: auto;
        background: rgba(255, 255, 255, .77);
        padding: 50px 20px;
    }

    .contact p.contactTtl {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
    }

    .contact p a.btn_bl {
        display: inline-block;
        width: 80%;
        height: 100%;
        line-height: 60px;
        color: #fff;
        font-size: 13px;
        letter-spacing: .1em;
        background: #333;
        text-align: center;
        margin: 40px auto 0px;
    }




    /*---------voice-------*/
    .voice ul.voiceBox {
        width: 1000px;
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
    }

    .voice ul.voiceBox li {
        background-color: #fefcf7;
        width: 450px;
        padding: 40px;
        margin: 0 40px;
    }

    .voice p.voiceImage {
        margin-bottom: 30px;
    }

    .voice p.voiceTtl {
        font-size: 16px;
        margin-bottom: 30px;
        font-family: cormorant-garamond, serif;
        font-weight: 400;
        font-style: normal;
    }

    .voice p.voiceName {
        margin-bottom: 30px;
        border-bottom: 1px dashed #e6e6e6;
        padding-bottom: 10px;
    }

    .voice div.img {
        height: 240px;
        width: 100%;
        margin: 70px auto 0px;
        box-sizing: border-box;
        background: url(../img/top/img_studio.png) no-repeat left / cover;
    }

    /*---------plan-------*/
    .plan ul.planBox {
        width: 1000px;
        display: flex;
        margin: 0 auto 70px;
    }

    .plan ul.planBox li {
        width: 290px;
        margin: 0 40px;
        padding: 40px 20px 20px;
        background: url(../img/top/bg_gray.jpg)repeat;
        justify-content: space-between;
        /* text-align: center; */
    }

    .planImge {
        margin-bottom: 40px;
    }

    .plan .planWhite {
        background-color: #fff;
        margin-bottom: 30px;
        padding: 10px 0 10px 20px;
    }

    .plan .priceBox {
        font-family: cormorant-garamond, serif;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        padding-left: 10px 0 20px 10px;

    }

    .plan span {
        display: block;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        text-align: center;
    }

    .plan ul.benefit {
        width: 1000px;
        display: flex;
        margin: 0 auto;

    }

    .plan ul.benefit li {
        width: 400px;
        margin: 0 40px;
        padding: 40px 20px 20px;
    }

    .plan ul.benefit li p {
        margin-top: 20px;
    }

    /*--------trainer-------*/
    .trainer {
        position: relative;
    }

    .trainer p.featurelogo {
        position: absolute;
        right: 10%;
        top: 20%
    }

    .trainer ul.trainerBox {
        width: 760px;
        margin: 0 auto;
    }

    .trainer li {
        margin-bottom: 100px;
    }

    .trainer li p {
        float: left;
    }

    .trainer div.trainerText {
        float: right;
        width: 420px;
        margin-top: 8%;
    }

    .trainer p.trainerTtl {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .trainer p.trainerTtl span {
        font-family: cormorant-garamond, serif;
        font-weight: 400;
        font-style: normal;
        position: relative;
        margin-bottom: 30px;
    }

    .trainer p.trainerTtl span::after {
        display: block;
        content: "";
        width: 530px;
        height: 1px;
        margin: auto;
        background: #492f15;
        position: absolute;
        top: 23px;
        left: -100px;
        margin-left: -1px;
        z-index: 10;
    }

    .trainer p.trainerDesc {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    /* =============================================
    共通タイトル部分
================================================ */
    .subttl {
        font-size: 15px;
        text-align: center;
        line-height: 1.5em;
    }

    .top_menu {
        padding: 60px 0;
    }

    .top_menu .innerWrap {
        width: 94%;
        margin: 0 auto;
    }

    .top_menu ul {
        flex-wrap: wrap;
    }

    .top_menu .imgBox {
        width: 100%;
        padding: 0;
    }

    section h2 {
        font-family: fot-klee-pro, sans-serif;
        width: 100%;
        font-size: 22px;
        letter-spacing: .1em;
        line-height: 3;
    }

    section h2.parentheses {
        position: relative;
        width: 100%;
        padding: 15px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 70px auto 50px;
    }

    .parentheses::before,
    .parentheses::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .parentheses::before {
        top: 0;
        left: 0;
        border-top: 1px solid #555;
        border-left: 1px solid #555;
    }

    .parentheses::after {
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #555;
        border-right: 1px solid #555;
    }

    .top_concept p.txt_concept {
        margin: 0 auto 60px;
        line-height: 3;
        font-size: 14px;
    }


    /*---------scene--------*/
    .scene {
        background: url("../img/top/bg_gray.jpg")repeat;
        padding: 40px 0;
    }

    .scene h2 {
        font-family: fot-klee-pro, sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 2;
        margin-bottom: 60px;
    }

    .scene div.inner {
        margin: 0 auto 180px;
    }

    .scene div.inner2 {
        margin: 0 auto;
    }

    /*---------共通-------*/
    section h2.ttl {
        position: relative;
        width: 90%;
        padding: 15px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto 70px;
    }

    section h2.ttl::before,
    section h2.ttl::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    section h2.ttl::before {
        top: 0;
        left: 0;
        border-top: 1px solid #555;
        border-left: 1px solid #555;
    }

    section h2.ttl::after {
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #555;
        border-right: 1px solid #555;
    }

    /*---------featue--------*/
    .feature {
        position: relative;
    }

    .feature p.featurelogo {
        position: absolute;
        right: 10%;
        top: 20%
    }

    .feature ul.featureBox {
        width: 90%;
        margin: 0 auto;
    }

    .feature li {
        margin-bottom: 100px;
    }

    .feature li p {
        float: none;
    }

    .feature div.featureText {
        float: none;
        width: 96%;
        margin-top: 8%;
    }

    .feature p.featureTtl {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .feature p.featureTtl span {
        font-family: cormorant-garamond, serif;
        font-weight: 400;
        font-style: normal;
        position: relative;
        margin-bottom: 30px;
    }

    .feature p.featureTtl span::after {
        display: block;
        content: "";
        width: 300px;
        height: 1px;
        margin: auto;
        background: #492f15;
        position: absolute;
        top: 23px;
        left: -100px;
        margin-left: -1px;
        z-index: 10;
    }

    .feature p.featureDesc {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    /*---------recommend--------*/

    .recommend {
        background: url("../img/top/bg_gray.jpg")repeat;
        padding: 10px 0 80px;
    }

    .recommend ul.recommendBox {
        width: 100%;
        display: flex;
        margin: 0 auto;
        flex-direction: column;
    }

    .recommend ul.recommendBox li {
        width: 80%;
        margin: 0 auto 40px;
        padding: 40px 20px;
        background-color: #fff;
        justify-content: space-between;
    }

    .recommend p.recommendNum {
        margin-bottom: 30px;
    }

    .recommend p.recommendTtl {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    /*---------voice-------*/
    .voice ul.voiceBox {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
        flex-direction: column;
    }

    .voice ul.voiceBox li {
        background-color: #fefcf7;
        width: 80%;
        padding: 40px 30px;
        margin: 0 auto 50px;
    }

    .voice ul.voiceBox li:last-child {
        background-color: #fefcf7;
        width: 80%;
        padding: 40px 30px;
        margin: 0 auto 0px;
    }

    .voice p.voiceImage {
        margin-bottom: 30px;
    }

    .voice p.voiceTtl {
        font-size: 16px;
        margin-bottom: 30px;
        font-family: cormorant-garamond, serif;
        font-weight: 400;
        font-style: normal;
    }

    .voice p.voiceName {
        margin-bottom: 30px;
        border-bottom: 1px dashed #e6e6e6;
        padding-bottom: 10px;
    }

    .voice div.img {
        height: 80%;
        width: 100%;
        margin: 0px auto 0px;
        box-sizing: border-box;
        background: url(../img/top/img_studio.png) no-repeat left / cover;
    }

    /*---------plan-------*/
    .plan ul.planBox {
        width: 100%;
        display: flex;
        margin: 0 auto 0px;
        flex-direction: column;
    }

    .plan ul.planBox li {
        width: 80%;
        margin: 0 auto 40px;
        padding: 40px 20px 20px;
        background: url(../img/top/bg_gray.jpg)repeat;
        justify-content: space-between;
        /* text-align: center; */
    }

    .planImge {
        margin-bottom: 40px;
    }

    .plan_Ttl {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        padding: 40px 20px 20px;

    }

    .plan .planWhite {
        background-color: #fff;
        margin-bottom: 30px;
        padding: 10px 0 10px 20px;
    }

    .plan .priceBox {
        font-family: cormorant-garamond, serif;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        padding-left: 10px 0 20px 10px;

    }

    .plan span {
        display: block;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        text-align: center;
    }

    .plan ul.benefit {
        width: 100%;
        display: flex;
        margin: 0 auto;
        flex-direction: column;

    }

    .plan ul.benefit li {
        width: 80%;
        margin: 0 auto;
        padding: 40px 20px 20px;
    }

    .plan ul.benefit li p {
        margin-top: 20px;
    }


    /*--------trainer-------*/
    .trainer {
        position: relative;
    }

    .trainer p.featurelogo {
        position: absolute;
        left: 40%;
        top: 9%
    }

    .trainer ul.trainerBox {
        width: 70%;
        margin: 0 auto;
    }

    .trainer li {
        margin-bottom: 100px;
    }

    .trainer li:last-child {
        margin-bottom: 10px;
    }

    .trainer li p {
        float: none;
    }

    .trainer div.trainerText {
        float: none;
        width: 100%;
        margin-top: 8%;
    }

    .trainer p.trainerTtl {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .trainer p.trainerTtl span {
        font-family: cormorant-garamond, serif;
        font-weight: 400;
        font-style: normal;
        position: relative;
        margin-bottom: 30px;
    }

    .trainer p.trainerTtl span::after {
        display: block;
        content: "";
        width: 300px;
        height: 1px;
        margin: auto;
        background: #492f15;
        position: absolute;
        top: 23px;
        left: -100px;
        margin-left: -1px;
        z-index: 10;
    }

    .trainer p.trainerDesc {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    /*--------studio-------*/

    .studio ul.studioBox {
        width: 100%;
        display: flex;
        margin: 0 auto;
        flex-direction: column;
    }

    .studio ul.studioBox li {
        width: 80%;
        margin: 0 auto 0px;
        padding: 0px 20px 0px;
    }

    .studio ul.studioBox li:first-child {
        margin: 0 auto 0px;
        padding: 0px 20px 0px;

    }

    .studio ul.studioBox li p {
        margin-top: 20px;
    }

    .studio ul.studioBox li p.studioName {
        font-weight: bold;
        border-bottom: 1px dashed #D1D1D1;
        padding-bottom: 10px;
    }

    .studio ul.studioBox li p.web {
        background-color: #333;
        padding: 20px;
        width: 87%;
        text-align: center;
        letter-spacing: .1em;
    }

    .studio ul.studioBox li p.web a {
        color: #fff;
    }

    .studio ul.studioBox li.movie span {
        text-align: right;
        font-size: 12px;
        display: block;
    }





}