@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .top-about1 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-about1 ul li {
    width: 45%;
    margin: 0 2%;
  }
}
.top3 .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* 左寄せ */
  margin-left: initial !important;
  margin-right: initial !important;
}
.service2 ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.service2 ul li a:hover {
  opacity: 0.6;
}
.service2 ul li a:hover .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.service2 ul li .btn .link .arrow {
  width: 24px;
}

.service2 ul li .btn .link .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service2 ul li .btn .link .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 1001px) {
  .rental3 .img .wrap img {
    width: 100%;
  }
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #d6d6d6;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .price-table {
    width: 900px;
    margin-right: 20px;
  }
}

/* 罫線・余白 */
.price-table th,
.price-table td {
  border: 1px solid #d6d6d6;
  padding: 12px 14px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}

/* ヘッダー */
.price-table thead th {
  background: #919573;
  /* オリーブ系 */
  color: #fff;
  font-weight: 600;
  padding: 12px 14px;
}

/* 列幅（画像の比率に寄せる） */
.price-table .col-rank {
  width: 50px;
}

.price-table .col-car {
  width: 270px;
}

/* 車種セルをきっちり中央寄せ（画像っぽく） */
.price-table td.col-car {
  font-size: 15px;
}