@charset "UTF-8";
body {
  background: #00adda url(../img/bg_main.jpg) top center;
  background-size: 1920px auto;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
}

.reserve {
  width: 100%;
  height: 80px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.reserve img {
  max-width: 470px;
  height: auto;
}

.kv__inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding-top: 80px;
}

.topics {
  padding-bottom: 8px;
  background: url(../img/topics/bg_topics.png) center;
}
.topics h2 {
  margin-bottom: 16px;
  padding-top: 28px;
}
.topics h2 img {
  margin: 0 auto;
}
.topics__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}
.topics__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 36px;
  margin-bottom: 10px;
}
.topics__list div {
  width: 100%;
  max-width: calc(50% - 18px);
}
.topics__list.type2 {
  flex-wrap: nowrap;
  gap: 12px;
}
.topics__list.type2 div {
  max-width: calc(33% - 12px);
}
.topics p {
  color: #FFF;
  font-size: 21px;
  line-height: 31px;
}

.cpContent {
  /* アコーディオン */
}
.cpContent__title {
  width: 100%;
  margin: 0 auto 48px;
  padding-top: 40px;
}
.cpContent__title img {
  margin: 0 auto;
}
.cpContent__inner {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 56px;
}
.cpContent .accordion {
  cursor: pointer;
  overflow-y: hidden;
  transition: 0.6s;
}
.cpContent .accordion img {
  width: 100%;
}
.cpContent .accordion.accordion1 {
  max-height: 54px;
}
.cpContent .accordion.accordion2 {
  max-height: 58px;
}
.cpContent .accordion.isOpen {
  max-height: none;
}

.cpContent.cp1 .cpContent__inner:first-of-type {
  padding-bottom: 0;
}

.cp1 {
  background-color: #ece2d4;
  background-image: url(../img/cp1/bg_cp1_2.png), url(../img/cp1/bg_cp1_1_l.png), url(../img/cp1/bg_cp1_1_r.png);
  background-position: center top 300px, left top, right top;
  background-size: 1008px auto, auto, auto;
  background-repeat: no-repeat, repeat-y, repeat-y;
}
.cp1.type2 {
  background-image: url(../img/cp1/bg_cp1_2.png), url(../img/cp1/bg_cp1_1_l.png), url(../img/cp1/bg_cp1_1_r.png), url(../img/cp1/bg_cp1_3.png);
  background-position: center top 300px, left top, right top, center top;
  background-size: 1008px auto, auto, auto, auto;
  background-repeat: no-repeat, repeat-y, repeat-y, repeat;
}
.cp1__box {
  margin-bottom: 56px;
}
.cp1__box:last-of-type {
  margin-bottom: 36px;
}

.cpContent.cp2 .cpContent__title {
  padding-top: 16px;
}

.cp2__prise {
  margin-bottom: 30px;
}
.cp2__caution {
  margin: 34px 0 8px;
}

.cp3 {
  background-image: url(../img/cp3/bg_cp3_l.png), url(../img/cp3/bg_cp3_r.png);
  background-position: top 36px left, top 36px right;
  background-size: auto;
  background-repeat: no-repeat;
}
.cp3__caution {
  margin-bottom: 40px;
}
.cp3__box {
  margin-bottom: 46px;
  padding: 32px 40px;
  border: 16px solid #d2b356;
  background: #fffded url(../img/cp3/bg_cp3_box.png) top center repeat-y;
}
.cp3__box .accordion1 {
  margin: 30px 0 66px;
}
.cp3__box h3 {
  max-width: 86.4%;
  margin: 0 auto 36px;
}
.cp3__box .accordion2 {
  margin-top: 40px;
}

.flow {
  padding: 42px 30px;
  border-radius: 25px;
  background: #FFF url(../img/flow/bg_flow.png) top 40px center no-repeat;
}
.flow h2 {
  margin-bottom: 20px;
  font-family: "kozuka-mincho-pro", "Hiragino Kaku Gothic Pro", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  text-align: center;
}
.flow h3.limit {
  max-width: 68.75%;
  margin: 0 auto 24px;
}
.flow h3.flex {
  display: flex;
}
.flow__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
  /* flexの中身 */
}
.flow__box:last-of-type {
  margin-bottom: 44px;
}
.flow__box div {
  width: 100%;
}
.flow__box div:first-of-type {
  max-width: 64px;
}
.flow__box div h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 36px;
}
.flow__box div p {
  font-size: 24px;
  line-height: 36px;
}
.flow__box div p.small {
  font-size: 16px;
  line-height: 21px;
}
.flow__box__img {
  margin: 36px auto 30px;
}
.flow__box__img.img1 {
  max-width: 35.2%;
}
.flow__box__img.img2 {
  max-width: 51.6%;
}
.flow__box__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
}
.flow__box__link img {
  max-height: 72px;
}
.flow .btn {
  display: block;
  max-width: 87.8%;
  margin: 0 auto;
}
.flow .btn img {
  max-width: 100%;
}

.cp4 {
  background-image: url(../img/cp4/bg_cp4_2_l.png), url(../img/cp4/bg_cp4_2_r.png), url(../img/cp4/bg_cp4.png);
  background-size: auto, auto;
  background-position: top 36px left, top 36px right, top center;
  background-repeat: repeat-y, repeat-y, repeat;
}
.cp4 p {
  margin-bottom: 36px;
  text-align: center;
}
.cp4 p img {
  max-width: 76.75%;
  margin: 0 auto;
}
.cp4 h3 {
  margin-bottom: 40px;
}
.cp4 .btn {
  display: block;
  max-width: 85.125%;
  margin: 0 auto;
}

.about {
  padding: 40px 0 90px;
  background: #000;
}
.about__inner {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: 0 auto;
}
.about h2 {
  margin-bottom: 48px;
}
.about h3 {
  margin-bottom: 36px;
}
.about p {
  margin-bottom: 42px;
  color: #FFF;
  line-height: 34px;
}
.about__link {
  display: block;
  max-width: 70.6%;
  margin: 0 auto 32px;
}
.about .btn {
  display: block;
  max-width: 81.25%;
  margin: 40px auto 0;
}

.footer {
  width: 100%;
  height: 135px;
  background: #c10202;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.footer img {
  max-width: 470px;
  height: auto;
}

.pageTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  max-width: 133px;
}

@media screen and (max-width: 880px) {
  body {
    font-size: 2.27vw;
    line-height: 3.86vw;
  }
  .reserve {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 17.0454545455vw;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .reserve img {
    display: block;
    width: 79.5454545455vw;
    height: auto;
  }
  .topics {
    padding-bottom: 0.9vw;
  }
  .topics h2 {
    margin-bottom: 1.8vw;
    padding-top: 3.18vw;
  }
  .topics__inner {
    width: calc(100% - 9.1vw);
    padding: 0 2vw;
  }
  .topics__list {
    margin-bottom: 1.13vw;
    gap: 2.72vw 4.1vw;
  }
  .topics__list div {
    max-width: calc(50% - 2.4vw);
  }
  .topics__list.type2 {
    gap: 1.36vw;
  }
  .topics p {
    font-size: 2.38vw;
    line-height: 3.52vw;
  }
  .cpContent {
    /* アコーディオン */
  }
  .cpContent__title {
    margin: 0 auto 5.45vw;
    padding-top: 4.5vw;
  }
  .cpContent__inner {
    width: calc(100% - 9.1vw);
    padding-bottom: 6.3vw;
  }
  .cpContent .accordion.accordion1 {
    max-height: 6.13vw;
  }
  .cpContent .accordion.accordion2 {
    max-height: 6vw;
  }
  .cpContent .accordion.isOpen {
    max-height: none;
  }
  .cp1 {
    background: #ece2d4 url(../img/cp1/bg_cp1_sp.png) center top no-repeat;
  }
  .cp1.type2 {
    background-image: url(../img/cp1/bg_cp1_3.png);
    background-position: center top;
    background-size: 120% auto;
    background-repeat: repeat-y;
  }
  .cp1__box {
    margin-bottom: 6.3vw;
  }
  .cp1__box:last-of-type {
    margin-bottom: 4.1vw;
  }
  .cpContent.cp2 .cpContent__title {
    padding-top: 1.8;
  }
  .cp2__prise {
    margin-bottom: 3.4vw;
  }
  .cp2__caution {
    margin: 3.86vw 0 0.09vw;
  }
  .cp3 {
    background: none;
  }
  .cp3__caution {
    margin-bottom: 4.5vw;
  }
  .cp3__box {
    margin-bottom: 5.22vw;
    padding: 3.6vw 4.5vw;
    border: 1.8vw solid #d2b356;
  }
  .cp3__box .accordion1 {
    margin-bottom: 7.5vw;
  }
  .cp3__box h3 {
    margin: 0 auto 4.1vw;
  }
  .cp3__box .accordion2 {
    margin-top: 4.5vw;
  }
  .flow {
    padding: 4.77vw 3.4vw;
    border-radius: 2.8vw;
    background: #FFF url(../img/flow/bg_flow.png) top 4.5vw center no-repeat;
  }
  .flow h2 {
    margin-bottom: 2.27vw;
    font-size: 5.68vw;
  }
  .flow h3 {
    margin: 0 0 2.72vw;
  }
  .flow h3.limit {
    margin: 0 auto 2.72vw;
  }
  .flow__box {
    margin-bottom: 3.18vw;
    /* flexの中身 */
  }
  .flow__box:last-of-type {
    margin-bottom: 5vw;
  }
  .flow__box div:first-of-type {
    max-width: 7.2vw;
  }
  .flow__box div h3 {
    margin-bottom: 1.36vw;
    font-size: 3.18vw;
    line-height: 4.1vw;
  }
  .flow__box div h3 img {
    max-width: 9.2vw;
  }
  .flow__box div p {
    font-size: 2.6vw;
    line-height: 4.1vw;
  }
  .flow__box div p.small {
    font-size: 1.8vw;
    line-height: 2.38vw;
  }
  .flow__box__img {
    margin: 4.1vw auto 3.4vw;
  }
  .flow__box__link {
    gap: 3.4vw;
    padding-top: 1.13vw;
  }
  .flow__box__link img {
    max-height: 8.1vw;
  }
  .cp4 {
    background-image: url(../img/cp4/bg_cp4.png);
    background-size: auto;
    background-position: top center;
  }
  .cp4 p {
    margin-bottom: 4.1vw;
  }
  .cp4 h3 {
    margin-bottom: 4.5vw;
  }
  .about {
    padding: 4.5vw 0 10.2vw;
    background: #000;
  }
  .about__inner {
    width: calc(100% - 9vw);
  }
  .about h2 {
    margin-bottom: 4.45vw;
  }
  .about h3 {
    margin-bottom: 2.4vw;
  }
  .about p {
    margin-bottom: 4.72vw;
    line-height: 3.86vw;
  }
  .about__link {
    margin: 0 auto 3.6vw;
  }
  .about .btn {
    margin: 4.5vw auto 0;
  }
  .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 17.0454545455vw;
  }
  .footer img {
    display: block;
    width: 79.5454545455vw;
    height: auto;
  }
  .pageTop {
    bottom: 4.5vw;
    right: 4.5vw;
    max-width: 15.1vw;
  }
}/*# sourceMappingURL=style.css.map */