 html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
  }

  /* ---------------------------yoyaku----------------------- */
body{
.return-form-title .form-title {
    text-align: center;
    color: #222222;
    font-size:50px;  
    font-weight: bold;  
    margin-top: 130px;
    margin-bottom: 30px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);  
    letter-spacing: 3px; 
  }
  .form-subtitle {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    line-height: 1.8;
  }

  .button-wrapper {
  text-align: center;
  margin-top: 50px; 
}
 .Blue-button {
  background-color:  #f8b62d ;
  color: white;
  font-size: 18px;
  padding: 18px 2px;
  text-decoration: none;
  border: none;
  border-radius: 40px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
  width: 430px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);

}

.Blue-button:hover {
  background-color: #e6a823;
}

@media (max-width:1220px) {
.return-form-title .form-title {
    font-size: 30px;       
    padding: 0 30px;       
    margin-top: 120px;
    letter-spacing: 1px;
  }

  .form-subtitle {
    font-size: 14px;        
    padding: 0 30px;       
    text-align: center;     
    word-break: break-word; 
  }

.return-form-title .Blue-button {
    width: 40%;          
    font-size: 16px;
    padding: 14px 0;
  }
}

}

/*-----------------------------5forme-----------------------*/
 body{

.step-container {
    width: 100%;
    max-width:70%;
    margin: 0 auto;
    margin-top: 30px;
  }
 
   .row-group {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: nowrap;     
    overflow-x: auto;      
    margin-bottom: 30px;
  }
  
   .row-group .step-box {
    flex: 0 0 260px;
    box-sizing: border-box;
  }
  
   .row-group .arrow {
    font-size: 30px;
    color: #61bcc9;
    text-align: center;
    margin: 20px 0;
  }
 
   .full-width {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  
   .step-box {
    display:flex;
    border: 1px solid #61bcc9;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
   
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: stretch;
  }
  
   .step-header {
    font-weight: bold;
    padding: 10px;
    color: white;
    margin-bottom: 10px;
    background-color: #61bcc9;
    text-align: center;
  }
  
   .step-content {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;  
  }
    .step-content5 {
    margin-top:50px;  
  }
   .down-arrow {
    font-size: 30px;
    color: #61bcc9;
    text-align: center;
    margin: 20px 0;
  }
  .arrow, .down-arrow {
    font-size: 30px;
    color: #61bcc9;
    text-align: center;
    width: 100%;
    margin: 10px 0;
  }
  
  /*step 5*/
   .main-text {
    font-size: 16px;
    color: #333;
    margin-top: 0px; 
  }
  
   .sub-title {
    color: #61bcc9;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;   
    margin-bottom: 10px;  
  }
  
.point-list {
  counter-reset: number;  
  list-style: none;       
  padding-left: 0;
  margin-bottom: 20px; 
  margin-top: 30px;  
  text-align: left;  
}

.point-list li {
  counter-increment: number;
  position: relative;
  padding-left: 40px;  
  margin-bottom: 12px;
}

.point-list li::before {
  content: counter(number);
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-color: #f8b62d;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
}

  
   .point-item {
  text-decoration: none;
  color: #333;
  }
 
  
   .point-item:hover {
    color: #61bcc9;
    text-decoration: underline;  
  }
  
   .small-text {
    color: #888;
    font-size: 12px;
    margin-top: 40px;  
  }
  .row-group {
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;  
  scroll-padding-left: 0px;    
}
 
.point-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
 }

.point-list {
  flex: 1 1 60%;
  counter-reset: number;
  list-style: none;
  padding-left: 0;
  margin: 0;
}


.point-image {
  flex: 1 1 35%;
  max-width: 600px;
  margin-right:10px;
}

.point-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
 }

@media (max-width: 768px) {
  .point-wrapper {
    flex-direction: column;
  }

  .point-image {
    max-width: 100%;
    margin-top: 5px;
  }
}

 
@media (max-width: 1280px) {
.step-container .return-slide {
  text-align: center !important;
  font-size:12px;
 }

.step-container {
    padding:10px;
  }
 
 .step-content5 {
  margin-top:-170px !important;
}

 .step-content5 .main-text {
  margin-top: 220px;
 font-size:12px;
}

.point-list .point-item {
   font-size: 12px;
   line-height: 1.2;
   margin-left:-10px;
   }
.step-content5 .small-text {
    font-size: 12px;
    text-align: left;
  }

   .step-content {
     font-size: 13px;
 
  }

 }
 @media (min-width: 1280px) {
.step-container .return-slide {
display:none;
 }
 }
 }

/* ---------------------------USAGE FEE--------------------------- */
body{
   .centered-box {
    border: 2px solid #ff9900;  
    background-color: #fff;
    width: 90%;              
     margin: 40px auto 30px;           
    border-radius: 20px;         
    position: relative;        
    box-sizing: border-box;    
    padding:30px !important;      
    margin-top: 80px;        
  }
.centered-box .text-overlay3 {
    position: absolute;
    margin-top: 30px;
    left: 50px;
    text-align: left;
    z-index: 10;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 0.8;
  }

.centered-box .text-overlay3 .line1 {
    font-size: 40px;  
    color: #61bcc9;  
  }

.centered-box .text-overlay3 .line2 {
    font-size: 18px;   
    color: #808080;   
  }
 
 .yellow-boxes {
    display: flex;
    justify-content: center; 
    align-items: center;  
    gap: 50px;  
    margin-top: 180px;
    width: 100%;
  }
  
   .yellow-box {
    background-color: #fff3c2;  
    padding: 20px;
    width: 35%;  
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
   .yellow-plus {
    background-color: #ffcc00;   
    font-size: 40px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;  
    margin: 0 10px;   
  }
  
   .blue-title {
    color: #ff9900 !important ;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
   .large-text {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
  }
  
   .small-text {
    font-size: 14px;
    color: #333;
    margin-top: 20px;
    text-align: center;
  }
  .yellow-text {
    margin-top: 60px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #61bcc9;
   }

  @media (max-width: 1280px) {
  .centered-box .text-overlay3 .line1 {
    font-size: 30px;  
   }
  .centered-box .text-overlay3 .line2 {
    font-size: 16px;   
   }
  
  .centered-box {
    padding: 60px 20px; 
  }

  .centered-box .text-overlay3 {
  top:20px;
  }
  
  .yellow-boxes {
    flex-direction: column;     
    align-items: center;
    gap: 30px;
    margin-top: 130px;
    position: relative;
    margin-bottom: 40px;
   }

  .yellow-box {
    width: 80%;  
  }

  .yellow-plus {
    order: 2;    
    margin: 20px 0;
  }

  .yellow-box:first-child {
    order: 1;
  }
  .yellow-box:last-child {
    order: 3;
  }
 
  .yellow-box .blue-title{
   font-size: 22px;
   margin-top: 20px;
  }
  
  .yellow-box .large-text{
   font-size: 24px;
  }

  .yellow-text {
    order: 4;
    font-size: 18px;
    margin-top: 40px;
    padding: 0 20px;
  }
}
}

/* -----------------------ABOUT RESERVATIONS----------------------- */
body{
 .blue-dashed-wrapper {
    position: relative;
    border: 2px dashed #61bcc9;
    background-color: white;
    border-radius: 20px;
    padding: 45px;
    margin: 50px auto;
    width: 90%;
    box-sizing: border-box;
    gap: 30px;
  }
  
.blue-dashed-wrapper .text-overlay4 {
    position: absolute;
    top:50px;
    left: 50px;
    text-align: left;
    z-index: 10;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1;  
  }
  
.blue-dashed-wrapper .text-overlay4 .line1 {
    font-size: 40px;
    color: #61bcc9;
    line-height:1.2;
  }
  
.blue-dashed-wrapper .text-overlay4 .line2 {
    font-size: 18px;
    color: #808080;
  }
  
.inner-box {
    display: flex;
    gap: 120px;
    background-color: #f0f8fa;  
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-top: 120px;
  }
  
   .image-side {
    flex: 1;
    min-width: 250px;
  }
  
  .image-side img {
    width: 100%;
    border-radius: 20px;
  }
  
   .text-side {
    flex: 2;
  }
  
   .blue-title {
    font-size: 24px;
    color: #61bcc9;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .yellow-title {
    font-size: 20px;
    color: #f8b62d;
    margin-top: 22px;
    margin-bottom: 5px;
  }
  
  .black-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
  }

  .main-text2 {
    text-align: left;
    margin-top:60px;
  }
  li {
  list-style: none;
  padding-left: 0;
}
  .point-item2 {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 12px;  
  }
  
 .point-item2::before {
    color: #61bcc9;  
    font-size: 20px;  
    margin-right: 10px;  
  }

  @media (max-width: 1280px) {
 .blue-dashed-wrapper .text-overlay4 .line1 {
   font-size: 30px;
   line-height:1.2;

   }
 .blue-dashed-wrapper .text-overlay4 .line2 {
    font-size: 16px;
   }
  .blue-dashed-wrapper .text-overlay4 {
  left:40px;
  line-height:1;
  top:40px;
}
  
 .text2 .main-text2 {
   font-size:16px;
   margin-top:110px;
   margin-left:50px;
  }

  .text2 .sub-title{
  font-size:20px;
  text-align: center;
  margin-top:50px;
  color:#f8b62d;
   }
  
.text2 .point-item2 {
  margin-left: 30px;
  }
  .point-list .point-item2 {
   font-size: 14px;
   line-height: 1.2;
   margin-left:5px;
   margin-right:-25px;
   }
  li {
  list-style: none;
  padding-left: 0;
}
   }

}
/* --------------------------- ABOUT RETURN--------------------------- */
body{
.blue-dashed-wrapper {
    border: 2px dashed #61bcc9;
    background-color: white;
    border-radius: 20px;
    margin: 50px auto;
    width: 90%;
    box-sizing: border-box;
    gap: 30px;
    position: relative;
  }
  
.blue-dashed-wrapper .text-overlay5 {
    position: absolute;
    top: 50px;
    left: 50px;
    text-align: left;
    z-index: 10;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  
.blue-dashed-wrapper .text-overlay5 .line1 {
    font-size: 40px;
    color: #61bcc9;
    line-height: 1;  
  }
  
.blue-dashed-wrapper .text-overlay5 .line2 {
    font-size: 18px;
    color: #808080;
  }

.blue-dashed-wrapper .text2{
    text-align: left;
    margin-top: 180px;
  }

@media (max-width: 1280px) {
.blue-dashed-wrapper .text-overlay5 {
    position: absolute;
    top: 2 0px;
    left: 45px;
    text-align: left;
    z-index: 10;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  
.blue-dashed-wrapper .text-overlay5 .line1 {
    font-size: 30px;
   }
  
.blue-dashed-wrapper .text-overlay5 .line2 {
    font-size: 18px;
   }

  .blue-dashed-wrapper {
    padding: 40px !important;
  }

  .text2 .main-text3{
    text-align: left;
    margin-top: 20px;
    font-size:16px;
    margin-left:30px;

   }
}
}
/* -------------------------PRECAUTIONS FOR VEHICLE-------------------- */
body{
.blue-dashed-wrapper {
    border: 2px dashed #61bcc9;
    background-color: white;
    border-radius: 20px;
    padding: 80px;
    margin: 50px auto;
    width: 90%;
    box-sizing: border-box;
    gap: 20px;
    position: relative;
  }
  
.blue-dashed-wrapper .text-overlay6 {
    position: absolute;
    top: 50px;
    left: 50px;
    text-align: left;
    z-index: 10;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1;  
  }
  
.blue-dashed-wrapper .text-overlay6 .line1 {
    font-size: 40px;
    color: #61bcc9;
   line-height:1.2;
  }
  
.blue-dashed-wrapper .text-overlay6 .line2 {
    font-size: 18px;
    color: #808080;
  }

.blue-dashed-wrapper .main-text4{
    text-align: left;
    margin-top: 160px;
    line-height:1.8 ;
    color: #222222;  
  }

.main-text5{
    text-align: left;
    margin-top: 20px;
    line-height:1.8 ;
    color: #222222;
  }

.blue-dashed-wrapper .text2{
  margin-left: -30px;
}

.image-wrapper {
      text-align: center;
      margin-top: 30px;
      margin-left: 30px;
     }
    
.image-wrapper img {
      max-width: 100%;
      height: auto;
      display: inline-block;
    }

@media (max-width: 1280px) {
.break-word::before {
    content: "\A";  
    white-space: pre;
  }

.blue-dashed-wrapper .text-overlay6 {
    position: absolute;
    top:40px;
    left: 40px;
    text-align: left;
    z-index: 10;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1;  
  }
.blue-dashed-wrapper .text-overlay6 .line1 {
    font-size: 32px;
   line-height:1.2;
    }
.blue-dashed-wrapper .text-overlay6 .line2 {
     font-size:16px;
     }

.blue-dashed-wrapper {
    border: 2px dashed #61bcc9;
    background-color: white;
    border-radius: 20px;
    padding: 50px;
    width: 90%;
    box-sizing: border-box;
    gap: 40px;
    position: relative;
  }

.text2 .main-text4{
    text-align: left;
    margin-top: 160px !important;
    font-size:16px;
    margin-left:30px;
   }
.text2 .main-text5{
    text-align: left;
    margin-top: 30px ;
    font-size:16px;
    margin-left:30px;

   }
.image-wrapper img {
      max-width:90%;
      height: auto;
      display: inline-block;
    }
}

}

/* --------------------------Buttom -------------------------- */
body{

  .button-wrapper {
  text-align: center;
  margin-top: 50px; 
}
.Blue-button {
  background-color: #f8b62d ;
  color: white;
  font-size: 18px;
  padding: 18px 2px;
  text-decoration: none;
  border: none;
  border-radius: 40px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
  width: 300px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);

}

.blue-button:hover {
  background-color: #e6a823;
}

@media (max-width:1280px) {
 
  .Blue-button {
    width: 80%;          
    font-size: 16px;
    padding: 14px 0;
    margin-bottom:130px;
  }
}
}

  /*--------------------------------full-background--------------------------*/
body{
.full-background {
  position: fixed;
  left: 0;
  bottom: 0;    
  width: 100%;
  height: 100%;  
  background-image: url('https://oportable.jp/.assets/bg2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
 
}

  