 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: 300px;
  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: 50px;
  }
 
   .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 {
    list-style-type: none;  
    padding-left: 0;
    margin-bottom: 20px; 
    margin-top: 30px;  
    text-align: left;  
 }
  
   .point-item {
    display: flex;
    align-items: left;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 12px;  
  }
  
   .point-item::before {
    content: "•";  
    color: #61bcc9;  
    font-size: 20px;  
    margin-right: 10px;  
  }
  
   .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;    
}
 
@media (max-width: 1280px) {
.step-container .return-slide {
  text-align: center !important;
  font-size:13px;
 }

.step-container {
    margin-top: -120px;
    padding:10px;
  }
 
 .step-content5 {
  margin-top:-170px !important;
}

 .step-content5 .main-text {
  margin-top: 220px;
 font-size:14px;
}

.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: 160px;
    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;
  }
  .point-item2 {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 12px;  
  }
  
 .point-item2::before {
    content: "•";  
    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:30px;
  }

  .text2 .sub-title{
  font-size:20px;
  text-align: center;
  margin-top:50px;
  color:#f8b62d;
   }
  
.text2 .point-item2 {
  margin-left: -10px;
  }
  .point-list .point-item2 {
   font-size: 14px;
   line-height: 1.2;
   margin-left:5px;
   margin-right:-25px;
  
   }
   }

}
/* --------------------------- 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: 130px;
  }

@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;
}
@media screen and (max-width:1280px) {
    .full-background {
display: none;
  }
}
}

  /*---------------------------------under header--------------------------*/
  body{
  .nav-section {
    text-align: center;
    padding: 40px 0;
  }
  .line {
    width: 90%;
    height: 2px;
    background-color: white;
    margin: 20px auto;
  }
  .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin: 20px 0;
  }
  .nav-link {
    color: white;
    text-decoration: none !important;   
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;  
    padding: 0 15px;
    transition: color 0.3s;
  }
  .nav-link:hover {
    color: #f8b62d;
  }
  .nav-button {
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;  
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .nav-button.yellow {
    background-color: #f8b62d;
    color: white;
  }
  .nav-button.blue {
    background-color: #61bcc9;
    color: white;
  }
  .nav-section {
    margin-top: 130px;  
  }
@media screen and (max-width: 1280px) {
  .nav-section {
    display: none;
  }
}

}
  /*------------------------- under------------------------- */
  body{
.background-with-text {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 550px;
  background-color: rgba(0, 73, 79, 0.7); /* 用半透明覆盖，让背景透出 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
  color: white;
}

 .background-with-text .top-left-image {
  position: absolute;
  top: 50px;
  left: 100px;
  width: 450px;
  height: 120px;
  object-fit: cover;
  transition: all 0.3s ease;
}

 .background-with-text .text-content {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  text-align: center;
  max-width: 100%;
  z-index: 2;
}

 .three-blocks {
  position: absolute;
  right: 95px;
  bottom: 100px;
  display: flex;
  gap: 50px;
  color: white;
  font-family: sans-serif;
  transition: all 0.3s ease;
}

 .block {
  width: 60%;
  text-align: left;
  color: white;
}

.block h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.block-content p {
  margin: 5px 0;
  white-space: nowrap;
}

.block-content a {
  color: #baf6ff;
  text-decoration: none !important;
}

.block-content a:hover {
  text-decoration: underline !important;
}

.bottom-container {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
}

.bottom-white-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: white;
  opacity: 0.6;
}

.bottom-copyright {
  position: relative;
  padding: 10px 0;
  color: white;  
  z-index: 10;
}
  

 @media screen and (max-width:768px) {
  .background-with-text {
    min-height: 400px;  
    padding: 16px 10px;
     flex-direction: column;
    justify-content: flex-start;
    align-items: center;
      padding-bottom:80px;
  }

  .background-with-text .top-left-image {
    position: static;   
    width: 260px;
    height: auto;
    margin-bottom: 10px;
  }

  .three-blocks {
    position: static;  
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    bottom: auto;
    right: auto;
    align-items: center;  
  }

  .block {
    width: 100%;   
    text-align: center;  
    white-space: normal; 
  }
 
  .block-content{
  margin-bottom:-10px;
  }

  .block-content p {
    white-space: normal;
    font-size:12px;
  }

  .bottom-white-line {
   display:none;
  }

 .bottom-copyright {
  font-size:12px;
  top:-10px;
  margin-bottom:-10px;
  color:#dadada;
}
}
}
 
body{
  @media screen and (max-width: 1036px) {
    .text-overlay {
      left: 40px;
      top: 30px;
    }
    .line1 {
      font-size: 24px; }
    .line2 {
      font-size: 16px; }
  
    .extra-image1 {
      width: 90%;
      right: 5%;
      top: 200px; }
  
  .text-container {
      flex-direction: column; 
      align-items: center;  
      justify-content: center;
    }
  
    .left-text-container {
      position: relative;   
      left: 25px;     
      width: 90%;       
      padding: 10px;       
      top: 0;
    }
    .left-text {
      font-size: 16px;  
    }
 }
}