@charset 'UTF-8';line-re

/*幅を狭めた時に出来るマージン*/
.wrapper__margin {
    margin: 0 10px;
}

/* キャッチコピー */
.catch__ill-item{
    width: 300px;
}

.catch__ill-yama{
    width: 320px;
}

.lesson_ill{
    width: 400px;
}

.lesson_ill-boy{
    width: 183px;
}

.lesson__header {
    background-color: #FBF8F4;
    border-top: #000 solid 4px;
    border-bottom: #000 solid 4px;
    margin: 180px auto 20px auto;
    padding: 0 50px;
}

.page__header-ill {
    width: 15%;
    height: auto;
}

.lesson__header-titile {
    font-size: 3rem;
}


.lesson__catch {

    background-color: #FFF1A9;
    position: relative;
    display: inline-block;
    margin-top: 200px;
    margin-bottom: 50px;
    padding-bottom: 100px;
    width: 100%;
    border-radius: 250px;
    text-align: center;
}

.lesson__catch:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -40px;
    border: 40px solid transparent;
    border-top: 40px solid #FFF1A9;
}

.lesson__catch-banner {
    max-width: 1190px;
    height: auto;
    margin-top: -100px;
}

.lesson-catch__item {
    text-align: center;
}

.lesson-catch__text {
    margin-top: 30px;
    font-size: 1.2rem;
    font-weight: 600;
}

.font-dela {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media screen and (max-width: 430px) {

    .page__header-ill {
        width: 25%;
        height: auto;
    }

    .lesson__catch {
        margin-top: 80px;
        border-radius: 100px;
    }

    .lesson__catch:before {
        top: 99%;
    }


    .lesson__catch-banner {
        max-width: 300px;
        height: auto;
        margin-top: -40px;
    }

    .lesson-catch__text {
        font-size: 1rem;
    }

    .catch__ill-yama{
        width: 180px;
    }
/* 
    .lesson-catch__text img{
        padding-top: 200px;
    } */

}


/* 料金 */

.lesson__fee {
    text-align: center;
    border: #000 solid 2px;
    border-radius: 100px;
    padding: 60px 0;
}

.fee__list {
    margin: 40px;
}

.lesson__couple {
    margin-bottom: 1.5rem;
}

.lesson__fee-course-text{
    font-size: 1.1rem;
    font-weight: 700;
}


/*料金の見た目ここから*/
.fee__list dt{
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.lesson__month{
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    padding: 5px;
    margin-top: 20px;
}

.lesson__yellow {
    background-color: #FFF1A9;
    color: #333;
}

.lesson__blue{
    background-color: #5A70A2;
    color: #FBF8F4;
}

.lesson__sky{
    background-color: #80BDE9;
    color: #333;
}

.lesson__pink{
    background-color: #E88280;
    color: #333;
}



.lessson__fee{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}


.lesson__line{
    border-bottom:4px solid  #5A70A2;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.lesson__line2{
    border-bottom:4px solid  #FFD74A;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.lesson__top{
    margin-top: 20px;
}

/*ここまで*/
.fee__list dt,
.fee__list dd:last-child {
   padding: 0;
}

.lesson__text{
    text-align: left;
}

.fee__title-box {
    text-align: center;
    margin-bottom: 50px;
}

.lesson__fee-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 50px;
    gap: 40px;
}

@media screen and (max-width: 750px) {
    .lesson__fee-container {
        display: block;
    }
}

@media screen and (max-width: 430px) {

    .lesson__fee-container {
        display: block;
    }

    .fee__item {
        margin: 2rem 0;
    }
    
    .lessson__fee{
        font-size: 1.4rem;
    }
   
    .fee__list{
        margin: 5px;
    }

    .fee__list dt{
        font-size: 1rem;
        margin-bottom: 0;

    }
}

/* 写真　*/

.photo-grid {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 10px;
    
}

.photo_lesson {
    max-width: 285px;
}


.lesson__photo1,
.lesson__photo2 {
    margin: 100px auto;
}

/* はじめての方 */
.lesson__ill-gog{
    width: 275px;
}

.lesson__ill-dog2{
    width: 200px;
}


.first__mark {
    display: grid;
    place-content: center;
    /* position: absolute; */
    z-index: 80;
    padding-top: 80px;
    width: 100%;
}

.first__mark img {
    border-radius: 0;
    width: 70%;
}

.first__title1 {
    margin-top: -120px;
    position: relative;
    z-index: 90;
}

.lesson__first {
    background-color: #FFF1A9;
    padding-bottom: 30px;
}

.first__manga-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    margin: auto;
    gap: 20px;
}

.first__img {
    width: 40%;
}

.first__score {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 30px;
}

.first__score img{
  max-width: 100% ;
  height: auto;
}


.first__score-title {
    margin-top: 30px;
}

.sheet_music {
    border-radius: 0px;
    width: 500px;
}

.button_les,
.button_les2{
    display: none;
}

.first__bd-red{
    text-decoration: underline 3px #E98381;
}

@media screen and (max-width: 1024px) {

    .photo-grid {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        
    }
    
    .first__score {
        display: block;
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width: 430px) {

    .first__manga-box {
        display: block;
        width: 80%;
    }

    .first__manga-text {
        text-align: center;
    }

    .photo-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .photo-box{
        max-width: 167px;
        min-height: 112px;
    }

    .first__score {
        display: block;
        margin: auto;
        text-align: center;
    }

    .first__img {
        width: 90%;
    }

    .first__mark {
        padding-top: 30px;
        left: 10%;
    }
    
    .first__mark img {
        width: 40%;
        margin-left: 50px;
    }

    .first__title1 {
        margin-top: -60px;

    }
    
    /* レスポンシブ時、ギター画像を「もっと見る」で見える画像を増やす*/
    /*生徒の様子*/
    .button_les,
.button_les2{
    display: block;
}

    .hidden-view_les{
        display: none;
    }
    .hidden-view_les.open_les{
        display: block;
    }
    .button_les::before{
        content: "もっと見る▼";
    }
    .hidden-view_les.open_les + .button_les::before{
        content: "閉じる▲";
    }
    /*教室の様子*/
    .hidden-view_les2{
        display: none;
    }
    .hidden-view_les2.open_les2{
        display: block;
    }
    .button_les2::before{
        content: "もっと見る▼";
    }
    .hidden-view_les2.open_les2 + .button_les2::before{
        content: "閉じる▲";
    }
}

/* 安心サポート */

.lesson__dog {
    display: grid;
    place-content: center;
    position: relative;
    z-index: 80;
}

.lesson-support {
    text-align: center;
}

.support-title {
    text-align: center;
    background-color: #FFBDBD;
    border-radius: 40px;
    display: inline-block;
    padding: 1.5rem 3rem;
    margin: 3rem 0;
    margin-top: -100px;
    position: relative;
    z-index: 90;
}


.support-box {
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.support-text-blue {
    display: grid;
    place-content: center;
    background-color: #5C72A4;
    color: #FBF8F4;
    font-weight: normal;
    width: 30%;
    height: 10rem;
    padding: 30px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 40px 0 0 40px;
}

.support-text-white {
    display: grid;
    place-content: center;
    width: 70%;
    height: 10rem;
    padding: 30px;
    border: 2px solid #000;
    border-radius: 0 40px 40px 0;
}

.note__list dt {
    font-weight: bold;
    font-size: 1.1rem;
    padding-top: 30px;
}

.note__list dt,
.note__list dd {
    margin: 0.5rem 0;
}

.support-note {
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: #000 solid 2px;
    border-radius: 40px;
    padding: 2rem;
}

@media screen and (max-width: 430px) {
    .support-box {
        display: block;
    }

    .support-text-blue {
        display: grid;
        place-content: center;
        background-color: #5C72A4;
        color: #FBF8F4;
        font-weight: normal;
        width: 100%;
        height: auto;
        padding: 30px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        border-radius: 40px 40px 0 0;
    }

    .support-text-white {
        display: grid;
        place-content: center;
        width: 100%;
        height: auto;
        padding: 30px;
        border: 2px solid #000;
        border-radius: 0 0 40px 40px;
    }

    /*もっと見るボタン*/

    .photo_lesson {
        min-width: 167px;
        max-height: 112px;
        justify-content: center;
    }

    .button_les {
        margin-top: 10px;
    }

}

/* =================lessonスライドアイコン======================== */

.lesson__link:hover {
    opacity: 0.6;
}

.lesson__link.open {
    display: flex;
    align-items: center;
    position: fixed;
    left: 20px;
    bottom: 50px;
    z-index: 9999;
    transition: 0.5s;
    filter: drop-shadow(0px 0px 5px rgba(253, 253, 253, 0.7));
}

.lesson__link_sub.open {
    display: flex;
    align-items: center;
    position: fixed;
    left: 20px;
    bottom: 50px;
    z-index: 9998;
    transition: 0.5s;
    filter: drop-shadow(0px 0px 5px rgba(253, 253, 253, 0.7));
}

