@charset "utf-8";
/* ============================
   基本スタイル
============================ */
body {
  font-size: 16px;
}

p {
  margin: 0;
  padding: 0;
}

#title2 {
  display: block;
  height: 50px;
  border-left: solid 12px #076098;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #999;
  padding-left: 20px;
  line-height: 50px;
  background: linear-gradient(90deg, #ffffff, #70b6d0);
}

.mainimage {
  width: 100%;
  height: 200px; /* 高さ固定 */
  display: block;
  margin-bottom: 20px;
  background-color: #ccc;
}

.whopper {
  padding: 20px;
}

.whopper h3 {
  border-left: 10px solid #076098;
  padding: 7px 0 7px 15px;
  margin: 0 0 20px;
  line-height: 1.5;
  font-size: 17px;
}

.whopper h4 {
  font-size: 18px;
  font-weight: bold;
  color: #076098;
}

.taxi-note ul {
  margin: 0;
  padding-left: 20px;
}

.taxi-note li {
  line-height: 1.5em;
  font-size: 0.75em;
  color: #555;
}

.taxi-note li::marker {
  content: '※';
}

/* ============================
   料金表・テーブル
============================ */
.price p {
  text-align: right;
  margin: 0;
}

.price-table,
.rental-fee {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
  text-align: center;
}

.price-table th,
.price-table td,
.rental-fee th,
.rental-fee td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}

.price-table th,
.rental-fee th {
  background-color: #f0f0f0;
  font-weight: bold;
}

.price-table td,
.rental-fee tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

.tax-included {
  font-size: 0.8em; /* 16px の 0.8倍 = 約12.8px */
  color: #555; /* 任意で色も薄くできます */
  margin-top: 5px; /* 少し余白を追加 */
}

.rental-fee th, .rental-fee td {
  text-align: left;
  padding: 8px 12px;
  font-size: 0.95em;
}

.rental-fee {
  max-width: 600px;
  margin: 1em 0;
}

/* スマホ対応：テーブル横スクロール */
@media (max-width: 600px) {
  .price-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.rental-intro {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  padding: 10px 0px;
}


/* ============================
   タクシー・保険情報
============================ */
.taxi-info,
.contact-card,
.company-info {
  border: 1px solid #ccc;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-sizing: border-box;
}

.taxi-info {
  margin-top: 20px;
}
.taxi-company .name {
  font-weight: bold;
  font-size: 1.2em;
}

.taxi-company .hours {
  margin: 5px 0 10px;
  color: #333;
}

.taxi-company .tel {
  font-weight: bold;
  color: #d60000;
}

.taxi-freeline {
  margin-top: 15px;
  text-align: center;
}

.taxi-freeline img {
  max-width: 300px;
  display: block;
  margin: 0 auto 10px;
}

.taxi-freeline .tel {
  font-weight: bold;
  color: #d60000;
}

.rental-yakan {
  padding: 15px;
}

.rental-yakan a {
  display: block;
  width: 14em;
  margin: auto;
  background-color: #076098;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.rental-yakan a:hover {
  background-color: #004999;
}


/* ============================
   保険・補償
============================ */
.insurance-exclusion {
  padding: 15px 20px;
  max-width: 600px;
  margin: 1em auto;
  font-size: 0.95em;
  line-height: 1.6;
}

.insurance-exclusion p {
  font-weight: bold;
  margin-bottom: 10px;
}

.insurance-exclusion ul {
  padding-left: 20px;
  margin: 0;
  list-style-type: disc;
}

.insurance-exclusion li {
  margin-bottom: 8px;
}

.exclusion-list {
  padding-left: 20px;
  margin: 15px 0;
  list-style-type: none;
}

.exclusion-list li {
  margin-bottom: 15px;
  border-left: 3px solid #076098;
  padding-left: 10px;
  background-color: #fbfbfb;
  border-radius: 4px;
}

.exclusion-list .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.exclusion-list .description {
  margin: 0;
  line-height: 1.5;
  color: #555;
  font-size: 0.95em;
}

/* ============================
   お問い合わせ
============================ */
.contact-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 900px;
  margin: 1em auto;
}

.contact-card {
  flex: 1 1 45%;
  text-align: center;
}

.contact-card h4 {
  margin-top: 0;
  color: #076098;
}

.contact-card .tel a {
  color: #d60000;
  text-decoration: none;
  font-weight: bold;
}

.contact-card .contact-link {
  display: inline-block;
  padding: 8px 12px;
  background-color: #076098;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.contact-card .contact-link:hover {
  background-color: #004999;
}

/* スマホ対応：縦並び */
@media (max-width: 600px) {
  .contact-card {
    flex: 1 1 100%;
  }
}

/* ============================
   会社情報・Googleマップ
============================ */
.company-map-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.company-info {
  flex: 1 1 200px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.rental-shoumei {
  padding: 15px;
}

.rental-shoumei a {
  display: block;
  width: 14em;
  margin: auto;
  background-color: #076098;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.rental-shoumei a:hover {
  background-color: #004999;
}

.company-map {
  flex: 2 1 200px;
  overflow: hidden;
  min-height: 150px;
}

.company-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* スマホ対応：縦並び */
@media (max-width: 600px) {
  .company-map-wrapper {
    flex-direction: column;
  }

  .company-info,
  .company-map {
    flex: 1 1 100%;
  }
}



