@charset "UTF-8";
/*  ------------------------- 定義 -------------------------  */
:root {
  color: #292929;
  --nv-text-color: initial;
}
body {
  font-size: 16px;
  line-height: initial;
  font-weight: 400;
  font-family: inherit;
}
a {
  color: initial;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  color: inherit;
}
section a {
  text-decoration: initial;
}
a.external {
  text-decoration: underline !important;
  text-underline-offset: 0.2em;
  font-weight: bold;
  font-size: 1.1em;
}
a.external::after {
  font-family: "Material Icons";
  content: "";
  vertical-align: -0.1em;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h2 {
  font-size: 1.3em;
}
@media screen and (min-width: 600px) {
  h2 {
    font-size: 1.75em;
  }
}
h3 {
  font-size: 1.2em;
}
@media screen and (min-width: 600px) {
  h3 {
    font-size: 1.5em;
  }
}
h4 {
  font-size: 1.1em;
}
@media screen and (min-width: 600px) {
  h4 {
    font-size: 1.25em;
  }
}
span.small {
  font-size: 0.8em;
  line-height: 1;
}
button[type="submit"], input[type="submit"] {
  font-size: 1.1em;
  padding: 0.4em 0.8em;
}
u {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}
html {
  scroll-padding-top: 50px;
}
.d-none {
  display: none;
}
/*  ------------------------- reset -------------------------  */
p {
  margin-bottom: 0.8em;
}
/*  ------------------------- common -------------------------  */
header {
  background-color: #cde9f3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  font-family: "Kiwi Maru", sans-serif;
  box-shadow: 0 0 5px 0 rgba(1, 4, 5, 0.1);
}
header .header-main {
  box-shadow: 0 0 5px 0 rgba(1, 4, 5, 0.2);
  background-color: #cde9f3;
  z-index: 999;
}
header .header-menu-sidebar-inner li.menu-item-has-children .sub-menu li {
  background-color: white !important;
}
header .header-menu-sidebar-inner li.menu-item-has-children .sub-menu li:hover {
  opacity: 1;
  background-color: #cde9f3 !important;
}
header #header-menu-sidebar-inner {
  background-color: #f0f0f0;
}
header .header-menu-sidebar {
  z-index: -100 !important;
}
header .header-menu-sidebar li {
  background-color: white;
}
header .header-menu-sidebar a {
  font-weight: bold;
  color: #292929 !important;
}
header .header-menu-sidebar .menu-item {
  background-color: #ffffff;
}
header .header-menu-sidebar .menu-item:hover {
  background-color: #cde9f3 !important;
  color: #292929;
  transition: all 0.2s;
}
header .header-menu-sidebar .menu-item-has-children > a {
  position: relative;
}
header .header-menu-sidebar .menu-item-has-children > a .caret-wrap {
  position: absolute;
  right: 0;
  left: 0;
}
header .header-menu-sidebar .menu-item-has-children > a .caret-wrap .caret {
  justify-content: flex-end;
  padding: 0;
}
header .header-menu-sidebar .menu-item-has-children > a .caret-wrap .caret svg {
  display: none;
}
header .header-menu-sidebar .menu-item-has-children > a .caret-wrap .caret::after {
  font-family: "Material Icons";
  content: "";
  vertical-align: -0.1em;
}
header .header-menu-sidebar .menu-item-has-children > a .caret-wrap.dropdown-open .caret::after {
  font-family: "Material Icons";
  content: "";
  vertical-align: -0.1em;
}
header .header-menu-sidebar .menu-item-has-children .sub-menu.dropdown-open {
  margin-top: 10px;
  margin-bottom: 10px;
}
header .header-menu-sidebar .menu-item:not(.menu-item-has-children) > a::after {
  font-family: "Material Icons";
  content: "";
  vertical-align: -0.1em;
  margin-left: auto;
  background-color: transparent !important;
}
li:hover header .header-menu-sidebar .menu-item:not(.menu-item-has-children) > a::after {
  width: initial;
}
header .header-menu-sidebar-overlay {
  z-index: -999;
}
header .nav-menu-secondary {
  font-weight: 500 !important;
}
header .builder-item--secondary-menu .nav-ul li a {
  font-weight: 500 !important;
  text-align: center;
  flex-direction: column;
}
header .header--row .header--row-inner .container .row {
  column-gap: 30px;
  padding-inline: 20px 10px;
}
@media screen and (max-width: 599px) {
  header .header--row .header--row-inner .container .row {
    column-gap: 10px;
    padding-inline: 15px 5px;
  }
}
header .header--row .header--row-inner .container .row > * {
  flex: 0 0 auto;
  width: fit-content;
  min-width: unset;
  max-width: unset;
  padding-inline: 0;
}
header .header--row .header--row-inner .container .row > :nth-child(1) {
  margin-right: auto;
}
header .header-sns {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
}
@media screen and (max-width: 599px) {
  header .header-sns {
    column-gap: 10px;
  }
}
header .header-sns a {
  display: flex;
  flex: 0 0 auto;
}
header .header-sns img {
  aspect-ratio: 1;
  height: 30px;
  width: auto;
}
.container {
  max-width: 100%;
}
section {
  width: 100%;
  padding: 2rem 1rem 3rem;
}
@media screen and (min-width: 600px) {
  section {
    width: 100%;
    padding: 3rem 3rem 4rem;
  }
}
@media screen and (min-width: 1025px) {
  section {
    padding: 4rem calc((100vw - 1025px) / 2 + 3rem);
  }
}
section.dark {
  background-color: #cde9f3;
}
.section__title {
  text-align: center;
  font-family: "Kiwi Maru", sans-serif;
  margin-bottom: 1.5rem;
}
.section__title p {
  text-align: center;
}
.section__title__en {
  font-size: 2.4rem;
  color: #b8e0ee;
  margin-bottom: -0.3em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .section__title__en {
    font-size: 3rem;
    margin-bottom: -0.1em;
  }
}
.dark .section__title__en {
  color: #ffffff;
}
#news .section__title__en {
  color: #ffffff;
}
.section__title__ja {
  font-size: 1.5rem;
  font-weight: 400;
}
#news .section__title__ja {
  color: #ffffff;
}
section p a {
  color: #166189;
}
section p ahover {
  color: #299edc;
}
section .card, section .box-with-ttl {
  margin-bottom: 2rem;
}
section > .card, section > .box-with-ttl {
  margin-bottom: 3rem;
}
section .content {
  margin-bottom: 5rem;
}
section h2 {
  text-align: center;
}
section img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section > img {
  width: 100%;
  height: 100%;
  max-height: 410px;
  object-fit: contain;
  margin: 0.5rem auto;
}
section ul > li {
  margin-top: 0 !important;
  margin-bottom: 0.5rem;
}
footer {
  background: #299edc;
  color: #ffffff;
}
footer .footer-top {
  padding: 2rem 0.5rem;
}
footer .footer-top .widget-title {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1rem;
}
footer .footer-top .textwidget {
  font-size: 0.8rem;
}
footer .footer-bottom {
  font-family: "Kiwi Maru", sans-serif;
}
footer .footer-bottom .builder-item--footer_copyright {
  line-height: 1em;
}
footer .footer-bottom .builder-item--footer_copyright p {
  margin-bottom: 1rem;
}
.kiwi {
  font-family: "Kiwi Maru", sans-serif;
}
h2.kiwi, h1.kiwi {
  font-weight: 400;
}
.flex-column {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.flex-column > * {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 599px) {
  .flex-column {
    padding: 0;
  }
}
.nav-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(1, 4, 5, 0.1);
}
.nav-menu__box {
  display: flex;
  justify-content: space-between;
}
.nav-menu__box .button, .nav-menu__box .inline-button, .nav-menu__box .courses__list .card a, .nav-menu__box .courses__list .box-with-ttl a, .courses__list .card .nav-menu__box a, .nav-menu__box #bottom-nav .nav-button, #bottom-nav .nav-menu__box .nav-button {
  background-color: #67b843;
  font-weight: bold;
  color: #ffffff;
  border: none;
  box-shadow: 0 0 5px 0 rgba(1, 4, 5, 0.2);
}
.nav-menu.hidden {
  bottom: -100%;
  transition: bottom 0.2s;
}
#header-menu-sidebar ul > li {
  padding: 0.5rem;
}
#header-menu-sidebar ul > li a > *:nth-child(2) {
  margin-left: auto;
}
.nv-page-title-wrap.nv-big-title {
  margin-top: 0;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 1025px) {
  .nv-page-title-wrap.nv-big-title {
    width: 1025px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nv-page-title-wrap.nv-big-title .nv-page-title {
  margin-bottom: 1rem;
  background-color: #299edc;
  padding: 1rem 2rem 1rem 2rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: white;
  border: none;
  margin: 0;
  padding: 1rem 0;
  font-family: "Kiwi Maru", sans-serif;
}
.nv-page-title-wrap.nv-big-title .nv-page-title h1 {
  padding: 1rem 2rem;
  font-weight: 400;
  font-size: 1.6em;
}
@media screen and (min-width: 600px) {
  .nv-page-title-wrap.nv-big-title .nv-page-title h1 {
    font-size: 2em;
  }
}
body.archive .nv-page-title-wrap.nv-big-title .nv-page-title {
  margin-bottom: 0.2em;
}
body.archive .nv-big-title {
  margin-bottom: 2rem;
}
body.archive article .content {
  flex-direction: row;
}
body.archive article .content .nv-post-thumbnail-wrap {
  flex-basis: 30%;
  margin-right: 1rem;
}
body.archive article .content .non-grid-content {
  flex-basis: 70%;
}
body.archive article .content .non-grid-content .nv-meta-list {
  order: 1;
  margin-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  color: gray;
}
body.archive article .content .non-grid-content .entry-title {
  order: 2;
  font-size: 1.2rem;
}
body.archive article .content .non-grid-content .entry-summary {
  display: none;
}
body.single-post main .nv-thumb-wrap {
  display: none;
}
body.single-post main .entry-header {
  border-bottom: 3px dotted #cde9f3;
}
body.single-post main article.category-blog-tokyo .nv-meta-list::after {
  content: "東京校";
  font-size: smaller;
  padding: 0.3em 0.5em;
  background-color: #299edc;
  border-radius: 0.5em;
  margin-left: 1em;
  color: white;
}
body.single-post main article.category-blog-saitama .nv-meta-list::after {
  content: "埼玉校";
  font-size: smaller;
  padding: 0.3em 0.5em;
  background-color: #67b843;
  border-radius: 0.5em;
  margin-left: 1em;
  color: white;
}
@media screen and (min-width: 600px) {
  body.single-post main img {
    max-width: 80%;
    display: block;
    margin: 1em 0;
  }
}
@media screen and (min-width: 1025px) {
  body.single-post main img {
    max-width: 50%;
    display: block;
    margin: 1em 0;
  }
}
body.category-news article.category-blog {
  display: none;
}
body[class^="category-blog"] article.category-news {
  display: none;
}
.full-width {
  width: 100vw;
  height: auto;
  margin-left: calc(-50vw + 50%);
}
.full-width-bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: -100;
  background-color: #00ff00;
}
.button, .inline-button, .courses__list .card a, .courses__list .box-with-ttl a, #bottom-nav .nav-button {
  text-decoration: none;
  font-weight: normal;
  position: relative;
  background-color: white;
  border: solid 1px #299edc;
  border-radius: 0.3rem;
  color: #1e80b4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: 320px;
  font-size: 1rem;
  margin: 0.8rem auto;
  padding: 0.8rem;
}
@media screen and (min-width: 600px) {
  .button, .inline-button, .courses__list .card a, .courses__list .box-with-ttl a, #bottom-nav .nav-button {
    font-size: 1rem;
  }
}
.button::before, .inline-button::before, .courses__list .card a::before, .courses__list .box-with-ttl a::before, #bottom-nav .nav-button::before {
  font-family: "Material Icons";
  position: absolute;
  content: "";
  left: 1rem;
  transition: left 0.2s ease;
}
:hover.button::before, .inline-button:hover::before, .courses__list .card a:hover::before, .courses__list .box-with-ttl a:hover::before, #bottom-nav .nav-button:hover::before {
  left: 1.5rem;
}
#news .button, #news .inline-button, #news .courses__list .card a, #news .courses__list .box-with-ttl a, .courses__list .card #news a, #news #bottom-nav .nav-button, #bottom-nav #news .nav-button {
  border-color: #ffffff;
  color: #ffffff;
  font-weight: bold;
}
.inline-button {
  display: flex;
  font-size: 0.9rem;
  padding: 0.3rem;
  align-items: center;
  margin-left: 0;
}
.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.slider.slick-initialized {
  opacity: 1;
}
.slider__card {
  position: relative;
  inset: 0;
}
.slider-carousel {
  line-height: 0;
}
.slider-carousel img {
  height: 12rem;
}
.material-icons {
  font-size: 1em !important;
  vertical-align: -0.1em;
}
body.page h2 {
  position: relative;
  padding: 0.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
body.page h2::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #cde9f3;
}
h3 {
  border-bottom: 3px dotted #cde9f3;
}
.entry-content .txt-in-photo {
  width: calc(100% + 2rem);
  position: relative;
  margin: 2rem -1rem 0rem;
}
@media screen and (min-width: 1025px) {
  .entry-content .txt-in-photo {
    width: 1025px;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content .txt-in-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .entry-content .txt-in-photo img {
    height: calc(100vw * 0.4);
  }
}
@media screen and (min-width: 1025px) {
  .entry-content .txt-in-photo img {
    height: calc(1025px * 0.4);
  }
}
.entry-content .txt-in-photo h1, .entry-content .txt-in-photo h2, .entry-content .txt-in-photo h3, .entry-content .txt-in-photo h4 {
  position: absolute;
  color: white;
  text-align: start;
  bottom: 0;
  margin-bottom: 0;
  padding: 1rem;
  z-index: 5;
  text-shadow: #292929 0 0 0.8em;
}
.entry-content .txt-in-photo h1::before, .entry-content .txt-in-photo h2::before, .entry-content .txt-in-photo h3::before, .entry-content .txt-in-photo h4::before {
  display: none;
}
@media screen and (min-width: 600px) {
  .entry-content .txt-in-photo h1, .entry-content .txt-in-photo h2, .entry-content .txt-in-photo h3, .entry-content .txt-in-photo h4 {
    padding: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .entry-content .txt-in-photo h1, .entry-content .txt-in-photo h2, .entry-content .txt-in-photo h3, .entry-content .txt-in-photo h4 {
    font-size: 2rem;
  }
}
.box-with-ttl > *:nth-child(1) {
  background-color: white;
  margin-bottom: -0.5em;
  padding-left: 0.6em;
  padding-right: 1em;
  display: inline-block;
}
.box-with-ttl > *:nth-child(1) + * {
  border: 2px solid #cde9f3;
  border-radius: 1rem;
  padding: 1rem;
  padding-top: 2rem;
  margin-top: -1rem;
}
/*  ------------------------- content -------------------------  */
#top {
  width: 100%;
  max-width: 1025px;
  padding: 0;
  margin: auto;
}
#top .slider__card {
  width: 100%;
  max-height: 700px;
  margin: auto;
  aspect-ratio: 1.5;
}
#top .slider__card p {
  font-size: 5.5vw;
  font-family: serif;
  position: absolute;
  left: 0;
  bottom: 1em;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.5em 1em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 600px) {
  #top .slider__card p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #top .slider__card p {
    font-size: 2rem;
  }
}
#top .slider__card p span {
  display: block;
}
#top .slider__card img {
  height: 100%;
  margin: auto;
  object-fit: contain;
}
#top .bunkasai {
  position: relative;
}
#top .bunkasai a {
  position: absolute;
  font-size: min(2.6vw, 1.5em);
  bottom: 0.7em;
  right: 0.7em;
  padding: 1em;
  border-radius: 100%;
  aspect-ratio: 1;
  background-color: #2a9edc;
  border: 0.2em solid #ffffff;
  display: grid;
  place-items: center;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0 0.1em 1em rgba(41, 41, 41, 0.3);
}
#top .slick-prev {
  left: 0;
}
#top .slick-next {
  right: 0;
}
#top .slick-prev, #top .slick-next {
  z-index: 10;
  width: min(10vw, 50px);
}
#top .slick-prev:before, #top .slick-next:before {
  color: #eee;
  font-size: min(10vw, 50px);
}
#recommend {
  width: 100%;
  max-width: 1025px;
  margin: auto;
  padding: 2rem 0;
  position: relative;
}
#recommend::after {
  position: absolute;
  content: "";
  inset: 0 -2px;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0) 92%, white 100%);
  pointer-events: none;
}
#recommend .slider__card {
  padding: 0 10px;
}
#recommend .slider__card img {
  border-radius: 0.5rem;
}
#news {
  background-image: url("../img/saitama_branch_bg.jpg");
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-width: 599px) {
  #news {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
#news .button, #news .inline-button, #news .courses__list .card a, #news .courses__list .box-with-ttl a, .courses__list .card #news a, #news #bottom-nav .nav-button, #bottom-nav #news .nav-button {
  color: #1e80b4;
  font-weight: normal;
}
#news .news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: auto;
}
.news__box {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .news__box {
    border-radius: 0;
  }
}
.news__box li {
  border-top: solid 1px #ccc;
  padding: 0.5rem 0;
  margin: 0;
}
.news__box li:nth-of-type(1) {
  border: none;
}
.news__box li a {
  color: #292929;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .news__box li a {
    flex-direction: row;
  }
}
.news__box li span {
  font-size: 4vw;
  width: 100%;
  vertical-align: middle;
}
.news__box li span.date {
  color: gray;
  white-space: nowrap;
  flex-shrink: 6;
}
@media screen and (min-width: 600px) {
  .news__box li span.date {
    font-size: 0.8rem;
    margin-right: 1em;
  }
}
@media screen and (min-width: 600px) {
  .news__box li span.title {
    font-size: 1rem;
  }
}
.news__box li .branch {
  font-size: smaller;
  padding: 0.3em 0.5em;
  border-radius: 0.5em;
  margin-left: 1em;
  color: white;
}
.news__box li .branch.tokyo {
  background-color: #299edc;
}
.news__box li .branch.saitama {
  background-color: #67b843;
}
.courses__list {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.courses__list .card, .courses__list .box-with-ttl {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 1rem 2rem;
}
.courses__list .card img, .courses__list .box-with-ttl img {
  margin-left: 0;
  width: 92%;
  margin-bottom: 8%;
  border-radius: 0.5rem;
}
.courses__list .card a, .courses__list .box-with-ttl a {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1rem 2rem;
  padding-right: 1rem;
  background-color: #299edc;
  color: white !important;
  box-shadow: 0 0 0.8em 0 rgba(41, 41, 41, 0.3);
  border: none;
  border-radius: 0.5rem;
  font-weight: bold;
}
.courses__list .card a:hover, .courses__list .box-with-ttl a:hover {
  opacity: 0.9;
}
.courses__list .card.yellow a, .courses__list .yellow.box-with-ttl a {
  background-color: #e1b200;
}
.courses__list .card.green a, .courses__list .green.box-with-ttl a {
  background-color: #67b843;
}
.courses__list .card.pink a, .courses__list .pink.box-with-ttl a {
  background-color: #e6546e;
}
.courses__list .card.orange a, .courses__list .orange.box-with-ttl a {
  background-color: #f9d695;
  color: #573a05 !important;
}
#special {
  position: relative;
  height: calc(9rem + 25vw + 70vw);
  width: 100%;
  max-width: 1025px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 600px) {
  #special {
    height: calc(45rem - 9vw);
  }
}
@media screen and (min-width: 1025px) {
  #special {
    height: 44rem;
  }
}
#special::before {
  content: "";
  background-color: #cde9f3;
  position: absolute;
  inset: 0 -50vw;
  z-index: -5;
}
#special .figure {
  position: absolute;
  left: 0;
  width: 80%;
  max-width: 1200px;
  height: 0;
  padding-bottom: 35%;
  overflow: hidden;
}
#special .figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: initial;
}
#special .txt-box {
  position: absolute;
  right: -4vw;
  top: calc(9rem + 30vw);
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 10vw;
  box-shadow: 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.1);
  font-size: 4vw;
}
@media screen and (min-width: 600px) {
  #special .txt-box {
    top: calc(20rem - 5vw);
    font-size: 1.5rem;
    padding: 4rem;
    right: 5%;
  }
}
@media screen and (min-width: 1025px) {
  #special .txt-box {
    top: 19rem;
  }
}
#special .txt-box .title {
  font-family: serif;
  font-size: 1.3em;
  margin-left: -0.5em;
  letter-spacing: 0.07em;
  margin-bottom: 1em;
}
#special .txt-box .title span {
  display: block;
}
#special .txt-box .txt {
  font-size: 0.9em;
  margin-bottom: 1.5em;
}
#special .txt-box .button, #special .txt-box .inline-button, #special .txt-box .courses__list .card a, #special .txt-box .courses__list .box-with-ttl a, .courses__list .card #special .txt-box a, #special .txt-box #bottom-nav .nav-button, #bottom-nav #special .txt-box .nav-button {
  margin-bottom: 0.3em;
  width: 90%;
}
#special .txt-box a {
  background-color: #299edc;
  color: white;
  font-weight: bold;
}
#contents .contents__list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
#contents .contents__list > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
}
#notice .notice__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: auto;
}
#notice .notice__list .notice__card {
  position: relative;
  background-size: cover;
  display: inline-block;
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 400;
  color: #ffffff;
  z-index: 5;
  padding: 5rem 0;
  font-size: 2rem;
  border: solid 0.5rem #ffffff;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 320px;
  text-align: center;
  letter-spacing: 0.1em;
}
#notice .notice__list .notice__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(41, 41, 41, 0.5);
  z-index: -1;
}
#faq .faq__list .faq__card .faq-q {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-top: solid 1px #cde9f3;
}
#faq .faq__list .faq__card .faq-q::before {
  font-weight: bold;
  content: "Q";
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1.5rem;
  color: #299edc;
  margin-right: 0.5rem;
  margin-top: -0.3em;
}
#faq .faq__list .faq__card .faq-q::after {
  font-family: "Material Icons";
  content: "";
  vertical-align: -0.1em;
  margin-left: auto;
  font-weight: bold;
  font-size: 1.5rem;
  color: gray;
}
#faq .faq__list .faq__card .faq-a {
  padding-left: 1.5rem;
  padding-bottom: 0rem;
  text-indent: -1.5rem;
  text-align: justify;
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
  /* 表示速度の設定 */
}
#faq .faq__list .faq__card .faq-a::before {
  content: "└A";
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1.5rem;
  color: #299edc;
  margin-right: 0.3rem;
  padding: 0.3em;
}
#faq .faq__list .faq__card .faq-checkbox {
  display: none;
}
#faq .faq__list .faq__card .faq-checkbox:checked + .faq-q + .faq-a {
  height: auto;
  opacity: 1;
  padding-bottom: 1rem;
}
#faq .faq__list .faq__card .faq-checkbox:checked + .faq-q::after {
  content: "";
}
#access img {
  border: solid 0.2rem #ffffff;
  margin-bottom: 1rem;
  width: fit-content;
  margin-inline: auto;
}
#access .access__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1em;
}
#access .access__card .title {
  font-size: 1.5rem;
  font-family: "Kiwi Maru", sans-serif;
  margin-bottom: 0.5rem;
}
#sns-banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 40px;
  justify-content: center;
}
#sns-banner a {
  width: fit-content;
  max-width: min(100%, 360px);
}
#sns-banner img {
  width: 100%;
  margin: 0;
}
.parent-pageid-155 .nv-big-title {
  display: none;
}
.parent-pageid-155 section.title {
  background-color: #299edc;
  position: relative;
  width: 100%;
  max-width: 1025px;
  padding: 0;
  margin: 0 auto;
  max-height: 500px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
}
.parent-pageid-155 section.title .img-wrapper {
  position: relative;
  width: 50vw;
  max-width: 360px;
  margin-left: auto;
}
.parent-pageid-155 section.title .img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -1px;
  background: linear-gradient(90deg, #299edc 0%, rgba(41, 158, 220, 0) 50%);
}
.parent-pageid-155 section.title h1 {
  margin-left: 0.5em;
  font-family: "Kiwi Maru", sans-serif;
  color: white;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  font-weight: normal;
  font-size: 8vw;
}
@media screen and (min-width: 600px) {
  .parent-pageid-155 section.title h1 {
    font-size: 2rem;
    margin-left: 1em;
  }
}
@media screen and (min-width: 1025px) {
  .parent-pageid-155 section.title h1 {
    font-size: 3rem;
  }
}
.parent-pageid-155 .slide-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.parent-pageid-155 .slider img {
  margin: 0 2px;
}
.parent-pageid-155 .introduction .section__title__ja {
  font-size: 2rem;
  border-bottom: 3px solid;
  padding-bottom: 1rem;
}
.parent-pageid-155 .introduction img {
  border-radius: 0.5rem;
  border: 5px solid white;
  width: calc(100% - 1rem);
  max-width: 450px;
  margin: auto;
  margin-bottom: 2rem;
  display: block;
}
.parent-pageid-155 .slider img {
  max-height: 30vw;
}
.parent-pageid-155.course_futsu .introduction .section__title__ja {
  border-color: #299edc;
}
.parent-pageid-155.course_futsu section:not(.dark) .section__title__en {
  color: #addaf1;
}
.parent-pageid-155.course_futsu section.title {
  background-color: #299edc;
}
.parent-pageid-155.course_futsu section.title .img-wrapper::after {
  background: linear-gradient(90deg, #299edc 0%, rgba(41, 158, 220, 0) 50%);
}
.parent-pageid-155.course_futsu .point__card {
  border-color: #addaf1;
}
.parent-pageid-155.course_futsu .point__card .num {
  color: #299edc;
}
.parent-pageid-155.course_kobetsu .introduction .section__title__ja {
  border-color: #e1b200;
}
.parent-pageid-155.course_kobetsu section:not(.dark) .section__title__en {
  color: #ffe37b;
}
.parent-pageid-155.course_kobetsu section.title {
  background-color: #e1b200;
}
.parent-pageid-155.course_kobetsu section.title .img-wrapper::after {
  background: linear-gradient(90deg, #e1b200 0%, rgba(225, 178, 0, 0) 50%);
}
.parent-pageid-155.course_kobetsu .point__card {
  border-color: #ffe37b;
}
.parent-pageid-155.course_kobetsu .point__card .num {
  color: #e1b200;
}
.parent-pageid-155.course_fukushi .introduction .section__title__ja {
  border-color: #67b843;
}
.parent-pageid-155.course_fukushi section:not(.dark) .section__title__en {
  color: #c0e3b1;
}
.parent-pageid-155.course_fukushi section.title {
  background-color: #67b843;
}
.parent-pageid-155.course_fukushi section.title .img-wrapper::after {
  background: linear-gradient(90deg, #67b843 0%, rgba(103, 184, 67, 0) 50%);
}
.parent-pageid-155.course_fukushi .point__card {
  border-color: #c0e3b1;
}
.parent-pageid-155.course_fukushi .point__card .num {
  color: #67b843;
}
.parent-pageid-155.course_music .introduction .section__title__ja {
  border-color: #e6546e;
}
.parent-pageid-155.course_music section:not(.dark) .section__title__en {
  color: #fad9df;
}
.parent-pageid-155.course_music section.title {
  background-color: #e6546e;
}
.parent-pageid-155.course_music section.title .img-wrapper::after {
  background: linear-gradient(90deg, #e6546e 0%, rgba(230, 84, 110, 0) 50%);
}
.parent-pageid-155.course_music .point__card {
  border-color: #fad9df;
}
.parent-pageid-155.course_music .point__card .num {
  color: #e6546e;
}
.parent-pageid-155.course_harukaze .introduction .section__title__ja {
  border-color: #299edc;
}
.parent-pageid-155.course_harukaze section:not(.dark) .section__title__en {
  color: #addaf1;
}
.parent-pageid-155.course_harukaze section.title {
  background-color: #299edc;
}
.parent-pageid-155.course_harukaze section.title .img-wrapper::after {
  background: linear-gradient(90deg, #299edc 0%, rgba(41, 158, 220, 0) 50%);
}
.parent-pageid-155.course_harukaze .point__card {
  border-color: #addaf1;
}
.parent-pageid-155.course_harukaze .point__card .num {
  color: #299edc;
}
.point__card {
  border: 1px solid;
  border-color: #addaf1;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
}
.point__card__title {
  background-color: white;
  margin-top: -2.5rem;
  margin-left: -0.5rem;
  margin-bottom: 0.5rem;
}
.point__card__title .num {
  font-weight: bold;
  font-size: 2rem;
  font-family: "Kiwi Maru", sans-serif;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.point__card__title .title {
  font-weight: bold;
  font-size: 1.2rem;
}
section.index {
  padding: 2rem 0rem 3rem;
}
@media screen and (min-width: 1025px) {
  section.index {
    padding: 2rem calc((100vw - 1025px) / 2 + 1rem) 3rem;
  }
}
section.index .index__list {
  padding: 1rem;
  border: 1px solid #cde9f3;
}
section.index .index__list::before {
  content: "index";
  font-family: "Kiwi Maru", sans-serif;
}
section.index .index__list a {
  color: #1e80b4;
  display: block;
  margin: 0.3em auto;
  text-decoration: none !important;
}
section.index .index__list a::before {
  font-family: "Material Icons";
  content: "";
  vertical-align: -0.1em;
  margin-right: 0.5em;
}
body.admission .tuition .img-wrapper {
  width: 100%;
  overflow-x: scroll;
}
body.admission .tuition .img-wrapper img {
  min-width: 800px;
  height: auto;
}
body.voices .card, body.voices .box-with-ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
body.voices .card img, body.voices .box-with-ttl img {
  max-width: 200px;
  margin: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
body.voices .card p, body.voices .box-with-ttl p {
  width: 100%;
}
body.request-form .req::before {
  content: "*";
  color: red;
}
body.harukaze .nv-page-title-wrap.nv-big-title .nv-page-title {
  background-color: #f9d695;
  color: #271a02;
}
body.harukaze .img-box img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  body.harukaze .img-box img {
    width: 49.5%;
    display: inline-block;
  }
}
body.session-tokyo section .card.editable, body.session-tokyo section .editable.box-with-ttl, body.session-saitama section .card.editable, body.session-saitama section .editable.box-with-ttl {
  white-space: pre-line;
  word-break: break-all;
  margin-bottom: 0.5em;
}
body.session-tokyo .wp-image-901, body.session-saitama .wp-image-901 {
  width: 100px;
  margin-left: 0;
}
body.message img {
  width: 100%;
  max-width: 500px;
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  body.special-education main .nv-single-page-wrap {
    padding-inline: 0;
  }
}
body.special-education main img {
  margin: 1rem auto;
}
body.special-education main .sp {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 500px;
}
body.special-education main .pc {
  display: none;
  width: 600px;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  body.special-education main .sp {
    display: none;
  }
  body.special-education main .pc {
    display: block;
  }
}
body.school-life main #class .card h3 img, body.school-life main #class .box-with-ttl h3 img {
  height: 1.5em;
  display: inline;
  margin-bottom: -5px;
}
#bottom-nav {
  position: fixed;
  bottom: -100px;
  width: 100%;
  background: white;
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding: 1em;
  transition: all 0.3s ease;
}
#bottom-nav.show {
  display: flex;
  bottom: 0;
}
#bottom-nav .button-holder {
  display: flex;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  justify-content: center;
}
#bottom-nav .button-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
#bottom-nav .button-box .sub {
  font-size: 0.7em;
  color: #555;
  margin-bottom: 0.5em;
}
#bottom-nav .nav-button {
  flex: 1;
  display: flex;
  background: #ffffff;
  color: #1e80b4;
  border-radius: 0.5em;
  font-size: 1em;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 90%;
  transition: all 0.3s, box-shadow 0.3s;
  padding: 0.5em 0.3em;
  margin: 0;
}
#bottom-nav .nav-button::before {
  display: none;
}
#bottom-nav .nav-button:hover {
  background-color: #299edc;
  color: white;
}
#bottom-nav .button, #bottom-nav .inline-button, #bottom-nav .courses__list .card a, #bottom-nav .courses__list .box-with-ttl a, .courses__list .card #bottom-nav a, #bottom-nav .nav-button {
  display: flex;
}
#bottom-nav .nav-button span {
  font-size: 1em;
}
#bottom-nav .nav-button .icon {
  font-size: 2em;
  margin-right: 0.5em;
}
#bottom-nav {
  font-size: 0.9em;
}
#bottom-nav .button-box {
  position: relative;
}
#bottom-nav .sub-sub {
  overflow: visible;
  position: absolute;
  bottom: 100%;
  border: 1px solid #299edc;
  background-color: white;
  margin: 0;
  width: 60%;
  transition: all 0.3s ease;
  visibility: visible;
}
#bottom-nav .sub-sub .nav-button {
  width: 80%;
  margin: 0.5rem auto;
  border: none;
}
#bottom-nav .sub-sub .open-sub {
  display: none;
}
#bottom-nav .sub-sub.hidden {
  visibility: none;
  bottom: 50%;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  #bottom-nav {
    position: fixed;
    bottom: 20px;
    right: -180px;
    width: 180px;
    height: 180px;
    border: solid 5px #cde9f3;
    background: #cde9f3;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    padding: 0;
    transition: all 0.3s ease;
  }
  #bottom-nav.show {
    display: flex;
    right: 20px;
    bottom: 20px;
  }
  #bottom-nav .button-holder {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    justify-content: center;
    flex-direction: column;
  }
  #bottom-nav .button-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
  #bottom-nav .button-box.telephone {
    margin-bottom: 5px;
  }
  #bottom-nav .button-box .sub {
    display: none;
  }
  #bottom-nav .nav-button {
    flex: 1;
    height: 100%;
    width: 100%;
    display: flex;
    background: #ffffff;
    color: #1e80b4;
    border-radius: 0;
    font-size: 1em;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    box-shadow: none;
    border: none;
    cursor: pointer;
  }
  #bottom-nav .nav-button > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #bottom-nav .button, #bottom-nav .inline-button, #bottom-nav .courses__list .card a, #bottom-nav .courses__list .box-with-ttl a, .courses__list .card #bottom-nav a, #bottom-nav .nav-button {
    display: flex;
    flex-direction: column;
  }
  #bottom-nav .nav-button span {
    font-size: 1.3em;
  }
  #bottom-nav .nav-button .icon {
    font-size: 2em;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  #bottom-nav .button-box.request {
    position: relative;
  }
  #bottom-nav .button-box.request .links {
    position: absolute;
    top: -6em;
    opacity: 0;
    transition: all 0.2s;
    pointer-events: none;
    display: grid;
  }
  #bottom-nav .button-box.request .links a {
    padding: 0.5em 0.5em;
    background-color: white;
    border: 3px solid #299edc;
    width: 8em;
    text-align: center;
  }
  #bottom-nav .button-box.request .links a:first-child {
    margin-bottom: -3px;
  }
  #bottom-nav .button-box.request .links a:hover {
    background-color: #299edc;
  }
  #bottom-nav .button-box.request .nav-button:hover .links {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (min-width: 1025px) {
  #bottom-nav .button-box.request {
    position: relative;
  }
  #bottom-nav .button-box.request .toggle * {
    pointer-events: none;
  }
  #bottom-nav .button-box.request .links {
    z-index: -1;
    position: absolute;
    left: -5em;
    opacity: 0;
    transition: all 0.2s;
    pointer-events: none;
    display: grid;
  }
  #bottom-nav .button-box.request .links a {
    font-weight: bold;
    padding: 0.5em 0.5em;
    background-color: white;
    border: 3px solid #299edc;
    width: 8em;
    text-align: center;
  }
  #bottom-nav .button-box.request .links a:first-child {
    margin-bottom: -3px;
  }
  #bottom-nav .button-box.request .links a:hover {
    background-color: #299edc;
  }
  #bottom-nav .button-box.request .nav-button:hover .links {
    opacity: 1;
    pointer-events: all;
    left: -8em;
  }
}
#footer-menu-section {
  padding: 0;
  max-width: 1025px;
  margin: 0 auto;
}
#footer-menu-section > div {
  margin-bottom: 2rem;
}
#footer-menu-section .sns .sns-box {
  display: flex;
  width: 100%;
}
#footer-menu-section .sns .sns-box a {
  margin: 0 1rem;
  display: inline-block;
  max-width: 80px;
}
#footer-menu-section .sns .sns-box a > * {
  width: 100%;
  fill: white;
}
#footer-menu-section .sitemap > ul {
  margin-left: 0;
  text-align: start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  #footer-menu-section .sitemap > ul {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 600px) {
  #footer-menu-section .sitemap > ul {
    max-height: 350px;
  }
}
@media screen and (min-width: 1025px) {
  #footer-menu-section .sitemap > ul {
    max-height: 250px;
  }
}
#footer-menu-section .sitemap > ul > li {
  margin-bottom: 0.5em;
  margin-right: 2em;
}
@media screen and (min-width: 1025px) {
  #footer-menu-section .sitemap > ul > li {
    margin-right: 6em;
  }
}
#footer-menu-section .sitemap > ul h4 {
  margin-bottom: 0;
}
#footer-menu-section .sitemap > ul a {
  display: inline-block;
  text-decoration: none;
}
#footer-menu-section .sitemap > ul a::after {
  font-family: "Material Icons";
  content: "";
  vertical-align: -0.1em;
  text-decoration: none;
  font-size: 0.8em;
  margin-left: 0.3em;
}
#footer-menu-section .sitemap > ul ul {
  margin-left: 1em;
}
footer .component-wrap {
  width: 100%;
  max-width: 1025px;
  display: block;
  margin: 0 auto;
}
.builder-item--footer-menu {
  display: block !important;
}
/*  ------------------------- 調整 -------------------------  */
.header-main-inner .icon-bar, .header-menu-sidebar .header-menu-sidebar-bg .icon-bar {
  background-color: #292929;
}
body.home main .container, .parent-pageid-155 main .container {
  padding: initial;
}
main .container {
  padding-top: 0;
}
.builder-item--logo .site-logo img {
  width: initial;
  height: initial;
}
main {
  margin-top: 53px;
}
@media screen and (min-width: 600px) {
  main {
    margin-top: 58px;
  }
}
@media screen and (min-width: 1025px) {
  main {
    margin-top: 66px;
  }
}
.nav-ul li {
  cursor: initial;
  padding: 0;
}
.m-800 {
  width: 100%;
  max-width: 800px;
}
.header-menu-sidebar-inner li:hover > a:after {
  width: initial !important;
}
.nv-index-posts, .nv-single-page-wrap, .nv-single-post-wrap {
  margin-bottom: 0;
  flex-direction: column;
}
.nv-comment-content a, .nv-content-wrap a:not(.button):not(.wp-block-file__button) {
  text-decoration: initial;
  color: #1e80b4;
}
@media (min-width: 960px) {
  .builder-item--secondary-menu .nav-ul li:not(:last-child) {
    margin-right: 30px;
  }
}
form, label, textarea, input {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .list-calendar table th, .list-calendar table td {
    padding: 0.5em;
  }
}
body.session .entry-content h3 {
  margin-top: 3em;
}
body.session .entry-content ul.points {
  padding-left: 2em;
}
body.session .entry-content ul.points li {
  list-style: none;
  text-indent: -2.1em;
}
body.session .entry-content ul.points li::before {
  font-family: "Material Icons";
  content: "";
  vertical-align: -0.1em;
  color: #299edc;
  font-size: 1.4em;
  margin-right: 0.5em;
}
body.session .entry-content .schedule-list {
  margin-block: 2em;
  text-align: center;
  margin-inline: auto;
  width: fit-content;
  display: grid;
  gap: 1.5em;
}
body.session .entry-content .schedule-list > .schedule-list {
  padding: 1.5em 1em;
  border: 1px solid #ccc;
}
body.session .entry-content .schedule-list p {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 599px) {
  body.session .entry-content .schedule-list p {
    font-size: 1em;
    text-align: left;
  }
}
body.session .entry-content .schedule-list p span {
  font-size: 0.9em;
  font-weight: normal;
  border: 1px solid;
  border-color: #333;
  border-radius: 0.3em;
  padding: 0.3em 0.8em;
  display: inline-block;
}
body.session .entry-content .schedule-list p span.anxiety {
  background-color: #d9e1f2;
  border-color: #0070c0;
}
body.session .entry-content .schedule-list p span.failure {
  background-color: #c6e0b4;
  border-color: #548235;
}
body.session .entry-content .schedule-list p span.characteristic {
  background-color: #fff2cc;
  border-color: #ffd966;
}
body.session .entry-content table {
  max-width: 680px;
  margin-inline: auto;
  table-layout: fixed;
}
body.session .entry-content table th {
  border: 1px solid #aaa;
  background-color: #d3eaf8;
}
body.session .entry-content table td {
  border: 1px solid #aaa;
}
body.session .entry-content table tr a {
  color: white !important;
  font-weight: bold;
  padding: 0.5em 0.8em;
  border-radius: 0.3em;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 599px) {
  body.session .entry-content table tr a {
    font-size: min(0.9em, 3.5vw);
  }
}
body.session .entry-content table tr td:nth-child(2) a {
  background-color: #ffa04c;
}
body.session .entry-content table tr td:nth-child(3) a {
  background-color: #67b843;
}
@media screen and (max-width: 599px) {
  .list-calendar {
    margin-inline: -1em;
  }
}
.list-calendar .calendar-mark {
  display: flex;
  gap: 0 0.5em;
  justify-content: center;
  min-width: max-content;
}
@media screen and (max-width: 599px) {
  .list-calendar .calendar-mark {
    flex-direction: column;
  }
}
.list-calendar span.category {
  font-size: 0.7em;
  border: 1px solid;
  border-color: #333;
  border-radius: 0.3em;
  padding: 0.3em 0.8em;
  display: inline-block;
  color: black;
}
@media screen and (max-width: 599px) {
  .list-calendar span.category {
    padding: 0.2em;
    font-size: min(4.5vw, 0.7em);
  }
}
.list-calendar span.category.anxiety {
  background-color: #d9e1f2;
  border-color: #0070c0;
}
.list-calendar span.category.failure {
  background-color: #c6e0b4;
  border-color: #548235;
}
.list-calendar span.category.characteristic {
  background-color: #fff2cc;
  border-color: #ffd966;
}
#booking-form .booking-option-number {
  text-align: left;
}
#booking-form .booking-form-reservation-content {
  font-size: 1.1em;
  background-color: #ff9;
}
#booking-form .content-text {
  font-family: sans-serif;
}
#booking-form #action-button {
  text-align: left;
}
#booking-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#booking-form fieldset table {
  border-spacing: unset;
  margin: 0;
}
#booking-form fieldset table tr {
  margin-bottom: 1em;
  display: grid;
}
#booking-form fieldset table tr th, #booking-form fieldset table tr td {
  border: none;
  text-align: left;
  width: 100%;
  line-height: 1.8;
}
#booking-form fieldset table tr th label {
  margin-bottom: 0;
}
#booking-form fieldset table tr td {
  font-size: 1em;
}
#booking-form fieldset table tr td:has(.option-note), #booking-form fieldset table tr td:has(.option-confirm-note) {
  display: flex;
  flex-wrap: wrap;
}
#booking-form fieldset table tr td .option-note, #booking-form fieldset table tr td .option-confirm-note {
  flex-basis: 100%;
  order: -1;
}
#booking-form fieldset table tr td input[type="text"], #booking-form fieldset table tr td input[type="tel"], #booking-form fieldset table tr td textarea {
  width: min(100%, 350px);
}
input, select, textarea {
  border-color: #aaa !important;
}
.list-calendar table {
  width: 100%;
}
.list-calendar .notmatch-message {
  margin-block: 30px;
  color: red;
  font-weight: bold;
  text-align: center;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fseishin-gakuin.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fneve%2Fassets%2Fscss%2Fstyles.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAA0EA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAvEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6EF%3BAAAA%3BAAAA%3BAA7EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmFF%3BAAAA%3BAAAA%3BAAnFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0FF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhKA%3BAAqKA%3BAAAA%3BAAAA%3BAArKA%3BAA0KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAA3OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsQE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA3QE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoRA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9RF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuSI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAhZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0ZF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlbE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAndF%3BAAydI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxhBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4iBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5kBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtqBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgrBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArrBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4rBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAA7sBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAstBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnxBJ%3BAA8xBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzvBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqwBI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAl2BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA02BA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAv3BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAi4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2F3BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAw4BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA94BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA65BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAw%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsiCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1wCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwxCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAlBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAlBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAlBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAlBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAA92CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAm3CA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAA57CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAw8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA99CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2%2BCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAr%2BCA%3BAA2%2BCE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FrDA%3BAAusDE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAztDR%3BAAouDE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvzDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwzDI%3BAAAA%3BAAAA%3BAAAA%3BAAxzDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BzDI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAA94DA%3BAAm5DA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAt3DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAi4DF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAA96DE%3BAAu7DE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA59DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAq%2BDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1gEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuhEM%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAA5hEN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAziEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmjEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnjEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAikEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */