/*
Theme Name: crevia
Theme URI: https://takashima-kids-clinic.com/
Author: たかしまこどもクリニック
Description: たかしまこどもクリニック オリジナルテーマ
Version: 1.0
*/

/* Takashima supervised article CSS */
@import url("./library/css/tkc-mg-edition.css?v=20260527");

:root {
  --green: #4fc77d;
  --green-dark: #0f7d43;
  --mint: #d6fff6;
  --leaf: #e4ffd8;
  --yellow: #fff9bb;
  --peach: #ffe8df;
  --orange: #ffae22;
  --text: #626262;
  --line: #d7eadb;
}

* {
  box-sizing: border-box;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.smooth-back-to-top-button svg.progress-circle,
.smooth-back-to-top-button::after {
  display: none !important;
}
.smooth-back-to-top-button.btn-right-side {
  background-image: url("./library/images/to_top.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.smooth-back-to-top-button {
  bottom: 10px;
  height: 85px !important;
  width: 85px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: inset 0 0 0 0px #4fc77d !important;
}
#c_head {
  width: 100%;
  position: relative;
  padding: 0.5rem 0;
  z-index: 90;
  background: #fff;
}
.c_head_l {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
  width: 10%;
}
.c_head_r {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
  width: 10%;
}
#c_head .inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.c_h_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c_h_t .c_h_t_l {
  width: 250px;
}
.c_h_t .c_h_t_r {
  width: 541px;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c_h_t .c_h_t_r .m {
  border-right: 1px solid #000;
  padding-right: 20px;
}
.c_h_t .c_h_t_r .m i {
  color: #51ca81;
  font-size: 20px;
  margin-right: 5px;
}
.c_h_t .c_h_t_r .t {
  color: #51ca81;
  font-size: 20px;
}
.c_h_t .c_h_t_r .t i {
  margin-right: 5px;
}
.c_h_b ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}
.c_h_b a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.c_h_b a::before {
  content: "";
  width: clamp(18px, 1.7vw, 30px);
  height: clamp(14px, 1.4vw, 24px);
  flex: 0 0 auto;
  background: url("library/images/header-nav-illust.png") center / contain
    no-repeat;
  transform-origin: 50% 90%;
  transition: transform 0.22s ease;
}
.c_h_b a:hover::before {
  animation: nav-leaf-wiggle 0.48s ease both;
}
.site-header {
  position: fixed;
  top: 0;
  z-index: 20;
  width: min(1920px, 100%);
  margin: 0 auto;
  background: #fff;
}
.header-main {
  width: 95%;
  margin: 0 auto;
  background: #fff;
}

.header-main-inner {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

.header-logo {
  width: 250px;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  color: #666666;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.45;
  white-space: nowrap;
  width: calc(100% - 250px - 20px);
}

.header-nav a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.header-nav a::before {
  content: "";
  width: clamp(18px, 1.7vw, 30px);
  height: clamp(14px, 1.4vw, 24px);
  flex: 0 0 auto;
  background: url("library/images/header-nav-illust.png") center / contain
    no-repeat;
  transform-origin: 50% 90%;
  transition: transform 0.22s ease;
}

.header-nav a:hover::before,
.header-nav a:focus-visible::before,
.header-nav a:active::before {
  animation: nav-leaf-wiggle 0.48s ease both;
}

.fv-coded {
  width: min(1920px, 100%);
  margin: 0 auto;
  position: relative;
}

.fv-stage {
  width: min(1800px, 93.75vw);
  aspect-ratio: 1800 / 824;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}

.fv-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-width: none;
}

.fv-copy-panel {
  position: absolute;
  left: 0;
  top: 30%;
  width: 65.834%;
  height: 30.34%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0 125px 125px 0;
}

.fv-copy-text {
  position: absolute;
  z-index: 2;
  left: 15.106%;
  top: 26.4%;
  width: 83.123%;
  color: #666666;
  font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.fv-copy-text p,
.fv-copy-text h1 {
  margin: 0;
  font-size: clamp(16px, 1.667vw, 32px);
  line-height: 1;
}

.fv-copy-text h1 {
  margin-top: 30px;
}

.fv-stage ul {
  position: absolute;
  bottom: 0;
  right: 4%;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, 600px);
}

.fv-footprints,
.fv-elephant-large,
.fv-elephant-small {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.fv-footprints {
  left: 75.25%;
  top: -3.75%;
  width: 25.33%;
}

.fv-elephant-large {
  left: -0.84%;
  top: 52.4%;
  width: 15.95%;
}

.fv-elephant-small {
  left: 15.95%;
  top: 74.8%;
  width: 8.44%;
}

.fv-leaves-top,
.fv-leaves-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.fv-leaves-top {
  top: -11%;
  left: 65%;
  width: 9%;
}

.fv-leaves-right {
  bottom: -1%;
  right: 3%;
  width: 8%;
}

.fv-floating {
  position: fixed;
  z-index: 25;
  right: 0;
  top: 231px;
  width: 177px;
  min-height: 473px;
  pointer-events: none;
}

.fv-floating-elephant {
  position: absolute;
  right: 2px;
  top: 0;
  width: 100px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.fv-floating-panel {
  position: absolute;
  right: 0;
  top: 62px;
  width: 100px;
  height: 380px;
  padding-top: 37px;
  background: url("library/images/fv-group53-bg-yellow.png") center / 100% 100%
    no-repeat;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  pointer-events: auto;
}

.fv-floating-panel a {
  width: 100%;
  min-height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #666;
  font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
}

.fv-floating-panel img {
  width: 65px;
  height: auto;
}

.footer-inner {
  width: min(1800px, calc(100% - 64px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: clamp(230px, 19.2vw, 367px);
  height: auto;
}

.global-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-size: 13px;
}

.global-nav a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-right: 5px;
  vertical-align: -2px;
  background:
    radial-gradient(circle at 70% 25%, #ffe044 0 4px, transparent 5px),
    radial-gradient(circle at 35% 65%, #6bcf69 0 5px, transparent 6px);
}

.hero {
  width: min(1800px, 93.75vw);
  aspect-ratio: 1800 / 724;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.hero-bg {
  position: absolute;
  left: 0;
  top: -15.193%;
  width: 100%;
  height: auto;
  max-width: none;
}

.hero::after {
  content: none;
}

.hero-copy {
  position: absolute;
  z-index: 1;
  left: 7%;
  bottom: 25%;
  width: min(980px, 78%);
  padding: 48px 72px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 80px 80px 0;
  font-weight: 800;
}

.hero-copy-img {
  position: absolute;
  z-index: 1;
  left: -0.55%;
  top: 19.4%;
  width: 71.6%;
  height: auto;
}

.fv-rail {
  position: absolute;
  z-index: 3;
  right: -3.65%;
  top: 16.7%;
  width: 7.77%;
  height: auto;
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(26px, 3vw, 42px);
  letter-spacing: 0.16em;
}

.hero-copy p {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 31px);
}

.hours-band {
  width: min(1800px, 93.75vw);
  aspect-ratio: 1800 / 100;
  margin: 0 auto;
  padding: 0;
  background: var(--green);
  border-radius: 0 0 22px 22px;
  overflow: hidden;
  position: relative;
}

.hours-band img {
  position: absolute;
  left: 11.055%;
  top: 14%;
  width: 77.889%;
  height: auto;
  display: block;
  max-width: none;
}

.section {
  width: min(1400px, calc(100% - 64px));
  margin: 120px auto;
  text-align: center;
  position: relative;
}

.features.section {
  margin-top: 38px;
}

.features-coded {
  width: min(1920px, 100%);
  aspect-ratio: 1920 / 623;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: #fff;
}

.features-coded-inner {
  position: absolute;
  inset: 0;
}

.first-coded {
  width: min(1920px, 100%);
  min-height: 496px;
  margin: 0 auto;
  padding: 92px 0 74px;
  position: relative;
  overflow: hidden;
}

.first-bg,
.first-group-deco {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.first-bg {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first-group110 {
  left: 2.674%;
  top: 0;
  z-index: 0;
  width: 20.083%;
}

.first-group109 {
  right: 2.969%;
  top: 39.105%;
  z-index: 0;
  width: 19.747%;
}

.first-group108 {
  right: 17%;
  top: 0;
  width: min(395px, 20.57vw);
  animation: firstDecoRotate 28s linear infinite;
  transform-origin: 50% 50%;
}

.first-group107 {
  left: 17%;
  bottom: 0;
  width: min(300px, 18vw);
  animation: firstDecoRotate 34s linear infinite;
  transform-origin: 50% 50%;
}

.first-coded-inner {
  width: min(1401px, calc(100% - 64px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.first-coded h2 {
  margin-bottom: 40px;
  font-size: clamp(20px, 2.2vw, 42px);
}

.first-text {
  margin: 0 auto 54px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.08em;
}

.first-buttons {
  display: flex;
  justify-content: center;
  gap: 36px;
}

.first-buttons .btn {
  min-width: 250px;
  min-height: 70px;
  font-size: 16px;
}

.first-buttons .btn-orange {
  min-width: 370px;
}

.first-buttons .btn-orange::before {
  content: "";
  width: 32px;
  height: 25px;
  margin-right: 10px;
  flex: 0 0 auto;
  background: url("library/images/download-icon.png") center / contain no-repeat;
}

.en {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.top-main h2 {
  margin: 0 0 48px;
  font-size: clamp(20px, 2.2vw, 42px);
  color: #656565;
  line-height: 1.35;
}

.lead {
  max-width: 1160px;
  margin: -20px auto 36px;
  text-align: center;
}

.feature-clouds {
  position: absolute;
  left: 13.478%;
  top: 6.1%;
  width: 72.917%;
  height: 53.773%;
}

.feature-cloud {
  position: absolute;
  top: 0;
  width: 23.929%;
  aspect-ratio: 1;
  padding: 7.9% 2.2% 5.2%;
  display: grid;
  place-items: center;
  color: #606060;
  font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(12px, 1.354vw, 26px);
  line-height: 1.3846;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

.feature-cloud-1 {
  left: 0;
}
.feature-cloud-2 {
  left: 25.357%;
}
.feature-cloud-3 {
  left: 50.714%;
}
.feature-cloud-4 {
  left: 76.071%;
}

.feature-cloud img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.feature-cloud span {
  position: relative;
  z-index: 1;
}

.feature-title-blob {
  position: absolute;
  left: 30.677%;
  top: 52.649%;
  width: 34.635%;
  aspect-ratio: 665 / 269.35;
  margin: 0;
  padding: 5.05% 13.6% 2.9% 4.4%;
  color: #606060;
  font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
  text-align: center;
  background: transparent;
}

.feature-title-blob p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(13px, 1.875vw, 36px);
  line-height: 1.8056;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.feature-title-blob h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #51c981;
  font-size: clamp(22px, 1.875vw, 36px);
  line-height: 1.8056;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.feature-title-blob h2 span {
  color: #666666;
  font-size: 1em;
  margin-left: 0.08em;
}

.feature-title-bg,
.feature-title-shadow,
.feature-leaf,
.feature-butterfly,
.feature-illust {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.feature-title-bg {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 0;
}

.feature-title-shadow {
  right: -30.677%;
  bottom: -6.667%;
  width: 49.2%;
  z-index: 1;
}

.feature-leaf {
  left: 3.459%;
  top: -2.618%;
  width: 16.793%;
  z-index: 2;
}

.feature-butterfly {
  right: 22.105%;
  top: 11.484%;
  width: 9.5%;
  z-index: 2;
}

.feature-illust {
  right: -23.551%;
  bottom: -12.385%;
  width: 33.887%;
  z-index: 2;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 17px 28px;
  color: #fff;
  font-weight: 800;
  background: var(--green);
  border-radius: 999px;
  border: 2px dotted #fff;
  box-shadow: 0 0 0 2px var(--green);
}

.btn::after {
  content: "→";
  margin-left: 12px;
}
.btn-orange {
  background: var(--orange);
  box-shadow: 0 0 0 2px var(--orange);
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}

.panel {
  width: min(1800px, calc(100% - 64px));
  padding: 92px 5%;
  border-radius: 42px;
  position: relative;
  overflow: hidden;
  background-image: url("./library/images/rectangle31.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.medical-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 19px;
  margin-bottom: 56px;
}

.medical {
  overflow: visible;
}

.medical-heading-mark {
  width: 30px;
  height: auto;
  margin: 0 auto 7px;
}

.heading-mark-left {
  margin-left: 0;
  margin-right: auto;
}

.medical h2 {
  margin-bottom: 37px;
}

.medical-group47-illust {
  position: relative;
  z-index: 2;
  width: 46px;
  height: auto;
  margin: 0 auto -26px;
}

.medical-card {
  --illust-w: 31%;
  position: relative;
  display: block;
  aspect-ratio: 265 / 283.5;
  transition: transform 0.18s ease;
}

.medical-card:hover {
  transform: translateY(-4px);
}

.medical-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.medical-card-illust {
  position: absolute;
  top: 15.75%;
  left: 46.5%;
  z-index: 1;
  width: var(--illust-w);
  height: auto;
  transform: translateX(-50%);
}

.medical-card-text {
  position: absolute;
  top: 60.55%;
  left: 4.9%;
  z-index: 2;
  width: 83%;
  color: #666666;
  text-align: center;
}

.medical-card-tall .medical-card-text {
  top: 54.2%;
}

.medical-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(14px, 1.146vw, 22px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.1em;
}

.medical-card-link {
  display: block;
  margin-top: 10px;
  font-size: clamp(12px, 0.833vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.medical-card-tall .medical-card-link {
  margin-top: 7px;
}

#disease {
  position: relative;
  padding: 80px 0;
}
.disease-group {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.disease-group110 {
  left: 0;
  bottom: -40px;
  width: min(510px, 26.55vw);
  animation: firstDecoRotate 34s linear infinite;
  transform-origin: 50% 50%;
}

.disease-group109 {
  right: 0;
  top: -40px;
  width: min(395px, 20.57vw);
  animation: firstDecoRotate 28s linear infinite;
  transform-origin: 50% 50%;
}

.disease-group108 {
  left: 15%;
  top: 100px;
  width: min(300px, 18vw);
  animation: firstDecoRotate 34s linear infinite;
  transform-origin: 50% 50%;
}

.disease-group107 {
  right: 15%;
  bottom: 100px;
  width: min(300px, 18vw);
  animation: firstDecoRotate 28s linear infinite;
  transform-origin: 50% 50%;
}
#disease .inner {
  position: relative;
  z-index: 2;
  width: min(90%, 1400px);
  margin: 0 auto;
}
#disease h2,
#disease .en {
  text-align: center;
}
#disease .btn_box {
  text-align: center;
}
.tabs {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 5px;
  margin: 46px 0;
}

.tabs button {
  min-height: 58px;
  color: #fdb926;
  font: inherit;
  font-weight: 800;
  background: #fff;
  border: 2px solid #fdb926;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
font-size: 14px;
}

.tabs button[aria-selected="true"] {
  color: #fff;
  background: #fdb926;
}

.tabs button:focus-visible {
  outline: 3px solid #f4b23f;
  outline-offset: 3px;
}

/* tabpanel hidden 属性を display:grid より優先（タブ切替動作の必須対応） */
.symptoms[hidden] {
  display: none !important;
}

.symptoms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 58px 0 80px;
}

.symptom-card {
  --img-top: -7.72%;
  --img-w: 100%;
  position: relative;
  display: block;
  aspect-ratio: 446 / 150;
  overflow: visible;
  transition: transform 0.18s ease;
}

.symptom-card:hover {
  transform: translateY(-3px);
}

.symptom-card img {
  position: absolute;
  top: var(--img-top);
  left: 50%;
  width: var(--img-w);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
}

.symptom-card span {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #666666;
  font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.doctor {
  overflow: visible;
}

.doctor-list {
  display: grid;
  position: relative;
  z-index: 1;
}

.doctor-profile {
  display: grid;
  grid-template-columns: 48.894% 48.751%;
  gap: 2.355%;
  align-items: start;
  text-align: left;
}

.doctor-photo {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 685 / 457;
  background: #d9d9d9;
}

.doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-copy {
  padding-top: 0;
}

.role {
  position: relative;
  margin: 0 0 0 42px;
  color: var(--green);
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

.role::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 0;
  width: 41px;
  height: 44px;
  background: url("library/images/doctor-frame112-group.png") center / contain
    no-repeat;
}

.doctor-copy h3 {
  margin: 0;
  color: #666666;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.385;
  letter-spacing: 0.1em;
}

.license {
  margin: 10px 0 26px;
  padding-bottom: 20px;
  color: #666666;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.1em;
  border-bottom: 2px dashed #d9903d;
}

.doctor-copy > p:not(.role):not(.license) {
  margin: 0 0 22px;
  color: #666666;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
#news {
  margin: 0 auto;
  padding: 0 0 120px;
  position: relative;
}
#news .inner {
  width: min(90%, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  position: relative;
  overflow: visible;
  text-align: left;
  padding: 4px 8px 16px;
}

#news .inner > :not(.section-deco) {
  position: relative;
  z-index: 1;
  padding: 4px;
}
#news .insta-embed iframe {
  width: 100%;
  border: 1px solid rgba(219, 219, 219, 0) !important;
}
.news-group110 {
  left: 0%;
  bottom: -40px;
  width: min(510px, 26.55vw);
  animation: firstDecoRotate 34s linear infinite;
  transform-origin: 50% 50%;
}

.news-group109 {
  right: 0%;
  top: -40px;
  width: min(395px, 20.57vw);
  animation: firstDecoRotate 28s linear infinite;
  transform-origin: 50% 50%;
}

.news-group108 {
  right: 15%;
  bottom: 100px;
  width: min(395px, 20.57vw);
  animation: firstDecoRotate 28s linear infinite;
  transform-origin: 50% 50%;
}

.news-group107 {
  left: 15%;
  top: 100px;
  width: min(300px, 18vw);
  animation: firstDecoRotate 34s linear infinite;
  transform-origin: 50% 50%;
}

.news-list {
  padding: 0;
  margin: 0 0 38px;
  list-style: none;
}

.news-list li {
  padding: 20px 0;
  border-bottom: 1px solid #d5d5d5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-list time {
  color: #999;
  margin-right: 16px;
}
.news-list span {
  display: inline-block;
  padding: 2px 14px;
  color: #fff;
  font-size: 12px;
  background: var(--green);
  border-radius: 999px;
}
.news-list a {
  display: block;
  font-weight: 700;
}

.useful-links {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

.useful-links__inner {
  position: relative;
  width: min(90%, 1400px);
  margin: 0 auto;
}

.useful-links h2 {
  margin-bottom: 36px;
}

.useful-links__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.useful-links__card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  padding: 14px;
  border: 2px dashed rgba(79, 199, 125, 0.34);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 125, 67, 0.08);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.useful-links__card:hover,
.useful-links__card:focus-visible {
  border-color: rgba(79, 199, 125, 0.72);
  box-shadow: 0 16px 30px rgba(15, 125, 67, 0.13);
  transform: translateY(-4px);
}

.useful-links__card img {
  width: 100%;
  max-width: 220px;
  max-height: 92px;
  height: auto;
  object-fit: contain;
  image-rendering: auto;
  transition: transform 0.24s ease;
}

.useful-links__card:hover img,
.useful-links__card:focus-visible img {
  transform: scale(1.025);
}

.useful-links__card--banner img {
  max-width: 100%;
  max-height: 62px;
}

.useful-links__card--small img {
  width: auto;
  max-width: 140px;
  max-height: 70px;
}

.useful-links__card--visual img {
  max-width: 100%;
  max-height: 108px;
  border-radius: 6px;
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 40px;
}

.insta-grid img {
  aspect-ratio: 1;
  object-fit: cover;
}

.access {
  width: 100%;
  margin: 0 auto 0 !important;
  padding: 120px 0;
  min-height: 838px;
  padding: 58px max(32px, calc((100vw - 1402px) / 2)) 54px;
  position: relative;
  overflow: hidden;
  background: #f5ffee;
}

.access::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -15px;
  height: 73px;
  background: #f5ffee;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.access > :not(.section-deco) {
  position: relative;
  z-index: 1;
}

.access-grid {
  display: grid;
  grid-template-columns: minmax(0, 675fr) minmax(0, 676fr);
  gap: 51px;
  align-items: start;
  text-align: left;
}

.map {
  width: 100%;
  background: #fff;
}

.schedule {
  width: 100%;
  background: transparent;
}

.schedule-card {
  min-height: 356px;
  padding: 31px 30px 20px;
  background: #fff;
}

.map {
  aspect-ratio: 675 / 350;
  object-fit: cover;
}

.access-map-panel {
  width: 100%;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  background: transparent;
}

.schedule-table th,
.schedule-table td {
  height: 72px;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
}

.schedule-table thead th {
  height: 44px;
  font-weight: 700;
  line-height: 2;
}

.schedule-table th:first-child {
  width: 201px;
  text-align: left;
}
.yobou {
  color: #ffb006;
}
.yobou td {
  color: #ffb006 !important;
}
.yobou .mark-with-note small {
  color: #ffb006 !important;
}
.yobou small {
  color: #666666;
}
.schedule-table td {
  width: 56px;
  color: var(--green);
  font-weight: 700;
  line-height: 2;
}

.schedule-table small {
  font-size: 1em;
}

.mark-with-note {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.mark-with-note small {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.note {
  margin: 11px 0 0;
  color: var(--green);
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

.schedule-alert {
  margin: 30px 0 24px;
  color: #ff0000;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.access-contact-row {
  display: flex;
  align-items: center;
  gap: 23px;
  width: min(674px, 100%);
  min-height: 90px;
}

.access-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 90px;
  color: #666666;
  font-family: "Lato", "Noto Sans JP", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.access-contact img {
  flex: 0 0 auto;
  width: 101.6px;
  max-width: none;
  height: 90px;
  object-fit: contain;
}

.address {
  position: relative;
  margin: 30px 0 10px;
  padding-left: 28px;
  color: #666666;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background: var(--green);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.address::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.access-map-text {
  margin: 0 0 30px;
  color: #666666;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.access-map-panel .button-row {
  justify-content: flex-start;
  gap: 10px;
}

.access-map-panel .btn {
  width: 250px;
  min-width: 250px;
  min-height: 70px;
  white-space: nowrap;
}

.access-map-panel .btn-map::before {
  content: "";
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 26px;
  margin-right: 10px;
  background: url("library/images/access-google-map-layer1.png") center /
    contain no-repeat;
}

.site-footer {
  background: #fff;
  position: relative;
  z-index: 1;
}

.site-footer .footer-inner {
  width: min(1404px, calc(100% - 64px));
  height: 356px;
  padding: 51.656px 0 50px;
  display: grid;
  grid-template-columns: 371px minmax(0, 1fr);
  gap: 117px;
  align-items: start;
}

.site-footer .brand img {
  width: 367px;
  max-width: 100%;
}

.footer-left {
  width: 371px;
}

.footer-address {
  margin: 20px 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0.1em;
}

.footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 70px;
  color: #666666;
  font-family: "Lato", "Noto Sans JP", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.footer-instagram img {
  width: 79px;
  height: 70px;
  max-width: none;
  object-fit: contain;
}

.footer-nav {
  display: grid;
  grid-template-columns: 168px 207px 240px 109px;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
  color: #666666;
}

.footer-nav-col {
  display: grid;
  gap: 5px;
}

.footer-nav-col-short {
  gap: 20px;
}

.footer-nav a {
  position: relative;
  min-height: 32px;
  padding-left: 39.7px;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.footer-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 29.7px;
  height: 23.5px;
  background: url("library/images/header-nav-illust.png") center / contain
    no-repeat;
  transform-origin: 50% 90%;
  transition: transform 0.22s ease;
}

.footer-nav a:hover::before,
.footer-nav a:focus-visible::before,
.footer-nav a:active::before {
  animation: nav-leaf-wiggle 0.48s ease both;
}

/* sub アイコン（10px の小ドット）はアニメ無し */
.footer-nav a.footer-nav-sub:hover::before,
.footer-nav a.footer-nav-sub:focus-visible::before,
.footer-nav a.footer-nav-sub:active::before {
  animation: none;
}

.footer-nav a.footer-nav-sub {
  padding-left: 15px;
}

.footer-nav a.footer-nav-sub::before {
  top: 11px;
  width: 10px;
  height: 10px;
  background-image: url("library/images/footer-nav-group31.svg");
}

.section-deco {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.first-deco {
  width: min(360px, 28vw);
  left: -8%;
  top: -38px;
  opacity: 0.95;
}

.medical-elephant {
  width: min(408px, 22.7vw);
  left: -6px;
  top: -55px;
}

.doctor-group134 {
  width: min(424px, 22.1vw);
  right: 8.4%;
  top: 13px;
}

.doctor-group112 {
  width: min(243px, 12.65vw);
  right: 3.3%;
  bottom: 37px;
}

.copyright {
  display: block;
  height: 30px;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #07612f;
}

/* ============================================================
   SP ナビ（ハンバーガー + ドロワー）— PC では非表示
   ============================================================ */

html,
body {
  overflow-x: clip;
}
main {
  background: #fff9f5;
}

/* features-image セクション（4 つのつよみ・画像 1 枚配置・聖司明示指示） */
.features-image {
  width: 100%;
  padding: clamp(40px, 5vw, 80px) 0;
}
.features_sp {
  display: none;
}
.features_pc {
  display: block;
  margin: 0 auto;
}
.features-image .en,
.features-image #first-heading,
.features-image .btn_box {
  text-align: center;
}
.features-image .btn_box {
  margin-top: 2rem;
}
.features-image #first-heading {
  margin: 0 0 1rem !important;
}

/* ============================================================
   first-coded セクション 装飾アニメ（聖司指示）
   ============================================================ */

/* first-group109 / first-group110 をゆっくり時計回り回転 */
.first-group109,
.first-group110 {
  animation: firstDecoRotate 28s linear infinite;
  transform-origin: 50% 50%;
}
.first-group110 {
  animation-duration: 34s;
}

/* リンクボタンアニメ（hover/tap で浮き上がり + 微 scale）— 全 .btn 共通 */
.btn {
  transition:
    transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover,
.btn:focus-visible,
.btn:active {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

/* 見出し葉っぱアイコン 常時揺れループ（停止タイミングなし） */
.medical-heading-mark {
  transform-origin: 50% 90%;
  animation: leaf-wiggle-loop 4.2s ease-in-out infinite;
}

/* foot_zou.png 配置（access schedule の左上） */
.schedule {
  position: relative;
}
.schedule-foot-zou {
  position: absolute;
  top: -71px;
  left: -28px;
  width: min(140px, 18%);
  z-index: 2;
  pointer-events: none;
}

/* アイコンホバーアニメ：電話 / 診療予約 / LINE / Instagram（FV + access + footer 共通） */
.fv-floating-panel a img,
.access-contact img,
.footer-instagram img {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.fv-floating-panel a:hover img,
.fv-floating-panel a:focus-visible img,
.fv-floating-panel a:active img,
.access-contact:hover img,
.access-contact:focus-visible img,
.access-contact:active img,
.footer-instagram:hover img,
.footer-instagram:focus-visible img,
.footer-instagram:active img {
  transform: scale(1.15) rotate(-8deg);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  margin-left: auto;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: #0f7d43;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  border-radius: 10px;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.sp-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
}
.sp-nav.is-open {
  display: block;
}
.sp-nav-overlay {
  position: absolute;
  inset: 0;
  /* 黒オーバーレイ削除（聖司指示 2026-05-13）。クリックで閉じる判定は維持 */
}
.sp-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(320px, 84%);
  height: 100%;
  padding: 64px 28px 32px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backface-visibility: hidden;
  -webkit-backdrop-filter: saturate(140%) blur(20px);
  backdrop-filter: saturate(140%) blur(20px);
  backface-visibility: hidden;
  will-change: backdrop-filter;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
  animation: spNavSlideIn 0.28s ease both;
}

.sp-nav-logo {
  display: block;
  margin: 0 0 18px;
  padding: 0;
}
.sp-nav-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sp-nav-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  font-size: 22px;
  color: #0f7d43;
  background: transparent;
  border: none;
  cursor: pointer;
}
.sp-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-nav-list li {
  margin-bottom: 4px;
}
.sp-nav-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #ececec;
}

/* 葉っぱアイコン（PC ナビと共通画像・聖司指示 2026-05-13） */
.sp-nav-list a::before {
  content: "";
  flex: 0 0 auto;
  width: 24px;
  height: 19px;
  background: url("library/images/header-nav-illust.png") center / contain
    no-repeat;
  transform-origin: 50% 90%;
  transition: transform 0.22s ease;
}
.sp-nav-list a:hover::before,
.sp-nav-list a:focus-visible::before,
.sp-nav-list a:active::before {
  animation: nav-leaf-wiggle 0.48s ease both;
}
@media (prefers-reduced-motion: reduce) {
  .sp-nav-list a::before {
    transition: none;
  }
  .sp-nav-list a:hover::before,
  .sp-nav-list a:focus-visible::before {
    animation: none;
    transform: scale(1.08);
  }
}

/* ============================================================
   ANIMATIONS（@keyframes 集約）
   ============================================================ */

@keyframes nav-leaf-wiggle {
  0% {
    transform: rotate(0deg) scale(1);
  }
  35% {
    transform: rotate(-10deg) scale(1.1);
  }
  70% {
    transform: rotate(8deg) scale(1.06);
  }
  100% {
    transform: rotate(0deg) scale(1.08);
  }
}

@keyframes firstDecoRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes leaf-wiggle-loop {
  0% {
    transform: rotate(-4deg) scale(1);
  }
  25% {
    transform: rotate(3deg) scale(1.04);
  }
  50% {
    transform: rotate(-2deg) scale(1.02);
  }
  75% {
    transform: rotate(4deg) scale(1.05);
  }
  100% {
    transform: rotate(-4deg) scale(1);
  }
}

@keyframes spNavSlideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

/* ============================================================
   RESPONSIVE（@media クエリ集約）
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .header-nav a::before {
    transition: none;
  }

  .header-nav a:hover::before,
  .header-nav a:focus-visible::before {
    animation: none;
    transform: scale(1.08);
  }

  .first-group109,
  .first-group110,
  .news-group109,
  .news-group110 {
    animation: none;
  }
  .fv-floating-panel a:hover img,
  .access-contact:hover img,
  .footer-instagram:hover img {
    transform: none;
  }
  .footer-nav a:hover::before,
  .footer-nav a:focus-visible::before {
    animation: none;
  }
  .btn:hover,
  .btn:focus-visible {
    transform: none;
  }
  .medical-heading-mark {
    animation: none;
  }
}

@media (max-width: 1400px) {
  .fv-floating-panel {
    width: 110px;
    height: 380px;
  }
  header-nav a::before {
    width: clamp(18px, 1.4vw, 30px);
    height: clamp(14px, 1.1vw, 24px);
  }
  .header-nav {
    margin-left: clamp(16px, 2.1vw, 80px);
  }
  .header-main-inner {
    gap: 10px;
  }
  .header-logo {
    width: clamp(220px, 20vw, 371px);
  }
  .first-coded-inner {
    width: min(1200px, calc(100% - 64px));
  }
  .access {
    margin: 0 !important;
  }
  .fv-hours-main img {
    width: 44px;
  }
}
@media (max-width: 1200px) {
  .footer-nav a {
    min-height: 20px;
    padding-left: 27.7px;
    font-size: 13px;
    font-weight: 700;
    line-height: 2;
  }
  .footer-nav a::before {
    width: 21.7px;
    height: 15.5px;
  }
  .header-inner {
    width: min(1800px, calc(100% - 30px));
  }
  .header-top {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .c_h_b a {
    font-size: 13px;
  }
  #c_head .inner {
    width: 88%;
  }
  .fv-stage ul {
    width: min(100%, 500px);
  }
.tabs {
  grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 1024px) {
  .header-inner {
    width: 100%;
  }

  .header-top {
    font-size: 14px;
  }

  .header-logo {
    width: 300px;
  }

  .header-nav {
    display: none;
  }

  .fv-floating {
    display: none;
  }

  .fv-copy-text h1 {
    margin-top: 12px;
  }

  .fv-hours {
    padding: 0 4%;
    border-radius: 0 0 10px 10px;
  }

  .fv-hours-main {
    min-width: 35%;
  }

  .fv-hours-divider {
    margin: 0 10px;
  }

  .fv-hours-detail {
    font-size: clamp(10px, 1.3vw, 16px);
  }

  .global-nav {
    display: none;
  }
  .hours-band,
  .medical-grid,
  .tabs,
  .symptoms,
  .doctor-profile,
  .split,
  .access-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 40px auto;
  }
  .tabs{
    gap: 5px;
  }
  .doctor-profile {
    grid-template-columns: repeat(1, 1fr);
  }
  .tabs button {
    min-height: 58px;
    color: #fdb926;
    font: inherit;
    font-weight: inherit;
    font-weight: 800;
    background: #fff;
    border: 2px solid #fdb926;
    border-radius: 8px;
    cursor: pointer;
    transition:
      background 0.2s ease,
      color 0.2s ease;
  }
  .symptom-card span {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    place-items: center;
    color: #666666;
    font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .medical-grid {
    max-width: 550px;
    margin-inline: auto;
  }
  .hero-copy {
    padding: 32px;
    width: 86%;
  }
  .first-coded {
    padding: 78px 0 64px;
  }
  .first-text {
    font-size: 15px;
  }
  .first-buttons {
    flex-direction: column;
    align-items: center;
  }
  .first-buttons .btn,
  .first-buttons .btn-orange {
    width: min(370px, 100%);
    min-width: 0;
  }
  .site-footer .footer-inner {
    height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: start;
  }

  .header-nav {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .fv-elephant-large {
    left: -0.84%;
    top: 52.4%;
    width: 12.95%;
  }
  .fv-elephant-small {
    left: 9.95%;
    top: 79.8%;
    width: 6.44%;
  }
  .fv-hours-main img {
    width: 29px;
  }
  .header-top {
    font-size: 13px;
  }
  .header-top {
    height: 25px;
    font-size: 14px;
    line-height: 23px;
  }
  .header-logo {
    width: 250px;
  }
  .fv-copy-panel {
    width: 77.834%;
    height: 25%;
  }
  .fv-hours-main p {
    font-size: clamp(15px, 1.875vw, 36px);
  }
  .first-buttons .btn-orange::before {
    width: 27px;
    height: 20px;
    margin-right: 10px;
  }
  .first-buttons {
    gap: 20px;
  }
  .first-buttons .btn {
    font-size: 14px;
  }
  .panel {
    padding: 70px min(11vw, 210px);
  }
  #c_head {
    display: none;
  }
  .fv-stage {
    width: 100%;
    aspect-ratio: inherit;
    border-radius: 0;
    height: 600px;
  }
  .fv-bg {
    top: 0;
    left: 50%;
    width: 120%;
    transform: translateX(-50%);
  }
  .fv-copy-text {
    top: 50%;
    transform: translateY(-50%);
  }
  .access-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin: 40px auto;
  }
  .useful-links__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .header-top {
    height: 34px;
    font-size: 11px;
    line-height: 34px;
    letter-spacing: 0.04em;
  }
  .header-main {
    height: 62px;
  }
  .header-inner {
    width: 100%;
  }
  .header-logo {
    width: min(280px, 78vw);
  }
  .fv-stage {
    width: 100%;
    aspect-ratio: inherit;
    border-radius: 0;
    height: 378px;
  }
  .fv-bg {
    top: 0;
    left: 50%;
    width: 520px;
    transform: translateX(-50%);
  }
  .fv-copy-panel {
    top: 44%;
    width: 73%;
    height: 82px;
    border-radius: 0 64px 64px 0;
    transform: translateY(-50%);
  }
  .fv-copy-text {
    left: 13%;
    top: 50%;
    width: 78%;
    letter-spacing: 0.04em;
  }
  .fv-copy-text p,
  .fv-copy-text h1 {
    font-size: clamp(11px, 3.1vw, 16px);
    line-height: 1.55;
  }
  .fv-copy-text h1 {
    margin-top: 0;
  }
  .fv-hours {
    height: 100px;
    min-height: 0;
    padding: 8px 12px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    border-radius: 0;
    text-align: center;
  }
  .fv-hours-main {
    min-width: 0;
    gap: 8px;
    margin: 0 auto;
  }
  .fv-hours-main img {
    width: 20px;
  }
  .fv-hours-main p {
    font-size: clamp(18px, 4vw, 18px);
    margin-bottom: 0.5rem;
  }
  .fv-hours-divider {
    display: none;
  }
  .fv-hours-detail {
    margin-top: 4px;
    font-size: clamp(9px, 2.5vw, 12px);
    line-height: 1.5;
    white-space: normal;
  }
  .area {
    padding-inline: 18px;
  }
  .nav-wrap,
  .footer-inner,
  .section,
  .panel {
    width: 100%;
    padding: 0 5%;
  }
  .brand img {
    width: 230px;
  }
  .hero {
    width: 93.75vw;
    aspect-ratio: 1800 / 724;
    height: auto;
  }
  .hero-copy {
    left: 16px;
    right: 16px;
    bottom: 72px;
    width: auto;
    border-radius: 0 44px 44px 0;
  }
  .hero-copy-img {
    left: -0.55%;
    top: 19.4%;
    width: 71.6%;
  }
  .fv-rail {
    right: -3.65%;
    top: 16.7%;
    width: 7.77%;
  }
  .hours-band {
    width: 93.75vw;
  }
  .first-coded {
    min-height: 0;
    padding: 1rem 0 3rem;
  }
  .first-coded-inner {
    width: calc(100% - 32px);
  }
  .first-coded h2 {
    margin-bottom: 26px;
  }
  .first-text {
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 1.9;
  }
  .first-buttons .btn {
    min-height: 58px;
    font-size: 13px;
  }
  .section {
    margin: 40px auto;
  }
  .panel {
    padding: 3rem 5%;
    border-radius: 0px;
  }
  .footer-inner {
    display: grid;
  }
  .site-footer .footer-inner {
    width: 100%;
    padding: 3rem 5%;
  }
  .medical-elephant {
    top: -39px;
  }
  .medical-grid {
    gap: 10px;
  }
  .medical-card-link {
    display: none;
  }
  .tabs {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin: 20px auto;
  }
  .lead {
    text-align: left;
  }
  .symptom-card span {
    font-size: 13px;
  }
  .doctor-profile {
    margin: 0 auto;
  }
  .role::before {
    width: 26px;
    height: 29px;
    left: -26px;
  }
  .role {
    margin: 0 0 0 23px;
  }
  .top-main h2 {
    margin: 0 0 25px;
  }
  .news-group109 {
    right: 0;
  }
  .news-group110 {
    left: 0;
  }
  .schedule-card {
    min-height: auto;
    padding: 10px;
    background: #fff;
    overflow-x: auto;
  }
  .access-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .symptoms {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 30px auto;
  }
  .schedule-table {
    width: 100%;
    font-size: 11px;
  }
  .note {
    font-size: 12px;
  }
  .schedule-alert {
    margin: 10px 0 24px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .license {
    margin: 10px 0 20px;
  }
  .doctor-copy > p:not(.role):not(.license) {
    font-size: 15px;
    line-height: 1.7;
  }
  .access-contact {
    display: block;
    font-size: 14px;
    text-align: center;
  }
  .mark-with-note small {
    font-size: 8px;
    letter-spacing: 0;
  }
  .access-contact img {
    width: 90px;
    object-fit: contain;
  }
  .access-contact-row {
    justify-content: space-between;
  }
  .address {
    margin: 10px 0 10px;
  }
  .access-map-text {
    font-size: 16px;
    line-height: 1.7;
  }
  .access-map-panel .button-row {
    display: block;
  }
  .access-map-panel .btn {
    width: 100%;
    min-height: 60px;
    margin-bottom: 1rem;
  }
  .split {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-left {
    width: 100%;
    text-align: center;
  }
  .site-footer .brand img {
    width: 230px;
  }
  .footer-nav {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .footer-nav-col,
  .footer-nav-col-short {
    gap: 3px;
  }
  .footer-nav a {
    white-space: normal;
  }
  .footer-instagram img {
    width: 69px;
    height: 60px;
  }
  .copyright {
    font-size: 11px;
  }
  .footer-nav-sub {
    display: none;
  }
  .tabs button {
    min-height: 40px;
  }
  .features_sp {
    display: block;
  }
  .features_pc {
    display: none;
  }
  #news .inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .useful-links__inner {
    width: calc(100% - 32px);
  }
  .useful-links h2 {
    margin-bottom: 24px;
  }
  .useful-links__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .useful-links__card {
    min-height: 104px;
    padding: 14px 18px;
  }
  .useful-links__card img {
    max-width: 220px;
    max-height: 74px;
  }
  .useful-links__card--banner img {
    max-width: 100%;
    max-height: 58px;
  }
  .useful-links__card--small img {
    max-width: 132px;
    max-height: 66px;
  }
  .useful-links__card--visual img {
    max-width: 100%;
    max-height: 92px;
  }
  .yobou td img {
    width: 26px;
  }
  .fv-stage ul {
    bottom: 23px;
    width: min(92%, 600px);
    gap: 5px;
  }
  .first-group110 {
    left: 2.674%;
    top: 67px;
    width: 20%;
  }
  .first-group108 {
    right: 2%;
    top: 111px;
  }
  .first-group109 {
    top: 73.105%;
  }
  .top-main h2 {
    font-size: clamp(18px, 2.2vw, 42px);
  }
  #disease {
    padding: 20px 0;
  }

  /* ============================================================
   FV 背景 YouTube 動画埋込（聖司指示 2026-05-13・hero-bg.png 差替）
   ============================================================ */
  .fv-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 0;
    pointer-events: none;
  }

  /* fv-copy-panel / fv-floating を動画の上に重ねる */
  .fv-copy-panel,
  .fv-hours,
  .fv-floating {
    z-index: 2;
  }

  /* ============================================================
   Instagram 公式 embed（聖司指示 2026-05-13・@takashima.clinic）
   ============================================================ */
  .insta-embed {
    width: 100%;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }

  .insta-embed .instagram-media {
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    margin: 0;
    max-width: 540px !important;
    min-width: 280px;
    padding: 0;
    width: 100%;
  }

  /* ============================================================
   FV floating panel スクロール表示（聖司指示 2026-05-13）
   スクロール中 表示 / 停止 2 秒後 フェードアウト
   ============================================================ */
  .fv-floating {
    transition:
      opacity 0.4s ease,
      transform 0.4s ease;
  }
  .fv-floating.is-faded {
    opacity: 0;
    transform: translateX(24px);
    pointer-events: none;
  }
  .fv-floating.is-faded .fv-floating-panel,
  .fv-floating.is-faded .fv-floating-panel a {
    pointer-events: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .fv-floating {
      transition: opacity 0.2s ease;
    }
    .fv-floating.is-faded {
      transform: none;
    }
  }
}

/* ============================================================
   クリニックについて
   ============================================================ */
#sub_fv {
  width: 100%;
  position: relative;
  padding: 3% 5%;
}
#sub_fv .l:nth-of-type(1) {
  position: fixed;
  top: 15%;
  left: 1%;
  width: 18%;
  animation: firstDecoRotate 28s linear infinite;
  z-index: 0;
}
#sub_fv .r:nth-of-type(2) {
  position: fixed;
  top: 39%;
  right: 1%;
  width: 18%;
  animation: firstDecoRotate 28s linear infinite;
  z-index: 0;
}
#sub_fv h1 {
  width: min(100%, 1000px);
  margin: 0 auto;
  background-image: url("./library/images/sub_fv.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 10% 5%;
  position: relative;
  z-index: 1;
}
#sub_fv h1 span {
  display: block;
  font-size: 13px;
  color: var(--green);
}
#sub_fv h1 img {
  margin: 0 auto;
  display: block;
}

/* =====================================================
   クリニックについて：4つのつよみ
   2026-05-20 追加 / 09:30 修正
   - aside を section 内に移動（section 内で sticky）
   - 見出しは h2.png 直貼（テキスト styling 廃止）
   - サイドメニュー アイコンは Group4.png 採用（::before 円廃止）
   - 葉っぱ背景は実装対象外（聖司指示）
   ===================================================== */
.about-strengths {
  padding: 0 clamp(20px, 5vw, 80px) clamp(40px, 6vw, 90px);
  background: transparent;
  position: relative;
  z-index: 1;
}
.about-strengths__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: clamp(20px, 3vw, 50px);
  align-items: start;
}
.about-strengths__content {
  min-width: 0;
}
/* ----- 共通 h2 パーツ：左葉 + テキスト + 右足跡 + 点線下線 -----
   .medical-h2 は about ページ以外でも再利用前提（聖司指示 2026-05-20 09:50）。
   image asset は既存 library/images/medical-h2-frame90-illust.png + foot_zou.png。
*/
.medical-h2 {
  margin: 0 0 clamp(28px, 4vw, 48px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.medical-h2 span {
  width: calc(100% - 65px - 10px);
  display: block;
  position: relative;
  border-bottom: 3px dashed #c8c8c8;
  font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  color: #555;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 0 0 10px 50px;
  margin-right: 10px;
}
.medical-h2 span::before {
  content: "";
  background-image: url("./library/images/medical-h2-frame90-illust.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px;
  position: absolute;
  top: 37%;
  left: 0;
  transform: translateY(-50%);
}
.about-strengths__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.6vw, 32px);
}
.about-strengths__card {
  border-radius: 32px;
  padding: clamp(24px, 2.8vw, 36px) clamp(22px, 2.6vw, 34px)
    clamp(26px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 246px;
  box-sizing: border-box;
}
/* Card 色 mapping（Frame2.png デザイン基準・2026-05-20 09:34 修正） */
.about-strengths__card--water {
  background: var(--mint);
}
.about-strengths__card--water .about-strengths__card-title {
  color: #5fb6c1;
}
.about-strengths__card--sun {
  background: var(--yellow);
}
.about-strengths__card--sun .about-strengths__card-title {
  color: #d4a834;
}
.about-strengths__card--leaf {
  background: var(--leaf);
}
.about-strengths__card--leaf .about-strengths__card-title {
  color: #5fa838;
}
.about-strengths__card--pink {
  background: var(--peach);
}
.about-strengths__card--pink .about-strengths__card-title {
  color: #d77979;
}
.about-strengths__card-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-strengths__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-strengths__icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.about-strengths__card-title {
  font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 600;
  color: var(--green-dark);
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.about-strengths__card-text {
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.85;
  color: var(--text);
  margin: 0;
}

/* ----- 左サイドバー：section 内 sticky ----- */
.about-side-nav {
  position: sticky;
  top: 100px;
  align-self: start;
  background: transparent;
}
.about-side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.about-side-nav li {
  margin: 0;
}
.about-side-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  padding: 8px 4px;
  line-height: 1.45;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}
.about-side-nav a img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}
.about-side-nav a:hover,
.about-side-nav a:focus-visible {
  color: var(--green-dark);
  opacity: 0.85;
}
/* scroll-margin-top for anchor jump (固定ヘッダー分の余裕) */
#strengths,
#infection,
#doctor,
#facility,
#access {
  scroll-margin-top: 120px;
}

/* mobile: サイドナビ非表示 + 1 column */
@media (max-width: 1100px) {
  .about-strengths__inner {
    grid-template-columns: 1fr;
  }
  .about-side-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .about-strengths__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .about-strengths__card {
    min-height: 0;
  }
}

/* ====================================================
   感染症対策の徹底 (#infection)
   2026-05-20 追加 / テキストのみ section
   ==================================================== */
.about-infection {
  padding: 80px 0 40px;
}
.about-infection__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about-infection__text {
  margin-top: 36px;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #444;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .about-infection {
    padding: 48px 0 32px;
  }
  .about-infection__text {
    font-size: 15px;
    line-height: 1.9;
  }
}

/* ====================================================
   医師紹介 (#doctor)
   2026-05-20 追加
   ==================================================== */
.about-doctor {
  padding: 20px 0;
}
.about-doctor__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about-doctor__profile {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  text-align: left;
  align-items: start;
}
.about-doctor__photo-wrap {
  width: 320px;
}
.about-doctor__photo {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.about-doctor__role {
  display: inline-block;
  padding: 4px 16px;
  background: var(--mint, #d6fff6);
  color: #5fb6c1;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  margin: 0 0 10px;
}
.about-doctor__name {
  margin: 0 0 14px;
  font-size: 28px;
  color: #333;
  letter-spacing: 0.1em;
  font-weight: 800;
}
.about-doctor__name small {
  margin-left: 14px;
  font-size: 13px;
  color: #888;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.about-doctor__bio {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #444;
  letter-spacing: 0.04em;
}
.about-doctor__career {
  margin-top: 36px;
  text-align: left;
}
/* 共通パーツ：葉アイコン付きサブ見出し（各ページで利用可） */
.sub-heading-leaf {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.sub-heading-leaf__icon {
  width: 16px;
  height: auto;
}
.about-doctor__sub-text {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #555;
  letter-spacing: 0.04em;
}
.about-doctor__list {
  margin: 0;
  padding: 0 0 0 22px;
  list-style: disc;
  color: #555;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .about-doctor__profile {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-doctor__photo-wrap {
    width: 200px;
    margin: 0 auto;
  }
  .about-doctor__name {
    font-size: 22px;
  }
  .about-doctor__name small {
    display: block;
    margin: 6px 0 0;
  }
}

/* ====================================================
   院内・施設紹介 (#facility)
   2026-05-20 追加 / 写真 left + テキスト right × 3 件
   ==================================================== */
.about-facility {
  padding: 20px 0;
}
.about-facility__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about-facility__lead {
  margin: 36px 0 40px;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  color: #444;
  letter-spacing: 0.04em;
}
.about-facility__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 32px;
}
.about-facility__item {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
  text-align: left;
}
.about-facility__photo {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.about-facility__body {
  padding-top: 4px;
}
/* .about-facility__title / __title-icon は .sub-heading-leaf に統合（共通パーツ化） */
.about-facility__text {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #555;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .about-facility__item {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* ====================================================
   アクセス (#access)
   2026-05-20 追加 / 地図 + 住所 + 駐車場
   ボタンは既存 .btn.btn-orange 流用
   ==================================================== */
.about-access {
  padding: 20px 0 30px;
}
.about-access__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about-access__map-row {
  margin-top: 36px;
}
.about-access__map {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.about-access__address-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 0 8px;
  flex-wrap: wrap;
}
.about-access__address {
  margin: 0;
  font-size: 14px;
  color: #444;
  letter-spacing: 0.04em;
}
.about-access__map-btn.btn {
  min-width: 220px;
  min-height: 56px;
  font-size: 14px;
  padding: 14px 28px;
}
.about-access__map-btn.btn::before {
  content: "";
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 26px;
  margin-right: 10px;
  background: url("library/images/access-google-map-layer1.png") center /
    contain no-repeat;
}
.about-access__parking {
  margin-top: 50px;
  text-align: left;
}
.about-access__parking-text {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #555;
  letter-spacing: 0.04em;
}
.about-access__parking-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}
.about-access__parking-photo {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
@media (max-width: 768px) {
  .about-access__parking-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media (max-width: 768px) {
  .about-access {
    padding: 20px 0 30px;
  }
  .about-access__address-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-access__map-btn.btn {
    min-width: 100%;
  }
}
@media (max-width: 900px) {
  #sub_fv h1 img {
    width: 30px;
  }
  #sub_fv {
    padding: 9% 5% 3%;
  }
  #sub_fv h1 {
    padding: 15% 7%;
  }
  #sub_fv .l:nth-of-type(1) {
    top: 5%;
    left: 0%;
    width: 26%;
  }
  #sub_fv .r:nth-of-type(2) {
    top: 19%;
    right: 0;
    width: 26%;
  }
}
@media (max-width: 640px) {
  #sub_fv {
    padding: 17% 1% 3%;
  }
  #sub_fv .l:nth-of-type(1) {
    top: 10%;
  }
  #sub_fv .r:nth-of-type(2) {
    top: 25%;
  }
  #sub_fv h1 img {
    width: 20px;
  }
  #sub_fv h1 {
    padding: 14% 5% 19%;
    font-size: 17px;
    line-height: 1.4;
  }
  .medical-h2 img {
    width: 40px;
  }
  .medical-h2 span {
    width: calc(100% - 40px - 5px);
    font-size: clamp(18px, 2vw, 26px);
    margin-right: 5px;
  }
  .schedule-foot-zou {
    top: -40px;
    left: -4px;
  }
  .access {
    margin: 0 !important;
    padding: 40px 5% 0 !important;
  }
}

/* ====================================================
   診療案内ページ：medical-section 共通パーツ
   2026-05-20 追加（about ページ 2 カラム共通パーツに addon）
   ==================================================== */
.medical-section {
  margin: 0 0 60px;
}
.medical-section__main {
  display: flex;
  gap: 24px;
  margin: 16px 0 24px;
  align-items: flex-start;
}
.medical-section__photo {
  flex: 0 0 45%;
  max-width: 280px;
}
.medical-section__photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.medical-section__text {
  flex: 1;
  font-size: 14px;
  line-height: 1.85;
  color: #333;
}
.medical-section__text p {
  margin: 0 0 8px;
}
.medical-section__lead {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
  margin: 16px 0 24px;
}

/* 黄色背景の注意ボックス */
.medical-note-box {
  background: #fdf6c8;
  border-radius: 10px;
  padding: 20px 26px;
  margin: 0 0 24px;
}
.medical-note-box p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.85;
  color: #4a4a4a;
}
.medical-note-box p:last-child {
  margin-bottom: 0;
}

/* 葉アイコン付きリスト */
.medical-note-list {
  list-style: none;
  padding: 0;
  margin: 8px 0;
}
.medical-note-list li {
  position: relative;
  padding: 5px 0 5px 22px;
  font-size: 13px;
  line-height: 1.7;
  color: #4a4a4a;
}
.medical-note-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 12px;
  width: 8px;
  height: 8px;
  background-color: #4fc77d;
  border-radius: 50%;
}

/* 強調注意文（赤字） */
.medical-note-emphasis {
  color: #e84a3c;
  font-weight: 700;
  margin: 8px 0 0;
}

/* タグ風ボタン（登録要件 3 つ） */
.medical-tags {
  list-style: none;
  padding: 0;
  margin: 12px 0 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.medical-tags li {
  flex: 1;
  min-width: 160px;
  background-image: url("./library/images/medical_information/disease-frame23-group41.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 40px 22px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
}

/* 補足注釈（note-box 外配置の※文・聖司指示 2026-05-20 18:51） */
.medical-section__note {
  margin: 14px 0 18px;
  font-size: 13px;
  line-height: 1.85;
  color: #555;
}

/* ※文の点線下線（聖司指示 2026-05-20 18:54 / 21:08 / 21:14 全 span 統一）
   .about-strengths__content 配下の全 p > span に dashed underline 適用 */
.about-strengths__content p > span {
  border-bottom: 1px dashed #51ca81;
}

/* 地域連携病院（聖司指示 2026-05-20 21:14・border なし・赤字のみ） */
/* .medical-note-box p の specificity (0,1,1) に勝つため .medical-note-box 経由で書く */
.medical-note-box .medical-note-hospital {
  color: #ff0000;
  font-weight: 700;
  margin: 8px 0 0;
}

/* 予防接種 2 段組 */
.medical-vaccine-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 4px 0 14px;
}
.medical-vaccine-group__title {
  font-size: 14px;
  font-weight: 700;
  color: #2a8d4f;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(79, 199, 125, 0.3);
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .medical-section__main {
    flex-direction: column;
  }
  .medical-section__photo {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .medical-vaccine-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .medical-tags {
    flex-direction: column;
    gap: 8px;
  }
  .medical-tags li {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .medical-section {
    margin: 0 0 40px;
  }
  .medical-note-box {
    padding: 16px 18px;
  }
  .medical-section__text {
    font-size: 13px;
  }
}

/* ====================================================
   採用情報
   ==================================================== */
#rec_fi{
	width:100%;
	padding:0 0 5rem;
}
#rec_se{
	width:100%;
	padding:0 0 5rem;
}
@media (max-width: 640px) {
#rec_fi{
	padding:0 0 3rem;
}
#rec_se{
	padding:0 0 3rem;
}
}

/* 
 news index-archives page（サイドバー無し）
----------------------------------------------------------- */
#news_area{
	width:100%;
	padding: 0 5% 5rem;
	position: relative;
	z-index: 1;
}
.archivetitle {
	font-size: 30px;
	font-weight: bold;
	margin:0 auto 1rem;
}
.archivetitle span {
	font-size: 20px;
	padding-right: 15px;
}
.archivetitle a,
.bcontwrap a{
	color: #000;
}
#g_list {
	width:min(100%,1200px);
	margin:0 auto 3rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding:0.5rem 1rem 0.5rem 112px;
	background: #fff8f0;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	position:relative;
}
#g_list p{
	padding:0.5rem 0;
	position:absolute;
	top:0.5rem;
	left:1rem;
	font-weight:bold;
}
#g_list .box{
	padding:0.4rem 0.3rem;	
}
#g_list .box a{
	color:#000;
	background: #FFF;
	padding: 0.2rem 0.5rem;
	font-size:0.9rem;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#g_list .box a:hover{
	background: #4358A5;
	color:#FFF;	
}
.bcontwrap ul {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}
.bcontwrap ul li{
	width: 30%;
	margin-bottom: 50px;
	padding-bottom: 60px;
	position: relative;
	margin-right: 5%;
}
.bcontwrap ul li:nth-child(3n){
	margin-right:0;
}
.bcontwrap ul li:before {
	content:"";
	width:100%;
	height:1px;
	background-color:#000;
	position:absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
 }
.bcontwrap li dd:nth-child(1) {
	margin-bottom:10px;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bcontwrap li dd:nth-child(1) a {
	color: #FFF;
	background: #4358A5;
	padding: 0 10px;
	margin:0 0 5px 5px;
	font-size: 14px;
}
.bcontwrap li dt:nth-child(2) {
	margin-bottom: 15px;
}
.bcontwrap li div {
	position: absolute;
	bottom: 30px;
	right: 0;
}
.bcontwrap h2 {
	font-size:20px;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 10px;
}
.bcontwrap p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 1.25rem;
}
.bcontwrap .more_btn{
	position: relative;
    display: inline-block;
	padding: 0 50px 0 20px;
    text-decoration: none;
    outline: none;
	font-size: 14px;
	font-weight: bold;
}
.bcontwrap .more_btn::before{
    content: '';
	position: absolute;
    top:50%;
    right:10px; 
    width:30px;
    height: 2px;
	background:#111;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.bcontwrap .more_btn::after{
    content: '';
	position: absolute;
    top:41%;
    right:10px;   
    width: 10px;
    height:1.5px;
	background:#111;
    transform: rotate(35deg);
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.bcontwrap .more_btn:hover::before{
    right:0;
}
.bcontwrap .more_btn:hover::after{
    right:0;
}
/* 
 news index-archives page（サイドバー有り）
----------------------------------------------------------- */
.ttl_maru{
	font-size:26px;
	margin-bottom:1rem;
	padding:0 0 0 0.5rem;
	color:#1C1C1C;
	position:relative;
	border-left:5px solid #1C1C1C;
	line-height:30px;
}
#wrap{
	width:min(100%,1000px);
	margin:0 auto;
	display:flex;
    justify-content:flex-start;
	flex-wrap:wrap;
}
#l_cotent{
	width:70%;
	margin-right:5%;
}
#l_cotent > .nlist{
	margin-bottom: 70px;
}
#l_cotent > .nlist > li{
	padding: 0 0 1.25rem;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
#l_cotent > .nlist > li:last-of-type{
	border-bottom: 0px solid #CCCCCC;
}
#l_cotent .nlist li > .news_link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#l_cotent .nlist li .news_link{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
}
#l_cotent .nlist li dl{
	
}
#l_cotent .nlist li dd .info span{
	font-size:12px;
	margin-right:0.2rem;
}
#l_cotent .nlist li dd .info span a{
	color:#FFF;
	padding:0.1rem 0.5rem;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	border-radius: 50px;
}
#l_cotent .nlist li dd .info span a:hover{
	color:#FFF;
	background:#FE510E;
}
#l_cotent .nlist li dd .info span:nth-of-type(1){
	margin-right:1rem;
}
#l_cotent .nlist li dd{
	width:100%;
	margin: 0;
}
#l_cotent .nlist li dd .info{
	font-size: 15px;
	margin:0.5rem auto;
}
#l_cotent .nlist li dd .info span:first-of-type{
	margin-right: 10px;
}
#l_cotent .nlist li dd span a{
	background:#51CA81;
	color:#FFF;
	padding:0.1rem 0.3rem;
	font-size:12px;
	white-space: nowrap;
	margin-right: 5px;
}
#l_cotent .nlist li dd h2{
	font-size:20px;
	font-weight:normal;
	margin:0 0 1rem;
}


#sidebar1 {
	width: 25%;
}
.widgettitle {
	font-size:1rem;
	padding-bottom:0.3rem;
	margin-bottom: 0.7rem;
	border-bottom: 1px solid #CCCCCC;
	font-weight: 500;
	color:#51CA81;
	position: relative;
	font-weight: bold;
}
.widgettitle::before{
	content:"";
	position: absolute;
	bottom:-0.5px;
	left: 0;
	width:100px;
	height:1.5px;
	background:#51CA81;
}
.widget ul {
	margin-bottom: 2rem;
	background: #E8FFDB;
	padding:0.3rem 0;
	border-radius: 5px;
}
.widget ul li a {
	width: 100%;
	font-size: 0.9rem;
	display: block;
	padding:0.3rem 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	color:#000;
}
.widget ul li a:hover{
	color: #51CA81;
}
.widget ul li a:hover::after{
	right:0;
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 0.7rem 1rem;
	border: 0px;
	background-color: #E8FFDB;
	border-radius: 5px;
}
.archivetitle{
	width:100%;
	margin-bottom:2rem;
	font-weight:500;
}
/* news single page
----------------------------------------------------------- */
.tca {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	flex-wrap: wrap;
}
.tca a {
	color: #FFF;
	padding: 0.1rem 0.3rem;
	font-size: 12px;
	white-space: nowrap;
	margin-right: 5px;
	background:#51CA81;
	border-radius: 50px;
}
.tca a:after {
	content: " , ";
}
.tca a:last-of-type:after {
	content: "";
}
.stitle {
	font-size:26px;
	color: #1C1C1C;
	padding:0 0 0.5rem 0;
	margin-bottom: 1rem;
	border-bottom: 1px solid #CCC;
	position: relative;
}
.stitle::before{
	content: "";
	background: #F39801;
	position:absolute;
	bottom:-0.5px;
	left:0;
	width:100px;
	height:1.5px;
}
.singlecont {
	overflow:auto;
}
.singlecont h1 {
	font-size:20px;
	line-height: 1.5em;
	color: #1C1C1C;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	position: relative;
}
.singlecont h1::before{
	content: "";
	height: 1px;
	width: 50px;
	background-color: #1C1C1C;
	position: absolute;
	bottom: -0.5px;
	left: 0;
}
.singlecont h2 {
	font-size:18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
	color: #1C1C1C;
	text-align: justify;
}
.singlecont h3 {
	border-left: 3px solid #51CA81;
	padding: 0 10px;
	margin-bottom:16px;
	color: #1C1C1C;
	background: none;
}
.singlecont h4 {
	background: #1C1C1C;
	color: #FFF;
	padding: 1px 10px 0;
	margin-bottom:16px;
}
.singlecont h5 {
	border-bottom: 1px dashed #51CA81;
	margin-bottom:16px;
	font-size: 16px;
	color: #1C1C1C;
}
.singlecont h6 {
	margin-bottom:16px;
	font-size: 16px;
	color: #1C1C1C;
}
.singlecont p{
	text-align: justify;
	font-size: 16px;
}
.singlecont img{
	margin-bottom:16px;
	height: auto;
	max-width: 100%;
}
.singlecont a{
	text-decoration: underline;
}
.singlecont ul {
	list-style: disc;
	list-style-position: inside;
}
.singlecont ol {
	list-style: decimal;
	list-style-position: inside;
}
.singlecont .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.singlecont .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.singlecont .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

@media screen and (max-width: 1100px) {
/* 
 news
----------------------------------------------------------- */ 
#news_area {
  padding: 5rem 5%;
}
}
@media screen and (max-width: 950px) {
/* 
 news
----------------------------------------------------------- */ 
#mainsub {
	width:100%;
	float:none;
	margin:0 auto;
}
.sidebar {
	width:100%;
	float:none;
}
.stitle {
  font-size: 20px;
}
}
@media screen and (max-width:800px) {
.flex-prev {
	display:none!important;
}
.flex-next {
	display:none!important;
}
/* 
news index-archives page（サイドバー無し）
----------------------------------------------------------- */
.archivetitle {
	font-size: 1.5rem;
	margin: 0 auto 1rem;
}
.archivetitle span {
	font-size: 1rem;
	padding-right: 5px;
}
.cate_list {
	background-color: #291F12;
	padding: 0.3rem 0.5rem 0.6rem;
	font-size: 1rem;
	line-height: 1.7rem;
	margin-bottom: 2rem;
}
.cate_list a {
	margin-right:5px;
	padding: 0 5px 2px;
	font-size: 0.8rem;
}
.bcontwrap ul li {
	width: 100%;
	margin-bottom: 2rem;
	padding-bottom: 4.5rem;
	margin-right: 0;
}
.bcontwrap li dd:nth-child(1) {
	font-size: 1rem;
}
.bcontwrap li dd:nth-child(1) a {
	padding: 1px 10px;
	margin: 0 0 0 5px;
	font-size: 12px;
}
.bcontwrap li dd:nth-child(1) {
	margin-bottom: 1rem;
}
/* news single page（サイドバー無し）
----------------------------------------------------------- */
#sidebar {
	width: 100%;
	margin-top: 40px;
}
#news_area {
	padding: 0 5% 3rem;
}
#wrap {
	  display: block;
}
#sidebar1{
	width: 100%;
	margin-top:5rem;
}
#l_cotent {
	width: 100%;
	margin: 0;
}
/* 
 foot
----------------------------------------------------------- */
#prev, #next {
	width:100%;
	margin:0 0 0.4rem;
}
#next {
	float:right;
}
}
@media screen and (max-width:660px) {
/* 
 news
----------------------------------------------------------- */
#l_cotent > ul {
	margin-bottom: 0;
}
#l_cotent .nlist li dd .info {
  font-size: 14px;
  margin: 0.5rem auto;
}
#l_cotent .nlist li dd p{
	font-size: 14px;
	display:none;
}
#sidebar1{
	width: 100%;
	margin-top:3rem;
}
#l_cotent .nlist li dd .info span:first-of-type {
  margin: 0 auto 0.3rem;
  display: block;
}
#l_cotent .nlist li dd .info span {
  font-size: 12px;
  margin: 0 0 0.3rem;
}
}

/* ============================================================
   こどもの病気と症状
   ============================================================ */
#disease_fi,
#disease_se,
#disease_th{
	padding:0 5% 8rem;
	width:100%;
	position: relative;
	z-index: 1;
}
#disease_fi .inner,
#disease_se .inner,
#disease_th .inner{
	width:min(100%,1100px);
	margin:0 auto;
}
#disease_fi .inner{
	text-align: center;
}
#disease_se ul{
	display: grid;
	gap:10px;
	grid-template-columns: repeat(3, 1fr);
}
#disease_se a{
	background-image:url('./library/images/disease-frame23-group41.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	padding:50px 1rem;
	display: block;
	text-align: center;
	font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	transition: transform 0.18s ease;
}
#disease_se a:hover {
  transform: translateY(-3px);
}

#disease_th .tab{
	display: grid;
	gap:10px;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom:2rem;
}
#disease-tabs .tab button {
	background:#FFF;
	border:3px solid #FEB925;
	border-radius: 10px;
	color:#FEB925;
	padding:1rem;
	text-align: center;
	font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#disease-tabs .tab button[data-active="true"] {
	background:#FEB925;
	color:#FFF;
}
#disease_th ul{
	display: grid;
	gap:10px;
	grid-template-columns: repeat(3, 1fr);
}
#disease_th a{
	background-image:url('./library/images/disease-frame23-group41.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	padding:50px 1rem;
	display: block;
	text-align: center;
	font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	transition: transform 0.18s ease;
}
#disease_th a:hover {
  transform: translateY(-3px);
}
#disease_sg{
	padding:0 5% 8rem;
	width:100%;
	position: relative;
	z-index: 1;
}
#disease_sg .inner{
	width:min(100%,1000px);
	margin:0 auto;
}
#disease_sg .title{
	width:100%;
	font-size: 32px;
	position: relative;
	padding:0 0 0 45px;
	margin-bottom:3rem;
	font-weight: bold;
	font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
}
#disease_sg .title::before{
	content:"";
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	background-image:url('./library/images/disease_sg.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	padding:18px;
}
#disease_sg .box{
	margin-bottom:3rem;
}
#disease_sg .box:last-of-type{
	margin:;0
}
#disease_sg .medical-h2 {
  margin: 0 0 clamp(28px, 4vw, 28px);
}
.y_box ul,.p_box ul{
	padding:2.5% 3%;
	background: #FFFBCE;
	border-radius: 10px;
	margin:1rem 0;
}
.p_box ul{
	background:#FFE9D9;
}
.y_box li,.p_box li{
	position: relative;
	padding:3px 0 3px 20px;
}
.y_box li::before,.p_box li::before{
	content:"●";
	position: absolute;
	top:50%;
	left:0;
	color:#51CA81;
	transform: translateY(-50%);
}
.s_box h3{
	font-size: 18px;
	position: relative;
	padding:0 0 0 30px;
	margin: 0 auto 1rem;
}
.s_box h3::before{
	content:"";
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	background-image:url('./library/images/about/leaf-illust-unused.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	padding:14px;
}
.s_box .area{
	padding:0 0 0 30px;
	margin:0 auto 1rem;
}
@media screen and (max-width:900px) {
#disease_se a,
#disease_th a{
  font-size: 16px;
}
#disease-tabs .tab button {
  font-size: 14px;
}
#disease_th .tab {
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}
#disease_fi .inner{
	text-align: left;
}
}
@media screen and (max-width:660px) {
#disease_se ul,
#disease_th ul{
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}
#disease_se a,
#disease_th a{
  padding: 21px 1rem;
  font-size: 13px;
}
#disease_fi, #disease_se, #disease_th {
  padding: 0 5% 3rem;
}
#disease_th .tab {
    grid-template-columns: repeat(2, 1fr);
}
#disease-tabs .tab button {
  font-size: 12px;
  padding: 0.5rem;
}
.s_box h3 {
  font-size: 16px;
  padding: 0 0 0 20px;
  margin: 0 auto 0.5rem;
}
.s_box h3::before {
  padding: 10px;
}
.s_box .area {
  padding: 0 0 0 20px;
}
#disease_sg .title{
	font-size: 22px;
	padding:0 0 0 32px;
}
#disease_sg .title::before {
  padding: 16px;
}
}
/* 
 Pagination（index.php/archive.php）
----------------------------------------------------------- */  
.pagination, .wp-prev-next {
	padding:3rem 0 5rem;
}
.pagination ul {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items: center;
	text-align:center;
}
.pagination ul li {
	margin:3px;
	font-size:0.8em;
}
.pagination ul li a {
	padding:0.3rem;
	display: block;
	width:50px;
	background:#FFF;
	color:#0051CA810;
	border:1px solid #51CA81;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.pagination ul li a:hover {
	background:#51CA81;
	color:#FFF;
	border:1px solid #51CA81;
}
.pagination ul li span {
	padding:0.3rem;
	display: block;
	width:50px;
	background:#51CA81;
	color:#FFF;
	border:1px solid #51CA81;
}
.pagination ul li span.current {
	font-weight:bold;
}
.wp-prev-next .prev-link {
	float:left;
}
.wp-prev-next .next-link {
	float:right;
}
#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
	margin: 0 20px 1.1em;
}
/* 
 Pagination（single.php）
----------------------------------------------------------- */  
.nav-below {
	width:100%;
	padding:3rem 0 5rem;
	display:flex;
    justify-content:space-between;
	flex-wrap:wrap;
}
.nav-below a {
	background:#FFF;
	border:1px solid #000;
	color:#000;
	padding:0.2rem;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	font-size:0.8em;
}
.nav-below img {
	width:50px;
	height:50px;
}
#prev, #next {
	width:49%;
	overflow:hidden;
}
#next {
	text-align:right;
}
#prev img {
	float:left;
	margin-right:0.4rem;
}
#next img {
	float:right;
	margin-left:0.4rem;
}
.nav-below p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
.nav-below a:hover {
	background:#2DC139;
	border:1px solid #2DC139;
	color:#FFF;
}
#prevAndNextLeft {
	width:50%;
	float:left;
	text-align:left;
}
#prevAndNextRight {
	width:50%;
	float:left;
	text-align:right;
}
.video-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.video-wrap video {
  width: 100%;
  height: auto;
  display: block;
}
#movie{
	width:min(100%,1200px);
	margin:0 auto;
	padding:0 5% 5rem;
	position: relative;
	z-index: 1;
}
#fbana{
	position: fixed;
	bottom:0;
	width:100%;
	display: none;
	background:rgb(255, 220, 237);
	z-index: 99;
}
#fbana ul{
	width:100%;
	display: grid;
	gap:0;
	grid-template-columns: repeat(3, 1fr);
}
#fbana li:nth-of-type(2){
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#fbana a{
	display:block;
	padding: 0.5rem 0 0.3rem;
}
#fbana dt{
	width:40px;
	margin:0 auto;
}
#fbana dd{
	text-align: center;
	font-size: 11px;
	margin: 0;
	font-weight: 600;
}
@media screen and (max-width:640px) {
#fbana{
	display: block;
}
.smooth-back-to-top-button {
  bottom: 75px!important;
}
}
