@charset "UTF-8";
/* =============================================================================


    price


============================================================================= */
.rental {
  padding: 0 0 100px;
  position: relative;
}

#a-custom {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
#a-custom:before {
  background: #f5eedf;
  content: "";
  height: 100%;
  left: calc(540px - (50vw + 356px));
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.rental_en {
  display: block;
  left: 105%;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: -1;
}

.custom_en {
  display: block;
  left: 105%;
  position: absolute;
  top: 0;
  width: 180px;
  z-index: -1;
}

.rental-ttl {
  color: #ee88a5;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.rental-ttl span {
  position: relative;
  z-index: 1;
}
.rental-ttl._custom {
  color: #4daec0;
}

.rental-txt {
  line-height: 1.8;
  margin: 40px auto 0;
  max-width: 540px;
}

.rental-list {
  margin-top: 80px;
}

.rental-item {
  background: #fff;
  border: 1px solid #efb8c8;
  border-radius: 20px;
  margin-top: 48px;
  padding: 48px 20px 20px;
  position: relative;
}
.rental-item._custom {
  border: 1px solid #4daec0;
}
.rental-item._custom .rental-item-head {
  background: #4daec0;
}
.rental-item._custom .rental-item-price-num {
  color: #4daec0;
}
.rental-item._custom .rental-item-price {
  background: #e4f3f6;
}
.rental-item._custom .rental-item-price-main {
  border-color: #4daec0;
}
.rental-item + .rental-item {
  margin-top: 80px;
}

.rental-item-head {
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ee88a5;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: -80px auto 28px;
  padding: 16px 20px;
  position: relative;
  width: 400px;
}

.rental-item-title {
  font-size: 2.6rem;
  font-weight: bold;
}

.rental-item-cap {
  font-size: 2rem;
}

.rental-item-lead {
  font-size: 1.4rem;
  text-align: center;
}

.rental-item-body {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 1fr calc(50% - 20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.rental-item-body.is-two {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: auto;
      -ms-flex-align: auto;
          align-items: auto;
  grid-template-columns: repeat(2, calc(50% - 10px));
}
.rental-item-body.is-two .rental-item-img {
  margin: auto;
  margin-bottom: 20px;
  max-width: 80%;
}

.rental-item-price-wrap {
  display: grid;
  grid-template-rows: auto 1fr;
}

.rental-item-price {
  background: #fcedf1;
  border-radius: 20px;
  overflow: hidden;
  padding: 14px;
  text-align: center;
}
.rental-item-price.two {
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  margin: auto;
}
.rental-item-price.two .rental-item-price-num {
  margin-top: 0.1em;
  padding-bottom: 0;
}
.rental-item-price.two .rental-item-price-main {
  border: none;
}
.rental-item-meta {
  margin-top: 20px;
  text-align: center;
}

.rental-item-price-top {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.rental-item-price-main {
  border-bottom: 2px dotted #ee88a5;
  font-weight: bold;
  text-align: center;
}

.rental-item-price-num {
  color: #ee88a5;
  font-family: "Lexend", sans-serif;
  font-size: 4rem;
  line-height: 1;
  padding-bottom: 0.1em;
}

.rental-item-tax {
  display: inline-block;
  font-size: 1.4rem;
  padding-left: 0.5em;
  vertical-align: baseline;
}

.rental-item-label {
  margin-top: 1em;
  text-align: center;
}
.rental-item-label._custom span {
  border: 1.5px solid #4daec0;
  color: #4daec0;
}
.rental-item-label._custom span:before {
  background: #4daec0;
}
.rental-item-label span {
  border: 1.5px solid #ee88a5;
  border-radius: 10px;
  color: #ee88a5;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 14px;
  padding: 0 0.5em;
  position: relative;
}
.rental-item-label span:before {
  background: #ee88a5;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  top: calc(100% - 0.1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
}

.rental-item-cars {
  gap: 0 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
}
.rental-item-cars span {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.rental-item-cars span:not(:nth-last-of-type(1)):before {
  color: #ee88a5;
  content: "●";
}
.rental-item-cars._custom span:not(:nth-last-of-type(1)):before {
  color: #4daec0;
  content: "●";
}

.rental-btnnox {
  margin-top: 28px;
}

.car-note {
  margin-top: 100px;
}

.car-note-title {
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.car-note-icon {
  display: inline-block;
  width: 24px;
}

.car-note-txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 20px auto 0;
  max-width: 540px;
}

.c-section {
  padding-bottom: 0;
}

@media (max-width: 1300px){
  #a-custom:before {
    left: calc(-50vw + 540px);
  }
}

@media (max-width: 1128px){
  #a-custom:before {
    left: -24px;
  }
  .l-side {
    background: #f5eedf;
    padding: 100px 0;
    position: relative;
  }
  .l-side:before {
    background: #f5eedf;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 200vw;
    z-index: -1;
  }
}

@media (max-width: 767px){
  .rental {
    padding-bottom: 50px;
  }
  #a-custom {
    padding-top: 50px;
  }
  #a-custom:before {
    left: -16px;
  }
  .rental_en {
    width: 90px;
  }
  .custom_en {
    left: 85%;
    top: 20%;
    width: 120px;
  }
  .rental-ttl {
    font-size: 2rem;
  }
  .rental-item-head {
    max-width: 320px;
    min-width: 280px;
    width: 100%;
  }
  .rental-item-title {
    font-size: 2rem;
  }
  .rental-item-cap {
    font-size: 1.4rem;
  }
  .rental-item-lead {
    font-size: 1.2rem;
  }
  .rental-item-body {
    display: block;
  }
  .rental-item-body.is-two .rental-item-img {
    max-width: 240px;
    width: 100%;
  }
  .rental-item-img {
    margin: auto;
    margin-bottom: 40px;
    max-width: 480px;
  }
  .rental-item-price-wrap {
    width: 100%;
  }
  .rental-item-price {
    padding: 10px;
  }
  .rental-item-price-top {
    font-size: 1.4rem;
  }
  .rental-item-price-num {
    font-size: 2.4rem;
  }
  .rental-item-tax {
    font-size: 1.2rem;
  }
  .rental-item-cars {
    font-size: 1.2rem;
  }
  .car-note {
    margin-top: 60px;
  }
  .car-note-title {
    font-size: 1.8rem;
  }
  .car-note-icon {
    width: 18px;
  }
  .l-side {
    padding: 0px 0 100px;
  }
}

/*# sourceMappingURL=price.css.map*/