@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;
  }
}
.intro {
  padding: 1.5rem 0 4rem;
}
.intro .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.intro .lead {
  align-self: flex-start;
}

/* 概要 */
.summary {
  padding-bottom: 5rem;
  background: var(--color-bg);
}
.summary .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  padding-top: 4.5rem;
  border-top: 2px solid var(--color-cta);
}

.summary_body {
  display: grid;
  gap: 0 2.5rem;
  grid-template-columns: 1.25fr 1fr;
  width: 100%;
}

/* 無料・割引案内 */
.discount {
  padding: 4.5rem 0 5rem;
}
.discount .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
}

.discount_img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

/* 開館時間 */
.hours {
  padding-bottom: 5rem;
  background: var(--color-bg);
}
.hours .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding-top: 4.5rem;
  border-top: 2px solid var(--color-cta);
}

.hours_body {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
  width: min(51.25rem, 100%);
}

.hours_side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 17.5rem;
}

.hours_today {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem;
  background: var(--color-base);
  border: 1px solid var(--color-border-light);
  border-radius: 0.625rem;
}

.hours_state {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hours_date {
  margin: 0;
  color: var(--color-text-sub);
  font-size: 0.875rem;
}

.hours_open {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0;
  padding: 0.25rem 0.625rem;
  background: #e8f6ef;
  border-radius: var(--radius-pill);
  color: #2e7d5b;
  font-family: var(--font-body-bold);
  font-size: 0.875rem;
  font-weight: 700;
}
.hours_open::before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  background: currentcolor;
  border-radius: 50%;
}
.hours_open.-after {
  background: #f3f1e8;
  color: var(--color-text-sub);
}
.hours_open.-closed {
  background: rgb(from var(--color-red) r g b/12%);
  color: var(--color-red);
}

.hours_time {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 700;
  font-family: var(--font-round);
  font-style: normal;
}

.hours_legend {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
}
.hours_legend li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hours_legend li::before {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background: var(--color-base);
  border: 1px solid var(--color-border-light);
  border-radius: 0.25rem;
}
.hours_legend .-closed::before {
  background: rgb(from var(--color-red) r g b/12%);
  border-color: transparent;
}

/* アクセス */
.access {
  padding: 5rem 0 5.5rem;
}
.access .inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.access_block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

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

.access_img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.access_map {
  height: 24.5rem;
}
.access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.access_bus {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.75rem 2rem;
  background: var(--color-bg);
  border-radius: 0.625rem;
}

.access_bus_img {
  flex-shrink: 0;
  width: 5.5rem;
}

.access_bus_cnt {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.375rem;
}

.access_bus_ttl {
  margin: 0;
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-round);
  font-style: normal;
}

.access_bus_text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
}

.access_bus_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--color-primary);
  font-size: 0.875rem;
}

.access_store {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.access_store a {
  display: block;
}
.access_store img {
  display: block;
  width: auto;
}
.access_store .-apple img {
  height: 3.5rem;
}
.access_store .-google img {
  height: 4.5rem;
}

/* 月別カレンダー */
.cal {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.75rem;
  width: min(30rem, 100%);
  padding: 1.125rem 1.25rem;
  background: var(--color-base);
  border: 1px solid var(--color-border-light);
  border-radius: 0.625rem;
}

.cal_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cal_month {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: var(--font-round);
  font-style: normal;
}

.cal_nav {
  padding: 0;
  background: none;
  border: 0;
  color: var(--color-border);
  cursor: pointer;
}
.cal_nav .icon {
  font-size: 1.25rem;
}
.cal_nav:hover {
  color: var(--color-primary);
}
.cal_nav:disabled {
  opacity: 0.3;
  cursor: default;
}

.cal_tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.25rem;
  table-layout: fixed;
}
.cal_tbl th {
  padding-bottom: 0.25rem;
  color: var(--color-text-sub);
  font-family: var(--font-body-bold);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
.cal_tbl td {
  aspect-ratio: 1;
  background: var(--color-base);
  border-radius: 0.375rem;
  text-align: center;
  vertical-align: middle;
}
.cal_tbl td.-blank {
  background: none;
}
.cal_tbl td.-mark {
  background: rgb(from var(--mark-color, var(--color-red)) r g b/12%);
  color: var(--mark-color, var(--color-red));
}
.cal_tbl td.-red {
  --mark-color: var(--color-red);
}
.cal_tbl td.-secondary {
  --mark-color: var(--color-secondary);
}
.cal_tbl td.-pink {
  --mark-color: var(--color-pink);
}
.cal_tbl td.-today {
  outline: 2px solid var(--color-primary);
  outline-offset: -2px;
}

.cal_num {
  display: block;
  font-family: var(--font-body-bold);
  font-size: 0.875rem;
  font-weight: 700;
}

.cal_note {
  display: block;
  font-size: 0.625rem;
}

/* スマホ */
@media screen and (max-width: 767.98px) {
  .summary_body {
    grid-template-columns: 1fr;
  }
  .hours_body {
    flex-direction: column;
    gap: 1.25rem;
  }
  .hours_side {
    width: 100%;
  }
  .cal {
    width: 100%;
  }
  .access_bus {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem;
  }
  .access_store {
    flex-wrap: wrap;
  }
}
/* スマホの縦の余白。1440px 基準の値は 375px では広すぎる */
@media screen and (max-width: 767.98px) {
  .intro {
    padding: 2rem 0 3.5rem;
  }
  .summary {
    padding-bottom: 4rem;
  }
  .discount {
    padding: 3.5rem 0 4rem;
  }
  .hours {
    padding-bottom: 4rem;
  }
  .access {
    padding: 4rem 0 4.5rem;
  }
}
/*# sourceMappingURL=about-access.css.map */
