@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
/**** fv ****/
@media screen and (min-width: 768px) {
  .child-fv__ttl {
    padding: 0 130px;
  }
}
@media screen and (min-width: 992px) {
  .child-fv__ttl {
    padding: 0 200px;
  }
}
.child-fv__ttl::before {
  width: 25%;
}
.child-fv__ttl::after {
  width: 25%;
}
.child-fv__ttl--sub img {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .child-fv__ttl--sub img {
    width: 72px;
  }
}

.schedule-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
.schedule__txt {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 21px;
  margin-bottom: 39px;
}
@media screen and (min-width: 992px) {
  .schedule__txt {
    font-size: 1.25rem;
    margin-top: 40px;
    margin-bottom: 46px;
  }
}
.schedule__caution {
  margin-top: 10px;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .schedule__caution {
    font-size: 1.25rem;
    margin-top: 36px;
  }
}

table {
  width: 100%;
}
table tr {
  border-top: 1px solid #000000;
}
table tr th,
table tr td {
  text-align: center;
  padding: 16px 0px;
  border-left: 1px solid #000000;
}
@media screen and (min-width: 992px) {
  table tr th,
  table tr td {
    font-size: 1.25rem;
    padding: 37.5px 0px;
  }
}
table tr th {
  font-weight: 400;
  background-color: #FFDAB0;
}
table thead tr th:first-of-type {
  width: 23%;
}
@media screen and (min-width: 992px) {
  table thead tr th:first-of-type {
    width: 17%;
  }
}
table thead tr th:nth-of-type(2), table thead tr th:nth-of-type(3) {
  width: 38.5%;
}
@media screen and (min-width: 992px) {
  table thead tr th:nth-of-type(2), table thead tr th:nth-of-type(3) {
    width: 41.5%;
  }
}
table thead tr th:last-of-type {
  border-right: 1px solid #000000;
}
table tbody tr:last-of-type th,
table tbody tr:last-of-type td {
  border-bottom: 1px solid #000000;
}
table tbody tr td:last-of-type {
  border-right: 1px solid #000000;
}

.plan-wrapper {
  max-width: 1140px;
  margin: 127px auto 0;
}
.plan-wrapper table tr th {
  background-color: #EEFAEF;
}
.plan-wrapper table tr td span {
  margin-top: 7px;
  display: block;
}
.plan-wrapper table thead tr th:first-of-type {
  width: 34%;
}
@media screen and (min-width: 992px) {
  .plan-wrapper table thead tr th:first-of-type {
    width: 23.3%;
  }
}
.plan-wrapper table thead tr th:nth-of-type(2) {
  width: 66%;
}
@media screen and (min-width: 992px) {
  .plan-wrapper table thead tr th:nth-of-type(2) {
    width: 76.7%;
  }
}
.plan__txt {
  margin-top: 34px;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .plan__txt {
    margin-top: 68px;
    font-size: 1.25rem;
  }
}

.campaign__message {
  font-weight: 700;
  text-align: center;
  font-size: 1.125rem;
  margin-top: 36px;
}
@media screen and (min-width: 992px) {
  .campaign__message {
    font-size: 3rem;
  }
}
.campaign__limited {
  background-color: #51D056;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 10px 0;
  margin-top: 26px;
}
@media screen and (min-width: 992px) {
  .campaign__limited {
    font-size: 2.25rem;
    padding: 20px 0;
  }
}

.set-wrapper {
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .set-wrapper {
    margin-top: 119px;
  }
}
.set-list-wrapper {
  max-width: 1353px;
  margin: 34px auto 0;
}
.set-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media screen and (min-width: 576px) {
  .set-list {
    margin-left: -11px;
    margin-right: -11px;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .set-list {
    margin-left: -23px;
    margin-right: -23px;
    justify-content: center;
  }
}
.set-list-item {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .set-list-item {
    width: 50%;
    padding: 0 11px;
  }
}
@media screen and (min-width: 768px) {
  .set-list-item {
    width: 33.3333333%;
  }
}
@media screen and (min-width: 992px) {
  .set-list-item {
    padding: 0 23px;
  }
}
.set-list-item__img {
  text-align: center;
}
.set-list-item__txt {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .set-list-item__txt {
    margin-top: 22px;
    font-size: 1.25rem;
  }
}

.spot-wrapper {
  max-width: 1130px;
  margin: 70px auto 0;
}
@media screen and (min-width: 992px) {
  .spot-wrapper {
    margin-top: 145px;
  }
}
.spot__message {
  margin-top: 24px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .spot__message {
    font-size: 1.25rem;
    margin-bottom: 100px;
  }
}
.spot-detail {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (min-width: 576px) {
  .spot-detail {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) {
  .spot-detail {
    margin-left: -41px;
    margin-right: -41px;
  }
}
.spot__img {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .spot__img {
    width: 57%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .spot__img {
    padding: 0 41px;
  }
}
.spot-txt-wrapper {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .spot-txt-wrapper {
    width: 43%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .spot-txt-wrapper {
    padding: 0 41px;
  }
}
.spot__ttl {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-weight: 700;
  background-color: #FF8B05;
  border-radius: 100vw;
  margin-bottom: 14px;
  padding: 4px 0px 7px 25px;
}
@media screen and (min-width: 992px) {
  .spot__ttl {
    font-size: 2rem;
    padding-left: 50px;
  }
}
.spot__ttl--180 {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .spot__ttl--180 {
    margin-top: 39px;
  }
}
.spot__price {
  font-size: 1.5rem;
  padding-left: 40px;
}
@media screen and (min-width: 992px) {
  .spot__price {
    font-size: 2.25rem;
    padding-left: 79px;
  }
}

.terms-wrapper {
  margin-top: 66px;
}
@media screen and (min-width: 992px) {
  .terms-wrapper {
    margin-top: 132px;
  }
}
.terms-list-wrapper {
  margin-top: 41px;
  background-color: #FFFEFA;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .terms-list-wrapper {
    padding: 85px 90px;
  }
}
.terms-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 42px;
}
.terms-list-item {
  width: 100%;
}
.terms-list-item .ttl-pattern2 {
  text-align: left;
}
.terms-list-item ul {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  padding-left: 12px;
}
@media screen and (min-width: 992px) {
  .terms-list-item ul {
    padding-left: 24px;
  }
}
.terms-list-item ul li {
  position: relative;
  padding-left: 16px;
  width: 100%;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .terms-list-item ul li {
    font-size: 1.25rem;
    padding-left: 20px;
  }
}
.terms-list-item ul li::before {
  content: "・";
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .terms-list-item ul li::before {
    font-size: 1.25rem;
  }
}/*# sourceMappingURL=style-guide.css.map */

.onsitetable01 th{white-space: nowrap;padding: 20px;}
.onsitetable01 td{text-align: left;padding: 20px;}
.onsitetable01{max-width: 1200px;margin: auto;line-height: 180%;}
.onsitetable01 .bg-green{background-color: #EEFAEF;}
.onsite1notes{font-size: 2rem;font-weight: 700;color: #FF8B05;text-align: center;font-family: "Zen Maru Gothic", serif;margin-bottom: 100px;}
.onsite-txt{font-size: 20px;line-height: 170%;}
.onsite-wrapper{margin: 80px 20px;}
.onsite-wrapper img{max-width: 100%;border-radius: 30px;margin-top: 50px;}
.onsite-images{margin-bottom: 50px;padding: 0 20px;}
.onsite-images img{width: 100%;border-radius: 30px;margin-top: 50px;}
.onsite-ul01{list-style-type: disc;padding-left: 20px;}

@media screen and (min-width: 992px) {
.onsitetable01 th{width: 20%;}
.onsitetable01 td{width: 80%;}
.onsite-wrapper{max-width: 1100px;margin: 100px auto;display: grid;gap: 30px;grid-template-columns: 1fr 1fr;}
.onsite-wrapper img{margin-top: 10px;}
.onsite-images{display: grid;grid-template-columns: 1fr 1fr;gap: 20px;padding: 0;max-width: 1200px;margin: -50px auto 100px auto;}
}

