/* タブレット縦　上書き */
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
      max-width: 1023px!important;
  }
}

body {
  color: #333!important;
  font-family: 'Barlow', sans-serif;
}
/* カーラインナップアンカーリンク */
h2 {
  padding-bottom: 5px;
  margin-top: 20px;
  border-bottom: solid 1px #bfbfbf;
}

.blockquote-footer::before {
  content: ""!important;
}

.text-shadow {
  text-shadow: 2px 2px 2px rgba(0,0,0,0.15);
}

.width-100 {
  width: 100%!important;
}

.popover {
  display: none;
  visibility: hidden;
}

@media (max-width: 767px) {
  .popover {
    display: block;
    visibility: visible;
  }
}

*:focus {
  outline: none;
}
.lh-1 {
  line-height: 1em!important;
}
.lh-12 {
  line-height: 1.2em!important;
}

/* ヘッダ */
.tel-text {
  font-size: 22px;
  line-height: 1.4em;
}
.tel-text span {
  font-size: 28px;
  font-weight: 900;
}
.tel-text a,
.tel-text-sp a {
  color: #000;
}
.tel-text a:hover,
.tel-text-sp a:hover {
  color: #00a035;
}
@media (max-width: 1280px) {
  .tel-text {
    font-size: 18px;
    line-height: 1.4em;
  }
  .tel-text span {
    font-size: 24px;
    font-weight: 900;
  }
}
.lead {
  font-size: 22px;
  line-height: 2em;
}

/* バックグラウンドカラー */
.bg-gray {
  background-color: #f2f2f2;
}

/* Jambo */
.jambo{}
.jambo .display-3 {

}
.jambo .display-4 {
  font-size: 2.5rem;
}


.table-price {
  border-spacing : 5px 5px;
  border-collapse : separate;
  border: none;
  margin-bottom: 0;
}
.table-price td {
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  /* border: 3px solid #bfbfbf; */
  border: none;
}
.table-price td.special-price {
  /* border: 3px solid #00a035; */
  font-size: 150%;
  color: #00a035;
  background-color: #fff;
}
table.table-res tbody tr td:nth-child(odd) {
  background-color: #ededed;
}
table.table-res tbody tr td:nth-child(even) {
  background-color: #fff;
  font-weight: 400;
}
  @media (max-width: 767px) {
    .table-price td.special-price {
      font-size: 100%;
    }
    .table-price {
      font-size: 90%;
      border-spacing : 2px 2px!important;
    }
  }
  @media (max-width: 1023px) {
    table.table-res td,
    table.table-res th {
      display: block;
      width: 100%;
    }
    table.table-res tbody tr td:nth-child(odd) {
      padding: 1px!important;
      text-align: center;
      font-size: 90%;
      background-color: #ededed;
    }
    table.table-res tbody tr td:nth-child(even) {
      padding: 1px!important;
      text-align: center;
    }
  }
.table-price td.td-a {
  font-size: 120%;
  font-weight: bold;
  background-color: #777777;
  color: #fff;
}
.table-price td.td-b {
  background-color: #fff;
  padding: 2px 0;
  line-height: 1em;
  font-weight: 600;
}
.table-price td.td-c {
  color: rgba(51, 51, 51, .3);
  background-color: #fff;
  font-weight: 600;
}
.table-price td.td-d {
  color: #00a035;
  border: none;
  padding: 0;
}
.table-price td.td-e {
  border: 3px solid #00a035;
  background-color: #00a035;
  color: #fff;
}

.car-category {
  /*background-color: #bebebe;*/
}

/* 車種ボックス */
h3 {
  font-size: 36px!important;
}
.car-box {

}
.car-box h4 {
  font-size: 24px;
}
.car-box h4 span {
  font-size: 16px;
}
.car-box p {
  line-height: 2em;
  font-size: 14px;
}
  @media (max-width: 767px) {
    .car-box .swiper-container p {
      line-height: 1em;
      font-size: 10px;
      margin-top: 5px;
    }
  }
img + p {
  color: #666;
}
/* .car-box h4 {
  position: relative;
  text-align: left;
  padding: 10px 0;
  margin: 0;
}
.car-box h4 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.car-box h4::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bebebe;
} */

/* カーラインナップ */
.lineup {}
.text-category-lineup {}
@media (max-width: 767px) {
  .text-category-lineup {
    font-size: 85%;
  }
}
.lineup .btn-white {}
.lineup .btn-outline-dark:hover {
  background-color: #343a40!important;
}

.google-maps {
position: relative;
padding-bottom: 40%; /*これが縦横比*/
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

footer {
  padding: 15px 0;
}
footer p {
  margin: 0;
  font-size: 85%;
}
footer hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* .table-flow {
  border: none!important;
  background-color: #fff;
}
.table-flow td {
  text-align: center;
  border: none;
}
.table-flow td.td-a {
  background-color: #777777;
  color: #fff;
  font-weight: 600;
}
.table-flow td.td-b {
  background-color: #fff;
} */

.td-a {
  background-color: #777777;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 300px;
}
.td-b {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  color: #777;
}
@media (max-width: 767px) {
  .td-a {
    background-color: #777777;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
  }
  .td-b i {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}