/* ======================================== */
/* Imports */
/* ======================================== */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pc-br {
  display: block;
}
.sp-br {
  display: none;
}
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }

  .sp-br {
    display: block;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .pc-br {
    display: none;
  }

  .sp-br {
    display: block;
  }
}
:root {
  /* 背景色 */
  --white: #ffffff;
  --dark-blue: #38437a;
  --light-yellow: rgba(255, 249, 237, 0.6);

  /* フォントカラー */
  --blue: #0000ff;
  --black: #4d4d4d;
  --red: #ff0000;
  --pink: #ed7673;
  --green: #48b55c;
  --light-blue: #3fa9f5;
  --gray: #808080;

  /* ボーダーカラー */
  --light-gray: #e0e0e0;
  --border-gray: #f2f2f2;
  --border-white: #ffffff;
}
:root {
  --bg-primary: var(--white);
  --bg-footer: var(--green);
  --color-base: var(--black);
  --color-title: var(--red);

  /* 診療時間表サイズ（ホーム＝デフォルト） */
  --hours-title-size: 18px;
  --hours-day-size: 20px;
  --hours-main-size: 24px;
  --hours-sub-size: 16px;
  --hours-mark-size: 28px;
  --hours-note-size: 15px;

  /* 診療時間表サイズ（フッターで拡大する場合） */
  --footer-hours-title-size: 15px;
  --footer-hours-day-size: 18px;
  --footer-hours-main-size: 20px;
  --footer-hours-sub-size: 13px;
  --footer-hours-mark-size: 20px;
  --footer-hours-note-size: 14px;
}
/* レスポンシブ表示制御ユーティリティ */
/* ============================================
   デフォルト定義
   ============================================ */
/* スマホのみ表示 */
.sp-only,
.sp-only--flex,
.sp-only--inline,
.sp-only--inline-block {
  display: none !important;
}
/* タブレットのみ表示 */
.tablet-only,
.tablet-only--flex,
.tablet-only--inline,
.tablet-only--inline-block {
  display: none !important;
}
/* PCとタブレットのみ表示（スマホでは非表示） */
.pc-tablet-only,
.pc-tablet-only--flex,
.pc-tablet-only--inline,
.pc-tablet-only--inline-block {
  display: block !important;
}
/* スマホとタブレットのみ表示（PCでは非表示） */
.sp-tablet-only,
.sp-tablet-only--flex,
.sp-tablet-only--inline,
.sp-tablet-only--inline-block {
  display: none !important;
}
/* デスクトップのみ表示 */
.pc-only {
  display: block !important;
}
.pc-only--flex {
  display: flex !important;
}
.pc-only--inline {
  display: inline !important;
}
.pc-only--inline-block {
  display: inline-block !important;
}
/* ============================================
   スマホ表示時（~768px）
   ============================================ */
@media (max-width: 768px) {
  .sp-only {
    display: block !important;
  }

  .sp-only--flex {
    display: flex !important;
  }

  .sp-only--inline {
    display: inline !important;
  }

  .sp-only--inline-block {
    display: inline-block !important;
  }

  .sp-tablet-only {
    display: block !important;
  }

  .sp-tablet-only--flex {
    display: flex !important;
  }

  .sp-tablet-only--inline {
    display: inline !important;
  }

  .sp-tablet-only--inline-block {
    display: inline-block !important;
  }

  .tablet-only,
  .tablet-only--flex,
  .tablet-only--inline,
  .tablet-only--inline-block {
    display: none !important;
  }

  .pc-tablet-only,
  .pc-tablet-only--flex,
  .pc-tablet-only--inline,
  .pc-tablet-only--inline-block {
    display: none !important;
  }

  .pc-only,
  .pc-only--flex,
  .pc-only--inline,
  .pc-only--inline-block {
    display: none !important;
  }
}
/* ============================================
   タブレット表示時（769px〜1024px）
   ============================================ */
@media (min-width: 769px) and (max-width: 1024px) {
  .sp-only,
  .sp-only--flex,
  .sp-only--inline,
  .sp-only--inline-block {
    display: none !important;
  }

  .tablet-only {
    display: block !important;
  }

  .tablet-only--flex {
    display: flex !important;
  }

  .tablet-only--inline {
    display: inline !important;
  }

  .tablet-only--inline-block {
    display: inline-block !important;
  }

  .sp-tablet-only {
    display: block !important;
  }

  .sp-tablet-only--flex {
    display: flex !important;
  }

  .sp-tablet-only--inline {
    display: inline !important;
  }

  .sp-tablet-only--inline-block {
    display: inline-block !important;
  }

  .pc-tablet-only {
    display: block !important;
  }

  .pc-tablet-only--flex {
    display: flex !important;
  }

  .pc-tablet-only--inline {
    display: inline !important;
  }

  .pc-tablet-only--inline-block {
    display: inline-block !important;
  }

  .pc-only,
  .pc-only--flex,
  .pc-only--inline,
  .pc-only--inline-block {
    display: none !important;
  }
}
/* ============================================
   デスクトップ表示時（1025px以上）
   ============================================ */
@media (min-width: 1025px) {
  .sp-only,
  .sp-only--flex,
  .sp-only--inline,
  .sp-only--inline-block {
    display: none !important;
  }

  .tablet-only,
  .tablet-only--flex,
  .tablet-only--inline,
  .tablet-only--inline-block {
    display: none !important;
  }

  .sp-tablet-only,
  .sp-tablet-only--flex,
  .sp-tablet-only--inline,
  .sp-tablet-only--inline-block {
    display: none !important;
  }

  .pc-tablet-only {
    display: block !important;
  }

  .pc-tablet-only--flex {
    display: flex !important;
  }

  .pc-tablet-only--inline {
    display: inline !important;
  }

  .pc-tablet-only--inline-block {
    display: inline-block !important;
  }

  .pc-only {
    display: block !important;
  }

  .pc-only--flex {
    display: flex !important;
  }

  .pc-only--inline {
    display: inline !important;
  }

  .pc-only--inline-block {
    display: inline-block !important;
  }
}
/* スクロールダウンの位置 */
.main-visual__scroll {
  position: absolute;
  left: -3.5%;
  bottom: 50%;
  writing-mode: vertical-rl;
  cursor: pointer;
  z-index: 10;
  color: #999999;
}
/* 線のアニメーション部分 */
.main-visual__scroll::before {
  animation: scroll 2s infinite;
  background-color: #999999;
  bottom: -135px;
  content: "";
  height: 120px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.header {
  background-color: var(--white);
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
}
.header__inner {
  max-width: 92%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
.header__left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__logo {
  flex-shrink: 0;
}
.header__logo img {
  height: 50px;
  width: auto;
}
.header-clinic-name {
  display: flex;
  flex-direction: column;
  color: var(--green);
  font-weight: 500;
}
.header__nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
}
.header__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.header__menu-item {
  margin: 0;
}
.header__menu-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}
.header__menu-link:hover {
  color: var(--green);
}
.header__menu-text-ja {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 2px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.header__menu-text-en {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
}
.header__phone-icon {
  width: auto;
  height: 28px;
  flex-shrink: 0;
}
.phone-number {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  /* タブレット・スマホで非表示にするBEMクラス */
  .header__nav--sp-hidden {
    display: none;
  }
  .header__phone--sp-hidden {
    display: none;
  }

  .header__inner {
    height: 80px;
    padding: 10px 0 0 0;
  }
}
@media (max-width: 768px) {
  .header__inner {
    height: 80px;
    padding: 0;
  }
  .header__logo img {
    height: 45px;
  }
  .header__phone {
    gap: 4px;
  }
}
/* ------------------------------ */
/* パンくずリスト */
/* ------------------------------ */
.breadcrumbs {
  max-width: 92%;
  margin: 0 auto;
  padding: 0 20px;
}
.footer {
  width: 100%;
  background-color: var(--bg-footer);
  color: var(--white);
  padding: 60px 0 60px;
}
.footer__inner {
  max-width: 1500px;
  margin: 0 auto 60px;
  padding: 0 4%;
  display: grid;
  grid-template-columns: 1.4fr 0.5fr 2fr;
  column-gap: 20px;
  row-gap: 50px;
  align-items: start;
}
/* 左側：クリニック情報 */
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 10px;
}
.footer__logo-section {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.footer__logo img {
  height: 50px;
  width: auto;
  flex-shrink: 0;
}
.footer-organization {
  font-size: 14px;
  line-height: 1.4;
}
.footer-clinic {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.footer__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.footer__phone-icon {
  width: auto;
  height: 24px;
  flex-shrink: 0;
}
.footer__address {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 5px;
  white-space: nowrap;
}
.footer__info-table {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}
.footer__info-label {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 80px;
}
.footer__info-value {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-width: 300px;
}
.footer__info-cell {
  font-size: 16px;
  display: block;
  white-space: nowrap;
}
.footer__copyright {
  font-size: 13px;
  color: rgba(var(--white), 0.7);
  margin-top: 5px;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
/* 中央：ナビゲーションメニュー */
.footer__nav-menu {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__nav-item {
  margin: 0;
}
.footer__nav-link {
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
  display: block;
  transition: opacity 0.3s ease;
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__nav-submenu {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__nav-subitem {
  margin: 0;
}
.footer__nav-sublink {
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  display: block;
  transition: opacity 0.3s ease;
}
.footer__nav-sublink:hover {
  opacity: 0.7;
}
/* 右側：診療時間/受付時間表 */
.footer__hours-table-wrapper {
  --hours-title-size: var(--footer-hours-title-size);
  --hours-day-size: var(--footer-hours-day-size);
  --hours-main-size: var(--footer-hours-main-size);
  --hours-sub-size: var(--footer-hours-sub-size);
  --hours-mark-size: var(--footer-hours-mark-size);
  --hours-note-size: var(--footer-hours-note-size);
  background-color: var(--white);
  border-radius: 6px;
  padding: 20px 40px;
  color: var(--black);
}
.footer__hours-table-header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--light-gray);
}
.footer__hours-header-row {
  display: grid;
  grid-template-columns: 2.5fr repeat(7, 1fr);
  gap: 0;
  align-items: center;
}
.footer__hours-table-title {
  font-size: var(--hours-title-size);
  font-weight: 600;
  color: var(--black);
}
.footer__day {
  font-size: var(--hours-day-size);
  font-weight: 500;
  color: var(--black);
  text-align: center;
}
.footer__day--sat {
  color: var(--light-blue);
}
.footer__day--sun {
  color: var(--red);
}
.footer__hours-table-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 0;
}
.footer__hours-row--am,
.footer__hours-row--pm {
  display: grid;
  grid-template-columns: 2.5fr repeat(7, 1fr);
  gap: 0;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--light-gray);
}
.footer__hours-time {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer__hours-time-main {
  font-size: var(--hours-main-size);
  font-weight: 600;
  color: var(--black);
}
.footer__hours-time-sub {
  font-size: var(--hours-sub-size);
  color: var(--black);
  line-height: 1.4;
}
.footer__hours-mark--dot {
  font-size: var(--hours-mark-size);
  color: var(--black);
  font-weight: 500;
  display: inline-block;
  justify-self: center;
}
.footer__hours-mark--dash {
  font-size: var(--hours-mark-size);
  color: var(--black);
  font-weight: 500;
  text-align: center;
}
.footer__hours-notes {
  padding-top: 5px;
}
.footer-schedule__important-note {
  font-size: var(--hours-note-size);
  color: var(--black);
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: var(--pink);
}
.footer__hours-note {
  font-size: var(--hours-note-size);
  color: var(--black);
  margin: 0 0 8px 0;
}
.footer__hours-note:last-child {
  margin-bottom: 0;
}
.footer__google-map {
  max-width: 1500px;
  margin: 0 auto 0;
  padding: 0px 4%;
  width: 100%;
  height: 400px;
}
.footer__google-map iframe {
  width: 100%;
  height: 100%;
  margin-top: -1px;
}
/* レスポンシブ対応 */
@media (max-width: 1280px) {
  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer__right {
    grid-column: 1 / -1;
    padding-left: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer__info-row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .footer__center,
  .footer__right {
    padding-left: 0;
  }

  .footer__left {
    min-width: auto;
  }

  .footer__logo-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-phone-number {
    font-size: 24px;
  }

  .footer__address {
    white-space: normal;
  }

  .footer__info-row {
    flex-direction: column;
    gap: 0px;
  }

  .footer__info-label {
    min-width: auto;
  }

  .footer__info-value {
    min-width: auto;
  }

  .footer__info-cell {
    white-space: normal;
  }

  .footer__copyright {
    white-space: normal;
  }

  .footer__hours-table-wrapper {
    padding: 10px;
    overflow-x: visible;
    --hours-title-size: 11px;
    --hours-day-size: 11px;
    --hours-main-size: 13px;
    --hours-sub-size: 10px;
    --hours-mark-size: 14px;
    --hours-note-size: 11px;
    border-radius: 0;
  }

  .footer__hours-header-row {
    grid-template-columns: 3fr repeat(7, 0.8fr);
    gap: 0px;
  }

  .footer__hours-row--am,
  .footer__hours-row--pm {
    grid-template-columns: 3fr repeat(7, 0.8fr);
    gap: 0px;
    padding-bottom: 4px;
  }

  .footer__hours-table-body {
    padding-bottom: 4px;
  }

  .footer__hours-table-header {
    padding-bottom: 4px;
    margin-bottom: 4px;
  }

  .footer__hours-table-title {
    font-size: 11px;
  }

  .footer__hours-time {
    text-align: left;
  }

  .footer__day {
    font-size: 11px;
  }

  .footer__hours-time-main {
    font-size: 13px;
  }

  .footer__hours-time-sub {
    font-size: var(--hours-sub-size);
  }

  .footer__hours-mark--dot {
    font-size: var(--hours-mark-size);
  }

  .footer__hours-mark--dash {
    font-size: var(--hours-mark-size);
  }

  .footer-schedule__important-note {
    font-size: 14px;
  }

  .footer__hours-note {
    font-size: var(--hours-note-size);
  }

  .footer__copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 20px;
  }

  .footer-illust {
    margin: 20px auto 0;
  }

  .footer__google-map {
    padding: 0 20px;
  }
}
/* ハンバーガーボタン */
.header__hamburger {
  display: none;
}
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}
.hamburger__line {
  width: 100%;
  height: 3px;
  background-color: #4a9b5a;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
  display: block;
}
/* ハンバーガーが開いた時のアニメーション */
.hamburger.is-active .hamburger__line {
  background-color: #fff;
}
.hamburger.is-active .hamburger__line:nth-child(1) {
  transform: translateY(7px) rotate(-45deg);
}
.hamburger.is-active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__line:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
}
/* スマホ用メニュー */
.header__sp-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #39b54a;
  backdrop-filter: blur(10px);
  z-index: 1000;
  padding-top: 80px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    visibility 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* スマホ用メニューを上部に配置 */
  align-items: center;
}
.header__sp-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.sp-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-nav__logo {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  text-align: center;
}
.sp-nav__logo img {
  height: 50px;
  width: auto;
}
.header__sp-nav.is-open .sp-nav__logo {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.sp-nav__phone {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  text-align: center;
}
.sp-nav__phone-icon {
  height: 24px;
  width: auto;
}
.header__sp-nav.is-open .sp-nav__phone {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.05s;
}
.sp-nav__item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.header__sp-nav.is-open .sp-nav__item {
  opacity: 1;
  transform: translateY(0);
}
/* メニューアイテムの順番に表示されるアニメーション */
.header__sp-nav.is-open .sp-nav__item:nth-child(1) {
  transition-delay: 0.1s;
}
.header__sp-nav.is-open .sp-nav__item:nth-child(2) {
  transition-delay: 0.2s;
}
.header__sp-nav.is-open .sp-nav__item:nth-child(3) {
  transition-delay: 0.3s;
}
.header__sp-nav.is-open .sp-nav__item:nth-child(4) {
  transition-delay: 0.4s;
}
.sp-nav__link {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
}
.sp-nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #4a9b5a;
  transition: width 0.3s ease;
  z-index: -1;
}
.sp-nav__text-ja {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 4px;
  font-weight: 500;
  transition: color 0.3s ease;
  text-align: center;
  color: #fff;
}
.sp-nav__text-en {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #fff;
  transition: color 0.3s ease;
  text-align: center;
}
/* ------------------------------ */
/* トップページ：画像カルーセル */
/* ------------------------------ */
.image-carousel {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.image-carousel__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
:root {
  /* 速度設定: 1サイクル（33.333%移動）にかかる時間（秒） */
  /* 画像数が増えても33.333%の移動距離は変わらないため、見た目の速度は一定 */
  /* 例: 16.67秒 = 速い, 30秒 = 普通, 60秒 = ゆっくり */
  --carousel-cycle-duration: 70s;
}
.image-carousel__track {
  display: flex;
  animation: scroll-left var(--carousel-cycle-duration) linear infinite;
  will-change: transform;
  width: fit-content;
}
.image-carousel__slide {
  flex-shrink: 0;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
}
.image-carousel__image {
  width: auto;
  height: 250px;
  display: block;
  object-fit: cover;
  margin: 0 10px;
  padding: 0;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
@media (max-width: 768px) {
  .image-carousel {
    margin: 0 auto 60px;
    padding: 0 15px;
  }

  .image-carousel__image {
    max-height: 400px;
  }
}
.main-visual__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-visual__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}
.main-visual__slide--active {
  opacity: 1;
  z-index: 1;
}
.main-visual__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ------------------------------ */
/* 下層ページ：ページヘッダー */
/* ------------------------------ */
.page-header {
  max-width: 1500px;
  margin: 20px auto 80px auto;
  padding: 0 4%;
}
.page-header__inner {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  --content-ratio: 40%; /* デフォルトは50% */
}
.page-header__content {
  flex: 0 0 var(--content-ratio);
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.page-header__title-ja {
  font-size: 42px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 10px 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.page-header__title-en {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  margin: 0;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.page-header__image-wrapper {
  flex: 0 0 calc(100% - var(--content-ratio));
  position: relative;
  height: 100%;
  min-height: 320px;
  overflow: hidden;
}
.page-header__image {
  width: 900px;
  height: 320px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 160px;
  border-bottom-left-radius: 160px;
  overflow: hidden;
}
.page-header__image--access {
  object-position: 50% 64%;
  width: 100%;
}
.page-header__image--introduction {
  object-position: 50% 65%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page-header {
    padding: 0 2%;
  }

  .page-header__content {
    padding: 30px 40px;
  }

  .page-header__image-wrapper {
    min-height: 220px;
  }

  .page-header__title-ja {
    font-size: 32px;
  }

  .page-header__image {
    width: 100%;
    height: 220px;
  }
}
@media (max-width: 768px) {
  .page-header {
    padding: 0;
    margin: 0 auto 40px auto;
  }

  .page-header__inner {
    position: relative;
    flex-direction: column;
  }

  .page-header__content {
    padding: 0;
  }

  .page-header__title-ja {
    font-size: 32px;
    margin: 20px 0 0 0;
  }

  .page-header__title-en-sp {
    position: absolute;
    bottom: 2%;
    right: 14%;
    z-index: 1;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 15px;
    box-sizing: border-box;
    border: 3px solid var(--light-gray);
    color: var(--white);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
  }

  .page-header__image-wrapper {
    min-height: 300px;
    order: -1;
  }

  .page-header__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 5% 10% 10% 10%;
  }

  .page-header__image--access {
    object-position: 40% 50%;
  }
}
/* ------------------------------ */
/* ギャラリーモーダル */
/* ------------------------------ */
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.gallery-modal--active {
  opacity: 1;
  visibility: visible;
}
.gallery-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.gallery-modal__content {
  position: relative;
  max-width: 50%;
  max-height: 60%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal__image-wrapper {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 75vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 0.3s ease;
}
.gallery-modal__close {
  position: fixed;
  top: 50px;
  right: 50px;
  width: 120px;
  height: 120px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 10001;
}
.gallery-modal__close::before,
.gallery-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 2px;
  background-color: var(--white);
  transform-origin: center;
}
.gallery-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.gallery-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gallery-modal__close:hover {
  opacity: 0.8;
}
.gallery-modal__prev,
.gallery-modal__next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 10001;
}
.gallery-modal__prev::before,
.gallery-modal__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-bottom: 2px solid var(--white);
  transform-origin: center;
}
.gallery-modal__prev::before {
  border-left: 2px solid var(--white);
  transform: translate(-50%, -50%) rotate(45deg);
}
.gallery-modal__next::before {
  border-right: 2px solid var(--white);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gallery-modal__prev {
  left: 50px;
}
.gallery-modal__next {
  right: 50px;
}
.gallery-modal__prev:hover::before,
.gallery-modal__next:hover::before {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .gallery-modal__content {
    max-width: 90%;
    max-height: 85%;
  }

  .gallery-modal__image-wrapper {
    height: 70vh;
    min-height: 350px;
  }

  .gallery-modal__image {
    max-height: 100%;
  }

  .gallery-modal__close {
    top: 0px;
    right: 0px;
    width: 105px;
    height: 105px;
  }

  .gallery-modal__close::before,
  .gallery-modal__close::after {
    width: 54px;
  }

  .gallery-modal__prev,
  .gallery-modal__next {
    font-size: 50px;
    top: 87%;
    bottom: 10px;
    transform: none;
  }

  .gallery-modal__prev::before,
  .gallery-modal__next::before {
    top: 70%;
    width: 0.8em;
    height: 0.8em;
  }

  .gallery-modal__prev {
    left: calc(50% - 140px);
  }

  .gallery-modal__next {
    right: calc(50% - 140px);
    left: auto;
  }
}
/* ------------------------------ */
/* パンくずリスト */
/* ------------------------------ */
.breadcrumbs {
  width: 92%;
  margin: 20px auto 0;
  padding: 0 4%;
}
/* ホームリンクの前にFont Awesomeアイコンを追加 */
.breadcrumbs a:first-child {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs a:first-child::before {
  content: "\f015"; /* fa-house のUnicode */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* fa-solid は900 */
  margin-right: 6px;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
/* ------------------------------ */
/* 矢印 */
/* ------------------------------ */
.arrow {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #000000;
  margin-left: 10px;
}
.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
@media (max-width: 768px) {
  .arrow {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .arrow::before {
    width: 10px;
  }
}
/* ======================================== */
/* Layout */
/* ======================================== */
/* Sticky Footer */
body.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--black);
}
.page__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page__main {
  flex: 1;
}
/* ======================================== */
/* Archive & Single Post Pages */
/* ======================================== */
/* --- Archive Page (お知らせ一覧) --- */
.archive {
  max-width: 620px;
  margin: 0 auto;
  padding: 100px 0;
}
.archive__header {
  max-width: 620px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.archive__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.archive__post {
  border-bottom: 1px solid var(--light-gray);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.archive__post-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.archive__post-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.archive__post-date {
  font-size: 16px;
  color: var(--black);
}
.archive__post-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 16px;
  color: var(--black);
}
.archive__post-tag {
  font-size: 14px;
  color: var(--black);
  text-decoration: none;
}
.archive__post-excerpt {
  line-height: 2.25rem;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: var(--black);
}
.archive__post-read-more {
  display: inline-block;
  font-size: 15px;
  color: var(--black);
  text-decoration: none;
  padding-bottom: 2px;
}
.archive__no-posts {
  text-align: center;
  padding: 60px 0;
  font-size: 18px;
  color: var(--black);
}
/* --- Post Tags (タグの色分け) --- */
.archive__post-tag--news,
.single-post__tag--news {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
}
.archive__post-tag--important-notice,
.single-post__tag--important-notice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--pink);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
}
/* --- Pagination (ページネーション) --- */
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 60px;
  padding-top: 40px;
}
.page-numbers,
.nav-links > .page-numbers,
.nav-links > a.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.page-numbers:hover {
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white);
}
.page-numbers.current {
  background-color: var(--green);
  color: var(--white);
  border-color: var(--green);
  font-weight: 500;
}
.page-numbers.prev,
.page-numbers.next {
  font-weight: 500;
}
.page-numbers.dots {
  border: none;
  cursor: default;
}
.page-numbers.dots:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--black);
}
/* --- Single Post Page (お知らせ詳細) --- */
.single-post {
  max-width: 620px;
  margin: 0 auto;
  padding: 100px 0;
}
.single-post__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-post__info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.single-post__date {
  font-size: 16px;
  color: var(--black);
}
.single-post__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--black);
}
.single-post__content {
  font-size: 18px;
  line-height: 2.25rem;
  margin-top: 40px;
  letter-spacing: 0.05em;
}
.single-post__back {
  margin: 100px 0 0;
  text-align: center;
}
.single-post__back-button {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid var(--black);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}
.single-post__back-button:hover {
  background-color: var(--black);
  color: var(--white);
}
/* ======================================== */
/* Home Page Sections */
/* ======================================== */
/* --- Main Visual (メインビジュアル) --- */
.main-visual {
  max-width: 1300px;
  margin: 40px auto 200px;
  padding: 0 4%;
}
.main-visual__inner {
  position: relative;
  width: 100%;
}
.main-visual__title-wrapper--ja {
  position: absolute;
  top: 40px;
  left: 50px;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 2;
  color: var(--white);
  z-index: 2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.main-visual__title-wrapper--en {
  position: absolute;
  right: 50px;
  bottom: -50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 2;
  border: 5px solid var(--light-gray);
  padding: 20px;
  width: 210px;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: var(--white);
  z-index: 2;
}
.main-visual__image-wrapper {
  max-width: 1400px;
  height: 640px;
  margin: 0 auto;
  overflow: hidden;
}
.main-visual__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* --- Schedule Table (診療時間表) --- */
.schedule-list {
  position: relative;
  max-width: 900px;
  margin: 0 auto 120px;
  padding: 0 4%;
}
.schedule-list__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  color: var(--black);
  letter-spacing: 0.1em;
}
.schedule-list__icon {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.home-schedule {
  display: flex;
  justify-content: center;
}
.home-schedule__inner {
  width: 100%;
  max-width: 600px;
}
.home-schedule__table-wrapper {
  background-color: var(--white);
  border-radius: 12px;
  color: var(--black);
}
.home-schedule__table-header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--light-gray);
}
.home-schedule__header-row {
  display: grid;
  grid-template-columns: 3fr repeat(7, 1fr);
  align-items: center;
}
.home-schedule__table-title {
  font-size: var(--hours-title-size);
  font-weight: 600;
  color: var(--black);
}
.home-schedule__day {
  font-size: var(--hours-day-size);
  font-weight: 500;
  color: var(--black);
  text-align: center;
}
.home-schedule__day--sat {
  color: var(--light-blue);
}
.home-schedule__day--sun {
  color: var(--red);
}
.home-schedule__table-body {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
.home-schedule__row--am,
.home-schedule__row--pm {
  display: grid;
  grid-template-columns: 3fr repeat(7, 1fr);
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 10px;
}
.home-schedule__time {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home-schedule__time-main {
  font-size: var(--hours-main-size);
  font-weight: 600;
  color: var(--black);
}
.home-schedule__time-sub {
  font-size: var(--hours-sub-size);
  color: var(--black);
  line-height: 1.4;
  font-weight: 600;
}
.home-schedule__mark--dot {
  font-size: var(--hours-mark-size);
  color: var(--black);
  font-weight: 500;
  display: inline-block;
  justify-self: center;
}
.home-schedule__mark--dash {
  font-size: var(--hours-mark-size);
  color: var(--black);
  font-weight: 500;
  text-align: center;
}
.home-schedule__notes {
  padding-top: 5px;
  letter-spacing: -0.01em;
}
.home-schedule__important-note {
  font-size: var(--hours-note-size);
  color: var(--black);
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: var(--pink);
}
.home-schedule__note {
  font-size: var(--hours-note-size);
  color: var(--black);
  margin: 0 0 8px 0;
}
.home-schedule__note:last-child {
  margin-bottom: 0;
}
/* --- News List (お知らせ) --- */
.news-list {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 0 4%;
  color: var(--black);
}
.news-list__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  color: var(--black);
  letter-spacing: 0.1em;
}
.news-list__icon {
  position: absolute;
  top: -30px;
  right: 0;
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.news-list__inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  border: 2px solid var(--border-gray);
  padding: 50px 150px 30px;
}
.news-list__item {
  padding: 0;
  margin-bottom: 10px;
}
.news-list__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 5px;
}
.news-list__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border-radius: 4px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.news-list__label-link {
  display: inline-flex;
  text-decoration: none;
}
.news-list__label--default,
.news-list__label--news,
.news-list__label--normal {
  background: var(--green);
}
.news-list__label--important-notice,
.news-list__label--important {
  background: var(--pink);
}
.news-list__date {
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--black);
  font-weight: 500;
}
.news-list__title-item {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: var(--black);
  text-decoration: none;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.news-list__title-item:hover {
  opacity: 0.8;
}
.news-list__divider {
  height: 1px;
  background: var(--light-gray);
}
.news-list__more {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  text-align: right;
}
/* --- About Section (当院について) --- */
.about-section {
  max-width: 1000px;
  margin: 0 auto 120px;
  padding: 0 4%;
}
.about-section__inner {
  display: flex;
  gap: 0;
  align-items: stretch;
  background-color: var(--white);
}
.about-section__image-wrapper {
  max-width: 50%;
}
.about-section__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.about-section__content {
  max-width: 50%;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
}
.about-section__icon {
  width: 100%;
  max-width: 80px;
  margin: 0 auto 48px;
}
.about-section__icon img {
  width: auto;
  height: auto;
  display: block;
}
.about-section__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: var(--black);
  letter-spacing: 0.1em;
  text-align: center;
}
.about-section__text {
  font-size: 18px;
  line-height: 2.25rem;
  color: var(--black);
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: -0.02em;
}
.about-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border: 1px solid var(--black);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.about-section__button:hover {
  background-color: #666666;
  color: var(--white);
}
/* --- Features Section (当院の特徴) --- */
.features-section {
  max-width: 1500px;
  margin: 0 auto;
  background-color: var(--light-yellow);
  padding: 100px 4%;
  margin-bottom: 100px;
}
.features-section__inner {
  max-width: 900px;
  margin: 0 auto;
}
.features-section__header {
  text-align: center;
  margin-bottom: 50px;
}
.features-section__icon {
  width: 100%;
  max-width: 80px;
  margin: 0 auto 48px;
}
.features-section__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.features-section__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  letter-spacing: 0.1em;
  margin: 0;
}
.features-section__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.features-section__item {
  text-align: center;
}
.features-section__item-icon {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.features-section__item-icon img {
  width: 100%;
  height: auto;
  max-width: 180px;
  display: block;
}
.features-section__item-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-section__item-text {
  font-size: 16px;
  color: var(--black);
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 0;
  text-align: left;
}
/* --- Department Panels (診療科パネル) --- */
.department-panels {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4% 100px;
}
.department-panels__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.department-panel {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.department-panel__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.department-panel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.department-panel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.5)
  );
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.department-panel__content {
  text-align: center;
  color: var(--white);
  z-index: 3;
}
.department-panel__title-jp {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 10px 0;
  letter-spacing: 0.1em;
}
.department-panel__title-en {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  margin: 0 0 40px 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.department-panel__button {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid var(--white);
  border-radius: 4px;
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  background-color: transparent;
}
.department-panel__button:hover {
  background-color: var(--white);
  color: var(--black);
}
.department-panel--orthopedics .department-panel__button,
.department-panel--rehabilitation .department-panel__button {
  border-color: var(--border-white);
}
.department-panel--orthopedics .department-panel__button:hover,
.department-panel--rehabilitation .department-panel__button:hover {
  background-color: #666666;
  color: var(--white);
}
/* ======================================== */
/* Page Templates */
/* ======================================== */
/* --- Introduction Page (院内案内ページ) --- */
.introduction-page {
  margin: 0 0 100px;
}
.introduction {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 4% 100px;
}
.introduction__inner {
  width: 100%;
}
.introduction__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  width: 100%;
}
.introduction__item {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
}
.introduction__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 20px;
}
.introduction__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.introduction__item-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  margin: 0;
  letter-spacing: 0.05em;
}
/* --- Gallery Page (ギャラリーページ) --- */
.gallery {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4% 100px;
}
.gallery__inner {
  width: 100%;
}
.gallery__content {
  text-align: center;
  margin-bottom: 60px;
}
.gallery__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  letter-spacing: 0.1em;
  margin: 0;
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
}
.gallery__item {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
}
.gallery__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.gallery__image:hover {
  transform: scale(1.05);
}
/* --- Access Page (アクセスページ) --- */
.access-page {
  margin: 0 0 100px;
}
.access {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4% 100px;
}
.access__inner {
  width: 100%;
}
.access__content {
  width: 100%;
}
.access__map {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.access__map iframe {
  width: 100%;
  height: 450px;
  display: block;
  border: none;
}
.access__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.access__info-item {
  background-color: var(--white);
  padding: 20px;
  border-radius: 12px;
}
.access__info-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.access__info-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.access__route {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.access__route-label {
  display: inline-block;
  background-color: var(--green);
  color: var(--white);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: fit-content;
  flex-shrink: 0;
}
.access__route-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.access__route-text {
  font-size: 20px;
  color: var(--black);
  font-weight: 500;
}
.access__landmark {
  font-size: 16px;
  color: var(--black);
  line-height: 1.8;
  margin: 0;
}
/* --- Access Page: Parking Info (駐車場情報) --- */
.access__parking {
  margin-top: 60px;
}
.access__parking-section {
  margin-bottom: 50px;
}
.access__parking-section:last-child {
  margin-bottom: 0;
}
.access__parking-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.access__parking-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.access__parking-image {
  width: 100%;
  overflow: hidden;
}
.access__parking-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/* --- About Page (当院についてページ) --- */
.about-page {
  margin: 0 0 100px;
}
.about {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4% 100px;
}
.about__inner {
  display: flex;
  gap: 0;
  align-items: stretch;
  background-color: var(--white);
}
.about__image-wrapper {
  flex: 1;
  max-width: 50%;
}
.about__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about__content {
  flex: 1;
  max-width: 50%;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
}
.about__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--black);
  letter-spacing: 0.1em;
}
.about__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about__paragraph {
  font-size: 18px;
  line-height: 2.25rem;
  color: var(--black);
  letter-spacing: 0.05em;
  margin: 0;
}
/* --- Doctor Introduction Section (医師紹介セクション) --- */
.doctor-intro {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4% 100px;
}
.doctor-intro__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  text-align: center;
}
.doctor-intro__header {
  margin-bottom: 40px;
}
.doctor-intro__position {
  font-size: 20px;
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.doctor-intro__name-wrapper {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.doctor-intro__name-ja {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  margin: 0;
  letter-spacing: 0.1em;
}
.doctor-intro__name-en {
  font-size: 18px;
  font-weight: 400;
  color: var(--black);
  margin: 0;
  letter-spacing: 0.1em;
}
.doctor-intro__content {
  display: flex;
  gap: 30px;
  align-items: stretch;
  margin-bottom: 80px;
}
.doctor-intro__box {
  flex: 1;
  background-color: var(--white);
  border: 10px solid var(--light-gray);
  padding: 18px;
}
.doctor-intro__section {
  margin-bottom: 30px;
}
.doctor-intro__section:last-child {
  margin-bottom: 0;
}
.doctor-intro__section-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.doctor-intro__section-text {
  font-size: 16px;
  line-height: 2rem;
  color: var(--black);
  letter-spacing: 0.05em;
  margin: 0;
}
.doctor-intro__section-text p {
  margin: 0 0 10px 0;
}
.doctor-intro__section-text p:last-child {
  margin-bottom: 0;
}
.doctor-intro__year {
  font-weight: 500;
  margin-right: 8px;
}
.doctor-intro__career-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doctor-intro__career-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.doctor-intro__career-item .doctor-intro__year {
  font-weight: 600;
  flex-shrink: 0;
  min-width: 60px;
  line-height: 2rem;
}
.doctor-intro__career-detail {
  flex: 1;
  line-height: 2rem;
  font-weight: 500;
}
/* --- Doctor Specialist Section (整形外科専門医セクション) --- */
.doctor-intro__specialist {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 80px;
}
.doctor-intro__specialist-box {
  flex: 1;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.doctor-intro__specialist-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 25px 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctor-intro__specialist-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.doctor-intro__specialist-item {
  font-size: 16px;
  line-height: 1.8;
  color: var(--black);
  letter-spacing: 0.05em;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.doctor-intro__specialist-item i {
  color: #666;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 0;
  line-height: 1.8;
}
/* --- Specialty Section (専門セクション) --- */
.specialty {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.specialty__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  margin: 0 0 50px 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 50px;
}
.specialty__content {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.specialty__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.specialty__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  min-height: 130px;
}
.specialty__item-icon {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.specialty__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.specialty__item-content {
  flex: 1;
}
.specialty__item-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 5px 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.specialty__item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.specialty__item-list-item {
  font-size: 18px;
  line-height: 1.8;
  color: var(--black);
  letter-spacing: 0.02em;
  position: relative;
}
/* --- Treatment Page (診療案内ページ) --- */
.treatment-page {
  margin: 0 0 100px;
}
.treatment {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4% 200px;
}
.treatment__inner {
  display: flex;
  flex-direction: column;
}
.treatment__main {
  display: flex;
  gap: 0;
  align-items: stretch;
  margin-bottom: 80px;
  background-color: var(--white);
  flex-wrap: wrap;
}
.treatment__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 80px;
  letter-spacing: 0.1em;
  text-align: center;
}
.treatment__image-wrapper {
  flex: 1;
  max-width: 50%;
  align-self: flex-start;
}
.treatment__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.treatment__content {
  flex: 1;
  max-width: 50%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--white);
}
.treatment__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.treatment__paragraph {
  font-size: 18px;
  line-height: 2.25rem;
  color: var(--black);
  letter-spacing: 0.01em;
  margin: 0;
}
.treatment__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.treatment__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
}
.treatment__item-icon {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.treatment__item-icon img {
  width: 100%;
  height: auto;
  max-width: 120px;
  display: block;
}
.treatment__item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.treatment__item-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.treatment__item-text {
  font-size: 18px;
  color: var(--black);
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 0;
  text-align: left;
}
/* --- Rehabilitation Page (リハビリテーション科ページ) --- */
.rehabilitation {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4% 100px;
}
.rehabilitation__inner {
  display: flex;
  flex-direction: column;
}
.rehabilitation__main {
  display: flex;
  gap: 0;
  align-items: stretch;
  margin-bottom: 80px;
  background-color: var(--white);
  flex-wrap: wrap;
}
.rehabilitation__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 80px;
  letter-spacing: 0.1em;
  text-align: center;
}
.rehabilitation__image-wrapper {
  flex: 1;
  max-width: 50%;
  align-self: flex-start;
}
.rehabilitation__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.rehabilitation__content {
  flex: 1;
  max-width: 50%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--white);
}
.rehabilitation__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rehabilitation__paragraph {
  font-size: 18px;
  line-height: 2.25rem;
  color: var(--black);
  letter-spacing: 0.01em;
  margin: 0;
}
.rehabilitation__equipment {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.rehabilitation__equipment-item {
  display: flex;
  flex-direction: column;
}
.rehabilitation__equipment-image-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.rehabilitation__equipment-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.rehabilitation__equipment-content {
  display: flex;
  flex-direction: column;
}
.rehabilitation__equipment-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 12px 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.rehabilitation__equipment-text {
  font-size: 16px;
  color: var(--black);
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin: 0;
  text-align: left;
}
/* ======================================== */
/* Media Queries */
/* ======================================== */
/* --- 404 Page --- */
.page-404 {
  max-width: 620px;
  margin: 0 auto;
  padding: 100px 0;
}
.page-404__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-404__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-404__text {
  font-size: 18px;
  color: var(--black);
}
.page-404__button {
  font-size: 18px;
  color: var(--green);
  text-decoration: none;
  border: 1px solid var(--green);
  padding: 10px 20px;
  border-radius: 5px;
  margin: 40px auto 0;
  display: block;
  width: fit-content;
}
.page-404__button:hover {
  background-color: var(--green);
  color: var(--white);
}
/* --- Tablet: 769px - 1024px --- */
@media (min-width: 769px) and (max-width: 1024px) {
  /* Home Page Sections */
  .main-visual {
    margin: 30px auto 120px;
  }

  .main-visual__image-wrapper {
    height: 480px;
  }

  .main-visual__title-wrapper--ja {
    top: 40px;
    left: 40px;
    z-index: 3;
    color: var(--white);
    font-size: 14px;
  }

  .main-visual__title-wrapper--en {
    width: 150px;
    height: 150px;
    right: 20px;
    bottom: -40px;
    font-size: 10px;
  }

  .schedule-list {
    margin: 0 auto 80px;
  }

  .schedule-list__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .schedule-list__icon {
    max-width: 60px;
    top: -20px;
    left: 5%;
  }

  .news-list {
    padding: 0 30px;
  }

  .news-list__icon {
    max-width: 60px;
    right: 5%;
  }

  .features-section {
    padding: 60px 30px;
  }

  .features-section__icon {
    max-width: 60px;
  }

  .features-section__header {
    margin-bottom: 20px;
  }

  .features-section__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }

  .features-section__item-title {
    font-size: 20px;
  }

  .features-section__item-text {
    font-size: 14px;
  }

  .features-section__item-icon img {
    max-width: 120px;
  }

  .department-panel__title-jp {
    font-size: 28px;
  }

  /* Page Templates */
  .introduction-page {
    margin: 0 0 50px;
  }

  .introduction__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }

  .gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .about-page {
    margin: 0;
  }

  .about {
    padding: 0 30px 100px;
  }

  .about__content {
    padding: 40px 20px;
  }

  .about__paragraph {
    font-size: 16px;
    line-height: 2rem;
  }

  .doctor-intro__content {
    flex-direction: column;
  }

  .doctor-intro__year {
    width: 120px;
  }

  .doctor-intro__specialist {
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }

  .doctor-intro__specialist-box {
    padding: 0 40px;
  }

  .doctor-intro__specialist-item {
    font-size: 18px;
  }

  .specialty {
    padding: 0 40px 50px;
  }

  .specialty__content {
    flex-direction: column;
    gap: 30px;
  }

  .specialty__column {
    gap: 30px;
  }

  .specialty__item-title {
    font-size: 20px;
  }

  .treatment {
    padding: 0 30px 100px;
  }

  .treatment__paragraph {
    font-size: 16px;
    line-height: 1.8rem;
  }

  .treatment__item {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .treatment__items {
    gap: 50px 50px;
    padding: 0 20px;
  }

  .treatment__item-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

  .treatment__item-title {
    font-size: 20px;
  }

  .treatment__item-text {
    font-size: 16px;
    line-height: 1.8rem;
    text-align: center;
  }

  .treatment-page {
    margin: 0 0 50px;
  }

  .treatment__main {
    flex-direction: row;
    gap: 0;
    align-items: stretch;
  }

  .treatment__image-wrapper {
    flex: 1;
    max-width: 50%;
    order: 1;
  }

  .treatment__content {
    flex: 1;
    max-width: 50%;
    padding: 0 20px;
    order: 2;
    margin-top: 0;
    margin-left: 0;
  }

  .rehabilitation__equipment {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .access-page {
    margin: 0 30px 0;
  }

  .access__info {
    gap: 30px;
    margin-top: 40px;
    padding: 0 20px;
  }

  .access__info-item {
    padding: 10px 5px;
    text-align: center;
  }

  .access__info-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .access__route {
    flex-direction: column;
    gap: 12px;
  }

  .access__route-label {
    font-size: 16px;
    padding: 6px 12px;
    margin: 0 auto;
  }

  .access__route-text {
    font-size: 20px;
  }

  .access__landmark {
    font-size: 18px;
  }

  .access__route-details {
    gap: 8px;
    margin: 0 auto;
  }
}
/* --- Mobile: max-width 768px --- */
@media (max-width: 768px) {
  /* Archive & Single Post Pages */
  .archive {
    padding: 25px 15px;
  }

  .archive__header {
    padding: 30px 0;
  }

  .archive__title {
    font-size: 24px;
  }

  .archive__post {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .archive__post-info {
    margin-bottom: 10px;
  }

  .archive__post-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .archive__post-date {
    font-size: 14px;
  }

  .archive__post-tags {
    font-size: 14px;
  }

  .archive__post-excerpt {
    font-size: 16px;
    line-height: 2rem;
  }

  .archive__post-read-more {
    font-size: 14px;
  }

  .archive__no-posts {
    padding: 40px 0;
    font-size: 16px;
  }

  .nav-links {
    margin-top: 40px;
    padding-top: 30px;
    gap: 6px;
  }

  .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
  }

  .single-post {
    padding: 25px 15px;
  }

  .single-post__title {
    font-size: 20px;
  }

  .single-post__date {
    font-size: 14px;
  }

  .single-post__tags {
    font-size: 14px;
  }

  .single-post__content {
    font-size: 16px;
  }

  .single-post__back {
    margin: 80px 0 80px;
  }

  .single-post__back-button {
    font-size: 16px;
    padding: 10px 30px;
  }

  /* Home Page Sections */
  .main-visual {
    margin: 10px auto 180px;
  }

  .main-visual__image-wrapper {
    width: 100%;
    height: 600px;
  }

  .main-visual__title-wrapper--ja {
    top: 30px;
    left: 20px;
    z-index: 3;
    color: var(--white);
    font-size: 14px;
  }

  .main-visual__title-text-ja-sp {
    color: var(--white);
  }

  .main-visual__title-wrapper--en {
    width: 150px;
    height: 150px;
    right: 20px;
    bottom: -40px;
    font-size: 10px;
  }

  .schedule-list {
    margin: 30px auto 80px;
    padding: 0 15px;
  }

  .schedule-list__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .schedule-list__icon {
    max-width: 60px;
    top: -20px;
    left: 5%;
  }

  .home-schedule__table-wrapper {
    padding: 10px;
    overflow-x: visible;
    --hours-title-size: 11px;
    --hours-day-size: 11px;
    --hours-main-size: 13px;
    --hours-sub-size: 10px;
    --hours-mark-size: 14px;
    --hours-note-size: 11px;
  }

  .home-schedule__table-body {
    padding-bottom: 4px;
  }

  .home-schedule__table-header {
    padding-bottom: 4px;
    margin-bottom: 4px;
  }

  .home-schedule__header-row {
    grid-template-columns: 3fr repeat(7, 0.8fr);
    gap: 0;
  }

  .home-schedule__row--am,
  .home-schedule__row--pm {
    grid-template-columns: 3fr repeat(7, 0.8fr);
    gap: 0;
    padding-bottom: 4px;
    margin-bottom: 4px;
  }

  .home-schedule__time {
    text-align: left;
  }

  .home-schedule__notes {
    padding-top: 0;
  }

  .home-schedule__important-note {
    font-size: 15px;
  }

  .news-list {
    padding: 30px 16px 0;
    margin: 0 auto 80px;
  }

  .news-list__icon {
    max-width: 60px;
    top: 10px;
    right: 5%;
  }

  .news-list__inner {
    padding: 10px 26px;
  }

  .news-list__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .news-list__item {
    padding: 10px 0 10px;
    margin-bottom: 0;
  }

  .news-list__item:last-child .news-list__divider {
    display: none;
  }

  .news-list__meta {
    gap: 8px;
  }

  .news-list__label {
    font-size: 12px;
    padding: 3px 10px;
  }

  .news-list__date {
    font-size: 16px;
  }

  .news-list__title-item {
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 0;
  }

  .about-section {
    margin: 0 auto 60px;
    padding: 0 8%;
  }

  .about-section__inner {
    flex-direction: column;
  }

  .about-section__image-wrapper {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .about-section__image {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .about-section__content {
    flex: 1 1 auto;
    max-width: 100%;
    padding: 40px 20px;
  }

  .about-section__icon {
    max-width: 60px;
    margin-bottom: 20px;
  }

  .about-section__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about-section__text {
    font-size: 18px;
    line-height: 2rem;
    margin-bottom: 30px;
  }

  .about-section__button {
    font-size: 14px;
    padding: 10px 30px;
  }

  .features-section {
    padding: 60px 4%;
    margin-bottom: 0;
  }

  .features-section__header {
    margin-bottom: 50px;
  }

  .features-section__icon {
    max-width: 60px;
    margin-bottom: 20px;
  }

  .features-section__title {
    font-size: 24px;
  }

  .features-section__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }

  .features-section__item-icon {
    width: 140px;
    height: 140px;
    margin-bottom: 0;
    padding: 15px;
  }

  .features-section__item-icon img {
    max-width: 100%;
  }

  .features-section__item-title {
    font-size: 18px;
    margin-bottom: 15px;
    min-height: 54px;
  }

  .features-section__item-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .department-panels {
    padding: 60px 10%;
  }

  .department-panels__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .department-panel__title-jp {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .department-panel__title-en {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .department-panel__button {
    padding: 10px 30px;
    font-size: 14px;
  }

  /* Page Templates */
  .introduction {
    padding: 20px 30px 80px;
  }

  .introduction__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .introduction__image-wrapper {
    margin-bottom: 15px;
  }

  .introduction__item-title {
    font-size: 20px;
  }

  .gallery {
    padding: 0 15px 80px;
  }

  .gallery__content {
    margin-bottom: 40px;
  }

  .gallery__title {
    font-size: 24px;
  }

  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .access {
    padding: 0 15px 60px;
  }

  .access__map {
    margin-bottom: 40px;
  }

  .access__map iframe {
    height: 300px;
  }

  .access__info {
    gap: 0px;
    margin-top: 40px;
  }

  .access__info-item {
    padding: 10px 5px;
    text-align: center;
  }

  .access__info-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .access__route {
    flex-direction: column;
    gap: 12px;
  }

  .access__route-details {
    gap: 8px;
    margin: 0 auto;
  }

  .access__route-label {
    font-size: 13px;
    padding: 6px 12px;
    margin: 0 auto;
  }

  .access__route-text {
    font-size: 16px;
  }

  .access__landmark {
    font-size: 12px;
  }

  .about {
    padding: 20px 15px 0;
  }

  .about__inner {
    flex-direction: column;
  }

  .about__image-wrapper {
    max-width: 100%;
  }

  .about__image {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .about__content {
    max-width: 100%;
    padding: 40px 20px;
    margin-bottom: 40px;
  }

  .about__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .about__text {
    gap: 20px;
  }

  .about__paragraph {
    font-size: 16px;
    line-height: 2rem;
  }

  .doctor-intro {
    padding: 0 15px 60px;
  }

  .doctor-intro__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .doctor-intro__header {
    margin-bottom: 30px;
  }

  .doctor-intro__name-wrapper {
    flex-direction: column;
    gap: 8px;
  }

  .doctor-intro__name-ja {
    font-size: 24px;
  }

  .doctor-intro__name-en {
    font-size: 16px;
  }

  .doctor-intro__content {
    flex-direction: column;
    gap: 20px;
  }

  .doctor-intro__box {
    padding: 30px 20px;
  }

  .doctor-intro__section {
    margin-bottom: 25px;
  }

  .doctor-intro__section-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .doctor-intro__section-text {
    font-size: 16px;
    line-height: 1.8rem;
  }

  .doctor-intro__career-item {
    flex-direction: column;
    gap: 0;
  }

  .doctor-intro__career-item .doctor-intro__year {
    min-width: auto;
  }

  .doctor-intro__specialist {
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 65px;
  }

  .doctor-intro__specialist-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .doctor-intro__specialist-item {
    font-size: 16px;
    line-height: 1.7;
    padding-left: 0;
    letter-spacing: 0.02em;
  }

  .doctor-intro__specialist-item i {
    font-size: 14px;
    margin-top: 0;
    line-height: 1.7;
  }

  .specialty {
    padding: 0 0 60px;
  }

  .specialty__title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .specialty__content {
    flex-direction: column;
    gap: 50px;
  }

  .specialty__column {
    gap: 50px;
  }

  .specialty__item {
    gap: 15px;
    min-height: auto;
  }

  .specialty__item-icon {
    width: 60px;
    height: 60px;
  }

  .specialty__item-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .specialty__item-list-item {
    font-size: 16px;
    line-height: 1.7;
  }

  .specialty__item-list-item::before {
    width: 5px;
    height: 5px;
    top: 0.5em;
  }

  .treatment {
    padding: 20px 15px;
  }

  .treatment__inner {
    display: flex;
    flex-direction: column;
  }

  .treatment__main {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .treatment__image-wrapper {
    max-width: 100%;
    order: 1;
    margin-bottom: 0;
  }

  .treatment__image {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .treatment__title {
    display: block;
    width: 100%;
    font-size: 26px;
    margin: 40px 0 0 0;
    order: 2;
    text-align: center;
    font-weight: 700;
  }

  .treatment__content {
    max-width: 100%;
    padding: 40px 20px;
    order: 3;
    margin-bottom: 0;
  }

  .treatment__text {
    gap: 20px;
  }

  .treatment__paragraph {
    font-size: 16px;
    line-height: 2rem;
  }

  .treatment__items {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .treatment__item {
    flex-direction: row;
    gap: 20px;
    text-align: left;
  }

  .treatment__item-icon {
    width: 100px;
    height: 100px;
    margin: 0;
  }

  .treatment__item-content {
    text-align: left;
  }

  .treatment__item-title {
    font-size: 20px;
    margin-bottom: 4px;
    text-align: left;
  }

  .treatment__item-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .rehabilitation {
    padding: 60px 15px;
  }

  .rehabilitation__title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .rehabilitation__main {
    flex-direction: column;
    margin-bottom: 0;
  }

  .rehabilitation__image-wrapper {
    max-width: 100%;
    order: 1;
    margin-bottom: 0;
  }

  .rehabilitation__image {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .rehabilitation__title {
    display: block;
    width: 100%;
    font-size: 26px;
    margin: 40px 0 0 0;
    order: 2;
    text-align: center;
    font-weight: 700;
  }

  .rehabilitation__content {
    max-width: 100%;
    padding: 40px 20px;
    order: 3;
    margin-bottom: 0;
  }

  .rehabilitation__text {
    gap: 20px;
  }

  .rehabilitation__paragraph {
    font-size: 16px;
    line-height: 2rem;
  }

  .rehabilitation__equipment {
    margin: 0;
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rehabilitation__equipment-image-wrapper {
    margin-bottom: 15px;
  }

  .rehabilitation__equipment-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .rehabilitation__equipment-text {
    font-size: 15px;
    line-height: 1.75;
  }
}
