@charset "UTF-8";

/* ==========
About Lesson
============= */
.pc__aboutLesson__title, .aboutLesson__img01 {
    display: none;
}

.aboutLesson01 {
    margin: 40px 6.6%;
}

@media screen and (min-width: 769px) {
    .sp__aboutLesson__title {
        display: none;
    }

    .pc__aboutLesson__title, .aboutLesson__img01 {
        display: block;
    }

    .pc__aboutLesson__title {
        display: block;
        width: 80.5%;
        margin: 30px 9.7% 0;
    }
}

/* === Lesson === */
.aboutLesson__lessonTitle {
    width: 260px;
}

.aboutLesson__lessonTitle h3 {
    text-align: left;
    margin-top: -5px;
    margin-left: 3px;
}

.aboutLesson__classCopy {
    margin-top: 20px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
}

.lesson__pointBox {
    margin-top: 20px;
}

.lesson__point {
    display: flex;
    margin-top: 18px;
    align-items: center;
    border-bottom: 1px solid var(--textColor);
    border-left: 1px solid var(--textColor);
    position: relative;
}

.lesson__point::after {
    content: '';
    background-image: url(../images/sankaku.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.point {
    min-width: 60px;
    height: 60px;
    padding: 10px;
    text-align: center;
    font-family: Oswald;
    font-size: 4rem;
    font-weight: 700;
}

.point__txt {
    min-width: 265px;
    margin: 10px 0;
    font-size: 1.4rem;
    line-height: 1.5;
    }

/* Lesson PC */
@media screen and (min-width: 769px) {
    .aboutLesson01 {
        max-width: 1440px;
        margin: 0 auto;
    }

    .aboutLesson__lesson {
        display: flex;
        flex-wrap: wrap-reverse;
        max-width: 1027px;
        margin: 100px 14.3% 0;
        justify-content: center;
    }

    .aboutLesson__img01 {
        width: 413px;
        margin-bottom: 100px;
    }

    .aboutLesson__lessonBox {
        max-width: 534px;
        margin: 0 0 100px 80px;
    }

    .aboutLesson__lessonTitle {
        width: 363px;
    }

    .aboutLesson__classCopy {
        margin-top: 40px;
        font-size: 2.7rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .lesson__pointBox {
        margin-top: 40px;
    }

    .lesson__point {
        margin-top: 34px;
    }

    .lesson__point::after {
        width: 24px;
        height: 24px;
        bottom: -23px;
    }

    .point {
        min-width: 84px;
        height: 84px;
        font-size: 6.4rem;
        font-weight: 700;
    }

    .point__txt {
        width: 450px;
        font-size: 1.5rem;
        line-height: 2;
        }  
}
    
    /* Class */
.aboutLesson__classTitle {
    width: 250px;
    margin-top: 50px;
}

.aboutLesson__classTitle h3 {
    text-align: right;
    margin-top: -19px;
}

.aboutLesson__container {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 30px;
}

.aboutLesson__box {
    width: 325px;
    height: 277px;
    padding: 40px;
    border: 1px solid var(--textColor);
}

.class, .schedule {
    display: flex;
}

.classPart {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
}

.classNo {
    margin: 0 5px;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 0.8;
}

.schedule {
    margin-top: 7px;
    align-items: flex-end;
}

.week {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
}

.time {
    margin-left: 10px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
}

.class__txt {
    margin-top: 15px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
}

.spReadBtn__aboutLesson {
    margin-top: 30px; 
}

/* Class PC */
@media screen and (min-width: 769px) {
    .aboutLesson__classTitle {
        width: 350px;
        margin: 0 auto;
    }

    .aboutLesson__classTitle h3 {
        margin-top: -25px;
    }

    .aboutLesson__container {
        margin: 50px 0 100px;
        gap: 10px;
    }

    .aboutLesson__box {
        width: 380px;
        height: 349px;
        padding: 58px 66px 77px;
    }

    .classPart {
        font-size: 4rem;
    }

    .classNo {
        margin: 0 5px;
        font-size: 4.5rem;
    }

    .schedule {
        margin-top: 11px;
        align-items: flex-end;
    }

    .week {
        font-size: 2rem;
    }

    .time {
        margin-left: 15px;
        font-size: 2.4rem;
    }

    .class__txt {
        margin-top: 21px;
        width: 241px;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2;
    }

    .aboutLesson__img02 {
        margin: 0 9.7%;
    }
}


/* === Fee === */
.aboutLesson02 {
    margin: 40px 6.6% 20px;
}

.aboutLesson__feeTitle h3 {
    margin-bottom: -39px;
    text-align: right;
}

.aboutLesson__feeTitle {
    width: 122px;
}

.feeCopy__box {
    margin-top: 20px;
}

.feeCopy__boxTxt01 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
}

.feeCopy__boxTxt02 {
    font-size: 1.3rem;
    line-height: 1.5;
}

.feeContainer {
    margin-top: 30px;
}

.feeBox {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.feeTitle {
    width: 76px;
    padding: 3px;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, 0.10);
}

.feeInner {
    display: flex;
    align-items: flex-end;
}

.fee {
    font-size: 2rem;
}

.yen {
    font-size: 1.3rem;
    margin-left: 2px;
}

hr {
    margin-top: 20px;
}

.feeTxt {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 700;
}

/* Fee PC */
@media screen and (min-width: 769px) {
    .aboutLesson02 {
        margin: 0;
    }

    .aboutLesson__fee {
        display: flex;
        flex-wrap: wrap;
        margin: 124px auto 0 23.6%;
        gap: 5vw;
    }

    .aboutLesson__feeTitle {
        width: 166px;
    }
    
    .aboutLesson__feeTitle h3 {
        font-size: 2rem;
        margin-bottom: -52px;
    }

    .aboutLesson__feeContainer {
        max-width: 477px;
        margin-top: 75px;
    }

    .feeCopy__boxTxt01 {
        font-size: 2.7rem;
    }

    .feeCopy__boxTxt02 {
        margin-top: 5px;
        line-height: 1.8;
    }

    .feeContainer {
        margin-top: 37px;
    }

    .feeBox {
        gap: 23px;
    }
    
    .feeTitle {
        width: 85px;
        font-size: 1.6rem;
    }
    
    .feeInner {
        display: flex;
        align-items: flex-end;
    }
    
    .fee {
        font-size: 2.4rem;
    }
    
    .yen {
        font-size: 1.4rem;
    }
    
    .feeTxt {
        font-size: 1.8rem;
    }   
}

/* === Studio === */
.aboutLesson__studioTitle {
    width: 325px;
    margin-top: 50px;
}   

.aboutLesson__studioTitle h3 {
    margin-top: 8px;
}

.studioAdress__container {
    margin: 20px 0 0;
}

.studioName__box {
    display: flex;
    align-items: flex-end;
}

.StudioName {
    font-size: 2rem;
    font-weight: 700;
}

.StudioPlace {
    font-size: 1.3rem;
}

.studioAdress__container a {
    font-size: 1.4rem;
    line-height: 2;
    text-decoration: underline;
}

.studioAdress__container a:hover {
    color: var(--accentColor);
}

.studioAdress {
    font-size: 1.4rem;
    line-height: 2;
}

.map {
    width: 100%;
    height: 167px;
    margin: 0;
}

@media screen and (min-width: 769px) {
    .aboutLesson__studio {
        width: 100%;
        margin-top: 80px;
    }

    .aboutLesson__studioTitle {
        width: 597px;
        display: flex;
        align-items: flex-end;
        margin-left: 19.3%;
    }
    .aboutLesson__studioTitle img {
        width: 441px;
    }

    .aboutLesson__studioTitle h3 {
        margin-left: -90px;
        font-size: 2rem;
    }

    .studioAdress__container {
        margin-top: 36px;
        padding-left: 166px;
        margin-left: 28.6%;
    }

    .StudioName {
        font-size: 2.4rem;
    }
        
    .StudioPlace {
        font-size: 1.6rem;
    }
        
    .studioAdress__container a {
        font-size: 1.6rem;
        margin-top: 10px;
    }
        
    .studioAdress {
        font-size: 1.6rem;
    }
        
        .map {
            margin: 10px auto 0 28.6%;
            padding-left: 166px;
            width: 62%;
            height:322px;
        }


}


.footer {
    margin-top: 40px;
}

@media screen and (min-width: 769px) {
    .footer {
        margin-top: 100px;
    }
}