 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: 210px;  
  }
  } 

  /* -----------------------------button----------------------- */
 
 .button-wrapper {
  text-align: center;
  margin-top: 50px; 
}
.yellow-button {
  background-color: #61bcc9;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  text-decoration: none  !important;
  border: none;
  border-radius: 40px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
  width: 300px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.yellow-button:hover {
  background-color: #e6a823;
}
 
/*-----------------
     ---Tour---
------------------*/
  
.centered-box {
    border: 2px dashed #ff9900;  
    background-color: #fff;
    width: 92%;              
    height: 850px;               
    margin: 40px auto ;           
    border-radius: 20px;         
    position: relative;        
    box-sizing: border-box;    
    padding: 30px ;              
  }
.centered-box .text-overlay3 {
    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;
  }
.centered-box .text-overlay3 .line1 {
    font-size: 40px;  
    color: #61bcc9;  
  }
.centered-box .text-overlay3 .line2 {
    font-size: 18px;   
    color: #808080;   
  }
  /* kuang */
  .centered-box .tour-icon-grid {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 200px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 20px;
  padding: 20px;
  -webkit-overflow-scrolling: touch;

  /* Firefox */
  scrollbar-width: thin; 
  scrollbar-color: #61bcc9 transparent;  
  }

 .centered-box .tour-icon-grid::-webkit-scrollbar {
  height: 6px;  
}

.centered-box .tour-icon-grid::-webkit-scrollbar-track {
  background: transparent; 
}

.centered-box .tour-icon-grid::-webkit-scrollbar-thumb {
  background-color: #61bcc9;  
  border-radius: 6px;  
}

.centered-box .tour-icon-grid::-webkit-scrollbar-thumb:hover {
  background-color: #4aa7b3;  
}

.centered-box .tour-icon-grid::-webkit-scrollbar-button {
  display: none; 
  width: 0;
  height: 0;
}

.tour-icon-grid .tour-icon-box {
    position: relative;
    width: 300px;
    height: 500px;
    scroll-snap-align: center;
    border: 2px dashed #61bcc9;
    border-radius:20px;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px ;
    overflow-wrap: break-word; 
    word-wrap: break-word;
    justify-content: flex-start;  
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
  }
  .tour-icon-box img {
    width: 300px;
    height: auto;
    margin-top: 0px;
  }

  .guide-badge {
    position: absolute;
    top: -30px;
    right: -30px;
    background-color: #61bcc9; 
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }

.tour-icon-box .icon-label {
    font-weight: bold;       
    color: #61bcc9;          
    font-size: 16px;        
  }
  
  .tour-icon-box  {
    font-size: 12px;
    color: #333;
    margin-bottom: 20%;
  }
  .tour-text {
    font-size: 12px;
    color: #555;
    line-height: 1.5;
    text-align: left;
    margin-top: 50px ;   
  }

  .bottom-text {
    position: absolute;         
    bottom: 20px;                
    right: 20px;                 
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
  }
  .bottom-text p {
    margin: 0;
  }
  .bottom-text .price {
    color: #61bcc9;
    font-size: 16px;
  }
  .plan-link {
    background-color: #f8b62d;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
  }
  
   .plan-link a {
    color: inherit;           
    text-decoration: none;   
    display: inline-block;    
  }

@media (max-width:980px) {
  .centered-box {
  padding: 10px;
  margin: 20px auto;
  top:50px;
  height:720px;
   }
  
  .centered-box .tour-icon-grid {
    display: flex;
    flex-wrap: nowrap;           
    overflow-x: auto;             
    scroll-snap-type: x mandatory;  
    -webkit-overflow-scrolling: touch;  
    gap: 20px;
    padding: 0 10px;
    justify-content: flex-start;   
    margin-top:160px;
  }

.tour-icon-grid .tour-icon-box {
    flex: 0 0 80%;                
    scroll-snap-align: center;  
    margin-top:20px;
    height:450px;
    line-height:1.2;
    }
 
  .tour-icon-box .icon-label {       
    font-size: 16px;        
  }
  .tour-icon-box .tour-text {      
    font-size: 12px; 
    margin-top:0px;
  }
  
.centered-box .text-overlay3 {
   top: 50px;
   left: 40px;
  }
.centered-box .text-overlay3 .line1 {
    font-size:30px;  
    color: #61bcc9;  
    line-height:1;
  }
.centered-box .text-overlay3 .line2 {
    font-size: 14px;   
    color: #808080;   
  }
  .guide-badge {
    top: -10px;
    right: -10px ;
   font-size:13px;
    width: 60px;
    height: 60px;
  }
  
}

/* --------------------------GUIDE------------------------- */
 .info-section-alt {
  background-color: rgba(240, 253, 255, 0.8);
  border-radius: 20px;
  padding: 20px 20px 80px;
  margin: 50px auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  position: relative;
}

.info-section,
.info-section-alt {
  margin-top: 50px;  
  padding: 20px;  
}

 .info-section-alt .text-overlay7 {
  position: absolute;
  top: 60px ;
  left:50px !important;
  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;
}

 .info-section-alt .price-notes2 {
  font-size: 15px;
  color: #444444;
  margin-top: 150px;
  line-height: 1.8;
  margin-left: 30px;   
  text-align: left;
}

.additional-table-container {
  margin: 20px 30px;
  width: calc(100% - 60px);　
  overflow-x: auto;
}

.additional-table {
  width: 30%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}

.additional-table th,
.additional-table td {
  border: 2px solid #61bcc9;
  padding: 10px;
  background-color: #f9f9f9;
  white-space: nowrap;
}

.additional-table th {
  background-color: #61bcc9;
  color: white;
}
/*-----right-image-----*/
.migi-image {
  width: 400px;  
  margin-left: auto;
  margin-right: 30px;
  margin-top: -400px;  
  margin-bottom:100px;
  display: block;
}

.puncture-image {
  width: 100%;
  height: auto;
  display: block;
}

/*-----right-icon-----*/
.tag-wrapper {
    display: flex;
    width: 400px; 
    height: 70px;
    border-radius: 65px;
    overflow: hidden;
    position: relative;
    font-family: sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-top: -120px;
    margin-right: 30px;
    margin-bottom: 20px;
   }
  
.tag-wrapper .tag-left {
    background-color: #55c1c7;
    width: 50%;
    display: flex;
    align-items: flex-start; 
    justify-content: center;
    color: white;
    font-size: 16px;
    text-align: center;
    position: relative;
    padding-top: 6px;
    height: 70px;  
  }
  
.tag-wrapper .tag-right {
    background-color: #f8b62d;
    width: 50%;
    display: flex;
    align-items: flex-start; 
    justify-content: center;
    color: white;
    font-size: 16px;
    text-align: center;
    position: relative;
    padding-top: 6px;
    height: 70px;  
  }

@media (max-width: 1280px) {
.additional-table {
  min-width: 14%;
  font-size: 12px;
}
 .info-section-alt .text-overlay7 {
   top: 50px ;
  left: -20px;
}

 .info-section-alt .text-overlay7 .line1 {
  font-size: 32px !important;
  color: #61bcc9;
  line-height: 1;  
  }

 .info-section-alt .text-overlay7 .line2 {
  font-size: 16px;
  color: #808080;
 }

 .info-section-alt {
  top: 30px;
   width: 90%;
 }

 .info-section-alt .price-notes2 {
  font-size: 15px;
  color: #444444;
  margin-top: 180px;
  line-height: 1.8;
  margin-left: 20px;  
  margin-right: 20px;
  text-align: left;
}
 
.tag-wrapper {
    display: flex;
    width: 300px;
    height: 70px;
    border-radius: 65px;
    overflow: hidden;
    position: relative;
    font-family: sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
     margin-top: 10px;
    margin-bottom: 20px;
    align-items: center;
    margin-left: 0;
  }
.tag-wrapper .tag-left {
    font-size: 12px;
  }
  
.tag-wrapper .tag-right {
    font-size: 12px;
}
.info-section-alt .price-notes2 {
  font-size: 12px;
  margin-top: 140px;
  margin-left:30px;
}

}
@media (max-width:1036px){
.migi-image {
    display: flex;
     overflow: hidden;
    position: relative;
       margin-top: -30px;
    margin-bottom: -20px;
     margin-left: -10px;
 width:300px;
}

.puncture-image {
  width: 100%;
  height: auto;
  display: block;
}

}
@media (max-width: 320px){
.additional-table {
 width: 10%;
  font-size: 8px;
}
.tag-wrapper {
    display: flex;
    width: 200px;
    height: 50px;
    border-radius: 65px;
    overflow: hidden;
    position: relative;
    font-family: sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    margin-bottom: 20px;
    align-items: center;
    margin-left:30px;
    }

.tag-wrapper .tag-left,
.tag-wrapper .tag-right {
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;  
}
.migi-image {
margin-left:-20px;
 width:280px;
}

}
 
/* ---------------------------SUPPORT CAR------------------------- */
.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;
}
.text-overlay8 .line1 {
  font-size: 40px;
  color: #61bcc9;
}
.text-overlay8 .line2 {
  font-size: 18px;
  color: #808080;
  line-height:1.2;  

}
 .notes-car {
  font-size: 15px;
  color: #444444;
  margin-top: 150px;
  line-height: 1.8;
  margin-left: 30px;
  text-align: left;
}
.info-section-alt-with-image {
  background-color: rgba(240, 253, 255, 0.8);
  border-radius: 20px;
  padding: 20px;
  margin: 50px auto;
  width: 90%;
  display: flex;
  flex-direction: column;  
  gap: 20px;
  justify-content: center;
  position: relative;
}
.info-section-alt-with-image .text-block {
  flex: 1;
  min-width: 200px;
}
.info-section-alt-with-image .image-block {
  flex: 1;
}
.info-section-alt-with-image .image-block img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}
.info-section-alt-with-image .image-block {
  width: 50%;
  display: flex;
  justify-content: right;
  padding-bottom: -40px;
  box-sizing: border-box;
  margin-left: auto; 
  margin-right:10px;
  margin-top:-260px;
}
.image-block img {
  width: 70%;
  height: auto;
  max-width: 300px;
  border-radius: 10px;
  object-fit: contain;
  display: block;
}

.info-section-alt-with-image .support-car-table-container {
  overflow-x: auto;  
  margin: 10px auto 30px auto;
  width: 100%;
margin-top:180px;
}

.support-car-table {
  border-collapse: collapse;
  width: 50%;
  max-width: 100%;
  text-align: left;
  font-size: 12px;
  margin-left:30px;
}

.support-car-table th,
.support-car-table td {
  border: 2px solid #61bcc9;
  padding: 8px;
  background-color: #f9f9f9;
  text-align: center;      /* 水平居中 */
  vertical-align: middle; 
  white-space: nowrap; 
}

.support-car-table th {
  background-color: #61bcc9;
  color: white;
}
.support-car-notes {
  margin: 20px 30px;
  padding-left: 20px;
  list-style: none;
}

.support-car-notes li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  font-size: 14px;
}

.support-car-notes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #ffc107;  
  border-radius: 50%;
}


@media (max-width:500px){
.support-car-table-container {
  margin-top:10px;
}
.support-car-table {
  border-collapse: collapse;
  width: 50%;
  max-width: 100%;
  text-align: left;
  font-size: 10px;
  margin-left:30px;
 
}
  .support-car-table th {
    padding : 6px 6px;      
    font-size: 10px;        
    line-height:1;  
  
  }
  .support-car-table td {
    padding: 6px;            
    font-size: 12px;
  }

.support-car-notes li {
 
  font-size: 12px;
}
}


@media (max-width:1220px) {
  .info-section-alt-with-image {
    flex-direction: column;
     padding: 20px;
    width: 90%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .info-section-alt-with-image .image-block {
   display:none;
  }
 
.info-section-alt-with-image .text-overlay8 {
    top: 50px;
    left:50px;
    line-height:1;
  }
.info-section-alt-with-image .text-overlay8 .line1 {
    font-size: 32px;
    color: #61bcc9;
  }
.info-section-alt-with-image .text-overlay8 .line2 {
    font-size: 16px;
    color: #808080;
  }
 .price-notes3 .notes-car{
    margin-top: 150px;
    margin-left: 30px;  
    text-align: left;
    padding-right:30px;
   font-size:12px;
  }
}
body{
   @media screen and (max-width: 1220px) {
    .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;  
    }
  }
  }

.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;
  }
}


