/* ------------------------------------------------
  Optimized CSS for current index.html
------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
  --primary: #7ab73f;
  --body: #555;
  --note01: #888;
  --btntext01: #fff;
  --btnhover01: #6aad3d;
  --bglight01: #f5f8fb;
  --bgdark01: #6aad3d;
  --dark: #3e3f42;
  --btngradient01: linear-gradient(145deg, rgba(106, 173, 61, 1) 1%, rgba(138, 194, 64, 1) 100%);
  --btngradient02: linear-gradient(145deg, rgba(106, 173, 61, 1) 1%, rgba(138, 194, 64, 1) 100%);
  --bggradient01: linear-gradient(90deg, rgba(106, 173, 61, 1) 1%, rgba(138, 194, 64, 1) 100%);
  --box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
  touch-action: pan-y;
  overscroll-behavior-x: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  line-height: 1.7;
}

:lang(en) {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

img {
  width: 100%;
}

a {
  color: var(--dark);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-4,
.display-6 {
  font-weight: 600;
}

h1,
h2,
h3,
h5 {
  color: var(--primary);
}

h1,
h2 {
  font-size: clamp(24px, 4vw, 32px);
  line-height: 1.4;
}

h3,
h5 {
  font-size: 20px;
  line-height: 1.4;
}

/* ------------------------------------------------
  Utility / text
------------------------------------------------- */
.menu-text {
  font-size: 14px;
  letter-spacing: 0.15rem;
  padding-right: 0.7rem;
}

.hero-text01,
.lead-text,
.lead-text-con,
.lead-text-cond,
.lead-text-cona,
.lead-text-con02 {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  line-height: 1.8;
}

.lead-text {
  margin-bottom: 0;
  text-align: justify;
  text-align-last: left;
}

.lead-text-con {
  margin-bottom: 30px;
}

.lead-text-cond {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .lead-text-cond {
    text-align: justify;
    margin-bottom: 20px;
  }
}

.lead-text-con02 {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .lead-text-con02 {
    margin-bottom: 0px;
  }
}

@media (max-width: 767.98px) {
  .lead-text-cona {
    text-align: justify;
    margin-bottom: 20px;
  }
}

.lead-text-t {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 0;
}

.bg-grad01 {
  background: var(--primary);
}

section {
  padding-top: clamp(55px, 10vw, 65px);
  padding-bottom: clamp(75px, 10vw, 85px);
}

section.hero {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  section.hero {
    padding-top: 80px;
    padding-bottom: 0;
  }
}


[id] {
  scroll-margin-top: 60px;
}

/* ------------------------------------------------
  Navigation
------------------------------------------------- */
.navbar {
  padding: 0;
  box-shadow: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar .container-fluid {
  padding-left: 0.75rem;
  padding-right: 0;
  align-items: stretch;
}

.navbar-brand {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.5rem 0 0.5rem 0.75rem;
}

.navbar-brand h2 {
  margin: 0;
  line-height: 1;
}

.logo {
  width: 240px;
  margin: 0;
}

@media (max-width: 991.98px) {
  .logo {
    width: 160px;
  }
}

.logo_m {
  max-width: 600px;
  width: 90%;
  margin: 40px 0 10px;
  filter:
    drop-shadow(0 0 2px #fff) drop-shadow(0 0 8px #fff) drop-shadow(0 0 18px rgba(255, 255, 255, 0.7));
}

@media (max-width: 767.98px) {
  .logo_m {
    margin: 100px 0 20px;
  }
}

.logo01f {
  width: 420px;
  margin-right: 8px;
}

@media (max-width: 767.98px) {
  .logo01f {
    width: 320px;
  }
}

.navbar-transparent {
  background-color: rgba(255, 255, 255, 1);
}

.navbar-scrolled {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.navbar-open {
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar-nav {
  align-items: center;
}

.nav-item {
  list-style: none;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.nav-link i {
  display: none;
}

.nav_hr {
  display: none;
}

.hamburger-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  z-index: 1001;
}

.hamburger-line {
  width: 100%;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus,
.navbar-toggler-icon:active {
  outline: none !important;
  box-shadow: none !important;
}

/* phone area - PC */
.nav-phone {
  background: var(--primary);
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding: 0;
  border-radius: 999px 0 0 999px;
  flex-shrink: 0;
}

.nav-phone .phone-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 24px 12px 28px;
  color: #fff;
  line-height: 1;
}

.nav-phone .phone-label,
.nav-phone .phone-number,
.nav-phone i,
.nav-phone a {
  color: #fff;
}

.nav-phone .phone-label {
  font-size: 10px;
  line-height: 1.2;
  margin: 0 0 0 4px;
}

.nav-phone .phone-number {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.08rem;
  margin: 0;
}

.nav-phone .d-flex {
  gap: 4px !important;
}

.nav-phone i {
  font-size: 24px;
  line-height: 1;
  margin-right: -4px;
  position: relative;
  top: 1px;
}

.tel-link {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}

.tel-link:hover,
.tel-link:focus,
.tel-link:active {
  color: inherit;
  text-decoration: none;
}

/* mobile */
@media (max-width: 991.98px) {
  .hamburger-menu {
    display: flex;
  }

  .navbar .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    align-items: center;
  }

  .navbar-brand {
    padding: 0.5rem 0;
  }

  .navbar .overlay-collapse {
    position: fixed;
    left: 0;
    right: 0;
    top: 64px;
    height: calc(100vh - 64px);
    background: #fff;
    overflow-y: auto;
    padding: 1.5rem 0 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    z-index: 10;
  }

  .navbar .overlay-collapse.collapse.show {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }

  .navbar .overlay-collapse.collapsing {
    opacity: 0;
    visibility: hidden;
    transition: none;
  }

  .navbar .overlay-collapse>.navbar-nav {
    width: 100%;
    align-items: stretch;
  }

  .navbar .nav-link {
    width: 80%;
    margin: 0 auto;
    padding: 0.85rem 0.5rem;
    justify-content: space-between;
    text-align: left;
    font-size: 1rem;
  }

  .nav-link i {
    display: inline-block;
    font-size: 1.2rem;
    color: var(--primary);
  }

  .nav_hr {
    display: block;
    width: 80%;
    margin: 10px auto;
    color: #000;
    opacity: 0.2;
  }

  .overlay-collapse .navbar-nav:last-child {
    margin-top: 18px;
  }

  .nav-phone {
    display: block;
    width: 78%;
    margin: 20px auto 0;
    border-radius: 999px;
  }

  .nav-phone .phone-box {
    width: 100%;
    padding: 14px 16px;
  }

  .nav-phone .phone-label {
    font-size: 13px;
    margin: 0;
  }

  .nav-phone .phone-number {
    font-size: 32px;
    letter-spacing: 0.04rem;
  }

  .nav-phone i {
    font-size: 30px;
    top: 2px;
  }
}

/* ------------------------------------------------
  Hero
------------------------------------------------- */

.hero {
  position: relative;
  height: 96vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .hero {
    height: 87vh;
  }
}

/* スライド全体 */
.hero-slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/* 各画像 */
.hero-slideshow span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: slideShow 18s infinite ease-in-out;
}

/* 画像指定 */
.hero-slideshow span:nth-child(1) {
  background-image: url("../images/pic01.jpg");
  animation-delay: 0s;
}

.hero-slideshow span:nth-child(2) {
  background-image: url("../images/pic02.jpg");
  animation-delay: 6s;
}

.hero-slideshow span:nth-child(3) {
  background-image: url("../images/pic03.jpg");
  animation-delay: 12s;
}

@media (max-width: 767.98px) {

  .hero-slideshow span:nth-child(1) {
    background-image: url("../images/pic01_sp.jpg");
  }

  .hero-slideshow span:nth-child(2) {
    background-image: url("../images/pic02_sp.jpg");
  }

  .hero-slideshow span:nth-child(3) {
    background-image: url("../images/pic03_sp.jpg");
  }

}

/* フェードアニメーション */
@keyframes slideShow {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.y01t {
  position: absolute;
  width: 40px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767.98px) {
  .y01t {
    bottom: 20px;
  }
}

.y01 {
  width: clamp(30px, 10vw, 40px);
  margin-right: 4px;
  margin-bottom: -110px;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 2;
}

.hero-wave {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 110%;
  max-width: none;
  transform: translateX(-50%);
  height: auto;
  display: block;
  z-index: 1;
  pointer-events: none;
}

/* ------------------------------------------------
  Section titles
------------------------------------------------- */
.title-t01e {
  font-size: clamp(50px, 6vw, 60px);
  font-weight: 100;
  color: var(--body);
}

.title-t01j {
  font-size: 16px;
  font-weight: 400;
  color: var(--body);
  margin-top: -16px;
}

.title-t01 {
  font-size: clamp(30px, 6vw, 40px);
  font-weight: 500;
}

@media (max-width: 411px) {
  .title-t01 {
    font-size: 30px;
  }
}

/* ------------------------------------------------
  Clinic / Doctor / Access info blocks
------------------------------------------------- */

.img-zoom-wrap {
  overflow: hidden;
}

.zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  /* ← ここでズーム */
}

/* 共通（円スタイル） */
.circle-img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .circle-img {
    transform: translateY(-10px);
    max-width: 80%;
    margin-bottom: -20px;
  }
}

.clinic {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

/* .clinic::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/poplar01.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50% auto;
  opacity: 0.8;
  z-index: 0;
}

@media (max-width: 991px) {
  .clinic::before {
    background-size: 80% auto;
  }
} */

/* 中のコンテンツを前面に */
.clinic>* {
  position: relative;
  z-index: 1;
}

.clinic-wave {
  position: relative;
  z-index: 2;
}

.clinic-info {
  color: var(--primary);
}

.clinic-row {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 0 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid #dee2e6;
}

.clinic-row dt {
  margin: 0;
  font-weight: 500;
  white-space: nowrap;
}

.clinic-row dd {
  margin: 0;
}

@media (max-width: 575.98px) {
  .clinic-row {
    grid-template-columns: 6.5em 1fr;
    gap: 0 0.75rem;
  }
}


.clinic-schedule-wrap {
  margin-top: 1rem;
  padding-bottom: .2rem;
}

.clinic-schedule-scroll {
  width: 100%;
  overflow: visible;
}

.clinic-schedule-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  border-top: 4px solid var(--primary);
}

.clinic-schedule-table th,
.clinic-schedule-table td {
  border: 1px solid #dee2e6;
  text-align: center;
  vertical-align: middle;
  color: var(--body);
  font-size: 14px;
  font-weight: 400;
  padding: .8rem .15rem;
  line-height: 1.4;
}

.clinic-schedule-table thead th {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.clinic-schedule-table .schedule-time-head,
.clinic-schedule-table tbody th {
  width: 30%;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
}

.clinic-schedule-table td {
  width: 8.75%;
}

.mark-open {
  color: var(--primary);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.mark-close {
  color: #ff4d4d;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.clinic-schedule-note {
  margin: .85rem 0 0;
  padding-left: 1.1rem;
  color: var(--body);
}

.clinic-schedule-note li {
  margin-bottom: .3rem;
  line-height: 1.7;
  font-size: 14px;
}

.clinic-schedule-note li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {

  .clinic-schedule-table th,
  .clinic-schedule-table td {
    font-size: 14px;
    padding: .7rem .1rem;
  }

  .clinic-schedule-table thead th,
  .clinic-schedule-table .schedule-time-head,
  .clinic-schedule-table tbody th {
    font-size: 14px;
  }

  .mark-open {
    font-size: 14px;
  }

  .mark-close {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {

  .clinic-schedule-table th,
  .clinic-schedule-table td {
    font-size: 14px;
    padding: .6rem .05rem;
    letter-spacing: 0;
  }

  .clinic-schedule-table thead th,
  .clinic-schedule-table .schedule-time-head,
  .clinic-schedule-table tbody th {
    font-size: 14px;
  }

  .clinic-schedule-table .schedule-time-head,
  .clinic-schedule-table tbody th {
    width: 32%;
  }

  .mark-open {
    font-size: 14px;
  }

  .mark-close {
    font-size: 14px;
  }

  .clinic-schedule-note {
    padding-left: 1rem;
  }

  .clinic-schedule-note li {
    font-size: 13px;
    line-height: 1.65;
  }
}

.clinic-row.no-border {
  border-bottom: none;
}

.clinic-schedule-note {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.info {
  position: relative;
  overflow: hidden;
  padding-bottom: 180px;
}

@media (max-width: 767.98px) {
  .info {
    padding-bottom: 100px;
  }
}

.info-wave {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 110%;
  max-width: none;
  transform: translateX(-50%) scaleX(-1);
  height: auto;
  display: block;
  z-index: 1;
  pointer-events: none;
}

.clinic {
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
}

@media (max-width: 767.98px) {
  .clinic {
    padding-bottom: 80px;
  }
}

.clinic-wave {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 110%;
  max-width: none;
  transform: translateX(-50%);
  height: auto;
  display: block;
  z-index: 1;
  pointer-events: none;
}

.doctor {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .doctor {
    padding-bottom: 50px;
  }
}

.doctor-wave {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 110%;
  max-width: none;
  transform: translateX(-50%) scaleX(-1);
  height: auto;
  display: block;
  z-index: 1;
  pointer-events: none;
}

.doctor {
  position: relative;
  background-color: var(--primary);
  overflow: hidden;
}

.doctor::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/poplar02.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  z-index: 0;
}

@media (max-width: 991px) {
  .doctor::before {
    background-image: url("../images/poplar02_sp.jpg");
  }
}

.access {
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
}

@media (max-width: 767.98px) {
  .access {
    padding-bottom: 100px;
  }
}

.access-poplar {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 100%;
  max-width: none;
  transform: translateX(-50%);
  height: auto;
  display: block;
  z-index: 1;
  pointer-events: none;
}


/* ------------------------------------------------
  Buttons / footer
------------------------------------------------- */
.btn,
.btn:hover,
.btn:focus,
.btn:active {
  transition: none !important;
}

.btn-cta {
  color: var(--btntext01);
  border: none;
  border-radius: 50rem;
  background: var(--primary);
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0;
  width: 300px;
  position: relative;
  overflow: visible;
}

@media (max-width: 400px) {
  .btn-cta {
    width: 92vw;
  }
}

.btn-cta i {
  position: relative;
  font-size: 22px;
  top: 1px;
}

.btn:hover,
.btn:active {
  color: var(--btntext01) !important;
  background: var(--btngradient02) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}

.fmenu {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}


.phone-label02 {
  color: var(--primary);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08rem;
  margin-bottom: -10px;
}

.phone-number02 {
  color: var(--primary);
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.08rem;
  margin: 0;
}

.bxs-phonef {
  color: var(--primary);
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.08rem;
  margin: 0;
}

.copyright01 {
  background: #000;
  color: #b6b6b6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 0;
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 10px;
}

.copyright01 p {
  margin: 0;
  line-height: 1;
}

/* ------------------------------------------------
  Consultation section
------------------------------------------------- */
.arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid var(--primary);
  margin: 0 auto 24px;
}

.box-solid {
  max-width: 720px;
  margin: 0 auto;
  background: var(--primary);
  color: #fff;
  padding: 18px 20px;
  font-size: 28px;
  line-height: 1.4;
}

.tel-note,
.step-note,
.step-note-small,
.exam-note {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
}

.tel-box {
  max-width: 720px;
  margin: 0 auto;
  border: 2px solid var(--primary);
  background: rgba(140, 198, 63, 0.12);
  color: var(--primary);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding: 10px 20px;
}

.tel-box a {
  color: inherit;
  text-decoration: none;
}

.visit-box {
  max-width: 720px;
  margin: 0 auto;
  border: 2px solid var(--primary);
  padding: 18px 26px 16px;
  text-align: left;
  background: #fff;
}

.visit-title {
  text-align: center;
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
  position: relative;
}

.visit-title::after {
  content: "";
  display: block;
  width: 98%;
  margin: 8px auto 0;
  border-top: 1px solid var(--primary);
}

.visit-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  font-size: 16px;
  color: #666;
}

.visit-list li {
  margin: 6px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.num {
  flex: 0 0 auto;
  color: var(--primary);
  font-size: 24px;
  font-weight: 600;
  margin: -7px 0 0 4px;
}

.big-step {
  max-width: 720px;
  margin: 0 auto;
  background: var(--primary);
  color: #fff;
  padding: 20px 20px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
}

.mid-box {
  max-width: 720px;
  margin: 0 auto;
  border: 2px solid var(--primary);
  background: #fff;
  color: var(--primary);
  padding: 10px 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.subsection {
  margin-top: 36px;
  font-size: 18px;
  color: #666;
}

.subsection h3 {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 22px;
  font-weight: 500;
}

.subsection p {
  margin: 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-16 {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .box-solid {
    font-size: 22px;
  }

  .tel-box {
    font-size: 34px;
  }

  .mid-box {
    font-size: 22px;
  }

  .tel-note,
  .step-note,
  .step-note-small,
  .exam-note,
  .visit-list,
  .subsection {
    font-size: 16px;
  }

  #consultation {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.box-solid i {
  font-size: 1em;
  margin: 0 0 6px -10px;
  vertical-align: middle;
  color: #fff;
}

.big-step i {
  font-size: 1em;
  margin: 0 0 6px -10px;
  vertical-align: middle;
  color: #fff;
}

.mid-box i {
  font-size: 1em;
  margin: 0 0 6px -10px;
  vertical-align: middle;
  color: var(--primary);
}

/* .consultation {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.consultation::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/clinic03.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  opacity: 0.8;

  z-index: 0;
} */

/* ------------------------------------------------
  Information section
------------------------------------------------- */
.info-inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 40px 20px;
  position: relative;
}

.info-green-heading {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(18px, 3vw, 20px);
  line-height: 1.4;
  font-weight: 400;
  color: #8ec16d;
}

.info-green-heading i {
  font-size: 24px;
  position: relative;
  top: 2px;
}

.info-monthly-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.info-month-block {
  width: 260px;
}

.info-month-title {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 8px;
  text-align: center;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  border-top: 4px solid var(--primary);
}

.info-table th,
.info-table td {
  border: 1px solid #c5c5c5;
  height: 34px;
  padding: 0 6px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #555;
}

.info-table thead th {
  background: #fff;
  font-weight: 400;
}

.info-table .date-col {
  width: 44%;
}

.info-table .am-col,
.info-table .pm-col {
  width: 28%;
  font-size: 14px;
}

.info-table .closed,
.info-table .holiday-date {
  color: #ff4d4d;
}

.info-gw-block {
  text-align: center;
}

.info-gw-table-wrap {
  width: 260px;
  margin: 0 auto;
}

.info-note {
  margin: 10px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}

@media (max-width: 767.98px) {
  .info-inner {
    padding: 32px 16px 40px;
  }

  .info-monthly-wrap {
    gap: 22px;
    margin-bottom: 40px;
  }

  .info-month-block,
  .info-gw-table-wrap {
    width: 100%;
    max-width: 340px;
  }

  .info-month-title {
    font-size: 15px;
  }

  .info-table th,
  .info-table td {
    font-size: 14px;
  }
}


/* 鳥 */
.info-bird {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 50px;
  height: auto;
  pointer-events: none;
}

/* 画像横並び */
.gallery-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.clinic-gallery {
  padding: 0;
  margin: 0;
}



/* ------------------------------------------------
  Responsive line breaks
------------------------------------------------- */

@media (min-width:768px) {
  .br-pc {
    display: block
  }

  .br-sp {
    display: none
  }
}

@media (max-width:767px) {
  .br-pc {
    display: none
  }

  .br-sp {
    display: block
  }
}


/* ------------------------------------------------
  Fade Anim
------------------------------------------------- */

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 0.2s;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}