/* Custom Variables */
:root {
  --yellow: #fec719;
  --pink: #fa93ae;
  --cyan: #47e9ec;
  --dark: #333333;
  --light-yellow: #FFF9D6;
  --light-pink: #FFEDF3;
  --light-cyan: #E5FBFF;
  --bs-btn-hover-color: rgba(255, 255, 255, 0.9);
  --bs-btn-hover-bg: rgba(0, 210, 229, 0.4);
  --primary-pink: #ff6b9d;
  --primary-teal: #4ecdc4;
  --border-light: #e9ecef;
  --pop-yellow: #fec719;
  --pop-pink: #FF6B9C;
  --pop-cyan: #00D2E5;
  --pop-yellow-light: #FFF9D6;
  --pop-pink-light: #FFEDF3;
  --pop-cyan-light: #E5FBFF;

  --primary-color: #fa93ae;
  --primary-light: #fbb5c7;
  --primary-dark: #e8749a;
  --secondary-color: #47e9ec;
  --secondary-light: #6eedf0;
  --secondary-dark: #2dd4d8;
  --accent-color: #fec719;
  --accent-light: #eef25e;
  --accent-dark: #d9e02e;
  --dark-color: #2c3e50;
  --light-color: #ffffff;
  --text-dark: #2c3e50;
  --text-light: #6c757d;
  --bg-light: #f8f9fa;
  --bg-medium: #e9ecef;
  --bg-dark: #dee2e6;
  --shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  --shadow-hover: 0 8px 25px rgba(0, 0, 0, 0.15);
}


/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .25);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}

/* Global Styles */
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  color: #333;
  background-color: #fff;
}

input[readonly] {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

img.logo {
  height: 64px;
}

@media screen and (max-width: 768px) {
  img.logo {
    height: 50px;
  }
}

.logout-btn {
  img {
    height: 24px;
  }
}

.z-index-1 {
  z-index: 1;
}

/* Line breaks */
.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

::placeholder {
  color: rgba(0, 50, 200, .5) !important;
  opacity: 1;
  font-weight: bold;
}

/* Custom Buttons */
.btn-yellow {
  background-color: var(--yellow);
  border-color: var(--yellow);
}

.btn-yellow:hover {
  background-color: #E6C100;
  border-color: #E6C100;
}

.btn-pink {
  background-color: var(--pink);
  border-color: var(--pink);
  color: white;
}

.btn-pink:hover {
  background-color: #E55A8B;
  border-color: #E55A8B;
  color: white;
}

.btn-cyan {
  background-color: var(--cyan);
  border-color: var(--cyan);
}

.btn-cyan:hover {
  background-color: #00BDD0;
  border-color: #00BDD0;
}

.btn-outline-pink {
  color: var(--pink);
  border-color: var(--pink);
}

.btn-outline-pink:hover {
  background-color: var(--pink);
  color: white;
}

.btn-outline-cyan {
  color: var(--cyan);
  border-color: var(--cyan);
}

.btn-outline-cyan:hover {
  background-color: var(--cyan);
  color: white;
}

.btn-white {
  background-color: white;
  border-color: white;
}

.register-email-section {
  position: relative;
  overflow-x: hidden;

  input#email {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-left: none;
  }
}

.register-simple-section {
  position: relative;
  overflow-x: hidden;

  .right-radius {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
}

.text-cyan {
  color: var(--cyan);
}

.text-pop-cyan {
  color: var(--pop-cyan);
}

.bg-pop-yellow-light {
  background-color: var(--pop-yellow-light);
}

.btn-pop-pink {
  background-color: var(--pop-pink);
  color: white;
}

.btn-pop-pink:hover {
  background-color: #E55A8B;
  color: white;
}

.btn-outline-pop-pink {
  color: var(--pop-pink);
  border: 2px solid var(--pop-pink);
}

.btn-outline-pop-pink:hover {
  background-color: var(--pop-pink);
  color: white;
}

.text-pop-yellow {
  color: var(--pop-yellow);
}

.bg-pop-cyan-light {
  background-color: var(--pop-cyan-light);
}

.bg-pop-pink-light {
  background-color: var(--pop-pink-light);
}

.btn-pop-yellow {
  background-color: var(--pop-yellow);
  color: #333;
}

.btn-pop-yellow:hover {
  background-color: #E6C100;
}

.text-pop-pink {
  color: var(--pop-pink);
}

.error-details {
  border: 2px solid rgba(255, 214, 0, 0.3);
}

.step-number {
  width: 35px;
  height: 35px;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.solution-step {
  border: solid 2px rgba(0, 210, 229, 0.3);
}

.register-decoration-1 {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: var(--pop-yellow);
  opacity: 0.15;
  z-index: 0;
}

.register-decoration-2 {
  position: absolute;
  top: 20%;
  right: -100px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: var(--pop-pink);
  opacity: 0.15;
  z-index: 0;
}

.register-decoration-3 {
  position: absolute;
  top: 30%;
  left: 10%;
  right: 10%;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: var(--pop-cyan);
  opacity: 0.15;
  z-index: 0;
}

/* Section Styles */
.section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 1rem;
  color: var(--text-dark);
  font-size: 2.5rem;
  font-weight: 700;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, var(--yellow), var(--pink), var(--cyan));
  border-radius: 2px;
}

.section-subtitle {
  color: var(--text-light);
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
  white-space: nowrap;
}

.section-subtitle.under {
  display: inline-block;
  margin: 8px auto 8px auto;
  padding: 8px 0 5px 0;
  position: relative;
}

.section-subtitle.under::after {
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: linear-gradient(to right, var(--yellow), var(--pink), var(--cyan));
  border-radius: 2px;
}

.bg-pop-cyan {
  background-color: var(--pop-cyan);
}

.bg-pop-pink {
  background-color: var(--pop-pink);
}

.bg-pop-yellow {
  background-color: var(--pop-yellow);
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, var(--yellow), var(--pink), var(--cyan));
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.hero-section2 {
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  margin-top: 1rem;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: var(--shadow-hover);
  font-size: 1.8rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-section2 .mothly-renta {
  color: var(--yellow);
  font-weight: 700;
  font-size:2.8rem;
}

@media (max-width: 991px) {
  .hero-section2 {
    font-size: 1.5em;
  }
}

@media (max-width: 991px) {
  .hero-section2 .mothly-renta {
    font-size: 2.1rem;
  }
}

@media (max-width: 768px) {
  .hero-section2 {
    font-size: 1rem;
  }

  .hero-section2 .mothly-renta {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {

  .hero-section2 {
    font-size: 0.8rem;
  }

  .hero-section2 .mothly-renta {
    font-size: 1.2rem;
  }
}

.hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.1) 55%, transparent 55%);
  background-size: 30px 30px, 30px 30px, 100px 100px;
  z-index: 0;
}

.hero-photo1,
.hero-photo2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -182px;
  z-index: 0;
}

@media (max-width: 1199px) {

  .hero-photo1,
  .hero-photo2 {
    background-position: center;
  }
}

.hero-photo1 {
  background-image: url(/img/landing/photo_sample1.jpeg);
  animation: keyVisualAnime1 15s infinite;
}

.hero-photo2 {
  background-image: url(/img/landing/photo_sample2.png);
  animation: keyVisualAnime2 15s infinite;
}

@keyframes keyVisualAnime1 {
  0% {
    opacity: 0;
  }

  23% {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  66% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes keyVisualAnime2 {
  0% {
    opacity: 0;
  }

  56% {
    opacity: 0;
  }

  66% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Car Cards */
.find-car-section {
  position: relative;
  background-color: white;
}

.car-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.card-img-container {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width:992px) and (max-width:1199px) {
  .find-car-section .card-body>div {
    display: block !important;
  }

  .find-car-section .card-body>div>a {
    display: block;
  }
}

.card-img-container img {
  object-fit: contain;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.card-body {
  padding: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.card-body i {
  color: var(--text-dark);
}

.card-body .btn-accent-color {
  background: var(--accent-color);
  color: var(--dark-color);
  border-radius: 12px;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
}

.card-body .btn-accent-color:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  transition: 200ms all;
}


.car-card span {
  color: var(--text-light);
}

.card-title {
  color: var(--text-dark);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.rental-location-section {
  .card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: var(--shadow);
  }

  .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--dark-color);
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
  }

  .units {
    color: #2c3e50;
  }
}

.card-type {
  display: flex;
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 5px;
  justify-content: center;
  align-items: baseline;
}

.card-body .price {
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 700;
}

.card-body .price span {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

/* Vehicle Type Section */
.vehicle-section {
  background-color: var(--light-yellow);
  position: relative;
  padding: 80px 0;
}

.vehicle-type-section {
  background-color: var(--light-pink);
  position: relative;
  padding: 80px 0;
}

.section-decoration-wave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
}

.vehicle-section {
  .section-decoration-wave {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(45deg, var(--yellow) 25%, transparent 25%),
      linear-gradient(-45deg, var(--yellow) 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, var(--yellow) 75%),
      linear-gradient(-45deg, transparent 75%, var(--yellow) 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  }

}

.vehicle-type-section {
  .section-decoration-wave {
    background: linear-gradient(45deg, var(--pink) 25%, transparent 25%),
      linear-gradient(-45deg, var(--pink) 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, var(--pink) 75%),
      linear-gradient(-45deg, transparent 75%, var(--pink) 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  }
}

.news-section {
  .section-decoration-wave {
    background: linear-gradient(45deg, var(--cyan) 25%, transparent 25%),
      linear-gradient(-45deg, var(--cyan) 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, var(--cyan) 75%),
      linear-gradient(-45deg, transparent 75%, var(--cyan) 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  }
}


.vehicle-type-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.vehicle-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  color: var(--pink);
}

.icon-container {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-cyan);
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  color: var(--cyan);
  transition: all 0.3s ease;
}

.vehicle-type-card:hover .icon-container {
  background-color: var(--cyan);
  color: white;
}

/* Period Section */
.period-section {
  background-color: white;
  padding: 80px 0;
}

.period-search-container {
  max-width: 800px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.period-decoration-1 {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  background-color: var(--light-yellow);
  border-radius: 50%;
  z-index: 0;
}

.period-decoration-2 {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 150px;
  height: 150px;
  background-color: var(--light-pink);
  border-radius: 50%;
  z-index: 0;
}

.input-group .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* News Section */
.news-section {
  background-color: var(--light-cyan);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.news-container {
  max-width: 800px;
}

.news-item {
  display: flex;
  background-color: white;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.news-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, var(--yellow), var(--pink));
}

.news-item:hover {
  transform: translateX(5px);
}

.news-date {
  min-width: 100px;
  color: #777;
  font-size: 0.9rem;
}

.news-content h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
}

/* About Service */
.about-section {
  padding: 80px 0;
  background-color: white;
}

.service-card {
  background-color: white;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.service-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(to right, var(--yellow), var(--pink), var(--cyan));
}

.service-card .icon-container {
  margin: 0 auto 20px;
  width: 80px;
  height: 80px;
  font-size: 2rem;
}

.service-card .icon-container.yellow {
  background-color: var(--light-yellow);
  color: var(--yellow);
}

.service-card .icon-container.pink {
  background-color: var(--light-pink);
  color: var(--pink);
}

.service-card .icon-container.cyan {
  background-color: var(--light-cyan);
  color: var(--cyan);
}

.service-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-description {
  color: #666;
  font-size: 0.95rem;
}

/* Footer */
footer {
  background-color: var(--dark);
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: white;
  color: var(--dark);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: var(--yellow);
  color: white;
}

.hover-white:hover {
  color: white !important;
  text-decoration: underline !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.75rem;
  }
}

.illust-section img {
  display: inline-block;
  height: 200px;
  border-radius: 6px;
  margin-right: 24px;
}

.illust-section .container {
  animation: css-carousel-slider linear 50s infinite;
}

@keyframes css-carousel-slider {
  0% {
    transform: translateX(-305px);
  }

  100% {
    transform: translateX(-2353px);
  }
}

/* 免許証アップロードカード */
.license-upload-card {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
}

.upload-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 10px;
}

.image-upload-container {
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 20px;
  background-color: #ffffff;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.header {
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-pink);
  text-decoration: none;
}

.nav-link {
  color: var(--text-gray);
  font-weight: 400;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--primary-pink);
}

.btn-contact {
  background: var(--primary-pink);
  color: white;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background: #e55a8a;
  transform: translateY(-1px);
}

.main-content {
  padding: 2rem 0;
  min-height: calc(100vh - 200px);
}

.breadcrumb {
  background: transparent;
  padding: 1rem 0;
}

.breadcrumb-item a {
  color: var(--text-gray);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--primary-pink);
}

.vehicle-hero {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 2rem;
  background-size: 100%;
  background-position: center;
  border-bottom: 1px solid #ffffff;
}

.car-detail .hero-content {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.6);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.hero-content::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: rgba(255, 107, 157, 0.1);
  border-radius: 50%;
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
}

.vehicle-gallery {
  position: relative;
  margin-bottom: 2rem;
}

.main-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.image-thumbnails {
  gap: 1rem;
  margin-top: 1rem;
  justify-content: center;
}

.thumbnail {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  display: inline-block;
}

.thumbnail:hover,
.thumbnail.active {
  opacity: 1;
  border-color: var(--primary-pink);
  transform: scale(1.05);
}

.vehicle-badges {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.vehicle-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  text-shadow: 0px 0px 12px #ffffff, 0px 0px 12px #ffffff, 0px 0px 12px #ffffff;
}

.vehicle-brand {
  font-size: 1.5rem;
  color: var(--primary-pink);
  font-weight: 600;
  margin-bottom: 2rem;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
}

.spec-card {
  background: white;
  padding: 1.5rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.spec-card:hover {
  transform: translateY(-5px);
}

.spec-icon {
  font-size: 2rem;
  color: var(--primary-pink);
  margin-bottom: 1rem;
}

.spec-label {
  font-size: 0.9rem;
  color: var(--text-gray);
  margin-bottom: 0.5rem;
}

.spec-value {
  font-weight: 600;
  color: var(--text-dark);
  font-size: 1.1rem;
}

.content-section {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  margin-bottom: 2rem;
}

.price-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.price-card {
  background: linear-gradient(135deg, var(--light-pink) 0%, #fff 100%);
  padding: 1.5rem;
  border-radius: 15px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.price-card:hover {
  border-color: var(--primary-pink);
  transform: translateY(-3px);
}

.price-duration {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.price-amount {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-pink);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--bg-light);
  border-radius: 10px;
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: var(--primary-pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}

.feature-text {
  font-weight: 500;
  color: var(--text-dark);
}

.sticky-booking {
  position: sticky;
  top: 2rem;
}

.footer {
  background: var(--text-dark);
  color: white;
  padding: 2rem 0;
  text-align: center;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .vehicle-title {
    font-size: 2rem;
  }

  .hero-content {
    padding: 1rem;
  }

  .content-section {
    padding: 1.5rem;
  }

  .spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.email-sent-icon {
  width: 80px;
  height: 80px;
  font-size: 2rem;
}

.success-icon {
  width: 80px;
  height: 80px;
  font-size: 2rem;
}

.toggle-password {
  border-radius: 0 8px 8px 0 !important;
  background-color: #ffffff;
  border: 2px solid var(--border-light);
  border-left-width: 1px;
}

.toggle-password:focus {
  box-shadow: none;
}

.mini {
  font-size: 0.8rem;
}

.btn-pop-cyan {
  background-color: var(--pop-cyan);
  color: white;
}

.btn-pop-cyan:hover {
  background-color: #00BDD0;
}

.passwordDescription {
  margin-left: 52px;

  li:before {
    content: '【任意】';
    /* ←ここにリストマーカーにしたい文字列を設定 */
    margin-left: -56px;
    /* 1文字分、左に寄せる */
    color: var(--primary-teal);
  }

  li.required:before {
    content: '【必須】';
    /* ←ここにリストマーカーにしたい文字列を設定 */
    margin-left: -56px;
    /* 1文字分、左に寄せる */
    color: var(--primary-pink);
  }
}


/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: var(--dark-color);
  background-color: var(--light-color);
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Header */
.navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  padding: 1rem 0;
}

.navbar-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
}

.brand-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.brand-sub {
  font-size: 0.8rem;
  color: var(--dark-color);
  margin-top: -5px;
}

.nav-link {
  font-weight: 500;
  color: var(--dark-color) !important;
  transition: color 0.3s ease;
  padding: 0.5rem 1rem !important;
}

.nav-link:hover {
  color: var(--primary-color) !important;
}

.nav-cta {
  background: var(--primary-color) !important;
  border: 2px solid var(--primary-color) !important;
  border-radius: 25px !important;
  padding: 8px 20px !important;
  color: white !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

/* Hero Section */
.hero-section {
  background: url("/img/hero-family.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  padding: 8px 0 20px;
  min-height: 100vh;
}


.hero-section::before {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 20px;
  box-shadow: var(--shadow-hover);
  backdrop-filter: blur(10px);
}

.hero-badge {
  display: inline-block;
  background: var(--accent-color);
  color: var(--text-dark);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-title .highlight {
  color: var(--primary-color);
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.7;
}

/* 強調されたヒーローサブタイトル（「必要なときだけ～」を大きくアピール） */
.hero-subtitle-emphasized {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1399px) {
  .hero-subtitle-emphasized {
    font-size: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .hero-subtitle-emphasized {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .hero-subtitle-emphasized {
    font-size: 1.8rem;
  }
}
.hero-buttons {
  margin-bottom: 2rem;
}

.hero-buttons .btn {
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: 0.3s;
}

.hero-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

.btn-secondary {
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  color: white;
}

.btn-secondary:hover {
  background: var(--secondary-dark);
  border-color: var(--secondary-dark);
  color: white;
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

.btn-outline-primary {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}

.btn-outline-primary:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  transform: translateY(-3px);
  transition: 200ms all;
  box-shadow: var(--shadow-hover);
}

.hero-features {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #666;
}

.feature-item i {
  color: var(--primary-color);
  font-size: 1.1rem;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.car-icon-container {
  width: 200px;
  height: 120px;
  background: var(--primary-color);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 4rem;
  box-shadow: var(--shadow);
}

.phone-icon-container {
  width: 100px;
  height: 180px;
  background: var(--dark-color);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  box-shadow: var(--shadow);
  position: relative;
}

.phone-screen {
  position: absolute;
  top: 20px;
  width: 80px;
  height: 140px;
  background: var(--secondary-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-color);
  font-size: 1.5rem;
}

/* Service Section */
.service-section {
  background: var(--bg-light);
  padding: 60px 0;
}

.service-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
}

.service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
}

.service-content h4 {
  color: var(--text-dark);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.service-content p {
  color: var(--text-light);
}

.service-section .btn {
  font-weight: 600;
  color: var(--dark-color);
}

/* Carousel Styles */
.carousel-indicators button {
  background-color: var(--primary-color);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

/* Vehicles Section */
.vehicles-section {
  background: var(--text-dark);
  color: white;
  padding: 60px 0;
}

.vehicles-section .section-title,
.scene-section .section-title {
  color: white;
}

.vehicles-section .section-subtitle,
.scene-section .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.vehicles-section .carLink {
  display: block;
  text-decoration: none;
}

.vehicles-section .card-body {
  padding: 15px 20px;
  text-align: center;
}

.vehicle-card {
  background: white;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  height: 100%;
  text-align: center;
}

.vehicle-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  background: var(--pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #ffffff;
}

.vehicle-info h4 {
  color: var(--text-dark);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.btn-primary-color {
  background: var(--primary-color);
  color: var(--dark-color);
  border-radius: 12px;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
}

.btn-primary-color:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  transition: 200ms all;
}

.vehicle-info .vehicle-model {
  color: #666;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.vehicle-features {
  list-style: none;
  margin-bottom: 0;
  text-align: left;
}

.vehicle-features li {
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--primary-dark);
}


@media (max-width: 768px) {
  .vehicle-info {
    flex-direction: column;
  }

  .vehicle-features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .vehicle-features li {
    justify-content: center;
  }
}

.vehicle-features i {
  color: var(--primary-dark);
  font-size: 1rem;
  width: 20px;
}

.vehicle-info .vehicle-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.price-from {
  font-size: 0.9rem;
  color: #666;
}

.price {
  color: var(--primary-color);
  font-size: 1.8rem;
}

.price-unit {
  font-size: 1rem;
  color: #666;
}

.vehicles-section .btn-cyan {
  font-weight: 600;
  color: var(--dark-color);
}

.scene-section {
  background: var(--text-dark);
  color: white;
  padding: 60px 0;
}

/* Flow Section */
.flow-section {
  background: var(--light-color);
  padding: 60px 0;
}

.flow-container {
  max-width: 800px;
  margin: 0 auto;
}

.flow-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  padding: 1.2rem 1rem;
  border: solid var(--text-light);
  border-radius: 20px;
}

.flow-item:last-child {
  margin-bottom: 1rem;
}

.flow-number {
  background: var(--secondary-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: white;
  font-size: 1.3rem;
  margin-right: 2rem;
  flex-shrink: 0;
}

.flow-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
}

.flow-icon {
  background: var(--accent-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--text-dark);
  flex-shrink: 0;
}

.flow-text h4 {
  color: var(--text-dark);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.flow-text p {
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
}

/* 会員登録CTA用のflow-item修飾クラス */
.flow-item--cta .flow-number,
.flow-item--cta .flow-icon {
  display: none;
}

.flow-item--cta .flow-content {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.flow-item--cta .flow-cta {
  width: 100%;
  max-width: 400px;
}

.flow-item--cta .flow-cta .btn {
  width: 100%;
  font-size: 1.2rem;
  padding: 0.8rem 2rem;
}

.flow-item--cta .flow-text {
  margin-top: 0.5rem;
}

.flow-item--cta .flow-text p {
  color: var(--text-dark);
  font-weight: 500;
}

/* 会員登録CTAのプレースホルダーラッパー（固定表示時のレイアウトシフト防止用） */
.flow-cta-wrapper {
  /* JavaScriptで動的に高さを設定 */
}

/* 会員登録CTAの固定表示状態 */
.flow-item--cta.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
  backdrop-filter: blur(10px);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  transition: transform 0.3s ease-in-out;
}

/* body要素に固定CTAが表示されている時の余白調整（コンテンツが隠れないように） */
body.has-sticky-cta {
  padding-bottom: calc(80px + env(safe-area-inset-bottom));
}

/* Plans Section */
.plans-section {
  background: var(--bg-light);
  padding: 60px 0;
}

.plans-section .link-area {
  color: var(--text-dark);
}

@media (max-width: 991px) {
  .link-area {
    margin-bottom: 1rem;
  }
}

.plan-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--shadow);
  position: relative;
  height: 100%;
  text-align: center;
}

.plan-card.featured {
  background: var(--primary-color);
  color: white;
  transform: scale(1.05);
}

.plan-card .price {
  color: var(--primary-color);
}

.plan-card .btn-primary {
  background: var(--primary-color);
  border: 2px solid white;
  color: white;
}

.plan-card .btn-primary:hover {
  background: white;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);

}

.plan-badge {
  background: var(--accent-color);
  color: var(--text-dark);
  position: absolute;
  top: -15px;
  right: 20px;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.plan-icon {
  background: var(--secondary-color);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  margin: 0 auto 1rem;
}

.plan-card.featured .plan-icon {
  background: white;
  color: var(--primary-color);
}

.plan-header h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin-bottom: 1.5rem;
}

.price {
  font-size: 2rem;
  font-weight: 700;
}

.period {
  font-size: 1rem;
  opacity: 0.8;
}

.plan-card.featured .period {
  color: var(--text-dark);
}

.plan-features {
  list-style: none;
  margin-bottom: 2rem;
  text-align: left;
}

.plan-features li {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.plan-features i {
  color: var(--secondary-color);
  font-size: 1rem;
}

.plan-card.featured .plan-features i {
  color: var(--accent-color);
}

/* FAQ Section */
.faq-section {
  background: var(--text-dark);
  padding: 60px 0;
}

.accordion-item {
  border: none;
  margin-bottom: 1rem;
  /* 下記"!important"は、bootstrapのborder-radius指定を打ち消すため */
  border-radius: 15px !important;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.accordion-button {
  color: var(--text-dark);
  background: white;
  border: none;
  font-weight: 600;
  padding: 1.5rem;
  font-size: 1rem;
}

.accordion-button.link {
  text-decoration: none;
}

.accordion-button.link::after {
  background-image: none;
}

.accordion-button.link:hover {
  background: var(--yellow);
  color: white;
}

.accordion-button:not(.collapsed) {
  background: var(--yellow);
  color: white;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 1.5rem;
  background: white;
  line-height: 1.7;
}

/* Access Section */
.access-section {
  background: var(--bg-light);
  padding: 60px 0;
}

.store-card {
  background: white;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  height: 100%;
  text-align: center;
}

.store-icon {
  background: var(--secondary-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  margin: 0 auto 1rem;
}

.rentalLocationImage {
  width: 100%;
  margin: 0 auto 1rem;
}

.rentalLocationImage img {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  object-fit: cover;
}

.store-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.store-info h4 {
  color: var(--text-dark);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.store-details {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.store-details p {
  color: var(--text-light);
  margin-bottom: 1rem;
}

.store-details p:last-child {
  margin-bottom: 0;
}

.store-details i {
  color: var(--primary-color);
  width: 20px;
}

.map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--bg-medium);
}

.map-placeholder {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666;
}

.map-placeholder i {
  color: var(--primary-color);
  font-size: 4rem;
  margin-bottom: 1rem;
}

/* Contact Section */
.contact-section {
  background: var(--bg-light);
  padding: 60px 0;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contact-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.contact-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
  height: 100%;
}

.contact-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.contact-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.contact-number,
.contact-email,
.contact-chat {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact-time {
  font-size: 0.9rem;
  opacity: 0.8;
}

.contact-form-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--shadow-hover);
  color: var(--dark-color);
}

.contact-form-card h4 {
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}

.form-label {
  color: var(--text-dark);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.required {
  color: var(--primary-color);
}

.form-control,
.form-select {
  border: 2px solid var(--bg-medium);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(250, 147, 174, 0.25);
}

.contact-section .btn {
  transition: all 0.3s ease;
  transition: 0.3s;
}

.contact-section .btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

/* Footer */
.footer {
  background: var(--dark-color);
  color: white;
  padding: 40px 0 20px;
}

.footer-brand h4 {
  color: var(--primary-color);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-brand p {
  margin-bottom: 1.5rem;
  opacity: 0.8;
}

.footer h6 {
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary-color);
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-links a {
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-links a:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

/* Responsive Design */
@media (max-width: 992px) {
  .flow-item {}

  .flow-number {
    margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .flow-content {}

  .hero-visual {
    margin-top: 2rem;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 3.5rem;
  }

  /* 強調されたヒーローサブタイトルのタブレット対応 */
  .hero-subtitle-emphasized {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .contact-title {
    font-size: 2rem;
  }

  .hero-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .plan-card.featured {
    transform: none;
  }

  .hero-features {
    justify-content: center;
  }

  .feature-item {
    font-size: 0.8rem;
  }

  .service-section,
  .vehicles-section,
  .flow-section,
  .plans-section,
  .faq-section,
  .access-section,
  .contact-section {
    padding: 40px 0;
  }

  .vehicles-section .container,
  .plans-section .container,
  .access-section .container,
  .contact-section .container {
    margin-bottom: 1rem;
  }

  .car-icon-container {
    width: 150px;
    height: 90px;
    font-size: 3rem;
  }

  .phone-icon-container {
    width: 80px;
    height: 140px;
    font-size: 1.5rem;
  }

  .phone-screen {
    width: 60px;
    height: 100px;
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  /* 強調されたヒーローサブタイトルのモバイル対応 */
  .hero-subtitle-emphasized {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .contact-title {
    font-size: 1.8rem;
  }

  .brand-text {
    font-size: 1.5rem;
  }

  .hero-features {
    flex-direction: column;
    gap: 1rem;
  }

  .contact-form-card {
    padding: 1.5rem;
  }

  .flow-number {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .flow-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

/* Animation Classes */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.service-carousel-item {
  padding: 2rem 8rem;
}

@media (max-width: 576px) {
  .service-carousel-item {
    padding: 1rem 0;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 10%;
  }
}

.service-card-area {
  display: flex;
  gap: 1rem;
}

@media (max-width: 768px) {
  .service-card-area {
    flex-direction: column;
  }
}

.service-card-large {
  background: white;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: var(--shadow-hover);
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 200px;
  margin: 0.6rem 0;
  flex: 1;
}

@media (max-width: 1399px) {
  .service-card-area .service-card-large {
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .service-card-large {
    padding: 1rem;
  }
}

.service-icon-large {
  background: var(--primary-color);
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: white;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .service-content-large {
    width: 80%;
  }
}

.service-content-large h4 {
  font-weight: 700;
  font-size: 1.1rem;
}

.service-content-large p {
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .carousel-item .service-card-large {
    flex-direction: column;
  }
}

.carousel-item .service-content-large h4 {
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .carousel-item .service-content-large h4 {
    font-size: 1.2rem;
  }
  .carousel-item .service-carousel-item {
      padding: 2rem 6rem;
  }
}

.carousel-item .service-content-large p {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .carousel-item .service-content-large p {
    font-size: 1rem;
  }
  .carousel-item .service-carousel-item {
      padding: 2rem 2rem;
  }
}

/* ===== 車両一覧ページ固有のスタイル ===== */

/* Page Header */
.page-header {
  margin: 0;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 1rem;
}

.breadcrumb-item a {
  color: var(--primary-color);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--text-light);
}

.page-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.page-subtitle {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 0;
}

/* Search Section */
.search-section {
  background: var(--dark-color);
  border-bottom: 1px solid var(--bg-medium);
}

.search-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.search-section .btn {
  background-color: var(--dark-color);
  color: white;
}

.search-section .btn:hover {
  background: var(--text-dark);
  border-color: var(--text-dark);
  transform: translateY(-3px);
  transition: 200ms all;
  box-shadow: var(--shadow-hover);
}


/* Vehicle Grid Section */
.vehicle-grid-section {
  background: var(--bg-light);
}

.carCards {
  display: block;
  text-decoration: none;
}

.carCards i {
  color: var(--text-light);
}

/* Simple Vehicle Cards */
.vehicle-simple-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Vehicle Status Badge */
.vehicle-status {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 4px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  color: white;
}

/* 車両ステータスバッジ */
.status-available {
  background-color: #28a745;
  color: white;
}

.status-reserved {
  background-color: #ffc107;
  color: #212529;
}

.status-maintenance {
  background-color: #dc3545;
  color: white;
}

.carImage {
  width: 100%;
  margin: 0 auto;
}

.carImage img {
  width: 100%;
  object-fit: cover;
}

/* Vehicle Info */
.vehicle-info-simple {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vehicle-info-simple h5 {
  color: var(--text-dark);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.bodyType {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

.office {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

/* Vehicle Price */
.vehicle-price {
  margin-bottom: 0.4rem;
  margin-top: auto;
}

.vehicle-price .price {
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 700;
}

.vehicle-price .period {
  color: var(--text-light);
  font-size: 0.9rem;
}

/* Button Styles */
.btn-sm {
  padding: 8px;
  font-size: 0.9rem;
}

/* Results and Sort */
.results-info {
  color: var(--text-light);
  font-size: 1rem;
}

.results-count {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.2rem;
}

.sort-options .form-select {
  width: auto;
  min-width: 200px;
}


/* Vehicle Detail Cards */
.vehicle-grid-section .btn-accent-color {
  background: var(--accent-color);
  color: var(--dark-color);
  border-radius: 12px;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
}

.vehicle-grid-section .btn-accent-color:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-3px);
  transition: 200ms all;
  box-shadow: var(--shadow-hover);
}

/* CTA Section */
.cta-section {
  background: var(--dark-color);
}

.cta-section .container {
  padding-top: 0;
}

.cta-content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}

.cta-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  color: white;
}

.cta-buttons .btn {
  margin-bottom: 1rem;
}

.cta-buttons .btn-primary-color {
  background: var(--primary-color);
  color: white;
}

.cta-buttons .btn-primary-color:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}



/* Responsive Design */
@media (max-width: 768px) {
  .page-title {
    font-size: 2.2rem;
  }

  .page-subtitle {
    font-size: 1rem;
  }

  .search-card {
    padding: 1.5rem;
  }

  .vehicle-simple-card {
    padding: 1rem;
  }

  .vehicle-image-simple i {
    font-size: 2.5rem;
  }

  .results-info,
  .sort-options {
    text-align: center;
    margin-bottom: 1rem;
  }

  .d-flex.justify-content-between {
    flex-direction: column;
  }

  .vehicle-specs {
    grid-template-columns: 1fr;
  }

  .vehicle-price-section {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }

  .btn-reserve {
    width: 100%;
  }

  .cta-content h2 {
    font-size: 1.8rem;
  }

  .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .cta-buttons .btn {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .page-header {
    padding: 40px 0;
  }

  .page-header .container {
    padding-top: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .search-card {
    padding: 1rem;
  }

  .filter-card {
    padding: 1rem;
  }

  .vehicle-icon-large {
    width: 100px;
    height: 100px;
    font-size: 2.5rem;
  }

  .vehicle-content {
    padding: 1rem;
  }

  .results-info,
  .sort-options {
    text-align: center;
    margin-bottom: 1rem;
  }

  .d-flex.justify-content-between {
    flex-direction: column;
  }
}

/* Loading and Animation States */
.vehicle-detail-card.loading {
  opacity: 0.6;
  pointer-events: none;
}

.fade-in-up {
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Filter Active States */
.form-select:focus,
.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(250, 147, 174, 0.25);
}

/* No Results State */
.no-results {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--text-light);
}

.no-results i {
  font-size: 4rem;
  color: var(--bg-dark);
  margin-bottom: 1rem;
}

.no-results h3 {
  color: var(--text-dark);
  margin-bottom: 1rem;
}

/* 車種別検索：価格チップ表示（1日/1週間/1カ月） */
.vehicle-price-chips {
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}

.price-chip {
  background: linear-gradient(135deg, var(--light-pink) 0%, var(--light-cyan) 100%);
  padding: 0.4rem 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
  transition: all 0.3s ease;
}

.price-chip .price-label {
  font-size: 0.75rem;
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.price-chip .price-value {
  font-size: 1rem;
  color: var(--primary-color);
  font-weight: 700;
}

/* 在庫がない場合の表示 */
.vehicle-price-unavailable {
  padding: 1rem 0;
  margin-bottom: 1rem;
  text-align: center;
}

.vehicle-price-unavailable .text-muted {
  font-size: 1rem;
  color: #999;
  font-style: italic;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .price-chip {
    min-width: 70px;
    padding: 0.3rem 0.6rem;
  }

  .price-chip .price-label {
    font-size: 0.7rem;
  }

  .price-chip .price-value {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .price-chip {
    min-width: 65px;
    padding: 0.25rem 0.5rem;
  }

  .price-chip .price-label {
    font-size: 0.65rem;
  }

  .price-chip .price-value {
    font-size: 0.85rem;
  }
}