@charset "UTF-8";
:root {
  --font-round: "秀英にじみ丸ゴシック B", "Zen Maru Gothic", sans-serif;
  --font-body: "新ゴ R", "Noto Sans JP", sans-serif;
  --font-body-bold: "新ゴ B", "Noto Sans JP", sans-serif;
  --font-mincho: "リュウミン R-KL", "Zen Old Mincho", serif;
  --font-mincho-bold: "リュウミン B-KL", "Zen Old Mincho", serif;
  --color-primary: #1ca8cc;
  --color-secondary: #3d8fd1;
  --color-cta: #2bb5b0;
  --color-base: #ffffff;
  --color-bg: #f6f3ea;
  --color-bg-alt: #efefe6;
  --color-dark: #1a1a1a;
  --color-orange: #f2a33c;
  --color-pink: #ef7f9b;
  --color-green: #5fa84e;
  --color-red: #e4506b;
  --color-navy: #4a6fb8;
  --color-text: #333333;
  --color-text-sub: #707070;
  --color-text-inverse: #ffffff;
  --color-border: #bebebe;
  --color-border-light: #e0dcd0;
  --color-border-dash: #d8d4c8;
  --color-border-dark: #3a3a3a;
  --color-tint: #eaf7fa;
  --color-placeholder: #dcd8cc;
  --color-facebook: #1877f2;
  --color-instagram: #e4506b;
  --color-youtube: #e4506b;
  --inner-base: 65rem;
  --gutter: 5rem;
  --header-height: 4.75rem;
  --radius: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-pill: 999px;
  --shadow-menu: 0 6px 24px rgb(51 51 51 / 18%);
  --duration-fast: 0.2s;
  --duration-base: 0.3s;
}

@media screen and (max-width: 767.98px) {
  :root {
    --gutter: 2.5rem;
  }
}
.detail {
  padding: 2.5rem 0 7.5rem;
}
.detail .inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 5rem;
}

.detail_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2rem;
  min-width: 0;
}

.detail_hd {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.detail_meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: var(--color-text-sub);
  font-size: 0.875rem;
}

.detail_ttl {
  margin: 0;
  color: var(--color-secondary);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: var(--font-round);
  font-style: normal;
}

.detail_lead {
  margin: 0;
  font-size: 1rem;
  line-height: 2;
}

.detail_dl {
  display: grid;
  grid-template-columns: 7.875rem 1fr;
  margin: 0;
  padding: 1.75rem 2.25rem;
  background: var(--color-bg);
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
.detail_dl dt,
.detail_dl dd {
  margin: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--color-border-dash);
  line-height: 1.8;
}
.detail_dl dt {
  padding-right: 1rem;
  font-family: var(--font-body-bold);
  font-weight: 700;
}
.detail_dl dt:last-of-type,
.detail_dl dd:last-of-type {
  border-bottom: 0;
}

.detail_block {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.detail_block_ttl {
  margin: 0;
  color: var(--color-primary);
  font-size: 1.25rem;
  font-weight: 500;
  font-family: var(--font-round);
  font-style: normal;
}

.detail_note {
  margin: 0;
  color: var(--color-text-sub);
  font-size: 0.875rem;
  line-height: 1.9;
}

.detail_schedule {
  border: 1px solid var(--color-border);
}

/* スマホ */
@media screen and (max-width: 767.98px) {
  .detail {
    padding: 1.5rem 0 4rem;
  }
  .detail .inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  .posts_side {
    position: static;
    width: 100%;
  }
  .detail_ttl {
    font-size: 1.375rem;
  }
  .detail_dl {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }
  .detail_dl dt {
    padding: 0.75rem 0 0;
    border-bottom: 0;
  }
  .detail_dl dd {
    padding: 0.25rem 0 0.75rem;
  }
}
/*# sourceMappingURL=make-single.css.map */
