 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{
 .yellow-section {
  background-color: #fff;  
  border: 2px solid #f8b62d;     
  border-radius: 20px;
  padding:180px 20px 40px 20px;   
  margin: 40px auto;
  width: 90%;
  text-align: center;
  position: relative;
}

.yellow-section .text-overlay2 {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
  width: 100%;
  height: 100px;  
  text-align: left;
  line-height: 0.6;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  line-height: 1;

}

.yellow-section .text-overlay2 .line1 {
  font-size: 40px;
  color: #61bcc9;
}

.yellow-section .text-overlay2 .line2 {
  font-size: 18px;
  color: #808080;
}

/*---------price table-----------------*/
 .yellow-section .price-table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
  margin: 5px 0;
  font-family: Arial, sans-serif;
  background: #fff;
  border: none;
 }

 .price-table th,
 .price-table td {
  padding: 5px 5px;
  border: none;
  vertical-align: middle;
}

 .main-header th {
  background: #f8b62d;
  color: white;
  font-size: 1.1em;
  border-radius: 4px 4px 0 0;
}

 .section-header th {
  background-color: #e0f7fa;  
  color: #333;
  font-weight: bold;
}
  th.small-text {
  font-size: 0.8em;  
  line-height: 1.2;
}

 .vehicle-type {
  background: #61bcc9;
  width: 10px;
  font-weight: bold;
  border-radius: 4px;
  color: white;              
}

 .price {
  color: #61bcc9;
  font-weight: bold;
  background: rgba(97,188,201,0.15);
   min-width: 180px; 
}

 .option-cell {
  color: #808080;
  background: rgba(128,128,128,0.08);
  white-space: nowrap;
}

 .adult tbody tr:nth-child(even) td:not(.vehicle-type) {
  background: rgba(128,128,128,0.05);
}

 .table-footer p {
  text-align: left;     
  line-height: 1.2;      
}

 .table-footer p::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #61bcc9; 
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 2px;
}
.ection-header{
  background-color: #61bcc9 !important; 
  color: #fff !important ;
}

.blue-cell {
  background-color: #61bcc9 !important;  
  color: #fff !important ;
}

.price-table.child {
  margin-top: 0;      
  padding-top: 0;     
}

 .reserve-btn {
  display: inline-block;
  background: #f8b62d;
  color: white;
  padding: 12px 25px;
  border-radius:50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  width: 120px;
  float:right;
  margin-top: -90px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);

}

.notice {
  color: #808080;
  background: rgba(128,128,128,0.08);
  border-left: 4px solid #61bcc9; 
  border-radius: 4px;
}

.price-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.price-table th,
.price-table td {
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
  min-width: 80px; 
}

.price-table .option,
.price-table .option-cell,
.price-table .option-special {
  width: 180px;
  background: rgba(128,128,128,0.08);
  color: #666;
  text-align: left;
  padding: 8px;
  box-sizing: border-box;
  min-width: 80px; 
}

 .child .option-special {
  white-space: normal;
  line-height: 1.5;
}

 .price-table .vehicle-type {
  width: 160px;
  box-sizing: border-box;
 
}

 .child .price {
  color: #61bcc9;
  font-weight: bold;
  background: rgba(97,188,201,0.15);
}

.light-blue-row th {
  background-color: #b9c7ca;  
  color: #000;  
}

.gray-cell {
  background-color: #f2f2f2;
  text-align: center;
  padding:3px;

}

 @media (max-width: 1280px) {
 .yellow-section .text-overlay2 .line1 {
  font-size: 40px;
  color: #61bcc9;
}

.yellow-section .text-overlay2 .line2 {
  font-size: 18px;
  color: #808080;
}
 
  .price-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
     margin-top:140px;
    scrollbar-width: thin;
  scrollbar-color:   #f8b62d  transparent;   
  }
 .blue-cell {
  font-size:12px;
  font-weight: bold;
}
 .vehicle-type{
   font-size:12px;
  font-weight: bold;
 }
  .price-table {
    width: 800px; 
    min-width: 800px;
    table-layout: fixed;  
    display: table;       
  }
 .home-name{
 font-size:10px;
 }
  .price-table th,
  .price-table td {
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; */ 
    overflow-wrap: break-word;
  }

  .text-overlay2 {
    position: static;
    margin-bottom: 20px;
    text-align: center;
  }

  .yellow-section {
    padding: 40px 10px 20px 10px;
  }

  .reserve-btn {
    float: none;
    display: block;
    margin: 30px auto 0 auto;
    width: auto;
    font-size: 18px;
    padding: 10px 20px;
  }

  .table-footer p {
    line-height: 1.2;
    font-size: 12px;
    padding: 0 10px;
  }
}
}
.home-name {
  position: relative;
}

.sale-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  color: yellow;
  font-size: 10px;
  font-weight: bold;
  border-radius: 999px;  
  padding: 4px 10px; 
  height: auto;
  margin-bottom: 4px;
  margin-left: 2px;
  vertical-align: top;
  box-shadow: 0 0 6px rgba(255, 0, 0, 0.5);
}


  /*--------------------------------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;
}
 
}
 