/* ========== 共通・基本 ========== */
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  color: #464646;
  overflow-x: hidden;
}
a {
  color: #49A0B5;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}
/* フッターのアクセス ページ内リンクヘッダー分スクロール位置調節 */
.scroll-offset {
  scroll-margin-top: 148px;
}
@media (max-width: 768px) {
  .scroll-offset {
    scroll-margin-top: 65px;
  }
}


/* ===== 共通グラデーションボタン ===== */
.btn-gradient-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 160px;
  min-height: 40px;
  padding: 0 38px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(152.15deg, #49A0B5 32.99%, #4986B5 90.24%);
  border-radius: 999px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.22s;
  box-sizing: border-box;
}
.btn-gradient-arrow::after {
  content: '';
  display: block;
  margin-left: 18px;
  border-left: 8px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media (hover: hover) and (pointer: fine) {
  .btn-gradient-arrow:hover {
    opacity: 0.7;
  }
}

/* ===== 共通外部リンクボタン ===== */
.btn-outline-linkicon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  min-width: 160px;
  min-height: 40px;
  padding: 0 38px;
  background: #fff;
  border: 1px solid #49A0B5;
  border-radius: 999px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #49A0B5;
  text-decoration: none;
  transition: opacity 0.2s;
  box-sizing: border-box;
  overflow: hidden;
}

.btn-outline-linkicon__icon {
  position: absolute;
  left: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}

.btn-outline-linkicon__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.btn-outline-linkicon__text {
  margin: 0 auto;
  text-align: center;
  flex: 1 1 auto;
  margin-left: 14px;
}

@media (hover: hover) and (pointer: fine) {
  .btn-outline-linkicon:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .btn-outline-linkicon {
    min-width: 120px;
    min-height: 36px;
    font-size: 13px;
    padding: 0 18px;
  }
  .btn-outline-linkicon__icon svg {
    width: 22px;
    height: 22px;
  }
  .btn-outline-linkicon__icon {
    left: 7px;
  }
}

/* ========== ヘッダー ========== */
/* ====== 基本（PC用） ====== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1000;
  width: 100vw;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1169px;
  margin: 0 auto;
  padding: 24px 0 12px;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  max-width: 250px;
  height: auto;
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: 20px;
}
.menu-basic {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-basic li a {
  color: #464646;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
/* tel-block */
.tel-block {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.tel-icon {
  width: 19px;
  height: auto;
  min-width: 19px;
  margin-top: 5px;
  display: block;
}
.tel-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.tel-number {
  font-size: 24px;
  font-weight: 700;
  color: #464646;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.tel-hours {
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-left: -26px;
}
.badge {
  border: 1px solid #49A0B5;
  color: #464646;
  font-size: 10px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
  margin-right: 8px;
  line-height: 1.0;
  display: inline-block;
}
.time {
  font-size: 12px;
  color: #464646;
  font-weight: 500;
  line-height: 1.0;
}

/* 2段目メニュー */
.menu-facility-row {
  max-width: 1169px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  padding: 20px 0;
}
.menu-facility-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}
.menu-facility {
  display: flex;
  gap: 18px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-facility li {
  position: relative;
  list-style: none;
}
.menu-facility li a {
  color: #49A0B5;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  transition: color 0.15s;
  position: relative;
  z-index: 2;
}
/* サブメニュー */
.menu-facility .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  min-height: 250px;
  background:rgba(255,255,255,0.8);
  text-align: center;
  z-index: 100;
  padding: 40px 0;
}
.menu-facility .submenu li a {
  color: #49A0B5;
  padding: 20px 40px;
  font-size: 16px;
  display:inline-block;
  white-space: nowrap;
  transition: background 0.15s;
}
.menu-facility .submenu li a:hover {
  color: #E60012;
}
.menu-facility .sub-submenu {
  display: none;
  position: absolute;
  top: -152px;
  left: 170px;
  width: 520px;
  min-height: 323px;
  background: rgba(255,255,255,0.8);
  z-index: 101;
  padding: 40px 32px 32px 32px;
  border-left: 3px solid #49A0B5;
  box-sizing: border-box;
  text-align: left;
}
ul.sub-submenu.sub-submenu-2 {
  position: absolute;
  top: -217px;
}
.sub-submenu-title {
  font-size: 16px;
  font-weight: 500;
  color: #49A0B5;
  padding-bottom: 20px;
  border-bottom: 1px solid #49A0B5;
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: 0.02em;
}
.menu-facility .sub-submenu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-facility .sub-submenu li {
  /* width: calc(33.33% - 12px); */
  display: inline-flex;
}
.menu-facility .sub-submenu li a {
  width: 100%;
  display: block;
  padding: 15px 15px 15px 0;
  font-size: 14px;
  color: #464646;
  text-align: left;
  transition: color .18s;
  box-sizing: border-box;
}
.menu-facility .sub-submenu li a:hover {
  color: #E60012;
}
li.sub-submenu-title {
  width: 100%;
}

.menu-facility li.has-submenu .submenu {
  display: none;
}
.menu-facility li.has-submenu.open > .submenu {
  display: block;
}

.menu-facility .submenu li.has-submenu .sub-submenu {
  display: none;
}
.menu-facility .submenu li.has-submenu.open > .sub-submenu {
  display: block;
}


/* hoverで表示・赤線も上端 */
@media (min-width: 769px) {
  .menu-facility li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 4px;
    background: #E60012;
    opacity: 0;
    transition: opacity 0.18s;
    pointer-events: none;
    z-index: 102;
  }
  .menu-facility li.active::after,
  .menu-facility li:hover::after {
    opacity: 1;
  }
  .submenu li.active::after,
  .submenu li:hover::after {
    opacity: 0;
  }
  .submenu li::marker {
    content: none;
  }
  .sp-nav {
    display: none;
  }
}

/* ====== 1000px以下 ====== */
@media (max-width: 1000px) {
  .site-header {
    padding: 0;
    position: fixed;
    width: 100vw;
  }
  .header-inner {
    flex-direction: row;
    padding: 8px 10px;
    gap: 6px;
    min-height: 58px;
  }
  .logo img {
    max-width: 250px;
  }
  .header-main,
  .menu-facility-row,
  .floating-cta {
    display: none !important;
  }
  .menu-toggle {
    display: flex;
    position: absolute;
    right: 4vw;
    top: 6px;
    z-index: 2001;
    flex-direction: column;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 12px;
  }
  .menu-toggle span {
    display: block;
    width: 40px;
    height: 2px;
    background: #49A0B5;
    margin: 4px 0;
    border-radius: 2px;
    transition: .25s;
  }
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .sp-nav-overlay {
    display: block;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(60, 60, 60, 0.60);
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s;
  }
  .sp-nav-overlay.open {
    opacity: 1;
    pointer-events: auto;
  }
  .sp-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    z-index: 2200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FDF2F2;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: all .25s;
    overflow-y: auto;
    min-width: 0;
  }
  .sp-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    padding: 7px 4vw 0 4vw;
    gap: 20px;
    min-height: 58px;
  }
  .sp-nav-header {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 7px 0 0 0;
    min-height: 60px;
  }
  .sp-nav-header .logo img {
    max-width: 250px;
    width: 100%;
    height: auto;
  }
  .sp-nav-close {
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
  }
  .sp-nav-close:before,
  .sp-nav-close:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 40px;
    height: 2px;
    background: #49A0B5;
    border-radius: 2px;
  }
  .sp-nav-close:before {
    transform: rotate(24.23deg);
  }
  .sp-nav-close:after {
    transform: rotate(-24.23deg);
  }
  .menu-facility {
    flex-wrap: wrap;
    gap: 6px 10px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
  .menu-facility li {
    width: 100%;
    margin: 0;
    text-align: center;
    list-style: none !important;
  }
  .menu-facility li a {
    display: block;
    width: 100%;
    padding: 17px 0 0 0;
    color: #49A0B5;
    font-size: 16px;
    font-weight: 500;
  }
  .menu-facility li::after {
    display: none !important;
  }
  .menu-basic {
    display: contents;
  }
  .sp-nav .btn-gradient-arrow {
    margin: 20px auto;
  }

  /* サブメニューSP用 */
  .menu-facility .submenu {
    position: static;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 20px 20px 0;
    display: none;
    width: 100%;
    min-height: unset;
  }
  .menu-facility .sub-submenu {
    position: static;
    width: 100%;
    min-height: unset;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    border-left: none;
  }
  .menu-facility li.has-submenu.open > .submenu {
    display: block;
  }
  .menu-facility .submenu li.has-submenu.open > .sub-submenu {
    display: block;
    text-align: center;
    padding: 0px 20px 20px;
  }
  .menu-facility .submenu li a {
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 16px;
  }
  .menu-facility .submenu li::marker {
    content: none;
  }
  .tel-number {
    font-size: 24px;
  }
}



/* PC: 右下CTA（PCのみ） */
.floating-cta {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.cta-btn {
  display: flex;
  align-items: center;
  width: 110px;
  height: 90px;
  border-radius: 10px 0px 0px 10px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  box-shadow: 0 2px 10px rgba(73, 160, 181, 0.08);
  position: relative;
  overflow: hidden;
  background: #EBA8A8;
  text-decoration: none;
  justify-content: flex-start;
}
.cta-web {
  background: linear-gradient(90deg, #FF0000 10px, #E49A9A 0);
}
.cta-access {
  background: linear-gradient(90deg, #49A0B5 10px, #8DCAD9 0);
}
.cta-arrow {
  width: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1px;
}
.cta-web .cta-arrow::before,
.cta-access .cta-arrow::before {
  content: '';
  display: inline-block;
  border-left: 8px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 0;
  height: 0;
}
.cta-label {
  flex: 1;
  text-align: center;
  font-size: 18px;
}

/* SP: ナビ中CTA（SPのみ） */
.sp-cta-row {
    width: 100%;
    display: flex;
    gap: 14px;
    justify-content: center;
    margin: 36px 0 0 0;
  }
  .sp-cta-row .cta-btn {
    width: 170px;
    height: 50px;
    border-radius: 10px 10px 0 0;
    font-size: 17px;
    margin: 0;
    justify-content: flex-start;
  }
  .sp-cta-row .cta-label {
    font-size: 17px;
  }
  .sp-cta-row .cta-arrow {
    width: 10px;
  }
  body.noscroll {
    overflow: hidden;
  }



/* ========== セクションタイトル ========== */
.section-title {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  color: #49A0B5;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 140%;
  letter-spacing: 0.1em;
}
.section-title .section-subtitle {
  display: block;
  color: #464646;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .section-title .section-subtitle {
    font-size: 13px;
  }
}


/* ========== ヒーロースライダー ========== */
.hero-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 350px;
  background: #e3eef2;
  overflow: hidden;
}
.hero-slider__slides {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.hero-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}
.hero-slider__img.active {
  opacity: 1;
  z-index: 2;
}
.hero-caption-group {
  position: absolute;
  top: 58%;
  left: 10%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: clamp(260px, 50vw, 642px);
  z-index: 3;
}
.hero-caption {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(18px, 3.5vw, 47px);
  color: #464646;
  margin-bottom: 28px;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
  white-space: pre-line;
}
.hero-hexagon {
  width: 100%;
  height: auto;
  display: block;
}
.hero-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 5;
  display: flex;
  gap: 16px;
  transform: translateX(-50%);
}
.hero-pagination__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.85;
  transition: 0.3s;
}
.hero-pagination__dot.active {
  background: #ff2222;
  opacity: 1;
}
@media (max-width: 768px) {
  .hero-slider {
    height: auto;
    aspect-ratio: 390/614;
    min-height: 250px;
  }
  .hero-caption-group {
    top: auto;
    bottom: 54px;
    left: 50%;
    transform: translate(-50%, 0);
    align-items: center;
    width: 90%;
  }
  .hero-caption {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
  .hero-hexagon {
    width: 100%;
  }
}

/* ========== ヒーローテーブル ========== */
.hero-table {
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}
.hero-table table {
  width: 100%;
  border-collapse: collapse;
  background: none;
}
.hero-table th, .hero-table td {
  text-align: center;
  padding: 8px 8px;
  font-weight: normal;
  border: none;
}
.hero-table th {
  color: #49A0B5;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.hero-table td {
  font-size: 14px;
  white-space: nowrap;
}
.hero-table td:first-child, .hero-table th:first-child {
  text-align: left;
}
.hero-table-note {
  font-size: 14px;
  color: #464646;
  margin-top: 12px;
  text-align: left;
}
.hero-table thead tr {
  border-bottom: 1px solid #B2BEBF;
}
.hero-table tbody tr:first-child {
  border-bottom: 1px solid #B2BEBF;
}
.hero-table tbody tr:last-child {
  border-bottom: 1px solid #B2BEBF;
}
/* PC専用テーブル配置 */
.hero-table--pc {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top-left-radius: 20px;
  z-index: 10;
  width: 428px;
  padding: 24px 32px;
  box-shadow: 0 4px 32px rgba(73,160,181,0.08);
  margin: 0;
  display: block;
}
/* SP用テーブル非表示 */
.hero-table--sp { display: none; }
@media (max-width: 768px) {
  .hero-table--pc { display: none; }
  .hero-table--sp {
    display: block;
    position: static;
    background: #EAF7FA;
    border-radius: 0;
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto 0 auto;
    padding: 40px 16px;
    box-shadow: none;
    z-index: 1;
  }
  .hero-table--sp table {
    font-size: 14px;
  }
  .hero-table--sp th, .hero-table--sp td {
    padding: 8px 3px;
    font-size: 14px;
  }
  .hero-table--sp th {
    color: #49A0B5;
  }
  .hero-table-note {
    font-size: 13px;
  }
}

/* ========== Newsセクション ========== */
.news-section {
  width: 100%;
  padding: 80px 0;
}
.news-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 0;
  align-items: stretch;
  position: relative;
}
.news-left {
  width: 35%;
  min-width: 0;
  box-sizing: border-box;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
}
.news-left .section-title {
  font-size: 40px;
}
.news-right {
  width: 65%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 6px;
}
.btn-gradient-arrow.for_news {
  align-self: flex-start;
  position: absolute;
  left: 24px;
  bottom: 30px;
}
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
}
.news-list li {
  border-bottom: 1px solid #B2BEBF;
  padding: 24px 0;
}
.news-list li:first-child { padding-top: 0; }
.news-date {
  display: block;
  color: #49A0B5;
  font-size: 16px;
  margin-bottom: 8px;
}
.news-text {
  font-size: 15px;
  color: #464646;
}
@media (max-width: 768px) {
  .news-section {
    padding: 36px 0;
  }
  .news-inner {
    flex-direction: column;
    padding: 0 12px;
    min-height: 0;
    position: static !important;
  }
  .news-left, .news-right {
    width: 100%;
    padding: 0;
  }
  .news-list li {
    padding: 20px 0;
  }
  .btn-gradient-arrow.for_news {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 24px;
  }
}


/* ========== othersセクション ========== */
.others-section {
  width: 100%;
  padding: 0 0 80px;
}
.others-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.others-section .button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  max-width: 400px;
  width: 90%;
  color: #464646;
  font-size: 16px;
  background-color: #e3eef2;
  transition: 0.3s;
  letter-spacing: .1em;
}
.others-section .button01 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #464646;
  border-right: 3px solid #464646;
  transform: rotate(45deg);
}
.others-section .button01 a:hover {
  text-decoration: none;
  background-color: #f1fafd;
}
@media (max-width: 768px) {
  .others-section .button01 a  {
    font-size: 14px;
  }
}

/* ========== 診療案内（clinic-menu-section） ========== */
.clinic-menu-section {
  position: relative;
  width: 100vw;
  padding: 80px 0;
  background: #e3eef2;
  background-image: url('../img/clinic-bg-pc.jpg');
  background-size: cover;
  background-position: right bottom;
}
.clinic-menu-section .section-title {
  text-align: center;
  color: #464646;
}
.clinic-menu-section .section-title .section-subtitle {
  color: #4986B5;
}
.clinic-menu-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.clinic-menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.clinic-menu-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 1s;
  cursor: pointer;
  position: relative;
}
.clinic-menu-item img {
  width: 100%;
  aspect-ratio: 340 / 240;
  object-fit: cover;
  display: block;
  height: auto;
  border-radius: 0;
}
.clinic-menu-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4px;
}
.clinic-menu-label {
  font-size: 20px;
  color: #464646;
  letter-spacing: 0.02em;
  text-align: left;
}
.clinic-menu-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #49A0B5;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s, border-color 0.4s;
  box-sizing: border-box;
  position: relative;
}
.clinic-menu-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #49A0B5;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: border-left-color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .clinic-menu-item:hover {
    opacity: 0.8;
    /* box-shadow: 0 3px 16px rgba(100, 202, 253, 0.16); */
  }
  .clinic-menu-item:hover .clinic-menu-arrow {
    background: #49A0B5;
    border-color: #49A0B5;
  }
  .clinic-menu-item:hover .clinic-menu-arrow::before {
    border-left-color: #fff;
  }
  .clinic-menu-item:hover .onayami-label {
    color: #49A0B5;
  }
}
@media (max-width: 1000px) {
  .clinic-menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .clinic-menu-section {
    background-image: url('../img/clinic-bg-sp.jpg');
    background-position: center bottom;
    padding: 36px 0 48px 0;
  }
  .clinic-menu-list {
    grid-template-columns: 1fr;
    gap: 30px 0;
    padding-bottom: 0;
  }
  .clinic-menu-label {
    font-size: 20px;
  }
}

/* ========== お悩みから探す ========== */
.onayami-section {
  width: 100vw;
  padding: 80px 0;
  background: #faecec;
  background-image: url('../img/onayami-bg-pc.jpg');
  background-size: cover;
  background-position: right bottom;
}
.onayami-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.onayami-section .section-title {
  text-align: center;
  color: #464646;
}
.onayami-section .section-title .section-subtitle {
  color: #4986B5;
}
.onayami-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 32px;
}
.onayami-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s, opacity 0.25s;
  cursor: pointer;
  position: relative;
}
.onayami-item img {
  width: 100%;
  aspect-ratio: 249 / 180;
  object-fit: cover;
  display: block;
}
.onayami-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4px;
  background: none;
}
.onayami-label {
  font-size: 20px;
  color: #464646;
  letter-spacing: 0.02em;
  text-align: left;
}
.onayami-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid #49A0B5;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  position: relative;
  box-sizing: border-box;
}
.onayami-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #49A0B5;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 6px;
  top: 5px;
  transition: border-left-color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .onayami-item:hover {
    opacity: 0.8;
    /* box-shadow: 0 3px 16px rgba(255, 177, 241, 0.16); */
  }
  .onayami-item:hover .onayami-arrow {
    background: #49A0B5;
    border-color: #49A0B5;
  }
  .onayami-item:hover .onayami-arrow::before {
    border-left-color: #fff;
  }
}
@media (max-width: 768px) {
  .onayami-section {
    background-image: url('../img/onayami-bg-sp.jpg');
    padding: 36px 0 48px 0;
    background-position: center bottom;
  }
  .onayami-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .onayami-label {
    font-size: 20px;
  }
}

/* ========== ステーション ========== */
.station-section {
  width: 100vw;
  padding: 80px 0;
  background: #fff;
  background-image: url('../img/station-bg-pc.jpg');
  background-size: cover;
  background-position: center bottom;
}
.station-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.station-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 40px;
}
.station-item {
  position: relative;
  background: #fff;
  border: 3px solid #EAF7FA;
  box-sizing: border-box;
  padding-bottom: 0;
  overflow: visible;
}
.station-title {
  margin: 20px 40px 30px 40px;
  font-size: 24px;
  font-weight: 700;
  color: #3796ad;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
}
.station-img {
  width: calc(100% - 80px);
  margin: 0 40px 40px 40px;
  aspect-ratio: 440/240;
  object-fit: cover;
  display: block;
  border: none;
  background: #f7fafd;
}
.station-corner-triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
  pointer-events: none;
}
.station-corner-triangle::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 33px solid #38a0bb;
  border-left: 33px solid transparent;
}
@media (hover: hover) and (pointer: fine) {
  .station-item:hover {
    box-shadow: 0 3px 16px rgba(100, 202, 253, 0.16);
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .station-section {
    background-image: none;
  }
  .station-list {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .station-title {
    font-size: 16px;
    margin: 20px 16px 24px 16px;
  }
  .station-img {
    width: calc(100% - 32px);
    margin: 0 16px 32px 16px;
  }
  .station-corner-triangle {
    width: 20px;
    height: 20px;
    right: -3px;
    bottom: -3px;
  }
  .station-corner-triangle::before {
    border-bottom: 20px solid #38a0bb;
    border-left: 20px solid transparent;
  }
}

/* kango_st.php only */
#kango_st_Only .notice{
  margin: 0 auto;
}
#kango_st_Only .notice__title{
  background: #49A0B5;
  color:#fff;
  text-align:center;
  padding: clamp(2px, 2.5vw, 8px) clamp(12px, 3vw, 24px);
  font-weight: 700;
  font-size: clamp(14px, 2.2vw, 18px);
  letter-spacing: .03em;
}
#kango_st_Only .notice__actions{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 2vw, 20px);
  margin-top: 16px;
}
#kango_st_Only .notice__btn{
  color:#fff;
  background-color: #4986B5;
  text-align:center;
  border-radius: 9999px;
  padding: 12px 20px;
  font-size: clamp(12px, 1.6vw, 14px);
  line-height: 1.3;
  /* white-space: nowrap; */
  user-select:none;
  cursor:pointer;
  flex: 1 1 360px;
  max-width: 520px;
}
#kango_st_Only .notice__btn:hover{
  filter: brightness(1.05);
}
#kango_st_Only .notice__btn>a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}


/* hanamizuki.php only */
.hanamizuki-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: 30px;
}
.hanamizuki-image {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .hanamizuki-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}



/* ========== 5つの特徴 ========== */
.feature5-section {
  background: url('../img/feature5-bg-pc.jpg') center center / cover no-repeat;
  padding: 80px 0;
}
.feature5-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.feature5-header {
  text-align: center;
  margin-bottom: 20px;
}
.feature5-title-en {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  color: #464646;
  font-weight: 700;
}
.feature5-title-ja {
  font-family: 'Shippori Mincho', serif;
  font-size: 64px;
  color: #E49A9A;
  font-weight: 700;
}
.feature5-content {
  display: flex;
  gap: 0 40px;
  align-items: flex-start;
  max-width: 1180px;
  margin: 0 auto;
}
.feature5-img-block {
  flex-basis: 55.9%;
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
}
.feature5-img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: block;
}
.feature5-list {
  flex-basis: 44.1%;
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  min-width: 0;
  margin-right: 24px;
}
.feature5-item {
  border-bottom: 1px solid #8DCAD9;
  padding-bottom: 40px;
}
.feature5-item-head {
  display: flex;
  align-items: center;
  gap: 0;
}
.feature5-num {
  font-family: 'Shippori Mincho', serif;
  font-size: 48px;
  background: linear-gradient(152.15deg, #49A0B5 32.99%, #4986B5 90.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0;
  display: inline-block;
  padding-right: 0.5em;
}
.feature5-item-title {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  color: #464646;
  font-weight: 500;
  display: inline-block;
}
.feature5-item-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #464646;
  margin-top: 12px;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .feature5-section {
    background: #EAF7FA;
  }
  .feature5-title-en {
    font-size: 20px;
  }
  .feature5-title-ja {
    font-size: 38px;
  }
  .feature5-content {
    flex-direction: column;
    gap: 24px 0;
    max-width: 100%;
  }
  .feature5-img-block {
    width: 100%;
    flex-basis: 100%;
    min-width: 0;
    justify-content: flex-start;
  }
  .feature5-img {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .feature5-list {
    gap: 28px 0;
    margin: 20px 24px;
  }
  .feature5-num {
    font-size: 32px;
  }
  .feature5-item-title {
    font-size: 18px;
  }
}

/* ========== コンタクトセクション ========== */
.contact-section {
  background: linear-gradient(152.15deg, #49A0B5 32.99%, #4986B5 90.24%);
  padding: 60px 0;
}

.contact-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 60px 64px;
  justify-content: center;
  align-items: stretch;
  padding: 0 24px;
}

.contact-block {
  background: #fff;
  border-radius: 8px;
  flex: 1 1 0;
  min-width: 0;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.contact-block-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.contact-icon {
  width: 34px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.contact-tel-num {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  color: #49A0B5;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.contact-web-label {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  color: #49A0B5;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-caption {
  font-family: 'Shippori Mincho', serif;
  font-size: 12px;
  color: #464646;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .contact-section {
    padding: 36px 0;
  }
  .contact-inner {
    flex-direction: column;
    gap: 24px 0;
    max-width: 100%;
    padding: 0 24px;
  }
  .contact-block {
    width: 100%;
    min-width: 0;
    min-height: 120px;
    padding: 20px 6px;
  }
  .contact-icon {
    width: 32px;
  }
  .contact-tel-num {
    font-size: 22px;
  }
  .contact-web-label {
    font-size: 17px;
  }
  .contact-caption {
    font-size: 12px;
  }
}


/* ========== 来院される皆様へ（greeting-section） ========== */
.greeting-section {
  position: relative;
  background: #fff;
  padding: 80px 0;
  overflow: hidden;
}
.greeting-section::after {
  content: '';
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;
  height: 60%;
  background: url('../img/greeting-bg-pc.jpg') center top / cover no-repeat;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}
.greeting-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.greeting-block {
  border: 1px solid #8DCAD9;
  margin-bottom: 60px;
  padding: 60px 40px;
  background: #fff;
}
.greeting-txt-block {
  margin: 0 auto 60px;
  text-align: center;
}
.greeting-title {
  color: #49A0B5;
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
.greeting-lead {
  text-align: center;
  font-size: 17px;
  color: #464646;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 700px;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.greeting-profile {
  display: flex;
  align-items: center;
  gap: 0 48px;
  justify-content: center;
  border-top: 1px solid #8DCAD9;
  padding-top: 67px;
}
.greeting-profile-img {
  flex: 1;
}
.greeting-profile-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.greeting-profile-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.greeting-profile-title {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #464646;
  letter-spacing: 0.1em;
}
.greeting-profile-list {
  margin-bottom: 20px;
  font-size: 15px;
  color: #464646;
  font-family: 'Noto Sans JP', sans-serif;
  list-style: none;
  padding-left: 0;
  letter-spacing: 0.1em;
}
.btn-gradient-arrow.for-greeting {
  align-self: flex-start;
}
.recruit-block {
  padding: 60px 0 60px 40px;
  margin-top: 0;
}
.recruit-title {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  color: #464646;
  text-align: left;
  letter-spacing: 0.1em;
  position: relative;
}
.recruit-en {
  display: block;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #49A0B5;
  font-weight: normal;
  margin-left: 2px;
  letter-spacing: 0.1em;
}
.recruit-content {
  display: flex;
  gap: 0 50px;
  align-items: center;
  margin-top: 10px;
}
.recruit-text {
  flex: 1;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #464646;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px 0;
  letter-spacing: 0.1em;
}
.btn-gradient-arrow.for-recruit {
  align-self: flex-start;
}
.recruit-img {
  flex: 1;
}
.recruit-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 32 / 25;
  object-fit: cover;
}
@media (max-width: 768px) {
  .greeting-section {
    background: #fff;
  }
  .greeting-section::after {
    background: url('../img/greeting-bg-sp.jpg') center bottom / cover no-repeat;
    top: 60%;
    height: 70%;
  }
  .greeting-inner {
    max-width: 100%;
    padding: 0 24px;
  }
  .greeting-block {
    padding: 60px 24px;
    margin-bottom: 0px;
  }
  .recruit-block {
    padding: 30px 14px 0px;
    margin-bottom: 0px;
  }
  .recruit-title {
    font-size: 22px;
  }
  .greeting-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .greeting-lead {
    font-size: 16px;
  }
  .greeting-profile-img, .recruit-img {
    max-width: 100%;
    flex-basis: auto;
  }
  .greeting-profile, .recruit-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
  }
}

/* ========== フッター・アクセス ========== */
.footer-access-section {
  background: linear-gradient(135.36deg, #FFF8F8 2.56%, #FFE2E2 94.1%);
  padding: 80px 0;
}
.footer-access-inner {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
  padding: 0 24px;
}
.footer-access-left, .footer-access-right {
  flex: 1 1 0;
  min-width: 0;
  margin: 0 auto;
}
.footer-access-map {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
  object-fit: cover;
}
.footer-access-logo {
  width: 300px;
  height: auto;
  margin-bottom: 24px;
  display: block;
}
.footer-access-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 24px;
  font-size: 17px;
}
.footer-access-table th,
.footer-access-table td {
  text-align: left;
  vertical-align: middle;
  padding: 13px 10px 13px 0;
  font-weight: 600;
  border-bottom: none;
}
.footer-access-table th {
  width: 90px;
  color: #222;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #BFC7CA;
  position: relative;
  background: none;
}
.footer-access-table td {
  color: #464646;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #BFC7CA;
  background: none;
  border-left: none;
}
.footer-access-table tr:last-child th,
.footer-access-table tr:last-child td {
  border-bottom: 1px solid #BFC7CA;
}
.footer-access-time-table {
  width: 95%;
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #BFC7CA;
  table-layout: auto;
}
.footer-access-time-table thead th {
  color: #49A0B5;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 6px;
  border-bottom: 1px solid #BFC7CA;
  background: none;
}
.footer-access-time-table th:not(:first-child) {
  font-weight: 400;
  font-size: 16px;
}
.footer-access-time-heading {
  text-align: left;
  color: #49A0B5;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.footer-access-time-table td {
  color: #464646;
  font-size: 15px;
  background: none;
  border: none;
  vertical-align: top;
  text-align: center;
  padding: 2px 0;
}
.footer-access-time-label {
  text-align: right;
  font-size: 17px;
  font-weight: 500;
  color: #464646;
  background: none;
  border: none;
  padding-right: 10px;
  padding-left: 0;
  vertical-align: middle;
}
.footer-access-mark-col {
  background: none;
}
.footer-access-time-table tbody tr:last-child {
  border-bottom: 1.5px solid #49A0B5;
}
.mark {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 2px 2px 2px 0;
  vertical-align: middle;
  font-family: 'Noto Sans JP', sans-serif;
}
.mark-naika { background: #3DB7E7; }
.mark-riha { background: #72CC62; }
.mark-shin { background: #A577B6; }
.mark-jyun { background: orange; }
.footer-access-legend {
  margin: 12px auto 24px;
  font-size: 16px;
  color: #464646;
  display: flex;
  gap: 10px;
}
.footer-access-legend .mark {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  margin-right: 0px;
}
.footer-access-zaitaku {
  width: 95%;
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
}
.footer-access-zaitaku th,
.footer-access-zaitaku td {
  text-align: center;
  padding: 11px 0;
  border-bottom: 1px solid #BFC7CA;
  font-size: 15px;
  color: #D06868;
  font-weight: 700;
}
/* 先頭のthだけ幅を広げる */
.footer-access-zaitaku th:first-child,
.footer-access-zaitaku td:first-child {
  width: 25%;
  text-align: left;
}
/* 曜日部分は均等に */
.footer-access-zaitaku th:not(:first-child),
.footer-access-zaitaku td:not(:first-child) {
  width: calc((100% - 25%) / 6);
}
/* tbody最初のtr内の全セルの色だけ黒(464646)にする */
.footer-access-zaitaku tbody tr:first-child th,
.footer-access-zaitaku tbody tr:first-child td {
  color: #464646;
  font-weight: 700;
}
.footer-access-bottom-row {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 20px;
}
.footer-access-instagram img {
  width: 30px;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .footer-access-inner {
    flex-direction: column;
    gap: 40px 0;
    max-width: 100%;
    padding: 0 24px;
  }
  .footer-access-logo {
    max-width: 300px;
    width: 70%;
    margin-bottom: 10px;
  }
  .footer-access-time-table,.footer-access-zaitaku {
    width: 100%;
  }
  .footer-access-table th, .footer-access-table td,
  .footer-access-time-table th, .footer-access-time-table td,
  .footer-access-zaitaku th, .footer-access-zaitaku td {
    font-size: 14px;
    padding: 8px 2px;
  }
  .footer-access-time-table td {
    padding: 2px 2px;
  }
  .mark {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    margin: 0;
  }
  .footer-access-instagram img {
    width: 40px;
  }
  .footer-access-bottom-row {
    gap: 14px;
  }
  .footer-access-legend {
    display: block;
  }
  .footer-access-legend span {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
  }
}

/* ========== フッター・コンタクト ========== */
.footer-contact-section {
  background: linear-gradient(152.15deg, #49A0B5 32.99%, #4986B5 90.24%);
  padding: 60px 0;
}

.footer-contact-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 60px 64px;
  justify-content: center;
  align-items: stretch;
  padding: 0 24px;
}

.footer-contact-block {
  background: #fff;
  border-radius: 8px;
  flex: 1 1 0;
  min-width: 0;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.footer-contact-block-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.footer-contact-icon {
  width: 34px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.footer-contact-tel-num {
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  color: #49A0B5;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.footer-contact-web-label {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  color: #49A0B5;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.footer-contact-caption {
  font-family: 'Shippori Mincho', serif;
  font-size: 12px;
  color: #464646;
  font-weight: 500;
  text-align: center;
}

.footer-access-section.bg-lightblue {
  background: #ecf7fb;
}


@media (max-width: 768px) {
  .footer-contact-inner {
    flex-direction: column;
    gap: 24px 0;
    max-width: 100%;
    padding: 0 24px;
  }
  .footer-contact-block {
    width: 100%;
    min-width: 0;
    min-height: 120px;
    padding: 20px 6px;
  }
  .footer-contact-icon {
    width: 32px;
  }
  .footer-contact-tel-num {
    font-size: 22px;
  }
  .footer-contact-web-label {
    font-size: 17px;
  }
  .footer-contact-caption {
    font-size: 12px;
  }
}

/* ========== フッター・ナビゲーション ========== */
.footer-nav-section {
  background: linear-gradient(134.41deg, #EAF7FA 2.82%, #B2D4EF 95.09%);
  padding: 48px 0 0 0;
  width: 100%;
}
.footer-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 24px 36px;
}
.footer-nav-block {
  flex: 1;
  min-width: 200px;
}
.footer-nav-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #222;
  letter-spacing: 0.06em;
}
.footer-nav-list {
  padding-left: 1.3em;
  list-style-type: disc;
  margin: 0 0 0 0;
}
.footer-nav-list li::marker {
  font-size: 0.8em;
}
.footer-nav-list li {
  font-size: 14px;
  color: #464646;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.footer-nav-list li a {
  color: #464646;
  text-decoration: none;
}
.footer-nav-list li a:hover {
  text-decoration: underline;
}
.footer-copyright {
  text-align: center;
  font-size: 14px;
  color: #49A0B5;
  padding: 18px 0 28px 0;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .footer-nav-section {
    padding: 28px 0 0 0;
  }
  .footer-nav-inner {
    flex-direction: column;
    gap: 24px 0;
    max-width: 100%;
    padding: 0 24px;
  }
  .footer-nav-block {
    min-width: 0;
  }
  .footer-nav-title {
    font-size: 16px;
  }
  .footer-nav-list li {
    font-size: 13px;
  }
  .footer-copyright {
    font-size: 12px;
    padding: 12px 0 20px 0;
  }
}



/* ========== ./clinic-menu 診療案内一覧ページ ========== */
.cmn-menu-section {
  position: relative;
  width: 100vw;
  padding: 80px 0;
  background: #fff;
}
.cmn-menu-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.cmn-menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.cmn-menu-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 1s;
  cursor: pointer;
  position: relative;
}
.cmn-menu-item img {
  width: 100%;
  aspect-ratio: 340 / 240;
  object-fit: cover;
  display: block;
  height: auto;
  border-radius: 0;
}
.cmn-menu-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4px;
}
.cmn-menu-label {
  font-size: 20px;
  color: #464646;
  letter-spacing: 0.02em;
  text-align: left;
}
.cmn-menu-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #49A0B5;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s, border-color 0.4s;
  box-sizing: border-box;
  position: relative;
}
.cmn-menu-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #49A0B5;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: border-left-color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .cmn-menu-item:hover {
    opacity: 0.8;
  }
  .cmn-menu-item:hover .cmn-menu-arrow {
    background: #49A0B5;
    border-color: #49A0B5;
  }
  .cmn-menu-item:hover .cmn-menu-arrow::before {
    border-left-color: #fff;
  }
}
@media (max-width: 1000px) {
  .cmn-menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .cmn-menu-section {
    background-image: url('../img/clinic-bg-sp.jpg');
    background-position: center bottom;
    padding: 36px 0 48px 0;
  }
  .cmn-menu-list {
    grid-template-columns: 1fr;
    gap: 30px 0;
    padding-bottom: 0;
  }
  .cmn-menu-label {
    font-size: 20px;
  }
}

/* ==============================
./clinic-menu(診療案内),
./disease-guide/(疾患別),
./recruit/(採用情報),
./dictor/(医師紹介),
各ページ:共通 ============================== */
.top-header-section {
  position: relative;
  width: 100%;
  padding-top: 40.3125%;
}
.top-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-header__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.page-caption {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(18px, 3.5vw, 47px);
  color: #464646;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
  white-space: pre-line;
  position: absolute;
  top: 58%;
  left: 10%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 3;
}
@media (max-width: 768px) {
  .top-header-section {
    position: relative;
    width: 100%;
    padding-top: 120.5128%;
  }
  .page-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 30px;
    text-align: center;
  }
}
.breadcrumb {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.breadcrumb ol {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  font-size: 13px;
  color: #464646;
  font-family: 'Noto Sans JP', sans-serif;
}
.breadcrumb li a {
  color: #464646;
  text-decoration: none;
  font-weight: normal;
}
.breadcrumb li.current {
  font-weight: 700;
}
.breadcrumb li span {
  color: #464646;
  font-size: 13px;
  margin: 0 4px;
}
.clinic-internal-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 24px;
}
.clinic-internal-article {
  margin-bottom: 80px;
}
.clinic-internal-article:last-child {
  margin-bottom: 0;
}
.clinic-internal-img {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 80px;
}
.clinic-internal-heading {
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  font-size: clamp(20px, 5vw, 32px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 130%;
  color: #464646;
  margin-bottom: 60px;
  margin-bottom: clamp(24px, 6vw, 60px);
  border-bottom: 1px solid #49A0B5;
}
.clinic-internal-subheading {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  font-size: clamp(18px, 3vw, 24px);
  color: #49A0B5;
  margin-top: clamp(24px, 5vw, 50px);
  margin-bottom: clamp(16px, 3vw, 30px);
  letter-spacing: 0.2em;
}
.clinic-internal-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: clamp(14px, 2.5vw, 16px);
  color: #464646;
  letter-spacing: 0.1em;
}
.clinic-internal-checklist,
.clinic-internal-sublist {
  list-style-position: outside;
  padding-left: 18px;
}
.clinic-internal-checklist li,
.clinic-internal-sublist li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: clamp(14px, 2.5vw, 16px);
  color: #464646;
  margin-bottom: 8px;
}
.clinic-internal-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clinic-internal-checklist li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: clamp(14px, 2.5vw, 16px);
  color: #464646;
}
ul.clinic-internal-sublist li::marker {
  color: #49A0B5;
  font-size: 18px;
  font-size: clamp(16px, 2.5vw, 18px);
}
ul.clinic-internal-checklist {
  list-style: none;
  padding-left: 0;
}
ul.clinic-internal-checklist {
  position: relative;
}
ul.clinic-internal-checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url('../img/icon-check.png') no-repeat center center/contain;
}
.clinic-table {
  /* max-width: 680px; */
  background: #fff;
  box-shadow: 0 2px 8px rgba(73, 160, 181, 0.06);
  overflow: hidden;
}
.clinic-row {
  display: flex;
  border-bottom: 1px solid #e0ecef;
}
.clinic-row:last-child {
  border-bottom: none;
}
.clinic-col {
  flex: 1;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #464646;
  word-break: break-word;
  box-sizing: border-box;
  min-width: 0;
}
.clinic-col.col-day {
  flex: 0 0 140px;
  max-width: 140px;
}
.clinic-col.col-time {
  flex: 0 0 300px;
  max-width: 300px;
}
.clinic-col.col-dept {
  flex: 1 1 auto;
  min-width: 0;
}
.simple-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #464646;
  font-size: 16px;
}
.simple-table th, .simple-table td {
  border: 1px solid #464646;
  padding: 14px 12px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

@media (max-width: 768px) {
  .clinic-row {
    display: block;
    border-bottom: 12px solid #f4fafd;
    margin-bottom: 4px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(73, 160, 181, 0.04);
  }
  .clinic-col {
    display: block;
    padding: 10px 12px;
    font-size: 15px;
    border-bottom: 1px solid #e0ecef;
    text-align: left;
  }
  .clinic-col:last-child {
    border-bottom: none;
  }
  .clinic-col.col-day,
  .clinic-col.col-time,
  .clinic-col.col-dept {
    max-width: 100%;
    width: 100%;
    flex: none;
  }
}

/* ./doctor */
.doctor-profile {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.doctor-photo img {
  width: 280px;
  display: block;
}
.doctor-text {
  flex: 1;
  min-width: 0;
}
.doctor-text h2 {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .doctor-profile {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
  .doctor-photo img {
    width: 70vw;
    max-width: 300px;
  }
  .doctor-text {
    text-align: left;
    width: 100%;
  }
  .doctor-text h2 {
    font-size: 18px;
  }
}



/* ========== ./disease-guide 疾患別一覧ページ ========== */
.disease-top-section {
  width: 100vw;
  padding: 80px 0;
  background: #fff;
}
.disease-top-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.disease-top-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 32px;
}
.disease-top-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s, opacity 0.25s;
  cursor: pointer;
  position: relative;
}
.disease-top-item img {
  width: 100%;
  aspect-ratio: 249 / 180;
  object-fit: cover;
  display: block;
}
.disease-top-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4px;
  background: none;
}
.disease-top-label {
  font-size: 20px;
  color: #464646;
  letter-spacing: 0.02em;
  text-align: left;
}
.disease-top-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid #49A0B5;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  position: relative;
  box-sizing: border-box;
}
.disease-top-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #49A0B5;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 6px;
  top: 5px;
  transition: border-left-color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .disease-top-item:hover {
    opacity: 0.8;
  }
  .disease-top-item:hover .disease-top-arrow {
    background: #49A0B5;
    border-color: #49A0B5;
  }
  .disease-top-item:hover .disease-top-arrow::before {
    border-left-color: #fff;
  }
}
@media (max-width: 768px) {
  .disease-top-section {
    background-image: url('../img/onayami-bg-sp.jpg');
    padding: 36px 0 48px 0;
    background-position: center bottom;
  }
  .disease-top-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .disease-top-label {
    font-size: 20px;
  }
}



/* ========== clinic-info.html 医院情報ページ ========== */
.clinic-info-section {
  width: 100vw;
  padding: 80px 0;
  background: #fff;
}
.bgra {
  background: linear-gradient(134.41deg, #EAF7FA 2.82%, #B2D4EF 95.09%);
}
.clinic-info-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.clinic-info-heading {
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  font-size: clamp(20px, 5vw, 32px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 130%;
  color: #464646;
  margin-bottom: 60px;
  margin-bottom: clamp(24px, 6vw, 60px);
  border-bottom: 1px solid #49A0B5;
}
.clinic-info-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: clamp(14px, 2.5vw, 16px);
  color: #464646;
  letter-spacing: 0.1em;
}
.clinic-info-inner.inner-short {
  max-width: 1000px;
}
.clinic-info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.clinic-info-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 1s;
  cursor: pointer;
  position: relative;
}
.clinic-info-item img {
  width: 100%;
  aspect-ratio: 35 / 16;
  object-fit: cover;
  display: block;
  height: auto;
  border-radius: 0;
}
.clinic-info-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4px 8px;
}
.clinic-info-label {
  font-size: 20px;
  color: #464646;
  letter-spacing: 0.02em;
  text-align: left;
}
.clinic-info-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #49A0B5;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s, border-color 0.4s;
  box-sizing: border-box;
  position: relative;
}
.clinic-info-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #49A0B5;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: border-left-color 0.4s;
}
.clinic-info-gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  list-style: none;
  margin: 60px auto 80px;
  padding: 0;
}

.clinic-info-gallery-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.clinic-info-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1.5 / 1; /* 任意、画像比率に合わせて調整可 */
  object-fit: cover;
  border-radius: 0;
}

.clinic-info-gallery-label {
  display: block;
  margin-top: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  letter-spacing: 0.02em;
}
@media (hover: hover) and (pointer: fine) {
  .clinic-info-item:hover {
    opacity: 0.8;
    /* box-shadow: 0 3px 16px rgba(100, 202, 253, 0.16); */
  }
  .clinic-info-item:hover .clinic-info-arrow {
    background: #49A0B5;
    border-color: #49A0B5;
  }
  .clinic-info-item:hover .clinic-info-arrow::before {
    border-left-color: #fff;
  }
  .clinic-info-item:hover .onayami-label {
    color: #49A0B5;
  }
}
@media (max-width: 768px) {
  .clinic-info-list {
    grid-template-columns: 1fr;
    gap: 30px 0;
    padding-bottom: 0;
  }
  .clinic-info-label {
    font-size: 20px;
  }
  .clinic-info-item img {
    aspect-ratio: 340 / 240;
  }
  .clinic-info-gallery-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
