@charset "UTF-8";

/*-------------------------------------------
初回の方バナー
-------------------------------------------*/
.trial {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/top/para.svg);
  background-color: rgba(255, 255, 255, 0.5);
  background-position: center top;
  background-size: cover;
  margin-top: 40px;
  margin-bottom: 60px;
}
.trial .box .lesson {
  font-weight: bold;
}
.trial .box {
  width: 100%;
  max-width: 500px;
  background-color: rgba(70, 212, 114, 0.5);
  padding: 50px 0;
  text-align: center;
}
.trial .box .title-trial {
  color: #333;
  font-size: 28px;
  /* font-weight: bold; */
  margin-bottom: 25px;
}
.trial .box .btn-trial {
  color: #fff;
  background-color: #f9b908;
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  position: relative;
}
.trial .box .btn-trial::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 25px;
  right: -20px;
}
/*-------------------------------------------
単発　回数券
-------------------------------------------*/
#overview {
  margin-bottom: 40px;
}
#overview .overview-list {
  display: flex;
}
#overview .overview-list dt {
  width: 200px;
  border-top: solid 1px #1f1f1f;
  border-bottom: solid 1px #1f1f1f;
  font-size: 24px;
  font-weight: bold;
  padding: 40px 20px;
}
#overview .overview-list dt:last-of-type {
  border-bottom: solid 1px #1f1f1f;
}
#overview .overview-list dd {
  width: calc(100% - 200px);
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 22px;
  padding: 40px 0 40px 100px;
  line-height: 1.8;
}
#overview .overview-list dd:last-of-type {
  border-bottom: solid 1px #ccc;
}

/*-------------------------------------------
オプション
-------------------------------------------*/
#overview {
  margin-bottom: 80px;
}
#overview .overview-listop {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#overview .overview-listop dt {
  width: 200px;
  border-top: solid 1px #1f1f1f;
  font-size: 20px;
  font-weight: bold;
  padding: 40px 20px;
}
#overview .overview-listop dt:last-of-type {
  border-bottom: solid 1px #1f1f1f;
}
#overview .overview-listop dd {
  width: calc(100% - 200px);
  border-top: solid 1px #ccc;
  font-size: 22px;
  padding: 40px 0 0 20px;
  line-height: 1.8;
}
#overview .overview-listop dd:last-of-type {
  border-bottom: solid 1px #ccc;
}
.section-titleop {
  font-size: 26px;
  font-weight: bold;
  position: relative;
}
.section-titleop span {
  max-width: 1000px;
  display: block;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#overview .overview-listop .spanop{
  font-size: 18px;
}
.section-titleop ::before {
  content: "";
  width: calc((100% - 1000px) / 2);
  height: 1px;
  background-color: #1f1f1f;
  position: absolute;
  top: 15px;
  left: 0;
}
.bestop {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  max-width: 1000px;
  margin: 0 30px 20px 350px;
  background-color: #f9b908;
  border-radius: 30px;
  color: #fff;
  padding: 8px 30px;
}
/*-------------------------------------------
料金表
-------------------------------------------*/
.plan-table {
  /* overflow-x: auto; */
  padding: 0 20px;
  margin-bottom: 80px;
}
.plan-table .table {
  width: 1000px;
  border-collapse: collapse;
  margin: 0 auto;
  /* table-layout: fixed; */
}
.plan-table .table th,
.plan-table .table td {
  border: solid 1px #707070;
  padding: 20px;
}
.plan-table .table thead th {
  background-color: #fafafa;
  font-size: 22px;
  font-weight: 500;
}
.plan-table .table thead th:first-child {
  width: 300px;
  background-color: #fff;
  border-left: none;
  border-top: none;
}
.plan-table .table thead th:nth-child(n+2) {
  width: 200px;
}
.plan-table .table tbody th {
  background-color: #fafafa;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.plan-table .table tbody td {
  font-size: 18px;
  text-align: center;
}
.plan-table .table  tbody td .title {
  display: block;
  font-size: 17px;
}
.plan-table .table  tbody td .price {
  font-size: 24px;
  font-weight: 500;
}

.plan-table .table  tbody td .note {
  font-size: 12px;
}

.plan-table .table .td {
  font-size: 15px;
}
/*-------------------------------------------
おすすめプラン
-------------------------------------------*/
.detail {
  background-color: #ffed58;
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  padding: 100px 0;
  margin-bottom: 80px;
}
.detail .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .item .img {
  width: 55%;
  margin-right: 5%;
}
.detail .item .img img {
  width: 100%;
}
.detail .item .text {
  width: 40%;
}
.detail .item .text .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.detail .item .text .description {
  line-height: 1.8;
  margin-bottom: 20px;
}

/*-------------------------------------------
詳細はこちら
-------------------------------------------*/
.detail .btn {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 10px 30px;
  position: relative;
}
.detail .btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 18px;
}

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {

.page-head-text {
  padding-bottom: 10px;
}
.page-head-text .text {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
}
/*-------------------------------------------
初回の方バナー
-------------------------------------------*/
.trial {
  height: auto;
  padding: 20px;
  margin-bottom: 0;
}
.trial .box .title-trial {
  font-size: 19px;
}
.trial .box {
  padding: 30px 20px;
}

/*-------------------------------------------
料金
-------------------------------------------*/
  .plan-table {
    margin-bottom: 40px;
  }
  .plan-table .table {
    width: 400px;
  }
  .plan-table .table th,
  .plan-table .table td {
    font-size: 14px;
    padding: 10px;
  }
  .plan-table .table thead th {
    font-size: 11px;
  }
  .plan-table .table tbody th {
    font-size: 9px;
  }
  .plan-table .table thead th:first-child {
    width: 150px;
  }
  .plan-table .table thead th:nth-child(n+2) {
    width: 150px;
  }
  .plan-table .table tbody td {
    font-size: 13px;
  }
  .plan-table .table  tbody td .title {
    font-size: 12px;
  }
  .plan-table .table tbody td .one {
    font-size: 9px;
  }
  .plan-table .table tbody td .price {
    font-size: 13px;
  }
  .plan-table .table .td {
    font-size: 10px;
  }
/*-------------------------------------------
単発　回数券
-------------------------------------------*/
#overview {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 40px;
}
.overview-list dt {
  width: 200px;
  padding: 20px 0;
}
#overview .overview-list dt {
  font-size: 18px;
  padding: 20px;
}
#overview .overview-list dd {
  font-size: 16px;
  width: calc(100% - 200px);
  padding: 20px 0;
}
.bestop {
  font-size:18px;
  margin: 0 10px 20px 10px;
  margin-left: 40px;
}

/*-------------------------------------------
オプション
-------------------------------------------*/

.section-titleop {
  font-size: 22px;
  margin-bottom: 0;
}
.section-titleop span {
  margin-bottom: 30px;
}
#overview .overview-listop .spanop {
  font-size: 16px;
}
#overview .overview-listop {
  flex-direction: column;
  margin-bottom: 30px;
}
#overview .overview-listop dt {
  padding: 20px;
  width: 100%;
}
#overview .overview-listop dd {
  width: 100%;
  padding: 5px 10px 0 20px;
  padding-bottom: 10px;
}
#overview .overview-listop dt:last-of-type {
  border-bottom: solid 0px #ccc;
}
#overview .overview-listop dd:last-of-type {
  border-bottom: solid 1px #1f1f1f;
}

/*-------------------------------------------
おすすめプラン
-------------------------------------------*/
  .detail {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    padding: 80px 0;
    margin-bottom: 40px;
  }
  .detail .item {
    flex-direction: column;
  }
  .detail .item .img {
    width: 100%;
    margin: 0 0 40px;
  }
  .detail .item .text {
    width: 100%;
  }
  .detail .item .text .title {
    text-align: center;
  }
  .plan-table {
    padding: 0;
  }
}