html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
  }

/* -------------------------------background------------------------ */
.hero-section {
  width: 100vw;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

.hero-section .hero-image {
  width: 100%;
  margin-top:60px;
  height: auto;
  display: block;
  object-fit: cover;
}

  @media (max-width: 768px) {
  .hero-section .hero-image {
    object-position: left center;  
    height: auto;  
  }
  }
  
/* -----------------------------button----------------------- */
body{
 .button-wrapper {
  text-align: center;
  margin-top: 50px; 
}
.button-wrapper p {
  font-size: 13px;  
}

.yellow-button {
  background-color: #61bcc9;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  text-decoration: none;
  border: none;
  border-radius: 40px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
  width: 300px;
}

.yellow-button:hover {
  background-color: #e6a823;
}

}

/*------------------------------COLLABORATION-----------------------*/
 body{
.centered-box {
    border: 2px dashed #61bcc9;  
    background-color: #fff;
    width: 90%;              
     margin: 30px auto ;           
    border-radius: 20px;         
    position: relative;        
    box-sizing: border-box;    
    padding: 30px ;       
  }

  .image1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 130px;       
  }
  
  .image1 img {
    max-width: 100%;
    height: auto;
    display: block;
  }

.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:1;
  }
.centered-box .text-overlay3 .line1 {
    font-size: 40px;  
    color: #61bcc9;  
  }
.centered-box .text-overlay3 .line2 {
    font-size: 18px;   
    color: #808080;   
  }
}
 @media (max-width: 768px) {
  .text-overlay3 .line1{
    font-size:30px !important;
    line-height: 0.5;
  }
 }

/* --------------------------CYCLE^PICNIC TOUR------------------------- */
body{
 .blue-dashed-wrapper {
    border: 2px dashed #61bcc9;
    background-color: white;
    border-radius: 20px;
    padding:40px;
    margin: 0 auto;
    width: 90%;
    box-sizing: border-box;
    gap: 30px;
    position: relative !important;
    margin-bottom: 50px;
}
  
 .blue-dashed-wrapper .text-overlay7 {
    position: relative !important;
    top:0;
    left: 30px !important;
    text-align: left;
    z-index: 10;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    max-width: 90%;
   line-height:1;
  }
  
 .blue-dashed-wrapper .text-overlay7 .line1 {
    font-size: 40px;
    color: #61bcc9;
    line-height:1.5;  
    white-space: normal;
  }
  
 .blue-dashed-wrapper .text-overlay7 .line2 {
    font-size: 18px;
    color: #808080;
  }
  
 .inner-box {
  width: 100%;
  max-width: 800px;     
  margin: 0 auto;         
  padding: 30px 40px;    
  background-color: #f0f8fa;
  border-radius: 20px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 70px;
}

   .image-side {
    flex: 1;
    min-width: 250px;
  }
  
  .image-side img {
    width: 100%;
    border-radius: 20px;
  }
  
   .text-side {
    flex: 2;
    padding: 0 20px;
  }
  
   .blue-title {
    font-size: 24px;
    color: #61bcc9;
    margin-bottom: 6px;
    font-weight: bold;
  }
  
  .yellow-title {
    font-size: 20px;
    color: #f8b62d;
    margin-top: 22px;
    margin-bottom: 5px;
  }
  
  .black-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 18px;
  }

  @media (max-width: 768px) {
  .inner-box {
    flex-direction: column;  
    gap: 10px;
    padding: 20px;
  }

  .image-side,
  .text-side {
    flex: none;
    width: 100%;    
    font-size: 12px;
  }

  .image-side img {
    width: 85%;
    height: auto;  
  }

  .blue-title {
    font-size: 20px;
  }

  .yellow-title {
    font-size: 18px;
  }

  .black-text {
    font-size: 15px;
  }

.blue-dashed-wrapper .text-overlay7 .line1 {
    font-size: 30px;
    white-space: normal;
    word-break: break-word;
    line-height: 1.5 !important;
    margin-top: -150px !important;
    margin-left: 10px;    
}
.blue-dashed-wrapper .text-overlay7 .line2 {
    margin-left: 10px;    
 }

.blue-dashed-wrapper .text-overlay7 {
    max-width: 90%;
    line-height: 1;
  }

  .inner-box {
    max-width:80%;
    flex-direction: column;
    padding: 20px auto;
    margin-bottom:30px;
  }

  .image-side,
  .text-side {
    width: 100%;
  }

}

}

/* --------------------------customer reviews------------------------- */
body{
.blue-dashed-wrapper .text-overlay8 {
    position: absolute !important;
    top:50px;
    left:  80px;
    text-align: left;
    z-index: 10;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  
.blue-dashed-wrapper .text-overlay8 .line1 {
    font-size: 40px;
    color: #61bcc9;
    line-height: 1.5;  
  }
  
.blue-dashed-wrapper .text-overlay8 .line2 {
    font-size: 18px;
    color: #808080;
  }
  
   .image2 {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  
  .image2 img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
  }
@media (max-width: 768px) {
 
    .blue-dashed-wrapper {
    padding: 200px 10px 10px;  
  }

.blue-dashed-wrapper .text-overlay8 .line1 {
    font-size: 30px;
    white-space: normal;
    word-break: break-word;
    line-height: 1.3 !important;
    margin-top: -10px;
    margin-left: -30px;    
}
.blue-dashed-wrapper .text-overlay8 {
    max-width: 90%;
    line-height: 1;
  }
.blue-dashed-wrapper .text-overlay8 .line2 {
        margin-left: -30px;    
 }

.blue-dashed-wrapper .text-overlay8 .line1::after {
     display: block;
  }

  .image2 {
    margin-top: 20px;
    padding: 0 10px;  
  }

  .image2 img {
    width: 100%;  
    height: auto;
    border-radius: 15px;
  }
}
}
 

/*--------------------------------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: 768px) {
    .full-background {
display: none;
  }
}
}
 