/*
Theme Name: 逗葉地域医療センター テーマ
Author: GitHub Copilot
Description: 逗葉地域医療センターの公式ウェブサイト用テーマ。
Version: 1.2
Text Domain: wp_zuyou
*/

@charset "UTF-8";

/* ==================================================
   WordPress Compatibility Overrides
   main.css handles the primary styles.
   This file only covers WP-specific overrides.
   ================================================== */

/* html font-size base: 68.75% → 1rem = 11px (main.css と同一の基準値を強制) */
/* WordPress コアCSSのリセットによる上書きを防ぐためここで再定義する */
html { font-size: 68.75% !important; }

/* Admin bar compensation */
body.admin-bar .l-header { top: 32px !important; }

/* ヘッダーを波状区切り（z-index: 2）・ページタブナビ（z-index: 80）より必ず前面に（main.css の l-header: 100 に対するWP側の安全マージン） */
.l-header { z-index: 200 !important; }

/* コンテンツ幅を明示的に1400pxに固定（header.cssの1100pxによる上書きを防ぐ） */
:root { --mh--contents--width: 1400px; }

/* ヘッダーロゴのサイト名: 折り返しなし・文字サイズ縮小（デスクトップのみ） */
@media (width >= 1280px) {
  .l-header-logo__site-name {
    font-size: 1.7rem;
    white-space: nowrap;
  }
}
/* スマホ: ヘッダーロゴがはみ出さないよう制御 */
@media (max-width: 767px) {
  .l-header-logo__link {
    gap: 6px;
  }
  .logo-image {
    height: 28px;
  }
  .l-header-logo__txt {
    white-space: nowrap;
    font-size: 1.0rem;
  }
  .l-header-logo__site-name {
    white-space: nowrap;
    font-size: 1.25rem;
  }
  .l-header-logo {
    max-width: none;
  }
  /* 横スクロール防止 + ページ上端のゴムバンドスクロール防止 */
  html { overscroll-behavior: none; }
  body { overflow-x: clip !important; overscroll-behavior: none; }
  .hero { overflow: hidden !important; max-width: 100vw !important; }
  .hero-content { max-width: 100% !important; box-sizing: border-box !important; }
  .hero-inner-content { max-width: 100% !important; padding-right: 0 !important; margin-left: 0 !important; }
}

/* スマホ: ヒーローボタンを横1列・コンパクトに */
@media (max-width: 767px) {
  .hero-buttons {
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }
  .hero-info-btn {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: 100% !important;
    padding: 10px 14px 10px 16px !important;
    font-size: 1.2rem !important;
    justify-content: space-between !important;
    position: relative !important;
    z-index: 1 !important;
    touch-action: manipulation;
  }
  .hero-info-btn > span {
    pointer-events: none;
  }
  .hero-info-btn__icon { display: block !important; }
  .hero-info-btn__icon::before,
  .hero-info-btn__icon::after {
    pointer-events: none;
  }
}

/* スマホ: ヒーローレイアウト縦並び・写真アスペクト比固定 */
@media (max-width: 767px) {
  main p:not(.section-label):not(.hero-subtitle):not(.service-card__subtitle) {
    font-size: 1.3rem !important;
    line-height: 1.75 !important;
  }
  .section-title {
    font-size: 2.0rem !important;
    line-height: 1.25 !important;
  }
  .about-sub-title {
    font-size: 1.7rem !important;
    margin-bottom: 24px !important;
    padding-bottom: 10px !important;
    gap: 10px !important;
  }
  .history-date {
    font-size: 1.4rem !important;
    flex-basis: auto !important;
  }
  .history-desc {
    font-size: 1.3rem !important;
    line-height: 1.7 !important;
  }
  .business-item {
    padding: 16px !important;
    gap: 12px !important;
  }
  .business-item__icon {
    width: 36px !important;
    height: 36px !important;
  }
  .business-item__icon svg {
    width: 18px !important;
    height: 18px !important;
  }
  .business-item__text {
    font-size: 1.4rem !important;
    line-height: 1.35 !important;
  }
  .access-info h3.access-info__name {
    font-size: 1.7rem !important;
    line-height: 1.35 !important;
    margin-bottom: 24px !important;
    letter-spacing: 0.02em !important;
  }
  .access-detail {
    gap: 6px !important;
    padding: 16px 0 !important;
  }
  .access-detail dt {
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    flex-basis: auto !important;
  }
  .access-detail dd {
    font-size: 1.3rem !important;
    line-height: 1.7 !important;
  }
  .access-sub-item {
    gap: 6px !important;
    margin-bottom: 8px !important;
  }
  .access-label {
    font-size: 1.1rem !important;
    height: 22px !important;
    width: 54px !important;
  }
  .u-text-lg {
    font-size: 1.4rem !important;
  }
  .about-section {
    padding-bottom: 48px !important;
  }
  .about-intro {
    margin-bottom: 48px !important;
    gap: 20px !important;
  }
  .about-grid {
    gap: 40px !important;
  }
  .service-card__title {
    font-size: 1.7rem !important;
    line-height: 1.2 !important;
  }
  .service-card__more {
    gap: 10px !important;
  }
  .service-card__more-btn {
    font-size: 1.2rem !important;
    padding: 10px 18px !important;
    gap: 10px !important;
  }
  .service-card__more-btn--reserve {
    border-width: 1px !important;
  }
  .service-card__illu-wrap {
    height: auto !important;
  }
  .service-card__illu-content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    border-radius: 24px !important;
  }
  .about-intro__image {
    width: 70vw !important;
    max-width: 70vw !important;
    margin: 0 auto !important;
  }
  .about-intro__image img {
    width: 100% !important;
    height: 70vw !important;
    max-width: 70vw !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .facility-slide img {
    width: 70vw !important;
    height: 70vw !important;
    max-width: 70vw !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .hero {
    flex-direction: column !important;
    min-height: auto !important;
  }
  .hero-content {
    width: 100% !important;
    box-sizing: border-box !important;
    padding-top: 105px !important;
    padding-bottom: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    align-items: flex-start !important;
  }
  .hero-inner-content {
    max-width: none !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  .hero-bg {
    width: 100% !important;
    clip-path: none !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .hero-bg__inner {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 52vw !important;
    height: 52vw !important;
    aspect-ratio: 1 / 1 !important;
    clip-path: none !important;
    border-radius: 62% 38% 46% 54% / 44% 58% 42% 56% !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
  }
  .hero-text br { display: none; }
  /* MOREを非表示（スマホでは写真に重なるため） */
  .hero-scroll { display: none !important; }
  /* hero-info-panelは非アクティブ時は高さ、0に折りたたむ */
  .hero-info-panel {
    max-height: 0 !important;
    overflow: hidden !important;
    margin-top: 0 !important;
    transition: max-height 0.3s ease !important;
  }
  .hero-info-panel.is-open {
    max-height: 400px !important;
    margin-top: 15px !important;
  }

  .news-item__header {
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }
  .news-item__thumbnail {
    flex: 0 0 104px !important;
    width: 104px !important;
    margin-right: 0 !important;
  }
  .news-item__main {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  .news-item__meta {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 6px !important;
    flex-wrap: nowrap !important;
  }
  .news-date {
    margin-right: 0 !important;
    flex: none !important;
    white-space: nowrap !important;
  }
  .news-category {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    max-width: none !important;
    flex: none !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    word-break: keep-all !important;
    padding: 2px 8px !important;
  }
  .news-item__title {
    min-width: 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    line-height: 1.4 !important;
  }
  .news-item__icon {
    margin-left: auto !important;
  }
  .news-item__more-btn {
    font-size: 1.1rem !important;
    padding: 8px 14px !important;
    min-height: auto !important;
  }

  .medical-hours__table-wrapper {
    overflow-x: hidden !important;
  }
  .medical-hours__table {
    min-width: 0 !important;
    width: 100% !important;
    table-layout: fixed !important;
    font-size: 1.0rem !important;
  }
  .medical-hours__table th,
  .medical-hours__table td {
    padding: 8px 1px !important;
    font-size: 1.0rem !important;
  }
  .medical-hours__table th {
    font-size: 0.95rem !important;
  }
  .medical-hours__table .td-subject {
    width: 65px !important;
    font-size: 1.0rem !important;
  }
  .medical-hours__table tbody td:nth-child(2),
  .medical-hours__table tbody td:nth-child(1):not(.td-subject) {
    width: 34px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .medical-hours__table thead th:nth-child(n+2):nth-child(-n+7),
  .medical-hours__table tbody td:nth-child(n+3):nth-child(-n+8) {
    width: 24px !important;
  }
  .medical-hours__table thead th:nth-child(8),
  .medical-hours__table tbody td:nth-child(9) {
    width: 40px !important;
  }
  .medical-hours__table thead th:last-child,
  .medical-hours__table tbody td:last-child {
    width: 50px !important;
  }
  .medical-hours__note {
    font-size: 1.3rem !important;
  }
}

/* タブレット: ヒーロー文字を少し抑え、写真と干渉しないようにする */
@media (min-width: 768px) and (max-width: 1279px) {
  .l-nav {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding-top: calc(var(--mh--header--height) + 24px) !important;
    padding-bottom: 40px !important;
    transform: translateX(18px) !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    isolation: isolate;
    overflow-y: auto !important;
    overflow-x: visible !important;
  }

  .l-nav::before {
    content: none !important;
  }

  .l-nav::after {
    content: none !important;
  }

  .l-nav.is-open {
    transform: translateX(0) !important;
    background: linear-gradient(
      90deg,
      rgba(250, 252, 255, 0.24) 0%,
      rgba(246, 249, 246, 0.18) 50%,
      rgba(252, 253, 255, 0.96) 50%,
      rgba(244, 247, 244, 0.92) 100%
    ) !important;
    backdrop-filter: blur(18px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
    box-shadow: -12px 0 28px rgba(36, 78, 109, 0.08) !important;
  }

  .l-nav-brand {
    left: calc(50% + 18px) !important;
    right: 56px !important;
  }

  .l-nav-list {
    width: calc(50% - 36px) !important;
    margin-left: auto !important;
    margin-right: 18px !important;
    margin-top: 0 !important;
  }

  .l-nav-cv {
    width: calc(50% - 36px) !important;
    margin-left: auto !important;
    margin-right: 18px !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .hero {
    min-height: auto !important;
    align-items: center !important;
  }

  .home .access-wrapper {
    flex-direction: column !important;
    gap: 28px !important;
  }

  .home .access-info {
    padding-right: 0 !important;
  }

  .home .calendar-wrapper {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .hero-content {
    width: 58% !important;
    padding: 112px 28px 36px !important;
  }

  .hero-inner-content {
    max-width: 440px !important;
    margin-left: 0 !important;
    padding-right: 16px !important;
  }

  .hero-title {
    font-size: 3.2rem !important;
    line-height: 1.3 !important;
  }

  .hero-subtitle {
    font-size: 1.15rem !important;
    letter-spacing: 0.12em !important;
    margin-bottom: 10px !important;
  }

  .hero-subtitle::after {
    width: 22px !important;
    margin-left: 10px !important;
  }

  .hero-title-wrapper {
    gap: 16px !important;
    margin-bottom: 24px !important;
  }

  .hero-text {
    font-size: 1.35rem !important;
    line-height: 1.85 !important;
    margin-bottom: 24px !important;
  }

  .hero-text br {
    display: none !important;
  }

  .hero-buttons {
    gap: 10px !important;
  }

  .hero-info-btn {
    min-width: 0 !important;
    padding: 12px 18px 12px 22px !important;
    font-size: 1.25rem !important;
  }

  .hero-bg {
    width: 42% !important;
    min-height: auto !important;
    margin-top: -18px !important;
  }

  .hero-bg__inner {
    width: min(88%, 46vw) !important;
  }

  .about-intro {
    flex-direction: row !important;
    align-items: center !important;
    gap: 24px !important;
    margin-bottom: 56px !important;
  }

  .about-intro__image {
    flex: 0 0 22% !important;
    width: 22% !important;
    max-width: 132px !important;
    min-width: 92px !important;
    margin: 0 !important;
  }

  .about-intro__image img {
    width: 100% !important;
    height: auto !important;
  }

  .about-intro__content {
    flex: 1 1 auto !important;
    padding-left: 18px !important;
  }

  .about-intro__text {
    font-size: 1.4rem !important;
    line-height: 1.9 !important;
  }

  .news-section {
    padding-top: 0 !important;
  }
}

/* 1280px以上: お知らせ50% / 急患診療50% に比率調整 */
@media (min-width: 1280px) {
  .news-left {
    flex: 0 0 50% !important;
  }
  .news-right {
    flex: 0 0 50% !important;
  }
}

/* ヘッダー右端の紺色エリア: サンプルCSS準拠 (viewBox 1433幅・右端カーブ付き) */
@media (width >= 1280px) {
  .l-header::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%201433%20153%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M284.16%200H0C67.4002%207.9504%20130.098%2014.2587%20177.784%2031.5913C266.345%2063.7834%20273.981%2082.2075%20354.373%20112.037C428.676%20139.733%20574.499%20133.875%20646.782%20122.861C782.617%20102.154%20905.069%20115.962%201031.21%20142.556C1145.19%20164.275%201246.78%20150.136%201320%20118.415C1393.22%2086.69%201426%2097%201433%20100V0H284.16Z%22%20fill%3D%22%233C699C%22%2F%3E%3C%2Fsvg%3E");
  }
}

/* about-grid の最大幅を制限 */
.about-grid {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.medical-hours-sp-break {
  display: none;
}

@media (max-width: 767px) {
  .medical-hours-sp-break {
    display: inline;
  }
}

/* トップページのアクセス地図を詰めて余白を抑える */
.home .access-section {
  padding-bottom: 32px;
}

.home .access-wrapper {
  align-items: stretch;
}

.home .access-map {
  min-height: auto;
}

.home .access-map iframe {
  aspect-ratio: 4 / 3;
  min-height: 380px;
}

/* トップページのカレンダーを在宅医療ページと同じ体裁に揃える */
.home .calendar-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.home .calendar-item {
  background: #fff;
  border: 1px solid var(--mh--color--primary-100);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(60, 105, 156, 0.07);
  overflow: visible;
}

.home .calendar-item__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--mh--color--primary-700);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--mh--color--primary-100);
}

.home .calendar-item iframe {
  display: block;
  width: 100%;
  border-radius: 6px;
}

/* フッターの情報量を整理して縦並びにする */
.footer-logo {
  font-size: 1.6rem;
  white-space: normal;
}

.footer-navs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav li {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-about {
    max-width: 340px;
  }

  .footer-nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 24px;
  }
}

@media (min-width: 1280px) {
  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .home .access-section {
    padding-bottom: 24px;
  }

  .home .access-map {
    min-height: auto;
  }

  .home .access-map iframe {
    min-height: 280px;
  }

  .home .calendar-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home .calendar-item {
    padding: 20px;
  }

  .footer-logo {
    font-size: 1.45rem;
  }
}

/* スマホメニュー: Sample 01 のやわらかいガラス感を反映 */
@media (max-width: 1279px) {
  .l-nav-brand {
    position: absolute;
    top: 14px;
    left: 18px;
    right: 56px;
    z-index: 6;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0;
    margin: 0;
    border-bottom: 0;
  }

  .l-nav-brand .l-header-logo__link {
    gap: 8px;
    position: relative;
    z-index: 2;
    opacity: 1;
  }

  .l-nav-brand .logo-image {
    height: 30px;
    opacity: 1;
    filter: saturate(1) contrast(1.02);
  }

  .l-nav-brand .l-header-logo__txt {
    font-size: 1rem;
    white-space: nowrap;
    color: var(--mh--color--grayscale-800);
    text-shadow: none;
    opacity: 1;
  }

  .l-nav-brand .l-header-logo__site-name {
    font-size: 1.3rem;
    white-space: nowrap;
    color: var(--mh--color--primary-500);
    text-shadow: none;
    opacity: 1;
  }

  .l-nav-btn {
    position: relative;
    z-index: 230;
    width: 40px;
    height: 40px;
    gap: 6px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .l-nav-btn::before {
    content: none;
  }

  .l-nav-btn__line {
    width: 30px;
    height: 1px;
    border-radius: 999px;
  }

  .l-nav {
    inset: 0;
    width: auto;
    min-width: 0;
    height: 100svh;
    max-height: none;
    padding: calc(var(--mh--header--height) + 8px) 18px calc(16px + env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at top right, rgba(170, 218, 238, 0.14), transparent 20%),
      linear-gradient(180deg, rgba(253, 254, 255, 0.995), rgba(249, 250, 247, 0.985));
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    box-shadow: none;
    transform: translateX(18px);
    transition: visibility var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing), transform 0.34s ease;
    z-index: 220;
    overflow: auto;
    overflow-x: hidden;
  }

  .l-nav::before {
    content: "";
    position: absolute;
    top: -42px;
    right: -86px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(60, 105, 156, 0.05), rgba(60, 105, 156, 0));
    pointer-events: none;
  }

  .l-nav.is-open {
    transform: translateX(0);
  }

  .l-nav-list,
  .l-nav-cv {
    position: relative;
    z-index: 1;
  }

  .l-nav-list {
    margin-top: 8px;
  }

  .l-nav-list {
    max-width: none;
  }

  .l-nav-list__item {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(36, 78, 109, 0.18);
  }

  .l-nav-list__item:first-child {
    border-top: 1px solid rgba(36, 78, 109, 0.18);
    padding-top: 12px;
  }

  .l-nav-list__item + .l-nav-list__item {
    margin-top: 12px;
  }

  .l-nav-list__item-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 34px;
    padding: 0 22px 0 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: hidden;
  }

  .l-nav-list__item-link::before {
    content: none;
  }

  .l-nav-list__item-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-right: 1.5px solid var(--mh--color--primary-500);
    border-bottom: 1.5px solid var(--mh--color--primary-500);
    transform: rotate(-45deg);
  }

  .l-nav-list__item-link.is-active {
    background: transparent;
  }

  .l-nav-list__item-txt {
    margin-top: 0;
    color: var(--mh--color--primary-500);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  }

  .l-nav-list__item-link.is-active .l-nav-list__item-txt {
    color: var(--mh--color--primary-500);
  }

  .l-nav-cv {
    max-width: none;
    margin: 30px auto 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    width: fit-content;
    justify-content: center;
  }

  .l-nav-cv__btn {
    width: fit-content;
    margin-inline: auto;
  }

  .l-nav-cv .c-cv-btn__link {
    background: linear-gradient(135deg, var(--mh--color--primary-500), #4f88c3);
    color: #fff !important;
    width: fit-content;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 14px 30px rgba(36, 78, 109, 0.2);
    margin-inline: auto;
  }

  .l-nav-cv .c-cv-btn__in {
    min-height: 42px;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 8px 18px;
    justify-content: center;
    text-align: center;
    color: #fff;
  }

  .l-nav-cv .c-cv-btn__txt {
    color: #fff;
  }
}

@media (min-width: 1280px) {
  .l-nav-brand {
    display: none;
  }
}

/* サービスカード: 電話番号 */
.service-card__tel { display: flex; align-items: center; gap: 10px; margin-top: 20px; }
.service-card__tel-label { font-size: 1.3rem; font-weight: 700; color: #fff; background: var(--mh--color--primary-400); padding: 3px 10px; border-radius: 4px; letter-spacing: 0.05em; white-space: nowrap; }
.service-card__tel-number { font-size: 2.2rem; font-weight: 700; color: var(--mh--color--primary-800); text-decoration: none; font-family: 'Outfit', sans-serif; letter-spacing: 0.03em; transition: color var(--mh--duration) var(--mh--easing); }
.service-card__tel-number:hover { color: var(--mh--color--secondary-600); }

/* スライダー: スマホでは横長（16:9）に固定 */
@media (max-width: 768px) {
  .facility-slide img {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }
}


