/* === Reset (Meyer v2 + minimal modern additions) === */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #111;
  font-weight: 500;
  margin: 0;
  padding: 0;
  border: 0;
/*  font: inherit; */
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote::before, blockquote::after,
q::before, q::after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* === Minimal modern additions === */
*, *::before, *::after { box-sizing: border-box; }

/* keyframes */

@keyframes fadeIn {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

/* Base typography: 10px = 1rem */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
/*  scroll-behavior: smooth; */
}
body {
  font-size: 1.7rem; /* 16px */
  line-height: 1.5;
/*
  animation-name: fadeIn;
  animation-duration: 0.2s;
  animation-fill-mode: both;
*/
}

/* */

body {
  border-top: 5px solid #193151;
}
hr { display: none; }
sup { vertical-align: super }
.clr {
  width: auto;
  zoom: 100%;
}
.clr:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
img {
  vertical-align: bottom;
  border: 0px;
}
a {
  outline: none;
  text-decoration: none;
}
strong, span, select, label, textarea, input[type="text"], input[type="tel"], input[type="email"] {
  font-size: 100%;
}
a:hover {
  color: #111;
  opacity: 0.8;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
span { color: inherit; }
strong {
  font-weight: bold;
  color: inherit;
}
.mb05em { margin-bottom: 0.5em!important; }
.mb1em { margin-bottom: 1em!important; }
.mb2em { margin-bottom: 2em!important; }
.mb3em { margin-bottom: 3em!important; }
.mb4em { margin-bottom: 4em!important; }
.mb5em { margin-bottom: 5em!important; }
.mb05rem { margin-bottom: 0.5rem!important; }
.mb1rem { margin-bottom: 1rem!important; }
.mb2rem { margin-bottom: 2rem!important; }
.mb3rem { margin-bottom: 3rem!important; }
.mb4rem { margin-bottom: 4rem!important; }
.mb5rem { margin-bottom: 5rem!important; }
.mb5px { margin-bottom: 5px!important; }
.mb10px { margin-bottom: 10px!important; }
.mb15px { margin-bottom: 15px!important; }
.txt_left { text-align: left!important; }
.txt_center { text-align: center!important; }
.txt_right { text-align: right!important; }
.w400 { font-weight: 400!important; }
.w500 { font-weight: 500!important; }
.w600 { font-weight: 600!important; }
.w800 { font-weight: 800!important; }

.disc {}
.disc > li {
  line-height: 1.6;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.1em;
  font-size: 1.7rem;
  padding: 0em 0.4em 0em 1.8em;
}
.decimal {}
.decimal > li {
  line-height: 1.6;
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1.1em;
  font-size: 1.7rem;
  padding: 0em 0.4em 0em 1.8em;
}
.common_tbl {
  width: 100%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.common_tbl th {
  font-size: 1.7rem;
  line-height: 1.4;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 0.4em;
}
.common_tbl td {
  font-size: 1.7rem;
  line-height: 1.4;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 0.4em;
}
.red {
  color: #f00;
}

/* 00) アクセシビリティ／ユーティリティ
   -------------------------------------------------- */

/* ふだんは不可視（画面外） */
.screen-reader-text{
  position: absolute;
  left: -9999px;
  top: auto; width: 1px;
  height: 1px;
  overflow:hidden;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  white-space:nowrap;
}

/* フォーカスで大きく表示（キーボード利用者向け） */
.skip-link:focus{
  position:fixed;
  left:1rem;
  top:1rem;
  width:auto;
  height:auto;
  padding: 0.6rem 1rem;
  background: #000;
  color: #fff;
  z-index:10000;
  outline:3px solid #0af;
  clip: auto;
  clip-path: none;
  white-space: normal;
}

img[data-no-upscale] {
  width:auto;
  height:auto;
  max-width:100%;
}


/* 01) ヘッダー（masthead／branding）
   -------------------------------------------------- */

#masthead {
}
#masthead .inner {
  max-width: 960px;
  width: calc(100% - 2rem);
  margin: 0 auto 0;
  position: relative;
}

.logos {
  max-width: 450px;
  width: 100%;
}
.site-branding {
  padding: 10px 0 0;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.custom-logo-link {
  margin-bottom: 1rem;
  padding-right: 0;
  display: inline-block;
}
.custom-logo-link img {
  max-width: 430px;
  width: 100%;
  height: auto;
}
.logo-bottom {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}


/* 02) グローバルナビ（デスクトップ／モバイル）
   -------------------------------------------------- */

#desktop-navigation {
}
#desktop-navigation #primary-menu {
  display: flex;
  margin: 20px 0 0;
  /* padding: 0; */
  /* list-style: none; */
  gap: 2px;
  width: 100%;
  /* flex-wrap: wrap; */
}
#desktop-navigation #primary-menu > li {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
#desktop-navigation #primary-menu > li a {
  flex: 1 1 auto;
  background: #f1f1f1;
  /* height: 64px; */
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #23426d;
  font-size: 1.7rem;
  text-align: center;
  flex-wrap: wrap;
  /* width: 100%; */
  padding: 0.4em 0;
  line-height: 1.1;
}
#desktop-navigation #primary-menu > li a:hover {
  background: #ddd;
}
#desktop-navigation #primary-menu > li a::before {
  content: "";
  background: url(./assets/navigation-icon-sprite.png) no-repeat 0 -33px;
  width: 36px;
  height: 33px;
  margin-right: 0.5rem;
  display: block;
  /* width: 100%; */
  margin: 0 auto;
}
#desktop-navigation #primary-menu > li:nth-of-type(2) a::before {
  background-position: -36px -33px;
  margin-top: 6px;
  margin-bottom: 4px;
}
#desktop-navigation #primary-menu > li:nth-of-type(3) a::before {
  background-position: -72px -33px;
}
#desktop-navigation #primary-menu > li:nth-of-type(4) a::before {
  background-position: -108px -33px;
}
#desktop-navigation #primary-menu > li:nth-of-type(5) a::before {
  background-position: -144px -33px;
}
#desktop-navigation #primary-menu > li:nth-of-type(6) a::before {
  background-position: -180px -33px;
  margin-top: 6px;
}
#desktop-navigation #primary-menu > li.current-menu-item {
}
#desktop-navigation #primary-menu > li.current-menu-item a {
  color: #fff;
  background-color: #23426d;
}
#desktop-navigation #primary-menu > li.current-menu-item a::before {
  background-position: 0 0;
}
#consult-guide #desktop-navigation #primary-menu > li:nth-of-type(2) a::before {
  background-position: -36px 0;
}
#health-checkup #desktop-navigation #primary-menu > li:nth-of-type(3) a::before {
  background-position: -72px 0;
}
#medical-partners #desktop-navigation #primary-menu > li:nth-of-type(4) a::before {
  background-position: -108px 0;
}
#access #desktop-navigation #primary-menu > li:nth-of-type(5) a::before {
  background-position: -144px 0;
}
#tcmmc #desktop-navigation #primary-menu > li:nth-of-type(6) a::before {
  background-position: -180px 0;
}

#mobile-navigation {
  display: none;
}


/* 03) メインレイアウト（primary領域）
   -------------------------------------------------- */

#primary {
  max-width: 960px;
  width: calc(100% - 2rem);
  min-height: 700px;
  margin: 0 auto 0;
}
#front-page #primary {
  padding-top: 20px;
}


/* 04) アクセス情報（ヘッダー横帯）
   -------------------------------------------------- */

.access-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 450px);
}
.access-list .access-list-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "p1 p2" "p3 p3";
  align-items: center;
  width: 100%;
  column-gap: 1rem;
}
.access-list-inner .eki-choku {
  grid-area: p1;
  display: inline-block;
  background: #23426d;
  color: #fff;
  border-radius: 5px;
  padding: 0.4rem 0.8rem;
  font-size: 1.5rem;
  justify-self: end;
  text-align: center;
}
.access-list-inner .eki-access {
  grid-area: p2;
  text-align: right;
  font-size: 1.8rem;
  width: auto;
  white-space: nowrap;
}
.access-list-inner .eki-access > span {
  display: block;
}
.chushajo {
  grid-area: p3;
  display: inline-block;
  background: #00a9ff;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
  padding: 0.8rem 2rem;
  line-height: 1;
  margin-left: auto;
}


/* 05) フロントページ
   -------------------------------------------------- */

.hero {
  margin: 0 0 clamp(1.5rem, 4vw, 3.4rem);
}
.hero img {
  max-width: 960px;
  width: 100%;
  height: auto;
}
.catch {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.3;
}
.lead-box {
  background: #eee;
  padding: 1em;
  margin-bottom: 2em;
  border-radius: 16px;
}
.lead-box h3 {
  font-size: clamp(1.8rem, 1.3vw + 1rem, 2rem);
  font-weight: 700;
  background: #8e0d5c;
  color: #fff;
  display: inline-block;
  padding: 0.2em 0.2em 0.3em;
  line-height: 1;
  margin: 1em 0 0.2em;
}
.lead-box p {
  font-size: clamp(1.7rem, 1.0vw + 1rem, 1.9rem);
  line-height: clamp(1.6rem, 1.5vw + 1em, 1.7em);
}

.tel-group {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-bottom: clamp(3rem, 4vw, 4rem);
  justify-content: space-evenly;
}
.tel-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.2rem;
  align-items: center;
  flex: 0 0 17em;
  white-space: nowrap;
}
.tel-list dt {
}
.tel-list dd {
}
.tel-list dd .t {
  font-size: 2.2rem;
}
.tel-list dd .t a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.tel-note {
  font-size: 1.5rem;
}

.shinryo_tbl_wrap {
  max-width: 850px;
  width: 100%;
  margin: clamp(1em, 5vw, 2em) auto 2em;
  padding-bottom: 1em;
}
.shinryo_tbl_inner {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
home_pic_01. {
}
.shinryo_tbl {
  margin-bottom: 0.5em;
}
.shinryo_tbl th,
.shinryo_tbl td {
  vertical-align: middle;
  padding: 0.5rem;
  text-align: center;
}
.shinryo_tbl thead th {
  background: #efeff0;
  padding: 1rem 0.5rem;
}
.shinryo_tbl thead th:first-child {
  background: #fff;
}
.shinryo_tbl thead th.sat {
  background: #c6e0fb;
}
.shinryo_tbl thead th.sun {
  background: #ffd4d4;
}
.shinryo_tbl thead th.shuku {
  background: #ffd4d4;
}
.shinryo_tbl tbody th {
  background: #efeff0;
  font-weight: 700;
  width: 13em;
}
.shinryo_tbl tbody th span {
  display: block;
  font-size: 1.5rem;
}

.oshirase-box {
  border: 2px solid #23426d;
  border-radius: 17px;
  margin-bottom: 3em;
  padding: clamp(1rem, 4vw, 2.5rem);
}
#front-page .front-post-list {

}
#front-page .front-post-item {
  display: flex;
  gap: 5em;
  align-items: flex-start;
  margin-bottom: 1.5em;
  border-bottom: 1px dashed #000;
  padding-bottom: 1rem;
}
#front-page .front-post-item:last-child {
  margin-bottom: 0;
  border-bottom: 0 none;
  padding-bottom: 0;
}
#front-page .front-post-header {
  flex: 0 0 8rem; /* 固定幅 or 最小幅 */
  font-weight: bold;
}
#front-page .front-post-content {
  flex: 1 1 auto;
  line-height: 1.45;
  font-weight: 500;
  word-break: break-all;
}
#front-page .front-post-content p {
  margin-bottom: 1.5em;
}
#front-page .front-post-content p:last-of-type {
  margin-bottom: 0;
}


/* 06) ページヒーロー／タイトル
   -------------------------------------------------- */

.page-hero {
  position: relative;
  max-width: 960px;
  margin: 0 auto 2em;
}

.page-hero-media {
  margin: 0;
}

.page-hero-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 960 / 249;
  object-fit: cover;
}

/* 上下左右ど真ん中（テキスト中央寄せ） */
.page-title {
  position: absolute;
  inset: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-title > span {
  color: #23426d;
  font-size: clamp(2rem, 2.7vw + 1rem, 3.6rem);
  display: flex;
  background: rgba(255,255,255,0.9);
  line-height: 1;
  padding: 0.5em 1.2em 0.6em;
  font-weight: 600;
  align-items: center;
}
#consult-guide .page-title > span {
  font-size: clamp(1.4rem, 2.5vw + 1rem, 3.4rem);
}
#tcmmc .page-title > span {
  font-size: clamp(1.9rem, 2.7vw + 1rem, 3.0rem);
  text-align: left;
  margin: 0 1rem;
  padding: 0.5em 0.6em 0.6em;
  line-height: 1.3;
}
#tcmmc .page-title > span br {
  display: none;
}
.page-title > span::before {
  background: url(./assets/icon-consult-guide.png) 0 50%;
  width: 37px;
  height: 37px;
  display: inline-block;
  content: "";
  /* background-size: 37px; */
  margin-right: 1rem;
}
#about .page-title > span::before {
  background: url(./assets/icon-about.png) 0 50%;
  width: 41px;
  height: 36px;
}
#health-checkup .page-title > span::before {
  background: url(./assets/icon-health-checkup.png) 0 50%;
  width: 36px;
  height: 37px;
}
#medical-partners .page-title > span::before {
  background: url(./assets/icon-medical-partners.png) 0 50%;
  width: 38px;
  height: 34px;
}
#access .page-title > span::before {
  background: url(./assets/icon-access.png) 0 50%;
  width: 23px;
  height: 31px;
}
#tcmmc .page-title > span::before {
  background: url(./assets/icon-tcmmc.png) no-repeat 0 50%;
  width: 37px;
  height: 40px;
  background-size: contain;
}
#single .page-title > span::before,
#e404 .page-title > span::before {
  background: 0 none;
  width: auto;
  height: auto;
  margin-right: 0;
}


/* 07) 共通／トピックパス／カード枠（UIパーツ）
   -------------------------------------------------- */

.breadcrumb {
  font-size: 1.4rem;
  padding: 0.5rem 0;
  min-height: 32px;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb * {
  font-weight: 400;
}
.breadcrumb__sep {
  padding: 0 0.5rem;
}

.h2-common {
  border-left: 9px solid #23426d;
  border-bottom: 1px solid #bbb;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  padding: 0 0.5em 0.3em;
}
.h2-common span {
  font-size: 1.8rem;
  font-weight: 800;
  color: #23426d;
}

.h2-square {
  font-size: 1.8rem;
  font-weight: 800;
  color: #23426d;
  margin-bottom: 0.6em;
}
.h2-square::before {
  content: "■";
}

.error-404 {
  text-align: center;
}
.error-404 p {
  display: inline-block;
  text-align: left;
}

/* 8) フッター（colophon／ナビ／住所／著作権）
   -------------------------------------------------- */

#colophon {
  border-top: 5px solid #193151;
  background: #c3e8ec;
  padding: 2rem 0;
}

#colophon .footer__inner {
  max-width: 960px;
  width: calc(100% - 2rem);
  margin: 0 auto 0;
  position: relative;
}

#footer-navigation {
}
#footer-navigation #menu-footer {
  display: flex;
  flex-wrap: wrap;           /* ← 折り返し許可 */
  justify-content: center;   /* ← 折れたときも中央 */
  gap: 0.8em;                /* ← 「｜」を使う場合は余白代わりに */
  font-size: clamp(1.3rem, calc(0.3vw + 1rem), 1.5rem);
}
#menu-footer > li {
  font-size: 1.4rem;
  font-weight: 400;
}
#menu-footer > li::after {
  content: "|";
  padding: 0 1rem;
}
#menu-footer > li:last-child::after {
  content: none;
}
#menu-footer > li > a {
  font-weight: 400;
}

.site-info .footer-address {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  margin: 1.5rem 0 0.5rem;
  flex-wrap: wrap;
}
.site-info .cl-name {
  font-weight: 600;
  padding-right: 1em;
}
.site-info .cl-address {
  font-weight: 400;
}
.site-info .copyright {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer-yoyaku-btn {
  text-align: center;
  margin-top: 0.8em;
}
.footer-yoyaku-btn a {
  display: inline-block;
  background: #91135f;
  color: #fff;
  padding: 0.3em 1em;
  line-height: 1;
  font-size: 1.5rem;
}
.fa-external-link-alt {
  color: #fff;
  margin-left: 0.3em;
  font-size: 1.4rem;
}

/* 09) to-top（固定ボタン）
   -------------------------------------------------- */

#to-top {
  position: fixed;
  right: clamp(12px, 2vw, 20px);
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 1100;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease;
}

#to-top a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .3);
  backdrop-filter: saturate(140%) blur(2px);
}

#to-top .fa-angles-up {
  color: #fff;
  font-size: 20px;
}

#to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}


@media (prefers-reduced-motion: reduce) {
  #to-top {
    transition: none;
  }
}

/* 10) single（投稿ページ）
   -------------------------------------------------- */

#single #primary {
  margin-bottom: 3em;
}
#single .title-wrap {
}
#single .title-wrap .date {
  text-align: right;
  font-size: 1.6rem;
  margin-bottom: 2em;
  margin-top: -5px;
}
#single .page-content p {
  margin-bottom: 1.5em;
}
#single .page-content p:last-of-type {
  margin-bottom: 0;
}
#single .back-btn {
  text-align: center;
  margin: 2em 0 0;
}
#single .btn-back {
  display: inline-block;
  padding: 0.6em 1.2em;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #f7f7f7;
  background: #23426d;
}
#single .btn-back:hover {

}

@media (max-width: 991.98px) {

  #desktop-navigation #primary-menu > li a {
/*    font-size: clamp(0.5rem, 0.5vw + 1rem, 1.6rem);*/
  }

}

@media (max-width: 859.98px) {

  .logos {
    max-width: none;
    width: calc(100% - 60px);
  }
  .site-branding {
    flex-wrap: wrap;
  }
  .access-list {
    width: 100%;
  }
  .access-list .access-list-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "p1 p3" "p2 p2";
    width: 100%;
  }
  .access-list-inner .eki-choku {
    justify-self: auto;
    font-size: clamp(0.8rem, 1vw + 1rem, 1.5rem);
  }
  .access-list-inner .eki-access {
    font-size: 1.4rem;
    white-space: normal;
    text-align: center;
/*    background: #ddd; */
    margin-top: 0.5rem;
    padding: 0.2rem 0;
  }
  .access-list-inner .eki-access > span {
    display: inline;
    padding-right: 1em;
  }
  .chushajo {
    font-size: clamp(0.8rem, 0.8vw + 1rem, 1.5rem);
    padding: 0.4rem 0.8rem;
    line-height: 1.5;
    margin-left: 0;
    text-align: center;
  }

  #desktop-navigation #primary-menu {
    display: none;
  }

/* === Mobile Drawer: 最小版・後勝ちオーバーライド === */
  /* トグルボタン：必要最低限 */
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(44px, calc(40px + 2vw), 56px);
    height: clamp(44px, calc(40px + 2vw), 56px);
    padding: 0 .8rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #23426d;
    line-height: 1;
    z-index: 1100;
    position: fixed;
    top: calc(env(safe-area-inset-top) + 15px);
    right: clamp(12px, 2vw, 20px);
    cursor: pointer;
  }
  .menu-toggle .fa-solid {
    color: #fff;
  }

  /* ドロワー本体（右から） */
  #mobile-navigation {
    position: fixed;
    inset: 0 0 0 auto;               /* 画面全高・右寄せ */
    width: min(90vw, 360px);
    transform: translateX(100%);     /* 閉じ */
    transition: transform 200ms ease;
    background: #fff;
    box-shadow: -8px 0 24px rgba(0,0,0,.12);
    z-index: 1000;
    display: flex;                    /* 中身スクロール用に縦積み */
    flex-direction: column;
  }

  /* 内側スクロール領域（どちらか存在する方に効く） */
  #mobile-navigation .mnav__inner,
  #mobile-navigation .menu {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.8rem;
    margin-top: 0.5em;
  }
  #mobile-navigation .menu > li {

  }
  #mobile-navigation .menu > li a {
    border-bottom: 1px dashed #333;
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
    display: inline-block;
    font-size: 1.6rem;
  }
  #mobile-navigation .menu > li:nth-of-type(6) a {
    letter-spacing: -1px;
  }
  #mobile-navigation .menu > li.current-menu-item a {
    font-weight: 800;
  }
  #mobile-navigation .logo {
    margin-left: 11px;
  }
  #mobile-navigation .logo img {
    max-width: 50px;
    width: 100%;
    height: auto;
  }
  /* 背景幕 */
  .mnav__backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.32);
    backdrop-filter: blur(1px);
    z-index: 999;
  }
  /* 開状態（bodyフラグ） */
  body.is-menu-open #mobile-navigation { transform: translateX(0); }
  body.is-menu-open { overflow: hidden; }
  body.is-menu-open .mnav__backdrop { display: block; }

}
/* 860px以上では完全に非表示（PCナビ優先） */
@media (min-width: 860px) {
  .menu-toggle,
  #mobile-navigation,
  .mnav__backdrop { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  #mobile-navigation { transition: none; }
}



@media (max-width: 767.98px) {

  .catch {
    font-size: clamp(2.2rem, 3vw + 1rem, 3rem);
  }
  .lead {
    font-size: clamp(1.7rem, 1.5vw + 1rem, 1.9rem);
  }

  .shinryo_tbl_inner {
    justify-content: left;
  }
  .shinryo_tbl_wrap {
    max-width: none;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: relative;
  }
  .shinryo_tbl {
    min-width: 590px;
    width: 100%;
  }

  #front-page .front-post-item {
    gap: 1em;
    flex-wrap: wrap;
  }
  #front-page .front-post-content {
    flex-basis: 100%;
  }

  #tcmmc .page-title > span br {
    display: inline;
  }


}

@media (max-width: 575.98px) {

  .tel-group {
    gap: 1em;
    justify-content: left;
    flex-wrap: wrap;
  }

  .breadcrumb {
    visibility: hidden;
    padding: 0;
    height: clamp(1rem, 2vw + 1rem, 2rem);
    min-height: auto;
  }

  .page-hero-img {
    height: 170px;
  }

}

@media (max-width: 474.98px) {

  .logo-bottom {
    font-size: 1.1rem;
    letter-spacing: -1px;
    white-space: nowrap;
    overflow: hidden;
  }

  .access-list-inner .eki-access > span {
    display: block;
    padding-right: 0;
  }

  #consult-guide .page-title > span {
    padding: 0.5em 0.8em 0.6em
  }

  #mobile-navigation .menu > li:nth-of-type(6) a {
    letter-spacing: -2px;
  }

}


@media (max-width: 375px) { /* 374.98 */

  .chushajo {
    letter-spacing: -1px;
  }

  .site-info .cl-address {
  }
  .site-info .cl-address > span {
    display: block;
  }

}
