 html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
  }
.body {
 background-color: #fff;
 border-radius: 18px;
 }
/*tittle*/
body{
.tourpage-banner {
  width: 100%;
  height:550px;
  background: 
  linear-gradient(to bottom, rgba(1, 152, 175, 0.37), rgba(0, 0, 0, 0.1)),  
  url('https://oportable.jp/.assets/top3-7450856c.png'); 
  background-size: cover;
   background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  box-sizing: border-box;
  color: white;
}
    
 .tourbanner-text {
    text-align: left;
  padding-left: 20px;
    }
 .tourbanner-text h1 {
  font-size: 30px !important;
  color: #ffffff !important;
     margin: 0;
  text-align: left;
}

  
.points {
  display: flex;
  right: 16px; 
  margin-top: 18px;
}

.point {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  background-color:rgb(97, 188, 201,0.8);
  color: #ffffff;
  white-space: nowrap;
  margin-right: 20px;
}
 
 .banner-label {
  position: absolute;
  bottom:65px;
  left: 260px;
  background-color: #f8b62d;
  color: #fff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
 
/*pc*/
 @media (min-width: 600px) {
 .tour-title {
  font-size: 28px;
  margin-bottom: 16px;
 }
   
    .tourbanner-text h1 {
  font-size: 36px !important;
  color: #ffffff !important;
}


.point {
  background-color:rgb(97, 188, 201,0.8);
  padding: 4px 10px;
  font-size: 16px;
  margin-right: 30px; 
  color: #fff;
 }
}
}

.tourdashed-line {
  border: none;
  border-top: 2px dashed rgb(248, 182, 45,0.8);  
  margin: 20px auto;
  width: 90%;
 }
/*point*/
body{
.tourpoint {
  width: 90%;
  margin: 40px auto;
  font-family: sans-serif;
}

.tour-title {
  font-size: 20px;
  font-weight:bold;
  color: #61bcc9;
     margin-top:50px;
  text-shadow: 1px 3px 6px rgb(119, 119, 119,0.3);
 }

.tour-list {
  list-style: none;
  padding: 0;
  margin-top:40px;
}

.tour-list li {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.circle-number {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #f8b62d;  
  color: #fff; 
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
}

/*pc*/
 @media (min-width: 600px) {
 .tour-title {
  font-size: 36px;
  margin-bottom: 16px;
 }
}
  
  #modalOverlay {
  display: none;  /* 必须默认隐藏 */
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.6); /* 半透明遮罩 */
  z-index: 9999;
}
}

/*about*/
body{
  .tourabout {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  line-height: 1.6;
  margin-top:40px;
}
}

/*photo*/
body{
.tourpoint-photo {
  width: 100%;
  margin:  0 ;
  font-family: sans-serif;
 }
 
.scroll-gallery {
  width: 100%;
  overflow: hidden;
   padding: 20px 0;
  min-height: 220px;
  background-color: rgba(45, 207, 248, 0.05);
 }

.scroll-track {
  display: flex;
  white-space: nowrap;
}

.scroll-track img {
  width: 250px;
  height: auto;
  margin-right: 20px;
  border-radius: 15px;
  object-fit: cover;
  flex-shrink: 0;
   transition: transform 0.2s ease;
}

.scroll-track img:nth-child(even) {
  transform: translateY(30px);
}

/*sp*/
@media screen and (max-width: 768px) {

.scroll-track img {
  width: 150px;
  height: auto;
  margin-right: 20px;
 }
 .scroll-gallery {
  width: 100%;
  overflow: hidden;
   padding: 20px 0;
  min-height: 140px;
  background-color: rgba(45, 207, 248, 0.05);
 }
}
}

/*point map*/
body{
/*sp*/
.image-container {
  position: relative;
  max-width: 640px;
  margin: 60px auto;
  padding: 20px;
  background-color: rgba(97, 188, 201, 0.05);
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 4px 30px rgba(2, 162, 202, 0.5);
}
.image-container {
  transition: transform 0.3s ease;
  cursor: pointer;
}
.image-container:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}


 .main-image {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

 .overlay-image {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 90px;
  height: auto;
}

.modal-overlay {
  display: flex;  
  justify-content: center;  
  align-items: center;  
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  justify-content: center;
  align-items: center;
 }

.modal-content {
  background: white;
  padding: 30px;
  border-radius: 12px;
  max-width: 800px;
  width: 90%;
  position: relative;
  box-sizing: border-box;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}


/*pc*/
@media (min-width:488px) {
.overlay-image {
  position: absolute;
  top: 20px;
   width:130px;  
  height: auto;
}
}

@media (min-width:800px) {

.overlay-image {
  position: absolute;
  top: 40px;
   width: 170px;  
  height: auto;
}
.image-container {
  position: relative;
  border-radius: 16px;
  padding: 20px;
  max-width: 100%;       
  margin: 60px auto;         
  text-align: center;
  background-color: rgb(97, 188, 201,0.05);
  border-radius: 25px;
  box-shadow: 0 4px 30px rgba(2, 162, 202, 0.5);

 }

.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal-content {
  background: white;
  padding: 30px;
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
  position: relative;

}

.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}
}

}

/*----↓----↓----↓----
   Tour Details
------↓----↓----↓----*/
/*--pc--*/
body{
.tour-fullimage {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 380px;
  background-color: #61bcc9;
  background-image: url("https://oportable.jp/.assets/20250412_085612.jpg");
  background-size: cover;
  background-position: center 85%;  
  background-repeat: no-repeat;
  margin-bottom: 80px;
}

.tourinner {
  padding-left: 220px;
}

 .tour-main-title {
  height: 40px;
  margin-bottom:90px;
  font-size: 16px;
  margin-top: 40px;
}

 .tour-subtitles {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  font-size: 14px;
  justify-content: space-between;
  margin-top:80px;
}

 .subtitle-left {
  width: 200px;
  color:#f8b62d; 
  font-weight: bold;
  border-bottom: 1px solid #f8b62d;  
  display: inline-block;         
  padding-bottom: 8px;  
  font-size: 24px;
  }

.subtitle-right {
    width:600px;
  color:#555;
font-size: 14px;
} 

.tour-image-large img {
  width: 100%;
  height: 380px;          
  max-height: 80vh;      
  object-fit: cover;    
  object-position: center center;  
  margin-bottom: 40px;
}

.tour-feature-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tour-feature-item {
  display: flex;
  flex-direction: row-reverse; 
  gap:  15px;
  align-items: flex-start;
 }
.feature-img {
  display: flex;
  gap: 7px;  
  margin-bottom: 12px;
  justify-content: center;  
}

.feature-img img {
  width: 30vw;          
  max-width: 230px;   
  height: auto;        
  aspect-ratio: 230 / 180;  
  object-fit: cover;  
  object-position: center center; 
}

.feature-text {
  flex: 1;
  }

.feature-tourtitle {
  height: 20px;
  margin-bottom: 8px;
  width: 360px;
  font-size: 18px;
 color: #61bcc9;
font-weight: bold;
}

.feature-desc {
   height: 30px;
  width: 100%;
  font-size: 14px;
 margin-top: 15px;
}
 
.tour-fullimage2 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 380px;
  background-color: #61bcc9;
  background-image: url("https://oportable.jp/.assets/img2.png");
  background-size: cover;
  background-position: center 55%;  
  background-repeat: no-repeat;
  margin-bottom: 80px;
}

.tour-box {
  border: 0.5px solid #d8d8d8b2;     
  padding: 20px 30px;            
  font-size: 14px;               
  color: #333;                    
  max-width: 600px;               
  margin-top: 60px;
  margin-bottom: 60px;
}

/*-------sp-------*/
@media screen and (max-width:1024px) {
.tour-fullimage {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 180px;
  margin-bottom: 30px;

}
.tourinner {
  padding-left: 0;
}

 .tour-main-title {
  margin-top: 10px;
  margin-bottom:70px;
  font-size: 14px;
  line-height: 1.6;
 color: #333;
}

  .tour-subtitles {
    flex-direction: column;
    margin-top: 120px;
   margin-bottom:  10px;
  }

  .subtitle-left,
  .subtitle-right {
    width: 100%;
  }
  .subtitle-left {
 font-size: 14px;
}
  .subtitle-right {
  margin-top: -10px;
  font-size: 12px;
}

 .tour-image-large img {
  width: 100%;
  height: 230px;
  object-fit: cover;
 margin-top: 80px;
  margin-bottom:-20px;
 }

 .tour-feature-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 150px;
  min-width: 100px;
align-items: flex-end;
   margin-top:30px;
}

 .tour-feature-item {
    flex-direction: column;
    align-items: flex-start; 
    gap: 5px;
   }
  .feature-img {
    flex-direction: column;
    align-items: center;  
    margin-bottom: 2px;  
    margin-top:60px;
  }

 .feature-img img {
    width: 100%;
  height: auto;
     
   }

.feature-text {
  flex: 1;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom:20px;
 }

.feature-tourtitle,
.feature-desc {
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: normal; 
}
.feature-tourtitle {
  margin-bottom: 26px;
  width: 250px;
  font-size: 14px;
}
.feature-desc {
 line-height: 1.6;
 font-size: 12px;
 margin-bottom: 20px;
 margin-top: -20px;
}

 

 
.tour-fullimage2 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 180px;
  margin-top: 80px;
  margin-bottom: 30px;
}
 
}
 
}
/*shita*/
body{
.image-text-wrapper {
  display: flex;
  justify-content: flex-end;  
  align-items: center;      
  gap: 40px;
}

.tourside-text {
  font-size: 16px;
  line-height: 1.5;
  width: 230px;
  text-align: left;
 margin-right: 40px;
color: #333;
}

.vertical-images {
  display: flex;
  flex-direction: column;
  gap: 10px;
 margin-bottom: 50px;
 margin-top: 40px;
}

.vertical-images img {
  width: 300px;
  height: auto;
   object-fit: cover;
  border-radius: 14px;

}
  /* 完走証*/
.above-image-text {
  margin-top: 50px;
  font-size: 20px;
  color: #666;
  margin-bottom: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
}

 .circle-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; 
  gap:80px;
  margin-bottom: 20px;
  margin-top: 60px;
}

.circle-icons img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 30px rgba(2, 162, 202, 0.3);
  transition: transform 0.3s ease;
}

.circle-icons img:hover {
  transform: scale(1.1);
}

.single-center-image {
  display: flex;
  justify-content: center;  
  margin-top: 60px;    
 }

.single-center-image img {
  width:400px;
  height: auto;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
 }

.above-image-text2 {
  margin-top: 40px;
  font-size: 20px;
  color: #666;
  margin-bottom: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
 /*sp*/
@media (max-width: 768px) {
   .image-text-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:10px;
  }

  .tourside-text {
    margin: 0 0 20px 0;
    text-align: center;
    width:300px;
    font-size: 14px;
   color: #333;
  }

  .vertical-images {
     margin-bottom: 50px;
  }

  .vertical-images img {
    width:100%;        
    max-width: 260px;  
  }

   .single-center-image img {
    width: 70%;
    max-width: 100%;
    min-width: 100px;
  }

  .circle-photo-wrapper,
  .photo-wrapper {
    width: 140px;
    height: 140px;
  }

  .photo-desc {
    width: 100%;
    text-align: center;
  }

.above-image-text {
  margin-top: 50px;
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
   display: flex;
  justify-content: center;
}

 .circle-icons {
  display: flex;
  justify-content: center;
  gap:30px;
  margin-bottom: 20px;
  margin-top: 60px;
}

.circle-icons img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 30px rgba(2, 162, 202, 0.3);
  transition: transform 0.3s ease;
}

.circle-icons img:hover {
  transform: scale(1.1);
}
 
.above-image-text2 {
  margin-top: 40px;
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
}
}

/*Time Line*/
body{
.timeline {
  position: relative;
  margin: 40px auto;
  padding-left: 60px; 
  margin-bottom: 50px;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;             
  width: 2px;
  background-color: #ccc;
  z-index: 0;
}
.timeline-item {
  position: relative;
  margin-bottom: 32px;
}
.timeline-dot {
  position: absolute;
  top: 4px;
  left: calc(-46px);   
  width: 14px;
  height: 14px;
  background-color: #f8b62d;
  border-radius: 50%;
  z-index: 1;
}
.timeline-content {
  padding-left: 16px;
}
.tourtime {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.tourlocation {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  color: #202020;
}
.tourtag {
  color: #f1a101;
  font-size: 16px;
  padding: 4px 8px;
  border: 1px solid #f8b62d;  
  border-radius: 20px;
   white-space: nowrap;
  margin-left: 20px;
}
.tournote {
  font-size: 15px;
  color: #555;
  line-height: 1.4;
}
.dashed-line2 {
  border: none;
  border-top: 1px dashed rgba(129, 129, 129, 0.3);  
  margin: 20px 0;
  width: 60%;
 }

/*line-wrapper*/
.timeline-wrapper {
  position: relative;
  max-height: 150px;       
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding-bottom: 80px;
}

.timeline-wrapper.expanded {
  max-height: 1600px;     
  overflow: visible;
}

.timeline-wrapper.expanded .timeline-mask {
  opacity: 0;
  pointer-events: none;
}

.timeline-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;  
}

.timeline-toggle-inner {
  position: absolute;
  bottom: 20px;         
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;           
  display: flex;
  justify-content: center;
  width: auto;          
}

.timeline-toggle-btn {
  padding: 10px 20px;
  background-color:#f8b62d;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 24px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}

.timeline-toggle-btn.active {
  background-color:#61bcc9;
  color: #ffffff;
  margin-top: 50px;
   font-size: 16px;

}

.timeline-toggle-btn:hover {
  filter: brightness(1.05);
}

.timeline-tab-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.tab-btn {
  padding: 8px 16px;
  background-color: #eee;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.tab-btn.active {
  background-color: #61bcc9;
  color: white;
  font-size: 14px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.timeline-toggle-inner {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

 .timeline-image-wrapper {
  text-align: center;
  margin-top: 20px;
}

.timeline-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/*pc*/
@media (min-width: 600px) {
.timeline-tab-buttons {
  gap: 40px;
}
.tab-btn {
  padding: 8px 16px;
  font-size: 18px;
  font-weight: bold;
}
.tourtime {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.tourlocation {
  font-size: 22px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}
.tourtag {
  color: #f1a101;
  font-size: 18px;
  padding: 4px 16px;
}

.tab-btn.active {
  background-color: #61bcc9;
  color: white;
  font-size: 20px;
}
.timeline-toggle-btn {
  padding: 10px 20px;
  background-color: #61bcc9;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 24px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}
}
}

/*Bike Type*/
body{
.feature-section {
  padding: 40px 20px;
}

.feature-grid {
  display: grid;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;

   grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

 .feature-item img {
  width: 100%;
  height: auto;
  max-width: 240px;
  display: block;
  margin: 0 auto;
  border-radius: 12px;  
}




.view-all-button-wrapper {
  text-align: center;
  margin-top: 20px;
}

.view-all-button {
  display: inline-block;
  padding: 12px 24px;
  background-color:#f8b62d;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.view-all-button:hover {
  background-color: #0086a8;
}


.feature-item {
  text-align: center;
}

.feature-box {
  width: 160px;             
  height: 160px;
  border-radius: 50%;       
  overflow: hidden;          
  margin: 0 auto 12px;     
  box-shadow: 0 0 8px rgba(0,0,0,0.1);  
}

.feature-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;         
  display: block;
}


.feature-title {
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.feature-text {
  margin-top: 4px;
  font-size: 12px;
  color: #777;
}

}

/*Option*/
body{
.option-section {
  padding: 30px 15px;
 }

.option-grid {
  display: grid;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
}

 @media (min-width: 600px) {
  .option-grid {
    grid-template-columns: repeat(4, 1fr);  
  }
}
 
.option-item {
  text-align: center;
}

.option-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.option-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.option-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #2f4f4f;
}

.option-text {
  margin-top: 5px;
  font-size: 12px;
  color: #555;
}


}

/*guide supportcar*/
/*circle*/
body{
.circle-photo-group {
  display: flex;
  justify-content: center;
  gap:60px;
  flex-wrap: wrap; 
  margin-top: 40px;
}

.circle-photo-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

 .tourphoto-wrapper {
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
     border: 4px solid  #f8b62d;
}

.tourphoto-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.tourphoto-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);  
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;  
}

 .tourphoto-wrapper .photo-caption {
  position: absolute;
   left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 14px;
}
.photo-caption {
  position: absolute;
  top: 50%;               
  left: 50%;             
  transform: translate(-50%, -50%);  
  width: 100%;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  pointer-events: none;  
}

 .photo-desc {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;
  width: 240px;  
  text-align: left;
}

.pointword {
  text-align: center;
  font-size: clamp(20px, 2.5vw, 28px);  
  font-weight: bold;
  margin-top: 50px;
  color: #ffaa00;
}




.bikebutton-wrapper {
text-align: center;
  margin-top: 20px;
}

.bikebutton-wrapper {
  display: inline-block;
  padding: 12px 24px;
  background-color:#61bcc9;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 12px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

 

}


/*comment*/
body{
.comment-stack-container {
  position: relative;
  width: 320px;
  height: 280px;
  margin: 40px auto;
  user-select: none;
  overflow: hidden;
  margin-bottom: -10px;
}

.comment-card {
  position: absolute;
  left: 50%;
  top: 0;
  width: 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 22px rgba(255, 174, 0, 0.342);
  padding: 20px;
  box-sizing: border-box;
  transform-origin: center top;
  transition: all 0.3s ease;
  cursor: grab;
  filter: brightness(0.6);
  opacity: 0;   
  pointer-events: none;  
  z-index: 0;
}

.comment-card.active {
  transform: translateX(-50%) translateY(-10px) scale(1);
  filter: brightness(1);
  opacity: 1;
  pointer-events: auto;
  cursor: default;
  z-index: 30;
}

 .comment-card.second {
  transform: translateX(-50%) translateY(25px) scale(0.85);
  filter: brightness(0.7);
  opacity: 1;
  pointer-events: none;
  z-index: 20;
  cursor: default;
}

 .comment-card.third {
  transform: translateX(-50%) translateY(50px) scale(0.75);
  filter: brightness(0.5);
  opacity: 1;
  pointer-events: none;
  z-index: 10;
  cursor: default;
}

.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  margin-top:20px;
}

.comment-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
  flex-shrink: 0;
  border: 2px solid #61bcc9;
}

.comment-info {
  flex-grow: 1;
}

.comment-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

.comment-role {
  font-size: 12px;
  color: #666;
}

.comment-date {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  margin-left: 12px;
}

.comment-body {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.scroll-arrow {
  font-size: 24px;
  color: #ffaa00;
  text-align: center;
  margin: 12px 0;
  animation: bounce 1.5s infinite;
  user-select: none;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
 }

.up-arrow {
  margin-top: 10px;
}

 
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
/*pc*/
@media screen and (min-width: 768px) {
  .comment-stack-container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    overflow: visible;
  }

  .comment-card {
    position: static;
    width: calc(33.333% - 14px);   
    transform: none !important;
    opacity: 1 !important;
    filter: brightness(1) !important;
    pointer-events: auto;
    cursor: default;
    z-index: auto;
    width: 30%;
  }
.comment-body {
  font-size: 12px;
  color: #333;
  line-height: 1.4;
}
.scroll-arrow {
display: none;
}
}



}

/*map*/
body{
.map-container {
  position: relative;
  width: 90%;        
  max-width: 800px;   
  margin: 40px auto;      
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
}

/*Booking*/
body{
.booking {
  position: relative;
  background-image: url('https://oportable.jp/.assets/biwaichihome-100.jpg'); 
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  overflow: hidden;
  padding-top:10px;
  padding-bottom: 10px;
}

.booking::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);   
  z-index: 0;
}

 .booking > * {
  position: relative;
  z-index: 1;
}

.booking-title {
  font-size:42px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.bookingword {
  font-size: 14px;
  margin-bottom: 30px;
}

 .booking-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 24px;
  font-size: 18px;
  background-color: #f8b62d;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  font-weight: bold;
}

.booking-button:hover {
  background-color: #f8b62d;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.booking-button .arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.booking-button:hover .arrow {
  transform: translateX(4px);
}

@media screen and (min-width: 768px) {
  .booking {
  padding-top: 20px;
  padding-bottom: 20px;
}
}

}

.maintext {
background-color:#fff;
} 
.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;
}
 
 



 