@charset "UTF-8";
/* クランプ関数 */
/* html */
html {
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html .wrapper {
  width: 100%;
  max-width: 800px;
}
html a {
  transition: 0.3s;
}
html a:hover, html a:active, html a:focus-visible {
  opacity: 0.8;
}
html .img100 {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* グーグルフォントページ読み込み時チラつき回避 */
body.hidden {
  visibility: hidden;
}

.loading-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 2em;
  transform: translate(-50%, -50%);
}

/* インスタグラムリンクバナー */
.instagram-link {
  display: flex;
  justify-content: center;
}
.instagram-link a {
  display: block;
  width: 78.75%;
}
.instagram-link a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* クリニック紹介 */
.clinic-about {
  background-image: url("../images/bg_clinic-about.jpg");
  background-size: cover;
  margin-top: clamp(1.675rem, 0rem + 8.375vw, 4.1875rem);
  padding-bottom: clamp(4rem, 0rem + 5.375vw, 4rem);
}
.clinic-about__title {
  padding-top: clamp(1.275rem, 0rem + 6.375vw, 3.1875rem);
  text-align: center;
}
.clinic-about__title h2 {
  position: relative;
  font-size: clamp(1.2rem, 0rem + 6vw, 3rem);
  font-family: "Shippori Mincho", serif;
  color: rgb(255, 255, 255);
  padding-bottom: clamp(0.225rem, 0rem + 1.125vw, 0.5625rem);
}
.clinic-about__title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(15.75rem, 0rem + 78.75vw, 39.375rem);
  height: 2px;
  background-color: rgb(255, 255, 255);
}
.clinic-about__access {
  width: clamp(15.75rem, 0rem + 78.75vw, 39.375rem);
  margin: clamp(1.225rem, 0rem + 6.125vw, 3.0625rem) auto 0;
  background-color: #fff;
  padding-bottom: clamp(0.825rem, 0rem + 4.125vw, 2.0625rem);
}
.clinic-about__map {
  padding: clamp(0.75rem, 0rem + 3.75vw, 1.875rem);
}
.clinic-about__map iframe {
  width: 100%;
  height: clamp(10.975rem, 0rem + 54.875vw, 27.4375rem);
  border: none;
}
.clinic-about__address, .clinic-about__distance, .clinic-about__landmark {
  position: relative;
  font-size: clamp(0.5625rem, 0.1041666667rem + 2.2916666667vw, 1.25rem);
  color: rgb(61, 49, 47);
  line-height: 2;
  font-weight: 600;
  margin-left: clamp(1.325rem, 0rem + 6.625vw, 3.3125rem);
  padding-left: clamp(1rem, 0rem + 5vw, 2.5rem);
  margin-bottom: clamp(0.3rem, 0rem + 1.5vw, 0.75rem);
}
.clinic-about__address {
  margin-top: clamp(0.15rem, 0rem + 0.75vw, 0.375rem);
}
.clinic-about__address::before {
  content: "";
  position: absolute;
  top: clamp(0.25625rem, 0.15625rem + 0.5vw, 0.40625rem);
  left: 0;
  width: clamp(0.5rem, 0rem + 2.5vw, 1.25rem);
  height: clamp(0.675rem, 0rem + 3.375vw, 1.6875rem);
  background-image: url("../images/icon_address.png");
  background-size: cover;
}
.clinic-about__distance {
  margin-top: clamp(0.3rem, 0rem + 1.5vw, 0.75rem);
}
.clinic-about__distance::before {
  content: "";
  position: absolute;
  top: clamp(0.25625rem, 0.15625rem + 0.5vw, 0.40625rem);
  left: 0;
  width: clamp(0.5rem, 0rem + 2.5vw, 1.25rem);
  height: clamp(0.675rem, 0rem + 3.375vw, 1.6875rem);
  background-image: url("../images/icon_distance.png");
  background-size: cover;
}
.clinic-about__landmark {
  margin-top: clamp(0.3rem, 0rem + 1.5vw, 0.75rem);
}
.clinic-about__landmark::before {
  content: "";
  position: absolute;
  top: clamp(0.30625rem, 0.2395833333rem + 0.3333333333vw, 0.40625rem);
  left: 0;
  width: clamp(0.65rem, 0rem + 3.25vw, 1.625rem);
  height: clamp(0.575rem, 0rem + 2.875vw, 1.4375rem);
  background-image: url("../images/icon_landmark.png");
  background-size: cover;
}
.clinic-about__support {
  width: clamp(15.65rem, 0rem + 78.25vw, 39.125rem);
  margin: clamp(1.075rem, 0rem + 5.375vw, 2.6875rem) auto 0;
  border-radius: clamp(0.5rem, 0rem + 2.5vw, 1.25rem);
  border-width: clamp(0.0625rem, 0.0208333333rem + 0.2083333333vw, 0.125rem);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  background-color: rgb(61, 49, 47);
  text-align: center;
  padding-inline: 3%;
  padding-bottom: clamp(0.625rem, 0rem + 3.125vw, 1.5625rem);
}
.clinic-about__support h4 {
  font-size: clamp(1.01375rem, 0rem + 5.06875vw, 2.534375rem);
  font-family: "Shippori Mincho", serif;
  color: rgb(204, 184, 162);
  margin-top: clamp(0.725rem, 0rem + 3.625vw, 1.8125rem);
}
.clinic-about__support p {
  font-size: clamp(0.5rem, 0rem + 2.5vw, 1.25rem);
  font-family: "Shippori Mincho", serif;
  color: rgb(254, 254, 254);
  line-height: 1.7;
  margin-top: clamp(0.35rem, 0rem + 1.75vw, 0.875rem);
}
.clinic-about__support a {
  padding-block: clamp(0.1625rem, 0rem + 0.8125vw, 0.40625rem);
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(6.15rem, 0rem + 30.75vw, 15.375rem);
  margin: clamp(0.35rem, 0rem + 1.75vw, 0.875rem) auto 0;
  border-radius: clamp(0.825rem, 0rem + 4.125vw, 2.0625rem);
  background-color: rgb(204, 184, 162);
  font-size: clamp(0.55rem, 0rem + 2.75vw, 1.375rem);
  color: rgb(61, 49, 47);
}

/* フッター */
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding-block: clamp(0.875rem, 0rem + 4.375vw, 2.1875rem);
  background-color: rgb(190, 159, 123);
}
footer small {
  font-size: clamp(0.5rem, 0rem + 2.5vw, 1.25rem);
  color: rgb(254, 254, 254);
}

/* 下部固定ボタン */
/* 固定フッター */
.floating-reservation {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 14px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(clamp(0.2rem, 0rem + 1vw, 0.5rem));
  transform: translateY(0);
  transition: transform 0.35s ease;
}
.floating-reservation.hidden {
  transform: translateY(100%);
}
.floating-reservation a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 420px;
  max-width: 90%;
  padding: 12px 0;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #6ec38a 0%, #4caf50 50%, #3a8f4a 100%);
  box-shadow: 0 6px 16px rgba(76, 175, 80, 0.28);
}
.floating-reservation .sub-text {
  font-size: clamp(0.75rem, 0.5833333333rem + 0.8333333333vw, 1rem);
  opacity: 0.9;
  margin-bottom: 2px;
  letter-spacing: 0.031em;
}
.floating-reservation .btn-text {
  font-size: clamp(1.1875rem, 0.9791666667rem + 1.0416666667vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.075em;
}

/*# sourceMappingURL=style.css.map */
