@charset "UTF-8";
/* ======================= 
main
=========================*/
.school__topImg {
    display: none;
}
.school__topImgSp {
    display: block;
}
/* メインpc 769px */
@media screen and (min-width:769px) {
    .school__topImgSp {
        display: none;
    }
    .school__topImg {
        display: block;
    } 
}/* pc769px */
/* コンセプト */
.section__concept--title {
    color: var(--primary-black);
    padding-top: 54px;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.section__topic--concept {
    margin-top: -30px;
    font-size: clamp(8rem, 25vw, 110rem);
}
.section__txt {
    margin-top: -40px;
    padding: 0 8.53vw 54px;
    text-align: center;
    font-size: clamp(1.4rem, 4.266vw, 1.6rem);
    font-weight: 400;
    line-height: 3;
    letter-spacing: 0;
}
/* コンセプト　pc 769px */
@media screen and (min-width:769px) {
    .section__concept--title {
        padding-top: 104px;
        font-size: 2.6rem;
    }
    .section__topic--concept {
        margin-top: -140px;
        font-size: clamp(28rem, 19.44vw, 30rem);
    }
    .section__txt {
        margin-top: -100px;
        padding: 0 19.51vw 120px;
        font-size: clamp(1.8rem, 1.32vw, 2.2rem);
        letter-spacing: 0.1em;
    }
}/* 769px */
/* レッスン */
.section__topic {
    padding-top: 54px;
}
.section__sbTopic {
    font-size: 1.6rem;
}
.lesson__detail {
    margin-top: 32px;
    font-size: 1.6rem;
    padding: 0 4.26vw;
}
.btn__course {
    display: block;
    padding: 12px 0 22px;
    color: var(--primary-black);
    border-radius: 4px;
    border: 1px solid var(--primary-black, #382E27);
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    margin: 58px auto 0;
    width: 60vw;
}
.btn__course span {
    font-size: 2rem;
    display: block;
    margin-top: 3px;
}
.btn__course::after {
    content: '';
    display: inline-block;
    background-image: url(../images/school/btnVector.svg);
    width: 9px;
    height: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom:9px;
    right: 50%
}
.btn__course:last-child {
    margin-top: 32px;
}
.section__lesson {
    border: 1px solid rgba(67, 67, 67, 0.55);
    padding: 0 4.26vw 55px 4.26vw;
}
.lesson__outline {
    border: 1px solid rgba(67, 67, 67, 0.55);
    margin-top: 82px;
}
.section__lesson--seasonal {
    padding: 0 4.26vw 70px 4.26vw;
    border-bottom: 1px solid rgba(67, 67, 67, 0.55);
    position: relative;
}
.lesson__title--seasonal {
    background-color: #fff;
    position: absolute;
    top: -85px;
    padding: 0 4.26vw 0 4.26vw;
    left: 0;
}
.course__name {
    font-family: "EB Garamond";
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
}
.course__sbName {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 3px;
}
.course__summary {
    margin-top: 55px;
    font-size: 1.8rem;
    font-weight: 600;
}
.course__summary span {
    font-family: "Noto Sans JP";
    font-size: 1.9rem;
    font-weight: 500;
}
.course__detail {
    margin-top: 24px;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
}
.course__img {
    margin-top: 26px;
}
.lesson__flow {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 26px
}
.lesson__flow--txt {
    margin-top: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
}
.section__lesson--basic {
    padding: 0 4.26vw 70px 4.26vw;
    border-top: none;
    position: relative;
}
.lesson__title--basic {
    position: absolute;
    background-color: #fff;
    padding-left: 4.26vw;
    left: 0;
    top: -80px;
}
dl.lesson__fee {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
dt.lesson__price--contents {
  width: 60%;
}
dt.lesson__price--contents,
dd.lesson__price {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 16px
}
dt.lesson__price--contents:last-of-type,
dd.lesson__price:last-of-type{
    margin-top: 0
}
@media screen and (min-width:426px) {
       .lesson__detail {
        text-align: center;
    }  
}
/* レッスン　pc 769px */
@media screen and (min-width:769px) {
    .section__topic {
        padding-top: 120px;
        font-size: 10rem;
    }
    .lesson__detail {
        text-align: center;
        margin-top: 64px;
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 0.06em
    }  
    .btn__course {
        padding: 25px 0 50px;
        margin: 0;
        border-radius: 4px;
        font-size: 1.6rem;
        position: relative;
        width: 28.6vw;
    }   
    .btn__course span {
        font-size: 3.6rem;
        display: block;
        margin-top: 9px;
        font-weight: 500;
        line-height: 1;
    } 
    .btn__course--flex {
        display: flex;
        margin-top: 54px;
        padding: 0 9.23vw;
        justify-content: space-between;
    }
    .btn__course:last-child {
        margin-top: 0;
    }
    .btn__course::after {
        width: 30px;
        height: 15px;
        bottom:16px;
    }
    .section__lesson {
        padding: 0 9.02vw 139px 9.02vw;
    }
    .course__name {
        font-size: 4.8rem;
        font-weight: 400;
    }
    .course__sbName {
        font-size: 2.0rem;
        margin-top: 9px;
    }
    .lesson__title--seasonal {
        background-color: #fff;
        position: absolute;
        top: -180px;
        margin-left: 7.083vw;
        padding: 0 2.22vw 0 2.22vw;
    }
    .lesson__title--basic {
        padding-left: 0;
        top: -180px;
        margin-left: 7.083vw;
        padding: 0 2.22vw 0 2.22vw;
    }
    .lesson__outline {
        margin-top: 117px;
    }
    .section__lesson--seasonal,
    .section__lesson--basic {
        padding: 0;
    }
    .course__summary {
        margin-top: 132px;
        font-size: 2.4rem;
        padding: 0 9.166vw 0 9.166vw;
    }
    .course__detail {
        margin-top: 32px;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        padding: 0 9.166vw 0 9.166vw;
    }
    .course__img {
        display: flex;
        margin-top: 46px;
        justify-content: center;
        align-items: center;
    }
    .course__img img {
        width: 25.69vw;
    }
    .lesson__flow--detail {
        padding: 0 6.944vw 132px 9.166vw;
    }
    .lesson__flow--flex {
        display: flex;
        margin-top: 62px;
    }
    .lesson__flow {
        min-width: 19.16vw;
    }
}/* pc 769px */
/* スケジュール */
.section__schedule {
    background-image: url(../images/school/bgScheduleSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 4.26vw 54px;
}
.schedule__howto {
    margin-top: 38px;
    font-family: "EB Garamond";
    font-size: 2.8rem;
    line-height: 1;
}
.schedule__sbHowto {
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 10px;
}
.schedule__sbHowto span {
    margin-right: 5px;
}
/* googlecalender  */
.googleCalendar iframe {
    margin-top: 61px;
    width: 100%;
    height: 240px;
} 
@media (max-width: 768px) and (min-width: 426px) {
    .googleCalendar iframe {
        height: 420px;
    }
}/* 768px以下～426px以上の場合 */
@media screen and (min-width: 769px) {
    .googleCalendar {
        width: 51.25vw;
        aspect-ratio: 738 / 445;
        margin: 80px auto 0;
        position: relative;
    }
    .googleCalendar iframe {
        display: block;
        width: 100%;
        height: 100%;
    }
}/* 769px */
 .step__container {
    display: block;
    margin: auto;
    width: max-content;
}
.step__box {
    width: 343px;
    position: relative;
    margin-top: 51px;
    border: 1px solid var(--primary-black);
    border-top: none
    
}
.step__box:first-of-type {
    margin-top: 74px;
}
.step__box::before {
    display: block;
    content: "";
    background-color: var(--primary-black);
    width: 19px;
    height: 1px;
}
.step__box::after {
    display: block;
    content: "";
    background-color: var(--primary-black);
    width: 230px;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
}
.step__img {
    width: 78px;
    position: absolute;
    top: -32px;
    left: 25px;
}

.step__detail {
    padding: 20px 40px 30px;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.06em;
}
.contact__btn {
    margin-top: 38px;
}
.contact__contact--tel {
    margin-top: 38px;
} 
/* stepbox pc 320px */
@media (max-width: 324px) and (min-width: 320px) {
     .step__box {
        width: 302px;
    }
    .step__box::after {
        width: 186px;
}
}
@media screen and (min-width:769px) {
    .section__schedule {
        background-image: url(../images/school/bgSchedule.jpg);
        padding: 0 9.027vw 120px;    
    }
    .schedule__howto {
        margin-top: 0;
        font-size: 4.8rem;
    }
    .schedule__sbHowto {
        font-size: 2rem;
    }
    .schedule__howto--flex {
        display: flex;
        margin-top: 150px;
    }
    .schedule__howto--flex:last-of-type {
        justify-content: space-between;
        padding-right: 19vw;
    }
    .step__img {
        max-width: 7.291vw;
        left: 3.125vw;
    }
    .step__box {
        width: 43.33vw;/* 624px; */
     }
    .step__box::before {
        width: 2.36vw;/* 34px; */
    }
    .step__box::after {
        /* width: clamp (60rem,31.569vw,80rem); */
        width: 31.569vw;
    }
}/* pc 769px */
@media screen and (min-width:1440px) {
    .step__box::after {
        width: 33.5vw;
    }
}
@media screen and (min-width:1560px) {
    .step__box::after {
        width: 35vw;
    }
}
@media screen and (min-width:2090px) {
    .step__box::after {
        width: 36vw;
    }
}
/* アスセス */
.access__address {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
}
.access__address--place {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 5px;
}
.access {
    padding: 45px 4.26vw 54px 8.53vw;
}
.access__address--detail{
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin-top: 42px;
}
.access__address--detail:last-of-type {
    margin-top: 10px;
}
/* アクセス　pc */
@media screen and (min-width:769px) {
    .access {
        padding: 73px 0 120px 0;
        text-align: center;
    }
    .access__address {
        letter-spacing: 0.09em;
    }
    .access__address--place {
        letter-spacing: 0.09em;
        margin-top: 6px;
    }
    .access__address--detail {
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 0.06em;
        margin-top: 44px;   
    }
    .access__address--detail:last-of-type {
        margin-top: 10px;
    }  
}/* pc 769px */