@charset "UTF-8";

/* =====================
main
===================== */

/* page top */

.lesson {
    width: 100%;
    height: 292px;
    overflow: hidden;
    padding-top: 76px;
}    

.lessonTop__bg {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    object-position: bottom;   
}

.lessonTop__topics {
    background-size: 100%;
    width: 327px;
    display: block;
    animation: fadeIn 1s ease-in-out;
    margin: -172px auto;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@media screen and (min-width: 769px) {
    .lesson {
        width: 100%;
        height: 612px;
        overflow: hidden;
    }    

    .lessonTop__bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;   
    }

    .lessonTop__topics {
        margin: -376px auto;
        width: 644px;
    }
    
}

/* section--lesson__menu */

.section {
    padding: 0 24px;
    align-items: center;
}

.section--lesson__menu {
    display: flex;
    padding-top: 104px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.lesson__menu__title {
    width: 242px;
}

.lesson__menu__mimosa {
    width: 30px;
    margin: 12px auto 0;
}

.lesson__list {
    margin-bottom: 40px;
}

.lesson__line {
    margin: 40px 0;
}

.fadein {
    opacity: 0;
    transform: translate(0,80px);
    transition: all 800ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0,0);
}

@media screen and (min-width: 769px) {
    .section--lesson__menu {
        padding: 0 64px;
    }
    
    .lesson__menu__topics {
        display: flex;
    }  

    .lesson__menu__title {
        width: 424px;
        margin: 60px 0 0 40px;
    }

    .lesson__menu__mimosa {
        width: 40px;
        margin: 64px 0 0 12px;
        transform: rotate(30deg);
    }

    .list__flex {
        display: flex;
        gap: 40px;
        margin: 60px 10.1% 0;
    }

    .lesson__button {
        width: 375px;
        margin-top: 60px;
    }

    .lesson__line {
        margin: 120px auto;
        width: 700px;
    }
}

/* secsion--lesson__fee */

.lesson__fee__title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lesson__fee__title--txt {
    width: 137px;
}

.mimosa1 {
    width: 40px;
    margin: 12px 0 0 60px;
}

.lesson__fee__contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fee {
    background-image: url(../images/wreath.png);
    background-size:contain;
    width: 270px;
    height: 328px;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 22px;
    padding: 90px 50px 121.5px;
    margin-top: 20px;
}

.small {
    font-size: 18px;
}

.annual__fee__title {
    width: 150px;
    font-size: 16px;
    align-items: center;
    border-bottom: 1px solid #BAA75C;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.annual__fee__txt {
    font-size: 14px;
    display: flex;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
}

.annual__fee__txt::before {
    content: '※';
    display:block;
    width: 16px;
    height: 10px;
}

.fee__wierplant {
    transform:scale(-1, 1);
    margin: 40px 0;
}

.fee__wierplant--pc {
    display: none;
}


/* secsion--lesson__fee pc 769px */

@media screen and (min-width: 769px) {
    .lesson__fee__title--txt {
        width: 240px;
        margin-left: 53.5px;  
    }    

    .lesson__fee__title {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .lesson__fee__contents {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        gap: 64px;
    }

    .annual__fee {
        margin: 0;
        display: flex;
        flex-direction: column;
        width: 260px;
        border: none; 
    }

    .annual__fee__title {
        border-bottom: 1px solid #BAA75C;    
    }

    .annual__fee__txt {
        white-space: nowrap;   
    }

    .spBr {
        display: none;
    }

    .fee__wierplant {
        display: none;
    }

    .fee__wierplant--pc {
        display: block;
        margin: 40px auto;
        width: 700px;    
    }
}

/* secsion--lesson__schedule */

.lesson__schedule__title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lesson__schedule__title--txt {
    width: 188px;
}

.lesson__schedule__title--img {
    width: 35px;
    margin: 12px 0 40px;
}

.schedule__contents
,.trip__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;    
}

.trip__contents {
    margin-top: 60px;
}

.schedule__contents__title
,.trip__contents__title {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #BAA75C;
}

.schedule__contents__txt
,.trip__contents__txt {
    text-align: center;    
}

.wierplant {
    margin: 40px 0;
}

.wierplant--pc {
    display: none;
}

.trial__title-h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trial__title {
    display: flex;
    width: 137px;    
}

.trial_mimosa {
    margin: 12px auto 40px;
    width: 40px;
}

/* secsion--lesson__schedule pc 769px */

@media screen and (min-width: 769px) {
    .lesson__schedule__title {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: baseline;
    }

    .lesson__schedule__title--txt {
        width: 319px;
    }

    .lesson__schedule__title--img {
        width: 46px;
        transform: rotate(20deg);
    }

    .schedule__contents__title {
        font-size: 24px;
        font-weight: 500; 
        margin-top: 60px;   
    }

    .schedule__contents__txt {
        font-size: 20px;
        line-height: 200%;    
    }

    .trip__contents__title {
        font-size: 24px;
        font-weight: 500;
    }

    .trip__contents__txt {
        font-size: 20px;
        line-height: 200%;   
    }

    .wierplant {
        display: none;
    }

    .wierplant--pc {
        display: block;
        margin: 120px auto;
        width: 700px;    
    }
}


/* secsion--trial__lesson */

.secsion--trial__lesson {
    display: flex;
    padding-bottom: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;   
}

.trial__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 50px;
    gap: 24px;
}

.trial__txt {
    border-bottom: 1px solid #BAA75C;   
    padding: 0 0 0 6px;
}

.trial__img {
    width: 327px;
}

/* secsion--trial__lesson pc 769px */

@media screen and (min-width: 769px) {
    .trial__title-h2 {
        display: flex;
        flex-direction: row;
        gap: 1px;
    }

    .trial__title {
        width: 272px;
    }

    .trial_mimosa {
        margin: 30px -50px 0 0;
        transform: rotate(20deg);
        width: 53.5px;
    }

    .trial__txt {
        font-size: 20px;
        line-height: 200%;    
        margin-top: 40px;
    }

    .trial__img {
        width: 400px;
    }

}