/* Price Page Specific Styles */

/* CSS Variables */
:root {
    --kinoko-brown: #534741;
    --kinoko-gold: #B78965;
    --kinoko-red: #A23C2A;
    --kinoko-beige: #F1F1E9;
    --kinoko-light-beige: #F7F7F5;
    --kinoko-gray: #817975;
    --kinoko-light-gray: #E8E3D8;
    --kinoko-bg-light: #f0f2f5;
}

/* Page Hero */

/* Combined background wrapper for Routes, Price Table, and Service Info */
.airport-sections-wrapper {
    background-image: url('../images/img-bg-Rate Table-01.png');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-bottom: 100px;
}

.hero-routes-wrapper {
    background: transparent;
    padding-bottom: 0;
}

.page-hero {
    background: transparent;
    color: #534741;
    padding: 256.45px 0 0;
    text-align: center;
    margin-top: 0;
}

.page-hero h1 {
    font-size: 42.67px;
    margin-bottom: 18px;
    color: #534741;
    letter-spacing: 10.67px;
    line-height: 42.67px;
    font-family: 'Source Han Serif JP', serif;
    font-weight: 700;
}

.page-subtitle {
    font-size: 24px;
    letter-spacing: 2px;
    color: #B78965;
    font-family: 'Spectral-Bold', serif;
    font-weight: 700;
}
/* Routes Section */
.routes-section {
    padding: 60px 0 101px;
    background: transparent;
}

.routes-section .container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
}

.routes-grid {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    gap: 20px;
    align-items: start;
    max-width: 1120px;
    margin: 0 auto;
    justify-content: center;
}

.route-card {
    background: white;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 8px 25px #F0EFE2;
    transition: transform 0.3s, box-shadow 0.3s;
    height: auto;
    width: 360px;
    margin: 0 auto;
}

.route-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px #F0EFE2;
}

.route-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 0 auto;
}

.route-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s;
    display: block;
}

.route-card:hover .route-image img {
    transform: none;
}

.route-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255, 69, 0, 0.9);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
}

.route-price {
    font-size: 16px;
    font-weight: bold;
}

.route-content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.route-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.route-item:not(:last-child) {
    border-bottom: 1px solid #E5DECB;
    padding-bottom: 14px;
    margin-bottom: 14px;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
}

.route-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.route-icons {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.start-icon, .end-icon {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.route-details h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 2.67px 0;
    color: #534741;
    letter-spacing: 2.67px;
    line-height: 14px;
    font-family: 'Source Han Serif JP', serif;
}

.divider-line {
  width: calc(100% + 60px);
 height: 1px;
 background-color: #F0ECE1;
 margin: 10px -8px;
}
.input-box {
  width: 200px;

}

.location {
    font-size: 14px;
    color: #534741;
    font-weight: 700;
    font-family: 'Source Han Serif JP', serif;
    margin: 8px 0 1px 0;
    letter-spacing: 2.67px;
    line-height: 14px;
}

.areas {
    font-size: 12px;
    color: #838383;
    margin: 0;
    line-height: 12px;
    letter-spacing: 0;
    font-family: 'Gen Jyuu Gothic Monospace', monospace;
    font-weight: 400;
}

.price-book-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.price-container {
    display: flex;
    align-items: center;
    gap: 3px;
}

.price-icon {
    width: 10px;
    height: 10px;
    object-fit: contain;
}

.route-price-text {
    font-size: 17.33px;
    font-weight: 700;
    color: #A23C2A;
    line-height: 18.67px;
    letter-spacing: 0;
    font-family: 'Spectral-Regular', serif;
}

.route-book-btn {
    background-image: url('../images/btn-routes-book@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    width: 75px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    transition: opacity 0.3s;
}

.route-book-btn:hover {
    opacity: 0.8;
}
/* Price Table Section */
.price-table-section {
         padding: 200px 0 100px;
         background: transparent;
     }

.price-table-section .container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
}

     .section-header {
         text-align: center;
         margin-bottom: 50px;
     }

     .section-header h1 {
       text-align: center;
         font-size: 42.67px;
         margin-bottom: 20px;
         color: #534741;
         letter-spacing: 10.67px;
         line-height: 42.67px;
         font-family: 'Source Han Serif JP', serif;
         font-weight: 700;
     }


     .price-table-wrapper {
         background: #F9F7F3;
         border-radius: 0;
         overflow: hidden;
         margin-bottom: 0;
         margin-top: 100px;
         max-width: 1120px;
         margin-left: auto;
         margin-right: auto;
         border-top: 1px solid #E5DECC;
         border-bottom: 1px solid #E5DECC;
         border-left: none;
         border-right: none;
     }

     .price-table {
         width: 100%;
         border-spacing: 0;
         background: #FFFFFF;
         table-layout: auto;
     }


     .price-table colgroup col {
         width: 16.66%;
     }
     .price-table tr{
        border-bottom: 1px solid #E5DECC !important;
        border-top: 1px solid #E5DECC !important;
     }

     .category-row {
         border-bottom: none;
         position: relative;
     }

     .category-row::after {
         content: '';
         position: absolute;
         bottom: 0;
         left: 50%;
         transform: translateX(-50%);
         width: 1120px;
         height: 1px;
         background-color: #F0ECE1;
     }

     .category-row .tab {
         padding: 20px 30px;
         text-align: center;
         cursor: pointer;
         transition: all 0.3s;
         font-size: 18.67px;
         font-weight: 700;
         color: #9D9692;
         letter-spacing: 1.33px;
         line-height: 18.67px;
         border-right: none;
         position: relative;
         background: transparent;
         border-bottom: none;
         white-space: nowrap;
         overflow: visible;
         font-family: 'Source Han Serif JP', serif;
     }

     .category-row .tab:last-child {
         border-right: none;
         text-align: right;
         padding-right: 40px;
     }

     .category-row .tab:not(:last-child)::after {
         content: '';
         position: absolute;
         right: 0;
         top: 50%;
         transform: translateY(-50%);
         width: 1px;
         height: 20px;
         background-color: #F1F1E9;
     }

     .category-row .tab.active {
         color: #FE7058;
         background: transparent;
     }

     .category-row .tab.active::before {
         content: '';
         position: absolute;
         bottom: 0;
         left: 0;
         right: 0;
         height: 4px;
         background-color: #FE7058;
         z-index: 1;
     }

     .category-row .tab:hover {
         color: #FE7058;
     }

     .category-row .tab:hover::before {
         content: '';
         position: absolute;
         bottom: 0;
         left: 0;
         right: 0;
         height: 4px;
         background-color: #FE7058;
         z-index: 1;
     }

     .price-table th {
         padding: 20px;
         text-align: center;
         font-weight: 700;
     }

     .route-header {
         text-align: left !important;
         width: 60%;
         font-size: 18.67px !important;
         line-height: 18.67px !important;
         letter-spacing: 3.33px !important;
         font-family: 'Source Han Serif JP', serif !important;
         font-weight: 700 !important;
         color: #534741 !important;
     }

     .airport-header {
         width: 20%;
         font-size: 18.67px !important;
         line-height: 18.67px !important;
         letter-spacing: 3.33px !important;
         font-family: 'Source Han Serif JP', serif !important;
         font-weight: 700 !important;
         color: #534741 !important;
         padding-left: 80px !important;
     }

     .airport-header.haneda-header {
         text-align: left !important;
         padding-left: 160px !important;
         padding-right: 0 !important;
     }

     .price-table tbody tr:nth-child(odd) {
         background-color: #FAF8F0 !important;
     }

     .price-table tbody tr:nth-child(even) {
         background-color: #FFFFFF !important;
     }

     .price-table td {
         padding: 15px;
         vertical-align: middle;
     }

     .route-name {
         text-align: left;
         font-weight: 500;
         color: #685E58;
         font-size: 18.67px;
         line-height: 18.67px;
         letter-spacing: 1.33px;
         font-family: 'Source Han Serif JP', serif;
     }


     .price-cell {
         text-align: left;
         position: relative;
         padding-left: 100px !important;
     }

     .price-cell.haneda-cell {
         text-align: left !important;
         padding-left: 120px !important;
         padding-right: 0 !important;
     }

     .price-option {
         display: inline-flex;
         align-items: center;
         cursor: pointer;
         transition: all 0.3s;
         position: relative;
         justify-content: flex-start;
     }

     .price-option input[type="radio"] {
         opacity: 0;
         position: absolute;
         width: 0;
         height: 0;
     }

     .price-display {
         font-size: 18px;
         font-weight: 600;
         color: #333;
         transition: all 0.3s;
         display: flex;
         align-items: center;
         gap: 10px;
         padding-left: 40px;
         position: relative;
         justify-content: flex-start;
         white-space: nowrap;
     }


     .price-display:before {
         content: '';
         position: absolute;
         left: 0;
         width: 20px;
         height: 20px;
         border: 2px solid #BDAC93;
         border-radius: 50%;
         background-color: white;
         background-repeat: no-repeat;
         background-position: center;
         background-size: contain;
         transition: all 0.3s ease;
     }

     .price-option[data-state="selected"] .price-display:before {
         border: none;
         background-image: url('../images/btn-price-select.png');
         background-color: transparent;
     }

     .price-option[data-state="selected"] .price-display {
         color: #333;
     }

     .price-option:hover .price-display {
         color: #333;
     }

     .zero-price {
         color: #999 !important;
     }

     .price-table-section .booking-button-container {
         max-width: 1120px;
         margin: 250px auto 0;
         padding: 0 15px;
     }

     .price-table tbody tr.hidden {
         display: none;
     }


     .empty-state {
         text-align: center;
         padding: 40px;
         color: #999;
         font-size: 16px;
     }

     .empty-state.hidden {
         display: none;
     }

     .booking-button-container {
         text-align: center;
         margin-top: 250px;
     }

     .booking-button {
         background-color: #333;
         color: white;
         font-size: 14px;
         font-weight: 700;
         padding: 0;
         border: none;
         border-radius: 0;
         cursor: pointer;
         transition: all 0.3s ease;
         letter-spacing: 2.67px;
         line-height: 40px;
         width: 310.67px;
         height: 40px;
         text-align: center;
     }

     .booking-button:hover {
         background-color: #555;
         transform: translateY(-2px);
         box-shadow: 0 4px 12px rgba(0,0,0,0.2);
     }

     .booking-button:active {
         transform: translateY(0);
         box-shadow: 0 2px 6px rgba(0,0,0,0.2);
     }

/* 服务介绍文字样式*/
.service-info {
    text-align: center;
    margin-top: 318px;
    padding: 38px 20px 0;
    color: #666;
    line-height: 1.85;
}

.service-title {
    font-size: 42.67px !important;
    color: #82522C;
    margin: 0 0 30px 0;
    font-weight: 700;
    letter-spacing: 10.67px !important;
    line-height: 42.67px !important;
    font-family: 'Source Han Serif JP', serif;
}

.service-description {
    font-size: 21.33px !important;
    letter-spacing: 10.67px !important;
    line-height: 33.33px !important;
    display: inline-block !important;
    text-align: center !important;
    font-family: 'Source Han Serif JP', serif !important;
    font-weight: 700 !important;
    color: #B78965 !important;
}

.service-description::after {
    content: '' !important;
    display: block !important;
    width: 130px !important;
    height: 3px !important;
    background-color: #FE7058 !important;
    margin: 100px auto 0 !important;
}

.service-subtitle {
    font-size: 21.33px;
    color: #B78965;
    margin: 60px 0 12px 0;
    font-weight: 700;
    letter-spacing: 4.67px;
    line-height: 33.33px;
    font-family: 'Source Han Serif JP', serif;
}

.service-status {
    font-size: 15px;
    color: #B78965;
    margin-bottom: 28px;
    font-weight: 700;
    font-family: 'Source Han Serif JP', 'Noto Serif JP', serif;
    position: relative;
    padding-bottom: 20px;
}
.service-status::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #FE7058;
}

.vehicle-note {
    font-size: 13px;
    color: #888;
    margin-bottom: 0;
    line-height: 1.6;
      font-family: 'SourceHanSerif', serif;
}

.contact-info {
    font-size: 15px;
    color: #534741;
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 1.8;
    padding: 0 15px;
}
/*貸切ハイヤーサービス - 优化版*/
.charter-main-section {
    background-image: url('../images/img-bg-Rate Table-04.png');
    background-size: 100% 2173px;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 80px 0 700px;
    position: relative;
    height: 2730px;
}

.charter-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.charter-header {
    text-align: left;
    margin-bottom: 80px;
    color: white;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.charter-subtitle-top {
    font-size: 21.33px;
    color: #E5E5E5;
    margin-bottom: 15px;
    margin-top: 80px;
    font-weight: 700;
    letter-spacing: 2.67px;
    line-height: 21.33px;
    font-family: 'Source Han Serif JP', serif;
}

.charter-main-title {
    font-size: 42.67px;
    margin-bottom: 60px;
    color: white;
    letter-spacing: 10.67px;
    line-height: 42.67px;
    text-align: left;
    font-family: 'Source Han Serif JP', serif;
    font-weight: 700;
}

.charter-description {
    color: #EAEAEA;
    font-size: 17.33px;
    line-height: 30px;
    letter-spacing: 1.33px;
    font-weight: 250;
    font-family: 'Source Han Serif JP', serif;
    position: relative;
    padding-left: 25px;
    text-align: left;
    width: 630px;
    height: 144px;
    margin: 0;
}

.charter-orange-line {
    width: 4px;
    height: 110px;
    background-color: #D2A453;
    position: absolute;
    left: 0;
    top: 6px;
}

.charter-services-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-top: 80px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}

.charter-item {
    background: transparent;
    border-radius: 8px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 352.5px;
}

.charter-item img {
    border-radius: 8px;
}

.charter-item:first-child {
    margin-top: 80px;
}

.charter-item:nth-child(2) {
    margin-top: 20px;
}

.charter-number {
    position: absolute;
    bottom: 35px;
    right: 35px;
    top: auto;
    font-size: 18.67px;
    font-weight: 400;
    color: white;
    z-index: 3;
    text-shadow: none;
    opacity: 0.95;
    letter-spacing: 0px;
    line-height: 18.67px;
    font-family: 'Spectral-Regular', serif;
}

.charter-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px !important;
}

.charter-info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 52%;
    padding: 40px 30px 30px 40px;
    background: linear-gradient(to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.60) 50%,
        rgba(0, 0, 0, 0.15) 85%,
        transparent 100%);
    color: white;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 !important;
}

.charter-service-name {
    font-size: 36px;
    color: white;
    margin-bottom: 51.33px;
    font-weight: 700;
    letter-spacing: 6.67px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 36px;
    font-family: 'Source Han Serif JP', serif;
}

.charter-detail-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 22px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    font-family: 'Gen Jyuu Gothic Monospace', monospace;
    font-weight: 400;
}

/* 第一个段落（在 charter-service-name 之前）使用 Source Han Serif JP Bold */
.charter-info .charter-detail-text:first-child {
    font-family: 'Source Han Serif JP', serif;
    font-weight: 700;
    font-size: 18px;
    width: 340px;
    height: 48px;
    line-height: 24px;
    letter-spacing: 3px;
}

.charter-features {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    margin-top: 8px;
}

/* 観光貸切特殊样式 */
.charter-tourism .charter-info {
    background: linear-gradient(to right,
        rgba(173, 216, 230, 0.88) 0%,
        rgba(173, 216, 230, 0.70) 50%,
        rgba(173, 216, 230, 0.20) 85%,
        transparent 100%);
}

.charter-tourism .charter-number {
    color: #2C5F8D;
    font-weight: 700;
}

.charter-tourism .charter-service-name,
.charter-tourism .charter-detail-text,
.charter-tourism .charter-features {
    color: #3A76AD;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.charter-tourism .charter-service-name + .charter-detail-text {
    width: 340px;
    height: 135px;
    font-family: 'Gen Jyuu Gothic Monospace', monospace;
    font-weight: 400;
    color: #3A76AD;
}

/* 商务貸切特殊样式 */
.charter-business .charter-info {
    background: linear-gradient(to right,
        rgba(200, 200, 200, 0.85) 0%,
        rgba(200, 200, 200, 0.68) 50%,
        rgba(200, 200, 200, 0.20) 85%,
        transparent 100%);
}

.charter-business .charter-number {
    color: #4a4a4a;
    font-weight: 700;
}

.charter-business .charter-service-name,
.charter-business .charter-detail-text,
.charter-business .charter-features {
    color: #2a2a2a;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.charter-business .charter-service-name {
    margin-top: 20px;
}

.charter-business .charter-service-name + .charter-detail-text {
    width: 340px;
}

/* ゴルフ貸切特殊样式 */
.charter-golf .charter-info {
    background: linear-gradient(to right,
        rgba(144, 238, 144, 0.88) 0%,
        rgba(144, 238, 144, 0.70) 50%,
        rgba(144, 238, 144, 0.20) 85%,
        transparent 100%);
}

.charter-golf .charter-number {
    color: #2d5016;
    font-weight: 700;
}

.charter-golf .charter-service-name,
.charter-golf .charter-detail-text,
.charter-golf .charter-features {
    color: #1a3a0f;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.charter-golf .charter-service-name + .charter-detail-text {
    width: 340px;
}

.charter-footer {
    text-align: right;
    margin-top: 150px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 400px;
    margin-left: auto;
    margin-right: 80px;
}

.charter-footer-text {
    font-size: 18.67px;
    line-height: 26.67px;
    margin-bottom: 8px;
    letter-spacing: 2px;
    font-family: 'Source Han Serif JP', serif;
    font-weight: 700;
    color: white;
    text-align: left;
}

.charter-footer-highlight {
    font-size: 18.67px;
    color: white;
    font-weight: 700;
    margin-top: 15px;
    letter-spacing: 2px;
    line-height: 26.67px;
    font-family: 'Source Han Serif JP', serif;
    text-align: left;
}
   /* Booking CTA */
.booking-cta {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 60px 0;
    text-align: center;
}

.cta-content h2 {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 1.4;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-phone {
    background: #27ae60;
    color: white;
}

.cta-form {
    background: #8B4513;
    color: white;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
/* 貸切料金表*/
.pricing-section {
    padding: 80px 0 80px 0;
    margin-top: -600px;
    background-image: url('../images/img-bg-Rate Table-05.png');
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100vh;
}

.pricing-section .container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
}

.pricing-title {
    text-align: center;
    font-size: 42.67px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 150px;
    color: #82522C;
    letter-spacing: 10.67px;
    line-height: 42.67px;
    font-family: 'Source Han Serif JP', serif;
}

.pricing-card {
    background: #fff;
    padding: 35px 45px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 50px;
    margin-top: 100px;
    position: relative;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-intro {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
    padding-bottom: 33.33px;
    border-bottom: none;
    position: relative;
}

.pricing-intro::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1010px;
    height: 1.33px;
    background-color: #F0ECE1;
}

.pricing-intro p {
    font-size: 21.33px;
    color: #B78965;
    line-height: 33.33px;
    margin: 0;
    letter-spacing: 4.67px;
    font-family: 'Source Han Serif JP', serif;
    font-weight: 700;
}

.pricing-item {
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: none;
}

.pricing-item:first-of-type {
    border-top: none;
    padding-top: 5px;
}

.pricing-item:last-of-type {
    border-bottom: none;
    padding-bottom: 20px;
}

.pricing-number {
    font-size: 48px;
    color: #D2A453;
    font-weight: 700;
    min-width: 35px;
    line-height: 48px;
    font-family: 'Spectral-Bold', serif;
    margin-left: 20px;
}

.pricing-content {
    flex: 1;
}

.pricing-content h3 {
    font-size: 13px;
    color: #333;
    margin: 0;
    font-weight: 500;
}

.pricing-content h3 span {
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

/* 利用時間表格布局 */
.pricing-item.table-layout {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px 0;
}

.pricing-item.table-layout .pricing-number {
    padding-top: 0;
    line-height: 1px;
}

.pricing-item.table-layout .pricing-table-wrapper {
    flex: 1;
    margin-left: 0;
    padding: 0;
    position: relative;
}

/* 利用時間和利用距離之间的竖线 */
.pricing-table::after {
    content: '';
    position: absolute;
    left: calc(280px + 140px);
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #F1F1E9;
    z-index: 1;
}

.item-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.pricing-table-wrapper {
    padding: 0;
}

.table-header {
    display: grid;
    grid-template-columns: 280px 130px;
    gap: 280px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
}

.table-header::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 46.2%;
    transform: translateX(-50%);
    width: 1010px;
    height: 1.33px;
    background-color: #F0ECE1;
}

.header-label {
    font-size: 18.67px;
    color: #534741;
    font-weight: 700;
    letter-spacing: 3.33px;
    line-height: 18.67px;
    font-family: 'Source Han Serif JP', serif;
}

.pricing-table {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.price-row {
    display: grid;
    grid-template-columns: 280px 130px;
    gap: 280px;
    align-items: center;
    padding: 27.33px 0;
    position: relative;
}

.price-row::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 46.2%;
    transform: translateX(-50%);
    width: 1010px;
    height: 1.33px;
    background-color: #F0ECE1;
}

.price-label {
    font-size: 18.67px;
    color: #685E58;
    font-weight: 500;
    letter-spacing: 1.33px;
    line-height: 18.67px;
    font-family: 'Source Han Serif JP', serif;
    white-space: nowrap;
}

.price-value {
    font-size: 18.67px;
    color: #534741;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 1.33px;
    line-height: 18.67px;
    font-family: 'Source Han Serif JP', serif;
}

/* キャンセル和空港送迎の場合布局 */
.pricing-item.side-layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 50px;
    align-items: start;
    padding: 20px 0;
    position: relative;
}

.pricing-item.side-layout::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1010px;
    height: 1.33px;
    background-color: #F0ECE1;
}

/* 左右分割竖线 */
.pricing-item.side-layout::after {
    content: '';
    position: absolute;
    left: 200px;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background-color: #F1F1E9;
    transform: translateX(145px);
}

.pricing-item.side-layout .item-left {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.pricing-item.side-layout .pricing-number {
    font-size: 48px;
    color: #D2A453;
    font-weight: 700;
    line-height: 16px;
    font-family: 'Spectral-Bold', serif;
    padding-top: 13px;
}

.pricing-item.side-layout .item-title h3 {
    font-size: 21.33px;
    color: #B78965;
    margin: 0 0 5px 0;
    font-weight: 700;
    letter-spacing: 2.67px;
    line-height: 21.33px;
    font-family: 'Source Han Serif JP', serif;
    white-space: nowrap;
}

.pricing-item.side-layout .item-title p {
    font-size: 16px;
    color: #534741;
    margin: 0;
    font-weight: 700;
    font-family: 'Source Han Serif JP', serif;
    letter-spacing: 0.91px;
    line-height: 16px;
    white-space: nowrap;
    margin-top: 8px;
}

.item-right {
    padding-left: 200px;
}

.item-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 450px;
}

.item-right li {
    font-size: 18.67px;
    color: #534741;
    line-height: 26.67px;
    margin-bottom: 20px;
    padding-left: 14px;
    position: relative;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Source Han Serif JP', serif;
}

/* 空心圆，颜色#A23C2A */
.item-right li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border: 2.67px solid #A23C2A;
    border-radius: 50%;
    background-color: transparent;
}

.item-right .sub-text  {
    font-size: 14px;
    color: #817975;
    display: block;
    margin-top: 4px;
    margin-bottom: 20px;
    line-height: 20px;
    font-family: 'Gen Jyuu Gothic Monospace', monospace;
    font-weight: 400;
    letter-spacing: 0.67px;
}

.item-right li:first-child {
    margin-bottom: 46.67px;
}

.item-right li:has(.sub-text) {
    margin-bottom: 0;
}

/* 貸切の場合装饰框 */
.charter-box {
    margin: 45px auto 40px;
    max-width: 650px;
    text-align: center;
    padding: 32px 45px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 28px;
}

.charter-box::before {
    content: '';
    width: 24px;
    height: 98px;
    background: url('../images/icon-Rate Table-03.png') center/contain no-repeat;
    flex-shrink: 0;
}

.charter-box::after {
    content: '';
    width: 24px;
    height: 98px;
    background: url('../images/icon-Rate Table-02.png') center/contain no-repeat;
    flex-shrink: 0;
}

.charter-box-content {
    flex: 1;
}

.charter-box h4 {
    font-size: 21.33px;
    color: #B78965;
    margin: 0 0 12px 0;
    font-weight: 400;
    letter-spacing: 4.67px;
    line-height: 33.33px;
    font-family: 'Source Han Serif JP', serif;
}

.charter-box p {
    font-size: 14px;
    color: #534741;
    line-height: 20.67px;
    margin: 0;
    font-weight: 200;
    font-family: 'Source Han Serif JP', serif;
    letter-spacing: 0.79px;
}

/* 01-05附加服务 */
.additional-services {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 45px;
}

.service-item {
    display: flex;
    gap: 20px;
    align-items: start;
    padding-top: 35px;
    border-top: 1px solid #FFFFFF;
}

.service-number {
    font-size: 48px;
    color: #D2A453;
    font-weight: 700;
    min-width: 60px;
    line-height: 48px;
    font-family: 'Spectral', serif;
}

.service-content h4 {
    font-size: 21.33px;
    color: #534741;
    margin: 0 0 6.67px 0;
    font-weight: 700;
    letter-spacing: 1.33px;
    line-height: 21.33px;
    font-family: 'Source Han Serif JP', serif;
}

.service-content p {
    font-size: 14px;
    color: #817975;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.67px;
    font-family: 'Gen Jyuu Gothic Monospace', monospace;
}

.contact-button-wrapper {
    text-align: center;
    margin-top: 40px;
}

.contact-button {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 13px 65px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 0;
    transition: background 0.3s;
    letter-spacing: 0.05em;
}

.contact-button:hover {
    background: #555;
}

.service-title {
    font-size: 42.67px;
    color: #82522C;
    margin: 0 0 40px 0;
    font-weight: 700;
    letter-spacing: 10.67px;
    line-height: 18.67px;
    font-family: 'Source Han Serif JP', serif;
}

.service-subtitle {
    font-size: 21.33px;
    color: #B78965;
    margin: 60px 0 12px 0;
    font-weight: 700;
    letter-spacing: 4.67px;
    line-height: 33.33px;
    font-family: 'Source Han Serif JP', serif;
}

.service-status {
    font-size: 21px;
    color: #B78965;
    margin: 0 0 18px 0;
}

.vehicle-info {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
}

.vehicle-types {
    font-size: 22px !important;
    color: #534741 !important;
    margin: 0;
    line-height: 44px !important;
    letter-spacing: 2px !important;
    font-weight: 200 !important;
    font-family: 'SourceHanSerif-ExtraLight', serif !important;
}

.vehicle-note {
    font-size: 11px;
    color: #817975;
    margin: 0;
}

.contact-info {
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 1.9;
    font-family: 'SourceHanSerif', serif;

}
/* Options Section */
.amenities-section {
    padding: 60px 0 80px 0;
    background-image: url('../images/img-bg-Rate Table-06.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.amenities-section .container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-title {
    margin-bottom: 92px;
    text-align: left;
}

.section-title h1 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #534741;
    letter-spacing: 0.05em;
}

.section-title .page-subtitle {
    font-size: 24px;
    color: #b89968;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-family: 'Spectral-Bold', serif;
}

.amenities-content {
    display: flex;
    gap: 61px;
}

.left-content {
    padding-top: 0;
    width: 160px;
    flex-shrink: 0;
}

.left-content h3 {
    font-size: 21px;
    color: #4a4a4a;
    margin-bottom: 50px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 0;
    position: relative;
    margin-top: 3px;
}

.left-content h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 3px;
    background: #FE7058;
}

.left-content h4 {
    font-size: 21px;
    color: #4a4a4a;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 700;
}

.free-services {
    margin-bottom: 190px;
}

.free-services p {
    font-size: 14px;
    color: #666;
    line-height: 1.9;
    margin: 0;
    max-width: 180px;
    margin-bottom: 10px;
    text-decoration: underline;
    text-decoration-color: #D8D8D8;
    text-underline-offset: 3px;
}

.option-services {
    padding-top: 13px;
    position: relative;
}

.option-services::before {
    content: '';
    position: absolute;
    top: 0.5px;
    left: 0;
    width: 150px;
    height: 3px;
    background: #FE7058;
}

.option-services h4 {
    margin: 0;
}

.right-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 900px;
}

.free-items-grid {
    display: grid;
    grid-template-columns: repeat(4, 215px);
    column-gap: 10px;
    row-gap: 20px;
    padding-top: 13px;
    border-top: 2px solid #F0ECE1;
    position: relative;
}

.amenity-item {
    text-align: center;
}

.amenity-item img {
    width: 216px;
    height: 132px;
    border-radius: 0;
    margin-bottom: 9px;
    display: block;
}

.amenity-item p {
    font-size: 14px;
    color: #4a4a4a;
    margin: 0;
    font-weight: 700;
    font-family: 'SourceHanSerif', serif;
}

.paid-items-grid {
    display: grid;
    grid-template-columns: repeat(4, 215px);
    column-gap: 10px;
    row-gap: 20px;
    padding-top: 13px;
    position: relative;
}

.paid-items-grid::before {
    content: '';
    position: absolute;
    top: 0.5px;
    left: 0;
    width: calc(75% + 15px);
    height: 2px;
    background: #F0ECE1;
}

.amenity-item-paid {
    text-align: center;
}

.amenity-item-paid img {
    width: 216px;
    height: 132px;
    border-radius: 0;
    margin-bottom: 9px;
    display: block;
}

.amenity-item-paid .item-name {
    font-size: 14px;
    color: #4a4a4a;
    margin: 0 0 6px 0;
    font-weight: 700;
    font-family: 'SourceHanSerif', serif;
}

.amenity-item-paid .item-price {
    font-size: 14px;
    color: #817975;
    margin: 0;
    line-height: 1.3;
    font-family: 'Gen Jyuu Gothic Monospace', monospace;
}

.amenity-item-paid .item-price span {
    font-size: 14px;
    color: #999;
    display: block;
    margin-top: 5px;
    font-family: 'Gen Jyuu Gothic Monospace', monospace;
    line-height: 18px;
}
/* Airport Guide */
.airport-guide {
    padding: 80px 0 200px 0;
    background: url('../images/img-bg-Rate Table-08.png');
    background-size: 100% 1900px;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: auto;
    height: 1900px;
    transform: translateZ(0);
    backface-visibility: hidden;
    contain: layout style paint;
    isolation: isolate;
}

/* T3（第3ターミナル）タブが選択された時のairport-guideスタイル */
.airport-guide.t3-active {
    padding: 80px 0 200px 0;
    background: url('../images/img-bg-Rate Table-08.png');
    background-size: 100% 3650px;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: auto;
    height: 3650px;
    transform: translateZ(0);
    backface-visibility: hidden;
    contain: layout style paint;
    isolation: isolate;
}

.airport-guide .container {
    margin: 0 auto;
    padding: 0 15px;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 140px;
    margin-top: 120px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.pickup-location {
    text-align: left;
    position: relative;
    padding-top: 24px;
}

.pickup-location::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #5C656F;
    border-radius: 50%;
}

.pickup-title {
    font-size: 14px;
    color: #5C656F;
    letter-spacing: 1.07px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 14px;
    font-family: 'Varela Round', sans-serif;
    margin-top: 20px;
}

.pickup-main-title {
    font-size: 42.67px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 10.67px;
    line-height: 42.67px;
    font-family: 'Source Han Serif JP', serif;
}

.airport-tabs {
    display: flex;
    gap: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    margin-left: auto;
}

.airport-tab {
    padding: 0 20px;
    background: #575E65;
    border: none;
    color: #000000;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-right: 1px solid rgba(0,0,0,0.2);
    width: 250px;
    height: 50px;
    font-weight: 700;
    letter-spacing: 1.33px;
    font-size: 18.67px;
    line-height: 18.67px;
    font-family: 'Source Han Serif JP', serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    outline: none;
    position: relative;
    flex-wrap: nowrap;
}

.airport-tab .tab-dot {
    font-size: 18.67px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 18.67px;
    display: none;
}

.airport-tab .tab-japanese {
    font-size: 18.67px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1.33px;
    line-height: 18.67px;
    font-family: 'Source Han Serif JP', serif;
    white-space: nowrap;
}

.airport-tab .tab-english {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.67px;
    line-height: 12px;
    font-family: 'Gen Jyuu Gothic Monospace', monospace;
    white-space: nowrap;
    display: none;
}

.airport-tab:last-child {
    border-right: none;
}

.airport-tab.active {
    background: #fff;
    color: #FE7058;
}

.airport-tab.active .tab-dot {
    color: #FE7058;
    display: inline;
}

.airport-tab.active .tab-japanese {
    color: #FE7058;
}

.airport-tab.active .tab-english {
    color: #5C656F;
    display: inline;
}

.airport-tab:hover:not(.active) {
    background: #575E65;
    color: #000000;
}

.airport-tab:focus {
    outline: none;
}

.airport-tab:active {
    transform: none;
    background: #575E65;
}

.airport-tab.active:active {
    background: #fff;
}

.airport-content-wrapper {
    border-radius: 0;
    padding: 0;
    position: relative;
    margin-top: 0;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.separator-line {
    max-width: 1120px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin-bottom: 20px;
    margin-top: 122px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.terminal-tabs-overlay {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 0;
    z-index: 10;
    transform: translateY(-100%);
}

.terminal-tab {
    padding: 8px 35px 9px 35px;
    background: transparent;
    border: none;
    color: #9C9B9B;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 21.33px;
    font-weight: 900;
    letter-spacing: 1.33px;
    line-height: 21.33px;
    position: relative;
    outline: none;
    font-family: 'Source Han Serif JP', serif;
}

.terminal-tab:focus {
    outline: none;
}

.terminal-tab.active {
    color: #FE7058;
    font-weight: 900;
    font-size: 21.33px;
    letter-spacing: 1.33px;
    line-height: 21.33px;
    border-bottom: 3px solid #FE7058;
    padding-bottom: 7px;
    font-family: 'Source Han Serif JP', serif;
}

.terminal-tab:hover:not(.active) {
    color: #9C9B9B;
}

.images-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0px;
}

.airport-map {
    text-align: left;
    width: 1120px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-image {
    width: 1120px;
    height: auto;
    border-radius: 0;
    display: block;
}

.taxi-stand-section {
    text-align: center;
}

.taxi-stand-photo-container {
    position: relative;
    display: inline-block;
    width: 1120px;
}

.taxi-stand-photo {
    width: 1120px;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    display: block;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
}

.taxi-stand-label {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 15px 30px;
    border-radius: 0;
    backdrop-filter: blur(10px);
    text-align: center;
}

.taxi-stand-label h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.taxi-stand-label p {
    font-size: 13px;
    color: #ccc;
    margin: 3px 0;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.notice-text {
    text-align: center;
    padding: 0 20px;
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.notice-text p {
    color: #E5E5E5;
    font-size: 18.67px;
    margin: 0;
    line-height: 18.67px;
    letter-spacing: 2px;
    font-family: 'Source Han Serif JP', serif;
    font-weight: 700;
}



/* Form Enhancements */
.contact-form select {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    background: white;
}

.contact-form select:focus {
    outline: none;
    border-color: #8B4513;
}

/* Responsive Design */
@media (max-width: 768px) {
    .routes-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .airport-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-btn {
        width: 280px;
        justify-content: center;
    }

    .price-table-wrapper {
        margin: 0 -20px;
        border-radius: 0;
    }

    .page-hero h1 {
        font-size: 36px;
    }

    .cta-content h2 {
        font-size: 24px;
    }
}

/* Flow Header and Steps Section - from style.css */
.flow-header {
    background: #ffffff;
    color: var(--kinoko-brown);
    text-align: center;
    padding: 150px 0 60px;
    position: relative;
}

.flow-header h2 {
    font-size: 43px;
    margin: 30px 0 20px;
    color: #534741;
    letter-spacing: 13px;
    font-family: 'SourceHanSerif', serif;
    font-weight: 700;
}

.flow-subtitle {
    font-size: 24px;
    color: #B78965;
    letter-spacing: 2px;
    font-family: 'Spectral-Bold', serif;
    font-weight: bold;
}

.flow-header::after {
    content: '';
    position: absolute;
    top: 340px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../images/icon-home-04-mushroom.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.flow-description {
    font-size: 21.33px;
    color: #534741;
    margin-top: 80px;
    font-style: italic;
    font-family: 'SourceHanSerif-ExtraLight', serif;
    font-weight: 200; /* ExtraLight */
    letter-spacing: 2px;
    line-height: 21.33px;
}

/* Service Steps */
.steps-section {
    padding: 80px 0;
    background: #ffffff;
}

.steps-section .container {
    padding: 0;
    margin: 0 auto;
}

.step-item {
    text-align: left;
    padding: 50px 45px 50px 70px;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.step-item:hover {
    transform: translateY(-3px);
}

.steps-section .col-md-6:nth-child(1) .step-item {
    background-color: var(--kinoko-beige);
}

.steps-section .col-md-6:nth-child(2) .step-item {
    background-color: var(--kinoko-light-beige);
}

.steps-section .col-md-6:nth-child(3) .step-item {
    background-color: var(--kinoko-light-beige);
}

.steps-section .col-md-6:nth-child(4) .step-item {
    background-color: var(--kinoko-beige);
}

/* Content wrapper for centering */
.steps-section .col-md-6:nth-child(1) .step-item > *,
.steps-section .col-md-6:nth-child(3) .step-item > * {
    margin-left: 180px;
    max-width: calc(100% - 180px);
}

.steps-section .col-md-6:nth-child(2) .step-item > *,
.steps-section .col-md-6:nth-child(4) .step-item > * {
    margin-left: 115px;
    max-width: calc(100% - 115px);
}

.steps-section .row {
    counter-reset: step-counter;
}

.steps-section .col-md-6 {
    counter-increment: step-counter;
}

.step-number {
    font-size: 24px;
    color: #B78965;
    font-weight: bold;
    letter-spacing: 3.33px;
    line-height: 24px;
    margin-bottom: 56px;
    position: relative;
    padding-right: 55px;
    font-family: 'Spectral-Bold', serif;
    display: inline-block;
}

.step-number::before {
    content: "STEP";
    color: #B78965;
}

.step-number::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.steps-section .col-md-6:nth-child(1) .step-number::after {
    background-image: url('../images/icon-home-step-01.png');
}

.steps-section .col-md-6:nth-child(2) .step-number::after {
    background-image: url('../images/icon-home-step-02.png');
}

.steps-section .col-md-6:nth-child(3) .step-number::after {
    background-image: url('../images/icon-home-step-03.png');
}

.steps-section .col-md-6:nth-child(4) .step-number::after {
    background-image: url('../images/icon-home-step-04.png');
}

.step-title {
    font-size: 21.33px;
    color: #534741;
    margin-bottom: 2px;
    line-height: 21.33px;
    letter-spacing: 4.67px;
    font-family: 'Source Han Serif JP', serif;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-top: 0;
    padding-top: 13px;
}

.step-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 2.67px;
    background: var(--kinoko-red);
}

.step-description {
    font-size: 14px;
    color: #817975;
    line-height: 20px;
    letter-spacing: 0.67px;
    font-family: 'Gen Jyuu Gothic Monospace', monospace;
    font-weight: 400;
    margin-top: 0;
}

/* CTA Button Section */
.cta-section {
    padding: 50px 0;
    margin-top: 120px;
    text-align: center;
    background: transparent;
}

.steps-section .cta-section {
    max-width: 100%;
    margin: 0;
    padding: 50px 0;
}

.reservation-button {
    display: inline-block;
    padding: 0;
    background: #333;
    border: none;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.67px;
    line-height: 40px;
    transition: all 0.3s ease;
    font-family: 'Spectral-Regular', serif;
    width: 310.67px;
    height: 40px;
    text-align: center;
}

.reservation-button:hover {
    background: #555;
    color: #fff;
    transform: translateY(-2px);
}

/* Options Section - オプションの紹介 */
.amenities-section {
    padding: 80px 0 80px 0;
    background-image: url('../images/img-bg-Rate Table-06.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.amenities-section .container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
}

.amenities-section .section-title {
    margin-bottom: 50px;
    text-align: left;
}

.amenities-section .section-title h1 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #534741;
    letter-spacing: 13px;
    font-family: 'SourceHanSerif', serif;
}

.amenities-section .section-title .page-subtitle {
    font-size: 24px;
    color: #b89968;
    letter-spacing: 0.25em;
    font-family: 'Spectral-Bold', serif;
    font-weight: 700;
}

.amenities-content {
    display: flex;
    gap: 61px;
}

.left-content {
    padding-top: 0;
    width: 160px;
    flex-shrink: 0;
}

.left-content h3 {
    font-size: 21px;
    color: #4a4a4a;
    margin-bottom: 50px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 0;
    position: relative;
    margin-top: 3px;
}

.left-content h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 3px;
    background: #FE7058;
}

.left-content h4 {
    font-size: 21px;
    color: #4a4a4a;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 700;
}

.free-services {
    margin-bottom: 190px;
}

.free-services p {
    font-size: 14px;
    color: #666;
    line-height: 1.9;
    margin: 0;
    max-width: 180px;
    margin-bottom: 10px;
    text-decoration: underline;
    text-decoration-color: #D8D8D8;
    text-underline-offset: 3px;
}

.option-services {
    padding-top: 13px;
    position: relative;
}

.option-services::before {
    content: '';
    position: absolute;
    top: 0.5px;
    left: 0;
    width: 150px;
    height: 3px;
    background: #FE7058;
}

.option-services h4 {
    margin: 0;
}

.right-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 900px;
}

.free-items-grid {
    display: grid;
    grid-template-columns: repeat(4, 215px);
    column-gap: 10px;
    row-gap: 20px;
    padding-top: 13px;
    border-top: 2px solid #F0ECE1;
    position: relative;
}

.amenity-item {
    text-align: center;
}

.amenity-item img {
    width: 216px;
    height: 132px;
    border-radius: 0;
    margin-bottom: 9px;
    display: block;
}

.amenity-item p {
    font-size: 14px;
    color: #4a4a4a;
    margin: 0;
    font-weight: 700;
    font-family: 'SourceHanSerif', serif;
}

.paid-items-grid {
    display: grid;
    grid-template-columns: repeat(4, 215px);
    column-gap: 10px;
    row-gap: 20px;
    padding-top: 13px;
    position: relative;
}

.paid-items-grid::before {
    content: '';
    position: absolute;
    top: 0.5px;
    left: 0;
    width: calc(75% + 15px);
    height: 2px;
    background: #F0ECE1;
}

.amenity-item-paid {
    text-align: center;
}

.amenity-item-paid img {
    width: 216px;
    height: 132px;
    border-radius: 0;
    margin-bottom: 9px;
    display: block;
}

.amenity-item-paid .item-name {
    font-size: 14px;
    color: #4a4a4a;
    margin: 0 0 6px 0;
    font-weight: 700;
    font-family: 'SourceHanSerif', serif;
}

.amenity-item-paid .item-price {
    font-size: 14px;
    color: #817975;
    margin: 0;
    line-height: 1.3;
    font-family: 'Gen Jyuu Gothic Monospace', monospace;
}

.amenity-item-paid .item-price span {
    font-size: 14px;
    color: #999;
    display: block;
    margin-top: 5px;
    font-family: 'Gen Jyuu Gothic Monospace', monospace;
    line-height: 18px;
}

/* service-number鼠标经过时不改变颜色 */
.service-number:hover {
    color: #D2A453 !important;
    cursor: default !important;
}

/* T3 Terminal Guide Steps Styles */
.t3-guide-steps {
    width: 100%;
    max-width: 1120px;
    margin: 48px auto 40px;
    padding: 0;
}

.t3-step-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.t3-step-header {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    position: relative;
    padding-top: 11px;
}

.t3-step-item:not(:first-child) .t3-step-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1120px;
    height: 2px;
    background-color: #5C656F;
}

.t3-step-item:first-child .t3-step-header {
    padding-top: 0;
}

.t3-step-number {
    font-size: 48.48px;
    font-weight: bold;
    color: #D2A453;
    font-family: 'Gen Jyuu Gothic Monospace', monospace;
    line-height: 48.48px;
    letter-spacing: 0;
    flex-shrink: 0;
}

.t3-step-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.t3-step-text {
    font-size: 21.33px;
    color: #FFFFFF;
    line-height: 25.21px;
    letter-spacing: 4.85px;
    margin: 0;
    font-family: 'Source Han Serif JP', serif;
    font-weight: bold;
}

.t3-step-image {
    width: 100%;
    max-width: 1120px;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Haneda T1 Special Layout */
.haneda-t1-photos {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1120px;
    margin: 10px auto 0;
    justify-content: flex-start;
}

.haneda-t1-photo-item {
    flex: 0 0 auto;
}

.haneda-t1-photo-item:first-child .haneda-t1-photo {
    width: 548px;
}

.haneda-t1-photo-item:last-child .haneda-t1-photo {
    width: 552px;
}

.haneda-t1-photo {
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .t3-step-item {
        flex-direction: column;
        padding: 20px;
    }

    .t3-step-number {
        font-size: 36px;
        min-width: auto;
    }

    .t3-step-text {
        font-size: 16px;
    }

    .t3-step-image {
        max-width: 100%;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .routes-grid {
        display: grid;
        grid-template-columns: repeat(3, 260px);
        gap: 0px;
        align-items: start;
        max-width: 1118px;
        margin: 0 auto;
        justify-content: center;
    }
    .route-card{
        width: 248px;
    }
    .table-header , .price-row{
        gap: 200px;
    }
    .amenities-content{
        gap: 20px;
    }
    .amenity-item img , .amenity-item-paid img{
        width: 148px;
        height: 133px;
    }
    .free-items-grid , .paid-items-grid{
        grid-template-columns: repeat(4, 142px);
    column-gap: 10px;
    }

    /* Content wrapper for centering */
    .steps-section .col-md-6:nth-child(1) .step-item > *,
    .steps-section .col-md-6:nth-child(3) .step-item > * {
        margin-left: 0px;
        max-width: 100%;
    }

    .steps-section .col-md-6:nth-child(2) .step-item > *,
    .steps-section .col-md-6:nth-child(4) .step-item > * {
        margin-left: 0px;
        max-width: 100%;
    }

    .airport-map{
        width: 100%;
    }
    .map-image , .taxi-stand-photo{
        width: 100%;
    }
    .haneda-t1-photo-item{
        width: 49%;
    }

    .price-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .price-table {
        min-width: 900px; /* 确保表格有足够宽度 */
    }



}
