.container {
  width: min(860px, 100%);
  margin: 0 auto;
}
.w-10 {
  width: 10% !important;
}
.w-30 {
  width: 30% !important;
}
.w-60 {
  width: 60% !important;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}

.rw-30 {
  width: 30% !important;
}
.rw-50 {
  width: 50% !important;
}
.rw-70 {
  width: 70% !important;
}
.rw-80 {
  width: 80% !important;
}
@media (max-width: 576px) {
  .rw-30 {
    width: 100% !important;
  }
  .rw-50 {
    width: 100% !important;
  }
  .rw-70 {
    width: 100% !important;
  }
  .rw-80 {
    width: 100% !important;
  }
}
:root {
  --nj-bl-color: #80ace1;
  --nj-blt-color: #7faee3;
  --nj-ora-color: #ffc000;
  --nj-blw-color: #dde9f9;
}

* {
  color: #555;
  /*font-size:calc(clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem)*1.2);*/
  font-size: clamp(13px, 1.8vw, 16px);
}
@media (max-width: 576px) {
  body {
    padding-bottom: 40px;
  }
}

.fn-s {
  font-size: clamp(8px, 1.5vw, 14px);
}

@font-face {
  font-family: "GenJyuuGothicX";
  src: url("/fonts/GenJyuuGothicX-Heavy.woff2") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MgenPlus2M";
  src: url("/fonts/mgenplus-2m-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rounded Mplus 2p";
  src: url("/fonts/MPLUSRounded1c-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Rounded Mplus 2p";
  src: url("/fonts/MPLUSRounded1c-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

.stretched-link {
  text-decoration: none;
}
body {
  font-family:
    "Meiryo UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.mg {
  font-size: 240%;
  font-family: "GenJyuuGothicX", sans-serif;
  font-weight: 600;
  color: #7eade3;
  filter: drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff)
    drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
}

.p {
  margin-bottom: 1rem;
}

/* ヘッダー */
.vnone {
  display: none;
}
@media (max-width: 576px) {
  nav.pfnav {
    display: none !important;
  }
}
.pfnav .nav-item:hover,
.pfnav .nav-item:focus-within {
  outline: none;
  box-shadow: none;
  border: none;
}
.offcanvas {
  width: 200px;
}

.offcanvas .nav-link {
  padding: 0.75rem 1rem;
  font-size: 1rem;
}

.h-logo a {
  text-decoration: none;
}
.h-logo-name {
  font-size: 160%;
  letter-spacing: 0.2rem;
  font-family: "MgenPlus2M", sans-serif;
  font-weight: 600;
  color: #7eade3;
  filter: drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff)
    drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
}
.h-logo-tel {
  margin-right: 1rem;
  color: #7eade3;
  background-color: #fff;
  font-size: 110%;
  padding: 0 0.2rem;
  letter-spacing: 0.1rem;
  font-family: "MgenPlus2M", sans-serif;
  font-weight: 600;
  filter: drop-shadow(0px 0px 3px #ccc) drop-shadow(0px 0px 3px #ccc);
}
.h-logo-teln {
  color: #606060;
  font-size: 140%;
  letter-spacing: 0rem;
  font-family: "GenJyuuGothicX", sans-serif;
  font-weight: 400;
}
.h-logo-imgw {
  margin-right: 1rem;
}
.h-logo-img {
  /*
  filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 5px #fff)
    drop-shadow(0px 0px 10px #fff);
  */
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  height: 60px;
  width: auto;
}
@media (max-width: 767.98px) {
  .h-logo-img {
    height: 32px; /* スマホ用に小さく */
  }
}
@media (max-width: 991.98px) {
  .navbar-toggler.d-lg-none {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1050;
  }
}
.fnavbtn {
  font-size: 110%;
  color: #7eade3;
  background-color: #7eade3;
  border-radius: 3px;
}
.fnavbtn .navbar .nav-item:hover,
.fnavbtn .navbar .nav-item:focus-within {
  outline: none;
  box-shadow: none;
  border: none;
}
.header-actions .btn {
  padding: 12px 20px;
  white-space: nowrap;
}
.header-actions.is-fixed {
  position: fixed;
  right: 20px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header-actions.is-fixed .btn {
  width: 28px;
  height: 110px;
  padding: 6px 2px;
  font-size: 0.9rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  line-height: 1.1;
  border: 3px solid #fff;
  border-radius: 999px;
}
/* 縦書き */
.header-actions.is-fixed .btn-reserve {
  width: 26px;
  height: 110px;
  padding: 6px 2px;
  font-size: 0.9rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  line-height: 1.2;
  border-radius: 999px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
/* ヘッダー */

/* フッター */
footer {
  padding-top: 5ic;
  padding-bottom: 1ic;
  background-color: #dceffe;
}
.info hgroup {
  margin-bottom: 0.5ic;
}
.info hgroup h3 {
  color: var(--nj-blt-color);
  font-size: calc(clamp(0.625rem, 0.489rem + 0.68vw, 1rem) * 0.8);
  padding-bottom: 0.3rem;
  margin-bottom: 0.1ic;
  font-family: Arial, Helvetica, sans-serif;
}
.info hgroup h2 {
  color: var(--nj-blt-color);
  font-size: calc(clamp(0.825rem, 0.689rem + 0.68vw, 1rem) * 1.8);
  letter-spacing: 0.2rem;
  font-family: "Rounded Mplus 2p";
  font-weight: 600;
}

.fhinfo {
  width: 80%;
  text-align: center;
  margin: 0 auto 4ic auto;
}
.fhinfo-address {
  text-align: center;
  margin-bottom: 0.2rem;
  font-size: 100%;
}
.fhinfo-tel {
  text-align: center;
  margin: 0 auto;
}
.fhinfo-tel span {
  font-size: 70%;
  font-weight: normal;
  border-radius: 0;
  padding: 0.3rem 0.5rem;
  margin-top: 0.1rem;
  margin-right: 0.5rem;
  background-color: var(--nj-blt-color);
}
.fhinfo-tel tel {
  margin-bottom: 0px;
  font-size: 160%;
  font-family:
    "Meiryo UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.fbinfo .p .text-aqua {
  margin-right: 0.5rem;
}
.timet {
  table-layout: fixed;
}
.timet .th {
  width: 8ic;
}
.timet th {
  padding: 0.25rem;
  text-align: center;
  vertical-align: middle;
  border-bottom-width: 5px;
  border-color: #dceffe;
  color: #666;
  font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
  font-weight: normal;
}
.timet td {
  padding: 0.25rem;
  text-align: center;
  vertical-align: middle;
  border-bottom-width: 5px;
  border-color: #dceffe;
  color: #666;
  font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}
.timet .tmin {
  font-size: calc(clamp(0.625rem, 0.489rem + 0.68vw, 1rem) / 1.5);
}
.ftnav {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.ftnav li a {
  font-size: 96%;
  text-decoration: none;
}
.fbanner {
  text-align: center;
  margin: 0 auto;
}
.fbanner li {
  margin-bottom: 2rem;
}
.fbanner li a img {
  max-height: 60px;
  height: auto;
}

.fcopy {
  text-align: center;
  color: #99d0ff;
  font-size: clamp(0.5rem, 0.364rem + 0.68vw, 0.875rem);
}
.fbottomnav {
  height: 100%;
  max-height: 40px;
  border-top-color: #fff;
  background-color: #dceffe;
  padding: 0;
}
.fbottomnav .col {
  background-color: #dceffe;
}
.fbottomnav .fnav-link {
  color: #2a50a1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.fbottomnav .fnav-icon {
  width: 28px;
  height: auto;
  max-height: 28px;
  object-fit: contain;
  margin-right: 0.5rem;
}
.f1banner div {
  font-size: 120%;
  top: 5px;
  left: 10px;
  color: #fff;
  filter: drop-shadow(0px 0px 5px #000) drop-shadow(0px 0px 5px #000);
}
.f1banner img {
  max-height: 100px;
}
.f1banner img:hover {
  filter: brightness(60%);
}
/* フッター */
.bg-f-blue {
  background-color: #fff;
}
/* トップ: */
hgroup {
  margin: 1vw auto 3vw auto;
  text-align: center;
}
@media (max-width: 767px) {
  hgroup {
    margin-top: 0ic;
    margin-bottom: 1ic;
  }
}
hgroup .h-ic {
  text-align: center;
  height: calc(10px * 0.5vw);
  max-height: 30px;
}
hgroup .h-ic img {
  height: calc(10px * 0.5vw);
  max-height: 30px;
}
hgroup h3 {
  margin: 0px auto 0.1rem auto;
  padding: 0 2rem 0.5rem 2rem;
  display: inline-block;
  text-align: center;
  color: #666;
  font-size: clamp(10px, 1.5vw, 14px);
  /*font-size:clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);*/
  font-family: "Noto Sans JP", sans-serif;
  clear: both;
}
hgroup h2 {
  margin: 0 auto 0 auto;
  width: 100%;
  letter-spacing: 1rem;
  text-align: center;
  color: var(--nj-blt-color);
  font-size: clamp(18px, 5vw, 48px);
  /*font-family: "Rounded Mplus 2p", sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  clear: both;
}
hgroup h2 .txt-wrap {
  color: #888;
  font-size: clamp(18px, 5vw, 48px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  clear: both;
}
.sc-h hgroup {
  margin-bottom: 1rem;
}
.sc-h hgroup h2 {
  font-size: clamp(14px, 3vw, 48px);
}
.sc-h hgroup h2 .txt-wrap {
  font-size: clamp(14px, 3vw, 48px);
}

hgroup h3 .g {
  color: #666;
}

/* トップ */
main.fm section {
  /*白+w100*/
  margin: 2ic auto;
  padding-top: 2ic;
  padding-bottom: 2ic;
  /*padding-bottom:3ic;*/
  text-align: center;
  /*background-color: #fff;*/
}
main.fm section.fm {
  /*青+w100*/
  margin: 2ic auto;
  padding-top: 2ic;
  padding-bottom: 2ic;
  /*padding-bottom:3ic;*/
  text-align: center;
  /*background-color: #dceffe;*/
  background-color: #f1f6fc;
}
main.fm .top_section {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
.fp {
  margin-bottom: 4ic;
}
@media (max-width: 767px) {
  main.fm section {
    padding-bottom: 2ic;
  }
  main.fm section.fm {
    padding-bottom: 2ic;
  }
  .fp {
    margin-bottom: 2ic;
  }
}
main.fm section.bottom-sec {
  margin-bottom: 0px;
}
.bg-aqua {
  background-color: #f1f6fc;
}
.aqua {
  background:
    radial-gradient(circle, #fff 2px, transparent 2.5px),
    radial-gradient(circle, #fff 2px, transparent 2.5px);
  background-size: 20px 20px;
  background-position:
    0 0,
    10px 10px;
}

.se-title {
  width: 90%;
  text-align: center;
  color: #99d0ff;
  /*font-size:clamp(0.575rem, 0.584rem + 0.45vw, 1.125rem);*/
  font-size: 90%;
  padding: 0.3rem 0 0.3rem 0;
  margin: 0 auto 1.5rem auto;
  border-bottom: 1px solid #aaa;
  clear: both;
}
.se-link {
  position: relative;
  width: 100%;
  /*font-size:clamp(0.575rem, 0.584rem + 0.45vw, 1.125rem);*/
  font-size: 100%;
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 0;
  background-color: var(--nj-blw-color);
  color: var(--nj-bl-color);
}
@media (max-width: 576px) {
  .se-link {
    width: auto;
    padding-right: 2rem;
  }
}
/*
.se-link:after {
  position: absolute;
  content: "▶";
  color: #fff;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
*/
.se-link:hover {
  background-color: var(--nj-bl-color);
  color: var(--nj-blw-color);
}
.text-aqua {
  color: var(--nj-bl-color);
}
.timg-button {
  margin: 0 auto 2rem auto;
  width: 100%;
  border-radius: 0;
  background-color: var(--nj-blw-color);
  color: var(--nj-bl-color);
  /*padding:1.2rem 3rem 1.5rem 3rem;*/
  padding: 1.2vw 3vw 1.2vw 3vw;
  font-size: clamp(0.675rem, 0.784rem + 0.45vw, 1.125rem);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.timg-button:hover {
  background-color: var(--nj-bl-color);
  color: var(--nj-blw-color);
}
.cir-title {
  width: 100%;
  padding: 0.3rem;
  text-align: center;
}
.cir-title h3 {
  font-size: clamp(0.5rem, 0.364rem + 0.68vw, 0.875rem);
}
.cir-title h2 {
  color: #000;
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.sc-h {
  margin-bottom: 2rem;
}
.sc-b {
  margin-bottom: 5rem;
}
.sc-f {
  margin-bottom: 4rem;
}
/* トップ */

/* トップ: お知らせ・院長の独り言 */
/* トップ: お知らせPC表示：3カラム横並び */
@media (min-width: 768px) {
  #news-carousel {
    overflow: visible !important;
    flex-wrap: wrap;
  }
  .news-card {
    flex: 0 0 32%;
    margin: 1%;
    scroll-snap-align: none;
    border: none;
  }
  #scroll-prev,
  #scroll-next {
    display: none;
  }
}
/* トップ: お知らせスマホ表示：横スクロール＋スナップ */
#news-carousel::-webkit-scrollbar {
  display: none; /* スクロールバー非表示 */
}
.news-card {
  scroll-snap-align: start;
}
/* トップ: 院長のひとりごとPC */
@media (min-width: 768px) {
  #ftopic-carousel {
    overflow: visible !important;
    flex-wrap: wrap;
  }
  .ftopic-card {
    flex: 0 0 32%;
    margin: 1%;
    scroll-snap-align: none;
    border: none;
  }
  #ftopic-scroll-prev,
  #ftopic-scroll-next {
    display: none;
  }
}
/* トップ: 院長のひとりごとスマホ表示：横スクロール＋スナップ */
#ftopic-carousel::-webkit-scrollbar {
  display: none; /* スクロールバー非表示 */
}
.ftopic-card {
  scroll-snap-align: start;
}

a.d-block,
a.d-block:hover,
a.d-block:focus {
  text-decoration: none !important;
}
a.d-block {
  color: inherit;
}
a.d-block:hover {
  color: inherit;
}
.sfcard {
  text-align: left;
}
.sf-h {
  margin-bottom: 0.5rem;
}
.sf-h .sf-cat {
  text-align: left;
}
.sf-h .sf-cat span {
  font-size: 80%;
  background-color: #99d0ff;
  color: #fff;
  padding: 0rem 1rem 0rem 1rem;
}
.sf-h .sf-date {
  font-size: 80%;
  text-align: right;
  padding: 0.2rem;
}
.sf-h4 {
  text-align: left;
  font-size: 120%;
  margin-bottom: 0.5rem;
}
.sf-p {
  font-size: 100%;
  text-align: left;
  height: 4.6ic;
  overflow: hidden;
}
.sf-link {
  text-align: right;
  margin-bottom: 1rem;
}
.sf-img {
  width: 80%;
  text-align: center;
  height: 140px;
  max-height: 140px;
  overflow: hidden;
  padding: 5px;
  margin: 1rem auto;
}
.sf-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
/* トップ: お知らせ・院長の独り言 */

.smfont {
  font-size: 80%;
}

.btn-kinmu {
  background-color: #dceffe;
  color: #000;
  font-size: clamp(0.825rem, 0.489rem + 0.68vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-style: nomal;
  font-weight: 900;
}
.btn-kinmu:hover {
  background-color: #2a50a1;
  color: #fff;
}
.btn-f-yellow {
  background-color: #ffc000;
  color: #000;
  font-size: clamp(0.825rem, 0.489rem + 0.68vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.btn-f-yellow:hover {
  background-color: #2a50a1;
  color: #fff;
}
/* スマホナビ */
.pfnav .nav-item .dropdown-toggle {
  box-shadow: none !important;
}
/*
.pfnav .nav-justified .active {
  border-bottom: 3px solid #2a50a1;
}
.pfnav .nav-justified .nav-item:hover {
  border-bottom: 3px solid #2a50a1;
}
*/
.pfnav .nav-justified .nav-item:hover .nav-img img {
  /*
  filter: brightness(0) saturate(100%) invert(75%) sepia(7%) saturate(2333%) hue-rotate(355deg) brightness(120%) contrast(99%);
  */
  filter: contrast(500%) hue-rotate(231deg);
}
.pfnav .nav-justified .active .nav-img img {
  /*
  filter: brightness(0) saturate(100%) invert(75%) sepia(7%) saturate(2333%) hue-rotate(355deg) brightness(120%) contrast(99%);
  */
  filter: contrast(500%) hue-rotate(231deg);
}

.pfnav .nav-justified .nonb:hover {
  border-bottom-width: 0;
  background-color: #fff;
}
.fnav .nav-link {
  color: #2a50a1;
  font-size: clamp(0.825rem, 0.489rem + 0.68vw, 1rem);
}
.fnav {
  border-left: 1px solid #7eade3;
}
.fnav .rl {
  border-right: 1px solid #7eade3;
}
.fnav .nav-link .nav-e {
  color: #2a50a1;
  font-size: calc(clamp(0.5rem, 0.432rem + 0.34vw, 0.688rem) * 0.9);
}
.fnav .nav-link .nav-j {
  color: #636363;
  font-size: calc(clamp(0.625rem, 0.489rem + 0.68vw, 1rem) * 0.9);
  font-family: "Noto Sans JP", sans-serif;
}
.fnav .nav-link .nav-img {
  padding: 3px;
  margin-bottom: 0.2rem;
}
.fnav .nav-link.dropdown-toggle {
  position: relative;
  padding-right: 0;
}
.fnav .nav-link.dropdown-toggle::after {
  display: none;
}
.nav-img img {
  height: 28px;
  max-height: 40px;
}
.sfvavbtn {
  font-size: 140%;
  background-color: #7eade3;
}
.sfnav {
  background-color: #7eade3;
  color: #fff;
}
.sfnav.offcanvas-end {
  width: 250px;
}
.sfnav .offcanvas-title {
  color: #fff;
}
.sfnav .offcanvas-title button {
  color: #fff;
}
.sfnav .nav-item {
  border-bottom: 1px solid #fff;
}
.sfnav .nav-item div {
  color: #fff;
  font-size: 110%;
  border-color: #fff;
}
.sfnav .nav-j {
  display: inline-block;
}
.sfnav .nav-link {
  font-size: 140%;
  padding: 1rem;
}
.sfnav .nav-item div .sfnav .nav-link .a {
  color: #fff;
}
.sfnav .dropdown-toggle::after {
  color: #fff;
}
.sfnav .dropdown-menu {
  width: 100%;
}
.sfnav .dropdown-item {
  padding: 0.75rem;
  font-size: 130%;
}
.sfnav .sfnavb .spnav {
  padding-right: 0;
  color: #2a50a1;
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}
.sfnav .sfnavb .spnav img {
  width: 28px;
  height: auto;
  object-fit: contain;
  margin-left: 1rem;
  margin-right: 0.2rem;
}
/* スマホナビ */

/* 上へ */
.btnup {
  display: none;
  color: #7eade3;
  bottom: 50px;
  right: 20px;
  z-index: 999;
}
.btnup .img-up {
  display: block;
  padding: 3px;
  width: 100%;
  max-width: 40px;
  height: auto;
}
/* 上へ */

/*--- HEADER ---*/
.chero {
  border-width: 0;
}
.chero img {
  border-width: 0;
  border-radius: 0;
}
.ftitle {
  letter-spacing: 0.5rem;
  color: #7eade3;
  font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);
  /*font-family: "M PLUS Rounded 1c", "Yu Gothic", "Meiryo", sans-serif;*/
  /*font-family: "Rounded Mplus 2p", sans-serif;*/
  /*font-family: "GenJyuuGothicX", sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow:
    2px 2px 1px #ffffff,
    -2px 2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    2px 0px 1px #ffffff,
    0px 2px 1px #ffffff,
    -2px 0px 1px #ffffff,
    0px -2px 1px #ffffff;
}
.fbread {
  padding: 0.5rem;
  background-color: #7eade3;
  height: 2.6rem;
  overflow: hidden;
}

.timet1 {
  width: 90%;
  margin: 0 auto;
  table-layout: fixed;
}
.timet1 .th {
  width: 8ic;
}
.timet1 th {
  padding: 0.25rem;
  text-align: center;
  vertical-align: middle;
  border-bottom-width: 5px;
  border-color: #fff;
  background-color: #fff;
  color: #666;
  font-size: calc(clamp(0.625rem, 0.489rem + 0.68vw, 1rem) * 0.9);
  font-weight: normal;
}
.timet1 td {
  padding: 0.25rem;
  text-align: center;
  vertical-align: middle;
  border-bottom-width: 5px;
  border-color: #fff;
  background-color: #fff;
  color: #666;
  font-size: calc(clamp(0.625rem, 0.489rem + 0.68vw, 1rem) * 0.9);
}
.timet1 .tmin {
  font-size: calc(clamp(0.625rem, 0.489rem + 0.68vw, 1rem) / 1.5);
}

h3.fw {
  font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);
  font-family: "M PLUS Rounded 1c", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700; /* Bold */
  font-style: normal;
}
h3.fb {
  position: relative;
  margin: 0 auto 0 auto;
  display: inline-block;
  font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);
  font-family: "M PLUS Rounded 1c", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700; /* Bold */
  font-style: normal;
  color: rgb(41, 80, 161);
  margin-bottom: 2ic;
  clear: both;
  z-index: 1;
}
h3.fb:before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0.12ic;
  width: 110%;
  height: 0.2ic;
  left: -5%;
  background-color: #dceffe;
  border-radius: 5px;
  clear: both;
  z-index: -1;
}
h3.fm {
  position: relative;
  margin: 0 auto 0 auto;
  display: inline-block;
  font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);
  font-family: "M PLUS Rounded 1c", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700; /* Bold */
  font-style: normal;
  color: rgb(41, 80, 161);
  margin-bottom: 2ic;
  z-index: 1;
}
h3.fm:before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0.12ic;
  width: 110%;
  height: 0.2ic;
  left: -5%;
  border-radius: 5px;
  background-color: #fff;
  z-index: -1;
}
h3.fmm {
  width: 16ic;
}
h3.fmm:before {
  width: 16ic;
}
/* 見出し1 */

h4.fsq {
  margin: 0px auto 3ic auto;
  position: relative;
  width: 10ic;
  text-align: center;
  padding: 1.5ic 0.5ic 1.5ic 0.5ic;
  color: rgb(41, 80, 161);
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
}
h4.fsq {
  display: inline-block;
  padding: 1ic 2ic;
  margin-bottom: 2ic;
  width: auto;
  clear: both;
}
h4.fsq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 50%;
  border-top: 1px solid rgb(41, 80, 161);
  border-left: 1px solid rgb(41, 80, 161);
}
h4.fsq::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  height: 50%;
  border-right: 1px solid rgb(41, 80, 161);
  border-bottom: 1px solid rgb(41, 80, 161);
}
h4.fb {
  margin: 0px auto 3ic auto;
  text-align: center;
  padding: 1.5ic 0.5ic 1.5ic 0.5ic;
  color: rgb(41, 80, 161);
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
}
h5.fb {
  color: #2a50a1;
  margin-bottom: 3ic;
}
h5.fc {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  color: #2a50a1;
  margin-bottom: 1ic;
}

/* TOP Greeting */
.f-imgtext {
  /*margin-bottom:3rem;*/
  margin-bottom: calc(4 * 1vw);
}
.f-imgtext p {
  margin: 0px;
  line-height: 2.4;
  color: #000;
  text-shadow:
    1px 1px 2px #fff,
    0 0 1em #fff,
    0 0 0.2em #fff;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 576px) {
  .f-imgtext p {
    line-height: 2;
  }
}
.c-greeting {
  position: relative;
  border: none;
  position: relative;
  background-image: url("/assets/images/top/tp00.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0 12rem 0;
}

.c-introduction {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  padding: 2rem 0 12rem 0;
}
.c-introduction::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/top/bg_introduction.png");
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
  z-index: 1;
}
.c-introduction > .overlay-content {
  position: relative;
  z-index: 2;
}

.c-reservation {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  padding: 2rem 0 12rem 0;
}
.c-reservation::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/top/bg_reservation.png");
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
  z-index: 1;
}
.c-reservation > .overlay-content {
  position: relative;
  z-index: 2;
}

.c-recruit {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  padding: 2rem 0 12rem 0;
}
.c-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/top/bg_recruit.png");
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
  z-index: 1;
}
.c-recruit > .overlay-content {
  position: relative;
  z-index: 2;
}

@media (max-width: 576px) {
  .overlay-content {
    position: relative;
    z-index: 2;
  }
  .c-greeting {
    background-image:
      linear-gradient(to bottom, transparent 70%, white 100%),
      url("/assets/images/top/tp00.png");
    padding: 2rem 0 2rem 0;
  }
  .c-introduction {
    padding: 2rem 0 2rem 0;
  }
  .c-introduction::before {
    background-image:
      linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0) 80%,
        rgba(255, 255, 255, 1)
      ),
      linear-gradient(
        to right,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0) 80%,
        rgba(255, 255, 255, 1)
      ),
      radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 40%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 1) 100%
      ),
      url("/assets/images/top/bg_introduction.png");
  }
  .c-reservation {
    padding: 2rem 0 2rem 0;
  }
  .c-reservation::before {
    background-image:
      linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0) 80%,
        rgba(255, 255, 255, 1)
      ),
      linear-gradient(
        to right,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0) 80%,
        rgba(255, 255, 255, 1)
      ),
      radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 40%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 1) 100%
      ),
      url("/assets/images/top/bg_reservation.png");
  }
  .c-recruit {
    padding: 2rem 0 2rem 0;
  }
  .c-recruit::before {
    background-image:
      linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0) 80%,
        rgba(255, 255, 255, 1)
      ),
      linear-gradient(
        to right,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0) 80%,
        rgba(255, 255, 255, 1)
      ),
      radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 40%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 1) 100%
      ),
      url("/assets/images/top/bg_recruit.png");
  }
}
/* TOP Greeting */

main.fm .section-map {
  margin: 0;
  padding: 0;
  height: 20rem;
}
main.fm .section-map div {
  height: 100%;
}
main.fm .section-map iframe {
  width: 100%;
  height: 100%;
  line-height: 0;
  margin-bottom: 0;
}
main.fm .section-bottom {
  padding-bottom: 2ic;
  margin-bottom: 0px;
}
main.fm .section-bottomb {
  padding-bottom: 2ic;
  margin-bottom: 0px;
  background-color: #dceffe;
}

div.fb {
  width: min(100%, 860px);
  text-align: center;
  padding: 3ic 3ic;
  background-color: #dceffe;
  border-radius: 10px;
  margin-bottom: 5ic;
}
div.fw {
  width: min(100%, 860px);
  text-align: center;
  padding: 3ic 3ic;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 5ic;
}
div.fbbw {
  width: min(100%, 860px);
  text-align: center;
  padding: 3ic 3ic;
  border: 3px solid #dceffe;
  border-radius: 10px;
  margin-bottom: 5ic;
}

ul.kuro {
  margin: 0 auto 5ic auto;
}
@media (min-width: 992px) {
  ul.kuro {
    width: 64vw;
  }
}
ul.kuro li {
  margin-bottom: 1ic;
  line-height: 1.5ic;
  text-align: left;
  margin-left: 0.5ic;
}

ul.kuro li:last-child {
  margin-bottom: 0;
}
.fbtn {
  display: inline-block;
  width: max(60%, 42vw);
  background-color: #2a50a1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-family: "M PLUS Rounded 1c", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 100; /* Bold */
  font-style: normal;
  border: 2px solid #2a50a1;
}
.fbtn:hover {
  background-color: #dceffe;
  color: #2a50a1;
}
.text-fb {
  color: #2a50a1;
}
.fsn {
  font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}

/* TOP */
.card {
  border: 0px;
  border-radius: 0;
}
/* TOP */

/* TOPICS */
.tp-h h4 {
  color: #7eade3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.tp-date {
  color: #000;
  font-size: 90%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.tp-h4 {
  color: #7eade3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-bottom: 1rem;
}
.tp-h5 {
  color: #7eade3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-bottom: 1rem;
}
.tp-h5 a {
  color: #7eade3;
}
.tpbox {
  text-align: left;
  border-top: 1px solid #666;
  margin-bottom: 5rem;
}

.trow {
  padding-top: 2ic;
  padding-bottom: 2ic;
  border-bottom: 1px solid #666;
}
.tab-content {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
h5.ds {
  color: #2a50a1;
  padding: 3px 0px 3px 0px;
}
.rrow {
  text-align: left;
  text-decoration: none;
  margin-bottom: 1ic;
  border-bottom: 1px solid #dee2e6;
}
.rrow:last-child {
  border-bottom: 0;
}
.fcb {
  padding: 0.5rem 0 0.5rem 0;
}
/* TOPICS */

/* --診療案内 */
.b {
  background-color: #f1f6fc;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
}
.fp {
  margin-bottom: 2rem;
}
.text-nj {
  color: #7eade3;
}
.sb {
  background-color: #f1f6fc;
  padding: 5rem 3rem;
  margin-bottom: 3rem;
  border-radius: 10px;
}
.pb {
  margin-bottom: 3rem;
}
.pb h4 {
  color: #7eade3;
  margin-bottom: 1rem;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-family: "M PLUS Rounded 1c", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 100; /* Bold */
  font-style: normal;
}
.med-types .col-6 {
  display: flex;
}
.med-types .mcc {
  margin: auto;
  width: 80%;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.2rem;
  line-height: 1.6;
}
.med-types figure {
  text-align: center;
  padding: 0 3rem;
}
.med-types figure img {
  margin-bottom: 1rem;
}
.med-types figcaption {
  text-align: center;
  font-size: 110%;
}
/* 診療案内 */
/* 施設案内 */
.fac-h3 {
  text-align: center;
  color: var(--nj-bl-color);
  font-size: 120%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  letter-spacing: 1rem;
}
/* 施設案内 */
/* スタッフ枠 */
.sw {
  text-align: left;
  margin: 0 auto 3ic auto;
  padding: 1rem 2rem 1rem 2rem;
  background-color: #fff;
}
h5.sn {
  color: #7eade3;
  margin-bottom: 1.5rem;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem) * 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
.srole {
  color: #fff;
  background-color: #2a50a1;
  margin-right: 0.5rem;
  padding: 1px 2px;
  text-align: center;
}
/* スタッフ枠 */
