@charset "utf-8";
img, object, embed, video {max-width:100%;height:auto;}

body{
    font-family: "hiragino-kaku-gothic-pron","Hiragino Sans","Hiragino Kaku Gothic ProN","メイリオ","Meiryo", sans-serif;
    font-style: normal;
    /* font-weight: 300; */
}

/*---------------------------ササキ-------------------------------*/

:root{

    h1{font-size: 36px;}

    h2{font-size: 28px;}

    h3{font-size: 24px;}

    h4{font-size: 20px;}

    a{
        text-decoration: none;
        color: #111;
    }
}

h1{
    text-align: center;
    margin-bottom: 100px;
}

main{
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width:750px){

main{
    max-width: 750px;
    margin: 0;
}

}

.content_margin{
    height: 200px;
}

.top_page,.course{
    h2,h3{
        text-align: center;
    }
}

.bt_hover:hover{
    transform:scale(1.08);
	transition:0.2s;
}




/* -------------ヘッダーーーーーーー------------------ */

header{
    position: sticky;
    top: 0;

    >div{
        position: relative;
        width: 100%;
    }
}

.top_header{
    width: 100%;
    height: 60px;
    background-color: #c97622;
    display: flex;
    z-index: 10;
}

.logo{
    position: absolute;
    width: 160px;
    height: 160px;
    background-color: #fff;
    border: 4px solid #c97622;
    border-radius: 100px;
    margin: 0 auto;
    inset: -70px 0 0;

    >img{
        display: block;
        margin: 72px auto 0;
        width: 80%;
    }
}

.tell{
    display: flex;
    flex-flow: column;
    /* border-radius: 30px;
    background-color: #fff; */
    width: 55px;
    height: 55px;
    position: absolute;
    /* margin: 5px 75px 0 auto; */
    top: 3px;
    right: 75px;
    z-index: 99;

    img{
        width: 80%;
        height: 80%;
        margin: -1px auto -7px;
    }

    p{
        font-size: .6em;
        text-align: center;
        color: #fff;
    }
}

.hamburger{
    width: 60px;
    height:60px;
    background-color: #000;
    position: absolute;
    right: 10px;
    top: 5px;
}

.drawer-menu a{
    color: #333;
}

.drawer-bland{
    color: #C97622;
}

@media only screen and (max-width:750px){
.logo{
    width: 150px;
    height: 150px;
}

.tell{
    right: 65px;

    p{
        font-size: .5em;
    }
}
}

@media only screen and (max-width:450px){

.logo{
    margin: 0 10px;
}

}

/* -------------ヘッダーーーーーーー------------------ */


/*-----------------トップメイン----------------------*/


/*-----------------トップビュー--------------------*/

.heroheader{
    margin-top: -150px;
    position: relative;
    top: 90px;
    max-width: 100vw;
    height: calc(var(--vh, 1vh)*100);
    z-index: 1;
}

.header_img{
    width: 100%;
    height: 100%;
/* オーバーレイの色と画像の指定 */
    background: linear-gradient(rgba(0, 0, 0, .3),  rgba(0, 0, 0, .3)),  url("../img/topview.png");
/* 画像の位置やサイズの調整 */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 22% left 50%;
}

.header_copy{
    position: absolute;
    inset: 35% 0;

    >*{
        text-align: center;
        color: #fff;
        text-shadow: #ccc 1px 0 10px;
    }

    h1{
        font-size: 2.4em;
    }

    p{
        font-size: 2.8em;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:750px){
.header_copy{
    h1{
        font-size: 2.0em;
    }

    p{
        font-size: 2.3em;
    }
}

.heroheader{
    height: calc(var(--vh, 1vh)*70);
}

}

@media only screen and (max-width:450px){
.header_copy{
    h1{
        font-size: 1.5em;
    }

    p{
        font-size: 1.8em;
    }
}

.heroheader{
    height: calc(var(--vh, 1vh)*50);
}

}


/*-----------------トップビュー--------------------*/

.top_midashi{
    margin-bottom: 100px;
    color: #c97622;
}

/*-----------------特徴---------------------*/

.top_weare>div{
    display: flex;
    margin-top: 100px;
    position:relative;
}

.top_weare .tw_words{
    max-width: 70%;
    height: 85%;
    border: #c97622 5px solid;
    margin: auto;
    padding: 20px 5px 20px 20%;
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 2vw;

}

.top_weare h2{
    color: #c97622;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    font-weight: 600;
    word-break: keep-all;
}

.top_weare p{
    word-break: keep-all;
    text-align: center;
    width:100%;
}

.top_weare img{
    width: 25%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 200px;
    margin-left: 10%;
}

.top_weare .twice>div{
    padding-left: 10px;
    padding-right: 20%;
}

.top_weare .twice img{
    margin-left: auto;
    margin-right: 10%;
}

.tw_button{
    display: block;
    margin: 100px auto 0;
    width: fit-content;
}

.tw_button>p{
    font-size: 1.2rem;
    width: fit-content;
    margin: 20px auto;
    text-align: center;
    padding: .7em 1em;
    border: 3px solid #c97622;
    border-radius: 100px;
    color: #c97622;
}


@media only screen and (max-width:750px){

.top_weare>div{
    margin: 0 auto;
}

.top_weare>div:not(:last-child){
    margin-bottom: 150px;
}

.tw_words{
    width: 80%;
    height: 100%;
    margin: 50px auto 0;
    padding-right: 5px;
}

.top_weare h2{
    vertical-align: middle;
    font-size: 1.3rem;
}

.top_weare p{
    word-break: keep-all;
    padding: 0 10px;
}

.top_weare img{
    width: 35%;
    margin-left: 2%;
}

.top_weare .twice img{
    margin-left: auto;
    margin-right: 2%;
}

.top_weare .twice>div{
    padding-left: 5px;
}
}


@media only screen and (max-width:600px){

.top_weare
    h2{
        padding: 0 20px;
        font-size: 1.1rem;
    }

    p{
        word-break: break-all;
        font-size: .8rem;
        padding: 0 10px;
    }

.top_weare .tw_words{
    height: 110%;
}
}

@media only screen and (max-width:400px){

.top_weare{
h2{
    font-size: 1em;
}

p{
    font-size: 0.7em;
}
}

.top_weare .tw_words{
    height: 140%;
}

}

/*-----------------特徴---------------------*/


/*-------------------イチオシ---------------------*/

.top_kanyu{
    position: relative;
    background-color: aliceblue;
    max-width: 100%;
    height: 650px;
    /* aspect-ratio: 3/2; */
}

.ichioshi_img{
    width: 100%;
    height: 100%;
  /* オーバーレイの色と画像の指定 */
    background: linear-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, .5)),  url("../img/top_kanyu.jpg");
  /* 画像の位置やサイズの調整 */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}

.top_ichioshi{
    position: absolute;
    top:100px;
    right: 0;
    left: 0;
    margin: 0 auto;

    p{
        color: #fff;
    }

    h3{
        color: #fff;
    }
}

.top_price{
    font-size: 4.5rem;
    width: fit-content;
    margin: 0 auto;
}

.top_ichioshi p:nth-of-type(2){
    font-size: 0.85rem;
    text-align: right;
    margin: 10px 10% 50px;
}

.top_taiken{
    display: block;
    margin: 0 auto;
    opacity: .9;
    width: fit-content;
}

.top_taiken:hover {
    opacity: 1;
}

.top_taiken>p{
    font-size: 2rem;
    width: fit-content;
    background-color: #c97622;
    margin: 20px auto;
    text-align: center;
    padding: .7em 1em;
    border-radius: 100px;
    color: #f7f7f7;
}

.top_tokuten{
    position: absolute;
    right: 10px;
    bottom: -30px;
    text-align: end;
}

.top_tokuten p{
    transform: rotate(-20deg);
    text-align: center;
}

.top_otoku>p{
    text-align: center;
    font-size: 1.5em;
    margin-top: 70px;
    word-break: keep-all;
}

.tokuten_sp1{
    font-size: 2em;
    color: #fb3;
    font-weight: 600;
}

.top_tokuten img{
    width: 160px;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 120px;
    margin: 0 25px;
}

@media only screen and (max-width:750px){

    .top_ichioshi h3{
        word-break: keep-all;
    }

.top_price{
    font-size: 3rem;
    margin-top: 10px;
}

.top_taiken{
    margin: 0 20%;
}

.top_taiken>p{
    font-size: 1.5em;
    word-break: keep-all;
}

.top_tokuten{

    p{
        font-size: 0.8em;
    }

    img{
        width: 120px;
    }
}

.ichioshi_img{
    border-radius: 0;
}
}

@media only screen and (max-width:450px){

    .top_price{
    font-size: 2.5em;
}

.top_taiken p{
    font-size: 1.3em;
}

.top_ichioshi p:nth-of-type(2){
    font-size: 0.8rem;
    text-align: center;
}

.top_otoku p{
    margin-top: 40px;
    font-size: 1.4em;
}

.ichioshi_img{
    height: 110%;
}
}


/*-------------------イチオシ---------------------*/


/*----------------おしらせ-----------------------*/

.top_news{

    margin: 0 5%;

    h3{
        margin-bottom: 100px;
    }

    a{
        display: block;
        max-width: 900px;
        margin: 0 auto;
    }

    li{
        width: 100%;
        list-style: none;
        padding: 50px 10px;
        display: flex;
    }

    p:last-child{
        margin: 0 auto;
        text-align: center;
    }

    a:hover{
        color: #333;
        li{background-color: #7772;}
    }

    div{
        margin: 0 auto;
        max-width: 900px;
        height: 1px;
        border: 1px dashed #c97622;
    }
}

@media only screen and (max-width:750px){

.top_news{
    margin: 0 5%;

    li{
        flex-wrap: wrap;
        text-align: center;
    }

    p:first-child{
        width: 100%;
        margin-bottom: 1em;
        text-align: center;
    }

    p:last-child{
        word-break: keep-all;
    }

}
}

/*----------------おしらせ-----------------------*/


/*-------------------よくある質問---------------------*/

.top_QA{

p{
    margin:100px 0;
    text-align: center;
    word-break: keep-all;
}

button{
    width: fit-content;
    padding: .6em 1.2em .7em;
    font-size: 1.5rem;
    word-break: keep-all;
    color: #C97622;
    border: 3px solid #c97622;
    background-color: #ffff;
    border-radius: 50px;
    cursor: pointer;
}

}



/*-------------------よくある質問---------------------*/


.top_sashie{
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: top 20% left 50%;
    margin: 100px 0;
    border-radius: 15px;
}

@media only screen and (max-width:750px){

.top_sashie{
    border-radius: 0;
}

}


/*------------------コンバージョン----------------------*/

.top_conversion{

h3{
    margin-bottom: 30px;
}

>p{
    text-align: center;
    margin-bottom: 100px;
}

button{
    width: fit-content;
    padding: 1em 2em 1.1em;
    color: #f7f7f7;
    font-size: 1.5rem;
    word-break: keep-all;
    background-color: #c97622;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
}

a{
    width: fit-content;
    display: block;
    margin: 0 auto;
}

}

/*------------------コンバージョン----------------------*/


/*-----------------トップメイン----------------------*/





/*-------------------コース紹介----------------------*/


.course{margin-top: 150px;}

/*---------------------コースメイン---------------------*/

.course h1{
    color: #c97622;
}

.course_first{
    margin: 0 20px;
}

.course_first section{
    display: flex;
}

.course_first div{
    width: 100%;
}

.course_first h4{
    width: 100%;
    margin-top: 50px;
    background-color: #c97622;
    padding: 5px 40px;
    color: #fff;
}

.course_first img:not(.triangle){
    /* border: 1px solid #000; */
    border-radius: 10px;
    width: 50%;
    height: 100%;
    aspect-ratio: 5/4;
    object-fit: cover;
}

.course_first p{
    margin: 30px;
    line-height: 2;
    word-break: keep-all;
}

.triangle{
    display: block;
    width: 5%;
    height: 5%;
    margin: 100px auto;
}


@media only screen and (max-width:750px){

.course_first{
    margin: 0;
}

.course_first section{
    
    margin: 0;
    flex-wrap: wrap;

    >*{
        margin: 0 auto;
    }

    >div{
        order: 1;
    }

    img{
        order: 2;
        width: 95%;
    }

    h4{
        text-align: center;
        width: 100%;
    }

    p{
        text-align: center;
    }
}

.triangle{
    width: 10%;
    height: 10%;
}

}

/*-------------------コースメイン----------------------*/



/*-------------------プラン紹介----------------------*/

.course_twice>h2{
    color: #C97622;
}

.course_twice section{
    display: flex;
    justify-content: center;
    column-gap: 3%;
    margin-top: 200px;

    >div{
    border: 4px solid #c97622;
    border-radius: 10px;
    padding: 10px;
    }

    h2{
        font-weight: 600;
    }

    h3{
        width: 100%;
        margin-bottom: 100px;
    }

    h4{
        text-align: center;
    }
}

.course_plan{
    flex-wrap: wrap;

    >div>*{
        margin-bottom: 10px;
    }

    h4{
        font-size: 1.5rem;
    }

    h2{
        font-size: 2rem;
        font-weight: 600;
        border-bottom: 4px solid #c97622;
        margin: 15px -3%;
        padding-bottom: 15px;
    }

    p:not(.cp_plus){
        margin: 0 auto;
        text-align: center;
        word-break: keep-all;
        width: 90%;
    }

    img{
        object-fit: contain;
    }
}

.cp_size{
    width: calc(100%/3);
    height: 100%;

    h2{
        font-size: 2.1em;
        color: #c97622;
    }
}

.cp_img{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    margin: 30px 5px 0;

}

.cp_img_a1{
    width: 60%;
    height: 100%;
    aspect-ratio: 1/.9;
}

.cp_img_a2{
    width: 60%;
    height: 100%;
    aspect-ratio: 1/.8;
}

.cp_img_b{
    display: flex;
    flex-flow: column;
    gap: 20px;
    width: 50%;
}

.cp_img_b>img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}

.cp_plus{
    font-size: 2rem;
    color: #c97622;
}

.cp_size>p:last-child{
    margin-top:30px;
}

.course_option{
    flex-wrap: wrap;

    div{
        width: calc(100%/3);
        padding: 20px;
    }

    >div>*{
        margin-bottom: 10px;
    }

    h2{
        font-size: 1.8rem;
        padding-bottom: 20px;
    }

    p{
        text-align: center;
        word-break: auto-phrase;
    }
}

.course_machine{
    flex-wrap: wrap;
    row-gap: 40px;

    >div{
        width: calc(100%/4);
        padding: 0 !important;
    }

    img{
        width: 100%;
        height: auto;
        aspect-ratio: 1/0.9;
        border-radius: 10px;
        object-fit: cover;
    }

    >div>div{
        border-top: 2px solid #c97622;
        padding: 10px 5px 12px;
    }

    p{
        text-align: center;
    }

    p:first-child{
        font-size: 1.1rem;
        margin-bottom: 5px;
    }

    p:last-child{
        font-size: 0.9rem;
        margin-top: 20px;
    }
}


@media only screen and (max-width:750px){

.cp_size{
    width: 100%;
    height: auto;
    /* aspect-ratio: 1/1; */
    
    p{
        padding-bottom: 7px;
    }
}

.course_twice{

    section{
        margin-top: 100px;
    }

    h3{
        margin-bottom: 50px;
    }
}

.course_plan{
    padding:0 10px;
    row-gap: 50px;

    h2{
        margin: 0 -2.5%;
    }

    >div{
        width:100%;
    }

    .cp_img_a1{
        width: 40%;
        height: 100%;
        aspect-ratio: 1/1.1;
    }

    .cp_img_a2{
        width: 40%;
        height: 100%;
        aspect-ratio: 1.2/1;
    }

    .cp_img_b{
        display: flex;
        flex-flow: column;
        width: 25%;
        gap: 20px;
    }

    .cp_img_b>img{
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
    }

    .cp_plus{
        font-size: 2rem;
        color: #333;
    }
}

.course_option{
    width: calc(95%);
    row-gap: 50px;
    margin: 0 auto;

    >div{
        width: 100%;
    }
}

.course_machine>div{
    width: calc(100%/2.2);
}
}


/*-------------------プラン紹介----------------------*/

/*------------------特典-------------------*/

.course_third{
    margin: 0 20px;
}

.course_third section{
    display: flex;
    margin-top: 100px;
}

.course_third div{
    width: 100%;
    margin: 0 20px;
    padding: 5% 0;
    /* border: 1px solid #000; */
}

.course_third>h2{
    color: #c97622;
}

.course_third h4{
    text-align: center;
    word-break: keep-all;
}

.course_third img{
    border-radius: 10px;
    width: 50%;
    height: 100%;
    aspect-ratio: 5/4;
    object-fit: cover;
}

.course_third p{
    text-align: center;
    margin: 30px 0;
    word-break: keep-all;
}


@media only screen and (max-width:750px){

.course_third{
    margin: 0;

    section{
    flex-wrap: wrap;
    }

    p{
        margin: 50px 9%;
    }

    >*{
        margin: 0 auto;
    }

    div{
        order: 1;
        width: 100%;
        padding-bottom: 20px;
    }

    img{
        order: 2;
        margin: 0 auto;
        width: 60%;
    }
}
}

@media only screen and (max-width:600px){
.course_third{
    

    h2{
        word-break: keep-all;
    }

    p{
        margin: 50px 0;
        word-break: break-all;
    }

    img{
        width: 95%;
    }
}
}

/*------------------特典-------------------*/

/*--------------------コース紹介---------------------*/



/* -------------フッターーーーーーー------------------ */

footer{
    margin-top: 100px;
    display: flex;
    flex-flow: column;
    row-gap: 5px;

    >div{
        height: 30px;
        background-color: #c97622;
        margin-bottom: 30px;
    }

    p{
        text-align: center;
        font-size: .9em;
        color: #222;
    }
}

.policy{
    text-decoration: none;
    color: #111;
    
}

.policy:hover{
    color: #777;
}


.copyright{
    text-align: end;
    padding: 0 20px 10px 0;
    font-size: .9em;
}

/* -------------フッターーーーーーー------------------ */

/*---------------------------ササキ-------------------------------*/





/*-------------------------------あみさん-------------------------------*/
/*aboutus*/
/*PC*/
.aboutus_wrapper{
    max-width: 1200px;
    background-color:#FFF;
    margin:0 auto;
    /*border:5px solid #000;*/
}
.aboutus_content1{
    margin-top:150px;
    margin-bottom:200px;
    /*border:5px solid #000;*/
}
.aboutus_concept h1{
    text-align:center;
    font-size:36px;
    color:#c97622;
}
.aboutus_concept p{
    text-align:center;
    margin-top:30px;
    margin-bottom:50px;
    color: #111;
}
.slider {
    width:100%;
    height:auto;
    /*border:5px solid #000;*/
}
.aboutus_imagebox0{
    max-width:750px;
    border-radius:15px;
    overflow:hidden;
    margin:0 40px;
    /*border:5px solid #000;*/
}
.aboutus_content2,.aboutus_content3,
.aboutus_content4{
    margin-bottom:200px;
    /*border:5px solid #000;*/
}
.aboutus h2{
    text-align:center;
    font-size:28px;
    color:#c97622;
    margin-bottom:100px;
}
.aboutus_reason1,.aboutus_reason2,
.aboutus_reason3,.aboutus_reason4{
    display:flex;
}
.aboutus_imagebox1{
    max-width:570px;
    height:auto;
    border-radius:15px;
    overflow:hidden;
    margin-left:50px;
    /*border:5px solid #000;*/
}
.aboutus_flexbox1{
    width:50%;
    margin-top:60px;
    margin-right:50px;
    /*border:1px solid #000;*/
}
.aboutus_number1{
    position:relative;
    width:100%;
}
.aboutus_zabuton1{
    width:100%;
    height:42px;
    background-color:#c97622;
}
.aboutus_number1 h3{
    font-size:clamp(16px, 2vw, 20px);
    color:#FFF;
    position:absolute;
    top:50%;
    left:40px;
    transform:translateY(-50%);
    /*white-space:nowrap; */   
}
.aboutus_textbox1 {
    width:100%;
    padding:10px 32px 10px 72px;
    color: #111;
}
.aboutus_imagebox2{
    max-width:570px;
    height:auto;
    border-radius:15px;
    overflow:hidden;
    margin-right:50px;
}
.aboutus_flexbox2{
    width:50%;
    margin-top:60px;
    margin-left:50px;
    /*border:1px solid #000;*/
}
.aboutus_number2{
    position:relative;
}
.aboutus_zabuton2{
    width:100%;
    height:42px;
    background-color:#c97622;
}
.aboutus_number2 h3{
    font-size:clamp(16px, 2vw, 20px);
    color:#FFF;
    position:absolute;
    top:50%;
    left:40px;
    transform:translateY(-50%);
    /*white-space:nowrap; */
}
.aboutus_reason1,.aboutus_reason2,
.aboutus_reason3{
    margin-bottom:100px;
}
.aboutus_osusumebox p{
    font-size:clamp(16px, 2vw, 20px);
    color:#c97622;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}
.aboutus_osusumebox,.aboutus_osusumebox1,
.aboutus_osusumebox2{
    display:flex;
    justify-content:center;
}
.aboutus_osusume1,.aboutus_osusume2,
.aboutus_osusume3,.aboutus_osusume4{
    border:4px solid #c97622;
    border-radius:30px;
    max-width:270px;
    max-height:380px;
}
.aboutus_osusume1,.aboutus_osusume2,
.aboutus_osusume3{
    margin-right:40px;
}
.aboutus_icon{
    max-width:210px;
    height:auto;
    text-align:center;
    margin:30px;
    /*border:1px solid #000;*/
}
.aboutus_goplan{
    display:flex;
}
.aboutus_imagebox_course{
    max-width:570px;
    max-height:auto;
    border-radius:15px;
    overflow:hidden;
    margin-left:100px;
}
.aboutus_imagebox_course img{
    border-radius:15px;
}
.aboutus_flexbox_course{
    margin-left:90px;
    margin-right:90px;
    /*border:5px solid #000;*/
}
.aboutus_flexbox_course p{
    font-size:clamp(16px, 2vw, 28px);
    text-align:center;
    margin-top:50px;
    /*border:1px solid #000;*/
    color: #111;
}
.aboutus_course_btn{
    max-width:420px;
    height:auto;
    position:relative;
    margin: 106px auto 26px;
    cursor:pointer;
}
.aboutus_course_btn p{
    font-size:clamp(16px, 2vw, 28px);
    color:#c97622;
    position: absolute;
    top: 50%;
    left: 50%;
    margin:0 auto;
    padding:0 auto;
    transform: translate(-50%,-50%);
    white-space:nowrap;
}
.aboutus_content2 img{
    border-radius:15px;
}
/*aboutus*/
/*スマホ*/
@media only screen and (max-width:750px){
.aboutus_imagebox0{
    max-width:450px;
}
.aboutus_concept p{
    padding:0 54px;
}
.aboutus_reason1,.aboutus_reason2,
.aboutus_reason3,.aboutus_reason4{
    flex-direction:column-reverse;
    /*border:3px solid #000;*/
}
.aboutus_reason2,.aboutus_reason4{
    flex-direction:column;
    /*border:3px solid #000;*/
}
.aboutus_reason1,.aboutus_reason2,
.aboutus_reason3{
    margin-bottom:100px;
}
.aboutus_imagebox1,.aboutus_imagebox2{
    max-width:450px;
    margin:0 auto;
    /*border:3px solid #000;*/
}
.aboutus_flexbox1,.aboutus_flexbox2{
    width:100%;
    margin:0 auto;
    /*border:3px solid #000;*/
}
.aboutus_number1 h3,.aboutus_number2 h3{
    left:50%;
    transform: translate(-50%,-50%);
    white-space:nowrap;
    /*border:3px solid #000;*/
}
.aboutus_textbox1,.aboutus_textbox2 {
    width:100%;
    margin:20px 0;
    padding:10px 10px 10px 42px;
    /*border:3px solid #000;*/
}
.aboutus_osusumebox{
    flex-direction:column;
}
.aboutus_osusume2{
    margin-right:0;
}
.aboutus_osusume1,.aboutus_osusume3{
    margin-right:40px;
}
.aboutus_osusumebox1,.aboutus_osusumebox2{
    justify-content:space-between;
}
.aboutus_osusumebox1{
    margin-bottom:78px;
}
.aboutus_goplan{
    flex-direction:column;
}
.aboutus_imagebox_course{
    margin:0 auto;
}
.aboutus_course_btn{
    margin-top:40px;
    margin-bottom:0;
}
}
/*Q&A*/
/*PC*/
.QA_wrapper{
    max-width:1200px;
    margin:0 auto;
}
.QA_headingbox{
    max-width:1200px;
    margin:80px auto 20px;
    /*border:5px solid #000;*/
}
.QA h1{
    text-align:center;
    font-size:36px;
    color:#c97622;
    margin-bottom:50px;
}
.QA h2{
    text-align:center;
    font-size:28px;
    color:#c97622;
    margin-bottom:70px;
}
.QA h3{
    font-size:clamp(20px, 2vw, 24px);
    color:#c97622;
    margin-left:30px;
}
.QA_content1{
    margin-top:150px;
    margin-bottom:200px;
    font-size:16px;
    /*border:5px solid #000;*/
}
.QA_wrapper section{
    margin-bottom:50px;
}
.QA_content2{
    margin:0 auto;
    margin-bottom:200px;
    /*border:5px solid #000;*/
}
.QA_flexbox{
    display:flex;
    justify-content:space-around;
}
.QA_btn{
    max-width:420px;
    height:auto;
    position:relative;
    margin-bottom:26px;
    cursor:pointer;
    /*border:3px solid #000;*/
}
.QA_iconbox{
    max-width:80px;
    height:auto;
    position:absolute;
    top:50%;
    left:20%;
    transform: translate(-50%,-50%);
    /*border:3px solid #000;*/
}
.QA_flexbox p{
    position:absolute;
    top:50%;
    right:10%;
    transform: translateY(-50%);
    color: #c97622;
    font-size:clamp(17px, 2vw, 19px);
}
.QA_btn:first-child p{
    position:absolute;
    top:50%;
    right:20%;
    transform: translateY(-50%);
    color: #c97622;
    font-size:24px;
}
/* --------------------アコーディオン------------------------- */
.accordion{
    max-width:1200px;
    margin:0 auto;
    /*background-color:#f2f2f2;*/
    /*border-radius:5px;*/
    border-bottom:1px solid #c97622;
    /*border:5px solid #000;*/
    color:#111;
}

.accordion summary {
    display:flex;
    justify-content:space-between;
    padding:1em 2em 0.9em;
    cursor:pointer;
    position:relative;  
}
.accordion summary::-webkit-details-marker {
    display: none; /*デフォルトの装飾を消すための設定*/
}
.accordion summary::before{
    content:'';
    position:absolute;
    top: 50%;
    right:39px;
    transform: translateY(-50%);
    width:15px;
    height:3px;
    background-color:#c97622;   
    transition:transform .4s;   
}
.accordion summary::after {
    content:'';
    position:absolute;
    top: 50%;
    right:45px;
    transform: translateY(-50%);
    width:3px;
    height:15px;
    background-color:#c97622;
    transition:transform .4s;  
}
.QA_radius::after{
    content: '';
    position: absolute;
    top:50%;
    right:30px;
    transform: translateY(-50%);
    width:30px;
    height:30px;
    border:2px solid #c97622;
    border-radius:50%;
}
.accordion[open] summary::before {
    transform:rotate(180deg); 
    top:50%;  
}
.accordion[open] summary::after {
    opacity:0; 
}
.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .9em 2em 1em;
    color: #111;
    /*background-color: #f2f2f2ff;*/
    transition: transform .3s, opacity .4s;
}
.accordion[open] p {
    transform: none;
    opacity: 1;
    /*background-color: #fff7;*/
    border-bottom:1px solid #c97622;
}
/* --------------------アコーディオン------------------------- */
/*Q&A*/
/*スマホ*/
@media only screen and (max-width:750px){
.QA_headingbox{
    max-width:750px;
    margin:20px auto;
    /*border:5px solid #000;*/
}
.accordion {
    max-width:750px;
    margin:0 auto;
    /*background-color:#f2f2f2;*/
    /*border-radius:5px;*/
    border-bottom:1px solid #c97622;
    /*border:5px solid #ff0000;*/
}
.QA_textbox{
    max-width:380px;
    /*border:3px solid #000;*/
}
.QA_flexbox{
    flex-direction:column;
}
.QA_btn{
    margin:0 auto;
    margin-top:40px;
}
}
@media only screen and (max-width:450px){
    .QA_textbox{
    max-width:240px;
    /*border:3px solid #000;*/
}
}/*-------------------------------あみさん終わり-------------*/






/*-------------------------------河端-------------------*/
/*--PCベース　店舗一覧--*/

/*PC アコーディオン始め*/
.store_accordion summary {
    display:block;
    cursor: pointer;
    list-style: none; /* デフォルトのマーカーを非表示 */
    margin: 0 auto; 
    position: relative;
}

.store_accordion summary::before{
    content:'';
    position:absolute;
    top: 50%;
    right:169px;
    transform: translateY(-50%);
    width:15px;
    height:3px;
    background-color:#c97622;   
    transition:transform .4s;   
}

.store_accordion summary::after {
    content:'';
    position:absolute;
    top: 50%;
    right:175px;
    transform: translateY(-50%);
    width:3px;
    height:15px;
    background-color:#c97622;
    transition:transform .4s;
}

.store_radius::after{
    content: '';
    position: absolute;
    top:50%;
    right:160px;
    transform: translateY(-50%);
    width:30px;
    height:30px;
    border:2px solid #c97622;
    border-radius:50%;
}

.store_accordion[open] summary::before {
    transform:rotate(180deg); 
    top:50%;  
}
.store_accordion[open] > summary::after {
    opacity:0; 
}

/*アコーディオン終わり*/
.store_wrapper{
    max-width:1200px;
    margin: 0 auto;
}

.store_txt1{
    color: #c97622;
    font-size :36px;
    text-align:center;
    margin-top:150px;
    margin-bottom:100px;
}

.store_txt1_1{
    text-align: center;
    margin-bottom: 100px;
    word-break: auto-phrase;
}

.store_txtbox1{
    display:flex;
    width:75%;
    height:50px;
    margin: 0 auto 30px;
    border-width:1px;
    border-bottom-style:solid;
    border-color:#c97622;
}

.store_txt2{
    color: #111;
    font-size :28px;
    margin-bottom:100px;
}

.store_box1_1{
    display:flex;
    margin-bottom:100px;
    width:75%;
    margin: 0 auto;
}

.store_box1_1_1{
    margin-right:100px;
}

.store_box1_1 .store_box1_1_1{
    a:link{text-decoration: none;color: #c97622;}
    a:visited {text-decoration: none;color: #c97622;}
    a:hover{text-decoration:  none;color: #c97622;letter-spacing: 0.1em;}
    a:active {text-decoration:  none;color:  #c97622;}
}

.store_box1_1 .store_box1_1_2{
    a:link{text-decoration: none;color: #c97622;}
    a:visited {text-decoration: none;color: #c97622;}
    a:hover{text-decoration:  none;color: #c97622;letter-spacing: 0.1em;}
    a:active {text-decoration:  none;color:  #c97622;}
}

.store_name1{
    color: #111;
    font-size :28px;
}

.store_name2{
    color: #111;
    font-size :28px;
    margin-top:100px;
}

.store_txt3{
    color: #111;
    font-size :16px;
}

.store_txt4{
    color: #111;
    font-size :16px;
}

.store_txt5{
    margin-bottom:100px;
    color: #c97622;
    font-size :16px;
}

.store_box7{
    margin-bottom:150px;
}

/*--スマホ　店舗一覧--*/

/*スマホ アコーディオン始め*/
@media only screen and (max-width:750px){
.store_accordion summary {
    width:100%;
}

.store_accordion summary::before{
    right:59px;
}
.store_accordion summary::after{
    right:65px;
}
.store_radius::after{
    right:50px;
}

/*スマホ アコーディオン終わり*/
.store_wrapper{
    width:100%;
    margin: 0 auto;
}
.store_box1_1_1{
    margin-right:0;
    margin: 0 auto;
}

.store_box1_1_2{
    margin: 0 auto;
}

.store_box1_1{
    display: flex;
    flex-direction: column;
    width:67%;
}


.store_txtbox1{
    max-width:100%;
}
}

/*--PCベース　入会のご案内--*/
.join_txt1{
    color: #c97622;
    font-size :36px;
    text-align:center;
    margin-top:150px;
    margin-bottom:100px;
}

.join_txt2{
    color: #111;
    font-size :28px;
    text-align: center;
    margin-top:100px;
    margin-bottom:100px;
    word-break: auto-phrase;
}

.join_txt5{
    color: #111;
    font-size :28px;
    text-align: center;
    margin-bottom:200px;
}

.join_txt3,.join_txt5{
    word-break: keep-all;
}

.join_txt5_1{
    color: #d98632;
    font-size :36px;
    font-weight: 600;
}

.join_box1{
    padding-top:2.5%;
    padding-bottom: 2.5%;
    padding-left: 4.166%;
    padding-right: 4.166%;
    display: flex;
    align-items: flex-start;
    border: 3px solid #C97622;
    width:81.66%;
    border-radius:15px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.join_image1{
    margin: auto 0;
    margin-right:8.33%;
    height: auto;
    width: 50%;
}

.join_box1_1{
    text-align: center;
    width:50%;
    margin-top:3.5%;
    margin-bottom:3.5%;
}

.join_box1_1_1{
    display: flex;
    justify-content: center;
}

.join_box1_1_2{
    display: flex;
    justify-content: center;
}

.join_box1_txt1{
    color: #111;
    font-size :16px;
    display: grid;
    place-items: center;
}

.join_box1_txt2{
    color: #111;
    font-size :16px;
    /*margin-top:30px;*/
    display: grid;
    place-items: center;
}




.join_tel{
    margin-right:30px;
    height:20.5%;
    width:20.5%;
}

.join_sankaku{
    margin: 5% auto;
    width:8%;
}

.join_txt3{
    color: #111;
    font-size :28px;
    text-align: center;
    margin-bottom:100px;
    word-break: auto-phrase;
}

.join_botan1{
    width:340px;
    height:100px;
    background-color:#C97622;
    border-radius:50px;
    margin: 0 auto;
    margin-bottom:150px;
    margin-bottom:150px;
}

.join_botan1 p{
    color:#fff;
    font-size :28px;
    display: flex;
    justify-content: center;
    height:100px;
    align-items: center;
}

.wrapper .join_botan_box a{
    text-decoration: none;
}

/*--スマホ　入会のご案内--*/
@media only screen and (max-width:750px){


.join_box1{
    display: block;
    width:90%; 
}

.join_box1_1{
    width:100%;
    margin: 0 auto;
    margin-top:4%;
}
    
.join_image1{
    width:100%;
    margin-right:0;
}
}

/*--PCベース　プライバシーポリシー--*/
.privacy_box1{
    p,ul{
        list-style-position: inside;
        margin: 20px 0;
        line-height: 1.6em;
        letter-spacing: 0.03em;
    }

    li{
        text-indent: -1em;
        padding-left: 1em;
    }

    h4{
        margin-top: 50px;
    }
}

.privacy_box1{
    width:83.33%;
    margin: 0 auto;
}

.privacy_mado{
    white-space: pre-line;
    word-break: keep-all;
}

/*--スマホ　プライバシーポリシー--*/
@media only screen and (max-width:750px){
.privacy_box1{
    width:90%;

    ul,li{
        font-size: .8em;
    }
}
}

/*-------------------------------河端終わり-------------------*/