*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100svh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

html {
  font-size: 62.5%;
}

body {
  background-image: url(../images/SVG/bg-body.svg);
  background-color: #efdcce;
  background-size: 50.5vw;
  background-position: bottom;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 1.6rem;
  color: #222222;
}

#wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #333333;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  border-bottom-right-radius: 50% 20px;
  border-bottom-left-radius: 50% 20px;
  border-top-right-radius: 50% 20px;
  border-top-left-radius: 50% 20px;
}

.main-catch-box {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.main-catch-box h1 {
  background: url(../images/main-view.jpg) no-repeat center center;
  background-size: cover;
  height: calc(100svh - 3px - 50px);
  border-bottom: 3px solid #b8b47d;
  position: relative;
  border-top-right-radius: 50% 20px;
  border-top-left-radius: 50% 20px;
}
.main-catch-box h1 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40%;
}
.main-catch-box .main-catch {
  background: url(../images/bg-text01.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  aspect-ratio: 4/5;
  border-bottom: 3px solid #b8b47d;
}
.main-catch-box .main-catch img {
  width: 30%;
  max-width: 120px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.txt-red {
  color: #c50030;
}

h2 {
  margin-bottom: 30px;
}
h2 img {
  display: block;
  width: 40%;
  max-width: 180px;
  display: block;
  margin: 0 auto;
}

.course-box,
.extra-box {
  background: url(../images/bg-menu.png);
  background-size: 50%;
  padding: 7rem 0;
}
.course-box .txt-c,
.extra-box .txt-c {
  text-align: center;
  padding: 20px 2em;
  line-height: 175%;
}
.course-box .course,
.course-box .extra,
.extra-box .course,
.extra-box .extra {
  margin-top: 3em;
}
.course-box .course h3,
.course-box .extra h3,
.extra-box .course h3,
.extra-box .extra h3 {
  margin-bottom: 3em;
}
.course-box .course h3 img,
.course-box .extra h3 img,
.extra-box .course h3 img,
.extra-box .extra h3 img {
  width: 85%;
  display: block;
  margin: 0 auto;
}
.course-box .course .course-introduction,
.course-box .extra .course-introduction,
.extra-box .course .course-introduction,
.extra-box .extra .course-introduction {
  width: 85%;
  margin: 3rem auto;
}
.course-box .course .course-introduction span,
.course-box .extra .course-introduction span,
.extra-box .course .course-introduction span,
.extra-box .extra .course-introduction span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #ffea00));
  background: linear-gradient(transparent 70%, #ffea00 50%);
}
.course-box .course .extra-description,
.course-box .course .course-description,
.course-box .extra .extra-description,
.course-box .extra .course-description,
.extra-box .course .extra-description,
.extra-box .course .course-description,
.extra-box .extra .extra-description,
.extra-box .extra .course-description {
  width: 85%;
  margin: 3rem auto;
  line-height: 175%;
}
.course-box .course .extra-description .attention,
.course-box .course .course-description .attention,
.course-box .extra .extra-description .attention,
.course-box .extra .course-description .attention,
.extra-box .course .extra-description .attention,
.extra-box .course .course-description .attention,
.extra-box .extra .extra-description .attention,
.extra-box .extra .course-description .attention {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(50%, #ff008c));
  background: linear-gradient(transparent 90%, #ff008c 50%);
}
.course-box .course .extra-description p,
.course-box .course .course-description p,
.course-box .extra .extra-description p,
.course-box .extra .course-description p,
.extra-box .course .extra-description p,
.extra-box .course .course-description p,
.extra-box .extra .extra-description p,
.extra-box .extra .course-description p {
  margin-bottom: 1em;
}
.course-box .course .extra-description .note,
.course-box .course .course-description .note,
.course-box .extra .extra-description .note,
.course-box .extra .course-description .note,
.extra-box .course .extra-description .note,
.extra-box .course .course-description .note,
.extra-box .extra .extra-description .note,
.extra-box .extra .course-description .note {
  font-size: 90%;
}
.course-box .course .course-photo,
.course-box .course .extra-photo,
.course-box .extra .course-photo,
.course-box .extra .extra-photo,
.extra-box .course .course-photo,
.extra-box .course .extra-photo,
.extra-box .extra .course-photo,
.extra-box .extra .extra-photo {
  width: 100%;
  display: block;
}
.course-box .course .course-price,
.course-box .extra .course-price,
.extra-box .course .course-price,
.extra-box .extra .course-price {
  width: 85%;
  margin: 1rem auto 4rem;
  text-align: right;
}
.course-box .course .course-price span,
.course-box .extra .course-price span,
.extra-box .course .course-price span,
.extra-box .extra .course-price span {
  font-size: 150%;
  margin-left: 0.3rem;
}
.course-box .course .attention-course,
.course-box .extra .attention-course,
.extra-box .course .attention-course,
.extra-box .extra .attention-course {
  display: block;
  font-size: 90%;
  text-align: left;
  width: 85%;
  margin: 1rem auto 14rem;
}
.course-box .course-attention,
.extra-box .course-attention {
  list-style: none;
}
.extra-box {
  background: #fff8e6;
  border-bottom: 3px solid #cbaf64;
}
.extra-box h2 {
  font-weight: normal;
  text-align: center;
  font-size: 130%;
  font-weight: lighter;
}

#access-box.access-box {
  background-color: #11275b;
  padding: 7rem 0;
  color: #FFFFFF;
}
#access-box.access-box .access-map {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 2rem;
}
#access-box.access-box article ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 85%;
}
#access-box.access-box article .access-list-02 {
  padding-left: 5rem;
  background-image: url(../images/SVG/icon-opentime.svg);
  background-repeat: no-repeat;
  font-size: 1.5rem;
  margin-top: 1em;
  margin-bottom: 0.3rem;
  min-height: 2.5em;
}
#access-box.access-box article .access-list-02 li {
  line-height: 110%;
  margin-bottom: 0.5em;
}
#access-box.access-box article .access-list-02 li span {
  margin-right: 0.5rem;
  display: inline-block;
}
#access-box.access-box article .access-list-02 li span:nth-child(1) {
  width: 3.5em;
}
#access-box.access-box article .access-list-02 li span:nth-child(2) {
  width: 12em;
}
#access-box.access-box article .access-list-02 li span:nth-child(3) {
  font-size: 80%;
}
#access-box.access-box article .access-list-02 li span:last-child {
  margin-right: 0;
}
#access-box.access-box article .date-notice {
  margin: 0 auto;
  padding: 0;
  width: 85%;
  font-size: 90%;
}
#access-box.access-box article .access-list-01 {
  font-size: 1.8rem;
}
#access-box.access-box article .access-list-01 li {
  margin-bottom: 0.25em;
}
#access-box.access-box article .access-list-01 .attention {
  font-size: 75%;
}

.payment-box {
  background-color: #cab885;
  padding: 7rem 0;
}
.payment-box h2 {
  margin: 0 auto;
  padding: 0;
  width: 85%;
}
.payment-box p {
  margin: 0 auto;
  padding: 0;
  width: 85%;
  text-align: center;
}
.payment-box p .payment-cards {
  font-size: 90%;
}

.reserve-box {
  position: fixed;
  right: 0;
  bottom: 4rem;
  z-index: 999;
}
.reserve-box a {
  display: block;
  width: 5vw;
  max-width: 60px;
  min-width: 40px;
}
.reserve-box a img {
  width: 100%;
}
.reserve-box .reserve-tel {
  margin-bottom: 3rem;
}
footer {
  position: relative;
  min-height: 70rem;
}
footer .min-logo {
  position: absolute;
  right: 8%;
  bottom: 8rem;
  width: 15%;
}
footer .footer-sns-list {
  list-style: none;
  margin: 0 auto;
  width: 85%;
  padding: 3rem 0;
}
footer .footer-sns-list::after {
  content: "FOLLOW US";
  color: #cbaf64;
  display: block;
  font-size: 1.3rem;
}
footer .footer-sns-list li {
  display: inline-block;
  margin-right: 1rem;
}
footer::after {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 100px;
  border-radius: 30%;
  background-color: #222222;
  left: 50%;
  margin-left: -47.5%;
  bottom: -50px;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  body {
    padding: 0px;
    border-radius: 0px;
  }
  #wrapper {
    border-radius: 0px;
  }
  .main-catch-box {
    border-radius: 0px;
  }
  .main-catch-box h1 {
    height: calc(100svh - 3px);
    border-radius: 0px;
  }
  footer::after {
    display: none;
  }
}