.c-page-hero {
  position: relative;
  height: 200px;
  min-height: 100px;
  padding: 40px 5%;
  padding-top: calc(64px + 40px);
  background: #e8f7f0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}@media (min-width: 1280px) {.c-page-hero {
    padding-top: calc(var(--header-height, 90px) + 40px);
  }
}body:not(.home-page) .c-page-hero {
  padding-block: 0;
  padding-inline: clamp(14px, 4vw, 36px);
  height: auto;
  min-height: 0;
}body:not(.home-page) .c-page-hero--has-image {
  height: auto;
  min-height: 0;
}body:not(.home-page) .c-page-hero__content {
  padding-block: 0.75rem;
}body:not(.home-page) .c-page-hero__en {
  margin-bottom: 0.22rem;
  font-size: clamp(0.58rem, 0.53rem + 0.18vw, 0.7rem);
}body:not(.home-page) .c-page-hero__title {
  font-size: clamp(1.25rem, 1rem + 1vw, 1.7rem);
  line-height: 1.2;
}@media (max-width: 767px) {body:not(.home-page) .c-page-hero {
    padding-block: 0;
    padding-inline: 12px;
    min-height: 0;
  }body:not(.home-page) .c-page-hero--has-image {
    min-height: 0;
  }body:not(.home-page) .c-page-hero__content {
    padding-block: 0.65rem;
  }
}.c-page-hero + .l-main {
  padding-top: 0;
  padding-block-start: 0;
}.c-page-hero::before {
  display: none;
}.c-page-hero__content {
  position: relative;
  z-index: 2;
  text-align: start;
  color: #1a4a7a;
  padding: 0 20px;
  max-width: var(--content-max-width);
  width: 100%;
  margin: 0 auto;
}.c-page-hero__en {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-primary, #114FA1);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
}.c-page-hero__title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
  padding-left: 20px;
  border-left: 4px solid var(--color-primary, #114FA1);
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-shadow: none;
  overflow-wrap: break-word;
  color: #1a4a7a;
}.c-page-hero--has-image {
  height: 280px;
  min-height: 200px;
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}.c-page-hero--has-image .c-page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(17, 79, 161, 0.60) 0%,
    rgba(26, 74, 122, 0.45) 50%,
    rgba(0, 0, 0, 0.30) 100%
  );
}.c-page-hero--has-image .c-page-hero__content {
  color: #fff;
}.c-page-hero--has-image .c-page-hero__en {
  color: rgba(255, 255, 255, 0.85);
}.c-page-hero--has-image .c-page-hero__title {
  color: #fff;
  border-left-color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}@media (min-width: 768px) {.c-page-hero--has-image {
    height: 340px;
  }
}@media (min-width: 1280px) {.c-page-hero--has-image {
    height: 380px;
    min-height: 280px;
  }
}.c-subnav {
  background: var(--color-white);
  border-bottom: 2px solid #e5e7eb;
  position: sticky;
  top: var(--header-height-mobile, 60px);
  z-index: 100;
  margin-top: 0;
}@media (min-width: 1280px) {.c-subnav {
    top: var(--header-height, 90px);
  }
}.c-subnav__inner {
  max-width: var(--content-max-width);
  margin: 0 auto;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}.c-subnav__inner::-webkit-scrollbar {
  display: none;
}.c-subnav__item {
  flex-shrink: 0;
  padding: 14px 16px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}.c-subnav__item::before {
  display: none;
}.c-subnav__item:hover {
  color: var(--color-primary, #114FA1);
}.c-subnav__item.is-active {
  color: var(--color-primary, #114FA1);
  font-weight: 700;
  border-bottom-color: var(--color-primary, #114FA1);
}.c-subnav__item.is-active::after {
  display: none;
}.c-section__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 24px;
  padding: 12px 16px 12px 20px;
  border-left: 4px solid var(--color-primary, #114FA1);
  background: #f0faf5;
  border-radius: 0 6px 6px 0;
}.c-section__title--orange {
  border-left-color: var(--color-secondary);
  background: #fff8f0;
}.c-section__title .material-symbols-outlined {
  font-size: 1.5rem;
  color: var(--color-primary);
}@media (min-width: 769px) {.c-page-hero {
    height: auto;
  }.c-page-hero__title {
    font-size: 2rem;
  }.c-subnav__item {
    padding: 16px 24px;
    font-size: 0.875rem;
  }.c-section__title {
    font-size: 1.4rem;
  }
}@media print {.c-subnav {
    display: none;
  }
}.c-section__title--bar {
  background: var(--color-background);
  color: var(--color-text-main);
  padding: 16px 24px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}.c-section__title--bar::before {
  display: none;
}.c-dept-schedule {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  background: var(--color-white);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--color-border);

    font-size: 0.75rem;
}.c-dept-schedule th,
.c-dept-schedule td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid var(--color-border);
}.c-dept-schedule thead th {
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: 600;
  font-size: 0.9rem;
}.c-dept-schedule thead th:first-child {
  width: 80px;
}.c-dept-schedule tbody th {
  background: var(--color-gray-100);
  font-weight: 600;
  color: var(--color-text);
  font-size: 0.9rem;
}.c-dept-schedule tbody td {
  font-size: 0.95rem;
  color: var(--color-gray-400);
}.c-dept-schedule__active {
  color: var(--color-primary);
  font-weight: 700;
}.c-dept-schedule tr:last-child th,
.c-dept-schedule tr:last-child td {
  border-bottom: none;
}.c-dept-schedule__note {
  margin-top: 12px;
  font-size: 0.9rem;
  color: var(--color-text-light);
  padding-left: 8px;
  border-left: 3px solid var(--color-secondary);
}@media (min-width: 769px) {.c-dept-schedule th,
.c-dept-schedule td {
    padding: 6px 4px;
  }
}.c-dept-schedule th,
.c-dept-schedule td {
padding: 8px 6px;

    font-size: 0.8rem;
}.c-dept-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 48px;
}.c-dept-nav__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-primary);
  text-decoration: none;
  color: var(--color-text);
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}.c-dept-nav__item:hover {
  border-left-color: var(--color-secondary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}.c-dept-nav__icon {
  color: var(--color-primary);
  font-size: 0.625rem;
}.c-dept-nav__arrow {
  margin-left: auto;
  font-size: 1.125rem;
  color: var(--color-gray-400);
}.c-dept-section {
  margin-bottom: 56px;
}.c-dept-section__title {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fdf6e3;
  color: var(--color-primary);
  padding: 14px 20px;
  font-size: 1.1rem;
  font-weight: 700;
  border-left: 4px solid var(--color-secondary);
  margin: 0 0 24px;
}.c-dept-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}.c-dept-grid:last-child {
  margin-bottom: 0;
}.c-dept-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-primary);
  text-decoration: none;
  color: var(--color-text);
  font-weight: 500;
  transition: all 0.3s ease;
}.c-dept-link:hover {
  border-left-color: var(--color-secondary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: var(--color-primary);
}.c-dept-link__dot {
  width: 8px;
  height: 8px;
  background: var(--color-primary);
  border-radius: 50%;
  flex-shrink: 0;
}.c-dept-link__text {
  flex: 1;
}.c-dept-link__arrow {
  font-size: 1.125rem;
  color: var(--color-primary);
  opacity: 0.7;
  transition: transform 0.2s ease;
}.c-dept-link:hover .c-dept-link__arrow {
  transform: translateX(4px);
  opacity: 1;
}@media (min-width: 993px) {.c-dept-nav {
    grid-template-columns: repeat(3, 1fr);
  }.c-dept-grid {
    grid-template-columns: 1fr;
  }
}@media (min-width: 769px) {.c-dept-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}@media (min-width: 577px) {.c-dept-nav__item {
    padding: 16px 20px;
    font-size: 0.95rem;
  }
}.c-page-hero-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}.c-page-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}.c-section__title--bar {
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-text);
  margin: 0 0 30px;
  padding: 0 0 0 16px;
  border-left: 4px solid var(--color-primary);
}.c-subnav__marker {
  color: var(--color-primary);
  margin-right: 6px;
  font-size: 0.625rem;
}.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.9rem;
}.page-link.page-link--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}.page-link .page-link__item {
  width: calc((100% - 0.9rem) / 2);
}@media (min-width: 768px) {.page-link .page-link__btn .ico_svg {
    right: 0.8rem;
    width: 2.5rem;
  }
}.page-link .page-link__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  min-height: 3rem;
  padding: 0.4rem 2rem 0.4rem 1.1rem;
  font-size: 1rem;
  font-size: max(0.9rem, 10px);
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.5;
  border: 0.1rem solid #d1d1d1;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: var(--color-white);
  text-decoration: none;
  color: #222;
  -webkit-transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}@media (min-width: 768px) {.page-link .page-link__btn::before {
    width: 0.9rem;
    height: 0.9rem;
  }
}.page-link .page-link__btn:hover {
  color: var(--color-white);
  background-color: #114fa1;
}.page-link .page-link__btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.4rem;
  right: 0;
  margin: auto 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #4684d7;
  border-radius: 0.9rem;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease;
}@media (min-width: 768px) {.page-link .page-link__btn {
    font-size: max(1rem, 10px);
    letter-spacing: 0.02em;
    padding: 0.4rem 3rem 0.4rem 1.5rem;
    border-radius: 0.6rem;
    min-height: 3.5rem;
  }
}.page-link .page-link__txt {
  flex: 1;
}.page-link .page-link__btn .ico_svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  width: 1.8rem;
  margin: auto 0;
}@media (min-width: 768px) {.page-link .page-link__item {
    width: calc((100% - 1.8rem) * 0.333);
  }
}.page-link .page-link__btn .ico_svg .svg-circle {
  fill: #f4f2eb;
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}.page-link .page-link__btn .ico_svg .svg-path {
  fill: #114fa1;
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}.page-link .page-link__btn:hover .ico_svg .svg-circle {
  fill: #114fa1;
}.page-link .page-link__btn:hover .ico_svg .svg-path {
  fill: var(--color-white);
}.c-dept-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.9rem;
}.c-dept-item {
  width: calc((100% - 0.9rem) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  min-height: 3rem;
  padding: 0.4rem 2rem 0.4rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  border: 0.1rem solid #d1d1d1;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: var(--color-white);
  text-decoration: none;
  color: #222;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;

    border-right: none;
}@media (min-width: 768px) {.c-dept-item {
    width: calc((100% - 1.8rem) * 0.333);
    font-size: 1rem;
    padding: 0.4rem 3rem 0.4rem 1.5rem;
    border-radius: 0.6rem;
    min-height: 3.5rem;
  }
}.c-dept-item:hover {
  color: var(--color-white);
  background-color: #114fa1;
}.c-dept-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.4rem;
  margin: auto 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #4684d7;
  border-radius: 0.9rem;
}.c-dept-item__indicator {
  display: none;
}.c-dept-item__name {
  flex: 1;
  font-size: inherit;
  font-weight: 500;
  color: inherit;
}.c-dept-item__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  display: flex;
  align-items: center;
  color: #114fa1;
  font-size: 0.875rem;
}.c-dept-item:hover .c-dept-item__arrow {
  color: var(--color-white);
}.c-dept-item:nth-child(3n) {
border-right: 1px solid var(--color-border);
}.c-dept-item:nth-child(2n) {
border-right: none;
}@media (min-width: 1025px) {.c-dept-grid {
    grid-template-columns: 1fr;
  }
}@media (min-width: 769px) {.c-dept-grid {
    grid-template-columns: repeat(2, 1fr);
  }.c-dept-section__title {
    font-size: 1.25rem;
    padding: 16px 24px;
  }.c-dept-link {
    padding: 16px 20px;
  }
}.c-dept-schedule__doctors {
  margin-top: 16px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 8px;
  border-left: 3px solid var(--color-primary);
}.c-dept-schedule__doctors-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text);
  margin: 0 0 12px;
}.c-dept-schedule__doctors-title .material-symbols-outlined {
  font-size: 1.125rem;
  color: var(--color-primary);
}.c-dept-schedule__doctors-list {
  list-style: none;
  padding: 0;
  margin: 0;
}.c-dept-schedule__doctors-list li {
  padding: 8px 0;
  border-bottom: 1px dashed var(--color-border);
}.c-dept-schedule__doctors-list li:last-child {
  border-bottom: none;
}.c-dept-schedule__doctors-list a {
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}.c-dept-schedule__doctors-list a:hover {
  color: var(--color-primary);
}.c-dept-schedule__doctors-list small {
  color: var(--color-text-light);
  font-size: 0.8rem;
}.page-text--center {
  text-align: center;
  font-size: 1.0625rem;
}.pc-only {
  display: none;
}@media (min-width: 769px) {.pc-only {
    display: inline;
  }
}.hours-box {
  background: var(--color-white);
  border-radius: 16px;
  padding: 24px 20px;
  color: #fff;
}.hours-box__main {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;

    flex-direction: column;
}.hours-box__time {
  text-align: center;
}.hours-box__label {
  display: block;
  font-size: 0.875rem;
  opacity: 0.9;
  margin-bottom: 8px;
  font-family: 'Noto Sans JP', sans-serif;
}.hours-box__value {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
}.hours-box__note {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  text-align: center;
}.hours-box__note p {
  margin: 0 0 8px;
  font-size: 0.875rem;
  opacity: 0.95;
  font-family: 'Noto Sans JP', sans-serif;
}.hours-box__note p:last-child {
  margin-bottom: 0;
}.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}@media (min-width: 1025px) {.guide-grid {
    grid-template-columns: 1fr;
  }
}@media (min-width: 769px) {.guide-grid {
    grid-template-columns: repeat(3, 1fr);
  }.guide-card {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
    gap: 16px;
  }.guide-card__icon {
    width: 64px;
    height: 64px;
  }.guide-card__icon .material-symbols-outlined {
    font-size: 2rem;
  }.contact-box {
    padding: 32px;
  }.contact-box__tel {
    font-size: 2rem;
  }.contact-box__tel .material-symbols-outlined {
    font-size: 2rem;
  }
}.guide-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: start;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-height: 180px;

    flex-wrap: wrap;
}.guide-card:hover {
  border-color: var(--color-primary, #114FA1);
  box-shadow: 0 4px 20px rgba(17, 79, 161, 0.12);
  transform: translateY(-4px);
}.guide-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--color-primary, #114FA1);
  border-radius: 16px;
  flex-shrink: 0;

    margin-bottom: 0;
}.guide-card__icon .material-symbols-outlined {
  font-size: 1.5rem;
  color: #fff;
}.guide-card__content {
  flex: 1 1 calc(100% - 68px);
  display: flex;
  flex-direction: column;
  align-items: center;
}.guide-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text, #333);
  margin: 0 0 8px;
  font-family: 'Noto Sans JP', sans-serif;
}.guide-card__text {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--color-text-light, #666);
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}.guide-card__note {
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--color-primary);
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px dashed var(--color-border);
  font-family: 'Noto Sans JP', sans-serif;
}.guide-card__arrow {
  display: none;
}.checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.checklist__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--color-gray-50, #f9fafb);
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-text, #333);
  font-family: 'Noto Sans JP', sans-serif;
}.checklist__item .material-symbols-outlined {
  font-size: 1.375rem;
  color: var(--color-primary, #114FA1);
}.contact-box {
  text-align: center;
  padding: 24px;
  background: var(--color-gray-50, #f9fafb);
  border-radius: 16px;
}.contact-box__text {
  font-size: 0.9375rem;
  color: var(--color-text-light, #666);
  margin: 0 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
}.contact-box__tel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--color-primary, #114FA1);
  text-decoration: none;
  margin-bottom: 12px;
}.contact-box__tel .material-symbols-outlined {
  font-size: 1.75rem;
}.contact-box__hours {
  font-size: 0.8125rem;
  color: var(--color-text-light, #666);
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}@media (min-width: 769px) {.hours-box {
    padding: 32px;
  }.hours-box__main {
    gap: 48px;
  }.hours-box__value {
    font-size: 2rem;
  }.guide-card {
    padding: 20px;
  }.guide-card__icon {
    width: 48px;
    height: 48px;
  }.guide-card__icon .material-symbols-outlined {
    font-size: 1.5rem;
  }.guide-card__content {
    flex: 1;
  }.guide-card__arrow {
    display: none;
  }.checklist {
    grid-template-columns: repeat(2, 1fr);
  }.contact-box__tel {
    font-size: 1.5rem;
  }
}.mt-16 { margin-top: 16px; }.mt-20 { margin-top: 20px; }.mt-24 { margin-top: 24px; }.mt-32 { margin-top: 32px; }.mb-16 { margin-bottom: 16px; }.mb-24 { margin-bottom: 24px; }.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}.guide-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 24px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}.guide-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 8px 24px rgba(17, 79, 161, 0.12);
  transform: translateY(-4px);
}.guide-card__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  border-radius: 50%;
  margin-bottom: 16px;
}.guide-card__icon .material-symbols-outlined {
  font-size: 2rem;
  color: var(--color-white);
}.guide-card__content {
  flex: 1;
}.guide-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 8px;
}.guide-card__text {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: var(--color-text-light);
  margin: 0;
}.contact-box {
  text-align: center;
  padding: 40px;
  background: #f5f8fc;
  border-radius: 12px;
}.contact-box__text {
  font-size: 0.9375rem;
  color: var(--color-text);
  margin: 0 0 20px;
}.contact-box__tel {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none;
  margin-bottom: 12px;
}.contact-box__tel .material-symbols-outlined {
  font-size: 2.25rem;
}.contact-box__tel:hover {
  opacity: 0.8;
}.contact-box__hours {
  font-size: 0.875rem;
  color: var(--color-text-light);
  margin: 0;
}@media (min-width: 769px) {.guide-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 768px) {.sakura-richtext img {
    max-width: 45%;
    height: auto;
    border-radius: var(--radius-md, 0.5rem);
  }.sakura-richtext img[style*="float: left"],
.sakura-richtext img.alignleft {
    float: left;
    margin-inline-end: var(--spacing-lg, 1.5rem);
    margin-block-end: var(--spacing-md, 1rem);
  }.sakura-richtext img[style*="float: right"],
.sakura-richtext img.alignright {
    float: right;
    margin-inline-start: var(--spacing-lg, 1.5rem);
    margin-block-end: var(--spacing-md, 1rem);
  }.sakura-section:nth-child(even) .sakura-richtext img[style*="float: left"],
.sakura-section:nth-child(even) .sakura-richtext img.alignleft {
    float: right;
    margin-inline-start: var(--spacing-lg, 1.5rem);
    margin-inline-end: 0;
  }.sakura-section:nth-child(odd) .sakura-richtext img[style*="float: right"],
.sakura-section:nth-child(odd) .sakura-richtext img.alignright {
    float: left;
    margin-inline-end: var(--spacing-lg, 1.5rem);
    margin-inline-start: 0;
  }
}.sakura-section--media-left,
.sakura-section--media-right {
  overflow: hidden;
}@media (min-width: 768px) {.sakura-section--media-left > .sakura-section__body,
.sakura-section--media-right > .sakura-section__body {
    display: flex;
    gap: var(--spacing-xl, 2rem);
    align-items: flex-start;
  }.sakura-section--media-left > .sakura-section__body > .sakura-section__media {
    order: -1;
    flex: 0 0 45%;
  }.sakura-section--media-right > .sakura-section__body > .sakura-section__media {
    order: 1;
    flex: 0 0 45%;
  }.sakura-section--media-left > .sakura-section__body > .sakura-section__text,
.sakura-section--media-right > .sakura-section__body > .sakura-section__text {
    flex: 1;
    min-width: 0;
  }
}.sakura-section__media img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md, 0.5rem);
  display: block;
}.c-page-hero__en {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b8db5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}.c-page-hero__en:empty {
  display: none;
}@media (max-width: 279px) {.c-page-hero {
    padding: var(--space-watch-md, 0.5rem);
    min-height: auto;
  }.c-page-hero__title {
    font-size: var(--font-watch-md, 0.875rem);
  }.c-page-hero__en {
    display: none;
  }.c-page-hero__desc {
    display: none;
  }.c-subnav {
    display: none;
  }.c-section__title {
    font-size: var(--font-watch-md, 0.875rem);
    margin-block-end: var(--space-watch-xs, 0.125rem);
  }.c-page-hero__bg {
    display: none;
  }table {
    font-size: var(--font-watch-xs, 0.625rem);
  }.dept-card-grid,
.c-dept-cards {
    grid-template-columns: 1fr;
    gap: var(--space-watch-sm, 0.25rem);
  }.doctor-card__img {
    display: none;
  }
}body:not(.home-page) #main-content .dept-detail-richcontent .sakura-list {
  /* 親 ul の二重インデントを解除 */
  padding-inline-start: 0;
  margin-inline-start: 0;
}body:not(.home-page) #main-content .dept-detail-richcontent .sakura-list > li {
  /* sakura-list 本来の padding を復元（親セレクタ上書き対応） */
  padding-inline-start: 1.25rem;
  padding-block: 0.375rem;
  position: relative;
}body:not(.home-page)
  #main-content
  .dept-detail-richcontent
  .sakura-list
  > li::marker {
  /* ::marker の二重表示を完全に抑制（list-style:none と併用） */
  content: "";
}body:not(.home-page) #main-content .dept-table-modern,
body:not(.home-page) #main-content .sakura-table-wrapper {
  isolation: isolate;
  /* clip は新しめだが overflow:hidden よりスクロール挙動が素直 */
  overflow: hidden;
  overflow-x: auto;
}body:not(.home-page) #main-content .dept-table-modern > table,
body:not(.home-page) #main-content .sakura-table-wrapper > table {
  margin: 0;
  inline-size: 100%;
  border-collapse: collapse;
}body:not(.home-page) #main-content .dept-table-modern thead th:first-child,
body:not(.home-page) #main-content .sakura-table-wrapper thead th:first-child {
  border-start-start-radius: inherit;
}body:not(.home-page) #main-content .dept-table-modern thead th:last-child,
body:not(.home-page) #main-content .sakura-table-wrapper thead th:last-child {
  border-start-end-radius: inherit;
}body:not(.home-page)
  #main-content
  .dept-table-modern
  tbody
  tr:last-child
  td:first-child,
body:not(.home-page)
  #main-content
  .sakura-table-wrapper
  tbody
  tr:last-child
  td:first-child {
  border-end-start-radius: inherit;
}body:not(.home-page)
  #main-content
  .dept-table-modern
  tbody
  tr:last-child
  td:last-child,
body:not(.home-page)
  #main-content
  .sakura-table-wrapper
  tbody
  tr:last-child
  td:last-child {
  border-end-end-radius: inherit;
}body:not(.home-page) #main-content .dept-content-block__header {
  /* 線の太さを 3px に統一（::after も 3px なので位相が合う） */
  border-block-end-width: 1px;
  border-block-end-color: var(--color-border-light, #e5e7eb);
}body:not(.home-page) #main-content .dept-content-block__header::after {
  /* アクセント線は本線の上に重ねる（位置を合わせる） */
  inset-block-end: -1px;
  block-size: 3px;
}body:not(.home-page) #main-content .dept-content-block__body > *:first-child {
  margin-block-start: 0;
}body:not(.home-page) #main-content .dept-content-block__body > *:last-child {
  margin-block-end: 0;
}body:not(.home-page) #main-content .sakura-list {
  padding-inline-start: 0;
}body:not(.home-page)
  #main-content
  .dept-detail-richcontent
  .dept-content-block__title,
body:not(.home-page)
  #main-content
  .dept-detail-richcontent
  .sakura-section__title {
  /* 親汎用ルールの装飾を打ち消す */
  border-block-end: 0;
  padding-block-end: 0;
  margin-block: 0;
}body:not(.home-page)
  #main-content
  .dept-detail-richcontent
  .dept-content-block__title::before,
body:not(.home-page)
  #main-content
  .dept-detail-richcontent
  .sakura-section__title::before {
  /* 汎用 h2::before の縦バーを抑制 */
  content: none;
  display: none;
}body:not(.home-page) #main-content .sakura-section__title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}body:not(.home-page)
  #main-content
  .sakura-section__title
  > .material-symbols-outlined,
body:not(.home-page)
  #main-content
  .sakura-section__title
  > .sakura-section__icon {
  flex-shrink: 0;
  line-height: 1;
}body:not(.home-page) #main-content .dept-table-modern tbody th {
  padding: clamp(0.75rem, 2vw, 1rem) clamp(1rem, 2vw, 1.5rem) !important;
  text-align: start !important;
  vertical-align: middle;
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-text-main);
  background: var(--color-background, #f3f6fa);
  white-space: nowrap;
  border-block-end: 1px solid var(--color-border-light);
  border-inline-start: 3px solid var(--color-primary, #114fa1);
  inline-size: clamp(7rem, 26%, 13rem);
}@media (max-width: 600px) {body:not(.home-page) #main-content .dept-table-modern tbody th {
    white-space: normal;
    inline-size: 40%;
  }
}body:not(.home-page) #main-content .dept-table-modern tbody tr:last-child th {
  border-block-end: none;
}body:not(.home-page) #main-content .dept-table-modern tbody td {
  vertical-align: middle;
}@media (min-width: 768px) {body:not(.home-page)
    #main-content
    .dept-content-block__body:has(.dept-stats-grid):has(.dept-table-modern) {
    align-items: stretch !important;
  }body:not(.home-page)
    #main-content
    .dept-content-block__body:has(.dept-stats-grid):has(.dept-table-modern)
    .dept-stats-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: clamp(0.5rem, 1.2vw, 0.75rem) !important;
    margin-block-end: 0 !important;
  }body:not(.home-page)
    #main-content
    .dept-content-block__body:has(.dept-stats-grid):has(.dept-table-modern)
    .dept-stat-card {
    flex: 1 1 0 !important; /* テーブル高さに均等フィット（空白解消）*/
    flex-direction: row !important; /* 数値+ラベルを横並びでコンパクトに */
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 0.2rem 0.4rem !important;
    padding: clamp(0.6rem, 1.5vw, 1rem) clamp(0.75rem, 2vw, 1.25rem) !important;
    text-align: center;
  }body:not(.home-page)
    #main-content
    .dept-content-block__body:has(.dept-stats-grid):has(.dept-table-modern)
    .dept-stat-card__number {
    font-size: clamp(1.5rem, 2.5vw, 2.1rem) !important;
  }body:not(.home-page)
    #main-content
    .dept-content-block__body:has(.dept-stats-grid):has(.dept-table-modern)
    .dept-stat-card__label {
    flex-basis: 100%;
    margin-block-start: 0.05rem !important;
  }
}body:not(.home-page) #main-content .dept-content-block {
  margin-block-end: clamp(1.75rem, 3.5vw, 2.75rem) !important;
  padding-block-end: clamp(1.25rem, 2.5vw, 1.75rem) !important;
}body:not(.home-page) #main-content .dept-content-block__header {
  margin-block-end: clamp(1rem, 2vw, 1.5rem) !important;
}body:not(.home-page) #main-content .dept-stat-card {
  padding: clamp(1rem, 2.2vw, 1.5rem);
}body:not(.home-page) #main-content .dept-stats-grid {
  margin-block-end: clamp(1rem, 2vw, 1.5rem);
}body:not(.home-page) #main-content .dept-detail-richcontent table tbody th {
  padding: clamp(0.7rem, 1.8vw, 0.95rem) clamp(0.9rem, 2vw, 1.4rem) !important;
  text-align: start !important;
  vertical-align: middle;
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-text-main);
  background: var(--color-background, #f3f6fa);
  white-space: nowrap;
  border-block-end: 1px solid var(--color-border-light);
  border-inline-start: 3px solid var(--color-primary, #114fa1);
  inline-size: clamp(7rem, 26%, 13rem);
}@media (max-width: 600px) {body:not(.home-page) #main-content .dept-detail-richcontent table tbody th {
    white-space: normal;
    inline-size: 40%;
  }
}body:not(.home-page) #main-content .dept-detail-richcontent table tbody td {
  vertical-align: middle;
}body:not(.home-page) #main-content .dept-info-list__item {
  padding-block: clamp(0.75rem, 2vw, 1.15rem) !important;
  gap: clamp(0.625rem, 1.5vw, 1rem) !important;
  align-items: flex-start;
}body:not(.home-page) #main-content .dept-info-list__marker {
  margin-block-start: 0 !important;
}body:not(.home-page) #main-content .dept-feature-card {
  padding: clamp(1rem, 2.2vw, 1.4rem) !important;
}body:not(.home-page) #main-content .dept-policy-card {
  padding: clamp(1.1rem, 2.4vw, 1.6rem) !important;
}body:not(.home-page) #main-content .dept-message-box {
  padding: clamp(1rem, 2.2vw, 1.4rem) !important;
}body:not(.home-page)
  #main-content
  .dept-detail-richcontent
  .dept-content-block__title {
  border-block-end: 0 !important;
  padding-block-end: 0 !important;
  margin-block: 0 !important;
}body:not(.home-page)
  #main-content
  .dept-detail-richcontent
  .dept-content-block__title::before {
  content: none !important;
  display: none !important;
}body:not(.home-page) #main-content .sakura-section {
  margin-block-end: clamp(1.5rem, 3vw, 2.25rem);
}body:not(.home-page) #main-content .dept-section-divider {
  padding-block: clamp(0.25rem, 0.6vw, 0.5rem) !important;
  margin-block: clamp(0.25rem, 0.6vw, 0.5rem) !important;
}body:not(.home-page) #main-content .dept-detail-richcontent h2 {
  margin-block: clamp(1.5rem, 3vw, 2rem) clamp(0.75rem, 1.5vw, 1.25rem) !important;
}body:not(.home-page) #main-content .dept-detail-richcontent > section + section,
body:not(.home-page) #main-content .dept-detail-richcontent > div + div {
  margin-block-start: clamp(1.5rem, 3vw, 2.25rem) !important;
}body:not(.home-page) #main-content .dept-conditions-grid {
  gap: clamp(0.6rem, 1.5vw, 1rem);
}@media (min-width: 600px) {body:not(.home-page) #main-content .dept-conditions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}@media (min-width: 1024px) {body:not(.home-page) #main-content .dept-conditions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}body:not(.home-page) #main-content .dept-condition-card {
  padding: clamp(0.85rem, 2vw, 1.25rem);
}body:not(.home-page) #main-content .dept-intro {
  padding: clamp(1.1rem, 2.4vw, 1.75rem) !important;
  margin-block-end: clamp(1.5rem, 3vw, 2.25rem) !important;
}body:not(.home-page) #main-content .c-dept-list-card {
  padding: clamp(1rem, 2.5vw, 1.25rem) !important;
  gap: clamp(0.75rem, 2vw, 1.25rem) !important;
}body:not(.home-page) .page-topbar {
  position: sticky;
  /* JS未適用でも隠れないようモバイル既定を大きめに */
  top: var(--sticky-header-h, 60px);
  z-index: 90; /* ヘッダー(1000)より下・本文より上 */
  background: var(--color-white, #fff);
}@media (min-width: 1280px) {body:not(.home-page) .page-topbar {
    /* PCフルヘッダー(utility48+main50=98)+余裕。JSが実値で上書き */
    top: var(--sticky-header-h, 110px);
  }
}body:not(.home-page) .saikazo-main {
  overflow: visible;
}html {
  scroll-padding-top: var(--sticky-header-h, 110px);
}body:not(.home-page) #main-content .dept-table-modern tbody tr:nth-child(even),
body:not(.home-page)
  #main-content
  .dept-detail-richcontent
  table
  tbody
  tr:nth-child(even) {
  background: transparent !important;
}body:not(.home-page) #main-content .dept-table-modern tbody td,
body:not(.home-page) #main-content .dept-detail-richcontent table tbody td {
  background: var(--color-white, #fff) !important;
}body:not(.home-page) #main-content .dept-table-modern tbody th,
body:not(.home-page) #main-content .dept-detail-richcontent table tbody th {
  background: var(--color-background, #f3f6fa) !important;
}body:not(.home-page) #main-content .dept-table-modern tbody td,
body:not(.home-page) #main-content .dept-table-modern tbody th,
body:not(.home-page) #main-content .dept-detail-richcontent table tbody td,
body:not(.home-page) #main-content .dept-detail-richcontent table tbody th {
  border-block-end: 1px solid var(--color-border-light, #e5e7eb) !important;
}body:not(.home-page) #main-content .dept-table-modern tbody tr:last-child td,
body:not(.home-page) #main-content .dept-table-modern tbody tr:last-child th,
body:not(.home-page)
  #main-content
  .dept-detail-richcontent
  table
  tbody
  tr:last-child
  td,
body:not(.home-page)
  #main-content
  .dept-detail-richcontent
  table
  tbody
  tr:last-child
  th {
  border-block-end: none !important;
}body:not(.home-page) #main-content .dept-table-modern tbody tr:hover td,
body:not(.home-page)
  #main-content
  .dept-detail-richcontent
  table
  tbody
  tr:hover
  td {
  background: var(--color-primary-light, #eef4fb) !important;
}#main-content table caption,
#main-content table th,
#main-content table td,
#main-content .sakura-table caption,
#main-content .sakura-table th,
#main-content .sakura-table td,
#main-content .schedule-table th,
#main-content .schedule-table td,
#main-content .schedule-table--specialized th,
#main-content .schedule-table--specialized td,
#main-content .c-dept-schedule__table th,
#main-content .c-dept-schedule__table td,
#main-content .gobyou-schedule__table th,
#main-content .gobyou-schedule__table td,
#main-content .dept-table-modern th,
#main-content .dept-table-modern td,
#main-content .access-hours-table th,
#main-content .access-hours-table td,
#main-content .schedule-table tbody td,
#main-content .schedule-table--specialized td,
#main-content .schedule-table__time {
  text-align: left !important;
  vertical-align: top;
}#main-content table caption,
#main-content .sakura-table caption {
  color: var(--color-text-sub);
  font-weight: 600;
  padding-bottom: 0.5rem;
}#main-content .sakura-content-box,
#main-content .sakura-contact-box,
#main-content .sakura-info-box,
#main-content .sakura-intro-box,
#main-content .sakura-note-box,
#main-content .sakura-related-card,
#main-content .c-card,
#main-content .dept-table-modern,
#main-content .sakura-table-wrapper,
#main-content .access-map-section,
#main-content .sakura-section {
  border-color: var(--kiko-calm-border);
}#main-content .sakura-content-box,
#main-content .sakura-contact-box,
#main-content .sakura-related-card,
#main-content .c-card {
  box-shadow: var(--kiko-calm-shadow);
}#main-content .sakura-related-card,
#main-content .c-card,
#main-content .sakura-table-wrapper,
#main-content .dept-table-modern {
  background: var(--color-surface);
}body:not(.home-page) #main-content .sakura-table-wrapper,
body:not(.home-page) #main-content .dept-table-modern {
  box-shadow: none;
  border-radius: 10px;
}body:not(.home-page) #main-content .sakura-section .sakura-table-wrapper,
body:not(.home-page) #main-content .sakura-section .dept-table-modern {
  border-color: rgba(17, 79, 161, 0.08);
}#main-content .c-button,
#main-content .sakura-btn {
  border-radius: 10px;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 3px rgba(26, 43, 63, 0.08);
}#main-content .c-button:hover,
#main-content .sakura-btn:hover {
  box-shadow: var(--kiko-calm-shadow-hover);
}#main-content .c-button--secondary,
#main-content .sakura-btn--white,
#main-content .sakura-btn--ghost {
  background: var(--kiko-calm-tint);
}