 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%;
  height: auto;
  display: block;
  object-fit: cover;
}

  @media (max-width: 768px) {
  .hero-section .hero-image {
    object-position: left center;  
    height: 260px;  
  }
  }
  /* -----------------------------button----------------------- */
body{
  .button-wrapper {
  text-align: center;
  margin-top: 50px; 
}
.yellow-button {
  background-color: #f8b62d;
  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;
}
}

/*-----------------------------------PRICE LIST-------------------------*/
 body{
.price-section {
    border: 2px dashed #b5e1eb;
    border-radius: 20px;
    padding: 30px;
    width: 90%;
    margin: 50px auto;
    font-family: "Arial", sans-serif;
    background-color: #ffffff;
    box-sizing: border-box;
    gap: 20px;
  }

/* -----------------price forme-------------- */
.price-section {
    border: 2px dashed #b5e1eb;
    border-radius: 20px;
    padding: 20px;
    width: 90%;
    margin: 50px auto;
    font-family: "Arial", sans-serif;
    background-color: #ffffff;
    box-sizing: border-box;
    gap: 20px;
    position: relative;
  }
  
  .price-section .text-overlay8 {
    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;  
  }
  
  .price-section .text-overlay8 .line1 {
    font-size: 40px;
    color: #61bcc9;
  }
  
  .price-section .text-overlay8 .line2 {
    font-size: 18px;
    color: #808080;
  }
  
  .price-table {
    display: flex;
    justify-content: space-around;
    margin-top: 160px;
    gap: 30px;
    flex-wrap: wrap;
  }
  
  .price-column {
    flex: 1;
    min-width: 280px;
  }
 
 .price-column.adult{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1 );
  border-radius: 10px;
   }
 
  .price-column.child{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1 );
  border-radius: 10px;
 
 }
  .column-title {
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    font-size: 18px;
    background-color: #d6f4f9;
   }
  
  .price-column.child .column-title {
    background-color: #fff8cc;
   }
  
  .price-item {
    text-align: center;
    margin: 30px 0;
  }
  
  .price-section .plan-title {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    background-color:rgb(97, 188, 201,0.1);
    margin:0 30px;
  }
  
  .price {
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }
  
   .price-section .price-note {
    font-size: 13px;
    color: #888;
    margin-top: 10px;
    line-height: 1.5;
  }
  
  hr {
    border: none;
    border-top: 2px solid #eaeaea;
    margin: 20px 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .price-notes {
    font-size: 15px;
    color: #555;
    margin-top: 40px;
    line-height: 1.8;
    margin-left: 30px;
    text-align: left;
  }
 
  .price-table {
  display: flex;
  justify-content: space-around;
  margin-top: 180px;
  gap: 30px;
  flex-wrap: wrap;
  flex-direction: row; 
}

 @media (max-width:780px) {
  .price-table {
    flex-direction: column;
    margin-top: 180px;  
  }

  .price-column {
    min-width: auto;  
    width: 100%;     
    margin-bottom: 30px;  
  }

  .price-notes {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
  }
}
@media (max-width: 1220px) {
.price-section .text-overlay8 {
    position: absolute;
    top: 50px;
    left: 30px;
    text-align: left;
    z-index: 10;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }

.price-section .text-overlay8 .line1 {
  font-size: 32px;
 }

.price-section.text-overlay8 .line2 {
  font-size: 16px;
}
}
 }

/*-------------------others------------------*/
body{
  .info-section-alt {
    border: 2px dashed #b5e1eb;
    border-radius: 20px;
    padding: 20px;
    width: 90%;
    margin: 50px auto;
    font-family: "Arial", sans-serif;
    background-color: #ffffff;
    box-sizing: border-box;
    gap: 20px;
   position: relative;
  }
 
.info-section,
.info-section-alt {
  margin-top: 40px;  
  padding: 20px;  
}

.info-section-alt .text-overlay7 {
  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;  
}

.info-section-alt .text-overlay7 .line1 {
  font-size: 40px;
  color: #61bcc9;
}

.info-section-alt .text-overlay7 .line2 {
  font-size: 18px;
  color: #808080;
}

.image-row {
  display: flex;
  justify-content: center;
  gap:10px;
  flex-wrap:wrap;  
  margin:0 auto;
  align-content: space-around;
  flex-direction: row;
 }

.image-row .image-block {
 width: 32%;
 max-width: 350px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10%;
 
}

.image-block img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.price-title2 {
  font-size: 20px;
  color: #61bcc9;
  font-weight: bold;
  margin-top: -10%;
  margin-bottom: 50px;
  text-align: center;
  width: 100%; 
}

.price-title3 {
  font-size: 24px;
  color: #fdab06;
  font-weight: bold;
  margin-top: -10%;
  margin-bottom: 50px;
  text-align: center;
  width: 500px;
  }

.image-description {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-align: left;
  padding: 0 10px;
  width: 100%;
  max-width: 390px;
}

.price-notes2 {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  text-align: left;
  margin-left: 30px;
  }

@media (max-width:1160px) {
.info-section-alt .text-overlay7 .line1 {
  font-size: 32px;
 }

.info-section-alt .text-overlay7 .line2 {
  font-size: 16px;
 }
  .image-row {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

 .image-row .image-block {
     width:80%;
    margin-bottom:-70px;
  }
  .image-description {
    padding: 0 15px;
    text-align: center;
  }

  .price-title2 {
  margin-top:-20px;
  margin-bottom: 20px;
  font-size:16px;
}
  .price-title3 {
    margin-top:  -15px;
    margin-bottom: 30px;
   font-size:20px;
  }

  .price-notes2 {
    font-size: 12px;
    margin-left: 0;
    margin-top: 80px;
   
  }
}
}
 
  /*--------------------------------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: 1220px) {
    .full-background {
display: none;
  }
}
}
 