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

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

.yto-area {
  background: #fff;
}

.yto-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yto-area-list li {
  padding: 8px 14px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  border-radius: 999px;
  background: #f7f7f5;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
}

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

.yto-long {
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

  .yto-area-list li {
    font-size: 13px;
  }
}
