@charset "UTF-8";
/* Scss Document */
.add-new {
  position: relative;
  margin-top: 20px;
}
.add-new:before {
  content: "NEW";
  font-weight: 800;
  font-size: 15px;
  color: #C10000;
  position: absolute;
  top: -18px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}

a {
  transform: all 0.5s;
}

a:hover > img {
  opacity: 0.8;
}

#side-util a {
  border-bottom-left-radius:  0;
}

#side-util a.reservation-LINE {
  background-color: #04b73f;
  border-bottom-left-radius:  40px;
	padding: 50px 10px 50px;
}

#side-util a.reservation-LINE:hover {
  background-color:  #0b8534;
}

@media (max-width: 767.98px){
  header #site-id .navbar-brand {
    width: auto;
  }
}
@media (max-width: 1199.98px){
  header #site-id {
    margin-top: 0;
  }
}


.navbar-brand-sp {
  margin: 0 auto;
}
.navbar-brand-sp img {
  max-width: 80%;
}

/*-------------------------------
  TOP PAGE  
------------------------------ */
#branding {
  height: 400px;
  background-color: #166A5D;
  background-image: url("../img/top/branding.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2rem;
}
#branding h1, #branding h2 {
  border: none;
}

#reservation,
#LINE-reservation {
  background-color: #C10000;
  border-top: 8px solid #a6a6a6;
  border-bottom: 8px solid #a6a6a6;
  position: relative;
  padding: 20px;
}

#LINE-reservation {
  background-color: #04b73f;
}


#reservation:before, #reservation:after,
#LINE-reservation:before, #LINE-reservation:after {
  width: 100%;
  content: "";
  height: 5px;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  left: 0;
}
#reservation:after,
#LINE-reservation:after {
  top: auto;
  bottom: 0;
}
#reservation .reservation-line,
#LINE-reservation .reservation-line {
  background-color: #FFF;
  padding: 15px;
}
#reservation .reservation-line h3,
#LINE-reservation .reservation-line h3 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}
#reservation .reservation-line p,
#LINE-reservation .reservation-line p {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #reservation .reservation-line p,
  #LINE-reservation .reservation-line p {
    margin-bottom: 10px;
  }
}
#reservation .reservation-line .btn.btn-primary,
#LINE-reservation .reservation-line .btn.btn-primary {
  padding: 20px;
  font-size: 1.4rem !important;
}


#service-aria {
  background-color: #f2f2f2;
  background-image: url("https://mr-okinawa.jp/wp-content/uploads/okinawa.png");
  background-position: 75% 30px;
  background-repeat: no-repeat;
  padding-bottom: 70px;
  min-height: 568px;
  margin-bottom: 2rem;
}
#service-aria h3 {
  background-color: #CCCCCC;
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #FFF;
}
#service-aria h4 {
  font-size: 1.3rem;
  font-weight: 500;
  display: inline-block;
  background-color: #DBDBDB;
  padding: 5px 10px;
  border-bottom: 3px solid #666;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #333 !important;
}
#service-aria h4.weekly {
  background-color: #bbe7ff;
  border-bottom-color: #007FC5;
}
#service-aria h4.monthly {
  background-color: #bdecc8;
  border-bottom-color: #247B3A;
}

#car-rent h1.dual {
  font-size: 44px;
  border-bottom: 5px solid #C10000;
  padding-bottom: 10px;
}
#car-rent h1.dual strong {
  font-size: 42px;
  font-weight: 900;
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  #car-rent h1.dual {
    font-size: 30px;
  }
  #car-rent h1.dual strong {
    font-size: 30px;
  }
}

.rent-list .class-panel {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  background-repeat: no-repeat;
  background-position: center 60%;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .rent-list .class-panel {
    background-size: contain;
  }
}
.rent-list .card {
  border-radius: 0;
  margin-bottom: 25px;
  border-color: #999;
  background-position-y: center;
}
.rent-list .card:hover {
  border-color: #000;
}
.rent-list .card .car-catalog {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}
.rent-list .card .car-catalog h3 {
  margin: 0;
  font-size: 30px;
  margin-right: 10px;
  white-space: nowrap;
}
.rent-list .card .car-catalog a.stretched-link {
  display: block;
  background-color: #6C6C6C;
  color: #FFF;
  font-weight: 600;
  line-height: 1.0;
  padding: 8px 20px 10px;
}
.rent-list .card .car-catalog a.stretched-link:hover {
  text-decoration: none;
}
.rent-list .card ul.cer-type {
  list-style: none;
  margin: 0 20px 10px;
  padding: 0;
  flex-grow: 1;
  min-height: 220px;
}
.rent-list .card ul.cer-type li {
  display: inline-block;
  margin-right: 7px;
}
.rent-list .card ul.cer-type li .car-label {
  display: inline-block;
  background-color: #006184;
  color: #FFF;
  font-weight: bold;
  border-radius: 20px;
  line-height: 1.0;
  padding: 5px 18px 7px;
  font-size: 18px;
  margin-top: 10px;
}
.rent-list .card ul.cer-type li.car-name {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .rent-list .card ul.cer-type li {
    display: inline;
  }
}
.rent-list .business-merit {
  padding: 20px;
  padding-left: 36px;
}
.rent-list .business-merit h4 {
  font-size: 19px;
  font-weight: bold;
  border-bottom: 3px solid #C10000;
  padding-bottom: 6px;
  text-align: center;
}
.rent-list .business-merit h5 {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .rent-list .business-merit {
    padding: 10px;
  }
}

ul.service-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul.service-icon li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.0;
  background-color: #00AD00;
  color: #FFF;
  font-weight: bold;
  padding: 4px 8px;
  margin-right: 5px;
}
ul.service-icon li.ex {
  background-color: #C10000;
}
ul.service-icon li:after {
  content: "";
}

.car-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.car-price p.price {
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 0 20px 20px;
}
.car-price p.price strong {
  font-size: 2.2rem;
  color: #C10000;
  font-weight: 800;
}
@media (max-width: 575.98px) {
  .car-price p.price strong {
    font-size: 1.6rem;
  }
}
.car-price p.oneday-price {
  line-height: 1.2;
  background-color: #C10000;
  color: #FFF;
  margin: 0;
  padding: 5px 10px 8px;
  font-weight: 500;
  text-align: center;
}
.car-price p.oneday-price strong {
  font-size: 140%;
  font-weight: 800;
}

.price-links a {
  margin-top: -30px;
}

#advantage {
  margin-top: 10px;
  background-color: #D8EFEB;
  padding-bottom: 50px;
}
#advantage h2.dual {
  font-weight: 400;
  color: #444;
  font-size: 34px;
  text-align: center;
  line-height: 1.8;
  padding-top: 30px;
}
#advantage h2.dual strong {
  border-bottom: none;
  font-weight: 400;
  font-size: 110%;
}
@media (max-width: 991.98px) {
  #advantage h2.dual {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
  }
  #advantage h2.dual strong {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
#advantage .merit-list .av-header, #advantage .merit-list .av-box {
  border: 1px solid #000;
  margin-bottom: -1px;
  margin-right: -1px;
}
#advantage .merit-list .av-header {
  background-color: #026456;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#advantage .merit-list .av-header h3.dual {
  text-align: center;
  font-size: 24px;
  color: #FFF;
  line-height: 1.3;
  margin: 20px 10px;
}
#advantage .merit-list .av-header h3.dual strong {
  font-size: 115%;
  color: #FFF;
  border-color: #FFB91C;
}
#advantage .merit-list .av-box {
  outline: 9px solid #FFF;
  outline-offset: -10px;
  min-height: 210px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: cover;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#advantage .merit-list .av-box p {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 10px;
  padding: 5px;
  border-radius: 10px;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  color: #000;
  text-shadow: 0px 0px 5px #FFF;
}

#banner-area {
  padding: 70px 0;
}
#banner-area .banner-header {
  background-color: #FFF181;
  border-top: 8px solid #FF9300;
  border-bottom: 8px solid #FF9300;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#banner-area .banner-header h3 {
  margin: 0;
  color: #C10000;
  font-weight: 500;
  margin-bottom: 3px;
}
@media (max-width: 1199.98px) {
  #banner-area .banner-header h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  #banner-area .banner-header h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}
#banner-area .banner-header ul.service-icon {
  margin: 0;
  padding: 0;
}
#banner-area .banner-header ul.service-icon li {
  font-size: 20px;
  margin-right: 2px;
  padding: 3px 8px 5px;
}
@media (max-width: 767.98px) {
  #banner-area .banner-header {
    display: block;
  }
}
#banner-area .car-block {
  position: relative;
  min-height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
}
#banner-area .car-block p.more-btn {
  text-align: right;
  margin-bottom: 0;
}
#banner-area .car-block p.more-btn a.btn {
  border: 1px solid #FFF;
}
#banner-area .car-block.extra-wagon:hover {
  background-color: #CEF9FF;
}
#banner-area .car-block.extra-miniban:hover {
  background-color: #E7FF62;
}
#banner-area .car-block.extra-bigwagon:hover {
  background-color: #F4E4E4;
}
@media (max-width: 767.98px) {
  #banner-area .car-block {
    margin-bottom: 20px;
  }
}

ul.box-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.box-icon li {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 115px;
  height: 45px;
  background-color: #707070;
  color: #FFF;
  margin-right: 4px;
  margin-bottom: 4px;
  line-height: 1.1;
  font-weight: 600;
}
ul.box-icon li.car-class {
  align-items: flex-end;
  padding-bottom: 11px;
}
ul.box-icon li.car-class a {
  color: #FFF;
}
ul.box-icon li.car-class a:hover {
  text-decoration: none;
}
ul.box-icon li.car-type {
  background-color: #006184;
}
ul.box-icon li.car-price {
  background-color: #C10000;
  flex-direction: column;
}

.car-block ul.box-icon {
  margin-bottom: 100px;
}

.top-banner-spray {
  border: 1px solid #666;
  margin: auto;
  background-color: #cff6f0;
  margin-bottom: 1rem;
  margin-top: 10px;
}

.container a:hover {
  text-decoration: none;
}
.container a p,
.container a p:hover {
  color: #fff;
}
.insurance .h4-lead {
  padding: 0.3rem 5rem 0.5rem;
}
@media (max-width: 991.98px) {
  .insurance .h4-lead {
    padding: 0;
  }
}
.insurance .tel-notice {
  padding: 0.3rem 4rem 0.5rem;
}
@media (max-width: 991.98px) {
  .insurance .tel-notice {
    padding: 0;
  }
}

.top-car-ex2 {
  display: block;
  padding: 10px 0;
}

#sidebar ul li a:hover > img, .sidebar ul li a:hover > img {
  box-shadow: none;
  opacity: 0.7;
}



/* --------------------------------------
 ディープレストの特長 adventage
-----------------------------------------*/
body.advantage {
  /*.advantage-list {
    margin-top: 30px;
    .advantage-item {
      position:relative;
      
      margin-bottom: 15px;
      > img {
        width: 70px;
        height: 60px;
        height: min-content;
        position: absolute;
        top: -9px;
        left: 3px;
      }
      h3 {
        font-size: 1.3rem;
        margin-bottom: 0;
        margin-top: 0;
        color: #FFF;
        font-weight: bolder;
        background-color: $gray-dark;
        padding: 4px 4px 8px;
        padding-left: 78px;
        position: static;
        border:none;
        &:after {
          content: "";
          border:none;
        }
      }
    }
    p {
      margin-bottom: 2rem;
    }
  } */
  /*.feature-list {
    h4 {
      background-color: $red;
      color: #FFF;
      font-size: 1.2rem;
      margin-bottom: 0;
      padding: 4px 4px 6px;
      font-weight: bolder;
      text-align: center;
    }
    p {
      margin-bottom: 2rem;
    }
  } */
}
body.advantage .reason-list {
  margin-bottom: 3rem;
}
body.advantage .reason-list .reason-item {
  padding-top: 1rem;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
body.advantage .reason-list .reason-item:nth-child(3), body.advantage .reason-list .reason-item:nth-child(6) {
  border-right: none;
}
body.advantage .reason-list .reason-item:nth-child(4), body.advantage .reason-list .reason-item:nth-child(5), body.advantage .reason-list .reason-item:nth-child(6) {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  body.advantage .reason-list .reason-item {
    border: none;
  }
}
body.advantage .reason-list .reason-item h4 {
  background-color: #D8EFEB;
  font-size: 1.1rem;
  margin: 0;
  min-height: 3.5rem;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.advantage .reason-list .reason-item p.thumb {
  text-align: center;
  padding-right: 0;
  margin-bottom: 5px;
}
body.advantage .reason-list .reason-item p.thumb > img {
  border: 1px solid #ccc;
  padding: 4px;
}
body.advantage .reason-list .reason-item div.reason h4 {
  background-color: #1a9280;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  padding: 4px 6px 6px;
}

/* --------------------------------------
 補償について insurance
-----------------.------------------------*/
.insurance .insurance-table {
  font-size: 1.1rem;
}

/* --------------------------------------
 ご利用方法 guide
-----------------.------------------------*/
.guide .guide-step.arrow {
  border-top: 1px solid #CCC;
  text-align: center;
}
.guide .guide-step.arrow:after {
  content: "\f063";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #CCC;
  font-size: 3rem;
}
.line-btn_qr-wrap {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.line-btn_qr-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #3aa638;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .line-btn_qr-body {
    padding: 10px;
  }
}
.line-btn_qr-body-item {
  width: 50%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .line-btn_qr-body-item {
    width: 100%;
  }
}
.line-btn_qr-body-item-btn {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

/* --------------------------------------
 ご利用に関するQ&A faq 
  -----------------.------------------------*/
.faq h2 {
  margin-top: 5rem;
}
.faq #faq-list.accordion .card {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
.faq #faq-list.accordion .card .card-header {
  padding: 0;
  background-color: transparent;
  border: 1px solid #CCC;
  margin-bottom: 0;
}
.faq #faq-list.accordion .card .card-header h5 a.question {
  display: block;
  cursor: pointer;
  padding: 10px;
  padding-left: 45px;
  position: relative;
  font-weight: 500;
}
.faq #faq-list.accordion .card .card-header h5 a.question:before {
  content: "Q";
  position: absolute;
  display: flex;
  width: 30px;
  height: 30px;
  background-color: #1EA893;
  left: 5px;
  top: 5px;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.2rem;
  border-radius: 4px;
}
.faq #faq-list.accordion .card .card-header h5 a.question:hover {
  background-color: #eaf6f4;
}
.faq #faq-list.accordion .card .card-body {
  margin: 10px 40px;
  background-color: #EFEFEF;
  border-radius: 8px;
  position: relative;
  padding: 10px;
  padding-left: 50px;
}
.faq #faq-list.accordion .card .card-body:before {
  content: "A";
  position: absolute;
  display: flex;
  width: 30px;
  height: 30px;
  background-color: #C10000;
  left: 10px;
  top: 10px;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 4px;
}
.faq #faq-list.accordion .card .card-body:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -30px;
  border: 10px solid transparent;
  border-left: 30px solid #e0edff;
}

.cancelfee-formula {
  text-align: center;
}
.cancelfee-formula .wrapper {
  border: 1px solid #666;
  padding: 5px;
  border-radius: 8px;
}
.cancelfee-formula .label {
  background-color: #EEE;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #999;
  background-color: #FFF;
}

/* --------------------------------------
 万が一事故が起きた場合には accident
---------------------------------------*/
.accident .accident-step h4 {
  background-color: #F4F5ED;
  padding: 0.3rem;
}
.accident .accident-step h4 .number {
  display: inline-block;
  background-color: #C10000;
  color: #FFF;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  text-align: center;
  margin-right: 10px;
}
.accident .accident-step .photo {
  text-align: center;
}
.accident .arrow {
  border-top: 1px solid #1EA893;
  text-align: center;
}
.accident .arrow:after {
  content: "\f063";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #1EA893;
  font-size: 3rem;
}
.accident h5 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 4px;
  margin-top: 25px;
}
.accident .checkpoint {
  border: 1px solid #999;
  padding: 15px 15px 8px;
}
.accident .checkpoint ul {
  margin-bottom: 0;
}
.accident .checkpoint ul li {
  margin-bottom: 0.4rem;
}

/* ---------------------------------------
 違法駐車 illigal_parking
-----------------------------------------*/
.illigal-parking-step .number {
  display: block;
  background-color: #1EA893;
  text-align: center;
  color: #FFF;
  font-weight: bolder;
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}

/* ---------------------------------------
 不要車買い取り trade_in
-----------------------------------------*/
.trade .trade-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.trade .trade-list ul li {
  padding: 1rem;
  outline: 1px solid #999;
  outline-offset: -0.3rem;
  font-weight: bold;
}

/*-------------------------------
 レンタカー車種・料金 lineup_  
------------------------------ */
body.rental h3 {
  margin-bottom: 1rem;
  background-color: #333;
  color: #FFF;
  font-weight: 600;
}
body.rental h3.business {
  background-color: #415500;
  border-color: #688800;
}
body.rental h3.passenger {
  background-color: #830000;
  border-color: #b60000;
}
body.rental h3.truck {
  background-color: #131369;
  border-color: #2727d5;
}
body.rental h2 {
  border-top: 8px solid #CCC;
  border-bottom: 8px solid #CCC;
  padding: 5px 0 7px;
  text-align: center;
  color: #000;
}
body.rental h2#business {
  border-color: #415500;
  background-color: #efffbb;
}
body.rental h2#passenger {
  border-color: #830000;
  background-color: #ffe9e9;
}
body.rental h2#truck {
  border-color: #131369;
  background-color: #e6e6fb;
}

.advantage-list {
  margin-top: 20px;
}
.advantage-list .advantage-item {
  border: 2px solid #1EA893;
  position: relative;
  border-radius: 8px;
  padding-left: 60px;
  height: 3rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 10px;
}
.advantage-list .advantage-item p {
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: bold;
  font-size: 0.9rem;
}
@media (max-width: 767.98px) {
  .advantage-list .advantage-item p > br {
    display: none;
  }
}
.advantage-list .advantage-item > img {
  position: absolute;
  width: 70px;
  top: -5px;
  left: -13px;
}

ul.nav-tabs.class-nav {
  border-bottom-color: #333;
  justify-content: center;
  margin-bottom: 4px;
}
ul.nav-tabs.class-nav li {
  padding: 4px 2px 0;
}
ul.nav-tabs.class-nav li > a.btn {
  padding: 40px 10px;
  margin: 10px 0 0 0;
}
ul.nav-tabs.class-nav.bottom {
  border-bottom: none;
  border-top: 1px solid #333;
}
ul.nav-tabs.class-nav.bottom > li {
  padding-top: 0;
  padding-bottom: 4px;
}

.lineup-box h4.car-type {
  border-bottom: 1px solid #666;
  padding-bottom: 6px;
  margin-bottom: 2rem;
}
.lineup-box p.car-photo {
  margin-bottom: 0;
}
.lineup-box p.summary {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.lineup-box h4.weekly, .lineup-box h4.monthly {
  text-indent: 90px;
  position: relative;
  font-size: 1rem;
  margin-left: 10px;
}
.lineup-box h4.weekly strong, .lineup-box h4.monthly strong {
  width: 100%;
  display: flex;
  background-color: #007FC5;
  justify-content: space-between;
  color: #FFF;
  line-height: 1.4;
  margin-top: 32px;
}
.lineup-box h4.weekly strong span, .lineup-box h4.monthly strong span {
  text-indent: 0;
  background-color: #92d8ff;
  padding: 3px 8px 5px;
  font-weight: normal;
  color: #333;
  line-height: 1;
}
.lineup-box h4.weekly:before, .lineup-box h4.monthly:before {
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  content: "";
  /*border-top: 4px solid #92d8ff;*/
  font-weight: normal;
  font-size: 1rem;
  padding: 3px 0 5px;
  right: 0;
  top: -32px;
  text-indent: 50px;
  color: #000;
}
.lineup-box h4.weekly:after, .lineup-box h4.monthly:after {
  display: block;
  width: 80px;
  height: 80px;
  text-indent: 0;
  position: absolute;
  content: url("../img/lineup/icon-weekly.png");
  top: -42px;
  left: -10px;
}
.lineup-box h4.monthly strong {
  background-color: #247B3A;
}
.lineup-box h4.monthly strong > span {
  background-color: #8ddea2;
}
.lineup-box h4.monthly:before {
  content: "";
  /*border-color: #8ddea2;*/
}
.lineup-box h4.monthly:after {
  content: url("../img/lineup/icon-monthly.png");
}
@media (max-width: 767.98px) {
  .lineup-box h4.monthly, .lineup-box h4.weekly {
    font-size: 0.9rem;
    text-indent: 80px;
  }
}
.lineup-box p.price-info {
  margin: 0 40px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}
.lineup-box p.price-info span.price {
  color: #C10000;
}
.lineup-box p.price-info span.price > strong {
  font-size: 150%;
}
@media (max-width: 767.98px) {
  .lineup-box p.price-info {
    margin: 0;
    text-align: right;
  }
}
.lineup-box p.price-extend {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .lineup-box p.price-extend {
    text-align: right;
  }
}
.lineup-box .option:before {
  content: "";
  display: block;
  border-top: 1px solid #CCC;
  width: 100%;
  margin: 0 15px 15px;
}
.lineup-box .option p {
  margin-bottom: 0;
}
.lineup-box .option h4.cdw {
  border: 1px solid #333;
  font-size: 1.1rem;
  padding: 10px;
}
.lineup-box .option ul {
  font-size: 0.9rem;
}
@media (max-width: 991.98px) {
  .lineup-box .option {
    display: block;
    margin-top: 20px;
  }
  .lineup-box .option .col-auto {
    width: 100%;
  }
  .lineup-box .option .option-price {
    /*margin-left: 36px;*/
  }
}
.lineup-box .web-reserve {
  border: 1px solid #CCC;
  position: relative;
  text-align: center;
  padding: 5px;
  background-color: #EFEFEF;
  font-weight: bold;
}
.lineup-box .web-reserve .btn.btn-reserve {
  background-color: #C10000;
  padding: 10px 20px;
}
.lineup-box .web-reserve .btn.btn-reserve:hover {
  background-color: #8e0000;
}
@media (max-width: 991.98px) {
  .lineup-box .web-reserve {
    margin: 0 20%;
  }
}

@media (max-width: 991.98px) {
  .rental .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}



/*-------------------------------
 レンタカー貸渡約款 terms  
------------------------------ */
.anchor-nav {
  border: 1px solid #666;
  padding: 1rem;
}
.anchor-nav h4 {
  border-bottom: 1px solid #666;
  padding-bottom: 0.5rem;
}

.tarm-document > ul {
  margin-bottom: 2rem;
}
.tarm-document > ul > li {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.2rem;
}
.tarm-document > ul > li > ul {
  margin-top: 1rem;
}
.tarm-document > ul > li > ul li {
  font-weight: normal;
  font-size: 1rem;
}
.tarm-document > ul > li#t-end {
  font-weight: normal;
}

/*-------------------------------
 カーリース car_lease  
------------------------------ */
.lease-list .lease-box .row {
  align-items: center;
}
.lease-list .lease-box h4 {
  border-bottom: 2px solid #1EA893;
  border-top: 2px solid #1EA893;
  padding: 0.6rem 0;
  text-align: center;
}
.lease-list .lease-box .lease-price {
  display: flex;
  align-items: flex-start;
}
.lease-list .lease-box .badge-lease {
  background-color: #12675a;
  color: #FFF;
  font-weight: 600;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  line-height: 1rem;
  margin-bottom: 0;
  flex: 1 0 auto;
}
.lease-list .lease-box .badge-lease span {
  display: block;
  padding: 8px 5px;
  width: 100%;
  text-align: center;
}
.lease-list .lease-box .badge-lease .title {
  background-color: #1EA893;
  border: 4px solid #12675a;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
}
.lease-list .lease-box .summary p {
  margin-bottom: 0;
}
.lease-list .lease-box .price {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
}
.lease-list .lease-box .price strong {
  color: #C10000;
  font-size: 1.8rem;
  font-weight: 800;
}
@media (max-width: 767.98px) {
  .lease-list .lease-box .price {
    font-size: 1rem;
  }
  .lease-list .lease-box .price strong {
    font-size: 1.4rem;
  }
}

.lease-catch {
  margin-top: 20px;
  position: relative;
}
.lease-catch h4 {
  display: inline-block;
  position: absolute !important;
  margin-top: 0 !important;
  top: 0;
  left: 0px;
  z-index: 1;
  border-left: none !important;
  background-color: #1EA893 !important;
  color: #FFF;
  padding: 15px !important;
  border-radius: 15px;
}
.lease-catch h4:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 33px;
  border-bottom-width: 33px;
  border-left-width: 18px;
  border-right-width: 18px;
  margin-left: -18px;
  border-top-color: #1EA893;
  top: 100%;
  left: 50%;
}
.lease-catch .summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  border-radius: 45px;
  position: absolute;
  bottom: 20px;
  right: 0px;
  min-height: 200px;
}
.lease-catch .summary p {
  margin-bottom: 0;
  line-height: 1.1;
}
.lease-catch .summary .banner {
  display: inline-block;
  background-color: #EF7C00;
  color: #FFF;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.lease-catch .summary .price {
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.lease-catch .summary .price strong {
  color: #C10000;
  font-size: 1.9rem;
}
.lease-catch .summary:before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background-color: #D8EFEB;
  border: 5px solid #1EA893;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -10px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .lease-catch {
    margin-top: 80px;
    padding-bottom: 0;
  }
  .lease-catch h4 {
    top: -70px;
  }
  .lease-catch h4 br {
    display: none;
  }
  .lease-catch .summary {
    position: relative;
    bottom: 0;
  }
  .lease-catch .summary:before {
    right: 50%;
    transform: translateX(50%);
  }
}

.car-lease section.document .h2-1st {
  font-size: 2.0rem;
}


/*不要車・廃車下取り*/
.shitadori-contents {
  width: 90%;
}
@media screen and (max-width: 667px){
  .shitadori-contents {
    width: 100%;
  }
}

.shitadori-contents dl {
  display: flex;
  align-items: center;
  background-color: #faf0e6;
  margin: 20px;
}
@media screen and (max-width: 667px){
  .shitadori-contents dl {
    margin-left: 0;
    margin-right: 0;
  }
}

.shitadori-contents dl dt {
  width: 30%;
  padding: 10px;
}
@media screen and (max-width: 667px){
  .shitadori-contents dl dt {
    width: 40%;
  }
}

.shitadori-contents dl dt span {
  display: block;
  color: #fff;
  font-size: 115%;
  font-weight: bold;
  letter-spacing: 0.4rem;
  text-align: center;
  background-color: #4682b4;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (max-width: 1000px){
  .shitadori-contents dl dt span {
    font-size: 80%;
    letter-spacing: 0.1rem;
  }
}

.shitadori-contents dl dd {
  width: 70%;
  line-height: 1.2;
}
@media screen and (max-width: 667px){
  .shitadori-contents dl dd {
    font-size: 80%;
  }
}

.shitadori-contents .shitadori-contents-inner {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  box-sizing: border-box;
  border: 1px solid #bbb;
  margin: 0 auto;
  padding: 5px;
}
.shitadori-contents .shitadori-contents-inner p {
  width: 100%;
}

.shitadori-contents .shitadori-contents-inner div {
  width: 50%;
  max-height: 150px;
}
@media screen and (max-width: 667px){
  .shitadori-contents .shitadori-contents-inner div {
    text-align: center;
  }
}

.shitadori-contents .shitadori-contents-inner div img {
  height: 100%;
}
@media screen and (max-width: 667px){
  .shitadori-contents .shitadori-contents-inner div img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

.shitadori-btn a {
  display:  block;
  color: #fff;
  font-weight: bold;
  font-size: 125%;
  border: 1px solid #ff0000;
  border-radius: 10px;
  background-color: #ff0000;
  width: 40%;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px;
}
@media screen and (max-width: 667px){
  .shitadori-btn a {
    width: 90%;
  }
}

/*-------------------------------
 form カラーリング  
------------------------------ */
.form-class-list .form-check {
  border-bottom: 3px solid #FFF;
  padding-bottom: 0.3rem;
}

.bg-ex {
  background-color: #fffacd;
}

.bg-business {
  background-color: #f1ffc5;
}

.bg-passenger {
  background-color: #fff3f3;
}

.bg-truck {
  background-color: #efeffc;
}

.btn.btn-primary.btn-reservation-LINE {
    background-repeat: no-repeat;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 60%);
    font-weight: 800 !important;
    font-size: 1rem !important;
    background-color: #04b73f;
    background-position: 10px 6px;
}
.btn.btn-primary.btn-reservation-LINE:hover {
  background-color: #0b8534;
}
@media screen and (max-width: 1199px){
  .btn.btn-primary.btn-reservation-LINE {
    font-size: 1.2rem !important;
  }
}

.foot-inquiry .foot-LINE-wrap {
  display: flex;
  justify-content: space-between;
}
.foot-LINE-wrap .foot-LINE-text {
  width: 100%;
  margin-left: 10px;
}
.foot-LINE-wrap span img {
  max-width: 60px;
}
@media screen and (max-width: 667px){
  .foot-LINE-wrap .foot-LINE-qr {
    display: none;
  }
  .foot-LINE-wrap .foot-LINE-text {
    width: 100%;
    font-size: 1.2rem;
  }
}
footer .foot-inquiry p.accept {
  text-align: center;
}
.lead-highlight {
  font-weight: bold;
  position: relative;
}
.lead-highlight::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background: linear-gradient(45deg, transparent 0%, #b0e0e6 0% 90%, transparent 100%);
  z-index: -1;
}
.insurance-tel-num-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 667px){
  .insurance-tel-num-wrap {
    flex-wrap: wrap;
  }
}
.insurance-tel-num-wrap-left span {
  display: block;
  font-size: 80%;
  line-height: 0.9;
}

.btn.btn-primary.btn-option {
  background-color: #9d7514 !important;
}
.form-inline label {
  font-size: 80%;
}

.page-header > .lineup-ex-container {
padding-top: 10px;
padding-bottom: 10px;
}
.lineup-ex-head {
  max-width: 800px;
  margin: 0 auto;
}
.lineup-ex-head-top {
  display: flex;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1000px){
  .lineup-ex-head-top {
    flex-wrap: wrap;
  }
}
.lineup-ex-head-top dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px){
  .lineup-ex-head-top dl {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
.lineup-ex-head-top dl dt,
.lineup-ex-head-top dl dd {
  font-size: 1.2rem;
  margin-right: 0.6rem;
}
@media screen and (max-width: 1000px){
  .lineup-ex-head-top dl dt {
    display: none;
  }
  .lineup-ex-head-top dl dd {
    width: 100%;
  }
}
.lineup-ex-head-bottom {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px){
  .lineup-ex-head-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.lineup-ex-head-bottom h1 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1000x){
  .lineup-ex-head-bottom h1 {
    font-size: 1.8rem;
  }
}
#carousel-msg pre {
  overflow: hidden;
}

/*汎用*/
.pc-block {
  display: block;
}
@media screen and (max-width: 667px){
  .pc-block {
    display: none;
  }
}
.sp-block {
  display: none;
}
@media screen and (max-width: 667px){
  .sp-block {
    display: block;
  }
}
/*single用*/
.nav-links{display:flex;
justify-content:space-between;}
.nextnav{display:flex;
justify-content:space-between;
margin-top:30px;
margin-bottom:30px;}
.nextitem1{width:40%}
.nextitem2{width:40%
text-align:right}
/*アーカイブ用*/
.waku{ border: solid 1px #b1b2c3;padding:0;margin:20px 0;background-color:rgba(255,255,255,0.5);}
section.document .waku h3{margin:0;background-color: #166A5D;
}
section.document .waku h3 a{color:#fff;}
.waku p{padding:10px 20px;}
.waku time{padding:0 20px;}
/*pagination*/
.pagination {
  display: flex;
  justify-content: center;
}
 
 
.nav-links{
   display:flex;
}
.page-numbers{
   display:inline-block;
   margin-right:10px;
   padding:10px 20px;
   color:#166A5D;
   border-radius:3px;
   background:#ffffff;
  border: 1px solid #166A5D;
}
.page-numbers.current{
   padding:10px 20px;
   background:#166A5D;
   color:#ffffff;
}
.page-numbers.prev,
.page-numbers.next{
   background:transparent;
   box-shadow:none;
     border:none;
   color:#166A5D;
}
.page-numbers.dots{
   background:transparent;
   box-shadow:none;
     border:none;
   color:#166A5D; 
}
 
 
/* レスポンシブデザインのためのメディアクエリ */
@media (max-width: 600px) {
.page-numbers,
.page-numbers.current    {
     padding:5px 10px; /* パディングを小さく */
  }
}
/* --------------------------------------
 アクセス　access
---------------------------------------*/
.access .access-step h4 {
  background-color: #F4F5ED;
  padding: 0.3rem;
}
.access .access-step h4 .number {
  display: inline-block;
  background-color: #C10000;
  color: #FFF;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  text-align: center;
  margin-right: 10px;
}
.access .access-step .photo {
  text-align: center;
}
.access .arrow {
  text-align: center;
}
.access .arrow:after {
  content: "\f063";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #1EA893;
  font-size: 3rem;
}
.access h5 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 4px;
  margin-top: 25px;
}
.access .checkpoint {
  border: 1px solid #999;
  padding: 15px 15px 8px;
}
.access .checkpoint ul {
  margin-bottom: 0;
}
.access .checkpoint ul li {
  margin-bottom: 0.4rem;
}
video {
  width: 100%; 
  max-width: 400px; 
}