@charset "UTF-8";

/* ==================================================
   1. VARIABLES & RESET
   ================================================== */
:root {
  /* Color Palette */
  --c-sapphire: #4059AD;       /* 信頼の青：ヘッダー、重要セクション */
  --c-blue-grey: #6B9AC4;      /* サブカラー：落ち着き */
  --c-pearl-aqua: #97D8C4;     /* 癒やし：小児、予防 */
  --c-platinum: #EFF2F1;       /* ベース背景：清潔感 */
  --c-sunflower: #F4B942;      /* アクセント：CVボタン、訪問歯科 */
  --c-white: #ffffff;
  --c-text: #333333;
  --c-text-light: #666666;
  
  /* Gradients */
  --g-gold: linear-gradient(135deg, #F4B942 0%, #FFCC66 100%);
  --g-sapphire: linear-gradient(135deg, #4059AD 0%, #2A4080 100%);
  
  /* Fonts */
  --f-jp: "Shippori Mincho", serif;       /* 見出し */
  --f-body: "Noto Sans JP", sans-serif;   /* 本文 */
  --f-round: "M PLUS Rounded 1c", sans-serif; /* 親しみやすさ */
  --f-en: "Jost", sans-serif;             /* 英語 */
  
  /* Layout & Spacing */
  --w-inner: 1100px;
  --header-h: 80px;
  --header-h-sp: 60px;
  
  /* Shadows (立体感) */
  --s-card: 0 10px 25px rgba(64, 89, 173, 0.08);
  --s-float: 0 15px 35px rgba(64, 89, 173, 0.15);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--f-body); color: var(--c-text); line-height: 1.7;
  background-color: var(--c-platinum); -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; transition: 0.3s ease; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
ul { list-style: none; }

/* Utilities */
.l-inner { width: 90%; max-width: var(--w-inner); margin: 0 auto; position: relative; z-index: 2; }
.l-section { padding: 100px 0; position: relative; overflow: hidden; }
.l-section--sapphire { background: var(--c-sapphire); color: #fff; }
.l-section--platinum { background: var(--c-platinum); }
.l-section--aqua { background: #f0fbf9; } /* Pearl Aquaの極薄色 */
.l-section--warm { background: #fffcf5; } /* Sunflowerの極薄色 */

.u-text-center { text-align: center; }
.u-pc-only { display: none !important; }
.u-sp-only { display: block !important; }

@media (min-width: 900px) {
  .l-section { padding: 120px 0; }
  .u-pc-only { display: block !important; }
  .u-sp-only { display: none !important; }
}


/* ==================================================
   2. SHAPE DIVIDERS (区切り線・装飾)
   ================================================== */
.c-wave, .c-shape, .c-curve {
  position: absolute; left: 0; width: 100%; z-index: 1; pointer-events: none;
}

/* 波線 (上部) */
.c-wave--top {
  top: -1px; height: 40px; background: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z' class='shape-fill'%3E%3C/path%3E%3C/svg%3E");
  mask-size: cover; mask-position: bottom; transform: rotate(180deg);
}

/* 波線 (下部 -> Platinumへ) */
.c-wave--bottom-platinum {
  bottom: -1px; height: 50px; background: var(--c-platinum);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M985.66,92.83C906.67,72,823.78,31,743.84,14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84,11.73-114,31.07-172,41.86A600.21,600.21,0,0,1,0,27.35V120H1200V95.8C1132.19,118.92,1055.71,111.31,985.66,92.83Z' class='shape-fill'%3E%3C/path%3E%3C/svg%3E");
  mask-size: cover;
}

/* 波線 (上部 -> Aquaへ) */
.c-wave--top-aqua {
  top: -1px; height: 40px; background: var(--c-platinum); /* 前のセクションの色 */
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z' class='shape-fill'%3E%3C/path%3E%3C/svg%3E");
  mask-size: cover; mask-position: bottom; transform: rotate(180deg);
}

/* 波線 (下部 -> Warmへ) */
.c-wave--bottom-warm {
  bottom: -1px; height: 40px; background: #fff; /* 次のセクションの色 */
  mask-image: radial-gradient(circle at 10px 0, transparent 10px, black 11px);
  mask-size: 20px 20px; mask-repeat: repeat-x;
}

/* 斜めカット (下がり) */
.c-shape--slope-down-platinum {
  top: 0; height: 60px; background: var(--c-platinum);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  transform: scaleY(-1); margin-top: -1px;
}

/* 曲線 (上部凸) */
.c-curve--top-warm {
  top: -1px; height: 50px; background: #f0fbf9; /* 前のセクション色 */
  border-radius: 0 0 50% 50% / 0 0 100% 100%; transform: scaleX(1.5);
}
/* 曲線 (上部凹 - Sapphireへ) */
.c-curve--top-sapphire {
  top: -1px; height: 50px; background: var(--c-sapphire);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0; transform: scaleX(1.5); margin-top: -40px;
}


/* ==================================================
   3. COMPONENTS
   ================================================== */
/* Title */
.c-section-head { margin-bottom: 60px; }
.c-section-head .en {
  display: block; font-family: var(--f-en); color: var(--c-sapphire); font-weight: 700;
  letter-spacing: 0.1em; font-size: 16px; margin-bottom: 10px;
}
.c-section-head .jp {
  font-family: var(--f-jp); font-size: 32px; font-weight: 700; line-height: 1.4;
  margin-bottom: 20px; color: var(--c-text);
}
.c-section-head .desc { font-size: 14px; color: var(--c-text-light); }

/* White Title */
.c-section-head--white .en, .c-section-head--white .jp, .c-section-head--white .desc { color: #fff; }
.c-section-head--white .en { color: var(--c-pearl-aqua); }

/* Buttons */
.c-btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--f-round); font-weight: 700; border-radius: 50px; transition: 0.3s;
}
.c-btn:hover { transform: translateY(-3px); }

.c-btn--header {
  background: var(--g-gold); color: #fff; padding: 8px 25px;
  box-shadow: 0 4px 10px rgba(244, 185, 66, 0.4);
  display: flex; flex-direction: column; line-height: 1.2;
}
.c-btn--header span { font-size: 12px; }
.c-btn--header i { font-size: 16px; margin-top: 2px; }

.c-btn--gold {
  background: var(--g-gold); color: #fff; padding: 15px 40px; font-size: 16px;
  box-shadow: 0 5px 15px rgba(244, 185, 66, 0.4);
}
.c-btn--white {
  background: #fff; color: var(--c-sapphire); padding: 15px 40px; font-size: 16px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.c-btn--outline {
  border: 2px solid var(--c-sapphire); color: var(--c-sapphire); padding: 12px 30px;
}
.c-btn--outline:hover { background: var(--c-sapphire); color: #fff; }
.c-btn--outline-brown {
  border: 2px solid #8B5E3C; color: #8B5E3C; padding: 12px 30px;
}
.c-btn--outline-brown:hover { background: #8B5E3C; color: #fff; }


/* ==================================================
   4. HEADER
   ================================================== */
.l-header {
  position: fixed; top: 0; left: 0; width: 100%; height: var(--header-h);
  background: rgba(255,255,255,0.95); backdrop-filter: blur(10px);
  z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.l-header__inner {
  display: flex; justify-content: space-between; align-items: center;
  height: 100%; padding: 0 30px; max-width: 1400px; margin: 0 auto;
}
.l-header__logo .en { display: block; font-family: var(--f-en); font-weight: 700; font-size: 20px; color: var(--c-sapphire); }
.l-header__logo .jp { display: block; font-size: 10px; color: #888; font-family: var(--f-round); }

.nav-list { display: flex; gap: 30px; align-items: center; }
.nav-list a { font-family: var(--f-round); font-weight: 700; color: var(--c-sapphire); font-size: 15px; position: relative; }
.nav-list a::after {
  content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px;
  background: var(--c-pearl-aqua); transition: 0.3s;
}
.nav-list a:hover::after { width: 100%; }
.nav-highlight a {
  color: #fff; background: var(--c-sunflower); padding: 5px 15px; border-radius: 20px;
}
.nav-highlight a:hover { opacity: 0.8; }
.nav-highlight a::after { display: none; }

.l-header__action { display: flex; align-items: center; gap: 20px; }
.tel-box { text-align: right; }
.tel-box .label { font-size: 10px; display: block; color: #888; }
.tel-box .tel { font-family: var(--f-en); font-size: 22px; font-weight: 700; color: var(--c-sapphire); line-height: 1; }

.l-header__menu-trigger { width: 44px; height: 44px; position: relative; border: none; background: none; }
.l-header__menu-trigger span {
  display: block; width: 24px; height: 2px; background: var(--c-sapphire);
  position: absolute; left: 10px; transition: 0.3s;
}
.l-header__menu-trigger span:nth-child(1) { top: 14px; }
.l-header__menu-trigger span:nth-child(2) { top: 21px; }
.l-header__menu-trigger span:nth-child(3) { top: 28px; }

@media (max-width: 900px) {
  .l-header { height: var(--header-h-sp); }
  .l-header__inner { padding: 0 15px; }
  .l-header__logo .en { font-size: 16px; }
}


/* ==================================================
   5. FV (Hero)
   ================================================== */
.p-hero {
  position: relative; height: 100vh; min-height: 600px;
  display: flex; align-items: center; overflow: hidden;
}
.p-hero__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.p-hero__img {
  width: 100%; height: 100%; background-size: cover; background-position: center;
  animation: zoomBg 20s infinite alternate;
}
@keyframes zoomBg { from { transform: scale(1); } to { transform: scale(1.1); } }
.p-hero__overlay {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.2) 100%);
}

.p-hero__content { position: relative; z-index: 2; width: 100%; }
.p-hero__text-box { max-width: 650px; }
.p-hero__text-box .tagline {
  font-family: var(--f-en); color: var(--c-sapphire); font-weight: 700; margin-bottom: 20px; letter-spacing: 0.1em;
}
.p-hero__text-box .tagline i { color: var(--c-pearl-aqua); margin-right: 5px; }
.p-hero__text-box .title {
  font-family: var(--f-jp); font-size: 48px; font-weight: 700; line-height: 1.4;
  margin-bottom: 30px; color: var(--c-text);
}
.p-hero__text-box .highlight {
  background: linear-gradient(transparent 60%, rgba(151, 216, 196, 0.5) 60%);
}
.p-hero__text-box .lead { font-size: 16px; line-height: 1.8; margin-bottom: 40px; font-weight: 500; }

.p-hero__actions { display: flex; gap: 15px; }

.p-hero__scroll {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  color: var(--c-sapphire); font-family: var(--f-en); font-size: 12px; letter-spacing: 0.2em;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.p-hero__scroll::after {
  content: ''; display: block; width: 1px; height: 40px; background: var(--c-sapphire);
  animation: scrollDown 1.5s infinite;
}
@keyframes scrollDown { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

@media (max-width: 768px) {
  .p-hero__text-box .title { font-size: 32px; }
  .p-hero__actions { flex-direction: column; }
  .u-sp-inline { display: inline-block; }
}


/* ==================================================
   6. EVIDENCE (Data)
   ================================================== */
.p-evidence__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
@media (min-width: 900px) {
  .p-evidence__grid { grid-template-columns: repeat(4, 1fr); gap: 30px; }
}

.c-data-card {
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  padding: 30px 15px; text-align: center; border-radius: 16px; backdrop-filter: blur(5px);
}
.c-data-card--highlight {
  background: rgba(244, 185, 66, 0.15); border-color: var(--c-sunflower);
}
.c-data-card__icon { font-size: 32px; color: var(--c-pearl-aqua); margin-bottom: 10px; }
.c-data-card--highlight .c-data-card__icon { color: var(--c-sunflower); }

.c-data-card__num-wrap { font-family: var(--f-en); line-height: 1; margin-bottom: 10px; }
.c-data-card__num-wrap .num { font-size: 40px; font-weight: 700; color: #fff; }
.c-data-card--highlight .num { color: var(--c-sunflower); }
.c-data-card__num-wrap .unit { font-size: 14px; margin-left: 5px; }
.c-data-card__num-wrap .prefix { display: block; font-size: 12px; margin-bottom: 5px; }
.c-data-card__label { font-size: 14px; font-weight: bold; opacity: 0.9; }


/* ==================================================
   7. CONCEPT
   ================================================== */
.p-concept__container { display: flex; flex-direction: column; gap: 40px; }
@media (min-width: 900px) {
  .p-concept__container { flex-direction: row; align-items: center; gap: 60px; }
  .p-concept__img { width: 50%; height: 500px; }
  .p-concept__text { width: 50%; }
}

.p-concept__img {
  width: 100%; border-radius: 20px 80px 20px 20px; overflow: hidden; position: relative;
  box-shadow: var(--s-card);
}
.p-concept__img img { width: 100%; height: 100%; object-fit: cover; }
.p-concept__deco {
  position: absolute; bottom: -20px; right: -20px; width: 100px; height: 100px;
  background: var(--c-pearl-aqua); border-radius: 50%; opacity: 0.5; z-index: -1;
}

.c-section-head--left { text-align: left; margin-bottom: 30px; }
.c-section-head--left .jp::after { margin: 15px 0 0; }
.p-concept__text .lead-text { font-size: 18px; font-weight: bold; color: var(--c-sapphire); margin-bottom: 20px; }
.p-concept__text .desc-text { font-size: 15px; line-height: 1.9; margin-bottom: 30px; text-align: justify; }


/* ==================================================
   8. FEATURES
   ================================================== */
.p-features__scroll-wrap {
  overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 20px; margin: 0 -20px; padding: 0 20px 30px;
}
.p-features__grid { display: flex; gap: 20px; width: max-content; }
@media (min-width: 900px) {
  .p-features__scroll-wrap { overflow: visible; margin: 0; padding: 0; }
  .p-features__grid { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; gap: 20px; }
}

.c-feature-card {
  width: 260px; background: #fff; padding: 30px 20px; border-radius: 16px;
  box-shadow: var(--s-card); position: relative; transition: 0.3s;
  border-bottom: 4px solid var(--c-pearl-aqua);
}
@media (min-width: 900px) { .c-feature-card { width: auto; } }

.c-feature-card:hover { transform: translateY(-5px); box-shadow: var(--s-float); }
.c-feature-card .step {
  position: absolute; top: 15px; right: 20px; font-family: var(--f-en); font-size: 40px; font-weight: 700; color: #f0f0f0; line-height: 1;
}
.icon-circle {
  width: 60px; height: 60px; background: var(--c-platinum); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--c-sapphire); margin-bottom: 20px;
}
.c-feature-card .title { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--c-sapphire); }
.c-feature-card .text { font-size: 13px; color: #666; line-height: 1.6; }

/* 訪問歯科ハイライト */
.c-feature-card--highlight { border-bottom-color: var(--c-sunflower); background: #fffcf5; }
.c-feature-card--highlight .icon-circle { background: #fff8e1; color: var(--c-sunflower); }


/* ==================================================
   9. LIFE STAGES
   ================================================== */
.p-stages__container {
  display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 900px) {
  .p-stages__container { grid-template-columns: repeat(5, 1fr); }
}

.c-stage-box {
  display: block; background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: 0.3s;
}
.c-stage-box:hover { transform: translateY(-5px); box-shadow: var(--s-card); }
.c-stage-box .img-area { position: relative; height: 160px; }
.c-stage-box img { width: 100%; height: 100%; object-fit: cover; }
.c-stage-box .tag {
  position: absolute; bottom: 0; left: 0; background: var(--c-sapphire); color: #fff;
  font-size: 11px; padding: 4px 10px; border-radius: 0 8px 0 0; font-weight: bold;
}
.c-stage-box .tag-gold { background: var(--c-sunflower); }

.c-stage-box .text-area { padding: 15px; }
.c-stage-box h4 { font-size: 15px; font-weight: 700; margin-bottom: 5px; color: var(--c-text); }
.c-stage-box p { font-size: 12px; color: #888; line-height: 1.5; }
.c-stage-box--highlight { border: 2px solid var(--c-sunflower); }


/* ==================================================
   10. VISITING CARE (Special)
   ================================================== */
.p-visiting__wrapper { display: flex; flex-direction: column; gap: 30px; }
@media (min-width: 900px) {
  .p-visiting__wrapper { flex-direction: row; align-items: center; gap: 60px; }
  .p-visiting__content { width: 50%; }
  .p-visiting__image { width: 50%; }
}

.label-badge {
  display: inline-block; background: var(--c-sunflower); color: #fff; font-size: 12px;
  padding: 5px 12px; border-radius: 20px; font-weight: bold; margin-bottom: 15px;
}
.p-visiting__content .title {
  font-family: var(--f-jp); font-size: 32px; margin-bottom: 20px; line-height: 1.4;
}
.p-visiting__content .lead { font-weight: 700; color: #8B5E3C; margin-bottom: 20px; border-bottom: 2px solid #ddd; display: inline-block; }
.p-visiting__content .text { font-size: 15px; line-height: 1.9; margin-bottom: 30px; text-align: justify; }

.check-list li { font-weight: 700; color: var(--c-sapphire); margin-bottom: 10px; }
.check-list i { color: var(--c-sunflower); margin-right: 10px; }

.btn-group { display: flex; gap: 15px; margin-top: 30px; flex-direction: column; }
@media (min-width: 600px) { .btn-group { flex-direction: row; } }

.p-visiting__image { position: relative; padding: 20px; }
.p-visiting__image .img-frame { border-radius: 30px; overflow: hidden; box-shadow: 20px 20px 0 rgba(244, 185, 66, 0.2); }
.p-visiting__image img { width: 100%; transition: 0.5s; }
.p-visiting__image:hover img { transform: scale(1.05); }

.floating-badge {
  position: absolute; bottom: 0; right: 0; background: #fff; width: 120px; height: 120px;
  border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1); border: 3px solid var(--c-sunflower);
  animation: float 3s ease-in-out infinite;
}
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.floating-badge .big { font-size: 24px; font-weight: bold; color: var(--c-sunflower); line-height: 1; }
.floating-badge .small { font-size: 10px; font-weight: bold; }


/* ==================================================
   11. TEAM & MENU & ACCESS (Part 3 styles)
   ================================================== */
/* Team */
.p-team__tabs { display: flex; gap: 10px; overflow-x: auto; justify-content: center; margin-bottom: 30px; padding-bottom: 10px; }
.tab-btn { background: var(--c-platinum); border: none; padding: 10px 25px; border-radius: 25px; font-weight: 700; color: #666; cursor: pointer; white-space: nowrap; transition: 0.3s; }
.tab-btn.is-active { background: var(--c-sapphire); color: #fff; box-shadow: 0 5px 15px rgba(64, 89, 173, 0.3); }

.c-team-card { display: flex; flex-direction: column; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--s-card); border: 1px solid #eee; }
@media (min-width: 900px) {
  .c-team-card { flex-direction: row; }
  .c-team-card__img { width: 40%; }
  .c-team-card__body { width: 60%; }
}
.c-team-card__img img { width: 100%; height: 100%; object-fit: cover; min-height: 250px; }
.c-team-card__body { padding: 40px; }
.role-name { font-family: var(--f-en); font-weight: 700; letter-spacing: 0.1em; display: block; margin-bottom: 10px; }
.color-sapphire { color: var(--c-sapphire); }
.c-team-card .title { font-size: 24px; font-weight: 700; margin-bottom: 20px; color: var(--c-text); }
.c-team-card .text { font-size: 15px; margin-bottom: 25px; line-height: 1.8; }
.feat-list li { margin-bottom: 8px; font-weight: 700; font-size: 14px; }
.feat-list i { color: var(--c-pearl-aqua); margin-right: 8px; }

/* Menu */
.p-menu__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
@media (min-width: 900px) { .p-menu__grid { grid-template-columns: repeat(3, 1fr); gap: 30px; } }

.c-menu-panel {
  display: block; background: #fff; padding: 25px; border-radius: 12px; position: relative;
  box-shadow: 0 5px 10px rgba(0,0,0,0.03); transition: 0.3s;
}
.c-menu-panel:hover { transform: translateY(-5px); box-shadow: var(--s-card); }
.c-menu-panel .icon-box { font-size: 28px; margin-bottom: 15px; }
.color-aqua { color: var(--c-pearl-aqua); } .color-gold { color: var(--c-sunflower); }
.c-menu-panel .title { font-size: 16px; font-weight: 700; margin-bottom: 5px; }
.c-menu-panel .desc { font-size: 12px; color: #888; }
.c-menu-panel .arrow { position: absolute; top: 20px; right: 20px; color: #ddd; }

.p-menu__sub-links { display: flex; justify-content: center; gap: 20px; margin-top: 40px; flex-wrap: wrap; }
.p-menu__sub-links a { font-size: 14px; border-bottom: 1px solid #ccc; padding-bottom: 2px; }

/* Access */
.p-access__container { display: flex; flex-direction: column; gap: 0; background: #fff; border-radius: 20px; overflow: hidden; box-shadow: var(--s-float); }
@media (min-width: 900px) { .p-access__container { flex-direction: row; } }

.p-access__info-card { padding: 40px; background: #fff; flex: 1; }
.p-access__map { flex: 1; min-height: 300px; }
.p-access__info-card .logo-area .en { font-family: var(--f-en); font-weight: 700; color: var(--c-sapphire); }
.p-access__info-card .tel-link { font-family: var(--f-en); font-size: 32px; font-weight: 700; color: var(--c-sapphire); display: block; margin: 15px 0; }
.time-table { width: 100%; font-size: 13px; border-collapse: collapse; text-align: center; margin-bottom: 10px; }
.time-table th { background: var(--c-sapphire); color: #fff; padding: 8px; }
.time-table td { border: 1px solid #eee; padding: 8px; }
.c-btn--full { width: 100%; padding: 12px; text-align: center; }
.btn-area { display: flex; gap: 10px; margin-top: 20px; }

/* Footer */
.l-footer { background: #2A4080; color: rgba(255,255,255,0.7); padding: 40px 0; text-align: center; font-size: 12px; }
.l-footer__nav ul { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
.l-footer__nav a { color: #fff; }

/* SP Fix Nav */
.p-app-bar {
  position: fixed; bottom: 0; left: 0; width: 100%; height: 60px; background: #fff; z-index: 999;
  display: flex; border-top: 1px solid #eee; box-shadow: 0 -5px 10px rgba(0,0,0,0.05);
}
.p-app-bar__item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 10px; font-weight: bold; color: var(--c-sapphire); }
.p-app-bar__item i { font-size: 18px; margin-bottom: 2px; }
.p-app-bar__item--main { flex: 1.5; background: var(--c-sunflower); color: #fff; font-size: 12px; }