@charset "utf-8";
/* CSS Document */
/*--top----------------------------------------------------------*/
.top .main {
  display: flex;
  max-height: 500px;
  background: url("../image/special/special-img.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 10% 0;
}
.main h1 {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: bold;
  margin-left: 10%;
}
.main h1 span {
  font-size: 1.6rem;
}
.description_area .inner {
  margin-top: 80px;
  width: 85%;
}
.description_area h3 {
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.description_area h3 span {
  font-size: 1.6rem;
  color: #8cc11e;
  letter-spacing: 0.8rem;
}
.sp-discription {
  display: block;
  line-height: 2;
  font-size: 1.6rem;
  width: 85%;
  margin: 20px auto;
  text-align: left;
}
table.table_C {
  margin: 50px 0 80px 0;
  border: solid 1px #000;
  border-collapse: collapse;
  color: #3a4d5b;
  width: 100%;
}
table.table_C tr th {
  border: solid 1px #ccc;
  background-color: #8cc11e;
  padding: 5px;
}
table.table_C tr th.t_head {
  width: 150px;
  padding: 10px;
}
table.table_C tr td {
  border: solid 1px #ccc;
  padding: 10px 10px 10px 20px;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .sp-discription {
    font-size: 1.4rem;
  }
  .br-sp3 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .top .main {
    height: 400px;
    background: url("../image/special/special_mobile.jpg") no-repeat 0 0;
    background-size: cover;
  }
  .top .main {
    height: 400px;
  }
  .main h1 {
    font-size: 2.2rem;
    line-height: 260px;
  }
  .description_area .inner {
    margin-top: 50px;
  }
  .description_area h3 {
    font-size: 1.8rem;
  }
  .description_area h3 span {
    font-size: 1.2rem;
    letter-spacing: 0.5rem;
  }
  .br-sp2 {
    display: block;
  }
  .service_dot {
    display: none;
  }
  table.table_C tr th.t_head {
    width: 100px;
  }
}
/*--lesson section-------------------------------------------*/
.lesson .inner {
  margin-top: 100px;
  width: 90%;
}
.list-1,
.list-2 {
  display: flex;
  justify-content: space-around;
  margin: 80px 0;
  text-align: left;
  align-items: center;
}
.list-2 {
  flex-flow: row-reverse;
}
.description-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  margin-left: 80px;
  width: 50%;
}
.list-2 .description-wrap {
  margin-left: 0;
  margin-right: 80px;
}
.description-wrap span {
  display: inline-block;
  width: 100%;
  font-size: 38px;
  padding: 5px;
  font-weight: bold;
  letter-spacing: 0.28em;
  color: #8cc11e;
}
.description-wrap span:first-child {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.lesson h3 {
  margin: 20px 0;
  font-size: 1.8rem;
}
.lesson p {
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .list-1,
  .list-2 {
    flex-wrap: wrap;
  }
  .lesson ul li img {
    width: 80vw;
  }
  .description-wrap {
    margin-left: 0;
    margin-top: 14px;
    width: 80%;
  }
  .list-2 .description-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 520px) {
  .lesson h3 {
    font-size: 1.8rem;
    margin: 10px 0;
  }
  .description-wrap span {
    font-size: 28px;
    margin: 0;
  }
  .description-wrap p {
    font-size: 1.4rem;
  }
  .list-1,
  .list-2 {
    margin: 30px 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .lesson .inner {
    padding-bottom: 40px;
  }
}
/*--lesson time prise-------------------------------------------------------*/
.lesson-time_price {
  margin-top: 100px;
}
.lesson-time_price .inner {
  width: 92%;
}
.tbl-r03 {
  margin: 50px 1% 10px;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-all;
}
th {
  background: #8cc11e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 1% 0;
}
td {
  border: solid 1px #ccc;
  padding: 1% 0;
  vertical-align: middle;
}
.lesson_time p {
  text-align: left;
  font-size: 1.4rem;
}
.spcial-btn {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .scroll {
    overflow-x: auto;
  }
  .fill span {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    vertical-align: middle;
    min-height: 4em;
  }
}
@media screen and (max-width: 480px) {
  .td_time {
    font-size: 1.4rem;
  }
  .lesson_time p {
    font-size: 1.2rem;
  }
  .lesson-time_price {
    margin-top: 30px;
  }
}
@media screen and (max-width: 420px) {
  td {
    font-size: 1.4rem;
  }
  .td_time {
    font-size: 1.2rem;
  }
  .br-sp3 {
    display: block;
  }
}
