@charset "utf-8";

.fee-note {
  max-width: 700px;
  width: 90%;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: var(--color-main);
  background-color: var(--color-base2);
  border: 2px solid var(--color-main);
  border-radius: 12px;
  line-height: 1.5;
  padding: 10px;
}

.fee-note-comment {
  font-size: 13px;
  color: var(--color-sub2);
  font-weight: normal;
}

.policy-link {
  text-decoration: underline;
}

/* 利用規約・ポリシーセクション */
.terms-policy-section {
  padding: 20px;
  margin: 20px auto;
  max-width: 700px;
  width: 90%;
}

.terms-policy-container {
  margin: 20px;
}

.terms-policy-section h2 {
  text-align: center;
  margin-bottom: 20px;
}

.terms-policy-container {
  padding: 0;
}
 
 
 

/* オプション料金 */
.option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin: 20px auto;
}

.option .basic-fee.table {
  max-width: 800px;
  margin: 30px auto;
}

.option .basic-fee td.price {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-sub1);
}

.option .basic-fee td .quantity {
  font-size: 14px;
  color: var(--color-gray);
  font-weight: normal;
}

.option .basic-fee.table td {
  text-align: center;
}


/* サービス */
.service-section {
  padding: 0 20px 60px;
  color: var(--color-aharacter);
  text-align: center;
}

/* ガイド */
.guide-section {
  position: relative;
  border-radius: 20px;
  padding: 20px 20px 30px;
  overflow: hidden;
}

.guide-title-wrapper {
  position: relative;
  width: 330px;
  margin: 80px auto 38px;
}

.guide-title {
  margin: 0;
  text-align: center;
}

.guide-images {
  width: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.guide-images-left {
  left: 350px;
}

.guide-images-right {
  right: 350px;
}

.guide-images {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
  z-index: 1;
}

.guide-images img {
  width: 80px;
  height: auto;
  border-radius: 10%;
  object-fit: cover;
}

.support-section {
  max-width: 800px;
  margin: auto;
}

.guide-text h2,
.support-section h2 {
  margin-bottom: 40px;
}

.guide-text p,
.support-section p {
  line-height: 1.6;
  margin: 10px 0;
  padding: 20px;
}

 

/* サポートカー */
.support-section {
  margin-top: 60px;
  text-align: center;
}

.support-image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}

.support-image {
  position: relative;
  display: inline-block;
}

.support-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 20px;
}

.support-sticker {
  position: absolute;
  width: 104px !important;
  height: auto;
  bottom: -12px;
  right: -38px;
  z-index: 2;
}


/* お支払い方法セクション */
.payment-section {
  text-align: center;
  padding: 20px;
  margin: 40px auto;
  max-width: 600px;
  width: 90%;
  background-color: var(--color-white);
  border-radius: 10px;
}

.payment-section h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.payment-method {
  margin-bottom: 30px;
}

.payment-method h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--color-gray);
}

.payment-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.payment-card {
  text-align: center;
  padding: 15px;
  border: 2px solid var(--color-main);
  border-radius: 5px;
  width: 200px;
}

.payment-card h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--color-gray);
}

.payment-card img {
  max-width: 50%;
  height: auto;
  margin-bottom: 10px;
}

.note-text {
  font-size: 12px;
  color: var(--color-gray);
}


/* 下部ボタン */
.contact-button-section {
  text-align: center;
}

.payment-card .e-money-img {
  max-width: 100%;
}

 
  /* サポートカー */
  .guide-text p,
  .support-section p {
    font-size: 14px;
  }

  .support-image-wrapper {
    max-width: 90%;
    margin: auto;
  }

  .support-image img {
    margin-bottom: 20px;
  }

  .support-image img.support-sticker {
    bottom: -12px;
    right: -23px;
  }

  .payment-section {
    text-align: center;
  }


  .guide-images-left,
  .guide-images-right {
    display: none;
  }

  .guide-title-wrapper {
    width: 100%;
  }
 

@media screen and (max-width: 320px) {
  .basic-fee.table td .price {
    font-size: 18px;
  }

  .fee-note {
    width: 90%;
    font-size: 13px;
  }

  .fee-note-comment {
    font-size: 12px;
  }

  .plan-note {
    font-size: 12px;
  }

  .guide-section {
    font-size: 13px;
    padding: 20px 0 30px;
  }

  .guide-text p,
  .support-section p {
    font-size: 13px;
    padding: 20px 0 30px;
  }

  .guide-images-left {
    display: none;
  }

  .guide-images-right {
    display: none;
  }

  .guide-title-wrapper {
    margin: 40px auto 20px;
  }
}
/* --------------price list------------- */
body{
 .yellow-section {
  background-color: #fff;  
  border: 2px solid #7e0e21;     
  border-radius: 20px;
  padding:10px 20px 40px 20px;   
  margin: 10px 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: #383938;
}

.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: #7e0e21;
  color: white;
  font-size: 1.1em;
  border-radius: 4px 4px 0 0;
}

 .section-header th {
  background-color: #d1d1d1;  
  color: #333;
  font-weight: bold;
}
  th.small-text {
  font-size: 0.8em;  
  line-height: 1.2;
}

 .vehicle-type {
  background: #383938;
  width: 10px;
  font-weight: bold;
  border-radius: 4px;
  color: white;              
}

 .price {
  color: #383938;
  font-weight: bold;
  background: #7e0e211a;
   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: #fff;
}

 .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: #383938; 
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 2px;
}
.ection-header{
  background-color: #383938 !important; 
  color: #fff !important ;
}

.blue-cell {
  background-color: #383938!important;  
  color: #fff !important ;
}

.price-table.child {
  margin-top: 0;      
  padding-top: 0;     
}

 .reserve-btn {
  display: inline-block;
  background: #7e0e21;
  color: white;
  padding: 12px 25px;
  border-radius:50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  width: 120px;
  float:right;
  margin-top: -40px;
  margin-left: 30px;
  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 #383938; 
  border-radius: 4px;
}

.price-table-wrapper2 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
   display: block;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.price-table-wrapper1 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  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: #383938;
  font-weight: bold;
  background: #7e0e211a;
}

.light-blue-row th {
  background-color: #7e0e215d;  
  color: #000;  
}

.gray-cell {
  background-color: #f2f2f2;
  text-align: center;
  padding:3px;

}

 @media (max-width: 780px) {
  .price-title-big{
    font-size:28px;
  }

  .vehicle-type{
    font-size:13px;
  }
.price-table .vehicle-type {
  width:80px;
  box-sizing: border-box;
 
}

 .yellow-section .text-overlay2 .line1 {
  font-size: 40px;
  color: #383938;
}

.yellow-section .text-overlay2 .line2 {
  font-size: 18px;
  color: #808080;
}
 
  .price-table-wrapper2 {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-top:10px;
    scrollbar-width: thin;
  scrollbar-color:   #7e0e21  transparent;   
  }
.price-table-wrapper1 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

   .price-table-wrapper1 .price-table{
    width: 100%;
    min-width: 0;        
    table-layout: auto;  
  }


  .price-table-wrapper1 .price-table th,
  .price-table-wrapper1 .price-table td{
    white-space: normal;   
  }

   .price-table-wrapper1 .vehicle-type{
    width: 70px;     
  }


   .price-table-wrapper2 .price-table{
    width: 100%;
    min-width: 600px;        
    table-layout: auto;  
  }

 

   .price-table-wrapper2 .vehicle-type{
    width: 70px;     
  }

 .blue-cell {
  font-size:12px;
  font-weight: bold;
}
 
 .home-name{
 font-size:10px;
 }
  .price-table th,
  .price-table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
   
  }

  .text-overlay2 {
    position: static;
    margin-bottom: 20px;
    text-align: center;
  }

  .yellow-section {
    padding: -10px 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);
}

.plan-img {
  width: 120px; 
  height: auto;
  display: block;
  margin: 0 auto;
}

.reserve-btn2 {
  display: inline-block;
  padding: 10px 20px;
  background: #7e0e21;
  color: #fff;
  text-decoration: none;
  border-radius:50px;
  font-size: 12px;
  font-weight: bold;
   box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}

.reserve-btn2:hover {
  opacity: 0.8;
}

/* 基本料金 */
/* 料金表 */
.basic-fee-section {
  text-align: center;
  margin-bottom: 40px;
}

.tax-included {
  font-size: 18px;
}

/* 基本料金テーブル */
.basic-fee.table {
  width: 100%;
  max-width: 800px;
  padding: 20px 0;
  margin: 20px auto;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: var(--color-white);
  border-radius: 10px;
}

.basic-fee.table table {
  width: 80%;
  margin: auto;
  font-size: 16px;
}
.price-title-big {
  font-size: 40px;
  font-weight: 600;
  color: #000000; 
   text-align: left;
}

/* === ガイドツアー紹介セクション === */

.guide-intro-text {
  text-align: center;
  max-width: 800px;
  margin: -20px auto 40px auto;
  line-height: 1.8;
  padding-top: 30px;
}

.guide-plan-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.plan-card {
  background-color: var(--color-white);
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 420px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.plan-card h3 {
  font-size: 1.6em;
  color: var(--color-main);
  margin-top: 0;
  margin-bottom: 15px;
}

.plan-card .plan-description {
  line-height: 1.7;
  color: var(--color-sub1);
  flex-grow: 1;
}

.plan-card .plan-price {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--color-headline);
  margin: 20px 0;
}

.plan-card .universal-button {
  margin-top: auto;
}

/* === カスタムツアーカードの料金表示スタイル === */

.custom-price-display {
  margin: 20px 0;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.custom-price-display .price-label {
  font-size: 1em;
  font-weight: bold;
  color: var(--color-sub1);
  margin: 0 0 5px 0;
}

.custom-price-display .price-value {
  font-size: 2em;
  font-weight: bold;
  color: var(--color-headline);
  margin: 0;
  line-height: 1.2;
}

.custom-price-display .price-unit {
  font-size: 0.5em;
  font-weight: normal;
  color: var(--color-sub1);
}

.custom-price-display .price-plus {
  font-size: 1.2em;
  margin: 8px 0;
  color: #888;
}

.custom-price-display .price-additional {
  font-size: 0.9em;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.plan-card .universal-button {
  margin-top: auto;
}

/* --- モバイル用のスタイル --- */
@media screen and (max-width: 768px) {
  .basic-fee.table {
    width: 95%;
  }

  .basic-fee.table table {
    width: 90%;
  }

  .basic-fee.table tr.recommend th::before {
    display: none;
  }

  .basic-fee.table th,
  .basic-fee.table td {
    padding: 14px 4px;
  }

  .basic-fee.table th:first-child,
  .basic-fee.table td:first-child {
    width: 30%;
    text-align: center;
  }

  .basic-fee.table td:nth-child(2) {
    width: 35%;
    text-align: left;
    padding-left: 20px;
  }

  .basic-fee.table td:nth-child(3) {
    width: 45%;
    text-align: center;
    display: table-cell;
    padding-right: 45px;
  }

  .basic-fee.table th {
    font-size: 16px;
  }

  .basic-fee.table td.price {
    line-height: 1.3;
  }

  .basic-fee.table td.price span.original-price {
    font-size: 13px;
    font-weight: normal;
    text-decoration: line-through;
    color: var(--color-gray);
  }

  .basic-fee.table td.price span.sale-price {
    font-size: 17px;
    font-weight: bold;
    color: #E53935;
  }

  .basic-fee.table tr.sale-item td:last-child::after {
    right: 4px;
  }

  .basic-fee-notes p {
    font-size: 13px;
  }

  .bokunButton {
    font-size: 14px !important;
    padding: 10px 8px !important;
    line-height: 1.3;
    width: 100%;
    box-sizing: border-box;
  }
 }

.price-table-wrapper .main-header{
 color: #fff;
}