@charset "UTF-8";
body {
  background: #ffffff;
  color: #000000;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
}

html, body {
  height: 100%;
}

a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 95%;
  }
}

section ul {
  list-style: none;
}
section ul li {
  list-style: none;
}

header {
  width: 100%;
  padding: 2.2rem 0 0 0;
}
header .container {
  max-width: 90%;
}
@media screen and (max-width: 999px) {
  header .container {
    max-width: 95%;
  }
}
header .container .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 0 4.7rem 0;
}
@media screen and (max-width: 767px) {
  header .container .wrapper {
    flex-direction: column-reverse;
    padding: 0 0 2.2rem 0;
    gap: 1rem;
  }
}
header .container .wrapper .logo {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  header .container .wrapper .logo {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}
header .container .wrapper .logo a:first-child {
  max-width: 29rem;
}
header .container .wrapper .logo a:last-child {
  max-width: 33.5rem;
}
header .container .wrapper .sns {
  display: flex;
  gap: 1.5rem;
}
header .container nav {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
}
header .container nav ul {
  width: 100%;
  display: flex;
  margin: 0;
}
header .container nav li {
  list-style: none;
  border-left: 2px solid #000;
  padding: 0 1em;
  line-height: 1;
}
header .container nav li:last-child {
  padding-right: 0;
}

article {
  width: 100%;
}

section {
  width: 100%;
  margin: 0 auto;
  padding: 3.2rem 0;
}
section .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3.5%;
}
@media screen and (max-width: 767px) {
  section .wrapper {
    flex-direction: column;
  }
}
section .wrapper .card {
  width: 31%;
}
@media screen and (max-width: 767px) {
  section .wrapper .card {
    width: 100%;
  }
}

.card-wrapper {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.card-wrapper .card {
  width: 31%;
  margin: 0 1% 0;
}

.recruit-form form,
.special-camp-form form {
  width: 600px;
  margin: 0 auto;
}

th, td {
  padding: 1rem 0;
}

footer .footer_nav {
  background: #eceeff;
  padding: 5.4rem 0;
}
footer .footer_nav ul li {
  list-style: none;
}
footer .footer_nav .container {
  display: flex;
  justify-content: space-between;
  max-width: 1064px;
}
@media screen and (max-width: 999px) {
  footer .footer_nav .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_nav .container {
    flex-direction: column;
    gap: 2rem;
  }
}
footer .footer_nav .container .card h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
footer .footer_nav .container .card:last-child {
  width: 24%;
}
@media screen and (max-width: 767px) {
  footer .footer_nav .container .card:last-child {
    width: 100%;
  }
}
footer .footer_nav .container .card:last-child p {
  margin-bottom: 0;
}
footer .footer_nav .container .card:last-child dl {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
footer .footer_nav .container .card:last-child dl dt {
  width: 20%;
}
@media screen and (max-width: 767px) {
  footer .footer_nav .container .card:last-child dl dt {
    width: 11%;
  }
}
footer .footer_nav .container .card:last-child dl dd {
  width: 78%;
}
@media screen and (max-width: 767px) {
  footer .footer_nav .container .card:last-child dl dd {
    width: 87%;
  }
}
footer .sponsor {
  text-align: center;
  padding: 4.3rem 0 1.8rem 0;
}
footer .sponsor h4 {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: bold;
}
footer .sponsor .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  footer .sponsor .wrapper {
    padding-bottom: 10rem;
  }
}
footer .sponsor .wrapper a {
  width: 30%;
}
footer .sponsor #copyright {
  font-weight: bold;
}

body {
  background: #fff;
}
body article {
  background: #fff !important;
}

button, input[type=submit] {
  width: 100%;
  color: #ffffff;
  height: auto;
  text-align: center;
  border: none;
  border-radius: 20px;
  background: #39a5de;
}

.btn {
  background: #39a5de;
  padding: 1.6rem 0;
  width: 50%;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 80%;
  }
}
.btn a {
  color: #ffffff;
}

.wp-block-button {
  padding: 8rem 0 0 0;
  font-size: 1.8rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .wp-block-button {
    width: 80%;
    padding: 3rem 0 0 0;
  }
}
.wp-block-button a {
  color: #ffffff;
}

.required {
  font-size: 1rem;
  color: #ff0000;
}

.page-template-default main a {
  color: #0000ff;
}
.page-template-default main .btn a {
  color: #ffffff;
}

p {
  margin-bottom: 2rem;
}

ul li {
  list-style: initial;
  list-style-position: inside;
}

ol li {
  list-style: decimal;
  list-style-position: inside;
}

.wp-block-table table thead {
  border-bottom: unset;
}
.wp-block-table table thead tr th:nth-child(1) {
  background: #F3869C;
}
.wp-block-table table tr {
  border: 1px solid #9e9999;
}
.wp-block-table table tr th {
  background: #f5f4eb;
  border: 1px solid #9e9999;
}
.wp-block-table table tr td {
  border: 1px solid #9e9999;
}

@media screen and (max-width: 767px) {
  header .container #g-menu {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  header .container #g-menu span, header .container #g-menu span:before, header .container #g-menu span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #104897;
    position: absolute;
  }
  header .container #g-menu span:before {
    bottom: 8px;
  }
  header .container #g-menu span:after {
    top: 8px;
  }
  header .container .hamburger {
    position: fixed;
    top: 0;
    z-index: 20;
    display: block;
    width: 100%;
  }
  header .container nav {
    padding: 0;
  }
  header .container nav#global.active #g-menu span {
    background-color: rgba(255, 255, 255, 0);
  }
  header .container nav#global.active #g-menu span:before {
    bottom: 0;
    transform: rotate(45deg);
  }
  header .container nav#global.active #g-menu span:after {
    top: 0;
    transform: rotate(-45deg);
  }
  header .container nav#global ul {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100vh;
    transition: 0.7s;
    flex-direction: column;
    padding: 6rem 3rem;
  }
  header .container nav#global ul li {
    border-left: unset;
    font-size: 1.5rem;
    padding: 2.4rem 0;
  }
  header .container nav#global ul li:first-child {
    padding-top: 0;
  }
  header .container nav#global.active ul {
    transform: translateX(0);
    background: #fffc72;
    width: 100vw;
    height: 100vh;
    top: 0;
    margin: 0;
  }
}
.attentions {
  padding: 8rem 0 0 0;
}
.attentions h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #e61c1e;
  border: 1px solid #e61c1e;
  padding: 0.5em 0;
}
.attentions ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.attentions ul li {
  line-height: 1.87;
  font-weight: bold;
}
.attentions ul li::before {
  content: "◉";
}

figure {
  margin: 0 0 2rem 0;
}

.category {
  color: #e61c1e;
  border: 2px solid #e61c1e;
  font-weight: bold;
  padding: 0.2rem 1rem;
}

.hero {
  padding: 3.2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 0;
  }
}
.hero .swiper-wrapper {
  height: 50rem;
}
@media screen and (max-width: 1300px) {
  .hero .swiper-wrapper {
    height: 33.4rem;
  }
}
@media screen and (max-width: 767px) {
  .hero .swiper-wrapper {
    height: 20rem;
  }
}
.hero .swiper-wrapper .swiper-slide {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hero .swiper-wrapper .swiper-slide {
    height: 20rem;
  }
}
.hero .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hero .swiper-wrapper .swiper-slide img {
    height: 20rem;
  }
}
.hero img {
  object-fit: cover;
  object-position: top;
  height: 50rem;
}
@media screen and (max-width: 1300px) {
  .hero img {
    height: 33.4rem;
  }
}
@media screen and (max-width: 767px) {
  .hero img {
    height: 20rem;
  }
}
.hero .nav {
  background: #fffc72;
  font-weight: bold;
}
.hero .nav .menu {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .hero .nav .menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.4rem 1.4rem;
    padding: 1.6rem 0;
    width: 95%;
    margin: 0 auto;
  }
}
.hero .nav .menu li {
  position: relative;
  padding: 1.2rem 1.6rem;
  cursor: pointer;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .hero .nav .menu li {
    padding: 0;
  }
}
.hero .nav .menu li a {
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.hero .nav .menu li a::before {
  content: "▶︎";
  font-size: 0.9em;
}
.hero .nav .menu li:hover {
  background: #6b6b6b;
  color: #ffffff;
}
.hero .nav .menu li:hover > a {
  color: #ffffff;
}
.hero .nav .menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.hero .nav .menu li .sub-menu {
  position: absolute;
  top: calc(100% - 5px);
  right: -10%;
  left: 0;
  background: #6b6b6b;
  min-width: 18rem;
  padding: 1rem;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .hero .nav .menu li .sub-menu {
    right: -50%;
    gap: 0;
  }
}
.hero .nav .menu li .sub-menu li {
  padding: 0.6rem 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #6b6b6b;
}
.hero .nav .menu li .sub-menu li a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.hero .nav .menu li .sub-menu li a::before {
  display: none;
}
.hero .nav .menu li .sub-menu li a::after {
  content: "〉";
  font-size: 0.9em;
  margin-left: 0.5em;
  font-feature-settings: "palt";
}
.hero .nav .menu li .sub-menu li:hover {
  background: #828282;
}

article.single h2 {
  font-size: 3.2rem;
  background: unset;
  border-bottom: 0.3px solid #000;
  padding: 0 0 2rem 0;
  margin: 0 0 9rem 0;
  width: auto;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  article.single h2 {
    font-size: 2.4rem;
    margin: 0 0 3rem 0;
  }
}
article.single .content {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  article.single .content {
    padding: 4rem 0;
  }
}
article.single .content .inner {
  max-width: 80rem;
  margin: 0 auto;
}
article.single .content .inner .date {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  article.single .content .inner .date {
    font-size: 1.4rem;
  }
}
article.single .content .inner h1 {
  font-size: 2.8rem;
  margin: 0;
  border: unset;
  text-align: left;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  article.single .content .inner h1 {
    font-size: 2.2rem;
  }
}
article.single .content .inner img {
  max-width: 49rem;
}
article.single .content .inner p {
  font-size: 1.4rem;
  line-height: 2.2;
}

article.archives section {
  padding: 10rem 0;
}
article.archives section.hero {
  padding: 3.2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  article.archives section.hero {
    padding-top: 0;
  }
}
article.archives section h1 {
  margin-bottom: 7.2rem;
  font-size: 3.7rem;
  line-height: 1.2;
  background: unset;
  border-bottom: 0.3px solid #000;
  border-top: unset;
  padding: 0 0 2rem 0;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article.archives section h1 {
    font-size: 2.2rem;
  }
}
article.archives section .wrapper .card {
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.2);
  padding: 2rem 3.5rem;
}
@media screen and (max-width: 767px) {
  article.archives section .wrapper .card {
    width: 95%;
    margin: 0 auto;
    padding: 2rem;
  }
}
article.archives section .wrapper .card .thumb img {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: top;
}
article.archives section .wrapper .card .description {
  font-weight: bold;
  font-size: 1.4rem;
  padding-top: 1rem;
}
article.archives section .wrapper .card .description h4 {
  font-size: 1.4rem;
  line-height: 1.7;
  min-height: 4em;
}
@media screen and (max-width: 767px) {
  article.archives section .wrapper .card .description h4 {
    min-height: unset;
    margin-bottom: 0;
  }
}
article.archives section .wrapper .card .description p {
  margin-bottom: 0;
}
article.archives section .wrapper .card .description .btn {
  text-align: right;
  background: unset;
  color: #000;
  padding: unset;
  width: auto;
  font-size: unset;
  border-radius: unset;
}
article.archives section .wrapper .card .description .btn a {
  display: block;
  color: #000;
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}
.page-top.is-show {
  opacity: 1;
  visibility: visible;
}

span.jyosetsu,
span.kids,
span.jr {
  display: none;
}

main.reserve-form.jr span.jr {
  display: block;
}
main.reserve-form.jyosetsu span.jyosetsu {
  display: block;
}
main.reserve-form.kids span.kids {
  display: block;
}

/* 1. inputの親要素をFlexboxにする */
.acf-field-692aaf1227d00 .acf-input-wrap {
  display: flex; /* 横並びにする */
  align-items: center; /* 上下中央揃え */
}

/* 2. inputタグの横幅調整（必要であれば） */
/* Flexbox内でinputが潰れないように、あるいは適切な幅にする */
.acf-field-692aaf1227d00 .acf-input-wrap input {
  flex: 0 1 auto; /* 必要に応じて伸縮させる */
  max-width: 100%; /* 幅あふれ防止 */
  /* width: 200px;        もし幅を固定したいならここで指定 */
}

/* 3. contentプロパティで「級」を追加 */
.acf-field-692aaf1227d00 .acf-input-wrap::after {
  content: "級"; /* 表示したい文字 */
  margin-left: 8px; /* 入力欄との隙間 */
  font-weight: bold; /* 太字などスタイルはお好みで */
  white-space: nowrap; /* 改行防止 */
}

section form .contact-table {
  width: 100%;
  border-collapse: collapse;
}
section form .contact-table tr {
  border: 1px solid #9e9999;
}
section form .contact-table tr th {
  border: 1px solid #9e9999;
  width: 25%;
  background: #f5f4eb;
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  section form .contact-table tr th {
    font-size: 1.3rem;
  }
}
section form .contact-table tr td {
  border: 1px solid #9e9999;
  padding: 10px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  section form .contact-table tr td {
    font-size: 1.3rem;
  }
}
section form .contact-table tr td input {
  width: 100%;
  max-width: 350px;
  padding: 0 0.5rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
section form .contact-table tr td textarea {
  width: 100%;
  padding: 0 0.5rem;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
section form .contact-table tr:nth-child(even) th {
  background: #ffffff;
}
section form .contact-table tr:nth-child(2) td input {
  max-width: 11rem;
}
section form .wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 4%;
}
section form .btn {
  margin: 4rem auto 0 auto;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section form .btn {
    margin: 3rem auto 0 auto;
  }
}
section form .btns {
  justify-content: center;
  margin: 1rem auto;
}
section form .note {
  font-size: 0.9rem;
  color: #666;
}

.pico {
  color-scheme: light;
}

main.reserve-form #address input[type=text],
main.reserve-form input#kt-address,
main.special-camp-form #address input[type=text],
main.special-camp-form input#kt-address,
main.contact-form #address input[type=text],
main.contact-form input#kt-address,
main.tickets-form #address input[type=text],
main.tickets-form input#kt-address {
  width: 400px;
  max-width: 100%;
}

main.reserve-form .main .thumb {
  width: 100%;
  height: auto;
}
main.reserve-form .main > .description {
  width: 100%;
  margin: 2rem auto;
  padding: 3rem;
  background: #f2f2f2;
}
main.reserve-form .main > .description h3 {
  font-size: 2.2rem;
  color: #af0101;
  text-align: center;
}
main.reserve-form .main > .description p {
  padding: 2rem 0;
}

main.recruit-form .contents .container,
main.special-camp-form .contents .container {
  max-width: 1024px;
  margin: 0 auto;
}
main.recruit-form .main .thumb,
main.special-camp-form .main .thumb {
  width: 100%;
  height: auto;
}
main.recruit-form .main > .description,
main.special-camp-form .main > .description {
  width: 100%;
  margin: 2rem auto;
  padding: 3rem;
}
main.recruit-form .main > .description h3,
main.special-camp-form .main > .description h3 {
  font-size: 2.2rem;
  color: #af0101;
  text-align: center;
}
main.recruit-form .acf-field[data-required="1"] > .acf-label > label > span.required,
main.special-camp-form .acf-field[data-required="1"] > .acf-label > label > span.required {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 0.25rem;
  background: #e53935;
  color: #fff;
  vertical-align: text-top;
}

main.recruit-form fieldset > div,
main.special-camp-form fieldset > div {
  padding: 10px 0;
}
main.recruit-form input[type=text],
main.recruit-form input[type=date],
main.recruit-form input[type=email],
main.recruit-form input[type=tel],
main.recruit-form input[type=number],
main.recruit-form select,
main.recruit-form textarea,
main.special-camp-form input[type=text],
main.special-camp-form input[type=date],
main.special-camp-form input[type=email],
main.special-camp-form input[type=tel],
main.special-camp-form input[type=number],
main.special-camp-form select,
main.special-camp-form textarea {
  border: 1px solid #e2e2e2;
  min-width: 200px;
  padding: 0 0 0 0.5rem;
}
main.recruit-form select,
main.special-camp-form select {
  width: auto;
  min-width: 200px;
  max-width: 100%;
  background: #FFF;
  color: #000;
}
main.recruit-form input[type=number],
main.special-camp-form input[type=number] {
  width: 150px;
  background: #FFF;
  color: #000;
}
main.recruit-form input[type=text],
main.special-camp-form input[type=text] {
  width: 250px;
  background: #FFF;
  color: #000;
}
main.recruit-form input[type=email],
main.special-camp-form input[type=email] {
  width: 250px;
  background: #FFF;
  color: #000;
}
main.recruit-form input[type=radio],
main.special-camp-form input[type=radio] {
  background: #FFF;
  color: #000;
}
main.recruit-form .hasDatepicker,
main.special-camp-form .hasDatepicker {
  width: 200px;
  background: #FFF;
  color: #000;
}

main.recruit-form .container,
main.tickets-form .container,
main.reserve-form .container {
  max-width: 1024px;
}
main.recruit-form span.jyosetsu,
main.recruit-form span.kids,
main.recruit-form span.jr,
main.tickets-form span.jyosetsu,
main.tickets-form span.kids,
main.tickets-form span.jr,
main.reserve-form span.jyosetsu,
main.reserve-form span.kids,
main.reserve-form span.jr {
  display: none;
}
main.recruit-form span.red, main.recruit-form .acf-error-message p,
main.tickets-form span.red,
main.tickets-form .acf-error-message p,
main.reserve-form span.red,
main.reserve-form .acf-error-message p {
  font-size: 1.2rem;
  color: #ff0000;
  padding: 0 0 0 2rem;
}
main.recruit-form.jyosetsu .no-jyosetsu > .acf-label > label,
main.tickets-form.jyosetsu .no-jyosetsu > .acf-label > label,
main.reserve-form.jyosetsu .no-jyosetsu > .acf-label > label {
  display: none !important;
}
main.recruit-form.kids .kids,
main.tickets-form.kids .kids,
main.reserve-form.kids .kids {
  display: block;
}
main.recruit-form.kids .jyosetsu, main.recruit-form.kids .private,
main.tickets-form.kids .jyosetsu,
main.tickets-form.kids .private,
main.reserve-form.kids .jyosetsu,
main.reserve-form.kids .private {
  display: none;
}
main.recruit-form.jyosetsu .jyosetsu,
main.tickets-form.jyosetsu .jyosetsu,
main.reserve-form.jyosetsu .jyosetsu {
  display: block;
}
main.recruit-form.jyosetsu .kids, main.recruit-form.jyosetsu .private,
main.tickets-form.jyosetsu .kids,
main.tickets-form.jyosetsu .private,
main.reserve-form.jyosetsu .kids,
main.reserve-form.jyosetsu .private {
  display: none;
}
main.recruit-form.private .private,
main.tickets-form.private .private,
main.reserve-form.private .private {
  display: block;
}
main.recruit-form.private .kids, main.recruit-form.private .jyosetsu,
main.tickets-form.private .kids,
main.tickets-form.private .jyosetsu,
main.reserve-form.private .kids,
main.reserve-form.private .jyosetsu {
  display: none;
}
main.recruit-form .ski-reserve-form,
main.tickets-form .ski-reserve-form,
main.reserve-form .ski-reserve-form {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
main.recruit-form .acf-field.no-label > .acf-label,
main.tickets-form .acf-field.no-label > .acf-label,
main.reserve-form .acf-field.no-label > .acf-label {
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
}
main.recruit-form #lesson,
main.tickets-form #lesson,
main.reserve-form #lesson {
  /* ここにCSSを書きます */
  display: none;
}
main.recruit-form ul.acf-radio-list,
main.tickets-form ul.acf-radio-list,
main.reserve-form ul.acf-radio-list {
  display: flex;
}
main.recruit-form .acf-field,
main.tickets-form .acf-field,
main.reserve-form .acf-field {
  padding: 0 0 1rem 0;
}
main.recruit-form .acf-label,
main.tickets-form .acf-label,
main.reserve-form .acf-label {
  background: #2e8ae8;
  color: #fff;
  padding: 0.5rem;
  margin: 1rem 0;
}
main.recruit-form .acf-label label,
main.tickets-form .acf-label label,
main.reserve-form .acf-label label {
  color: #2e8ae8;
}
main.recruit-form .contents input[type=text],
main.recruit-form .contents input[type=email],
main.recruit-form .contents input[type=date],
main.recruit-form .contents input[type=tel],
main.recruit-form .contents input[type=number],
main.recruit-form .contents select,
main.recruit-form .contents textarea,
main.tickets-form .contents input[type=text],
main.tickets-form .contents input[type=email],
main.tickets-form .contents input[type=date],
main.tickets-form .contents input[type=tel],
main.tickets-form .contents input[type=number],
main.tickets-form .contents select,
main.tickets-form .contents textarea,
main.reserve-form .contents input[type=text],
main.reserve-form .contents input[type=email],
main.reserve-form .contents input[type=date],
main.reserve-form .contents input[type=tel],
main.reserve-form .contents input[type=number],
main.reserve-form .contents select,
main.reserve-form .contents textarea {
  border: 1px solid #e2e2e2;
  min-width: 200px;
  padding: 0 0 0 0.5rem;
}
main.recruit-form .acf-field-group.active-border,
main.tickets-form .acf-field-group.active-border,
main.reserve-form .acf-field-group.active-border {
  border: 1px solid #e2e2e2;
  margin: 0 0 1rem 0;
  padding: 1rem;
}
main.recruit-form .acf-field,
main.tickets-form .acf-field,
main.reserve-form .acf-field {
  display: block;
  align-items: flex-start; /* テキストエリアなどの上端を揃える */
  gap: 1rem;
}
main.recruit-form .acf-field.block,
main.tickets-form .acf-field.block,
main.reserve-form .acf-field.block {
  display: block;
}
main.recruit-form .acf-field.agreement,
main.tickets-form .acf-field.agreement,
main.reserve-form .acf-field.agreement {
  display: block;
}
main.recruit-form .acf-field > .acf-label,
main.tickets-form .acf-field > .acf-label,
main.reserve-form .acf-field > .acf-label {
  /* 既存の背景・余白を打ち消し、横並び用に固定幅（必要に応じ調整） */
  background: none;
  color: inherit;
  padding: 0;
  margin: 0;
  min-width: 16rem; /* ラベル幅。日本語ラベルに合わせて 10–14rem で調整 */
}
main.recruit-form .acf-field > .acf-label > label,
main.tickets-form .acf-field > .acf-label > label,
main.reserve-form .acf-field > .acf-label > label {
  display: inline-flex;
  align-items: center;
  font-weight: 600; /* ラベルをやや強調 */
}
main.recruit-form .acf-field > .acf-label > label::before,
main.tickets-form .acf-field > .acf-label > label::before,
main.reserve-form .acf-field > .acf-label > label::before {
  content: "arrow_right";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 1.05em;
  line-height: 1;
  margin-right: 0.4rem;
  display: inline-block;
  color: #2e8ae8;
}
main.recruit-form .acf-field[data-type=group],
main.tickets-form .acf-field[data-type=group],
main.reserve-form .acf-field[data-type=group] {
  display: block;
}
main.recruit-form .acf-field[data-type=group] > .acf-label > label::before,
main.tickets-form .acf-field[data-type=group] > .acf-label > label::before,
main.reserve-form .acf-field[data-type=group] > .acf-label > label::before {
  content: "";
}
main.recruit-form .acf-field > .acf-input,
main.tickets-form .acf-field > .acf-input,
main.reserve-form .acf-field > .acf-input {
  flex: 1 1 auto;
  background: #FFF;
  color: #000;
}
main.recruit-form .acf-field > .acf-input select,
main.tickets-form .acf-field > .acf-input select,
main.reserve-form .acf-field > .acf-input select {
  width: auto;
  min-width: 200px;
  max-width: 100%;
  background: #FFF;
  color: #000;
}
main.recruit-form .acf-field > .acf-input input[type=number],
main.tickets-form .acf-field > .acf-input input[type=number],
main.reserve-form .acf-field > .acf-input input[type=number] {
  width: 150px;
  background: #FFF;
  color: #000;
}
main.recruit-form .acf-field > .acf-input input[type=text],
main.tickets-form .acf-field > .acf-input input[type=text],
main.reserve-form .acf-field > .acf-input input[type=text] {
  width: 250px;
  background: #FFF;
  color: #000;
}
main.recruit-form .acf-field > .acf-input input[type=email],
main.tickets-form .acf-field > .acf-input input[type=email],
main.reserve-form .acf-field > .acf-input input[type=email] {
  width: 250px;
  background: #FFF;
  color: #000;
}
main.recruit-form .acf-field > .acf-input input[type=radio],
main.tickets-form .acf-field > .acf-input input[type=radio],
main.reserve-form .acf-field > .acf-input input[type=radio] {
  background: #FFF;
  color: #000;
}
main.recruit-form .acf-field > .acf-input textarea,
main.tickets-form .acf-field > .acf-input textarea,
main.reserve-form .acf-field > .acf-input textarea {
  width: 100%;
}
main.recruit-form .acf-field > .acf-input .hasDatepicker,
main.tickets-form .acf-field > .acf-input .hasDatepicker,
main.reserve-form .acf-field > .acf-input .hasDatepicker {
  width: 200px;
  background: #FFF;
  color: #000;
}
main.recruit-form .acf-field > .acf-input .acf-radio-list li,
main.tickets-form .acf-field > .acf-input .acf-radio-list li,
main.reserve-form .acf-field > .acf-input .acf-radio-list li {
  padding: 0 1rem 0;
}
main.recruit-form .acf-field.flex .acf-input .acf-fields,
main.tickets-form .acf-field.flex .acf-input .acf-fields,
main.reserve-form .acf-field.flex .acf-input .acf-fields {
  display: flex;
}
main.recruit-form .acf-field[data-required="1"] > .acf-label > label > span.required,
main.tickets-form .acf-field[data-required="1"] > .acf-label > label > span.required,
main.reserve-form .acf-field[data-required="1"] > .acf-label > label > span.required {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 0.25rem;
  background: #e53935;
  color: #fff;
  vertical-align: text-top;
}
main.recruit-form .acf-required,
main.tickets-form .acf-required,
main.reserve-form .acf-required {
  display: none;
}

/* モバイルは縦並びへ */
@media (max-width: 768px) {
  main.reserve-form .acf-field {
    display: block;
  }
  main.reserve-form .acf-field > .acf-label {
    min-width: 0;
    margin-bottom: 0.35rem; /* ラベルと入力の間隔 */
  }
}
/* ラベルが空のときはラベルブロックごと非表示（余白ゼロ） */
/* モダンブラウザ向け：:has() による汎用ルール */
main.reserve-form .acf-field .acf-label > label:empty {
  display: none;
}

main.reserve-form .acf-field .acf-label:has(> label:empty) {
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
}

/* 逆に、テキストありのラベルにだけ背景を付けたい場合は次を使う（任意）
main.reserve-form .acf-field .acf-label:has(> label:not(:empty)) {

}
*/
/* 既存の .acf-label 一律装飾は削除/上書き（現在は背景とマージンが付き空ラベルにも当たるため） */
/* 既存にある場合：
main.reserve-form .acf-label{ background:#2e8ae8; color:#fff; padding:.5rem; margin:1rem 0; }
→ 上の個別指定で上書き済み。必要なら元の定義を削除してください。 */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2em;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  margin: 1.8rem 0 4rem 0;
  padding: 2rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
  }
}

h2 {
  font-size: 2.4rem;
  font-weight: bold;
  background: #fffc72;
  padding: 1.6rem 0;
  text-align: center;
  width: 100vw;
  margin: 7rem calc(50% - 50vw) 4rem calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
    padding: 1.4rem 0;
  }
}

.contact-form h2 {
  max-width: 100%;
}

h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 1.8rem;
  margin: 0 0 1.8rem 0;
}

h6 {
  font-size: 1.6rem;
  margin: 0 0 1.6rem 0;
}

a {
  text-decoration: none;
}

header nav ul li {
  font-size: 1.2rem;
}

* {
  box-sizing: border-box;
}

section.sales {
  padding: 6.4rem 0 4.8rem 0;
}
section.sales h2 {
  background: #104897;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.4;
  padding: 2.5rem 0;
  margin: 0 0 2.5rem 0;
  width: auto;
}
section.sales .wrapper {
  gap: 2rem;
  justify-content: space-between;
}

section.posts {
  background: #ebebeb;
  padding: 5rem 0 3.5rem 0;
}
section.posts.news .category {
  background: #ffffff;
  border: unset;
}
section.posts.events {
  background: #eceeff;
}
section.posts .wrapper {
  justify-content: space-between;
  align-items: center;
}
section.posts .wrapper h2 {
  width: 30%;
  border-bottom: 8px solid #e61c1e;
  height: fit-content;
  text-align: left;
  padding-top: 0;
  margin: 0;
  background: unset;
  font-size: 2.57rem;
  line-height: 1.46;
}
@media screen and (max-width: 767px) {
  section.posts .wrapper h2 {
    width: 100%;
    font-size: 2.4rem;
    padding-bottom: 0.4rem;
  }
}
section.posts .wrapper .description {
  width: 60%;
}
@media screen and (max-width: 767px) {
  section.posts .wrapper .description {
    width: 100%;
  }
}
section.posts .wrapper .description ul li {
  border-bottom: 0.3px solid #000;
  padding: 1.2rem 0;
}
section.posts .wrapper .description ul li a {
  display: flex;
  gap: 2rem;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 767px) {
  section.posts .wrapper .description ul li a {
    display: block;
  }
}
section.posts .wrapper .description ul li a h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
section.posts .btn {
  margin: 2.4rem 0 0 0;
  font-weight: bold;
  background: unset;
  padding: unset;
  width: auto;
  font-size: unset;
  text-align: revert;
  border-radius: unset;
}
section.posts .btn a {
  color: #000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4rem;
}
section.posts .btn a::after {
  content: ">";
}

section.lessons {
  padding: 0 0 8.8rem 0;
}
section.lessons h2 {
  margin: 0 0 8.7rem 0;
}

section.time {
  padding: 0 0 7.5rem 0;
}
section.time h2 {
  margin: 0 0 8.7rem 0;
}
section.time .attentions {
  padding: 1.4rem 0 0 0;
}
section.time .attentions .wrapper {
  flex-wrap: nowrap;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  section.time .attentions .wrapper {
    margin-top: 4rem;
  }
}
section.time .attentions .wrapper .btn:last-child {
  background: #6bc1a3;
}
section.time .attentions .wrapper .btn {
  color: #ffffff;
}

body.common-private-lesson .container > .is-layout-flex {
  gap: 0;
}

body.reservation .container p:first-of-type {
  background: #faeef2;
  padding: 4rem 7.2rem;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  body.reservation .container p:first-of-type {
    padding: 2rem;
  }
}
body.reservation .container p:first-of-type span {
  font-size: 2rem;
}
body.reservation .container h3 {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  body.reservation .container h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
body.reservation .container > .is-layout-flex .card h4 {
  margin-bottom: 1.4rem;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  body.reservation .container > .is-layout-flex .card h4 {
    font-size: 2rem;
  }
}
body.reservation .container > .is-layout-flex .card a {
  color: #000;
}
body.reservation .container > .is-layout-flex .card figure {
  margin-bottom: 1.4rem;
}
body.reservation .container > .is-layout-flex .card img {
  aspect-ratio: 2.5/1;
  object-fit: cover;
}
body.reservation .container > .is-layout-flex .card:first-child {
  border-bottom: 0.5rem solid #b5232d;
}
body.reservation .container > .is-layout-flex .card:nth-child(2) {
  border-bottom: 0.5rem solid #2c6aa2;
}
body.reservation .container > .is-layout-flex .card:last-child {
  border-bottom: 0.5rem solid #feea36;
}
body.reservation footer .container p:first-of-type {
  background: unset;
  padding: unset;
}

/*# sourceMappingURL=style.css.map */
