@charset "UTF-8";

.table-shor-desc {
  margin-top: 10px;
}

body .rental-fees-table tr td {
  padding: 5px 10px;
}

.table1 table th {
  width: 25%;
}

.car-models-wrapper .car-models-box img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.car-models-wrapper .car-models-box {
  padding: 0px;
  min-height: auto;
}

.car-models-wrapper .car-models-box a {
  display: block;
}

.car-models-wrapper .car-models-box a {
  min-height: 225px;
}

.cars-thumbnail-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto 0;
}

.cars-thumbnail-box figure img {
  display: block;
  margin: 0 auto;
}

.grid-12.clearfix {
  margin-top: 50px;
}

.price-attention {
  font-size: 1.6rem;
  border: 1px solid #d10606;
  padding: 15px 20px;
  margin-top: 25px;
}

@media screen and (min-width: 480px) {

  .li-h-link ul li {
    display: inline-block;
  }

}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1000px) {

  .rental-fees-table tr th {
    font-size: 16px;
  }

  .car-models-wrapper .car-models-box p span {
    font-size: 14px;
  }

  .car-models-wrapper .car-models-box a p {
    font-size: 20px;
    min-height: 55px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .car-desc {
    padding-top: 10px;
  }

  .grid-12.grid-sm-6 img {
    min-width: 460px;
    display: table;
    margin: auto;
  }

  #breadcrumbs+.h1-wrapper {
    padding: 31px 00px 27px 0px;
  }

  .table1 table td {
    padding: 13px 25px;
    width: 365px;
  }

  .table1 table th {
    min-width: 165px;
    padding: 5px 20px;
  }

  .car-models-wrapper {
    width: 1197px;
    display: flex;
  }

  .car-models-wrapper .car-models-box a p {
    font-size: 20px;
    min-height: 55px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }

  .cars-thumbnail-box::after {
    content: '';
    display: block;
    width: 360px;
  }

  .cars-thumbnail-box figure {
    width: 360px;
    height: auto;
  }

  .cars-thumbnail-box figure img {
    max-width: 250px;
    max-height: 181px;
  }
}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .cars-thumbnail-box::after {
    content: '';
    display: block;
    width: 250px;
  }

  .cars-thumbnail-box figure {
    width: 250px;
    height: auto;
  }

}


@media screen and (max-width: 999px) {

  .ttl-lv1 {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .car-models-main-wrapper {
    margin: 0px 0px 10px 0px;
    padding: 5px 5px 5px 5px;
  }

  .image-box-wrapper img {
    max-width: 498px;
    width: 90%;
    margin: auto;
    display: table;
  }

  .car-models-wrapper .car-models-box p {
    min-height: 55px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    word-break: break-word;
  }

  .cars-thumbnail-box figure {
    width: 200px;
    height: auto;
    margin-right: 60px;
  }

  .cars-thumbnail-box figure:last-of-type {
    margin-right: 0;
  }

  .cars-thumbnail-box figure img {
    max-width: 200px;
    max-height: 145px;
  }
}

@media screen and (max-width: 767px) {

  .li-h-link ul li a {
    padding: 2px 0 !important;
  }

  body table,
  body tbody {
    display: table;
  }

  .rental-fees-table table tr td,
  .rental-fees-table table tr th {
    height: 65px;
    padding-left: 0;
    padding-right: 0;
  }

  .rental-fees-table table tr:first-child {
    width: 40% !important;
  }

  .rental-fees-table table tr:last-child {
    width: 60% !important;
  }

  .table1 table th {
    display: inline-block;
    width: calc(40% - 0px);
    height: auto;
    padding: 7px 15px;
    font-size: 14px;
    float: left;
    border: none;
  }

  .table1 table tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .table1 table td {
    display: inline-block;
    width: calc(60% - 1px);
    border-bottom: none;
    border-top: none;
    padding: 7px 15px;
    font-size: 14px;
    float: left;
    border: none;
  }

  .table1 table {
    display: block;
    width: 100%;
    border-left: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
  }

  .table1 table th {
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
  }

  .table1 table td {
    border-bottom: 1px solid #aaaaaa;
  }

  .table1 table tr:last-child th:last-child {
    border-bottom: none;
  }

  .clearfix {
    margin-top: 0px;
  }

  .cars-thumbnail-box {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .cars-thumbnail-box figure {
    width: 200px;
    height: auto;
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .cars-thumbnail-box figure:last-of-type {
    margin-right: 0;
  }

  .cars-thumbnail-box figure img {
    max-width: 200px;
    max-height: 145px;
  }

  .price-attention {
    font-size: 1.4rem;
    padding: 15px 20px;
    border: 1px solid #d10606;
  }
}

@media screen and (max-width: 479px) {

  .car-models-wrapper .car-models-box a {
    min-height: 165px;
  }

  .rental-fees-table table tr:first-child {
    width: 40% !important;
  }

  .rental-fees-table table tr:last-child {
    width: 60% !important;
  }

  .car-models-wrapper .car-models-box {
    min-height: auto;
  }

  .car-models-wrapper .car-models-box a p {
    min-height: 46px;
  }

  .car-models-wrapper.two-box {
    width: 303px;
  }

}

@media screen and (min-width: 768px) and (max-width: 999px) {

  .image-box-wrapper img {
    width: 100%;
  }

  .table1 table th {
    width: 150px;
  }

  .table1 table td {
    width: 185px;
  }

}
