
/************************
　　　
　　　料金ページ

************************/
@media screen and (max-width: 450px){
    main {
        padding-top: 19vw;
    }
}
@media screen and (min-width: 451px){
    main {
        padding-top: 6vw;
    }
}



/*
 * @parts：料金ページ　全体
 * @design：中央揃え
*/
.price_page{
    margin: 0 auto;
    overflow: hidden;
}


/* ------------------------------TOTONOUプログラムセクションここから---------------------------------------- */

/*
 * @parts：料金ページ　全体
 * @design：中央揃え
*/
#price_program_section{
    margin-top: 6.15%;
}
@media screen and (max-width: 450px){
    #price_program_section{
        margin-top: 7.5%;
    }
}



/*
 * @parts：料金ページ　インナー
 * @design：左右に余白をつける
*/
#price_program_section_inner{
    padding: 0 7.81%;
}
@media screen and (max-width: 450px){
    #price_program_section_inner{
        padding: 0 7.5%;
    }
}



/* <!------------------------------ 01パーソナルプログラム --------------------------------------> */


/*
 * @parts：料金ページ　01パーソナルプログラム
 * @design：上に余白をつける
*/
#price_personal_program{
    padding-top: 5.86%;
}
@media screen and (max-width: 450px){
    #price_personal_program{
        padding-top: 7.5%;
    }
}



/*
 * @parts：料金ページ　01パーソナルプログラム　タイトル
 * @design：横並び　上下z中央揃え　下線
*/
.price_program_title{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
}



/*
 * @parts：料金ページ　01パーソナルプログラム　タイトル　数字
 * @design：文字の大きさと種類を指定
*/
.price_program_title_number{
    font-size: 3.125vw;
    font-family: "Edwardian-Script-ITC";
}
@media screen and (max-width: 450px){
    .price_program_title_number{
        font-size: 5vw;
    }
}




/*
 * @parts：料金ページ　01パーソナルプログラム　タイトル　文字
 * @design：文字の大きさ　左に余白
*/
.price_program_title_text{
    font-size: 1.5625vw;
    padding-left: 3.4% ;
}
@media screen and (max-width: 450px){
    .price_program_title_text{
        font-size: 3.5vw;
        padding-left: 7.35%;
    }
}




/* <!----------------------------- 01パーソナルプログラム　体験レッスン ここから-------------------------- --> */

/*
 * @parts：料金ページ　体験レッスン　全体
 * @design：上下に余白をつける
*/
#price_trial_lesson{
    margin-top: 19.69%;
    margin-bottom: 16.85%;
    position: relative;
}
@media screen and (max-width: 450px){
    #price_trial_lesson{
        margin-top: 11.76%;
        margin-bottom: 36.47%;
    }
}



/*
 * @parts：料金ページ　体験レッスン　グレーの背景
 * @design： 位置や大きさ、色を指定 */
#price_trial_lesson_bg_gray{
    position: absolute;
    bottom: -11.59%;
    right: -10%;
    width: 98.77%;
    height: 40.83333vw;
    background-color: #efefef;
    z-index: -100; 
}
@media screen and (max-width: 450px){
    #price_trial_lesson_bg_gray{
        position: relative;
        right: -6.2%;
        width: 103.82%;
        height: 63.9975vw;
        margin-bottom: 24.5%;
    }
}



/*
 * @parts：料金ページ　体験レッスン　画像
 * @design： 位置と幅を指定 */
#price_trial_lesson_img{
    position: absolute;
    top: -10.41%;
    left:  -9.7%;
    z-index: -5;
    width: 78.89%;
}
@media screen and (max-width: 450px){
    #price_trial_lesson_img{
        top: 3%;
        right: -9.7%;
        width: 108.82%;
        height: 70.75vw;
        z-index: -50; 
    }
}




/*
 * @parts：料金ページ　体験レッスン　画像　img
 * @design： 大きさを指定 */
#price_trial_lesson_img img{        
    width: 100%;
    height: 50vw;
    object-fit: cover;
}
@media screen and (max-width: 450px){
    #price_trial_lesson_img img{        
        height: 100%;
    }
}




/*
 * @parts：料金ページ　体験レッスン　テキストボックス
 * @design：横幅と背景の色　文字の色を指定　右に寄せる
*/
#price_trial_lesson_text_box{
    width: 65.62%;
    background-color: #fff;
    color: #666666;
    margin: 0 0 0 auto;
}
@media screen and (max-width: 450px){
    #price_trial_lesson_text_box{
        width: 100%;
    }
}




/*
 * @parts：料金ページ　体験レッスン　テキストボックス インナー
 * @design：内側に余白をつける*/
#price_trial_lesson_text_box_inner{
    padding: 9.42%;
}
@media screen and (max-width: 450px){
    #price_trial_lesson_text_box_inner{
        padding: 0%;
    }
}



/*
 * @parts：料金ページ　体験レッスン　タグ
 * @design：背景の色　文字の大きさ　内側の余白を指定*/
#price_trial_lesson_tag{
    background-color: #404040;
    display: inline-block;
    color: #efefef;
    font-size: 1.25vw;
    padding: 3.5% 5.7%;
    font-family: "YuGothic";
}

@media screen and (max-width: 450px){
    #price_trial_lesson_tag{
        font-size: 4vw;
        padding: 5.3% 33% 5.3% 9%;
        margin-left: -9%;
    }
}



/*
 * @parts：料金ページ　体験レッスン　テキスト
 * @design：上に余白をつける　文字の大きさを指定*/
#price_trial_lesson_text{
    margin-top: 7.43%;
    font-size: 1.25vw;
}

@media screen and (max-width: 450px){
    #price_trial_lesson_text{
        margin-top: 13.82%;
        font-size: 3vw;
    }
     /* pcの改行はなくす */
    br{
        display: none;
    }
    /* spの改行をする */
    .br_rp{
        display: block;
    }
}



/*
 * @parts：料金ページ　体験レッスン　料金
 * @design：上に余白をつける　文字の大きさを指定*/
#price_trial_lesson_price{
    margin-top: 3.76%;
    text-align: center;
    font-size: 1.25vw;
}
@media screen and (max-width: 450px){
    #price_trial_lesson_price{
        margin-top: 6.25%;
        font-size: 3vw;
    }
}


/*
 * @parts：料金ページ　体験レッスン　料金 ¥３０００
 * @design：左に余白をつける　文字の大きさと種類を指定*/
#price_trial_lesson_price span{
    margin-left: 4.64%;
    font-size: 2.083333vw;
    font-family: "YuMincho";
}
@media screen and (max-width: 450px){
    #price_trial_lesson_price span{
        margin-left: 5.56%;
        font-size: 6vw;
    }
}





/*
 * @parts：料金ページ　体験レッスン　料金 内容
 * @design：上に余白をつける　*/
#price_trial_lesson_contents{
    margin-top: 8.11%;
}
@media screen and (max-width: 450px){
    #price_trial_lesson_contents{
        margin-top: 12.87%;
    }
}



/*
 * @parts：料金ページ　体験レッスン　料金 各内容囲み
 * @design：上に余白をつける　*/
.price_trial_lesson_content_wrapper{
    margin-bottom: 3.48%;
}
@media screen and (max-width: 450px){
    .price_trial_lesson_content_wrapper{
        margin-bottom: 5.51%;
        width: 98%;
    }
}
@media screen and (max-width: 450px){
    .price_trial_lesson_content_wrapper:last-of-type{
        margin-bottom: 5.51%;
        width: 90%;
    }
}


/*
 * @parts：料金ページ　体験レッスン　料金 各内容
 * @design：横並びにする　文字の大きさと種類を指定　*/
.price_trial_lesson_content{
    display: flex;
    font-size: 1.25vw;
    font-family: "YuMincho";
}
@media screen and (max-width: 450px){
    .price_trial_lesson_content{
        font-size: 3.5vw;
    }
}



/*
 * @parts：料金ページ　体験レッスン　料金 各内容　タイトル
 * @design：右に余白をつける　*/
.price_trial_lesson_content_title{
    margin-right: 5.79%;
}
@media screen and (max-width: 450px){
    .price_trial_lesson_content_title{
        margin-right: 12.87%;
    }
}




/*
 * @parts：料金ページ　体験レッスン　料金 各内容　テキスト
 * @design：左に余白をつける　文字の大きさを指定　*/
.price_trial_lesson_content_text{
    margin-left: 5.79%;
    font-size: 0.9375vw;
}
@media screen and (max-width: 450px){
    .price_trial_lesson_content_text{
        margin-left: 7.35%;
        font-size: 3vw;
    }
}



/*
 * @parts：料金ページ　体験レッスン　料金 各内容　テキスト p
 * @design：上に余白をつける　*/
.price_trial_lesson_content_text p{
    margin-top: 1.23%;
}
@media screen and (max-width: 450px){
    .price_trial_lesson_content_text p{
        margin-top: 2.5%;
    }
}



/*
 * @parts：料金ページ　体験レッスン　ボタン　全体
 * @design：上に余白をつける　 中央揃え*/
.price_trial_lesson_btn{
    margin-top: 9.27%;
    justify-content: center;
    display: flex;
    cursor: pointer;
    /* ホバーした際の動きに0.２秒かかる */
    transition: .2s;
}
@media screen and (max-width: 450px){
    .price_trial_lesson_btn{
        margin-top: 12.06%;
    }
}



/*
 * @parts：料金ページ　体験レッスン　ボタン　中身
 * @design：横並び　上下左右中央揃え　ボタンの幅や高さ、外枠、文字の大きさ指定*/
.price_trial_lesson_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 0.125em solid #000;
    border-radius: 100px;
    font-size: 0.83333vw;
    color: #000;
    width: 39.64%;
    height: 3.335vw;
    text-decoration: none;
    text-align: center;
}
@media screen and (max-width: 450px){
    .price_trial_lesson_btn a{
        font-size: 3vw;
        color: #000;
        width: 56.47%;
        height: 8.75vw;
    }
}




/*
 * @parts：料金ページ　体験レッスン　ボタン　中身
 * @design： ボタンをホバーしたらふわっと拡大する */
.price_trial_lesson_btn:hover{
    transform: scale(1.1,1.1);
}




/*
 * @parts：料金ページ　体験レッスン　ボタン　右側のアイコン
 * @design：  */
.price_trial_lesson_btn_icon{
	position: relative;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	text-decoration: none;
}


/*
 * @parts：料金ページ　体験レッスン　ボタン　右側のアイコン　丸の位置　
 * @design： 位置を指定 */
.price_trial_lesson_btn_icon::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -26.71%;
	margin: auto;
	content: "";
	vertical-align: middle;
}
@media screen and (max-width: 450px){
    .price_trial_lesson_btn_icon::before{
        display: none;
    }
}




/*
 * @parts：料金ページ　体験レッスン　ボタン　右側のアイコン　＞の位置
 * @design： 位置を指定 */
.price_trial_lesson_btn_icon::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20.5%;
	margin: auto;
	content: "";
	vertical-align: middle;
}
@media screen and (max-width: 450px){
    .price_trial_lesson_btn_icon::after{
        display: none;
    }
}




/*
 * @parts：料金ページ　体験レッスン　ボタン　右側のアイコン　丸のデザイン
 * @design： 大きさや外枠形を指定 */
.price_trial_lesson_btn ::before{
	box-sizing: border-box;
	width: 14.78%;
	height: 100%;
	border: 0.125em solid #000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


/*
 * @parts：料金ページ　体験レッスン　ボタン　右側のアイコン　＞のデザイン
 * @design： 大きさや線を指定 */
.price_trial_lesson_btn ::after{
	width: 3.41%;
	height: 0.317vw;
	border-top: 0.125em solid #000;
	border-right: 0.125em solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}




/* <!---------------------------- 01パーソナルプログラム　体験レッスンここまで ----------------------------------> */



/* <!----------------------------- 入会キャンペーンバナ ここからーー---------------------------------------- --> */

#price_banner1,
#price_banner2,
#price_banner3{
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10.69%;
    cursor: pointer;
    transition: transform 0.3s ease; /* ホバー時のトランジションを追加 */
}

#price_banner1:hover,
#price_banner2:hover,
#price_banner3:hover {
    transform: scale(1.05); /* ホバー時の拡大率を指定 */
}


#price_banner2,#price_banner3{
    margin-top: 6.770833vw;
}
@media screen and (max-width: 450px){
    #price_banner2{
        margin-top: 15.25vw;
    }
}

@media screen and (max-width: 450px){
    #price_banner3{
        margin-top: 5.25vw;
    }
}



/* <!----------------------------- 入会キャンペーンバナ ここまでーー---------------------------------------- --> */



/* <!------------------------------ パーソナルレッスン月額料金 ここから-----------------------------------------> */

/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　全体
 * @design： 上に余白をつける */
#price_personal_program_monthly_plan{
    margin-top: 11.11%;
}
@media screen and (max-width: 450px){
    #price_personal_program_monthly_plan{
        margin-top: 29.71%;
    }
}

/* 体験レッスン以外のタグ */
.price_tag{
    background-color: #404040;
    display: inline-block;
    color: #efefef;
    font-size: 1.25vw;
    padding: 1.85% 3.89%;
    font-family: "YuGothic";
}
@media screen and (max-width: 450px){
    .price_tag{
        font-size: 4vw;
        padding: 5.3% 33% 5.3% 9%;
        margin-left: -9%;
    }
}



/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　全体
 * @design： 横並び　上に余白をつける */
#price_personal_program_monthly_plan ul{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 8.09%;
    padding-left: 0;
    align-items: center;
}
@media screen and (max-width: 450px){
    #price_personal_program_monthly_plan ul{
        display: block;
        margin-top: 14.12%;
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード
 * @design： 外枠　内側の余白　横幅　背景色を指定 */
.price_personal_program_monthly_plan_card{
    border: 0.0625em solid #bababa;
    position: relative;
    list-style: none;
    padding: 4.2% 1.85% 3.64%;
    width: 25%;
    transition:0.1s;
    overflow: hidden;
    background-color: #fff;
}
@media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card{
        position: relative;
        list-style: none;
        padding: 0;
        width: 100%;
        box-shadow:0 6px 14px rgba(0, 0, 0, 0.2);
        margin-top: 4.71%;
    }
}



/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　おすすめ
 * @design： 背景色　内側の余白　影を指定 */
#price_personal_program_monthly_plan_card_recommend{
    background-color: #fef5f5;
    padding-top: 6.05%;
    padding-bottom: 5.49%;
    box-shadow:0 6px 14px rgba(0, 0, 0, 0.5);
    z-index: 10;
}
@media screen and (max-width: 450px){
    #price_personal_program_monthly_plan_card_recommend{
        padding: 0;
        z-index: 10;
    }
}



/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　エフェクト１
 * @design： エフェクトの位置や大きさ色を指定 */
.price_personal_program_monthly_plan_card::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}



/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　エフェクト１
 * @design： カードをホバーした際にキランと光るエフェクト */
.price_personal_program_monthly_plan_card:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
    left: 125%;
    }
}
@keyframes shine {
    100% {
    left: 125%;
    }
}





/*==================================================
　　　　　アコーディオンのためのcss　※450px以下
===================================================*/

    
    /*アコーディオン開く前に見える部分*/
    @media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_open {
        cursor: pointer;
        font-size:1rem;
        font-weight: normal;
        transition: all .5s ease;
        position: relative;/*+マークの位置基準とするためrelative指定*/
    }
    }
    
    /*アイコンの　上と下の＞*/
    @media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_open::before,
    .price_personal_program_monthly_plan_card_open::after{
        position: absolute;
        content:'';
        width: 5vw;
        height: 1.5vw;
        background-color: #ee609c;
    }
    }

    /* おすすめカードは＞を白に */
    @media screen and (max-width: 450px){
    #price_personal_program_monthly_plan_card_open_recommend::before,
    #price_personal_program_monthly_plan_card_open_recommend::after{
        background-color: #fff;
    }
    }

    
    @media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_open::before{
        top:16.82%;
        right: 10%;
        transform: rotate(45deg);
    }
    }
    
    @media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_open::after{    
        top:16.82%;
        right: 7%;
        transform: rotate(135deg);
    }
    }
    
    /*　closeというクラスがついたら形状変化　*/
    /* 三角矢印が下向きから上向に変化する */
    @media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_open.close::before{
        transform: rotate(135deg);
    }
    }
    
    @media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_open.close::after{
        transform: rotate(-135deg);
    }
    }
    
    /*アコーディオンで現れるエリア*/
    @media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_price_box {
        display: none;/*はじめは非表示*/
        margin:-10% 3% 3% 3%;
        padding: 3%;
    }
    }





/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　エフェクト２
 * @design： カードをホバーした際に少し拡大する */
.price_personal_program_monthly_plan_card:hover{
    transform: scale(1.1,1.1);
    z-index: 10;
    /* カーソルはポインター */
    /* cursor: pointer; */
}
@media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card:hover{
        transform: none;
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　内容
 * @design： 文字の色　中央揃え */
.price_personal_program_monthly_plan_card_link{
    text-decoration: none;
    color: #000;
    text-align: center;
}


/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　タイトル
 * @design： スマホの時は色をつける */
@media screen and (max-width: 450px){
.price_personal_program_monthly_plan_card_title{
    display: flex;
    background-color: #ffe0e0;
    color: #ee609c;
    height: 18.75vw;
    align-items: center;
    padding-left: 4.71%;
}
}

/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　タイトル　おすすめ
 * @design： おすすめのカードは色を変える」 */
@media screen and (max-width: 450px){
    #price_personal_program_monthly_plan_card_title_recommend{
    background-color: #ee609c;
    color: #fff;
    }
}



/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　内容　タイトル
 * @design： 文字の大きさ　種類　指定 */
.price_personal_program_monthly_plan_card_title h3{
    font-size: 1.875vw;
    font-family: "Source Serif 4";
    font-weight: normal;
}
@media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_title h3{
        font-size: 6vw;
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　内容　月○回
 * @design： 文字の大きさ　種類　指定 */
.price_personal_program_monthly_plan_card_title p{
    font-size: 1.25vw;
    margin-top: -2.23%;
    font-family: "YuMincho";
}
@media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_title p{
        font-size: 4vw;
        margin-top: 0;
        padding-left: 3.53%;
        padding-top: 1.25vw;
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　内容　コメント
 * @design： 上に余白をつける　文字の大きさを指定 */
.price_personal_program_monthly_plan_card_text{
    margin-top: 10.37%;
}
@media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_text{
        margin-top: 6.76%;
        display: inline-block;
    }
}

@media screen and (max-width: 450px){
    #price_personal_program_monthly_plan_card_text_recommend{
        margin-top: 23.24%;
    }

}

.price_personal_program_monthly_plan_card_text p{
    font-size: 1.25vw;
}
@media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_text p{
        font-size: 4.5vw;
        text-align-last: left;
    }
}




/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　内容　金額
 * @design： 上に余白をつける　文字の大きさと種類を指定 */
.price_personal_program_monthly_plan_card_price{
    margin-top: 18.52%;
    font-size: 2.34375vw;
    font-family: "Kozuka Gothic";
}
@media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_price{
        margin-top: 8.71%;
        margin-bottom: 8.24%;
        font-size: 8vw;
        text-align: center;
        /* padding-right: 6.29%; */
    }
}

/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　内容　金額 (税込）
 * @design： 文字の大きさを指定 */
.price_personal_program_monthly_plan_card_price span{
    font-size: 0.9375vw;
}
@media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_price span{
        font-size: 3vw;
    }
}



/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　内容　１回あたり
 * @design： 上に余白をつける　文字の大きさを指定 */
.price_personal_program_monthly_plan_card_onetime{
    margin-top: 18.27%;
    font-size: 1.25vw;
    font-family: "YuMincho";
}
@media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_onetime{
        margin-top: 0;
        font-size: 3.5vw;
    }
}



/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　内容　ボタン
 * @design： 上に余白をつける */
.price_personal_program_monthly_plan_card_btn{
    margin-top: 17.49%;
    display: block;
}
@media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_btn{
        margin-top: 11.47%;
        display: block;
    }
}



/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　内容　ボタン 中身
 * @design： ボタンの色や大きさ、文字の色大きさ　位置を指定 */
.price_personal_program_monthly_plan_card_btn_link{
    text-decoration: none;
    color: #ee609c;
    border: 0.0625em solid #ee609c;
    margin-left: auto;
    margin-right: auto;
    width: 82.2%;
    height: 4.01041vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 1.25vw;
    transition: .3s;
    cursor: pointer;
}
@media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_btn_link{
        width: 61.18%;
        height: 15.5vw;
        font-size: 4vw;
        margin-bottom: 8.24%;
    }
}
@media screen and (max-width: 450px){
    .price_personal_program_monthly_plan_card_btn_link:hover{
        color: #fff;
        background-color: #ee609c;
    }
}

.price_personal_program_monthly_plan_card_btn a{
    text-decoration: none;
}

/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　内容　おすすめボタン 
 * @design： 背景の色と　文字の色を指定 */
#price_personal_program_monthly_plan_card_recommend_link{
    background-color: #ee609c;
    color: #fff;
}
@media screen and (max-width: 450px){
    #price_personal_program_monthly_plan_card_recommend_link:hover{
        color: #ee609c;
        background-color: #fff;
    }
}

/*
 * @parts：料金ページ　パーソナルレッスン　月額料金　カード　おすすめタグ 
 * @design： 背景の色と　文字の色を指定 */
#price_recommend_tag_relative{
    position: relative;
}


#price_recommend_tag{
    position: absolute;
    top: -12%;
    left: 52%;
    background-color: #ee609c;
    padding: 4.44% 11.85%;
    border-radius: 100px;
    color: #fff;
    font-family: "Kozuka Gothic";
    font-size: 0.83333333vw;
}
@media screen and (max-width: 450px){
    #price_recommend_tag{
        top: 35%;
        left: 5%;
        font-size: 3vw;
        padding: 3.2% 7.8%;
    }
}

/* <!------------------------------ パーソナルレッスン月額料金 ここまで-----------------------------------------> */



/* <!------------------------ パーソナルレッスン　回数券  / セミパーソナルレッスン月額プラン ここから----------------------> */


/*
 * @parts：料金ページ　パーソナルレッスン　回数券　全体
 * @design： 上に余白をつける */
#price_personal_program_coupon_plan{
    margin-top: 7.41%;
}
@media screen and (max-width: 450px){
    #price_personal_program_coupon_plan{
        margin-top: 29.41%;
    }
}



/*
 * @parts：料金ページ　セミパーソナルレッスン　月額プラン　全体
 * @design： 上に余白をつける */
#price_semi_personal_program_monthly_plan{
    margin-top: 16.11%;
}
@media screen and (max-width: 450px){
    #price_semi_personal_program_monthly_plan{
        margin-top: 29.41%;
    }
}



/*
 * @parts：料金ページ　パーソナルレッスン　月額プラン　全体囲み
 * @design： 上に余白をつける */
.price_program_plan_container{
    margin-top: 1.85%;
}
@media screen and (max-width: 450px){
    .price_program_plan_container{
        margin-top: 14.12%;
    }
}





/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン囲み
 * @design： 横並びにする　余白をつける　外枠を指定 */
.price_program_plan_wrapper{
    display: flex;
    padding-left: 9.26%;
    padding-bottom:  2.04%;
    padding-top: 1.23%;
    border-bottom: 0.0625em solid #ebebeb;
    align-items: center;
}
@media screen and (max-width: 450px){
    .price_program_plan_wrapper{
        display: block;
        padding-left: 0;
        padding-bottom:  5.76%;
        border-bottom: 0em solid #ebebeb;
        padding-top: 0;
    }
}

@media screen and (max-width: 450px){
.price_program_plan_wrapper:last-child{
    padding-bottom: 0;

}
}

.price_program_plan_title_open {
    width: 21.75%;
}

.price_program_plan_price_box{
    display: flex;
    width: 73.5%;
}


/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　タイトル
 * @design： 文字の大きさと　横幅を指定 */
.price_program_plan_title{
    font-size: 1.5625vw;
    width: 100%;
}
@media screen and (max-width: 450px){
    .price_program_plan_title{
        font-size: 6vw;
        width: 100%;
        border-bottom: 0.0625em solid #ebebeb;
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　金額
 * @design： 横幅を指定 */
.price_program_plan_price{
    width: 32.39%;
}
@media screen and (max-width: 450px){
    .price_program_plan_price{
        width: 85.29%;
        display: flex;
        margin: 11.76% auto 0;
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　金額　チケット
 * @design： 横並び　上下中央揃え */
.price_program_plan_price_ticket{
    display: flex;
    align-items: center;
}



/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　金額　チケットの画像
 * @design： 横幅を指定 右に余白をつける */
.price_program_plan_price_mai_ticket_img{
    width: 12%;
    margin-right: 4.57%;
}
@media screen and (max-width: 450px){
    .price_program_plan_price_mai_ticket_img{
        width: 12.73%;
        margin-right: 6.82%;
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　金額　×○枚
 * @design： 文字の大きさを指定 */
.price_program_plan_price_mai_ticket_mai{
    font-size: 0.9375vw;  
}
@media screen and (max-width: 450px){
    .price_program_plan_price_mai_ticket_mai{
        font-size: 3.5vw;  
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　金額　¥
 * @design： 文字の大きさ 種類を指定　右に余白をつける  */
.price_program_plan_price_en{           
    font-size: 2.5vw;
    font-family: "Kozuka Gothic";
    font-weight: 200;
    margin-left: 11.43%;
}
@media screen and (max-width: 450px){
    .price_program_plan_price_en{           
        font-size: 7vw;
        margin-left: 0;
        width: 250%;
        text-align: right;
        padding-right: 5%;
    }
}



/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　金額　（税込）
 * @design： 文字の大きさ指定  */
.price_program_plan_price_en span{
    font-size: 1.25vw;
}
@media screen and (max-width: 450px){
    .price_program_plan_price_en span{
        font-size: 3vw;
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　金額　１枚あたり
 * @design： 横幅指定  */
.price_program_plan_price_1{
    width: 32.39%;
    padding-top: 1%;
}
@media screen and (max-width: 450px){
    .price_program_plan_price_1{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: 13.24%;
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　金額　１枚あたり　文字
 * @design： 文字の大きさ指定  */
.price_program_plan_price_1mai{
    font-size: 1.25vw;
}
@media screen and (max-width: 450px){
    .price_program_plan_price_1mai{
        font-size: 3.5vw;
        margin-left: 7.36%;
    }
}



/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　金額　１枚あたり　¥
 * @design： 文字の大きさ指定  */
.price_program_plan_price_1mai_en{
    font-size: 2.5vw;
    text-align: left;
    margin-left: 11.43%;
    font-family: "Kozuka Gothic";
}
@media screen and (max-width: 450px){
    .price_program_plan_price_1mai_en{
        font-size: 3.5vw;
        text-align: center;
        margin-left: 0;
        font-family: "Kozuka Gothic";
        padding-right: 29%;

    }
}

/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　金額　１枚あたり　なし
 * @design： 中央に配置  */
#price_program_plan_price_1mai_none{
    text-align: center;
}
@media screen and (max-width: 450px){
    #price_program_plan_price_1mai_none{
        font-size: 7vw;
        width: 40vw;
        padding-right: 15%;
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　金額　１枚あたり　¥（税込）
 * @design： 文字の大きさ指定  */
.price_program_plan_price_1mai_en span{
    font-size: 1.25vw;
}
@media screen and (max-width: 450px){
    .price_program_plan_price_1mai_en span{
        font-size: 2.5vw;
    }
}



/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　ボタン
 * @design： 横幅を指定  */
.price_personal_program_coupon_plan_btn{
    display: inline-block;
    width: 40%;
    align-items: center;
    padding-top: 2%;
}
@media screen and (max-width: 450px){
    .price_personal_program_coupon_plan_btn{
        display: block;
        justify-content: center;
        padding-right: 0;
        margin-top: 15vw;
        width: 100%;
    }
}

.price_personal_program_coupon_plan_btn a{
    text-decoration: none;
}


/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　ボタン 中身
 * @design： ボタンのデザインと位置　文字のサイズを指定  */
.btn_pink_link{
    text-decoration: none;
    color: #ee609c;
    border: 0.0625em solid #ee609c;
    margin-left: auto;
    margin-right: 0;
    width: 67.88%;
    height: 4.010416666vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 1.25vw;
    transition: .3s;
    cursor: pointer;
}
@media screen and (max-width: 450px){
    .btn_pink_link{
        margin-left: auto;
        margin-right: auto;
        width: 61.18%;
        height: 15.5vw;
        font-size: 4vw;
    }
}



/*==================================================
　　　　　アコーディオンのためのcss　※450px以下
===================================================*/

    
    /*アコーディオン開く前に見える部分*/
    @media screen and (max-width: 450px){
        .price_program_plan_title_open {
            width: 100%;
            cursor: pointer;
            font-size:1rem;
            font-weight: normal;
            transition: all .5s ease;
            position: relative;/*+マークの位置基準とするためrelative指定*/
        }
        }
        
        /*アイコンの　上と下の＞*/
        @media screen and (max-width: 450px){
        .price_program_plan_title_open::before,
        .price_program_plan_title_open::after{
            position: absolute;
            content:'';
            width: 5vw;
            height: 1.5vw;
            background-color: #404040;
        }
        }
    
        
        @media screen and (max-width: 450px){
        .price_program_plan_title_open::before{
            top:20%;
            right: 5%;
            transform: rotate(45deg);
        }
        }
        
        @media screen and (max-width: 450px){
        .price_program_plan_title_open::after{    
            top:20%;
            right: 2%;
            transform: rotate(135deg);
        }
        }
        
        /*　closeというクラスがついたら形状変化　*/
        /* 三角矢印が下向きから上向に変化する */
        @media screen and (max-width: 450px){
        .price_program_plan_title_open.close::before{
            transform: rotate(135deg);
        }
        }
        
        @media screen and (max-width: 450px){
        .price_program_plan_title_open.close::after{
            transform: rotate(-135deg);
        }
        }
        
        /*アコーディオンで現れるエリア*/
        @media screen and (max-width: 450px){
        .price_program_plan_price_box {
            display: none;/*はじめは非表示*/
            padding-bottom: 11.76%;
            /* border-bottom: 0.0625em solid #ebebeb; */
            position: relative;
            width: 100%;
        }
        }

        @media screen and (max-width: 450px){
            .price_program_plan_price_box::after{
                position: absolute;
                bottom: 0;
                left: 0;
                content: "";
                width: 100%;
                height: 0.125em;
                background-color: #ebebeb;
            }
            }

/*
 * @parts：料金ページ　パーソナルレッスン　各月額プラン　ボタン 
 * @design： ホバーした際に背景と文字の色がフワッと反転する  */
.btn_pink_link:hover{
    color: #fff;
    background: #ee609c;
    transition: .4s;
}
.btn_pink_link:hover button{
    background-color: #ee609c;
    color: #fff;
}


/* <!------------------------ パーソナルレッスン　回数券  / セミパーソナルレッスン月額プラン ここまで----------------------> */



/* <!------------------------ パーソナルレッスン　プログラムメニュー　ここから -----------------------------------> */

/*
 * @parts：料金ページ　パーソナルレッスン　プログラムメニュー　全体
 * @design： 上に余白をつける　横並びにする  */
#price_personal_program_menu{
    margin-top: 22.1%;
    position: relative;
}
@media screen and (max-width: 450px){
    #price_personal_program_menu{
        margin-top:40.59%;
        margin-bottom: 130.59%;
        position: initial;
        /* レスポンシブの時は縦並び */
        display: block;
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　プログラムメニュー　テキストボックス
 * @design：　下と左に寄せる  */
#price_personal_program_menu_textbox{
    margin: auto auto 0 0 ;
    width: 44.44%;
}
@media screen and (max-width: 450px){
    #price_personal_program_menu_textbox{
        position: absolute;
        width: 89%;
        z-index: 500;
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　プログラムメニュー／セミパーソナルレッスンプログラム　プログラムのロゴ
 * @design： 文字の大きさや種類、色、文字間を指定  */
#price_personal_program_menu_program,#price_semi_personal_program_menu_program,.program_logo{
    font-size: 8.2vw;
    font-weight: bold;
    color: #ebebeb;
    font-family: "Source Serif 4";
    letter-spacing: 2px;
}
@media screen and (max-width: 450px){
    #price_personal_program_menu_program,.program_logo{
        font-size: 12vw;
        color: #404040;
    }
}

@media screen and (max-width: 450px){
    #price_personal_program_menu_program span{
        color: #fff;
    }
}




/*
 * @parts：料金ページ　パーソナルレッスン　プログラムメニュー　囲み
 * @design： 上と左に余白をつける　文字の色を指定  */
#price_personal_program_menu_container{
    padding-top: 1%;
    padding-left:7.94%;
    color: #404040;
}
@media screen and (max-width: 450px){
    #price_personal_program_menu_container{
        padding-top: 1%;
        padding-left:0;
    }
}



/*
 * @parts：料金ページ　パーソナルレッスン　プログラムメニュー／セミパーソナルレッスンプログラムメニューのタイトル
 * @design： 文字の大きさなどを指定  */
#price_personal_program_menu1 h4,
#price_personal_program_menu2 h4,
#price_semi_personal_program_menu1 h4,#price_semi_personal_program_menu2 h4{
    font-size: 1.25vw;
    font-weight: 500;
    font-family: "YuMincho";
}
@media screen and (max-width: 450px){
    #price_personal_program_menu1 h4,
    #price_personal_program_menu2 h4,
    #price_semi_personal_program_menu1 h4,#price_semi_personal_program_menu2 h4{
    font-size: 4vw;
}
}



/*
 * @parts：料金ページ　パーソナルレッスン　プログラムメニュー／セミパーソナルレッスンプログラムメニューのテキスト
 * @design： 文字の大きさ、左と上の余白をつける  */
#price_personal_program_menu1 p,#price_personal_program_menu2 p,
#price_semi_personal_program_menu1 p,#price_semi_personal_program_menu2 p{
    font-size: 0.9375vw;
    padding-left: 3.97%;
    padding-top: 1%;
}
@media screen and (max-width: 450px){
    #price_personal_program_menu1 p,#price_personal_program_menu2 p,
    #price_semi_personal_program_menu1 p,#price_semi_personal_program_menu2 p{
        font-size: 3vw;
        padding-left: 5.5%;
        padding-top: 1%;
    }
}


/*
 * @parts：料金ページ　パーソナルレッスン　プログラムメニューの二つ目のメニュー
 * @design： 上の余白をつける  */
#price_personal_program_menu2,
#price_semi_personal_program_menu2{
    margin-top: 4.97%;
}



/*
 * @parts：料金ページ　パーソナルレッスン　プログラムメニュー　ボタン
 * @design： 上の余白をつける  */
#price_personal_lesson_program_btn{
    margin-top: 12.43%;
}
@media screen and (max-width: 450px){
    #price_personal_lesson_program_btn{
        margin-top:16.85%;
    }
    }


/*
 * @parts：料金ページ　パーソナルレッスン　プログラムメニュー　ボタン　中身
 * @design：横幅を指定*/
#price_personal_lesson_program_btn a{
    width: 48.01%;
}
@media screen and (max-width: 450px){
    #price_personal_lesson_program_btn a{
        width: 54%;
    }
}
    


@media screen and (max-width: 450px){
#price_personal_program_menu_imgbox{
    position: relative;
}
}


/*
 * @parts：料金ページ　パーソナルレッスン　プログラムメニュー　写真１
 * @design：横幅や位置を指定*/
#price_personal_program_menu_img1{
    width: 29.94%;
    position: absolute;
    top: -6.17%;
    left: 44.44%;
}
@media screen and (max-width: 450px){
    #price_personal_program_menu_img1{
        position: relative;
        width: 53.82%;
        top: 0;
        left: -8.5%;
    }
    }
    


/*
 * @parts：料金ページ　パーソナルレッスン　プログラムメニュー　写真２
 * @design：横幅や位置を指定*/
#price_personal_program_menu_img2{
    position: absolute;
    top: 10%;
    left: 75.31%;
    width: 34.26%;
    height: 41.510416vw;
}
@media screen and (max-width: 450px){
    #price_personal_program_menu_img2{
        width: 61.47%;
        height: 75.5vw;
        top: 10%;
        left: 47.5%;
    }
    }


/*
 * @parts：料金ページ　パーソナルレッスン　プログラムメニュー　グレーの背景
 * @design：横幅や色、位置を指定*/
#price_personal_program_menu_bg_gray{
    position: absolute;
    width: 45.68%;
    height: 38.54166vw;
    background-color:#ebebeb;
    top: -20.73%;
    left: 64.2%;
    z-index: -10;
}
@media screen and (max-width: 450px){
    #price_personal_program_menu_bg_gray{
        width: 82.13%;
        height:70.165vw;
        top: -15%;
        left: 27.94%;
    }
    }


/* <!-------------------------------------- パーソナルレッスン　プログラムメニュー　ここまで ------------------------------------> */



/* <!----------------------------------- ０２セミパーソナルプログラム ここから -------------------------------------> */

/*
 * @parts：料金ページ　０２セミパーソナルプログラム 全体
 * @design：上の余白をつける*/
#price_semi_personal_program{
    margin-top: 24.69%;
}

/* <!----------------------------------- セミパーソナルプログラム 体験ペアレッスンここから -------------------------------------> */


/*
 * @parts：料金ページ　０２セミパーソナルプログラム 体験ペアレッスン　全体
 * @design：上の余白をつける*/
#price_trial_pair_lesson{
    margin-top: 16.67%;
    position: relative;
}
@media screen and (max-width: 450px){
    #price_trial_pair_lesson{
        display: block;
        position: initial;
        margin-top: 17.67%;
    }
}


/*
 * @parts：料金ページ　０２セミパーソナルプログラム 体験ペアレッスン　テキストボックス
 * @design：横幅と背景色、文字の色を指定*/
#price_trial_pair_lesson_text_box{
    width: 65.62%;
    background-color: #fff;
    color: #666666;
    /* margin: 0 auto 0 0; */
    z-index: 10;
}
@media screen and (max-width: 450px){
    #price_trial_pair_lesson_text_box{
        width: 100%;
        background-color: #fff;
        color: #666666;
        /* margin: 0 auto 0 0; */
        z-index: 10;
    }
}


/*
 * @parts：料金ページ　０２セミパーソナルプログラム 体験ペアレッスン　おひとり様あたり
 * @design：文字の大きさを指定*/
#price_trial_pair_lesson_price_one_person{
    font-size: 0.83333333vw;
    text-align: center;
    font-family: "YuMincho";
}
@media screen and (max-width: 450px){
    #price_trial_pair_lesson_price_one_person{
        font-size: 2.5vw;
    }
    }



@media screen and (max-width: 450px){
    #price_trial_pair_lesson_imgbox{
        position: relative;
        margin-bottom: 14.12%;
    }
    }

/*
 * @parts：料金ページ　０２セミパーソナルプログラム 体験ペアレッスン　写真
 * @design：大きさや配置を指定*/
#price_trial_pair_lesson_img{
    position: absolute;
    top: 14.41%;
    right: -10%;
    z-index: -10;
    width: 79.01%;
}
@media screen and (max-width: 450px){
    #price_trial_pair_lesson_img{
        position: relative;
        z-index: -10;
        width: 108.53%;
        top: 0;
        left: 0;
    }
}




/*
 * @parts：料金ページ　０２セミパーソナルプログラム 体験ペアレッスン　グレー背景
 * @design：大きさや色、配置を指定*/
#price_trial_pair_lesson_bg_gray{
    width: 98.77%;
    height: 27.968749vw;
    background-color: #efefef;
    position: absolute;
    top: -12.41%;
    left: -10%;
    z-index: -30;
}
@media screen and (max-width: 450px){
    #price_trial_pair_lesson_bg_gray{
        width: 108.83%;
        height: 69.25vw;
        top: -8.88%;
        left: -10%;
        z-index: -100;
    }
}

/* <!------------------------------------- セミパーソナルプログラム 体験ペアレッスンここまで ---------------------------------------> */


/* <!------------------------------------- セミパーソナルプログラム 月額プラン ---------------------------------------> */

#price_semi_program_plan_wrapper{
    align-items: center;
    padding-top: 0;
}

/*
 * @parts：料金ページ　０２セミパーソナルプログラム 月額プラン　タイトル
 * @design：上下の余白をつける*/
#price_semi_program_plan_title{
    padding-bottom: 0.62%;
    padding-top: 11.76%;
}
@media screen and (max-width: 450px){
    #price_semi_program_plan_title{
        padding-bottom: 0;
        padding-top: 0;
    }
    }


@media screen and (max-width: 450px){
#price_program_plan_price_box_semi{
    width: 100%;
    margin-top: 11.76%

}


}

#price_semi_program_plan_price_en{
    margin-left: 0;
    /* margin-right: 7%; */
    width: 30.75%;
    align-items: end;
    padding-top: 4.16%;
}
@media screen and (max-width: 450px){
    #price_semi_program_plan_price_en{
        margin: 0 auto;
        width: 50.75%;
        padding-top: 0;
        text-align: center;
        font-size: 6vw;
    }
    }    

@media screen and (max-width: 450px){
    #price_semi_program_plan_price_en{
        font-size: 8vw;
    }
    }   


@media screen and (max-width: 450px){
    .price_program_plan_price_1{
        padding-top: 0;
        font-family: "YuMincho";
        font-size: 3.5vw;
    }
    }

@media screen and (max-width: 450px){
    #price_program_plan_price_1_semi{
        justify-content: center;
    }
}

@media screen and (max-width: 450px){
    #price_program_plan_price_1_semi{
        justify-content: center;
        width: 65%;
        margin: 0 auto;
    }
}


@media screen and (max-width: 450px){
#price_personal_program_coupon_plan_btn_semi{
    margin-top: 9.12%;
}
}

@media screen and (max-width: 450px){
    #price_personal_program_coupon_plan_btn_semi a{
        text-decoration: none;
    }
    }

@media screen and (max-width: 450px){
    #price_program_plan_price_1mai_en_semi{
        padding-right: 0;

    }
}



/* <-----------------------------------セミパーソナルプログラム　プログラムメニュー ここから-------------------------------------->*/

/*
 * @parts：料金ページ　０２セミパーソナルプログラム プログラムメニュー
 * @design：上に余白をつける*/
#price_semi_personal_program_menu{
    margin-top: 16.67%;
    position: relative;
}
@media screen and (max-width: 450px){
    #price_semi_personal_program_menu{
        margin-top: 43.82%;
    }
    }



/*
 * @parts：料金ページ　０２セミパーソナルプログラム プログラムメニュー　写真
 * @design：幅と高さを指定*/
#price_semi_personal_program_menu_img{
    width: 62.78%;
    height: 39.7916666vw;
}
@media screen and (max-width: 450px){
    #price_semi_personal_program_menu_img{
        width: 108.82%;
        height: 69.25vw;
    }
    }


/*
 * @parts：料金ページ　０２セミパーソナルプログラム プログラムメニュー　グレーの背景
 * @design：色や大きさ、位置を指定*/
#price_semi_personal_program_menu_bg_gray{
    width: 62.96%;
    height: 69.25vw;
    background-color: #dfdfdf;
    position: absolute;
    top: -5.64%;
    left: -9.26%;
    z-index: -100;
}
@media screen and (max-width: 450px){
    #price_semi_personal_program_menu_bg_gray{
        width: 108.82%;
        height: 69.25vw;
    }
    }
    

/*
 * @parts：料金ページ　０２セミパーソナルプログラム プログラムメニュー　テキストボックス
 * @design：幅と位置を指定*/
#price_semi_personal_program_menu_textbox{
    position: absolute;
    top: 14.69%;
    left:57.28%;
    width: 45.06%;
}
@media screen and (max-width: 450px){
    #price_semi_personal_program_menu_textbox{
        position: relative;
        top: 0%;
        left:0%;
        width: 100%;
    }
}



/*
 * @parts：料金ページ　０２セミパーソナルプログラム プログラムメニュー　プログラム　ロゴ　pだけ白にする
 * @design：色を指定*/
#price_semi_personal_program_menu_program{
    color: #404040;
}
@media screen and (max-width: 450px){
    #price_semi_personal_program_menu_program{
        font-size: 12vw;
    /* セミパーソナルレッスン の時は色を変える*/
        color: #ebebeb;
        font-family: "Source Serif 4";
        letter-spacing: 2px;
        margin-top: 2.94%;
    }
}

#price_semi_personal_program_menu_program span{
    color: #fff;
}
@media screen and (max-width: 450px){
    #price_semi_personal_program_menu_program span{
        /* スマホの時は全部同じ色にする */
        color: #ebebeb;
    }
}



/*
 * @parts：料金ページ　０２セミパーソナルプログラム プログラムメニュー　プログラム内容
 * @design：左に余白をつける*/
#price_semi-personal_program_menu_container{
    margin-left:20.55%;
}
@media screen and (max-width: 450px){
    #price_semi-personal_program_menu_container{
        margin-left:0;
        margin-top: 6.41%;
        width: 104%;
    }
}




/*
 * @parts：料金ページ　０２セミパーソナルプログラム プログラムメニュー　ボタン
 * @design：上と左に余白をつける*/
#price_semi_personal_program_menu_btn{
    margin-top: 12.33%;
    padding-left: 20%;
}
@media screen and (max-width: 450px){
    #price_semi_personal_program_menu_btn{
        margin-top: 17.65%;
        padding-left: 0;
    }
}




/*
 * @parts：料金ページ　０２セミパーソナルプログラム プログラムメニュー　ボタン　中身
 * @design：幅を指定*/
#price_semi_personal_program_menu_btn a{
    width: 58%;
}
@media screen and (max-width: 450px){
    #price_semi_personal_program_menu_btn a{
        width: 56.48%;
    }
}




/* <---------------------------------------セミパーソナルプログラム　プログラムメニュー ここまで-------------------------------------->*/


/* <!-- -----------------------------------無料カウンセリング ここから--------------------------------- -->  */

/*
 * @parts：料金ページ　無料カウンセリング 全体
 * @design：上に余白をつける　背景色　文字色　横幅と高さを指定*/
#price_free_counseling{
    margin-top: 12.14%;
    background-color: #404040;
    color: #ebebeb;
    position: relative;
    z-index: 50;
    width: 66.3%;
    height: 34.6875vw;
}
@media screen and (max-width: 450px){
    #price_free_counseling{
        margin-top: 35.29%;
        width: 100%;
        height: 151.25vw;
        background-color: none;
    }
}



/*
 * @parts：料金ページ　無料カウンセリング 写真
 * @design：横幅と位置を指定*/
#price_free_counseling_img{
    position: absolute;
    top: 9.28%;
    left: 55.07%;
    width: 89.01%;
}
@media screen and (max-width: 450px){
    #price_free_counseling_img{
        position: initial;
        width: 100%;
        height: 56.25vw;
    }
}


/*
 * @parts：料金ページ　無料カウンセリング 写真　中身
 * @design：高さとフィルターを指定*/
#price_free_counseling_img img{
    width: 100%;
    height: 33.1770833vw;
    object-fit: cover;
    filter: brightness(1.3);
}
@media screen and (max-width: 450px){
    #price_free_counseling_img img{
        width: 100%;
        height: 100%;
    }
}



/*
 * @parts：料金ページ 無料カウンセリング テキストボックス
 * @design：浮かせて　背景の上に持ってくる*/
#price_free_counseling_text_box{
    position: absolute;
    z-index: 100;
    width: 100%;
}
@media screen and (max-width: 450px){
    #price_free_counseling_text_box{
        z-index: 100;
        width: 100%;
        padding-top: 10%;
        padding-right: auto;
        padding-bottom: 15%;
        padding-left: 7.5%;
        background-color: #404040;
    }
}


/*
 * @parts：料金ページ 無料カウンセリング テキストボックス　テキスト１
 * @design：上と左に余白をつける　文字の大きさを指定*/
#price_free_counseling_text1{
    padding-top: 7.86%;
    padding-left: 11.39%;
    font-size: 1.25vw;
}
@media screen and (max-width: 450px){
    #price_free_counseling_text1{
        padding-top: 0;
        padding-left: 0;
        font-size: 3vw;
    }
}




/*
 * @parts：料金ページ 無料カウンセリング テキストボックス　テキスト１写真と被る　な？は色を変える
 * @design：色を指定*/
#price_free_counseling_text1 span{
    color: #404040;
}
@media screen and (max-width: 450px){
    #price_free_counseling_text1 span{
        /* スマホの時はそのまま */
        color: #ebebeb;
    }
}


/*
 * @parts：料金ページ 無料カウンセリング テキストボックス　テキスト２
 * @design：余白や　文字の大きさを指定*/
#price_free_counseling_text2{
    padding-top: 4%;
    padding-left: 11.39%;
    font-size: 1.5625vw;
}
@media screen and (max-width: 450px){
    #price_free_counseling_text2{
        padding-top: 8%;
        padding-left: 0;
        font-size: 3.5vw;
    }
}




/*
 * @parts：料金ページ 無料カウンセリング テキストボックス　テキスト２　大きい文字
 * @design：文字の大きさ　色を指定*/
#price_free_counseling_text2_big{
    font-size: 2.5078125vw;
    color: #ebebeb;
}
@media screen and (max-width: 450px){
    #price_free_counseling_text2_big{
        font-size: 6vw;
    }
}
/* 写真と被るところは色を変える */
#price_free_counseling_text2_black{
    color: #404040;
}
@media screen and (max-width: 450px){
    /* スマホの時はそのまま */
    #price_free_counseling_text2_black{
        color: #ebebeb;
    }
}

/* pcとスマホのbrタグを区別 */
br{
    display: flex;
}
.br_rp{
    display: none;
}

@media screen and (max-width: 450px){
br{
    display: none;
}
}
@media screen and (max-width: 450px){
    .br_rp{
        display: flex;
    }
    }


/*
 * @parts：料金ページ 無料カウンセリング テキストボックス　テキスト３
 * @design：文字の大きさ　色を指定*/
#price_free_counseling_text3{
    margin-top: 3%;
    padding-left: 11.39%;
    font-size: 1.5625vw;
}
@media screen and (max-width: 450px){
    #price_free_counseling_text3{
        margin-top:7.5%;
        padding-left: 0;
        font-size: 3.5vw;
    }
}

/*
 * @parts：料金ページ 無料カウンセリング テキストボックス　テキスト３ 大きい文字
 * @design：文字の大きさ　色を指定*/
#price_free_counseling_text3 span{
    font-size: 2.5078125vw;
    text-decoration: underline;
    margin-right: 1.18%;
}
@media screen and (max-width: 450px){
    #price_free_counseling_text3 span{
        font-size: 6vw;
        margin-right: 2.18%;
    }
}


/*
 * @parts：料金ページ 無料カウンセリング テキストボックス　ボタン
 * @design 余白をつける*/
#price_free_counseling_btn{
    margin-top: 5.07%;
    padding-bottom: 7.15%;
    padding-left: 11.78%;
    justify-content: center;
    cursor: pointer;
}
@media screen and (max-width: 450px){
    #price_free_counseling_btn{
        margin-top: 15.25%;
        padding-bottom: 0;
        padding-left: 0;
        display: flex;
        margin-left: -10%;
    }
}

/*
 * @parts：料金ページ 無料カウンセリング テキストボックス　ボタン 中身
 * @design 中央揃えにする　ボタンの外枠、大きさ　文字の大きさ　指定　*/
#price_free_counseling_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 0.125em solid #ebebeb;
    border-radius: 100px;
    font-size: 0.8333333vw;
    width: 29.4%;
    height: 3.33vw;
    text-decoration: none;
    text-align: center;
    transition: .2s;
}
@media screen and (max-width: 450px){
    #price_free_counseling_btn a{
        font-size: 3vw;
        width: 54%;
        height: 8.78vw;
        text-decoration: none;
        text-align: center;
    }
}


/* ボタンをホバーしたらふわっと拡大する */
#price_free_counseling_btn a:hover{
    transform: scale(1.1,1.1);
}

/*
 * @parts：料金ページ　無料カウンセリング　ボタン　右側のアイコン　文字　
 * @design： 色を指定 */
#price_free_counseling_btn span{
    color: #ebebeb;
}


/*
 * @parts：料金ページ　無料カウンセリング　ボタン　右側のアイコン
 * @design： 位置を指定 */
#price_free_counseling_btn_icon{
	position: relative;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	text-decoration: none;
}


/*
 * @parts：料金ページ　無料カウンセリング　ボタン　右側のアイコン　丸の位置　
 * @design： 位置を指定 */
#price_free_counseling_btn_icon::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -16.71%;
	margin: auto;
	content: "";
	vertical-align: middle;
}
@media screen and (max-width: 450px){
    #price_free_counseling_btn_icon::before{
        display: none;
    }
}

/*
 * @parts：料金ページ　無料カウンセリング　ボタン　右側のアイコン　＞の位置　
 * @design： 位置を指定 */
#price_free_counseling_btn_icon::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -12%;
	margin: auto;
	content: "";
	vertical-align: middle;
}
@media screen and (max-width: 450px){
    #price_free_counseling_btn_icon::after{
        display: none;
    }
}


/*
 * @parts：料金ページ　無料カウンセリング　ボタン　右側のアイコン　丸のデザイン　
 * @design： デザインを指定 */
#price_free_counseling_btn ::before{
    box-sizing: border-box;
	width: 11.6%;
	height: 100%;
	border: 0.125em solid #ebebeb;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/*
 * @parts：料金ページ　無料カウンセリング　ボタン　右側のアイコン　＞のデザイン　
 * @design： デザインを指定 */
#price_free_counseling_btn ::after{
    width: 3.41%;
	height: 0.4vw;
	border-top: 0.125em solid #ebebeb;
	border-right: 0.125em solid #ebebeb;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* <!-- -----------------------------無料カウンセリング ここまで----------------------------- -->  */


/* <!----------------------------- ご利用までの流れ ここから -------------------------------> */

/*
 * @parts：料金ページ　ご利用までの流れ 全体
 * @design： 上に余白をつける */
#price_flow-wrapper{
    margin-top: 13.07%;
    margin-bottom: 14.01%;
}
@media screen and (max-width: 450px){
    #price_flow-wrapper{
        margin-top: 31.75vw;
        margin-bottom: 30vw;
        position: relative;
    }
}


/*
 * @parts：料金ページ　ご利用までの流れ インナー
 * @design： 左右に余白をつける */
#price_flow_inner{
    padding-left: 7.81%;
    padding-right: 4.48%;
}
@media screen and (max-width: 450px){
    #price_flow_inner{
        padding-left: 7.5%;
        padding-right: 0;
    }
}


/*
 * @parts：料金ページ　ご利用までの流れ 内容
 * @design： 横並びにする　左右に余白をつける */
#price_flow_box_container{
    display: flex;
    margin-top: 6.53%;
}
@media screen and (max-width: 450px){
    #price_flow_box_container{
        margin-top: 15.95%;
        white-space: nowrap;
        margin-left: 5.41%;
        width: 257%;
        /* position: relative; */
    }
}



/*
 * @parts：料金ページ　ご利用までの流れ 内容 カード
 * @design： 横幅を３等分にする  右側に余白をつける*/
.price_flowbox{
    width: calc(100% / 3);
    margin-right: 5.34%;
    position: relative;
}
@media screen and (max-width: 450px){
    .price_flowbox{
        width: 100%;
        margin-right: 1.725%;
    }
}


/*
 * @parts：料金ページ　ご利用までの流れ 内容　カード　間の＞
 * @design： 横幅を３等分にする  右側に余白をつける*/
.price_flowbox::after {
    content:  '';
	width: 7.98%;
	height: 2.1vw;
	border-top: 0.625vw solid #000;
	border-right: 0.625vw solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 104%;
}
@media screen and (max-width: 450px){
    .price_flowbox::after {
        display: none;
    }
}


/* 最後のカードには＞をつけない */
#price_flowbox_last::after{
    display: none;
}



/* 最後のカードには右の余白をつけない */
.price_flowbox:last-child{
    margin-right: 0;
}
@media screen and (max-width: 450px){
    .price_flowbox:last-child{
    margin-right:1.725%;
} 
}


.price_flowbox_content{
    padding: 6.18% 5.78% 7.58%;
    box-shadow: 0 0.0625em  0.125em 0.0625em #bbb;  
    border-radius: 0 0 20px 20px;
    height: 12.5vw;
    margin-top: -5%;
}
@media screen and (max-width: 450px){
    .price_flowbox_content{
        padding: 5.98% 5.78% 10.48%;
        border-radius: 0 0 20px 20px;
        height: 52.25vw;
        margin-top: -2.7%;
    }
}




.price_flowbox-textbox{
    display: flex;
}




.price_flowbox-title{
    margin-left: 6.8%;
}


.circle_number {
    font-size: 1.5625vw;
    font-family: serif;
    color: white;
    width: 13.6%;
    height: 3.125vw;
    padding-top: 0.364583333vw;
    background-color: #555555;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}
@media screen and (max-width: 450px){
    .circle_number {
        font-size: 5vw;
        width: 15.08%;
        height: 10vw;
        padding-top: 1.2vw;
    }
}



.price_flowbox-title p{
    font-size: 0.94vw;
    margin: 0;
    margin-top: 0.260416vw;
}
@media screen and (max-width: 450px){
    .price_flowbox-title p{
        font-size: 3vw;
    }
}


.price_flowbox-title h5{
    font-family:"YuMincho";
    font-size: 1.6666666vw;
    font-weight: 100;
    margin-top: -0.460416vw;
    margin-bottom: 0;
}
@media screen and (max-width: 450px){
    .price_flowbox-title h5{
        font-size: 6vw;
        margin-top: -2vw;
    }
}

@media screen and (max-width: 450px){
    #price_flowbox-title_2 h5{
    /* ２の時だけサイズを調整 */
    font-size: 5.1vw;
    padding-top: 1.5vw;
}
}


.price_flow-text{
    margin-top: 6.98%;
    padding-left: 5%;
    font-family: "YuMincho";
}
@media screen and (max-width: 450px){
    .price_flow-text{
        margin-top: 10.55%;
        padding-left: 3%;
    }
}



.price_flow-text p{
    font-size: 0.8333333vw;
    letter-spacing: 1.5px;
}
@media screen and (max-width: 450px){
    .price_flow-text p{
        font-size: 3.5vw;
        /* letter-spacing: 0; */
        /* line-height:  1.5625em; */
    }
}


.price_flowbox-img{
    display: inline-block;
    width: 100%;
    height: 26.041666vw;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 450px){
    .price_flowbox-img{
        height: 75vw;
    }
}


.price_flowbox-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#price_flowbox-img1{
    object-position:  bottom 80% left 0;

} 

#price_flowbox-img3{
    object-fit: cover;
}

.price_flowbox_controls {
    display: none;
}
@media screen and (max-width: 450px){
    /* コントロールを表示 */
    .price_flowbox_controls {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 7%;
        width: 88%;
        pointer-events: none; /* コントロールを直接クリックできないようにする */
    }

    /* ボタンのスタイルを設定 */
    .price_flowbox_controls button {
        background-color: #fff;
        color: #bababa;
        border: 0.125em solid #fff;
        width: 12.35%;
        height: 10.5vw;
        padding: 0.81% 3%;
        border-radius: 50%;
        cursor: pointer;
        pointer-events: auto; /* ボタンをクリック可能にする */
    }

    /* 前のボタンの位置を設定 */
    .prev_button {
        order: 1; /* 左に移動 */
        position: relative;
    }

    .prev_button::after {
        content: '';
        width: 3.5vw;
        height: 3.5vw;
        border: 0;
        border-top: solid 0.25em #666666;
        border-right: solid 0.25em #666666;
        transform: rotate(225deg);
        position: absolute;
        top: 0;
        left: 40%;
        bottom: 0;
        margin: auto;
    }

    /* 次のボタンの位置を設定 */
    .next_button {
        order: 2; /* 右に移動 */
        position: relative;
    }

    .next_button::after {
        content: '';
        width: 3.5vw;
        height: 3.5vw;
        border: 0;
        border-top: solid 0.25em #666666;
        border-right: solid 0.25em #666666;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        left: 30%;
        bottom: 0;
        margin: auto;
    }

    /* 最後のカードに達した場合でも、次へボタンを表示する */
    .next_button {
        display: flex;
    }
}
