@charset "UTF-8";
.close-btn {
  display: block;
  position: fixed;
  width: 30px;
  height: 30px;
  top: 50px;
  right: 20px;
}

.close-btn:hover {
  cursor: pointer;
}

.close-btn::before, .close-btn::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #333;
}

.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.plus-btn {
  display: inline-block;
  vertical-align: middle;
  color: #888888;
  line-height: 1;
  width: 1.5em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  top: 35px;
  right: 30px;
  transition: all 0.4s;
}

.plus-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

@media screen and (max-width: 1023px) {
  header .l-header__content {
    padding: 0;
  }
  header .u-invisible-md-down {
    display: block !important;
  }
  header .c-row > .c-row__col {
    padding-right: 0 !important;
  }
  header #menu-item-742, header #menu-item-743, header #menu-item-744, header #menu-item-745 {
    display: none;
  }
  header #menu-item-746 {
    display: block !important;
  }
  #schedule .plus-btn {
    width: 20px;
    top: initial;
    position: absolute;
    bottom: 18px !important;
    right: 7px;
  }
}
@media screen and (max-width: 639px) {
  .wp-block-snow-monkey-blocks-section {
    padding-top: 0 !important;
  }
  .smb-section__background-text__text {
    font-size: 37px !important;
    top: 56px;
  }
  h2 img {
    margin-bottom: 5px;
  }
  .c-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  #worry .wp-block-columns {
    border-radius: 30px !important;
    margin: 0 5px !important;
    padding: 20px;
  }
  #worry .all-in-one {
    margin-top: 20px;
    padding: 0 5px;
    font-size: 37px !important;
  }
  .entry .c-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .entry .wp-block-columns {
    border-radius: 30px !important;
  }
  .entry .wp-block-columns .img01, .entry .wp-block-columns .img02 {
    display: none;
  }
  #teacher .wp-block-snow-monkey-blocks-items .c-row--margin-l {
    --_gap: 20px;
  }
  #teacher .wp-block-snow-monkey-blocks-items .c-row--margin-l .wp-block-snow-monkey-blocks-items-item-block-link {
    margin-bottom: 0;
  }
  #teacher .smb-items__item__title {
    --_font-size-level: 1 !important;
  }
  #schedule .has-sm-xl-font-size {
    font-size: 15px !important;
  }
  #schedule .time {
    text-align: left;
  }
  #schedule .wp-block-columns {
    padding: 10px !important;
    gap: 5px;
  }
  #schedule .photo {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    flex-basis: 33% !important;
  }
  #schedule .contents {
    flex-basis: 64% !important;
  }
  #schedule .contents h3 {
    font-size: 18px !important;
  }
  #schedule .contents h4 {
    font-size: 16px !important;
  }
  #schedule .contents p {
    font-size: 13px;
  }
  #schedule .contents .plus-btn {
    width: 20px;
    top: initial;
    position: absolute;
    bottom: 18px !important;
    right: 7px;
  }
  #schedule .wp-block-separator {
    margin-top: 20px !important;
    margin-bottom: -20px !important;
  }
  #about {
    padding-bottom: 0;
  }
  #about .c-container {
    padding-left: 0;
    padding-right: 0;
  }
  #about .wp-block-group {
    padding: 0 !important;
  }
  #about .wp-block-group .smb-information__body {
    font-size: 12px;
  }
  #about .wp-block-group .smb-information__body .smb-information__item__label {
    padding: 10px;
  }
  #about .wp-block-group .smb-information__body .smb-information__item__body {
    padding: 10px;
  }
  #faq .smb-accordion__item__title__label .sme-font-size {
    font-size: 15px !important;
  }
  #faq .smb-accordion__item__body p {
    font-size: 14px;
  }
}
h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  border-bottom: 2px solid #FF822E;
}
h2 img {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.smb-section__background-text__text {
  white-space: nowrap;
}

.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight {
  background-color: #1F55B1;
}

#worry h2 {
  border: none;
}

#teacher .smb-items__item__body {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  transition: opacity 0.4s;
  display: block;
  margin: 0;
  padding: 10px;
  z-index: 100;
}
#teacher .smb-items__item__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#teacher .smb-items__item--block-link:hover .smb-items__item__body {
  opacity: 1;
}

#schedule .wp-block-columns {
  cursor: pointer;
}
#schedule .p-card__block {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0; /*初期状態は非表示*/
  color: white;
  background: rgba(255, 255, 255, 0.4); /* 背景を黒にして透過*/
  width: 66.66%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 20px;
  transition: opacity 0.4s;
}
#schedule .p-card__img-wrap:hover .p-card__block {
  opacity: 1;
  cursor: pointer;
}
#schedule .p-card__img-wrap:hover .plus-btn {
  width: 2rem;
  height: 0.2em;
  transition: all 0.4s;
}
#schedule .p-card__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#about .smb-information__item {
  border-bottom: 2px solid #999999;
}
#about .smb-information__item:first-child {
  border-top: 2px solid #999999;
}

#faq h2 {
  border: none;
}
#faq .wp-block-snow-monkey-blocks-accordion {
  border-bottom: 2px solid #ADADAD;
  margin: 0;
  padding: 10px 0;
}
#faq .wp-block-snow-monkey-blocks-accordion:first-of-type {
  border-top: 2px solid #ADADAD;
}
#faq .smb-accordion__item {
  --smb-accordion-item--background-color: #FFEFE7;
}
#faq .smb-accordion__item__body {
  padding: 10px 18px;
}

.entry .entry-btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.entry figure {
  margin-top: 0 !important;
}
.entry .wp-block-snow-monkey-blocks-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0px 8px 0px 0px #7c7c7c;
  transition: all 0.4s;
}
.entry .wp-block-snow-monkey-blocks-btn:hover {
  box-shadow: unset;
  transform: translateY(4px);
  background-color: #FF812E;
}
.entry .wp-block-snow-monkey-blocks-btn:hover .smb-btn__label {
  color: #fff;
}

.l-footer-widget-area {
  padding: 10px 0 !important;
  background-color: #FF812E;
  color: #fff;
}

.l-footer__footer {
  display: none;
}

#page-top {
  background-color: #555;
}

#modal-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.modal-common {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  display: none;
}
.modal-common .wp-block-columns {
  min-height: 100vh !important;
}

@media screen and (max-width: 639px) {
  #modal-back {
    z-index: 1000;
  }
  .modal-common {
    z-index: 1100;
  }
  .modal-common .wp-block-columns {
    height: auto !important;
  }
  .modal-common .smb-section__inner {
    max-height: 74vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .modal-common .modal-content {
    flex-basis: 100% !important;
  }
  .modal-common .close {
    flex-basis: 0% !important;
  }
  .modal-common .close-btn {
    top: 75vh;
    right: 50%;
    transform: translateX(50%);
  }
  .modal-common .close-btn::before, .modal-common .close-btn::after {
    background-color: #fff;
  }
  .modal-common img {
    width: 60vw !important;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */