:root {
  --gj-mdo-color: #9acebc;
  --gj-mdot-color: #56ac90;
  --gj-cha-color: #be8f68;
  --gj-chaw-color: #fffaf7;
  --gj-mdow-color: #e9f3f0;
}
.container {
  width: min(860px, 100%);
}
.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;
  }
}

* {
  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/MgenPlus2M-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/fonts/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url("/fonts/NotoSerifJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url("/fonts/NotoSerifJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

.text-mdo {
  color: var(--gj-mdo-color);
}
.text-mdot {
  color: var(--gj-mdot-color);
}
.stretched-link {
  text-decoration: none;
}
body {
  font-family:
    "Meiryo UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

/* ヘッダー */
.vnone {
  display: none;
}
@media (max-width: 576px) {
  nav.pfnav {
    display: none !important;
  }
}
.nav-top {
  background-color: #fff;
}
.nav-top .nav-item .nav-link {
  padding: 0.5rem 0;
}
.nav-top .nav-item .nav-link div {
  border-left: 1px solid var(--gj-mdo-color);
}
.nav-top .nav-item:last-child .nav-link div {
  border-right: 1px solid var(--gj-mdo-color);
}
.nav-top a .nav-j {
  color: var(--gj-mdo-color);
}
.nav-sub {
  background-color: #fff;
}
.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;
}
.nav-sub .nav-item .nav-link {
  position: relative;
  color: var(--gj-mdo-color);
}
.nav-sub .nav-item .nav-link .nav-j {
  color: var(--gj-mdo-color);
}
.nav-sub .nav-item .nav-link::before {
  margin: 0 auto;
  display: block;
  text-align: center;
  content: "";
  width: 36px;
  height: 30px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.nav-sub .nav-item:hover .nav-link::before {
  background-image: url("/assets/images/navicon.png");
}
.nav-sub .active .nav-link::before {
  background-image: url("/assets/images/navicon.png");
}
.pfnav .dropdown-menu {
  background-color: var(--gj-mdo-color);
  border-color: var(--gj-mdo-color);
  border-radius: 0;
}
.pfnav .dropdown-menu li a {
  color: #fff;
}
.pfnav .dropdown-menu li a:hover {
  color: var(--gj-mdo-color);
}

.hlogo {
  height: 25px;
  width: auto;
}
header h1 {
  font-size: 80%;
}
header h1 {
  color: #333;
  text-decoration: none;
}
header a {
  text-decoration: none;
}
.himg img {
  max-height: 18px;
}
@media (max-width: 767.98px) {
  .hlogo {
    height: 28px;
  }
}
@media (max-width: 991.98px) {
  .navbar-toggler.d-lg-none {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1050;
  }
}
.sm-header-tel img {
  height: 32px;
  max-height: 32px;
}
.fnavbtn {
  font-size: 110%;
  color: var(--gj-mdo-color);
  background-color: var(--gj-mdo-color);
  border-radius: 3px;
}
.fnavbtn .navbar .nav-item:hover,
.fnavbtn .navbar .nav-item:focus-within {
  outline: none;
  box-shadow: none;
  border: none;
}
.header-actions {
  z-index: 1200;
}
.header-actions .btn {
  padding: 12px 20px;
  white-space: nowrap;
}
.header-actions.is-fixed {
  position: fixed;
  right: 20px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1200;
  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;
  z-index: 1210;
}
.btn-reserve {
  background-color: var(--gj-mdo-color);
  color: #fff;
  font-size: clamp(0.825rem, 0.489rem + 0.68vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-style: nomal;
  font-weight: 500;
}
.btn-reserve:hover {
  background-color: var(--gj-cha-color);
  color: #fff;
}
.btn-recruit {
  background-color: var(--gj-cha-color);
  color: #fff;
  font-size: clamp(0.825rem, 0.489rem + 0.68vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-style: nomal;
  font-weight: 500;
}
.btn-recruit:hover {
  background-color: var(--gj-mdo-color);
  color: #fff;
}

/* 縦書き */
.header-actions.is-fixed .btn-recruit {
  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;
}
/* 縦書き */

/* スマホナビ */
.pfnav .nav-item .dropdown-toggle {
  box-shadow: none !important;
}
/*
.pfnav .nav-justified .active {
  border-bottom: 3px solid var(--gj-cha-color);
}
.nav-sub .nav-justified .nav-item:hover {
  border-bottom: 3px solid var(--gj-cha-color);
}
*/
.nav-sub .nav-link {
  padding: 0;
}
.nav-sub .nav-justified .nonb:hover {
  border-bottom-width: 0;
}
.nav-sub .nav-link:hover .nav-j {
  color: var(--gj-cha-color);
}
.fnav .nav-link.dropdown-toggle {
  position: relative;
  padding-right: 0;
}
.fnav .nav-link.dropdown-toggle::after {
  display: none;
}

.sfvavbtn {
  font-size: 140%;
  background-color: var(--gj-mdo-color);
}
.sfnav {
  background-color: var(--gj-mdo-color);
  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: 120%;
  border-color: #fff;
}
.sfnav .nav-j {
  display: inline-block;
}
.sfnav .nav-link {
  font-size: 120%;
  padding: 1rem;
}
.sfnav .nav-item div .sfnav .nav-link .a {
  color: #fff;
}
.sfnav .subnav-list {
  margin-bottom: 1rem;
}
.sfnav .subnav-item {
  color: #fff;
  padding: 0.75rem 0.75rem 0.75rem 2rem;
}
.sfnav .subnav-item a {
  color: #fff;
  text-decoration: none;
}
.sfnav .dropdown-toggle::after {
  color: #fff;
}
.sfnav .dropdown-menu {
  width: 100%;
}
.sfnav .dropdown-item {
  padding: 0.75rem;
  font-size: 130%;
}
.sfnav .sfnavb .spnav a div {
  padding: 0.5rem;
  color: var(--gj-mdo-color);
  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: var(--gj-cha-color);
  bottom: 10px;
  right: 20px;
  z-index: 999;
}
.btnup .img-up {
  display: block;
  padding: 3px;
  width: 100%;
  max-width: 40px;
  height: auto;
}
/* 上へ */

/* トップ: お知らせ */
/* トップ: お知らせ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;
}

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: var(--gj-mdo-color);
  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;
}
/* トップ: お知らせ・院長の独り言 */

/* トップ */
.bg-philosophy {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  max-height: 2273px;
  aspect-ratio: 2267/2296;
}
@media (max-width: 767px) {
  .bg-philosophy {
    background-position: center top;
    background-size: calc(2267 * (100vw / 1350)) auto;
    height: calc((2240 * 100vw) / 1350);
  }
}

.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: 90%;
  text-align: left;
  padding: 0.5rem 1rem;
  background-color: #99d0ff;
  color: #fff;
}
@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: #2a50a1;
  color: #fff;
}
.gj-box-link {
  text-decoration: none;
}
.gj-txt-link {
  position: relative;
  font-size: 110%;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 0.5rem 1rem;
}
.gj-txt-link i {
  /*color: var(--gj-mdo-color);*/
  color: var(--gj-mdot-color);
}
@media (max-width: 576px) {
  .gj-txt-link {
    font-size: 100%;
    width: auto;
    padding-right: 1rem;
  }
}
.gj-box-link:hover {
  color: var(--gj-cha-color);
}
.gj-box-link:hover img {
  opacity: 0.7;
  background-color: white;
}
.gj-box-link:hover .gj-txt-link {
  color: var(--gj-cha-color);
}
.gj-box-link:hover i {
  color: var(--gj-cha-color);
}

.timg-button {
  width: 50%;
  margin: 0 auto 2rem auto;
  background-color: var(--gj-mdo-color);
  color: #fff;
  border: double 6px #fff;
  /*padding:1.2rem 3rem 1.5rem 3rem;*/
  padding: 1.2vw 3vw 1.2vw 3vw;
  font-size: 110%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.timg-button:hover {
  background-color: var(--gj-cha-color);
  border: double 6px #fff;
  color: #fff;
}
@media (max-width: 576px) {
  .timg-button {
    width: 80%;
  }
}
/* トップ */
main.fm section {
  /*白+w100*/
  margin: 2ic auto 2ic auto;
  padding-top: 2ic;
  padding-bottom: 0;
  background-color: #fff;
}
main.fm .top_section {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
main.fm section.fm {
  margin: 2ic auto;
  padding-top: 3ic;
  padding-bottom: 2ic;
  text-align: center;
  background-color: var(--gj-chaw-color);
}
main.fm section.sb {
  margin: 2ic auto;
  padding-top: 2ic;
  padding-bottom: 2ic;
  background-color: var(--gj-mdow-color);
}

/*--- HEADER ---*/
.chero {
  border-width: 0;
}
.chero img {
  border-width: 0;
  border-radius: 0;
}
.main-title {
  letter-spacing: 0.5rem;
  color: var(--gj-cha-color);
  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;
  text-shadow:
    1px 1px 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff;
}
.main-title::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 18px;
  margin-bottom: -5px;
  margin-left: 6px;
  background-image: url("/assets/images/main/bg-ico.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gj-bread {
  background-color: var(--gj-mdo-color);
  padding-bottom: 0.1rem;
}
.gj-bread .breadcrumb {
  margin-bottom: 0;
}
.gj-bread .breadcrumb-item a {
  text-decoration: none;
}
.gj-bread .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

footer section.f1 {
  background-color: var(--gj-mdow-color);
  padding-bottom: 1ic;
  margin: 0;
}
footer section.f2 {
  background-color: var(--gj-mdo-color);
  padding-bottom: 1ic;
  margin: 0;
}
footer section.f3 {
  background-color: var(--gj-mdow-color);
  padding: 0.5rem 0;
  margin: 0;
}

footer hgroup {
  padding-top: 2ic;
  margin-bottom: 2ic;
}
h2.info-name {
  font-size: 200%;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--gj-mdot-color);
  letter-spacing: 0.2rem;
  border: 0;
}
h2.info-name::after {
  background-image: none;
  background-color: none;
}

.fhinfo {
  width: 80%;
  text-align: center;
  margin: 0 auto 1rem auto;
}
.fhinfo-address {
  text-align: center;
  margin-bottom: 0.2rem;
  font-size: 1;
}

.timet {
  table-layout: fixed;
}
.timet .th {
  width: 8ic;
}
.timet th {
  padding: 0.25rem;
  text-align: center;
  vertical-align: middle;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: var(--gj-mdo-color);
  background-color: var(--gj-mdow-color);
  /*color: var(--gj-mdo-color);*/
  color: var(--gj-mdot-color);
  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: 1px;
  border-color: var(--gj-mdo-color);
  background-color: var(--gj-mdow-color);
  /*color: var(--gj-mdo-color);*/
  color: var(--gj-mdot-color);
  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);
}

table.w thead th {
  background-color: #fff;
}
table.w thead .th {
  background-color: var(--gj-mdow-color);
}
table.w tbody th {
  background-color: var(--gj-mdow-color);
}
table.w tbody td {
  background-color: #fff;
}

.footer-nav {
  text-align: left;
  margin: 0 auto;
  width: fit-content;
}
@media (max-width: 576px) {
  .footer-nav {
    width: 90%;
  }
}

.footer-nav-item {
  /*color: var(--gj-mdo-color);*/
  color: var(--gj-mdot-color);
  padding: 0 0.3rem;
  line-height: 1;
  border-left: 5px solid var(--gj-mdo-color);
}
.footer-nav-item a {
  /*color: var(--gj-mdo-color);*/
  color: var(--gj-mdot-color);
  text-decoration: none;
}
.footer-nav-item a:hover {
  color: var(--gj-cha-color);
}
.footer-subnav {
  list-style-type: disc;
  margin-top: 0.5rem;
  padding-left: 1rem;
}
.footer-subnav li::marker {
  /*color: var(--gj-mdo-color);*/
  color: var(--gj-mdot-color);
}
.footer-subnav li > a {
  /*color: var(--gj-mdo-color);*/
  color: var(--gj-mdot-color);
  text-decoration: none;
}
.footer-subnav li > a:hover {
  color: var(--gj-cha-color);
}
.fbanner {
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.fbanner li {
  margin-bottom: 2rem;
}
.fbanner li a img {
  max-height: 60px;
  height: auto;
}

.fcopy {
  text-align: center;
  color: var(--gj-mdot-color);
  font-size: clamp(0.5rem, 0.364rem + 0.68vw, 0.875rem);
}
.fbottomnav {
  height: 100%;
  max-height: 40px;
  border-top-color: #fff;
  background-color: var(--gj-mdow-color);
  padding: 0;
  z-index: 9999;
}
.fbottomnav .col {
  background-color: var(--gj-mdow-color);
}
.fbottomnav .fnav-link {
  color: var(--gj-mdot-color);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.fbottomnav .fnav-icon {
  width: 28px;
  height: auto;
  object-fit: contain;
  margin-right: 0.5rem;
}
.f1banner div {
  font-size: 120%;
  font-family: "Noto Sans JP", sans-serif;
  top: 5px;
  left: 10px;
  color: var(--gj-cha-color);
  /*-webkit-text-stroke: 1px #fff;*/
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
.f1banner img {
  border: solid 3px #fff;
  max-height: 80px;
}
.f1banner img:hover {
  filter: brightness(60%);
}
/* フッター */

.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: #dceffe;
  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: #dceffe;
  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);
}

hgroup {
  margin: 0 auto 2vw auto;
  text-align: center;
}
@media (max-width: 576px) {
  hgroup {
    margin-top: 0ic;
    margin-bottom: 1ic;
  }
}
hgroup h2 {
  position: relative;
  display: inline-block;
  margin: 0 auto 0 auto;
  padding: 0.5rem;
  letter-spacing: 0.5rem;
  text-align: center;
  color: var(--gj-mdo-color);
  font-size: 280%;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-style: normal;
  border-bottom: 2px dashed var(--gj-mdo-color);
  clear: both;
}
hgroup h2::after {
  position: absolute;
  content: "";
  bottom: 0px;
  right: -2rem;
  width: 30px;
  height: 15px;
  background-image: url("/assets/images/bg_line_char.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.h-cat h2 {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  color: var(--gj-cha-color);
  /*font-size: clamp(14px, 3vw, 36px);*/
  font-size: 280%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 0 dashed var(--gj-mdo-color);
  clear: both;
}
.h-cat h2::after {
  background-image: none;
  width: 0;
  height: 0;
}
.h-cat h3 {
  color: var(--gj-mdo-color);
  /*font-size: clamp(11px, 2vw, 14px);*/
  font-size: 140%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.img-btn {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  aspect-ratio: auto;
  max-height: 186px;
  height: 146px;
}
.img-btn-img {
  /*width: 100%;*/
  aspect-ratio: auto;
  object-fit: contain;
}
.is-solid {
  background-color: var(--gj-mdo-color);
}
/* 枠線 */
.img-btn .btn-frame {
  position: absolute;
  inset: 10px;
  border: 2px solid #fff;
  pointer-events: none;
}
.img-btn .btn-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 120%;
  font-weight: 500;
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .img-btn .btn-text {
    font-size: 110%;
  }
}
.btn-text img {
  max-height: 50px;
}
.img-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.25s;
  pointer-events: none;
}
.img-btn:hover::after {
  background: rgba(255, 255, 255, 0.3);
}

/* 下層共通 */
.fp {
  margin-bottom: 4ic;
}
@media (max-width: 576px) {
  main.fm section {
    padding-bottom: 0ic;
  }
  main.fm section.fm {
    padding-bottom: 0ic;
  }
  .fp {
    margin-bottom: 1ic;
  }
}
.fp h3 {
  font-size: 110%;
  color: var(--gj-mdo-color);
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.fp h3::before {
  content: "●";
  color: var(--gj-mdo-color);
  font-family: "Noto Sans JP", sans-serif;
}
.fp .h3-black {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.fp .h3-black::before {
  content: "";
}
.fp h4 {
  color: var(--gj-mdo-color);
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1rem;
}
.fp .fp2 {
  margin-bottom: 2rem;
}
.sfp h4 {
  display: inline-block;
  padding-bottom: 0.1rem;
  padding-left: 0.5rem;
  padding-right: 2rem;
  font-size: 110%;
  color: var(--gj-mdo-color);
  border-bottom: 3px dotted var(--gj-mdo-color);
  margin-bottom: 2rem;
}
.sfp {
  margin-bottom: 3rem;
}
.bn-h120 {
  max-height: 120px;
}
.bn-h80 {
  max-height: 80px;
}
.bn-h56 {
  max-height: 56px;
}
.mido-waku {
  border: 1px solid var(--gj-mdo-color);
  border-radius: 10px;
  padding: 0.5rem 1rem;
}
/* 下層共通 */

/* 下層見出し */
.sb-h2 {
  position: relative;
  display: inline-block;
  color: var(--gj-mdo-color);
  /*font-size: clamp(14px, 3vw, 36px);*/
  font-size: 260%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 0;
  clear: both;
  z-index: 0;
}
.sb-h2::after {
  background-image: none;
  content: "";
  position: absolute;
  left: 48%;
  bottom: 0.4rem;
  width: 90%;
  height: 10px;
  background-color: var(--gj-mdow-color);
  transform: translateX(-50%);
  z-index: -1;
}
/* 下層見出し */

/* 診察について */
.an-list {
  margin-bottom: 2rem;
}
.an-list img {
  margin-bottom: 0.5rem;
}
.an-list figcaption {
  text-align: center;
}
/* 診察について */

/* 猫にやさしい */
.cha-border {
  border-bottom: 2px dashed var(--gj-cha-color);
}
.ul-cat {
  margin-bottom: 3rem;
}
.ul-cat .cha-border {
  padding: 3rem 2rem;
}
.ul-cat .ul-cat-p {
  line-height: 1.8;
  text-align: left;
  margin: 0.5rem;
}
.ul-cat .ul-cat-i {
  margin: 0.5rem;
}
.ul-cat .ul-cat-i img {
  max-height: 180px;
}
/* 猫にやさしい */

.facilities img {
  max-height: 240px;
}

.budg-p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 2.5rem;
  background-color: var(--gj-cha-color);
  border-radius: 50%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.budg-p span {
  font-size: 1.5em;
  color: #fff;
  font-style: normal;
  margin-left: 0em;
}

/* TOP */
.card {
  border: 0px;
  border-radius: 0;
}
.c-greeting {
  position: relative;
  border: none;
  position: relative;
  background-image: url("/assets/images/top/bg_houshin.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0 12rem 0;
}
.f-imgtext {
  /*margin-top: calc(4em * 1vw);*/
  padding-top: 16em;
}
.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: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-greeting {
    padding: 0;
  }
  .f-imgtext {
    padding-top: 11rem;
  }
  .f-imgtext p {
    line-height: 2;
  }
}
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: 3ic;
  margin-top: 0px;
  margin-bottom: 0px;
}
main.fm .section-bottomb {
  padding-bottom: 3ic;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: var(--gj-mdot-color);
}
/* スタッフ枠 */
.staff-row {
  align-items: stretch;
}
div.staff-b {
  position: relative;
  width: min(100%, 860px);
  text-align: center;
  padding: 0;
  background-color: var(--gj-mdow-color);
  border-radius: 10px;
  margin-bottom: 5ic;
}
div.staff-md {
  background-color: var(--gj-mdow-color);
}
div.staff-cha {
  background-color: var(--gj-chaw-color);
}
div.staff-img {
  display: flex;
}
div.staff-img img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.staff-doc {
  padding: 2rem 3rem 2rem 1rem;
}

.staff-budge {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 70px;
  height: 90px;
}
/*
.staff-budge {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 60px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}
.staff-budge-name {
  position: absolute;
  top: 32px;
  left: 0px;
  width: 100%;
  line-height: 1.1;
  text-align: center;
  font-size: 90%;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: normal;
}
*/
h5.staff-name {
  font-size: 110%;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--gj-mdot-color);
  padding: 1px 0px 1px 0px;
  border-bottom: 1px solid var(--gj-mdot-color);
}
.staff-intro {
  font-size: 80%;
  margin-bottom: 0.5rem;
}
.staff-intro h5 {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--gj-mdot-color);
  margin-bottom: 0.5rem;
}
/* スタッフ枠 */

/* 予約について */
.reserve-docs {
  background-color: var(--gj-mdow-color);
  border-radius: 10px;
}
.reserve-docs li {
  color: var(--gj-mdo-color);
}
.reserve-time {
  margin-bottom: 3rem;
}
.time-row {
  display: flex;
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: none;
  font-size: 1rem;
}
.time-row:last-child {
  border-bottom: 1px solid #999;
}
.time-left {
  position: relative;
  padding: 1.2em 2em;
  color: #fff;
  white-space: nowrap;
}
.time-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2.5em;
  width: 0;
  height: 0;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
}
.time-left.am {
  background: #9fd3c1;
}
.time-left.am::after {
  border-left: 2.5em solid #9fd3c1;
}
.time-left.pm {
  background: #c2956c;
}
.time-left.pm::after {
  border-left: 2.5em solid #c2956c;
}
/* 右（時間） */
.time-right {
  flex: 1;
  padding: 1.2em 1.5em 1.2em 3.5em;
  background: #fff;
  color: #555;
  font-weight: 600;
}
@media (max-width: 576px) {
  .time-row {
    flex-direction: column;
  }
  .time-left::after {
    display: none;
  }
}
.reserve-attention {
  background-color: #fff;
  border-radius: 10px;
}
.bg-midow {
  background-color: var(--gj-mdow-color);
}
.reserve-attention ul {
  margin: 0;
}
.excra {
  max-height: 60px;
}
.reserve-step-ol {
  position: relative;
}
.reserve-step-ol::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 2px dashed #ccc;
  transform: translateX(-50%);
  pointer-events: none;
}
.reserve-step-ol .row > * {
  padding: 0;
}
.reserve-step {
  position: relative;
  padding: 0;
  background-color: var(--gj-mdow-color);
  border-radius: 10px;
  margin-bottom: 5ic;
}
.bg-w {
  background-color: #fff;
}
.reserve-step-budge {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 80px;
  height: 100px;
  background-image: url("/assets/images/reserve/bg-budge.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
}
.reserve-step-budge div {
  color: #fff;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.reserve-step-budge div:first-child {
  font-size: 150%;
  margin: 0.5rem 0.5rem 0.05rem 0.5rem;
  padding: 0.5rem;
  border-bottom: 1px solid #fff;
}
.reserve-step-budge div:last-child {
  font-size: 200%;
}
@media (max-width: 576px) {
  .reserve-step-ol {
    padding-left: 0;
  }
  .reserve-step-budge {
    width: 40px;
    height: 60px;
    padding: 0;
    margin: 0;
  }
  .reserve-step-budge div:first-child {
    font-size: 110%;
    margin: 0;
  }
  .reserve-step-budge div:last-child {
    font-size: 130%;
  }
}

.reserve-step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.txt-mido {
  color: var(--gj-mdo-color);
}
p.txt-mido {
  color: var(--gj-mdo-color);
  margin-left: 1rem;
  text-indent: -1.2rem;
}
p.txt-mido::before {
  content: "※";
}
.reserve-step-text div {
  padding: 0.5rem;
}
.reserve-step-text div p a {
  color: var(--gj-mdot-color);
}
.reserve-step-text div img {
  margin: 0 auto;
}
/* 予約について */

/* 子犬のしつけ */
.train-point-col {
  text-align: center;
}
.train-point-col h4 {
  color: var(--gj-mdo-color);
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1rem;
}
.train-points figure img {
  max-height: 200px;
  margin-bottom: 1rem;
}
.train-points figure figcaption {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 90%;
}
.train-needs {
  position: relative;
}
.train-needs-info {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 360px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 1.5rem;
  padding-left: 2.5rem;
}
.train-needs-info h4 {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--gj-mdo-color);
}
.train-needs-info li {
  font-size: 96%;
}
@media (max-width: 576px) {
  .train-needs-info {
    position: relative;
    background-color: #fff;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .train-needs-info ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 2rem;
  }
  .train-docs {
    text-align: center;
  }
}
/* 子犬のしつけ */

/* オレンジハウス */
.orangeh-point-col {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.orangeh-point-col h4 {
  color: var(--gj-mdo-color);
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1rem;
}
.orangeh-point-col figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.orangeh-points figure img {
  max-height: 200px;
  margin-bottom: 1rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.orangeh-points figure figcaption {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 90%;
}
.point-txt {
  background-color: var(--gj-mdo-color);
  aspect-ratio: 1 / 1; /* 正円 */
  /*width: 100%;*/
  /*max-width: 100%;*/
  max-height: 200px;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  border-radius: 50%;
  font-size: 1rem;
  line-height: 1.4;
  padding: 1em;
}
.service-label {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  padding: 0em;
  background: var(--gj-mdo-color);
  color: #fff;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin-bottom: 3rem;
}
.service-no {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 140%;
  font-weight: 600;
  padding-left: 1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.service-name {
  color: #fff;
  position: relative;
  padding-right: 2.5em;
  font-size: 140%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.service-name .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-right: 1.5em solid #fff;
}
.service-name .arrowm {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-right: 1.5em solid var(--gj-mdow-color);
}
@media (max-width: 576px) {
  .service-label {
    gap: 1.2rem;
    font-size: 130%;
  }
}
.orangeh-table {
  border-top: 1px solid var(--gj-mdot-color);
  border-bottom: 1px solid var(--gj-mdot-color);
}
.orangeh-table tr {
  border-bottom: 1px solid var(--gj-mdot-color);
}
.orangeh-table th {
  padding-left: 3rem;
  font-weight: normal;
  background-color: var(--gj-mdow-color);
  color: var(--gj-mdot-color);
}
.orangeh-table td {
  background-color: #fff;
  color: var(--gj-mdot-color);
}
/* オレンジハウス */

/* 求人情報 */
.recruit-box {
  position: relative;
  background-color: var(--gj-mdow-color);
  border-radius: 1rem;
  padding: 2rem 3rem;
  padding-left: 100px;
  margin-bottom: 3rem;
}
.recruit-budge {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 60px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: multiply;
}
.recruit-budge-name {
  position: absolute;
  top: 32px;
  width: 100%;
  line-height: 1.1;
  text-align: center;
  font-size: 90%;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 576px) {
  .recruit-box {
    padding-left: 2rem;
  }
  .recruit-budge {
    left: auto;
    right: 10px;
  }
}

.recruit-box h4 {
  border-left: 5px solid var(--gj-mdo-color);
  color: var(--gj-mdo-color);
  padding-left: 0.3rem;
  margin-bottom: 1rem;
  font-size: 98%;
}
.recruit-box dl {
  border-top: 1px solid var(--gj-mdot-color);
}
.recruit-box dl div {
  display: grid;
  border-bottom: 1px solid var(--gj-mdot-color);
  grid-template-columns: 8rem 1fr;
}
.recruit-box dl div dt {
  color: var(--gj-mdo-color);
  font-size: 96%;
  font-weight: normal;
  -webkit-flex-basis: 8rem;
  flex-basis: 8rem;
  margin-bottom: 0px;
  padding: 0.5rem;
}
.recruit-box dl div dd {
  color: #333;
  font-size: 96%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 0px;
  padding: 0.5rem;
}
.recruit-inq {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.recruit-inq p:first-child {
  font-size: 130%;
  margin-bottom: 1rem;
}
.recruit-inq p:last-child {
  font-size: 140%;
  margin-bottom: 0.1rem;
}
.recruit-img {
  max-height: 24px;
}
.recruit-none {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: var(--gj-mdot-color);
  margin: 3rem 0rem 5rem 0rem;
}
/* 求人情報 */

/* TOPICS */
.topic-side-box {
  margin-bottom: 3rem;
}
.topic-list {
  text-align: left;
  border-top: 1px solid #aaa;
  margin-bottom: 5rem;
}
.trow {
  padding-top: 2ic;
  padding-bottom: 2ic;
  border-bottom: 1px solid #aaa;
}
.tab-content {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
h5.ds {
  color: var(--gj-mdo-color);
  padding: 3px 0px 3px 0px;
}
h5.ds a {
  color: var(--gj-mdo-color);
  text-decoration: none;
}
.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;
}
.topic-category {
  color: var(--gj-mdo-color);
  margin-bottom: 1rem;
}
.topic-category a {
  text-decoration: none;
}
.topic-category a .ctag {
  font-size: 110%;
  color: var(--gj-mdo-color);
  font-family: "Noto Sans JP", sans-serif;
}
.list-group-flush .child-cat::before {
  content: "ー";
}
.list-group-flush .child-cat {
  margin-left: 1rem;
}
.topic-doc {
  background-color: var(--gj-mdow-color);
  border-radius: 10px;
  padding: 2rem 1rem;
}
.topic-date {
  color: #555;
  font-size: 90%;
}
.topic-doc h3 {
  color: var(--gj-mdo-color);
  margin-bottom: 1rem;
}
.topic-doc h3::before {
  content: "";
}
.topic-body {
  background-color: #fff;
  padding: 2rem;
}
.topic-side-box .nav-tabs .nav-link {
  font-size: 90%;
  padding: 1rem 1.5rem;
  border-radius: 0;
  color: var(--gj-mdo-color);
}
.topic-side-dat h6 {
  color: var(--gj-mdo-color);
}
.topic-side-dat .topic-side-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 90%;
}

.topic-cat-box .card-header {
  font-size: 100%;
  padding: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.1rem;
  color: var(--gj-mdo-color);
  background-color: var(--gj-mdow-color);
}
.topic-cat-box .card-body {
  padding: 0;
}
.topic-cat-box .list-group-flush .list-group-item {
  padding: 0.5rem;
  margin-bottom: 0.3rem;
  border-width: 0;
}
.topic-cat-box .list-group-flush .par-topic::before {
  content: "▶";
  color: var(--gj-mdo-color);
}
.topic-cat-box .list-group-flush .child-topic {
  margin-left: 1rem;
}
.topic-cat-box .list-group-flush .child-topic::before {
  content: "・";
}
.topic-cat-box .list-group-flush .list-group-item a {
  color: #333;
}
.topic-cat-box .list-group-flush .list-group-item a:hover {
  color: var(--gj-mdo-color);
}
/* TOPICS */

/* 各種治療 */
h4.prev-cat-h2 {
  font-size: 130%;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: var(--gj-mdo-color);
  padding: 0.5rem;
  margin-bottom: 2rem;
}
.prev-cat-h3 {
  font-size: 120%;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--gj-mdo-color);
  background-color: var(--gj-mdow-color);
  padding: 0.5rem;
  margin-bottom: 2rem;
}
.prev-list-box {
  margin-bottom: 3rem;
}
.prev-list-box h2 {
  font-size: 120%;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--gj-mdo-color);
  margin-bottom: 1rem;
}

.prev-cat-box .card-header {
  font-size: 110%;
  padding: 1rem;
  background-color: var(--gj-mdot-color);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.1rem;
}
.prev-cat-box .card-body {
  padding: 0;
}
.prev-cat-box .list-group-flush .prev-cat-sep {
  background-color: var(--gj-mdow-color);
  padding: 0.5rem;
  margin-bottom: 0.1rem;
  border: 1px solid var(--gj-mdot-color);
}
.prev-cat-box .list-group-flush div .list-group-item {
  background-color: var(--gj-mdow-color);
  padding: 0.1rem 0.5rem;
  margin-bottom: 0.3rem;
  border-width: 0;
}
.prev-cat-box .list-group-flush div .par-cat::before {
  content: "▶";
  color: var(--gj-mdo-color);
}
.prev-cat-box .list-group-flush div .child-cat {
  margin-left: 1rem;
}
.prev-cat-box .list-group-flush div .child-cat::before {
  content: "・";
}
.prev-cat-box .list-group-flush div dt.list-group-item a {
  color: #666;
  text-decoration: none;
}
.prev-cat-box .list-group-flush div dt.list-group-item a:hover {
  color: var(--gj-mdo-color);
}
.prev-cat-box .list-group-flush div dd.list-group-item a {
  padding-left: 2rem;
  color: var(--gj-mdot-color);
  text-decoration: none;
}
.prev-cat-box .list-group-flush div dd.list-group-item a:hover {
  color: #666;
}

/* 各種治療 */

.cm-body p {
  margin: 0;
}
