:root {
  --my-variable: #800080;
}
.container {
  width: min(860px, 100%);
}
.w-10 {
  width: 10% !important;
}
.w-30 {
  width: 30% !important;
}
.w-60 {
  width: 60% !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;
}
.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;
  }
}
.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;
}

.hlogo {
  filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 5px #fff)
    drop-shadow(0px 0px 10px #fff);
  height: 60px;
  width: auto;
}
@media (max-width: 767.98px) {
  .hlogo {
    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: #2a50a1;
  background-color: #2a50a1;
  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;
}
/* 縦書き */

/* トップ: お知らせ・院長の独り言 */
/* トップ: お知らせ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 .nonb:hover {
  border-bottom-width: 0;
}
.fnav .nav-link {
  color: #2a50a1;
  font-size: clamp(0.825rem, 0.489rem + 0.68vw, 1rem);
}
.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.dropdown-toggle {
  position: relative;
  padding-right: 0;
}
.fnav .nav-link.dropdown-toggle::after {
  display: none;
}
.sfvavbtn {
  font-size: 140%;
  background-color: #2a50a1;
}
.sfnav {
  background-color: #2a50a1;
  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: 130%;
  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: #2a50a1;
  bottom: 50px;
  right: 20px;
  z-index: 999;
}
.btnup .img-up {
  display: block;
  background-color: #99d0ff;
  border-radius: 20px;
  padding: 3px;
  width: 100%;
  max-width: 40px;
  height: auto;
}
/* 上へ */

/* トップ */
.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:clamp(0.575rem, 0.584rem + 0.45vw, 1.125rem);*/
  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;
}
.timg-button {
  margin: 0 auto 2rem auto;
  background-color: #99d0ff;
  color: #fff;
  /*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: 400;
}
.timg-button:hover {
  background-color: #2a50a1;
  color: #fff;
}
.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;
}

/* トップ院長の独り言 */
/* トップ院長の独り言 */

/* トップ */

/*--- HEADER ---*/
.chero {
  border-width: 0;
}
.chero img {
  border-width: 0;
  border-radius: 0;
}
.ftitle {
  letter-spacing: 0.5rem;
  color: rgb(41, 80, 161);
  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 1em #fff, 0 0 0.2em #fff;
}
.fbread {
  padding: 0.2rem 0.5rem 0 0.5rem;
  background-color: #9ad0ff;
}
footer {
  padding-top: 5ic;
  background-color: #dceffe;
}
footer hgroup {
  margin-bottom: 3ic;
}
footer hgroup h3 {
  font-size: calc(clamp(0.625rem, 0.489rem + 0.68vw, 1rem) * 0.8);
  padding-bottom: 0.3rem;
  margin-bottom: 0.8ic;
}
footer hgroup h2 {
  font-size: calc(clamp(0.625rem, 0.489rem + 0.68vw, 1rem) * 1.4);
  letter-spacing: 0.2rem;
}

.fhinfo {
  width: 80%;
  text-align: center;
  margin: 0 auto 4ic auto;
}
.fhinfo-address {
  text-align: center;
  margin-bottom: 0.2rem;
  font-size: 120%;
}
.fhinfo-tel {
  text-align: center;
  margin: 0 auto;
}
.fhinfo-tel span {
  font-size: 80%;
  margin-top: 0.1rem;
  margin-right: 0.5rem;
}
.fhinfo-tel tel {
  margin-bottom: 0px;
  font-size: 180%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 800;
}

.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;
  width: 75%;
  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;
  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%);
}
/* フッター */

.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: 1vw auto 3vw auto;
  text-align: center;
}
@media (max-width: 767px) {
  hgroup {
    margin-top: 0ic;
    margin-bottom: 1ic;
  }
}
hgroup h3 {
  margin: 0px auto 2vw auto;
  padding: 0 2rem 0.5rem 2rem;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid rgb(41, 80, 161);
  color: rgb(41, 80, 161);
  /*font-size:clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);*/
  font-size: clamp(6px, 1vw, 11px);
  clear: both;
}
hgroup h2 {
  margin: 0 auto 0 auto;
  /*width:12ic;*/
  width: 100%;
  letter-spacing: 0.5rem;
  text-align: center;
  color: rgb(41, 80, 161);
  /*font-size:clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);*/
  font-size: clamp(14px, 3vw, 36px);
  font-family: "M PLUS Rounded 1c", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700; /* Bold */
  font-style: normal;
  clear: both;
}
hgroup.w h2 {
  color: #fff;
}
hgroup.w h3 {
  color: #fff;
  border-color: #fff;
}
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;
}

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;
}
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;
  }
}
/* 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 */
.tpbox {
  text-align: left;
  border-top: 1px solid #666;
}
.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 */

/* 紹介から診察への流れ */
.jflow {
  font-size: 100%;
  margin: 0 auto;
  width: min(100%, 860px);
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.jflow li {
  /*padding:5px;*/
  position: relative;
  text-align: left;
  background-color: #dceffe;
  margin: 2rem auto 5rem auto;
  background-repeat: no-repeat;
  background-size: 20%;
  border-radius: 10px;
  /*
	min-height: calc(1.5em * 14);
	max-height: calc(1.5em * 20);
	*/
}
.jflow li:last-child {
  margin-bottom: 0;
}
.jflow .b-docs {
  padding: 0.5rem;
  font-size: 80%;
}
.jflow li:before {
  padding: 0;
  /*
	counter-increment: item;
	content: counter(item)'.';
	*/
}
.jflow li div.nm {
  font-size: 240%;
}
.jflow li:after {
  position: absolute;
  bottom: -3rem;
  left: calc(50% - 3rem);
  content: "";
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  background-image: url("/assets/images/arrow.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: 1;
}
.jflow li:last-child:after {
  content: "";
  width: 0;
  height: 0;
  background: none;
}
/* 紹介から診察への流れ */

/* ご紹介フォーム */
.sform div {
  margin: 0.5rem 0.5rem 1.5rem 0.5rem;
}
.sform span {
  color: #f99;
}
.err {
  color: #f00;
  font-weight: bold;
}
.sform .fv {
  border: solid #ccc 1px;
  background-color: #fff;
  padding: 0.3rem;
}
/* ご紹介フォーム */

/* 予約案内1 */
ul.fbls {
  list-style-type: none;
  padding-left: 0;
}
ul.fbls li::before {
  content: "● ";
  font-size: 1em; /* 記号のサイズを設定 */
  display: inline-block;
  width: 1em; /* 記号の幅を確保 */
  margin-left: -1em; /* ulのデフォルトの余白を利用 */
}
ul.fbls li {
  text-align: left;
  margin: 0 auto 1rem auto;
}
/* 予約案内1 */
/* 予約案内2 */
.resflow {
  margin: 0 auto;
  width: min(100%, 860px);
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.resflow li {
  position: relative;
  text-align: left;
  padding: 2ic 3ic;
  background-color: #dceffe;
  margin: 2rem auto 5rem auto;
  border-radius: 10px;
  /*
	min-height: calc(1.5em * 14);
	max-height: calc(1.5em * 20);
	*/
}
.resflow li:last-child {
  margin-bottom: 0;
}
.resflow .bl {
  padding-left: calc(1.5em * 22);
  padding-right: calc(1.5em * 1);
  background-position: left;
}
.resflow .br {
  padding-left: calc(1.5em * 1);
  padding-right: calc(1.5em * 22);
  background-position: right;
}
.resflow li:before {
  padding: 0;
  /*
	counter-increment: item;
	content: counter(item)'.';
	*/
}
.resflow li div {
  font-size: calc(1em * 3);
}
.resflow li:after {
  position: absolute;
  bottom: -3rem;
  left: calc(50% - 3rem);
  content: "";
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  background-image: url("/assets/images/arrow.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: 1;
}
.resflow li:last-child:after {
  content: "";
  width: 0;
  height: 0;
  background: none;
}
.resflow .row {
  text-align: center;
}
.resflow .row div {
  text-align: center;
}
.img-white {
  filter: brightness(100) invert(0);
}
/* 予約案内2 */
/* 予約よくあるお問い合わせ */
.qa dt {
  text-align: left;
  font-size: 20px;
  color: #2a50a1;
}
.qa dt .q {
  color: #fff;
  font-size: 120%;
  background-color: #2a50a1;
  padding: 3px 1ic;
  border-radius: 20px;
}
.qa dt .row {
  margin: 1rem auto 2rem auto;
  text-align: center;
}
.qa dd {
  text-align: left;
}
.qa dd .a {
  color: #fff;
  font-size: 110%;
  background-color: #666;
  padding: 0.1rem 1ic;
  border-radius: 20px;
  margin-bottom: 0.5rem;
  clear: both;
}
.qa dd .ac {
  margin-top: 1rem;
}
/* 予約よくあるお問い合わせ */

/* 皮膚診察の流れ */
.hflow {
  margin: 0 auto;
  width: min(100%, 860px);
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.hflow li {
  position: relative;
  text-align: left;
  padding: 2ic 3ic;
  margin: 2rem auto 5rem auto;
  /*
	min-height: calc(1.5em * 14);
	max-height: calc(1.5em * 20);
	*/
}
.hflow li:last-child {
  margin-bottom: 0;
}
.hflow div.fc {
  font-size: 150%;
  color: #2a50a1;
  background-color: #dceffe;
}
.hflow li:before {
  padding: 0;
  /*
	counter-increment: item;
	content: counter(item)'.';
	*/
}
.hflow li:after {
  position: absolute;
  bottom: -3rem;
  left: calc(50% - 3rem);
  content: "";
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  background-image: url("/assets/images/arrow.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: 1;
}
.hflow li:last-child:after {
  content: "";
  width: 0;
  height: 0;
  background: none;
}
/* 皮膚診察の流れ */
/* 皮膚診察 */
.hdimg .row {
  padding: 1rem 5rem;
  margin-bottom: 2rem;
}
.hdimg img {
  padding: 0.5ic;
  margin: 2px;
}
/* 皮膚診察 */

/* スタッフ枠 */
.sw {
  text-align: left;
  margin: 0 auto 3ic auto;
  padding: 1rem 2rem 1rem 2rem;
  background-color: #fff;
}
h5.fbub {
  color: #2a50a1;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #2a50a1;
}
.srole {
  color: #fff;
  background-color: #2a50a1;
  margin-right: 0.5rem;
  padding: 1px 2px;
  text-align: center;
}
/* スタッフ枠 */

/* 整形症状 */
ul.sul {
  list-style-type: none;
  padding-left: 0;
  margin: 0 auto 1ic auto;
  column-count: 2;
}
@media (max-width: 640px) {
  ul.sul {
    column-count: auto;
  }
}
.sul li::before {
  content: "● ";
  font-size: 1em; /* 記号のサイズを設定 */
  display: inline-block;
  width: 1em; /* 記号の幅を確保 */
  margin-left: -1em; /* ulのデフォルトの余白を利用 */
}
ul.sul li {
  text-align: left;
  margin: 0 auto 1rem auto;
  border-bottom: 1px solid #666;
}
ul.sulg {
  list-style-type: none;
  width: 25rem;
  padding-left: 0;
  margin: 0 auto 0.5ic auto;
}
ul.sulg li {
  text-align: left;
}
/* 整形症状 */
/* 整形外科手術 */
ol.sol {
  list-style-type: none;
  padding-left: 0;
  margin: 0 auto 1ic auto;
  text-align: center;
}
ol.sol li {
  margin-bottom: 3ic;
}
ol.sol li h5 {
  width: max(30%, 240px);
  padding: 0.3rem 0.2rem 0.2rem 0.2rem;
  margin: 0.5rem auto;
  font-size: calc(1em * 1.4);
  color: #2a50a1;
  background-color: #dceffe;
}
/* 整形骨折 */
ul.sulb {
  list-style-type: none;
  padding-left: 0;
  margin: 0 1ic 1ic 1ic;
  column-count: 2;
}
ul.sulb li {
  margin-bottom: 1rem;
}
/* 整形骨折 */
/* 整形実績 */
.sj {
  border-top: 1px solid #666;
}
.sj div {
  text-align: left;
  border-bottom: 1px solid #666;
  padding: 0.5rem;
}
.sj .r {
  text-align: right;
}
/* 整形実績 */

/* 血液検査 */
.kj {
  border-top: 1px solid #666;
}
.kj div {
  text-align: left;
  border-bottom: 1px solid #666;
  padding: 0.5rem;
}
/* 血液検査 */

/* トリミング */
.ftb {
  border-top: 1px solid #2a50a1;
  border-bottom: 1px solid #2a50a1;
  border-color: #2a50a1;
  border-collapse: separate !important;
  text-align: left;
  table-layout: fixed;
}
.ftb th {
  font-weight: normal;
  color: #2a50a1;
}
.ftb th .fth {
  text-align: left;
  font-weight: normal;
  color: #2a50a1;
}
.ftb th div {
  text-align: left;
  font-weight: normal;
  color: #2a50a1;
}
.ftb th ul {
  text-align: left;
  color: #2a50a1;
}
.ftb th ul li {
  font-size: 90%;
  color: #2a50a1;
}
.ftb .ft-co {
  text-align: center;
  font-size: 90%;
  color: #2a50a1;
}
.ftb .bg-fm {
  background-color: #dceffe;
}
.ftb .f-last {
  border-bottom: 0px;
}
/**/
.ftbb {
  border-top: 1px solid #2a50a1;
  border-bottom: 1px solid #2a50a1;
  border-color: #2a50a1;
  border-collapse: separate !important;
  text-align: left;
}
.ftbb th {
  text-align: center;
  font-weight: normal;
  background-color: #dceffe;
  color: #2a50a1;
}
.ftbb th.bg-wb {
  text-align: left;
  color: #2a50a1;
  background-color: #fff;
}
.ftbb td {
  text-align: center;
  background-color: #dceffe;
}
.ftbb th .fth {
  text-align: left;
  font-weight: normal;
  color: #2a50a1;
}
.ftbb .ft-co {
  text-align: center;
  font-size: 90%;
  color: #2a50a1;
}
.ftbb .bg-fm {
  background-color: #dceffe;
}
.ftbb .f-last {
  border-bottom: 0px;
}

/* トリミング注意事項 */
.tulo li {
  width: fit-content;
  margin: 0 auto 0.5rem auto;
}
.trul li {
  color: #2a50a1;
  width: fit-content;
  margin: 0 auto 0.5rem auto;
}
/* トリミング注意事項 */

/* ペットホテル受付時間 */
.htb00 {
  border-color: #dceffe;
  border-collapse: separate !important;
}
.htb00 th,
td {
  font-weight: normal;
  text-align: center;
  background-color: #fff;
}
/* ペットホテル受付時間 */
/* ペットホテル注意事項 */
ul.hul li {
  width: fit-content;
  margin: 0 auto 0.5rem auto;
}
/* ペットホテル注意事項 */
/* ペットホテル価格表 */
.htb {
  border-top: 1px solid #2a50a1;
  border-bottom: 1px solid #2a50a1;
  border-color: #2a50a1;
  border-collapse: separate !important;
  text-align: center;
}
.htb th {
  vertical-align: middle;
  color: #2a50a1;
  background-color: #dceffe;
  border-bottom: 1px solid #2a50a1;
}
.htb thead th {
  vertical-align: middle;
  font-weight: bold;
}

.htb td {
  vertical-align: middle;
  background-color: #dceffe;
  border-bottom: 1px solid #2a50a1;
}
.htb tbody tr:last-child th {
  border-bottom: 0px;
}
.htb tbody tr:last-child td {
  border-bottom: 0px;
}
/* ペットホテル価格表 */

/* 求人 */
.recrow {
  margin: auto;
  text-align: center;
  border-top: 1px solid #2a50a1;
}
.recrow div {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #2a50a1;
}
.recrow .cap {
  text-align: left;
  color: #2a50a1;
}
.recrow .val {
  text-align: right;
}
.recbn {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  background-color: #5189c1;
  padding: 1rem 2rem 1rem 2rem;
  text-align: center;
  font-size: 130%;
}
/* 求人 */
/* 求人:募集要項 */
.recsh {
  width: 80%;
  margin: auto;
  text-align: center;
  border-top: 1px solid #2a50a1;
}
.recsh div {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #2a50a1;
}
.recsh .cap {
  /*letter-spacing: 0.8rem;*/
  color: #2a50a1;
}
.recol {
  width: 80%;
  margin: 0 auto 2ic auto;
}
.recol-c {
  font-size: 160%;
  padding: 0.5rem 3rem 0.5rem 1rem;
  text-align: left;
  background-color: #fff;
  color: #2a50a1;
  font-family: "Noto Sans JP", sans-serif;
}
.recol-v {
  text-align: left;
  padding: 0.5rem 1rem;
}
.recol-v h5 {
  color: #5189c1;
  font-size: 120%;
  margin-bottom: 0.5rem;
}
/* 求人:募集要項 */

/* 獣医師勤務表 */
.calendar .normal .dayn {
  text-align: left;
  font-size: 110%;
  font-weight: normal;
  margin-left: 0.5rem;
  text-decoration: none;
  color: #333;
}
.calendar .saturday .dayn {
  text-align: left;
  font-size: 110%;
  font-weight: normal;
  margin-left: 0.5rem;
  text-decoration: none;
  color: #00f;
}
.calendar .sunday .dayn {
  text-align: left;
  font-size: 110%;
  font-weight: normal;
  margin-left: 0.5rem;
  text-decoration: none;
  color: #f00;
}
.calendar .holiday .dayn {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  margin-left: 0.5rem;
  text-decoration: none;
  color: #f00;
}
/*
.calendar .saturday {
}
.calendar .sunday {
}
*/
.calendar .holiday {
  background-color: #fdd;
}

.calendar .today {
  border: 2px solid #f00;
}
.calendar tbody td {
  vertical-align: top;
}

div.sname {
  font-size: 62%;
  text-align: center;
  overflow: hidden;
  padding-top: 0.3rem;
  width: 3rem;
  height: 1.6rem;
}

.calendar td {
  padding: 0;
}
.calendar {
  border-color: #2a50a1;
}
.c-zen {
  font-size: 62%;
  border-radius: 10%;
  padding: 0.1rem 0.1rem;
  color: white;
}
.c-zen0 {
  font-size: 62%;
  border-radius: 10%;
  padding: 0.1rem 0.5rem;
  background-color: #4472c4;
  color: white;
}
.c-zen1 {
  font-size: 62%;
  border-radius: 10%;
  padding: 0.1rem 0.5rem;
  background-color: #ffc000;
  color: white;
}
.c-zen2 {
  font-size: 62%;
  border-radius: 10%;
  padding: 0.1rem 0.5rem;
  background-color: #6fac46;
  color: white;
}
.c-zen3 {
  font-size: 62%;
  border-radius: 10%;
  padding: 0.1rem 0.5rem;
  background-color: #ccc;
  color: white;
}
/* 獣医師勤務表 */

.bg-f-blue {
  background-color: rgb(220, 239, 254);
}
.text-f-blue {
  /*color:rgb(41, 80, 161);*/
  color: #2a50a1;
}
.text-f-blue-line {
  border-bottom: 1px solid rgb(41, 80, 161);
}
.text-f-white {
  color: rgb(255, 255, 255);
}
.text-f-sky-line {
  border: 1px solid #4fbfef;
}
.text-f-white-line {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.text-f-sky {
  color: #4fbfef;
}
.bg-f-sky {
  background-color: rgb(153, 208, 255);
  /*background-color: #dceffe;*/
}
.f-top-e-caption {
  width: 12rem;
  margin: 0 auto;
}
.text-shadow {
  text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}
.text-f-bolder {
  font-weight: 900;
}
.text-f-bold {
  font-weight: bold;
}
.text-size-48 {
  font-size: 480%;
}
.text-size-28 {
  font-size: 280%;
}
.text-size-24 {
  font-size: 240%;
}
.text-size-9 {
  font-size: 90%;
}
.text-size-8 {
  font-size: 80%;
}
.ft-f-m {
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-family: "GenJyuuGothicX", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.btn-f1-sky {
  background-color: rgb(153, 208, 255);
  color: #fff;
}
.btn-f1-sky:hover {
  background-color: rgb(41, 80, 161);
  color: #fff;
}
.f-h2 {
  /*font-size:420%;*/
  /*font-family: 'MgenPlus2M', sans-serif;*/
  font-family: "M PLUS Rounded 1c", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700; /* Bold */
  font-style: normal;
}

.h4-f-sm-size {
  font-size: clamp(0.5rem, 0.4rem + 1vw, 1.6rem);
}
.fs4-f-sm-size {
  font-size: clamp(0.5rem, 0.4rem + 1vw, 1.6rem);
}

.fs-f-sm-size {
  font-size: clamp(0.4rem, 0.4rem + 1vw, 1.25rem);
}
.text-gray {
  color: #606060;
}
.overlay-bg-white {
  background: rgba(255, 255, 255, 0.6);
}
.top-bg-round50-img {
  border-radius: 50% / 50%;
  object-fit: cover;
}
.top-bg-round100-img {
  border-radius: 100% / 100%;
  object-fit: cover;
}

.partial-border-box {
  position: relative;
  padding: 10px;
}
.partial-border-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 50%;
  border-top: 1px solid rgb(41, 80, 161);
  border-left: 1px solid rgb(41, 80, 161);
}
.partial-border-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 50%;
  border-right: 1px solid rgb(41, 80, 161);
  border-bottom: 1px solid rgb(41, 80, 161);
}
