/* =========================================================
   山﨑タクシー 世田谷区アルファード個人タクシー LP
   共通見た目は medical-study-transport.css / alphard-taxi.css。
   ========================================================= */

body.yt-wp-setagaya {
  background: #f7f7f5;
}

.ytsg-area {
  background: #fff;
}

.ytsg-check {
  margin: 16px 0 0;
  padding: 0 0 0 1.2em;
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.9;
}

.ytsg-long {
  background: #fff;
}

.ytsg-vehicle-photos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.ytsg-vehicle-photos img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 14px;
}

.ytsg-faq-list {
  display: grid;
  gap: 12px;
}

.ytsg-faq-item {
  background: #fff;
  border: 1px solid rgba(11, 18, 32, 0.08);
  border-radius: 12px;
  padding: 4px 18px 4px;
}

.ytsg-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  padding: 14px 0;
  list-style: none;
}

.ytsg-faq-item summary::-webkit-details-marker {
  display: none;
}

.ytsg-faq-item p {
  margin: 0 0 16px;
  color: #374151;
  font-size: 15px;
  line-height: 1.85;
}

.ytsg-faq-item a {
  color: #8a6e32;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ytsg-body-links {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.85;
}

.ytsg-body-links a {
  color: #8a6e32;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 700px) {
  .ytsg-vehicle-photos {
    grid-template-columns: 1fr 1fr;
  }

  .ytsg-vehicle-photos img {
    height: 360px;
  }
}

@media (max-width: 699px) {
  .yt-setagaya .ytm-nav a:not(.ytm-nav-cta) {
    font-size: 13px;
  }
}
