
/*==================================================
 大型トラック駐車場・資材置き場
===================================*/
.truck-rental-cta,
.truck-rental-page,
.truck-rental-page * { box-sizing: border-box; }

.truck-rental-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr);
  gap: 28px;
  align-items: stretch;
  margin: 28px auto 48px;
  padding: 28px;
  border: 2px solid #0d3996;
  background: #fff;
}
.truck-rental-cta__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.truck-rental-cta__badge,
.truck-rental-kicker {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 12px;
  background: #c90000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.truck-rental-cta h2 { margin: 0 0 14px; color: #16233c; font-size: clamp(23px, 3vw, 34px); line-height: 1.35; }
.truck-rental-cta ul { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 0 0 18px; padding: 0; list-style: none; }
.truck-rental-cta li { position: relative; padding-left: 14px; font-size: 15px; }
.truck-rental-cta li::before { content: ""; position: absolute; top: .65em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #0d3996; }
.truck-rental-cta__button,
.truck-rental-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 13px 22px;
  border: 2px solid #c90000;
  border-radius: 4px;
  background: #c90000;
  color: #fff !important;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none !important;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.truck-rental-cta__button:hover,
.truck-rental-button--primary:hover { background: #a90000; border-color: #a90000; transform: translateY(-2px); }
.truck-rental-cta__visual { min-height: 240px; overflow: hidden; background: #eef2f8; }
.truck-rental-cta__visual img { width: 100%; height: 100%; object-fit: cover; }

.truck-rental-page { color: #1d2939; background: #fff; }
.truck-rental-page h1,
.truck-rental-page h2,
.truck-rental-page h3 { color: #16233c; font-weight: 700; }
.truck-rental-hero { padding: 64px 0; background: linear-gradient(135deg, #f3f7fc 0%, #fff 62%); border-top: 4px solid #0d3996; }
.truck-rental-hero__grid,
.truck-rental-details__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 48px; align-items: center; }
.truck-rental-kicker { margin-bottom: 16px; }
.truck-rental-hero h1 { margin: 0 0 22px; font-size: clamp(32px, 4.2vw, 54px); line-height: 1.25; letter-spacing: .01em; }
.truck-rental-hero__lead { margin: 0 0 28px; font-size: 17px; line-height: 1.9; }
.truck-rental-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.truck-rental-button { flex-direction: column; min-width: 220px; }
.truck-rental-button small { font-size: 12px; font-weight: 500; }
.truck-rental-button--secondary { border-color: #0d3996; background: #fff; color: #0d3996 !important; }
.truck-rental-button--secondary:hover { background: #0d3996; color: #fff !important; transform: translateY(-2px); }
.truck-rental-hero__visual,
.truck-rental-access-figure { margin: 0; }
.truck-rental-hero__visual img,
.truck-rental-access-figure img { display: block; width: 100%; height: auto; border: 1px solid #cbd5e1; }
.truck-rental-hero__visual figcaption,
.truck-rental-access-figure figcaption { margin-top: 8px; color: #667085; font-size: 13px; line-height: 1.6; }

.truck-rental-features,
.truck-rental-details,
.truck-rental-contact { padding: 72px 0; }
.truck-rental-section-label { margin: 0 0 8px; color: #0d3996; font-size: 13px; font-weight: 700; letter-spacing: .16em; }
.truck-rental-features h2,
.truck-rental-details h2,
.truck-rental-contact h2 { margin: 0 0 30px; font-size: clamp(28px, 3vw, 38px); line-height: 1.35; }
.truck-rental-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbd5e1; border-bottom: 1px solid #cbd5e1; }
.truck-rental-feature-grid article { position: relative; min-height: 190px; padding: 34px 30px; border-right: 1px solid #cbd5e1; }
.truck-rental-feature-grid article:last-child { border-right: 0; }
.truck-rental-feature-number { display: block; margin-bottom: 14px; color: #c90000; font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.truck-rental-feature-grid h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.45; }
.truck-rental-feature-grid p { margin: 0; line-height: 1.7; }

.truck-rental-details { background: #f7f9fc; }
.truck-rental-summary dl { margin: 0 0 24px; border-top: 1px solid #b8c4d4; }
.truck-rental-summary dl div { display: grid; grid-template-columns: 120px 1fr; border-bottom: 1px solid #d5dce6; }
.truck-rental-summary dt,
.truck-rental-summary dd { margin: 0; padding: 14px 12px; line-height: 1.6; }
.truck-rental-summary dt { color: #0d3996; font-weight: 700; }
.truck-rental-map-link { display: inline-block; color: #0d3996 !important; font-weight: 700; text-decoration: underline !important; text-underline-offset: 4px; }

.truck-rental-contact { background: #0b285f; color: #fff; text-align: center; }
.truck-rental-contact h2,
.truck-rental-contact .truck-rental-section-label { color: #fff; }
.truck-rental-contact__box > p:not(.truck-rental-section-label) { margin: -12px 0 26px; font-size: 16px; }
.truck-rental-actions--center { justify-content: center; }
.truck-rental-contact .truck-rental-button--secondary { border-color: #fff; background: transparent; color: #fff !important; }
.truck-rental-contact .truck-rental-button--secondary:hover { background: #fff; color: #0d3996 !important; }

@media screen and (max-width: 767px) {
  .truck-rental-cta { grid-template-columns: 1fr; gap: 20px; margin: 22px auto 36px; padding: 20px; }
  .truck-rental-cta__visual { min-height: 180px; order: -1; }
  .truck-rental-cta__button { width: 100%; }
  .truck-rental-hero { padding: 42px 0; }
  .truck-rental-hero__grid,
  .truck-rental-details__grid { grid-template-columns: 1fr; gap: 30px; }
  .truck-rental-hero__visual { order: -1; }
  .truck-rental-hero h1 { font-size: 31px; }
  .truck-rental-hero__lead { font-size: 15px; }
  .truck-rental-actions,
  .truck-rental-button { width: 100%; }
  .truck-rental-features,
  .truck-rental-details,
  .truck-rental-contact { padding: 48px 0; }
  .truck-rental-feature-grid { grid-template-columns: 1fr; }
  .truck-rental-feature-grid article { min-height: 0; padding: 25px 18px; border-right: 0; border-bottom: 1px solid #cbd5e1; }
  .truck-rental-feature-grid article:last-child { border-bottom: 0; }
  .truck-rental-summary dl div { grid-template-columns: 94px 1fr; }
  .truck-rental-summary dt,
  .truck-rental-summary dd { padding: 12px 8px; font-size: 14px; }
}
