html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'M PLUS Rounded 1c', 'Hiragino Maru Gothic ProN', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  background-color: #F9F7F4;
  margin: 0;
  padding: 0;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}

.wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.heading {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 100px min(15%, 180px);
    box-sizing: border-box;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  box-sizing: border-box;
}

.header-logo {
  display: block;
  line-height: 0;
}

.header-logo-img {
  height: 70px;
  width: auto;
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin-left: auto;
  margin-right: 20px;
  min-width: 0;
  flex: 1 1 auto;
}

.header-btns {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.header-reserve-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #7db52f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 50px;
  border: 2px solid #5f8f24;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.header-reserve-btn:hover {
  opacity: 0.85;
}

.header-nav {
  margin: 0;
  width: 100%;
  min-width: 0;
}

.header-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-nav ul li {
  flex-shrink: 0;
}

.header-nav ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  transition: color 0.2s;
}

.header-nav ul li a:hover {
  color: #F6AE3C;
}

.header-tel-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 22px;
  font-weight: 800;
  color: #333;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-decoration: none;
}

.header-tel-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.header-tel-mobile {
  display: none;
  align-items: center;
  gap: 4px;
  color: #F6AE3C;
  text-decoration: none;
  flex-shrink: 0;
}

.header-tel-mobile-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.header-tel-mobile span {
  font-size: 16px;
  font-weight: 800;
  color: #333;
  white-space: nowrap;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  gap: 6px;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #F6AE3C;
  border-radius: 2px;
  transition: all 0.3s;
}

.hamburger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.sp-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
  padding: 16px 0 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sp-menu.is-open {
  display: block;
}

.sp-menu ul li a {
  display: block;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #E6D6BD;
}

.sp-menu ul li a:hover {
  background-color: #f7f5f0;
  color: #F6AE3C;
}

/* KV */
#kv {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  min-height: 420px;
  max-height: 760px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.kv-slider,
.kv-slider .slick-list,
.kv-slider .slick-track {
  position: absolute;
  inset: 0;
  height: 100%;
}

.kv-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.kv-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.kv-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.kv-content {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0 clamp(24px, 5vw, 60px);
  max-width: 680px;
  align-self: center;
  width: 100%;
}

.kv-catch {
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin-bottom: clamp(16px, 3vw, 40px);
  white-space: nowrap;
}

.kv-clinic-name {
  margin: 0 0 clamp(20px, 4vw, 60px);
  line-height: 0;
}

.kv-clinic-name-img {
  width: clamp(280px, 38vw, 600px);
  max-width: 100%;
  height: auto;
}

.kv-quicklinks {
  display: flex;
  gap: clamp(10px, 2vw, 20px);
  margin-top: clamp(16px, 3vw, 36px);
}

.kv-quicklink-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.kv-quicklink-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(70px, 9vw, 120px);
  height: clamp(70px, 9vw, 120px);
  border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid #7db52f;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s, box-shadow 0.2s;
}

.kv-quicklink-item:hover .kv-quicklink-circle {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.kv-quicklink-circle img {
  width: clamp(28px, 4vw, 50px);
  height: clamp(28px, 4vw, 50px);
}

.kv-quicklink-label {
  font-size: clamp(13px, 1.4vw, 18px);
  font-weight: 700;
  color: #333;
  white-space: nowrap;
}

/* 共通 */
.section {
  padding: 80px 20px;
}

.section-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.section-head {
  text-align: center;
  margin-bottom: 52px;
}

@media (max-width: 768px) {
  .section-head {
    margin-bottom: 30px;
  }
}

.section-en {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #8B4A12;
  display: block;
}

.section-ja {
  font-size: 40px;
  font-weight: 800;
  color: #333;
  line-height: 1.25;
  margin: 0.415em 0 0;
}

/* NEWS */
#news {
  background-color: #F5DE7A;
}

.archive-news-area {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.archive-news-block {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 18px 24px;
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 14px;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}

.archive-news-block:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.archive-news-block:last-child {
  margin-bottom: 0;
}

.archive-text1 {
  flex: 0 0 auto;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #7db52f;
  text-decoration: none;
}

.archive-text2 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}

.archive-text2::after {
  content: '';
  position: absolute;
  inset: 0;
}

.archive-news-block:hover .archive-text2 {
  color: #F6AE3C;
}

.non-text1 {
  text-align: center;
  font-size: 16px;
  color: #999;
}

.btn-wrapper1 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.btn-wrapper1._left {
  justify-content: flex-start;
}

.btn-more1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #7db52f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  padding: 12px 36px;
  border-radius: 50px;
  border: 2px solid #5E8823;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s, transform 0.2s;
}

.btn-more1:hover {
  background-color: #ffffff;
  color: #7db52f;
  transform: translateY(-2px);
}

.btn-doctor-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  padding: 20px 24px;
  background-color: #ffffff;
  color: #F6AE3C;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 16px;
  border: 2px solid #C97F1E;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(246, 174, 60, 0.32);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-doctor-list:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(246, 174, 60, 0.4);
}

@media (max-width: 768px) {
  .section-ja {
    font-size: 28px;
  }

  .archive-news-block {
    flex-direction: column;
    gap: 4px;
    padding: 14px 18px;
  }
}

/* DOCTOR SCHEDULE */
#doctor-schedule {
  background-color: #C6E293;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 32' width='24' height='32'%3E%3Cdefs%3E%3Cpath id='b' d='M-3 5 C-3 0 -1 -3 3 -5' fill='none' stroke='%23E7F4CE' stroke-width='2.6' stroke-linecap='round'/%3E%3C/defs%3E%3Cg opacity='0.25'%3E%3Cuse href='%23b' x='6' y='8'/%3E%3Cuse href='%23b' x='18' y='8'/%3E%3Cuse href='%23b' x='0' y='24'/%3E%3Cuse href='%23b' x='12' y='24'/%3E%3Cuse href='%23b' x='24' y='24'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 56px 74px;
}

.doctor-table-wrap {
  width: 100%;
}

.doctor-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 16px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #F6AE3C;
}

.doctor-table th {
  background-color: #7db52f;
  color: #ffffff;
  padding: 14px 10px;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
}

.doctor-table th:first-child {
  background-color: #6b5c47;
  width: 100px;
}

.doctor-table td {
  padding: 16px 10px;
  text-align: center;
  border-bottom: 1px solid #E6D6BD;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  box-sizing: border-box;
}

.doctor-table td.doctor-time-cell {
  background-color: #F9F7F4;
  color: #333;
  width: 100px;
}

.doctor-table td.doctor-sat {
  font-size: 15px;
  text-align: left;
}

.doctor-note {
  display: inline-block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  color: #F6AE3C;
}

.doctor-schedule-note {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

@media (max-width: 768px) {
  .doctor-table {
    font-size: 13px;
    border-radius: 8px;
  }

  .doctor-table th {
    padding: 8px 4px;
  }

  .doctor-table td {
    padding: 8px 4px;
    font-size: 13px;
  }

  .doctor-table td.doctor-sat {
    font-size: 11px;
  }

  .doctor-note {
    font-size: 10px;
  }

  .doctor-table th:first-child,
  .doctor-table td.doctor-time-cell {
    width: 50px;
  }
}

/* トップページ・下層ページ共通：固定ヘッダー分のオフセット */
.page01 {
  padding-top: 108px;
}

/* 下層ページ（お知らせ 一覧・詳細） */
.page02,
.page03 {
  padding-top: 108px;
}

.page02 {
  background-color: #F5DE7A;
}

.page03 {
  background-color: #F9F7F4;
}

.fv2,
.fv3 {
  height: 1px;
}

.heading._page02,
.heading._crumbs {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px 0;
  box-sizing: border-box;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.crumbs-link {
  font-size: 14px;
  font-weight: 700;
  color: #F6AE3C;
  text-decoration: none;
}

.crumbs-separator {
  margin: 0 8px;
  color: #ccc;
}

.crumbs-current {
  font-size: 14px;
  color: #333;
}

.archive-common {
  padding: 40px 20px 80px;
}

.detail {
  padding: 40px 20px 80px;
}

.detail h1 {
  max-width: 1080px;
  margin: 0 auto 40px;
  font-size: 26px;
  font-weight: 800;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 3px solid #F6AE3C;
}

.detail-common-area {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.detail-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 32px;
}

.detail-common-area p {
  margin: 0 0 24px 0;
}

.detail-common-area img {
  margin: 0 0 24px 0;
  border-radius: 12px;
}

.detail-common-area h2 {
  font-size: 22px;
  font-weight: 800;
  color: #333;
  border-left: 5px solid #F6AE3C;
  padding-left: 12px;
  margin: 0 0 24px 0;
}

.detail-common-area h3 {
  font-size: 18px;
  font-weight: 800;
  color: #F6AE3C;
  margin: 0 0 20px 0;
}

.detail-common-area a {
  color: #F6AE3C;
  font-weight: 700;
  text-decoration: underline;
}

.date-text1 {
  max-width: 1080px;
  margin: 0 auto 12px;
  font-size: 15px;
  font-weight: 700;
  color: #F6AE3C;
}

.btn-wrapper1._detail {
  max-width: 1080px;
  margin: 60px auto 0;
  justify-content: flex-start;
}

.pagenum-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.pagenum {
  display: flex;
  gap: 8px;
}

.pagenum li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  background-color: #ffffff;
  text-decoration: none;
  border: 2px solid #E6D6BD;
}

.pagenum li a.current {
  background-color: #F6AE3C;
  color: #ffffff;
  border-color: #F6AE3C;
}

@media screen and (max-width: 960px) {
  .heading._page02,
  .heading._crumbs {
    padding: 30px 16px 0;
  }

  .archive-common,
  .detail {
    padding: 24px 16px 60px;
  }

  .detail h1 {
    font-size: 22px;
  }
}

/* GREETING */
#greeting {
  background-color: #ffffff;
  background-image: url('../img/greeting-bg.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.greeting-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
}

.greeting-img-wrap {
  display: flex;
  flex-direction: column;
}

.greeting-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  aspect-ratio: 3 / 4;
}

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

.greeting-body {}

.greeting-catch {
  font-size: 27px;
  font-weight: 800;
  color: #F6AE3C;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .greeting-catch {
    font-size: 20px;
  }
}

.greeting-text {
  font-size: 16px;
  color: #333;
  line-height: 2;
  margin-bottom: 16px;
}

.greeting-text-toggle {
  display: none;
}

@media (max-width: 768px) {
  .greeting-text-wrap {
    position: relative;
    max-height: 100px;
    overflow: hidden;
  }

  .greeting-text-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  }

  .greeting-text-wrap.is-open {
    max-height: none;
  }

  .greeting-text-wrap.is-open::after {
    display: none;
  }

  .greeting-text-toggle {
    display: block;
    width: 100%;
    margin: 16px 0 0;
    padding: 10px;
    background-color: #ffffff;
    color: #7db52f;
    border: 2px solid #7db52f;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
  }
}

.greeting-name {
  margin-top: 16px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.greeting-name strong {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #333;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .greeting-name strong {
    font-size: 28px;
  }
}

.greeting-profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.greeting-profile-block {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-sizing: border-box;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.greeting-profile-title {
  font-size: 17px;
  font-weight: 800;
  color: #F6AE3C;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #E6D6BD;
}

.greeting-profile-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.greeting-profile-list li {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  padding: 0 0 0 18px;
  margin-bottom: 10px;
  position: relative;
}

.greeting-profile-list li:last-child {
  margin-bottom: 0;
}

.greeting-profile-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #F6AE3C;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

@media (max-width: 768px) {
  .greeting-profile {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .greeting-profile-block {
    padding: 24px;
  }
}

/* FEATURES */
#features {
  background-color: #F5AE45;
}

#features .section-ja {
  color: #ffffff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-items: center;
}

.feature-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.feature-num {
  font-family: 'Nunito', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #7db52f;
  line-height: 1;
}

.feature-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.feature-title {
  font-size: 20px;
  font-weight: 800;
  color: #333;
  margin-top: 10px;
  margin-bottom: 0;
}

.feature-text {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 0;
}

/* FACILITY */
#facility {
  background-color: #F5AE45;
}

#facility .section-ja {
  color: #ffffff;
}

.archive-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 24px;
}

.archive-block {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  flex: 0 0 calc((100% - 48px) / 3);
  width: calc((100% - 48px) / 3);
}

.archive-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.archive-img-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
}

.archive-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.3s ease;
}

.archive-block:hover .archive-img {
  transform: scale(1.05);
}

.archive-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.25;
  padding: 16px 12px;
  flex: 1;
}

.archive-card-title::after {
  content: '';
  position: absolute;
  inset: 0;
}

.archive-card-title:hover {
  color: #F6AE3C;
}

.archive-card-arrow {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #F6AE3C;
}

@media (max-width: 960px) {
  .archive-area {
    gap: 24px 16px;
  }

  .archive-block {
    flex: 0 0 calc((100% - 16px) / 2);
    width: calc((100% - 16px) / 2);
  }
}

@media (max-width: 768px) {
  .archive-card-title {
    padding: 10px;
    font-size: 16px;
  }
}

/* 院内設備（静的・3カラム） */
.facility-sub {
  margin-bottom: 56px;
}

.facility-sub:last-child {
  margin-bottom: 0;
}

.facility-sub-title {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin: 0 0 24px;
  padding: 10px 28px;
  background-color: #8B4A12;
  border-radius: 15px;
}

.facility-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.facility-block {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
  flex: 0 0 calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
}

@media (min-width: 769px) {
  .facility-sub_equipment .facility-block {
    flex: 0 0 calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4);
  }
}

.facility-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 0 16px 0;
}

.facility-sub_equipment .facility-img {
  aspect-ratio: 4 / 5;
}

.facility-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.25;
  margin: 0;
}

.facility-block .facility-sublist {
  margin: 14px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #E6D6BD;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  text-align: left;
}

@media (max-width: 768px) {
  .facility-sub-title {
    font-size: 17px;
  }

  .facility-title {
    font-size: 18px;
  }

  .facility-area {
    gap: 14px;
  }

  .facility-block {
    flex: 0 0 calc((100% - 14px) / 2);
    width: calc((100% - 14px) / 2);
    padding: 15px;
  }
}

/* FAQ */
#faq {
  background-color: #F5DE7A;
}

.faq-area {
  max-width: 1080px;
  margin: 0 auto;
}

.faq-accordion {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.faq-accordion:last-child {
  margin-bottom: 0;
}

.faq-accordion-q {
  background-color: #F6AE3C;
  font-size: 18px;
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 14px 0 0;
  flex-shrink: 0;
}

.faq-accordion-a {
  background-color: #eaf3da;
  font-size: 18px;
  color: #7db52f;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 14px 0 0;
  font-weight: 800;
  flex-shrink: 0;
}

.faq-accordion-head {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
  padding-right: 30px;
}

.faq-accordion-head::-webkit-details-marker {
  display: none;
}

.faq-accordion-head::after {
  content: '';
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #F6AE3C;
  border-right: 2px solid #F6AE3C;
  transition: transform .3s;
  top: 50%;
  right: 6px;
  position: absolute;
}

.faq-accordion[open] .faq-accordion-head::after {
  transform: translateY(-50%) rotate(225deg);
}

.faq-accordion-body {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}

.faq-accordion-body-content {
  width: 100%;
  box-sizing: border-box;
}

.faq-accordion-head-content p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #333;
}

.faq-accordion-body-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 12px 0;
}

.faq-accordion-body-content p:last-child {
  margin: 0;
}

.faq-accordion-body-content a {
  text-decoration: underline;
  font-size: 15px;
  color: #F6AE3C;
}

@media (max-width: 768px) {
  .faq-accordion {
    padding: 16px;
  }

  .faq-accordion-q,
  .faq-accordion-a {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .faq-accordion-head-content p {
    font-size: 15px;
  }
}

/* GUIDANCE */
#guidance {
  background-color: #C6E293;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 32' width='24' height='32'%3E%3Cdefs%3E%3Cpath id='b' d='M-3 5 C-3 0 -1 -3 3 -5' fill='none' stroke='%23E7F4CE' stroke-width='2.6' stroke-linecap='round'/%3E%3C/defs%3E%3Cg opacity='0.25'%3E%3Cuse href='%23b' x='6' y='8'/%3E%3Cuse href='%23b' x='18' y='8'/%3E%3Cuse href='%23b' x='0' y='24'/%3E%3Cuse href='%23b' x='12' y='24'/%3E%3Cuse href='%23b' x='24' y='24'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 56px 74px;
}

.guidance-sub {
  margin-bottom: 56px;
}

.guidance-sub:last-child {
  margin-bottom: 0;
}

.guidance-sub-title {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin: 0 0 24px;
  padding: 10px 28px;
  background-color: #8B4A12;
  border-radius: 15px;
}

/* 診療科は院内設備と同じ .archive-area / .archive-block カードスタイルを共用 */

/* よくみられる症状・主な疾患（タイトル＋矢印のみ） */
.guidance-list-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}

.guidance-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #E6D6BD;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.guidance-list-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.guidance-list-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

.guidance-list-arrow {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #F6AE3C;
}

@media (max-width: 768px) {
  .guidance-list-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .guidance-list-item {
    padding: 14px 14px;
  }

  .guidance-list-title {
    font-size: 14px;
  }

  .guidance-sub-title {
    font-size: 18px;
  }
}

/* ACCESS */
#access {
  background-color: #F5AE45;
  background-image: url('../img/access-bg.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

@media (max-width: 768px) {
  #access {
    background-image: url('../img/access-bg-sp.png');
  }
}

#access .section-ja {
  color: #ffffff;
}

.access-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 768px) {
  .access-wrap {
    gap: 20px;
  }
}

.access-table-wrap {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.schedule-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 16px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #F6AE3C;
}

.schedule-table th {
  background-color: #7db52f;
  color: #ffffff;
  padding: 14px 10px;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
}

.schedule-table th:first-child {
  background-color: #6b5c47;
  width: 100px;
}

.schedule-table td {
  padding: 16px 10px;
  text-align: center;
  border-bottom: 1px solid #E6D6BD;
  background-color: #ffffff;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
}

.schedule-table td:first-child {
  background-color: #F9F7F4;
  font-weight: 700;
  color: #333;
  width: 100px;
}

.schedule-table td.mark-maru {
  color: #7db52f;
  font-weight: 700;
  font-size: 20px;
}

.schedule-table td.mark-batu {
  color: #ccc;
  font-size: 20px;
}

.schedule-table td.mark-star {
  color: #F6AE3C;
  font-weight: 700;
  font-size: 20px;
}

.schedule-table td.mark-yoyaku {
  color: #7db52f;
  font-weight: 700;
  font-size: 20px;
}

.mark-slash {
  display: inline;
}

.mark-note {
  color: #F6AE3C;
  font-size: 13px;
  font-weight: 800;
  vertical-align: super;
  margin-left: 1px;
}

.mark-note-inline {
  color: #F6AE3C;
  font-weight: 800;
}

.schedule-legend .mark-note-inline {
  margin-right: 0;
}

.schedule-table td.schedule-time-cell {
  background-color: #F9F7F4;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  padding: 14px 12px;
}

.schedule-time {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #6b5c47;
  line-height: 1;
  margin-top: 3px;
}

.schedule-note {
  margin-top: 12px;
  font-size: 16px;
  color: #333;
}

.schedule-legend {
  margin-top: 14px;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  background-color: #f2f8e8;
  border-radius: 10px;
  padding: 12px 16px;
  border: 2px solid #7db52f;
}

.schedule-legend span {
  display: inline-block;
  margin-right: 16px;
  white-space: nowrap;
}

.schedule-legend .schedule-legend-note {
  display: block;
  margin-top: 6px;
  margin-right: 0;
  white-space: normal;
}

.schedule-legend-link {
  color: #F6AE3C;
  font-weight: 700;
  text-decoration: underline;
}

.schedule-legend-link:hover {
  color: #7db52f;
}

.schedule-legend-detail {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #cfe3b0;
  font-size: 15px;
  line-height: 1.8;
}

.schedule-legend-heading {
  font-size: 16px;
  font-weight: 800;
  color: #7db52f;
  margin: 16px 0 6px;
}

.schedule-legend-heading:first-child {
  margin-top: 0;
}

.schedule-legend-detail p {
  margin: 0 0 10px;
}

.schedule-legend-detail p:last-child {
  margin-bottom: 0;
}

.access-map-wrap {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.access-transit-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

.access-address {
  margin-top: 14px;
  margin-bottom: 8px;
}

.access-address p {
  font-size: 20px;
  color: #333;
  margin-bottom: 4px;
}

.access-address strong {
  font-size: 16px;
  font-weight: 800;
  color: #333;
}

.access-map {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.access-map img {
  width: 100%;
  height: auto;
  display: block;
}

.access-transit {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
  min-width: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.access-transit-badge-row {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: default;
}

.access-transit-arrow {
  display: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #8B4A12;
  margin-left: auto;
  transition: transform 0.2s;
}

.access-transit-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

.access-transit-badge {
  background-color: transparent;
  color: #8B4A12;
  padding: 0;
  font-size: 24px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .access-transit-area {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .access-transit {
    padding: 10px;
  }

  .access-transit-icon {
    width: 35px;
    height: 35px;
  }

  .access-transit-badge {
    font-size: 20px;
  }

  .access-transit-badge-row {
    cursor: pointer;
  }

  .access-transit-arrow {
    display: block;
  }

  .access-transit.is-open .access-transit-arrow {
    transform: rotate(180deg);
  }
}

.access-transit-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.access-transit-text {
  margin: 0;
}

.access-transit-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.access-transit-list li {
  position: relative;
  padding-left: 16px;
  font-weight: 700;
}

.access-transit-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F6AE3C;
}

.access-transit-link {
  color: #F6AE3C;
  font-weight: 700;
  text-decoration: underline;
}

.access-transit-link:hover {
  color: #7db52f;
}

@media (max-width: 768px) {
  .access-transit-body {
    display: none;
  }

  .access-transit.is-open .access-transit-body {
    display: flex;
  }
}

/* OVERVIEW */
#overview {
  background-color: #C6E293;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 32' width='24' height='32'%3E%3Cdefs%3E%3Cpath id='b' d='M-3 5 C-3 0 -1 -3 3 -5' fill='none' stroke='%23E7F4CE' stroke-width='2.6' stroke-linecap='round'/%3E%3C/defs%3E%3Cg opacity='0.25'%3E%3Cuse href='%23b' x='6' y='8'/%3E%3Cuse href='%23b' x='18' y='8'/%3E%3Cuse href='%23b' x='0' y='24'/%3E%3Cuse href='%23b' x='12' y='24'/%3E%3Cuse href='%23b' x='24' y='24'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 56px 74px;
}

.overview-table {
  width: 100%;
  border-collapse: collapse;
  max-width: 700px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.overview-table tr {
  border-bottom: 1px solid #E6D6BD;
}

.overview-table th {
  padding: 18px 20px 18px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #F6AE3C;
  text-align: left;
  white-space: nowrap;
  width: 140px;
  vertical-align: top;
}

.overview-table td {
  padding: 18px 24px 18px 0;
  font-size: 16px;
  color: #333;
}

/* GALLERY */
#gallery {
  overflow: hidden;
}

.gallery-slider {
  width: 100%;
}

.gallery-slider .slick-track {
  display: flex;
}

.gallery-slide {
  margin: 0;
}

.gallery-slide img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .gallery-slide img {
    height: 160px;
  }
}

/* LINE CTA */
#line-cta {
  padding: 24px 20px;
}

.cta-row {
  display: flex;
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.line-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  padding: 20px 50px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #7db52f;
  text-decoration: none;
  transition: transform 0.2s;
}

.line-banner._reserve {
  background: linear-gradient(135deg, #7db52f 0%, #5f8f24 100%);
  border-color: #4a7219;
}

.line-banner:hover {
  transform: translateY(-3px);
}

.line-banner-body {
  flex: 1;
}

.line-banner-title {
  font-size: 32px;
  font-weight: 800;
  color: #7db52f;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0px;
}

.line-banner._reserve .line-banner-title {
  color: #ffffff;
}

.line-banner-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: rgba(125, 181, 47, 0.15);
  border-radius: 50%;
  color: #7db52f;
}

.line-banner._reserve .line-banner-arrow {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.line-banner-arrow svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  #line-cta {
    padding: 16px;
  }

  .cta-row {
    flex-direction: column;
    gap: 12px;
  }

  .line-banner {
    padding: 16px 18px;
    gap: 14px;
    border-radius: 16px;
  }

  .line-banner-title {
    font-size: 22px;
  }

  .line-banner-arrow {
    width: 30px;
    height: 30px;
  }

  .line-banner-arrow svg {
    width: 15px;
    height: 15px;
  }
}

/* RECRUIT */
#recruit {
  background-color: #F6AE3C;
  padding: 64px 20px;
}

.recruit-banner {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 400px;
  background-color: #ffffff;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
}

.recruit-img-col {
  flex: 0 0 42%;
  position: relative;
}

.recruit-img-col img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-img-col::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.6) 100%);
}

.recruit-body {
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recruit-label {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #7db52f;
  margin-bottom: 10px;
}

.recruit-title {
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 800;
  color: #333;
  line-height: 1.3;
  margin-bottom: 10px;
}

.recruit-divider {
  width: 40px;
  height: 3px;
  background-color: #F6AE3C;
  border-radius: 2px;
  margin-bottom: 20px;
}

.recruit-sub {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.recruit-desc {
  font-size: 16px;
  color: #333;
  margin-bottom: 32px;
  line-height: 1.8;
}

.recruit-btns {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.recruit-btn {
  display: inline-flex;
  justify-content: center;

  align-items: center;
  background-color: #F6AE3C;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  padding: 14px 24px;
  border-radius: 50px;
  border: 2px solid #C97F1E;
  text-decoration: none;
  transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}

.recruit-btn:hover {
  background-color: #7db52f;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.recruit-btn._mail {
  background-color: #ffffff;
  color: #F6AE3C;
  border: 2px solid #F6AE3C;
}

.recruit-btn._mail:hover {
  background-color: #f2f8e8;
}

@media (max-width: 768px) {
  #recruit {
    padding: 40px 16px;
  }

  .recruit-banner {
    flex-direction: column;
    min-height: auto;
    border-radius: 20px;
  }

  .recruit-img-col {
    flex: none;
    height: 200px;
    position: relative;
  }

  .recruit-img-col img {
    position: absolute;
  }

  .recruit-img-col::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  }

  .recruit-body {
    padding: 36px 24px 44px;
  }

  .recruit-btns {
    flex-direction: column;
  }

  .recruit-btn {
    font-size: 16px;
    padding: 14px 20px;
  }
}

/* FOOTER */
#footer {
  background-color: #ffffff;
  border-top: 3px solid #E6D6BD;
  padding: 48px 20px 24px;
  text-align: center;
}

.footer-logo {
  margin-bottom: 12px;
  line-height: 0;
}

.footer-logo-img {
  display: block;
  height: 40px;
  width: auto;
  margin: 0 auto;
}

.footer-address {
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
}

.footer-links {
  margin-bottom: 20px;
}

.footer-links a {
  font-size: 14px;
  font-weight: 700;
  color: #7db52f;
  text-decoration: underline;
}

.footer-copy {
  font-size: 16px;
  color: #aaa;
}

.pagetop {
  position: fixed;
  bottom: 28px;
  right: 24px;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  color: #F6AE3C;
  border-radius: 50%;
  border: 2px solid #F6AE3C;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  transition: background-color 0.2s, transform 0.2s;
}

.pagetop:hover {
  background-color: #FDEFD9;
  transform: translateY(-3px);
}

.pagetop svg {
  width: 20px;
  height: 20px;
  fill: none;
}

.footer-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 13;
  display: flex;
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.2s, transform 0.2s;
}

.cta-fixed-link2 {
  flex: 1;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  border-radius: 14px;
  background-color: #7db52f;
}

.tanpopo-deco {
  position: relative;
}

@media (max-width: 980px) {

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .heading {
        max-width: 480px;
        padding: 40px min(5.333%, 20px);
    }

    .header-inner {
        padding: 10px;
    }

    .header-nav {
        margin-right: 16px;
    }

    .header-nav ul {
        gap: 0.5rem;
    }

    .header-nav ul li a {
        font-size: 12px;
    }

    body {
        padding-bottom: 56px;
    }

    .page01,
    .page02,
    .page03 {
        padding-top: 70px;
    }

}

@media (max-width: 768px) {

  .header-nav,
  .header-tel {
    display: none;
  }

  .header-logo-img {
    height: 45px;
  }

  .header-tel-mobile {
    display: flex;
  }

  .header-tel-mobile-icon {
    width: 26px;
    height: 26px;
  }

  .hamburger {
    display: flex;
  }

  .header-inner {
    padding: 0 10px;
    height: 70px;
  }

  .header-right {
    margin-right: 0;
  }

  .sp-menu {
    top: 70px;
  }

  .page01,
  .page02,
  .page03 {
    padding-top: 70px;
  }

  .section {
    padding: 60px 16px;
  }

  #kv {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 50px;
    box-sizing: border-box;
    aspect-ratio: 3 / 4;
    height: auto;
    min-height: 480px;
    max-height: 700px;
  }

  .kv-content {
    text-align: center;
    padding: 0 24px;
    align-self: flex-end;
  }

  .kv-clinic-name {
    margin: 0 0 16px;
  }

  .kv-clinic-name-img {
    margin: 0 auto;
  }

  .kv-catch {
    margin-bottom: 20px;
  }

  .kv-quicklinks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 20px 10px;
    margin-top: 24px;
  }

  .kv-quicklink-circle {
    width: 100px;
    height: 100px;
  }

  .kv-quicklink-circle img {
    width: 42px;
    height: 42px;
  }

  .kv-quicklink-label {
    font-size: 16px;
  }

  .greeting-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .greeting-img {
    width: 70%;
    margin: 0 auto;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature-card {
    padding: 20px;
  }

  .guidance-info-grid {
    grid-template-columns: 1fr;
  }

  .overview-table th {
    width: auto;
    padding: 10px 15px;
  }

  .overview-table td {
    padding: 10px 15px;
    font-size: 16px;
  }

  .pagetop {
    bottom: 76px;
    right: 16px;
  }

  .schedule-table {
    font-size: 14px;
    border-radius: 8px;
  }

  .schedule-table th {
    padding: 8px 5px;
  }

  .schedule-table td {
    padding: 8px 5px;
    font-size: 16px;
  }

  .schedule-table td.mark-maru,
  .schedule-table td.mark-batu,
  .schedule-table td.mark-star,
  .schedule-table td.mark-yoyaku {
    font-size: 16px;
  }

  .schedule-table td.schedule-time-cell {
    padding: 8px 6px;
    font-size: 14px;
  }

  .schedule-table th:first-child,
  .schedule-table td:first-child {
    width: 70px;
  }

  .schedule-time {
    font-size: 12px;
  }

  .mark-slash {
    display: none;
  }

  .schedule-legend {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .kv-catch {
    font-size: 20px;
    white-space: normal;
  }

  .header-logo-img {
    height: 34px;
  }

  .header-inner {
    padding: 0 8px;
  }

  .header-right {
    margin-right: 8px;
  }
}

.detail-common-area h2,
.common-archive-h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    border-left: 6px solid #EEB2BC;
    padding: 0 0 0 10px;
    margin: 40px 0 20px 0;
}

.detail-common-area img {
    margin: 0 0 20px 0;
}

.detail-common-area h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.48px;
    border-bottom: 1px solid #EEB2BC;
    padding: 0 0 10px 0;
    margin: 0 0 40px 0;
}
.detail-common-area h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 40px 0;
}

.detail-common-area p {
    font-size: 16px;
    margin: 0 0 30px 0;
}

.detail-common-area a {
    font-size: 16px;
    color: #EEB2BC;
    font-weight: 700;
    margin: 0 0 40px 0;
}

.detail-common-area ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.detail-common-area ul li {
    font-size: 16px;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 18px;
    line-height: 24px;
}
.detail-common-area ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #EEB2BC;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

@media screen and (max-width: 960px) {
    .page03 {
        padding: 50px 0 0 0;
    }

}


/* 共通 index single archive 404 */
._minheight {
    min-height: 48vh;
}

@media screen and (max-width: 960px) {
    ._minheight {
        min-height: 62vh;
    }
}


/* page04 common */
.page04 {
    padding: 0 !important;
}

.heading._page04 {
    padding: 80px min(15%, 180px);
}

.fv4 {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 288px;
}

.fv4-h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #9ED286;
}



@media screen and (max-width: 960px) {
    .heading._page04 {
        padding: 80px min(5.333%, 20px);
    }

    .fv4-h1 {
        font-size: 28px;
    }
}

/* 緊急のお知らせ全体の枠組み */
.emergency-banner{max-width:800px; margin:100px auto -70px;border:2px solid #d00000;/* 赤い枠線 */
background-color:#fff;font-family:sans-serif;box-sizing:border-box;width:95%/* スマホ等の小さい画面用 */
}
/* 「緊急のお知らせ」固定文言部分 */
.emergency-header{background-color:red;/* 鮮やかな赤 */
color:#fff;text-align:center;padding:8px 15px;font-weight:700;font-size:1.1rem}
/* タイトルと本文を包むエリア */
.emergency-body{padding:15px 20px;text-align:left/* 基本左寄せ */
}
/* 投稿タイトル（2行目） */
.emergency-title{margin:0 0 10px 0;padding:0;font-size:1.05rem;font-weight:700;line-height:1.4;color:#333}
/* 投稿本文（3行目?） */
.emergency-content{font-size:.95rem;line-height:1.6;color:#444}
/* 本文内の改行（pタグ等）の余白調整 */
.emergency-content p{margin:0 0 1em 0}
.emergency-content p:last-child{margin-bottom:0}
/* レスポンシブ：画面幅が狭い時の微調整 */
@media screen and (max-width:940px){
.emergency-banner{margin:80px auto 20px;}
}

@media screen and (max-width:480px){
.emergency-header{font-size:1rem;padding:6px 10px}
.emergency-body{padding:10px 15px}

}


/* 0908 */
@media screen and (max-width:768px){
  .kv-slide {
    height: 168%;
  }
}
@media screen and (max-width:480px){
  .kv-slide {
    height: 100%;
  }
}

