@charset "UTF-8";
/*==================================================
Basic Settings (Breakpoints / Widths / Font-bases)
==================================================*/
/*==================================================
Mixins
==================================================*/
/*==================================================
SCSS Variables (for compatibility)
==================================================*/
/* Page-specific colors */
/* Typo Scale */
/*==================================================
Spacing
==================================================*/
/* 施設のご紹介
--------------------------------------------------------------------------------------------- */
.p-intro .cmn-section__inner {
  padding-left: 0;
  padding-right: 0;
}
.p-intro__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  margin-bottom: 4em;
}
@media (max-width: 640px) {
  .p-intro__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    margin-bottom: 4em;
  }
}
.p-intro__name {
  font-size: var(--fs-base);
  font-weight: var(--fw-bold);
  color: var(--color-main);
  margin-top: 0.25em;
  margin-bottom: 0em;
}
.p-intro__text {
  font-size: var(--fs-sm);
  line-height: 175%;
  letter-spacing: normal;
}
.p-intro {
  /* マップ部分 */
}
.p-intro__map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media (max-width: 640px) {
  .p-intro__map {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
.p-intro__map__title {
  font-weight: var(--fw-bold);
  color: var(--color-main);
  line-height: 100%;
}
.p-intro__map > li {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

/* 園舎の特色
--------------------------------------------------------------------------------------------- */
.p-feature > .cmn-section__inner > .cmn-flex-row {
  align-items: center;
}
@media (max-width: 640px) {
  .p-feature > .cmn-section__inner > .cmn-flex-row {
    flex-direction: column;
    gap: 2em;
  }
}
.p-feature__image img {
  width: 100%;
  height: auto;
}

/* 施設概要
--------------------------------------------------------------------------------------------- */
.p-summary a {
  color: var(--color-text);
  text-decoration: underline;
}
.p-summary__table {
  width: 100%;
}
.p-summary__table__cell dt,
.p-summary__table .cmn-table__cell dt {
  min-width: 10em;
}
@media (max-width: 960px) {
  .p-summary__table__cell dt,
  .p-summary__table .cmn-table__cell dt {
    min-width: auto;
  }
}
.p-summary th {
  min-width: 5em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.p-summary__cell--history .cmn-table__cell dt {
  min-width: 10em;
}
.p-summary__cell--capacity .cmn-table__cell dt {
  min-width: 7em;
}
.p-summary__cell--time .cmn-table__cell dt {
  min-width: 12em;
}
.p-summary__cell--members .cmn-table__cell dt {
  min-width: 12em;
}

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