@charset "UTF-8";
.pageTtl {
  padding: 85px 0 0;
  margin-bottom: 1.2em;
  background: linear-gradient(180deg, rgba(198, 188, 178, 0.4) 0, #fff 100px);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

.secPrice {
  padding: 0 0 80px;
}
.secPrice__inner {
  max-width: 1060px;
}
.secPrice__ttl {
  padding: 4px 15px 4px 18px;
  margin-bottom: 15px;
  color: #847968;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  position: relative;
}
.secPrice__ttl::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #847968;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.secPrice__ttl.mt {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .secPrice__ttl {
    padding-left: 24px;
    padding-right: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .secPrice__ttl.mt {
    margin-top: 60px;
  }
}
.secPrice__txt {
  width: 100%;
  font-size: 14px;
  line-height: 1.75;
}
.secPrice__txt.mb15 {
  margin-bottom: 15px;
}
.secPrice__txt + .secPrice__txt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .secPrice__txt {
    padding: 0 20px;
    font-size: 15px;
  }
  .secPrice__txt--classic {
    margin-bottom: 16px;
  }
}
.secPrice__txt--medium {
  font-weight: 500;
}
.secPrice__txt--list > li {
  padding-left: 1.2em;
  position: relative;
}
.secPrice__txt--list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.secPrice__planBlkWrap {
  width: 100%;
  padding-top: 15px;
  margin-bottom: 65px;
  display: grid;
  grid-gap: 55px;
}
.secPrice__planBlk {
  width: 100%;
}
.secPrice__planBlk_ttlWrap {
  padding: 18px 0 10px;
  background: linear-gradient(180deg, rgba(213, 203, 195, 0.7) 0%, rgba(213, 203, 195, 0.15) 100%);
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 6px;
  position: relative;
}
.secPrice__planBlk_ttlWrap::before {
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.secPrice__planBlk_ttlWrap--free::before {
  background: linear-gradient(90deg, #6BB263 0%, #17763E 100%);
}
.secPrice__planBlk_ttlWrap--lesson::before {
  background: linear-gradient(90deg, #BDC050 0%, #AB810C 100%);
}
.secPrice__planBlk_ttlWrap--plus::before {
  background: linear-gradient(90deg, #B45D30 0%, #860D0D 100%);
}
.secPrice__planBlk_ttlWrap .limited {
  color: #c04628;
  font-size: 15px;
  font-weight: 700;
}
.secPrice__planBlk_ttlWrap .limited strong {
  font-size: 156.25%;
}
@media screen and (min-width: 768px) {
  .secPrice__planBlk_ttlWrap {
    font-size: 15px;
  }
  .secPrice__planBlk_ttlWrap .limited {
    font-size: 16px;
  }
}
.secPrice__planBlk_ttl {
  font-size: 24px;
  font-weight: 700;
}
.secPrice__planBlk_row {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.secPrice__planBlk_row:not(:last-child) {
  border-bottom: 1px solid #d5cbc3;
}
.secPrice__planBlk_row:has(.openTime) {
  padding: 16px 10px;
}
.secPrice__planBlk_row .price {
  color: #A89B88;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.secPrice__planBlk_row .discount {
  text-decoration: line-through;
}
.secPrice__planBlk_row .strikethrough {
  position: relative;
}
.secPrice__planBlk_row .strikethrough::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.secPrice__planBlk_row .arrow {
  display: inline-block;
  transform: translateY(3px);
}
.secPrice__planBlk_row em {
  font-weight: 500;
  font-style: normal;
}
.secPrice__planBlk_row em strong {
  color: #c04628;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .secPrice__planBlk_row {
    padding: 10px 0;
  }
  .secPrice__planBlk_row .price {
    font-size: 26px;
  }
  .secPrice__planBlk_row .arrow {
    transform: translateY(0);
  }
  .secPrice__planBlk_row em {
    font-size: 20px;
  }
  .secPrice__planBlk_row em strong {
    font-size: 32px;
  }
}
.secPrice__planBlk_detail {
  width: 100%;
  display: grid;
}
.secPrice__planBlk_detail dt, .secPrice__planBlk_detail dd {
  text-align: center;
}
.secPrice__planBlk_detail dt {
  padding: 5px 0 0;
  font-weight: 500;
}
.secPrice__planBlk_detail dt small {
  font-size: 13px;
  font-weight: 500;
}
.secPrice__planBlk_detail dt:not(:first-child) {
  padding-top: 30px;
}
.secPrice__planBlk_detail dd {
  padding: 0 0 5px;
  font-size: 14px;
  font-weight: 400;
}
.secPrice__planBlk_detail dd strong {
  color: #A89B88;
  font-size: 20px;
  font-weight: 700;
}
.secPrice__planBlk_detail dd strong.pre {
  color: #c04628;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .secPrice__planBlk_detail {
    grid-template-columns: 40.4% auto;
  }
  .secPrice__planBlk_detail dt {
    padding: 5px 10px 5px calc(100% - 14em);
    text-align: left;
    white-space: nowrap;
  }
  .secPrice__planBlk_detail dt:not(:first-child) {
    padding-top: 8px;
  }
  .secPrice__planBlk_detail dd {
    padding: 2px 0 10px 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
  }
  .secPrice__planBlk_detail--openTime {
    grid-template-columns: 15% auto auto;
  }
  .secPrice__planBlk_detail--openTime dt {
    padding: 5px 5px 5px calc(100% - 5.5em);
  }
  .secPrice__planBlk_detail--oneItem {
    grid-template-columns: auto auto;
  }
  .secPrice__planBlk_detail--oneItem dt {
    padding: 5px 10px;
    text-align: right;
  }
  .secPrice__planBlk_detail--oneItem dt small {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .secPrice__planBlk_detail--openTime {
    grid-template-columns: 26.2% auto auto;
  }
}
.secPrice__btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.secPrice__btnWrap .btn {
  padding: 0.7em 1.4em;
  border: 1px solid #A89B88;
}