/* レンタカー・貸切（蓝湖 image_id=05142bf5） */
.rental-page {
  padding: 0;
  overflow-x: hidden;
}

.rental-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rental-page>.mall-faq-section {
  margin-top: 0;
}

.rental-page .mall-faq-section .big-main {
  display: none;
}

.rental-page .bottom-btn {
  text-decoration: none;
}

.rental-hero {
  position: relative;
  z-index: 1;
  width: 100%;
}

.rental-hero-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 980;
  background: #f4f4f4;
}

.rental-hero-media>img:first-child {
  width: 100%;
  height: auto;
  display: block;
}

.rental-hero-deco {
  position: absolute;
  right: max(48px, calc((100% - 1300px) / 2));
  bottom: 5.5%;
  width: min(319px, 22vw);
  height: auto;
  pointer-events: none;
}

.rental-hero-entries {
  position: absolute;
  left: 2.1%;
  top: 57%;
  width: 71%;
  height: 32%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2%;
  z-index: 2;
}

.rental-hero-entries a {
  display: block;
  height: 100%;
  border-radius: 40% 42% 38% 45%;
  cursor: pointer;
}

.rental-type-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  width: 100%;
  height: 68px;
  margin: 0 auto 36px;
  border-radius: 10px;
  background: #f4f4f4;
  overflow: visible;
}

.rental-type-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  height: 68px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.rental-type-tabs button img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: brightness(0);
}

.rental-type-tabs button.is-active {
  background: linear-gradient(-12deg, #FF413D, #F86864);
  box-shadow: 6px 12px 0 0 rgba(0, 0, 0, 0.42);
  border-radius: 10px;
  border: 2px solid #fff;
  color: #fff;
  z-index: 1;
}

.rental-type-tabs button.is-active img {
  filter: brightness(0) invert(1);
}

.rental-catalog {
  position: relative;
  z-index: 2;
  display: flow-root;
  /* 按切图像素比撑开，上下弧边完整露出，避免被裁成直线 */
  padding-bottom: 48px;
  background: linear-gradient(to bottom, #FDE4E2, #FEFCF9);
}

.rental-search-sec {
  position: relative;
  z-index: 2;
  margin-top: calc(-80 / 1920 * 100vw);
  padding-bottom: 48px;
}

.rental-search-card {
  background: #fff;
  border: 2px solid #111;
  border-radius: 10px;
  padding: 56px 48px 48px;
  box-shadow: 0 13px 0 rgba(26, 15, 5, 0.14);
  text-align: center;
}

.rental-search-card h2 {
  margin: 0 0 24px;
  font-size: 36px;
  font-weight: 800;
  color: #111;
}

.rental-search-card p {
  margin: 0 auto 40px;
  max-width: 1060px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.rental-keyword {
  max-width: 1100px;
  margin: 0 auto 24px;
  text-align: left;
}

.rental-keyword label span:first-child {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #111;
}

.rental-keyword-bar {
  display: flex;
  gap: 16px;
  align-items: center;
}

.rental-keyword-bar input {
  flex: 1;
  min-width: 0;
  height: 54px;
  padding: 0 12px;
  border: 1px solid #bababa;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  color: #111;
}

.rental-keyword-bar .rental-clear {
  margin-top: 0;
  flex: 0 0 auto;
  width: 200px;
  min-width: 140px;
  padding: 0 28px;
}

.rental-search-card.is-charter .rental-keyword {
  margin-bottom: 0;
}

.rental-search-card.is-charter .rental-filter,
.rental-search-card.is-charter #filter-clear {
  display: none;
}

.rental-filter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

.rental-filter label span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #111;
}

.rental-filter select {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 12px;
  border: 1px solid #bababa;
  border-radius: 4px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23111' stroke-width='1.6'/%3E%3C/svg%3E") right 16px center no-repeat;
  appearance: none;
  font-size: 14px;
  color: #111;
}

.rental-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 318px;
  max-width: 100%;
  height: 54px;
  margin-top: 36px;
  background: linear-gradient(-12deg, #FF413D, #F86864);
  box-shadow: 6px 12px 0px 0px rgba(0, 0, 0, 0.42);
  border-radius: 27px;
  border: 2px solid #FFFFFF;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.rental-clear:hover {
  filter: brightness(0.95);
}

.rental-cars {
  padding: 24px 0 40px;
}

.rental-car-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 40px;
}

.rental-car-card {
  display: block;
  color: inherit;
  text-decoration: none;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 24px;
}

.rental-car-card .thumb {
  width: 100%;
  height: 296px;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f4;
}

.rental-car-card .thumb img {
  width: 100%;
  height: 296px;
  object-fit: cover;
}

.rental-car-grid.loading-state,
.rental-car-grid:has(.empty-state),
.rental-car-grid:has(.form-error) {
  display: block;
}

.rental-car-card h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  font-weight: 800;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 16px;
}

.rental-car-card .meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  color: #333;
}

.rental-car-card .meta>div {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 16px;
}

.rental-car-card .meta span {
  color: #333;
  display: inline-block;
  width: 100px;
}

.rental-car-card .meta strong {
  font-weight: 800;
  color: #111;
}

.rental-car-card .more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #ff413d;
  font-size: 16px;
  font-weight: 800;
}

.rental-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

.rental-pager button {
  min-width: 42px;
  height: 42px;
  border: 1px solid #ff413d;
  background: #fff;
  color: #111;
  font-size: 14px;
  cursor: pointer;
}

.rental-pager button:disabled {
  opacity: 0.35;
  cursor: default;
}

.rental-pager button:not(:disabled) {
  background: #ff413d;
  color: #fff;
}

.rental-pager .page-num {
  font-size: 18px;
  font-weight: 800;
  color: #ff413d;
}

.rental-pager .page-total {
  font-weight: 400;
  color: #111;
}

.rental-sec-head {
  text-align: center;
  margin-bottom: 48px;
}

.rental-sec-head h2 {
  margin: 0 0 16px;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.35;
  color: #111;
}

.rental-sec-head p {
  margin: 0 auto;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.rental-usage {
  padding: 40px 0 40px;
}

.rental-usage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px 40px;
}

.rental-usage-photo {
  position: relative;
  height: 353px;
  border-radius: 10px;
  background: #ddd center / cover no-repeat;
  overflow: hidden;
}

.rental-tags {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rental-tags span {
  display: inline-flex;
  align-items: center;
  height: 31px;
  padding: 0 14px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  background: #fff667;
}

.rental-tags .tag-green {
  background: #76d98d;
}

.rental-tags .tag-blue {
  background: #8fd4ff;
}

.rental-tags .tag-pink {
  background: #ffb9c1;
}

.rental-tags .tag-orange {
  background: #ffad85;
}

.rental-usage-grid h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  font-weight: 800;
}

.rental-usage-grid p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.rental-price {
  padding: 80px 0 72px;
  overflow: visible;
  background: url("../assets/rental/icon-11.png") center top / 100% 100% no-repeat;
}

.rental-price .wrap {
  overflow: visible;
}

.rental-price-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 56px;
  position: relative;
}

.rental-price-row.is-charter {
  justify-content: flex-end;
}

.rental-price-row article {
  width: min(764px, 62%);
  min-height: 429px;
  padding: 38px 48px 28px;
  border: 0;
  flex-shrink: 0;
  background: url("../assets/rental/price-card-rental.png") center / 100% 100% no-repeat;
}

.rental-price-row article.is-charter {
  background-image: url("../assets/rental/price-card-charter.png");
}

.rental-price-illust {
  width: min(600px, 48%);
  max-width: none;
  height: auto;
  margin-left: -56px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  pointer-events: none;
}

.rental-price-row.is-charter .rental-price-illust {
  margin-left: 0;
  margin-right: -56px;
  order: 0;
}

.rental-price-row header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.rental-price-row header img {
  width: 64px;
  height: 62px;
  object-fit: contain;
  flex-shrink: 0;
}

.rental-price-row h3 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 800;
  color: #f33c38;
}

.rental-price-row article.is-charter h3 {
  color: #0b61c5;
}

.rental-price-row header p {
  margin: 0;
  font-size: 14px;
  line-height: 1.57;
  color: #333;
}

.rental-price-row ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 10px;
  list-style: none;
  margin: 0;
  padding: 8px 8px 0;
  text-align: center;
}

.rental-price-row article.is-charter ul {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rental-price-row li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}

.rental-price-row li .chip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #ffeae9;
}

.rental-price-row article.is-charter li .chip {
  background: #ebf5ff;
}

.rental-price-row li .chip img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.rental-price-note {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 720px;
  margin: 40px auto 0;
  padding: 14px 28px;
  border: 0;
  background: linear-gradient(-6deg, #FF413D, #F86864);
  border-radius: 10px;
}

.rental-price-note img {
  width: 47px;
  height: 47px;
  flex-shrink: 0;
}

.rental-price-note p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.rental-flow {
  padding: 64px 0 80px;
}

.rental-flow-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  height: 68px;
  margin: 0 auto 48px;
  border-radius: 10px;
  background: #f4f4f4;
}

.rental-flow-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  height: 68px;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 20px;
  font-weight: 400;
  color: #111;
  cursor: pointer;
}

.rental-flow-tabs button img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: brightness(0);
}

.rental-flow-tabs button.is-active {
  background: linear-gradient(-12deg, #FF413D, #F86864);
  box-shadow: 6px 12px 0px 0px rgba(0, 0, 0, 0.42);
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  color: #fff;
}

.rental-flow-tabs button.is-active img {
  filter: brightness(0) invert(1);
}

.rental-flow-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  position: relative;
}

.rental-flow-row::before {
  content: "";
  position: absolute;
  top: 176px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #EAEAEA;
  z-index: 0;
}

.rental-flow-step {
  position: relative;
  z-index: 1;
  text-align: center;
}


.step::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background: #F33C38;
  border-radius: 50%;
  z-index: 0;
}

.step::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 29px;
  height: 2px;
  background: #F33C38;
  border-radius: 1px 1px 1px 1px;
}

.rental-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 74px;
  right: -10px;
  width: 8px;
  height: 16px;
  background: url("../assets/rental/flow-arrow.png") center / contain no-repeat;
}

.rental-flow-step .illust {
  width: min(165px, 100%);
  aspect-ratio: 1;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #ffeae9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rental-flow-step .illust img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rental-flow-step .step {
  position: relative;
  padding-top: 20px;
  color: #FF413D;
  font-style: italic;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  font-weight: 800;
}

.rental-flow-step strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #111;
}

.rental-flow-step p {
  margin: 0 auto;
  max-width: 180px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.rental-stores {
  padding: 40px 0 80px;
}

.rental-store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 36px;
}

.rental-store-card {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  column-gap: 28px;
  row-gap: 22px;
  align-items: start;
}

.rental-store-card>.cover,
.rental-store-card .cover-link {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 300px;
  height: 270px;
}

.rental-store-card>.cover,
.rental-store-card .cover-link .cover {
  object-fit: cover;
  background: #f4f4f4;
}

.rental-store-card .cover-link .cover {
  width: 100%;
  height: 100%;
}

.rental-store-card .body {
  grid-column: 2;
  grid-row: 1;
  padding-top: 8px;
}

.rental-store-card h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  color: #111;
}

.rental-store-card .store-name {
  display: inline-block;
  margin-top: 8px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  color: #f33c38;
  text-decoration: none;
}

.rental-store-card.is-accent-green .store-name {
  color: #38c566;
}

.rental-store-card .store-name::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 264px;
  height: 1px;
  margin-top: 12px;
  background: currentColor;
}

.rental-store-card .lead {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  font-weight: 700;
}

.rental-store-meta {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
}

.rental-store-meta div {
  display: grid;
  grid-template-columns: 18px 5.5em 1fr;
  gap: 10px;
  align-items: start;
  font-size: 16px;
  line-height: 1.7;
}

.rental-store-meta img {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}

.rental-store-meta dt {
  color: #111;
  font-weight: 700;
}

.rental-store-card.is-accent-red .rental-store-meta a {
  color: #f33c38;
  font-weight: 700;
}

.rental-store-card.is-accent-green .rental-store-meta a {
  color: #38c566;
  font-weight: 700;
}

.rental-store-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 16px;
  margin-top: 4px;
}

.rental-store-actions a {
  flex: 0 0 230px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid #fff;
}

.rental-store-actions .primary {
  color: #fff;
  background: linear-gradient(-12deg, #ff413d, #f86864);
  box-shadow: 6px 12px 0 rgba(0, 0, 0, 0.42);
  border-radius: 27px;
}

.rental-store-actions .ghost {
  color: #111;
  background: linear-gradient(-12deg, #ffd115, #ffe478);
  box-shadow: 6px 12px 0 rgba(0, 0, 0, 0.42);
  border-radius: 27px;
}

.rental-faq {
  padding-bottom: 40px;
}

.rental-faq .mall-faq-section {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .rental-hero-deco {
    display: none;
  }

  .rental-search-sec {
    margin-top: -48px;
  }

  .rental-filter,
  .rental-car-grid,
  .rental-usage-grid,
  .rental-price-row,
  .rental-price-row.is-charter {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .rental-price-row article,
  .rental-price-illust {
    width: 100%;
    margin: 0;
  }

  .rental-store-grid,
  .rental-store-card {
    grid-template-columns: 1fr;
  }

  .rental-store-card>.cover,
  .rental-store-card .cover-link {
    width: 100%;
    height: 220px;
  }

  .rental-store-actions {
    flex-wrap: wrap;
  }

  .rental-store-actions a {
    flex: 1 1 200px;
  }

  .rental-flow-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 12px;
  }

  .rental-flow-step:not(:last-child)::after {
    display: none;
  }

  .rental-flow-tabs {
    height: auto;
  }

  .rental-flow-tabs button {
    height: 56px;
    font-size: 16px;
  }

  .rental-type-tabs {
    height: auto;
  }

  .rental-type-tabs button {
    height: 48px;
    font-size: 15px;
  }

  .rental-hero-entries {
    top: 54%;
    height: 30%;
  }

  .rental-sec-head h2 {
    font-size: 32px;
  }

  .rental-usage-photo {
    height: 240px;
  }
}

@media (max-width: 720px) {
  .rental-flow-row {
    grid-template-columns: 1fr 1fr;
  }

  .rental-search-card {
    padding: 32px 20px;
  }

  .rental-keyword-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .rental-price-row ul,
  .rental-price-row article.is-charter ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rental-flow-tabs {
    grid-template-columns: 1fr;
  }
}