

.lesson-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Noto Serif JP';
    color: #434343;
}

.lesson-box {
    width: 45%;
    margin-bottom: 90px;
}

.lesson-underline {
    display: flex;
    border-bottom: 1px solid #707070;
    margin-top: 25px;
    align-items: center;
    padding-bottom: 10px;
}

.lesson-underline h2 {
    font-size: 22px;
}

.lesson-underline a {
    background-color: #A92720;
    border-radius: 5px;
    font-size: 16px;
    line-height: 40px;
    padding: 5px 10px;
    margin-left: 15px;
    color: white;
}

.lesson-textbox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.lesson-heading {
    font-family: "Noto Serif JP",serif;
    color: #434343;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

@media (min-width: 769px) {
    .lesson-heading {
        font-size: 32px;
    }
}

.lesson-footer {
    width: 100%;
    margin-top: 80px;
}

.lesson-footer-li {
    width: 47%;
    background: #EDEDED 0% 0% no-repeat;
    padding: 40px;
    text-align: center;
    height: 250px;
}

.lesson-footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.lesson-footer ul:first-child {
    margin-top: 10px;
}

.lesson-footer-li h3 {
    font-size: 24px;
}

.lesson-footer-li p {
    margin-right: 15px;
    text-align: left;
}

.lesson-footer-li ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.lesson-footer-li ul:nth-of-type(2) {
    margin-top: 30px;
}

.line-icon {
    width: 60px;
}

.line-gamen {
    width: 110px;
}

.lesson-taiken {
    background-color: #B93A2C;
    border-radius: 5px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 180px;
    padding: 10px 15px;
    height: 55px;
    text-decoration: none;
    font-weight: normal;
}

.mt-30 {
    margin-top: 30px;
}

.lesson-tyushaku {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    line-height: 1.3;
}


@media screen and (max-width: 844px) {
    .lesson-box {
        width: 100%;
    }

    .lesson-underline h2 {
        font-size: 16px;
    }

    .lesson-box {
        margin-bottom: 50px;
    }

    .lesson-textbox {
        font-size: 14px;
    }

    .lesson-heading {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .lesson-footer-li {
        width: 100%;
        margin-bottom: 30px;
        padding: 5%;
        height: fit-content;
    }

    .lesson-footer-li p {
        font-size: 14px;
        margin-right: 7px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .lesson-footer-li ul {
        margin-top: 10px;
    }

    .lesson-footer-li ul li:first-child {
        width: 100%;
    }

    .lesson-footer-li h3 {
        font-size: 18px;
    }

    .lesson-taiken {
        margin: 15px auto 0 auto;
    }


    .mt-30 {
        margin-top: 20px;
    }

    .lesson-tyushaku {
        line-height: 1.5;
        font-size: 10px;
    }

    .lesson-underline a {
        font-size: 12px;
        margin-left: 10px;
    }
    

}


/* ________________


2024/02/08

________________ */


.lesson-box ul {
    width: 68%;
}

.ac1 {
    width: 68%;
}



/* ac1 */
.ac1 dl,
.ac1 dt,
.ac1 dd {
    margin: 0;
    padding: 0;
}

.ac1 dl+dl {
    margin-top: 1rem;
}

.ac1 dl {
    position: relative;
    overflow: hidden;
}

.ac1 dl>input {
    display: none;
}

.ac1 dt {
    position: relative;
    z-index: 1;
    padding-right: 40px;
    cursor: pointer;
    transition: .4;
}

.ac1 dd {
    position: absolute;
    visibility: hidden;
    transform: translateY(50%);
    transition: .4s;
    border-top: none;
}

.ac1 dl>input:checked+label+dd {
    position: relative;
    visibility: visible;
    transform: translateY(0);
}

.ac1 dt::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    top: 50%;
    right: 10px;
    background: #666;
    transform: translateY(-50%);
}

.ac1 dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 1px;
    background: #666;
    transition: .4s;
    transform: translateY(-50%) rotate(90deg);
}

.ac1 dl>input:checked+label>dt::after {
    transform: translateY(-50%) rotate(180deg);
}


.lesson3000yen img {
    max-width: 500px;
    display: block;
    margin: 50px auto 0 auto;
}

.lesson3000yen {
    margin: 40px auto;
    display: block;
    text-align: center;
    font-size: 10px;
}

.lesson-inr {
    padding-top: 40px;
}

.lesson-uketsuke {
    margin: 20px auto;
}

.lesson3000yen p {
    line-height: 1.5em;
    margin-top: 10px;
    font-size: 1.2rem;
}

.lesson-icon {
    width: 50px;
    display: block;
    margin: 40px 0 0 auto;
}

ul.taiou-shop {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}


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

    .lesson3000yen img {
        max-width: 90%;
    }

    .lesson-footer {
        margin-top: 80px;
    }

    .lesson-inr {
        width: 90%;
        margin: 0 auto;
    }
    
}


/* ________________


2024/03/08 レッスンコーチ応募

________________ */


.lesson-oubo-wrapper {
    display: flex;
    border: 1px solid #EDEDED;
    margin-top: 50px;
    padding: 20px;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.lesson-oubo-wrapper h3 {
    font-size: 24px;
}

.lesson-oubo-wrapper a {
    display: block;
    border: 1px solid #B93A2C;
    font-size: 24px;
    padding: 20px 40px;
}

.lesson-oubo-wrapper a:hover {
    background-color: #B93A2C;
    color: #ffffff;
}

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

    .lesson-oubo-wrapper {
        margin-top: 20px;
        flex-direction: column;
    }

    .lesson-oubo-wrapper h3 {
        font-size: 18px;
    }

    .lesson-oubo-wrapper p {
        font-size: 14px;
        margin-top: 5px;
        line-height: 1.5;
    }

    .lesson-oubo-wrapper a {
        font-size: 18px;
        padding: 15px 50px;
        margin-top: 20px;
    }
    
}

.lesson-textbox dd {
    display: flex;
    flex-wrap: wrap;
}

.lesson-kingaku {
    text-align: right;
}



/* ________________


2024/04/18 プランごとの価格注釈追加

________________ */


.kingaku_ul {
    width: 50%!important;
}

.kingaku_p {
    width: 100%;
    font-size: 10px;
    line-height: 1.5;
    margin-top: 5px;
}



/* ________________


2024/06/14　lesson.phpに検索機能を追加

________________ */


.select-wrapper {
    max-width: 980px;
    margin: 20px auto 0px;
    text-align: center;
    background-color: #EDEDED;
    padding: 20px 0 40px;
    font-family: "Noto Serif JP", serif;
}

select#shop-select {
    border-radius: 5px;
    width: 500px;
    height: 50px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    font-size: 2rem;
    color: #434343;
    background-color: #ffff;
}

button {
    display: block;
    margin: 20px auto 0 auto;
    background-color: #A92720;
    color: #ffff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}


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

    .select-wrapper {
        width: 100%;
    }

    select#shop-select {
        width: 85%;
    }

}
