@charset "UTF-8";
.c-keep-word, .sc__title, .c-item__title, .c-item2__title, .c-listnew li, .c-listnew__date + div, .l-header .main__nav .el-menu .sub-menu, .p-home .sc-policy__title, .footer .sc-policy__title, .p-home .sc-policy .p-box__title, .footer .sc-policy .p-box__title, .p-home .sc-facilities .c-slider__title, .footer .sc-facilities .c-slider__title, #p-services .checkbox-style li, #p-services .box-style__header__title, #p-facilities .p-slider__title, .pattern__nav ul li .btn-readmore, .pattern__heading, .pattern__cont__title, .pattern__list__check > li, .pattern__list__dotted > li, .pattern__table table th, .pattern__definition dl dt {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media (min-width: 768px) {
  .c-md-keep-word, #p-services .box-style__header__excerpt, #p-facilities .p-slider__excerpt {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}

/* --------------------------------------------------------- *
 *  modification
 * --------------------------------------------------------- */
img {
  image-rendering: auto;
}

mark {
  color: inherit;
  background: linear-gradient(transparent 50%, #ffe766 50%);
}

@media (max-width: 767px) {
  .sc-banner .p-slider__item__thumb {
    min-height: 650px;
  }
}
@media (max-width: 575px) {
  .sc-banner .p-slider__item__thumb {
    min-height: 500px;
  }
}

.c-item__thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-item__dots {
  font-size: 15px;
  line-height: 1.8;
}
.c-item__dots > li {
  position: relative;
  padding-left: 1.2em;
}
.c-item__dots > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary);
  content: "・";
}
.c-item__dots.is-color2 > li::before {
  color: var(--secondary);
}
.c-item__notes {
  font-size: 15px;
  line-height: 1.8;
}
.c-item__notes > li {
  position: relative;
  padding-left: 1.2em;
}
.c-item__notes > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary);
  content: "※";
}
.c-item__notes.is-color2 > li::before {
  color: var(--secondary);
}
.c-listnew__date {
  width: 100px;
}
@media (max-width: 767px) {
  .c-listnew__date {
    width: 80px;
  }
}
.c-listnew__date + div {
  flex: 1;
}
.box-style .c-list li::before {
  top: calc(0.5lh - 2px);
}

.box-style--secondary .c-list li::before {
  background-color: var(--secondary);
}

.c-link {
  color: inherit;
  text-decoration: underline;
}
.c-link:hover {
  text-decoration: none;
}

.schedule__notes {
  font-size: 12px;
}
.schedule__notes li {
  width: fit-content;
  margin-left: auto;
}

.page-content__header__inner::before {
  height: 800px;
}

/* --------------------------------------------------------- *
 *  header
 * --------------------------------------------------------- */
@media (min-width: 576px) {
  .nav__mobile__logo {
    max-width: 260px;
  }
}

/* --------------------------------------------------------- *
 *  footer
 * --------------------------------------------------------- */
@media (max-width: 767px) {
  .footer {
    padding-bottom: 61px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-bottom: 57px;
  }
}
.footer__logo {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .footer__logo:not(:has(+ .box__social)) {
    margin-bottom: 5rem;
  }
}

/* --------------------------------------------------------- *
 *  top
 * --------------------------------------------------------- */
.p-home, .footer {
  /* mv */
}
.p-home .p-slider__catch__meta, .footer .p-slider__catch__meta {
  position: absolute;
  inset: 0;
  width: 15%;
  min-width: 200px;
  height: fit-content;
  margin: auto;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .p-home .p-slider__catch__meta, .footer .p-slider__catch__meta {
    width: 40%;
    min-width: auto;
    padding-bottom: 75px;
  }
}
.p-home .p-slider__catch__meta img, .footer .p-slider__catch__meta img {
  width: 100%;
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff);
}
.p-home .sc, .footer .sc {
  /* news */
  /* message */
  /* greeting */
  /* features */
  /* facilities */
}
.p-home .sc-new .p-newlist__item__text, .footer .sc-new .p-newlist__item__text {
  display: block;
  font-size: 1.17em;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .p-home .sc-new:not(:has(.btn)) .p-newlist, .footer .sc-new:not(:has(.btn)) .p-newlist {
    margin-bottom: 0;
  }
}
.p-home .sc-policy__meta, .footer .sc-policy__meta {
  color: #fff;
}
.p-home .sc-policy__meta::before, .footer .sc-policy__meta::before {
  background: rgba(var(--secondary-rgb), 0.8);
  opacity: 1;
}
.p-home .sc-policy__excerpt, .footer .sc-policy__excerpt {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-home .sc-policy .p-box, .footer .sc-policy .p-box {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.p-home .sc-policy .p-box:has(.row > *:only-child), .footer .sc-policy .p-box:has(.row > *:only-child) {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.p-home .sc-policy .p-box__title, .footer .sc-policy .p-box__title {
  line-height: 1.4;
}
.p-home .sc-policy .p-box__notes, .footer .sc-policy .p-box__notes {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-home .sc-policy .p-box__notes li, .footer .sc-policy .p-box__notes li {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-home .sc-features:not(:has(.btn)), .footer .sc-features:not(:has(.btn)) {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .p-home .sc-features:not(:has(.btn)), .footer .sc-features:not(:has(.btn)) {
    padding-bottom: 20px;
  }
}
/* --------------------------------------------------------- *
 *  services
 * --------------------------------------------------------- */
#p-services {
  overflow-x: hidden;
}
#p-services .checkbox-style li {
  padding-left: calc(25px + 1rem);
  text-indent: -20px;
}
@media (max-width: 767px) {
  #p-services .box-style__header__title .box-style__header__badge {
    display: block;
    width: fit-content;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  #p-services .box-style__header__excerpt {
    text-align: start;
  }
}
#p-services .box-style__subcontent:not(:first-child) {
  margin-top: 3em;
}
#p-services .box-style__subcontent .c-item__notes {
  margin-top: 0;
}
#p-services .box-style__subtitle {
  min-width: 122px;
  font-size: 18px;
  line-height: 1.6;
  display: block;
  width: fit-content;
  margin-bottom: 5px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  background-color: var(--primary);
}
#p-services .box-style__subtitle.is-color2 {
  background-color: var(--secondary);
}
@media (max-width: 575px) {
  #p-services .box-style .c-item__thumb, #p-services .box-style .c-item2__thumb {
    margin-bottom: 0;
  }
}

/* --------------------------------------------------------- *
 *  staff
 * --------------------------------------------------------- */
#p-staff .page-content__header__inner {
  padding-bottom: 0;
}
#p-staff .staff-greeting:has(.staff-intro) {
  padding: 150px 0 140px;
}
@media (max-width: 991px) {
  #p-staff .staff-greeting:has(.staff-intro) {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  #p-staff .staff-greeting:has(.staff-intro) {
    padding: 60px 0;
  }
}
#p-staff .staff-greeting:has(.page-content__header__inner) {
  padding-top: 0;
}
#p-staff .staff-greeting .page-content__header__inner {
  padding-bottom: 0;
}

/* --------------------------------------------------------- *
 *  facilities
 * --------------------------------------------------------- */
#p-facilities .p-slider__excerpt {
  text-align: center;
}
@media (max-width: 767px) {
  #p-facilities .p-slider__excerpt {
    text-align: start;
  }
}

/* --------------------------------------------------------- *
 *  equipments
 * --------------------------------------------------------- */
#p-equipments .box-style__header {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #p-equipments .box-style__header {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  #p-equipments .box-style__inner {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  #p-equipments .box-style .c-item2__thumb {
    margin-bottom: 30px;
  }
}

/* --------------------------------------------------------- *
 *  access
 * --------------------------------------------------------- */
/* --------------------------------------------------------- *
 *  pattern
 * --------------------------------------------------------- */
@media (max-width: 767px) {
  .c-header:has(+ .c-lead) {
    margin-bottom: 40px;
  }
}

.pattern__nav ul {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .pattern__nav ul {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .pattern__nav ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.pattern__nav ul li .btn-readmore {
  display: grid;
  place-items: center;
  height: 100%;
}
.pattern__cont__dots {
  margin-top: 1.5em;
  font-size: 15px;
  line-height: 1.8;
}
.pattern__cont__dots > li {
  margin-top: 0.5em;
  position: relative;
  padding-left: 1.2em;
}
.pattern__cont__dots > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary);
  content: "・";
}
.pattern__cont__dots.is-color2 > li::before {
  color: var(--secondary);
}
.pattern__cont__notes {
  margin-top: 1.5em;
  font-size: 15px;
  line-height: 1.8;
}
.pattern__cont__notes > li {
  margin-top: 0.5em;
  position: relative;
  padding-left: 1.2em;
}
.pattern__cont__notes > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary);
  content: "※";
}
.pattern__cont__notes.is-color2 > li::before {
  color: var(--secondary);
}
.pattern__table__text {
  display: none;
  color: var(--secondary) !important;
  text-align: end;
}
@media (max-width: 767px) {
  .pattern__table__text {
    display: block;
  }
}
.pattern__table__text::after {
  content: "▶︎";
  margin-left: 0.5em;
}
.pattern__table table {
  width: 100%;
}
@media (max-width: 767px) {
  .pattern__table table {
    width: 750px;
  }
}
.pattern__table table thead tr th:first-child, .pattern__table table tbody tr th {
  width: 25%;
}
@media (max-width: 991px) {
  .pattern__table table thead tr th:first-child, .pattern__table table tbody tr th {
    width: 20%;
  }
}
.pattern__table table thead tr th:not(:first-child), .pattern__table table tbody tr td {
  width: 37.5%;
}
@media (max-width: 991px) {
  .pattern__table table thead tr th:not(:first-child), .pattern__table table tbody tr td {
    width: 40%;
  }
}
.pattern__table table th {
  white-space: normal;
}
.pattern__subheading {
  min-width: 122px;
  font-size: 18px;
  line-height: 1.6;
  display: block;
  width: fit-content;
  margin-bottom: 5px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  background-color: var(--primary);
}
.pattern__subheading.is-color2 {
  background-color: var(--secondary);
}
.pattern__definition dl {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 767px) {
  .pattern__definition dl {
    grid-template-columns: auto;
  }
}
.pattern__definition dl dt, .pattern__definition dl dd {
  display: grid;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px dotted #958f68;
}
@media (max-width: 767px) {
  .pattern__definition dl dt, .pattern__definition dl dd {
    padding: 10px 5px;
  }
}
.pattern__definition dl dt:first-of-type, .pattern__definition dl dd:first-of-type {
  border-top: 1px dotted #958f68;
}
.pattern__definition dl dt {
  justify-items: center;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pattern__definition dl dt {
    border-bottom: none;
  }
}
.pattern__definition dl dd {
  justify-items: end;
  margin-inline-start: 0;
}
@media (max-width: 767px) {
  .pattern__definition dl dd {
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .pattern__definition dl dd:first-of-type {
    border-top: none;
  }
}
.pattern__block__2 .pattern__cont__title:first-child, .pattern__block__2 .pattern__cont__text:first-child {
  margin-top: 0;
}

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