/* =========================================================
   山﨑タクシー ゴルフ送迎
   共通部品は medical-study-transport.css。
   本ファイルは Cocoon 非表示・可読性・ゴルフ固有レイアウト。
   ========================================================= */

body.yt-wp-golf #sidebar,
body.yt-wp-golf .sidebar,
body.yt-wp-golf .breadcrumb,
body.yt-wp-golf .article-header .entry-title,
body.yt-wp-golf .eye-catch,
body.yt-wp-golf #header,
body.yt-wp-golf .header,
body.yt-wp-golf .navi,
body.yt-wp-golf .mobile-menu-buttons,
body.yt-wp-golf #footer {
  display: none !important;
}

body.yt-wp-golf #main,
body.yt-wp-golf .main,
body.yt-wp-golf .content,
body.yt-wp-golf .article,
body.yt-wp-golf .entry-content,
body.yt-wp-golf #container,
body.yt-wp-golf .container,
body.yt-wp-golf #content,
body.yt-wp-golf .content-in,
body.yt-wp-golf .wrap {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.yt-wp-golf {
  background: #f4f6f2;
  overflow-x: hidden;
}

.yt-golf {
  --ytg-ink: #161a14;
  --ytg-body: #22261f;
  --ytg-green: #1f4d32;
  --ytg-green-deep: #143524;
  --ytg-fairway: #2e6b45;
  --ytg-gold: #c4a056;
  --ytg-line: #cfd7cb;
  color: var(--ytg-body);
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.yt-golf .ytm-container {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}

.yt-golf .ytm-nav-cta,
.yt-golf .ytm-btn-primary {
  background: var(--ytg-green-deep) !important;
  border-color: var(--ytg-green-deep) !important;
  color: #fff !important;
  font-weight: 700;
}

.yt-golf .ytm-cta-row {
  flex-direction: row;
  flex-wrap: wrap;
}

.yt-golf .ytm-btn {
  font-weight: 700;
  letter-spacing: 0.02em;
  min-width: 148px;
  flex: 1 1 148px;
  max-width: 220px;
}

.yt-golf .ytm-section {
  padding: 52px 0;
}

.ytg-head {
  margin: 0 0 24px;
}

.ytg-kicker {
  margin: 0 0 8px;
  color: var(--ytg-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ytg-head h2,
.ytg-capacity-copy h2,
.ytg-corp-card h2 {
  margin: 0 0 12px;
  color: var(--ytg-ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.ytg-head p:not(.ytg-kicker),
.ytg-capacity-copy p:not(.ytg-kicker),
.ytg-corp-card p:not(.ytg-kicker),
.ytg-point p,
.ytg-scene p,
.ytg-fare-notes,
.ytg-check li {
  color: var(--ytg-body);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.01em;
  opacity: 1;
}

/* Hero: dark overlay on fairway so white type stays readable */
.ytg-hero {
  position: relative;
  color: #fff;
  min-height: 520px;
  overflow: hidden;
}

.ytg-hero-stage {
  position: absolute;
  inset: 0;
}

.ytg-hero-fairway {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 20% 80%, rgba(180, 210, 120, 0.35), transparent 55%),
    radial-gradient(ellipse 60% 40% at 80% 20%, rgba(40, 90, 50, 0.5), transparent 50%),
    linear-gradient(180deg, #1a3d28 0%, #245c38 38%, #3d7a4a 70%, #2a5a38 100%);
}

.ytg-hero-fairway::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      105deg,
      transparent 0 28px,
      rgba(255, 255, 255, 0.04) 28px 30px
    );
}

.ytg-hero-course {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 55%;
}

.ytg-hero-car {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(46vw, 380px);
  height: 72%;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(0.92);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%);
}

.ytg-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 18, 12, 0.9) 0%, rgba(8, 18, 12, 0.72) 34%, rgba(8, 18, 12, 0.28) 62%, rgba(8, 18, 12, 0.08) 100%),
    linear-gradient(180deg, rgba(8, 18, 12, 0.12) 0%, rgba(8, 18, 12, 0.42) 100%);
}

.ytg-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 720px);
  margin: 0 auto;
  padding: 48px 0 56px;
}

.ytg-label {
  margin: 0 0 12px;
  color: #e8d7a4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ytg-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-size: clamp(28px, 7vw, 42px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.ytg-hero-lead {
  margin: 0 0 24px;
  color: #f3f3f0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.01em;
  opacity: 1;
}

.ytg-hero .ytm-btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.22);
}

/* 5 points */
.ytg-highlights {
  background: #eef3ea;
}

.ytg-point-grid {
  display: grid;
  gap: 12px;
}

.ytg-point {
  background: #fff;
  border: 1px solid var(--ytg-line);
  border-radius: 14px;
  padding: 20px 18px;
}

.ytg-point h2 {
  margin: 0 0 8px;
  color: var(--ytg-ink);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

/* Fare */
.ytg-fare {
  background: #fff;
}

.ytg-fare-grid {
  display: grid;
  gap: 14px;
}

.ytg-fare-card {
  background: #f7f9f5;
  border: 2px solid var(--ytg-green);
  border-radius: 16px;
  padding: 28px 22px;
}

.ytg-fare-card--featured {
  background: var(--ytg-green-deep);
  border-color: var(--ytg-green-deep);
  color: #fff;
}

.ytg-fare-label {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ytg-ink);
}

.ytg-fare-card--featured .ytg-fare-label {
  color: #edd9a0;
}

.ytg-fare-price {
  margin: 0 0 10px;
  color: var(--ytg-ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-size: clamp(26px, 6vw, 36px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.ytg-fare-card--featured .ytg-fare-price {
  color: #fff;
}

.ytg-fare-amount {
  font-size: 1.12em;
}

.ytg-fare-yen {
  font-size: 0.72em;
  margin-left: 4px;
  font-weight: 700;
}

.ytg-fare-sub {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--ytg-ink);
}

.ytg-fare-card--featured .ytg-fare-sub {
  color: #fff;
}

.ytg-fare-notes {
  margin: 20px 0 0;
  padding: 0 0 0 1.2em;
}

.ytg-fare-notes li + li {
  margin-top: 6px;
}

/* 2 people */
.ytg-capacity {
  background: #eef3ea;
}

.ytg-capacity-card {
  display: grid;
  gap: 20px;
  background: #fff;
  border: 2px solid var(--ytg-green);
  border-radius: 16px;
  padding: 24px 20px;
}

.ytg-capacity-note {
  padding: 12px 14px;
  background: #f3f6f0;
  border-radius: 10px;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.ytg-capacity-media img,
.ytg-alphard-grid img,
.ytg-corp-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ytg-capacity-media,
.ytg-corp-media {
  overflow: hidden;
  border-radius: 12px;
  min-height: 200px;
  background: #1a241c;
}

.ytg-slot {
  display: grid;
  place-items: center;
  min-height: 200px;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  background: #2a4534;
}

/* Comfort */
.ytg-comfort {
  background: #fff;
}

.ytg-check {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ytg-check li {
  position: relative;
  padding: 16px 16px 16px 48px;
  background: #f7f9f5;
  border: 1px solid var(--ytg-line);
  border-radius: 12px;
  font-weight: 600;
}

.ytg-check li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ytg-green);
  box-shadow: inset 0 0 0 3px #fff;
}

/* Scenes */
.ytg-scenes {
  background: #eef3ea;
}

.ytg-scene-grid {
  display: grid;
  gap: 12px;
}

.ytg-scene {
  background: #fff;
  border: 1px solid var(--ytg-line);
  border-radius: 14px;
  padding: 20px 18px;
}

.ytg-scene h3 {
  margin: 0 0 12px;
  color: var(--ytg-ink);
  font-size: 18px;
  font-weight: 700;
}

.ytg-scene ol {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.ytg-scene li {
  position: relative;
  padding: 10px 12px 10px 44px;
  border: 1px solid var(--ytg-line);
  background: #f7f9f5;
  font-size: 16px;
  font-weight: 700;
  color: var(--ytg-ink);
}

.ytg-scene li + li {
  border-top: 0;
}

.ytg-scene li:first-child {
  border-radius: 8px 8px 0 0;
}

.ytg-scene li:last-child {
  border-radius: 0 0 8px 8px;
}

.ytg-scene li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: var(--ytg-green);
}

/* Alphard */
.ytg-alphard {
  background: #fff;
}

.ytg-alphard-grid {
  display: grid;
  gap: 12px;
}

.ytg-alphard-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #121826;
}

.ytg-alphard-grid img {
  height: 220px;
}

.ytg-alphard-grid figcaption {
  padding: 12px 14px 14px;
  background: #fff;
  color: var(--ytg-ink);
  font-size: 15px;
  font-weight: 700;
}

.ytg-center {
  margin: 24px 0 0;
  text-align: center;
}

.ytg-btn-dark {
  color: var(--ytg-ink) !important;
  border: 2px solid var(--ytg-green-deep) !important;
  background: #fff !important;
}

/* Corporate */
.ytg-corp {
  background: #eef3ea;
}

.ytg-corp-card {
  display: grid;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--ytg-line);
  border-radius: 16px;
  padding: 24px 20px;
}

.ytg-corp-list {
  margin: 0 0 16px;
  padding: 0 0 0 1.2em;
  color: var(--ytg-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.yt-golf .ytm-bottom-cta {
  background: linear-gradient(180deg, #143524 0%, #10150e 100%);
}

.yt-golf .ytm-bottom-cta .ytm-btn-primary {
  background: #c4a056 !important;
  border-color: #c4a056 !important;
  color: #143524 !important;
}

.yt-golf .ytm-bottom-cta .ytm-btn-ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(0, 0, 0, 0.25) !important;
}

.yt-golf .ytm-bottom-cta h2 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.yt-golf .ytm-bottom-cta p {
  color: #f0f0ec;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}

.yt-golf .yt-ci-card,
.yt-golf .yt-ci-title,
.yt-golf .yt-ci-heading,
.yt-golf .yt-ci-block p,
.yt-golf .yt-ci-reg-no {
  color: var(--ytg-ink);
}

@media (max-width: 420px) {
  .yt-golf .ytm-nav a:not(.ytm-nav-cta) {
    display: none;
  }

  .yt-golf .ytm-btn {
    min-height: 52px;
    width: 100%;
    max-width: none;
    flex: 1 1 100%;
  }

  .ytg-hero-car {
    width: 58vw;
    opacity: 0.72;
  }
}

@media (min-width: 700px) {
  .ytg-hero-inner {
    margin-left: max(24px, calc((100% - 1080px) / 2));
    padding: 72px 0 80px;
  }

  .ytg-point-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ytg-fare-grid,
  .ytg-capacity-card,
  .ytg-corp-card,
  .ytg-scene-grid,
  .ytg-alphard-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1000px) {
  .ytg-point-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ytg-scene-grid,
  .ytg-alphard-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .ytg-hero-car {
    width: min(42vw, 400px);
    right: 0;
  }
}
