

.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: 80px;
    }

    .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%;
    }

}


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

.tab {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

body.lower main {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner {
    max-width: 100%;
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv div.title {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv div.title {
    margin: 0;
    padding: 0 5.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
   div.cont {
    display: flex;
    align-items: center;
    margin-top: 80px;
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  div.cont {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
   div.cont div.image {
    width: 50%;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
   div.cont div.image picture img {
    width: 100%;
    height: 375px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
   div.cont div.image picture img {
    width: 94.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  div.cont div.texts {
    width: 50%;
    padding: 0 30px 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.cont div.texts {
    padding: 0 15px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  div.cont div.texts {
    padding: 0 5.3333333333vw;
  }
}
div.cont div.texts div.c_tit2 {
  display: table;
}
@media screen and (min-width: 768px) {
  div.cont div.texts div.c_tit2 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 767px) {
  div.cont div.texts div.c_tit2 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}
div.cont div.texts div.c_tit2 h2 {
  line-height: 1.25;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.cont div.texts div.c_tit2 h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.cont div.texts div.c_tit2 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  div.cont div.texts div.c_tit2 h2 {
    font-size: 6vw;
  }
}
div.cont div.texts div.c_tit2 h2 span.st {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.cont div.texts div.c_tit2 h2 span.st {
    line-height: 1.6;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  div.cont div.texts div.c_tit2 h2 span.st {
    line-height: 1.6;
    font-size: 5.6vw;
  }
}
div.cont div.texts div.c_tit2 span.icon {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b7392c;
  font-weight: bold;
  z-index: 1;
  border-radius: 100%;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  div.cont div.texts div.c_tit2 span.icon {
    top: -30px;
    right: -95px;
    width: 100px;
    height: 100px;
    font-size: 18px;
    background-color: #f7e0de;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.cont div.texts div.c_tit2 span.icon {
    top: -110px;
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  div.cont div.texts div.c_tit2 span.icon {
    top: -13.3333333333vw;
    right: -25.3333333333vw;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    font-size: 3.3333333333vw;
    background-color: rgba(247, 224, 222, 0.8);
  }
}
div.cont div.texts p.txt {
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  div.cont div.texts p.txt {
    margin: 25px 0 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  div.cont div.texts p.txt {
    margin: 4vw 0 4vw;
    font-size: 3.7333333333vw;
  }
}
 div.bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e4f2ef;
  position: relative;
}
@media screen and (min-width: 768px) {
   div.bg {
    width: 50%;
    height: fit-content;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  div.bg {
    padding: 4vw 0;
    margin-top: 20px;
  }
}
  div.bg p.st {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  div.bg p.st {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
   div.bg p.st {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  div.bg p.st {
    font-size: 4vw;
  }
}
div.bg p.st span.cl {
  color: #24b091;
}
div.bg p.st span.label {
  position: absolute;
}
@media screen and (min-width: 768px) {
  div.bg p.st span.label {
    top: -10px;
    left: -20px;
    width: 53px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.bg p.st span.label {
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  div.bg p.st span.label {
    top: -2vw;
    left: -2vw;
    width: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  div.bg p.sm {
    margin-top: 3px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div.bg p.sm {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv .c_filter {
    max-width: 1100px;
    width: 100%;
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower main div.inner section.fv .c_filter {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv .c_filter {
    width: 89.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents {
    max-width: 1100px;
    width: 100%;
    margin: 80px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower main div.inner section.contents {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.contents {
    width: 89.3333333333vw;
    margin-top: 9.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower main div.inner section.contents ul.c_lesson-coach-list {
    gap: 60px 30px;
    margin: 0 auto;
  }
}
body.lower main div.inner section.contents ul.c_lesson-coach-list li p.nt {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  a.line_btn {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner p.txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner p.txt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.flow {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  section.flow {
    margin-top: 13.3333333333vw;
  }
}
section.flow h2 {
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  section.flow h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  section.flow div.list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
    width: 100%;
    margin: 70px auto 0;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6.6666666667vw;
    gap: 5.3333333333vw 0;
  }
}
section.flow div.list div.item {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.flow div.list div.item {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.list div.item {
    display: flex;
    align-items: center;
    gap: 0 4vw;
  }
}
section.flow div.list div.item p.title {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.flow div.list div.item p.title {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.list div.item p.title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
   section.flow div.list div.item div.image {
    margin: 15px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.list div.item div.image img {
    min-width: 36.4vw;
    max-width: 36.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.flow div.list div.item p {
    line-height: 1.7;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.flow div.list div.item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.list div.item p {
    line-height: 1.6;
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
section.flow div.list span.arrow {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section.flow div.list span.arrow img {
    width: 16.8vw;
  }
}



a.line_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
    background-color: #4cc764;
    border-radius: 100px;
    margin: 0 auto !important;
    top: 15px;
    padding: 5% 0;
}



 a.line_btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/common/icon_line2.png) 0 0/100% no-repeat;
    left: 18px;
    width: 35px;
    height: 35px;
}

a.line_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/common/arrow-wh.png) 0 0/100% no-repeat;
    height: 15px;
    width: 15px;
    right: 10%;
}



@media screen and (min-width: 768px) {
  a.line_btn {
      width: 330px;
      height: 60px;
      font-size: 19px;
      transition: 0.4s;
      padding-left: 20px;
      top: 50px;
  }

  a.line_btn:before {
    left: 18px;
    width: 40px;
    height: 39px;
  }

a.line_btn:after {
    transition: 0.4s;
    right: 20px;
    width: 15px;
    height: 14px;
}

}






