@charset "UTF-8";

/* section-lesson-top */
.section-lesson-top {
    position: relative;
    margin-top: 90px;
}
/* .section-lesson-top img { 
    object-fit: cover;
    width: 100%;
    height: 350px;
}*/
.top-img {
    background-image: url(../photo/lesson.jpg);
    height: 350px;
    width: 100%;
    background-position: top 71% center;
    background-size: cover;
}
.section-lesson-top h1 {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    text-align: center;
    font-size: 36px;
    font-family: linotype-didot, serif;
    font-weight: 700;
    font-style: normal;
}
.section-lesson-top h2 {
    position: absolute;
    color: #fff;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    .top-img {
        height: 200px;
        margin-top: 50px;
    }
    .section-lesson-top h1 {
        font-size: 30px;
        font-weight: 500;
    }
    .section-lesson-top h2 {
        font-size: 14px;
    }
}


/* section-lesson-table */
.section-lesson-table {
    padding: 100px 0 100px;
}
.lesson-table__p {
    max-width: 730px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    padding: 0 25px;
}
.lesson-text {
    display: block;
    
    font-size: 22px;
    padding-bottom: 50px;
}
.plus-price {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    text-align: left;
}

@media screen and (max-width: 480px) {
    .section-lesson-table {
        padding: 65px 0 0;
    }
    .lesson-table__p {
        max-width: 336px;
        letter-spacing: 0.1em;
    }
    .lesson-text {
        font-size: 16px;
        padding-bottom: 40px;
    }
    .plus-price {
        font-size: 14px;
    }
}

/* table-table */
.table-table {
    display: flex;
    margin: 0 auto;
    max-width: 993px;
    align-items: flex-start;
    padding-top: 100px;
    justify-content: space-between;
    font-family: 'Noto Sans JP', sans-serif;
}
/* table-01 */
table {
    border-collapse: collapse;
    box-shadow: 2px 2px 2px 2px rgba(51, 51, 51, 0.3);
    border-radius: 3px;
}
.table-01 {
   width: 480px;
   padding-right: 40px;
}
.table-01 th {
    background-color: #cc8483;
    color: #fff;
    height: 62px;
    text-align: left;
    padding: 10px 20px;
}
.table-01 th:first-child {
    border-radius: 3px 0 0 0;
    font-size: 20px;
    letter-spacing: 0.3em;
}
.table-01 th:last-child {
    text-align: right;
    border-radius: 0 3px 0 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.table-01 td {
    background-color: #fcfcfc;
    padding: 10px 20px;
    height: 62px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.table-01 td:last-child {
    text-align: right;
    letter-spacing: 0em;
}
.table-01 span {
    font-size: 12px;
    font-weight: 400;
}
.table-01__tr-02 td {
    background-color: #F8F8F8;
}

.table-01__tr-03 td:first-child {
    border-radius: 0 0 0 3px;
}
.table-01__tr-03 td:last-child {
    border-radius: 0 0 3px 0;
}

@media screen and (max-width: 1024px) {
    .table-table {
        display: block;
        margin: 0 auto;
        max-width: 375px;
        padding: 50px 20px;
    }

    .table-01 {
       width: 100%;
       padding-right: 0px;
       margin: 0 auto 30px;
    }
    .table-01 th {
        height: 40px;
        padding: 5px 10px;
    }
    .table-01 th:first-child {
        font-size: 15px;
        letter-spacing: 0.2em;
    }
    .table-01 th:last-child {
        font-size: 10px;
    }
    .table-01 td {
        padding: 5px 10px;
        height: 62px;
        font-size: 14px;
    }
    .table-01 span {
        font-size: 10px;
    }
}

/* table-02 */
.table-02 {
   width: 480px;
}

.table-02 th {
    background-color: #cc8483;
    color: #fff;
    height: 62px;
    text-align: left;
    padding: 10px 20px;
}
.table-02 th:first-child {
    border-radius: 3px 0 0 0;
    font-size: 20px;
    letter-spacing: 0.3em;
}
.table-02 th:last-child {
    text-align: right;
    border-radius: 0 3px 0 0;
}
.table-02 td {
    background-color: #fcfcfc;
    padding: 10px 20px;
    height: 62px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.table-02 td:last-child {
    text-align: right;
    letter-spacing: 0em;
}
.table-02 span {
    font-size: 12px;
    font-weight: 400;
}

.table-02__tr-02 td:first-child {
    border-radius: 0 0 0 3px;
    background-color: #F8F8F8;
}
.table-02__tr-02 td:last-child {
    border-radius: 0 0 3px 0;
    background-color: #F8F8F8;
}
@media screen and (max-width: 1024px) {
    .table-02 {
        width: 100%;
       padding-right: 0px;
       margin: 0 auto 50px;
    }
    .table-02 th {
        height: 40px;
        padding: 5px 10px;
    }
    .table-02 th:first-child {
        font-size: 15px;
        letter-spacing: 0.2em;
    }
    .table-02 th:last-child {
        font-size: 10px;
    }
    .table-02 td {
        padding: 5px 10px;
        height: 62px;
        font-size: 14px;
    }
    .table-02 span {
        font-size: 10px;
    }
}



/* gosen */
.lesson-gosen-01 {
    opacity: 50%;
 }
 @media screen and (max-width: 480px) {
    .section-lesson-top {
        margin-top: 50px;
    }


    .lesson-gosen-01 {
        opacity: 50%;
        height: 100px;
        margin-top: 0px;
        object-fit: cover;
    }
}


/* section-lesson-message */
.section-lesson-message {
    padding: 50px 3px 100px;
    display: block;
    text-align: center;
}
.message-sub-title {
    text-align: center;
    padding-bottom: 20px;
    font-family: linotype-didot, serif;
    font-weight: 700;
    font-style: normal;
}
.namisen-03 {
    text-align: center;
    width: 30px;
}
.message-title {
    text-align: center;
    font-weight: 600;
    font-size: 4.0rem;
    padding-top: 35px;
    letter-spacing: 0.6rem;
    margin-bottom: 100px;
}

.message-01 {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 150px;
    align-items: center;
    justify-content: center;
}

.m01-left {
    padding-right: 80px;
}
.m01-left h1 {
    font-size: 30px;
    margin-bottom: 100px;
    letter-spacing: 0.2em;
}
.m01-left p {
    max-width: 385px;
    letter-spacing: 0.2em;
}

.m01-right img {
    height: 445px;
    max-width: 540px;
    object-fit: cover;
    border-radius: 3px;
}


.message-02 {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 150px;
    align-items: center;
    justify-content: center;
}

.m02-left {
    padding-right: 80px;
}
.m02-left img {
    height: 445px;
    max-width: 540px;
    object-fit: cover;
    border-radius: 3px;
}

.m02-right h1 {
    font-size: 30px;
    margin-bottom: 100px;
    letter-spacing: 0.2em;
}
.m02-right p {
    max-width: 385px;
    letter-spacing: 0.2em;
}



.message-03 {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 10px;
    align-items: center;
    justify-content: center;
}

.m03-left {
    padding-right: 80px;
}
.m03-left h1 {
    font-size: 30px;
    margin-bottom: 100px;
    letter-spacing: 0.2em;
}
.m03-left p {
    max-width: 385px;
    letter-spacing: 0.2em;
}

.m03-right img {
    height: 445px;
    max-width: 540px;
    object-fit: cover;
    border-radius: 3px;
}
@media screen and (max-width: 1048px)  {
    .m01-left {
        padding-right: 15px;
    }
    .m02-left {
        padding-right: 15px;
    }
    .m03-left {
        padding-right: 15px;
    }
    .m01-right img , .m02-left img , .m03-right img {
        height: 415px;
        max-width: 480px;
        object-fit: cover;
    }
    

}
@media screen and (max-width: 943px) {
    .m01-right img, .m02-left img, .m03-right img {
        height: 355px;
        max-width: 355px;
        object-fit: cover;
    }
    .m01-left p, .m02-right p , .m03-left p {
        max-width: 305px;
        letter-spacing: 0.2em;
    }
    .m01-left h1, .m02-right h1, .m03-left h1 {
        margin-bottom: 40px;
    }

}



@media screen and (max-width: 690px) {
    .section-lesson-message {
        display: block;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .message-sub-title {
        text-align: center;
        padding-bottom: 0px;
        font-size: 10px;
    }
    .namisen-03 {
        text-align:center;
        width: 30px;
    }
    .message-title {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 0.6rem;
        padding-top: 20px;
        margin-bottom: 80px;
    }
        /* 1 */
    .message-01 {
        flex-direction: column;
        width: 351px;
        margin: 0 auto 50px;
    }   

    .m01-left {
        padding-right: 0px;
        order: 1;
    }
    .m01-left h1 {
        font-size: 16px;
        letter-spacing: 0.2em;
        text-align: center;
        margin: 25px auto;
    }
    .m01-left p {
        width: 100%;
        letter-spacing: 0.1em;
        font-size: 14px;
    }   

    .m01-right img {
        height: 180px;
        width: 250px;
        object-fit: cover;
        margin: 0 auto;
    }
    /* 2 */
    .message-02 {
        display: block;
        width: 351px;
        margin: 0 auto 50px;
    }   

    .m02-left {
        padding-right: 0px;
        text-align: center;
    }
    .m02-left img {
        height: 180px;
        width: 250px;
        object-fit: cover;
        margin: 0 auto;
    }
    .m02-right h1 {
        font-size: 16px;
        letter-spacing: 0.2em;
        text-align: center;
        margin: 25px auto;
    }
    .m02-right p {
        width: 100%;
        letter-spacing: 0.1em;
        font-size: 14px;
        margin: 0 auto;
    }   

    
    /* 3 */
    .message-03 {
        flex-direction: column;
        width: 351px;
        margin: 0 auto 50px;
    }   

    .m03-left {
        padding-right: 0px;
        order: 1;
    }
    .m03-left h1 {
        font-size: 16px;
        letter-spacing: 0.2em;
        text-align: center;
        margin: 25px auto;
    }
    .m03-left p {
        width: 100%;
        letter-spacing: 0.1em;
        font-size: 14px;
    }   

    .m03-right img {
        height: 180px;
        width: 250px;
        object-fit: cover;
        margin: 0 auto;
    }
}




/* gosen */
.lesson-gosen-02 {
    opacity: 50%;
 }
 @media screen and (max-width: 480px) {
    .lesson-gosen-02 {
        opacity: 50%;
        height: 100px;
        margin-top: 0px;
        object-fit: cover;
    }
}





/* section-lesson-faq */
.section-lesson-faq {
    padding-bottom: 60px;
    margin-top: 30px;
    display: block;
    text-align: center;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,236,226,1) 45%);
}
.section-lesson-faq h2 {
    text-align: center;
    padding-bottom: 20px;
    font-family: linotype-didot, serif;
    font-weight: 700;
    font-style: normal;
}
.namisen-04 {
    text-align: center;
    width: 30px;
}
.section-lesson-faq h1 {
    text-align: center;
    font-weight: 600;
    font-size: 4.0rem;
    padding-top: 35px;
    letter-spacing: 0.6rem;
    padding-bottom: 100px;
}






.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;

}

.accordion-area li{
    margin: 10px 0;
    position: relative;
}
.accordion-area li::before {
    content: 'Q';
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #cc8483;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 2%;
}

.accordion-area section {
  background-color: #fff;
  border-radius: 3px;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    padding: 3% 50px 3% 75px;
    transition: all .5s ease;
    letter-spacing: 0.1em;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #cc8483;
    
}
.title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close {
    background-color: #FAFAFA;
  }
.title.close::before{
  display: none;
}

.title.close::after{
  transform: rotate(180deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #fff;
    padding: 3% 3% 3% 75px;
    position: relative;
}
.box::before {
    content: 'A';
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #cc8483;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 2%;
}
.box p {
    font-size: 22px;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 895px) {
    .title {
        font-size: 18px;
    }
    .box p {
        font-size: 20px;
    }



}
@media screen and (max-width: 480px) {
    .section-lesson-faq {
        padding-bottom: 50px;
        margin-top: 0px;
    }
    .section-lesson-faq h2 {
        padding-bottom: 0px;
        font-size: 10px;
    }
    .namisen-04 {
        width: 30px;

    }
    .section-lesson-faq h1 {
        font-size: 20px;
        padding-top: 20px;
        letter-spacing: 0.6rem;
        padding-bottom: 80px;
    }



    .accordion-area{
        list-style: none;
        width: 96%;
        max-width: 375px;
    }

    .accordion-area li{
        margin: 10px 0;
        position: relative;
    }
    .accordion-area li::before {
        content: 'Q';
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #cc8483;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        left: 2%;
    }

    .accordion-area section {
    background-color: #fff;
    border-radius: 3px;
    }

    /*アコーディオンタイトル*/
    .title {
        position: relative;/*+マークの位置基準とするためrelative指定*/
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        padding: 3% 50px 3% 75px;
        transition: all .5s ease;
        letter-spacing: 0.1em;
        line-height: 1.2em;
    }

    /*アイコンの＋と×*/
    .title::before,
    .title::after{
        position: absolute;
        content:'';
        width: 15px;
        height: 2px;
        background-color: #cc8483;
        
    }
    .title::before{
        top:48%;
        right: 15px;
        transform: rotate(0deg);
        
    }
    .title::after{    
        top:48%;
        right: 15px;
        transform: rotate(90deg);

    }
    /*　closeというクラスがついたら形状変化　*/
    .title.close {
        background-color: #FAFAFA;
    }
    .title.close::before{
    display: none;
    }

    .title.close::after{
    transform: rotate(180deg);
    }

    /*アコーディオンで現れるエリア*/
    .box {
        display: none;/*はじめは非表示*/
        background: #fff;
        padding: 3% 3% 3% 75px;
        position: relative;
    }
    .box::before {
        content: 'A';
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #cc8483;
        border-radius: 50%;
        position: absolute;
        top: 30px;
        left: 2%;
    }
    .box p {
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
    }

}





.footer {
    background: rgb(248,236,226);
    background: linear-gradient(180deg, rgba(248,236,226,1) 0%, rgba(204,132,131,1) 60%);

