:root {
    --font-xxxxl: 48px;
    --font-xxxl: 32px;
    --font-xxl: 28px;
    --font-xl: 24px;
    --font-lg: 20px;
    --font-lg-mobile: 18px;
    --font-md: 16px;
    --font-sm: 14px;
    --font-xs: 12px;
    --font-xxs: 10px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scrollbar-gutter: stable;
}

body {
    font-family: 'IBM Plex Sans JP', sans-serif;

}

ol,
ul {
    margin: 0;
}

p,
h1,
h2,
h3,
h4,
span,
a {
    margin: 0;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}


#org-header {
    background-color: #005A7D;
    color: #ffffff;
    padding: 10px;
    width: 100%;
	text-align:center;
}

#org-header .site-logo {
    max-height: 76px;
    width: auto;
    vertical-align: middle;
}


.nav-sub-contents-wrap {
    /* position:absolute; */
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 99999;
    margin: 0;

    /* 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ縺ｮ縺溘ａ縺ｮ蛻晄悄迥ｶ諷� */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    text-align: center;
}


/* 髢九＞縺溽憾諷� */
.nav-sub-contents-wrap.show {
    max-height: 100%;
    /* 竊� 繝｡繝九Η繝ｼ縺ｮ鬮倥＆縺ｫ蜷医ｏ縺帙※隱ｿ謨ｴ */
    height: 100%;
    /* overflow:scroll; */
    overflow: auto;
    opacity: 1;
    background-color: rgba(114, 114, 114, 0.4);

}

.nav-sub-contents-wrap ul {
    width: 100%;
    margin: 0 0 0 auto;
    background-color: #fff;
    padding: 0;
    /* height:calc(100% + 80px); /* iOS縺ｧ荳矩Κ縺碁國繧後↑縺�ｯｾ遲� */
    height: 100%;
}

.nav-sub-contents-wrap ul li {
    font-size: 1.2em;
    color: #000;
    width: 100%;
    margin: auto;
    list-style: none;

    /* background-color:#fff; */
    border-top: 1px dashed #ccc;
}

.nav-sub-contents-wrap ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #16627E;
    text-box: none;
}

.search-wrap input {
    color: #6d7685;
    border: 1px solid #dbdbdb;
    height: 50px;
    padding: 4px 20px;
    border-radius: 0;
    transition: all .3s ease-in-out;
    text-shadow: none;
    box-shadow: none;
    font-size: 18px;
}

.search-wrap button {
    border: 1px solid #16627E;
    background-color: #16627E;
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    padding: 12px 34px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all .3s;
    cursor: pointer;
}

.search-wrap button:hover {
    border: 1px solid #16627E;
    background-color: transparent;
    color: #16627E;
}

.nav-sub-contents-wrap ul li:last-of-type {
    border-bottom: 1px dashed #ccc;
}

.nav-sub-contents-wrap ul li:hover {
    background-color: rgba(240, 240, 240, 0.5);
}



/* 讀懃ｴ｢繝輔か繝ｼ繝� */
.nav-sub-contents-wrap .search-wrap {
    padding: 20px 0;
    background-color: #fff;
}

.nav-sub-contents-wrap .search-form {
    display: flex;
    gap: 0;
    justify-content: center;
}

.nav-sub-contents-wrap label {
    margin-bottom: 0;
}

.nav-sub-contents-wrap .search-field {
    border-radius: 5px 0 0 5px;
    outline: none;
}

.nav-sub-contents-wrap .search-submit {
    border-radius: 0 5px 5px 0;
}

.mo-hide {
    display: none;
}

@media (min-width: 768px) {
    .nav-sub-contents-wrap.show {
        /* background-color:transparent; */
        overflow: hidden;
    }

    .nav-sub-contents-wrap .search-wrap {
        max-width: 400px;
        margin-left: auto;
    }

    .nav-sub-contents-wrap ul {
        max-width: 400px;
        height: calc(100% - 90px);
    }
}


@media (min-width: 1024px) {
    .mo-hide {
        display: block;
    }
}

.container {
    max-width: 1142px;
}

.mt32 {
    margin-top: 32px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb70 {
    margin-bottom: 70px;
}

.logo-container {
    width: 138px;
    height: 30px;
}

.logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner {
    position: relative;
    height: 645px;
}

.banner-content {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-title {
    font-family: 'Shippori Mincho', sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    color: #2A82C0;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.banner-title::before {
    content: '';
    position: absolute;
    background-image: url('../img/blue-quote.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -35px;
    left: -50px;
    width: 50px;
    height: 50px;
}

.car {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 155px;
}

.detail-wrapper {
    /* padding-top: 40px; */
    display: flex;
    gap: 60px;
    flex-direction: column;
}

#holiday {
    padding-top: 120px;
}

.detail-title {
    font-family: 'Shippori Mincho', sans-serif;
    font-weight: 700;
    font-size: var(--font-xxxl);
    line-height: 1.4;
    color: #0668A5;
    text-align: center;
    margin: 40px 0 32px;
}

.detail-content p {
    font-weight: 400;
    line-height: 1.8;
    color: #353535;
    text-align: center;
    font-size: var(--font-lg);
}

.detail-link-wrapper {
    display: flex;
    gap: 20px;
    align-self: center;
}

.detail-link {
    padding: 0 20px;
    border-radius: 1000px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    font-size: var(--font-lg);
    font-weight: 500;
    line-height: 1.4;
    color: #FFFFFF;
    background-color: #94B657;
    text-align: center;
    text-decoration: none;
    height: 80px;
    width: 484px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-link:hover {
    background-color: #679E3D;
}

.title,
.title-description {
    font-family: 'Shippori Mincho', sans-serif;
    font-weight: 700;
    font-size: var(--font-xxxl);
    line-height: 1.4;
    color: #0668A5;
    align-self: center;
}

.quote-icon-right {
    display: inline-flex;
    position: relative;
}

.quote-icon-right::after {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    background-image: url('../img/icons/quote-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    right: -25px;
}

.title-description {
    font-size: var(--font-xxxxl);
    margin-top: 32px;
    line-height: 1.1;
}

.description {
    margin-top: 24px;
    font-weight: 400;
    font-size: var(--font-md);
    line-height: 1.4;
    color: #353535;
    gap: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.extended-info {
    padding: 70px 0 90px;
    display: flex;
    gap: 70px;
    flex-direction: column;
    align-items: center;
    color: #353535;
}

.detail-info h2 {
    margin-bottom: 40px;
}

.title-underline {
    font-family: 'Shippori Mincho', sans-serif;
    font-size: var(--font-xxxl);
    font-weight: 700;
    line-height: 1.4;
    color: #319ED4;
    background-image: linear-gradient(to top, #E0EDC9 0, #E0EDC9 13px, transparent 13px);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    text-align: center;
    align-self: center;
    justify-content: center;
    display: inline-flex;
}

.route-heading {
    font-size: var(--font-lg);
    font-weight: 500;
    color: #679E3D;
    line-height: 1;
    margin-bottom: 16px;
}

.route-line {
    font-size: var(--font-md);
    line-height: 1.4;
    color: #353535;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.detail-info .route-note {
    font-size: var(--font-md);
    font-weight: 500;
    line-height: 1;
    color: #353535;
    margin: 40px 0 24px;
}

.price-box {
    background-color: #F4F8EE;
    border: 1px solid #E0EDC9;
    padding: 40px;
    width: 444px;
    text-align: center;
    gap: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

.price-box p {
    font-weight: 400;
    font-size: var(--font-lg);
    line-height: 1;
    color: #353535;
}

.icon-arrow-right {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 2px;
    background-image: url('../img/icons/arrow-green.svg');
}

.train-schedule {
    background-color: #F4F9FB;
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: center;
    padding: 90px 0;
}

.train-schedule .sub-title {
    font-size: var(--font-md);
    font-weight: 400;
    line-height: 1.4;
    color: #353535;
}

.schedule-timetable-section {
    max-width: 1142px;
    width: 100%;
    padding: 0 16px;
}

.schedule-timetable-section--second {
    margin-top: 70px;
}

.schedule-timetable-title {
    font-size: var(--font-lg);
    font-weight: 500;
    color: #353535;
    margin-bottom: 24px;
}

.schedule-timetable-note {
    font-size: var(--font-lg);
    font-weight: 500;
    margin-left: 16px;
}

.schedule-table-outer {
    overflow-x: auto;
}

.schedule-table {
    min-width: 600px;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}

.schedule-table thead th {
    background-color: #F4F8EE;
    color: #4F7D3D;
    font-weight: 600;
    font-size: var(--font-sm);
    text-align: center;
    padding: 16px 8px;
    border-right: 1px solid #E0EDC9;
    border-bottom: 1px solid #E0EDC9;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.schedule-table tbody td {
    background-color: #fff;
    color: #171717;
    text-align: center;
    padding: 0 8px;
    border-right: 1px solid #E0EDC9;
    font-weight: 400;
    font-size: var(--font-md);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    height: 44px;
}

.schedule-table tbody td:last-child,
.schedule-table thead th:last-child {
    border-right: none;
}

.schedule-table tbody tr:nth-child(even) td {
    background-color: #FAFAFA;
}

.app-info {
    position: relative;
    background-image: url('../img/app-info-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
}

.app-info::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #1594D3CC;
    z-index: 0;
}

.app-info-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.app-info-title {
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    font-size: var(--font-xxxl);
    line-height: 1.4;
    color: #FFFFFF;
    text-shadow: 0 0 14px rgba(0, 13, 37, 0.38);
    text-align: center;
}

.app-info-download {
    font-weight: 400;
    font-size: var(--font-lg-mobile);
    line-height: 1.4;
    color: #FFFFFF;
    text-align: center;
    margin-top: 48px;
    text-shadow: 0 0 14px rgba(0, 13, 37, 0.85);
}

.app-info-download:last-of-type {
    margin-top: 20px;
}

.app-info-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
    padding: 20px 40px;
    border-radius: 1000px;
    background-color: #F4F9FB;
    color: #0668A5;
    font-size: var(--font-lg-mobile);
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    justify-content: center;
}

.app-info-btn:hover {
    color: #94B657;
}

.app-info-btn-icon {
    width: 28px;
    height: 28px;
    background: url('../img/icons/arrow-outward.svg');
}

.app-info-btn:hover .app-info-btn-icon {
    background: url('../img/icons/arrow-outward-green.svg');
}

.tour-info {
    padding: 120px 16px;
}

.description-text {
    font-weight: 400;
    font-size: var(--font-lg);
    line-height: 1.8;
    color: #5C5C5C;
    text-align: center;
}

.tour-pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0;
    gap: 40px;
}

.tour-pricing-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.price-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 84px;
}

.price-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    padding: 24px 44px;
    background-color: #F4F8EE;
    border: 1px solid #E0EDC9;
    border-radius: 5px;
}

.price-card-label {
    font-size: var(--font-md);
    font-weight: 600;
    color: #679E3D;
    line-height: 1;
}

.price-card-divider {
    margin: 0 20px;
    border-left: 1px dashed #679E3D;
    min-height: 38px;
}

.price-card-amount {
    font-size: var(--font-lg);
    font-weight: 600;
    color: #353535;
    line-height: 1;
}

.price-cards-note {
    font-size: var(--font-sm);
    font-weight: 400;
    line-height: 1;
    color: #5C5C5C;
}

.tour-info .note {
	margin:10px 0;
}

.contact-info {
    background: url('../img/contact-bg.png') center / cover no-repeat;
    height: 1050px;
}

.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 0;
}

.contact-info p {
    font-weight: 400;
    font-size: var(--font-md);
    line-height: 1;
    color: #353535;
    text-align: center;
}

.contact-tel {
    background-color: #94B657;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    border-radius: 1000px;
    text-decoration: none;
    font-size: var(--font-lg);
    font-weight: 600;
    line-height: 1;
    gap: 16px;
    width: 300px;
    margin-top: 30px;
}

.contact-tel:hover {
    background-color: #679E3D;
}

.call-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: url('../img/icons/call.svg') center / contain no-repeat;
}

.contact-title {
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    font-size: var(--font-xxxl);
    line-height: 1.4;
    color: #0668A5;
    text-align: center;
    margin-bottom: 40px;
}

.download-box {
    border: 1px solid #C9D7DF;
    border-radius: 8px;
    background: #FFFFFF5E;
    padding: 60px;
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download-box h4 {
    font-size: var(--font-lg);
    font-weight: 500;
    line-height: 1;
    color: #353535;
    margin-bottom: 24px;
}

.download-box p {
    font-size: var(--font-md);
    font-weight: 400;
    line-height: 1;
    color: #353535;
    margin-bottom: 32px;
}

.download-btn {
    background-color: #58B0DD;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    border-radius: 1000px;
    text-decoration: none;
    font-size: var(--font-lg-mobile);
    font-weight: 600;
    line-height: 1;
    gap: 12px;
    width: 300px;
}

.download-btn:hover {
    background-color: #319ED4;
}

.download-btn-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: url('../img/icons/arrow-outward-white.svg') center / contain no-repeat;
}

.footer {
    background-color: #135E8C;
    color: #FFFFFF;
    padding: 32px 0;
    font-size: var(--font-md);
    line-height: 1.2;
}

.footer br {
    display: none;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 18px;
}

.footer-inner a {
    color: inherit;
    text-decoration: none;
}

.download-modal {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.download-modal[hidden] {
    display: none !important;
}

.download-modal-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(53, 53, 53, 0.65);
    animation: modal-fade-in 0.25s ease;
}

.download-modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 775px;
    border-radius: 12px;
    overflow: hidden;
    animation: modal-slide-down 0.28s ease;
}

@keyframes modal-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modal-slide-down {
    from {
        opacity: 0;
        transform: translateY(-48px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.download-modal-header {
    position: relative;
    background-color: #2D2D2D;
    text-align: center;
    height: 135px;
    align-content: center;
}

.download-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-modal-title {
    margin-top: 18px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.download-modal-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 95px;
    padding-top: 40px;
    padding-bottom: 54px;
    background-color: #FFFFFF;
}

.download-modal-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.download-modal-label {
    font-size: var(--font-md);
    font-weight: 500;
    line-height: 1;
    color: #000000;
    margin-bottom: 8px;
}

.map-wrapper {
    height: 442px;
}

.download-modal-col a {
    width: 148px;
    height: 44px;
}

.scroll-top-btn {
    position: fixed;
    bottom: 3%;
    right: 2%;
    display: none;
    font-size: 2rem;
    cursor: pointer;
    z-index: 1000;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: url('../img/scroll_top.svg') no-repeat center center;
}

.scroll-top-btn.is-visible {
    display: block;
}

.scroll-top-btn:hover {
    background: url('../img/scroll_top_active.svg') no-repeat center center;
}



@media screen and (min-width: 1800px) {
    .banner {
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .banner-title {
        font-size: 5.5vw;
    }
}

@media screen and (max-width: 1200px) {

    #org-header .site-branding {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .logo-container {
        width: 124px;
        height: 26px;
        margin: 0 auto;
    }

    .detail-link {
        height: 72px;
    }

    .detail-title {
        margin: 64px 0 40px;
    }

    .banner-content {
        width: 100%;
    }

    .banner-title {
        font-size: 7vw;
        line-height: 1.2;
        width: fit-content;
    }

    .detail-link-wrapper {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        align-items: center;
    }

    .footer-inner {
        flex-direction: column;
    }

    .schedule-table-wrap {
        overflow-x: auto;
    }
}

@media (max-width: 767px) {
    :root {
        --font-xxxl: 30px;
        --font-lg: 18px;
    }

    .banner {
        height: auto;
    }

    .banner-title {
        font-size: 11vw;
        line-height: 1.2;
        width: fit-content;
    }

    .logo-container {
        width: 123px;
        height: 26px;
    }

    .app-info {
        background-image: url('../img/app-info-bg-mb.png');
    }

    .download-modal-title {
        font-size: var(--font-lg);
    }

    .download-modal-dialog {
        width: 400px;
    }

    .download-modal-body {
        flex-direction: column;
        gap: 36px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .download-modal-qr {
        display: none;
    }

    .download-modal-label {
        margin-bottom: 15px;
    }

    .app-info-download {
        font-size: var(--font-md);
    }


    /* .banner {
        background-image: url('../img/bnr-bg-mb.png');
        height: 460px;
        padding-top: 10vh;
    } */

    .car {
        width: 80vw;
        height: auto;
        margin-top: 15vh;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .detail-title {
        font-size: 28px;
    }

    .detail-link {
        width: 100%;
        max-width: 400px;
    }

    .detail-content p {
        text-align: left;
    }

    .detail-wrapper {
        gap: 50px;
        /* padding-top: 32px; */
    }

    #holiday {
        padding-top: 56px;
    }

    .schedule-table thead th {
        padding: 8px 6px;
    }

    .schedule-table tbody td {
        padding: 0px 6px;
        font-size: 14px;
        font-weight: 400;
        height: 34px;
    }

    .train-schedule {
        padding: 54px 0;
    }

    .schedule-timetable-title {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .schedule-timetable-section--second {
        margin-top: 48px;
    }

    .app-info {
        padding: 120px 0;
    }

    .app-info-download {
        margin-top: 40px;
    }

    .title-description {
        font-size: 38px;
        text-align: center;
        margin-top: 24px;
    }

    .description {
        margin-top: 20px;
    }

    .price-box {
        width: 350px;
        gap: 20px;
        padding: 24px 0;
    }

    .extended-info {
        padding: 48px 0 54px;
        gap: 48px;
    }

    .route-heading {
        margin-bottom: 12px;
    }

    .title-underline {
        font-size: 30px;
    }

    .detail-info .route-note {
        margin: 32px 0 20px;
    }

    .map-wrapper {
        height: 288px;
    }

    .extended-info .map-wrapper {
        margin-bottom: 48px;
    }

    .detail-info h2:last-of-type {
        margin-bottom: 24px;
    }

    .download-box {
        width: 100%;
        padding: 40px 12px;
    }

    .download-box h4 {
        font-size: 18px;
        text-align: center;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .download-box p {
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .tour-info {
        padding: 60px 16px;
    }

    .description-text {
        text-align: left;
    }

    .tour-pricing {
        gap: 32px;
        margin: 48px 0;
    }

    .tour-pricing-body {
        gap: 16px;
    }

    .price-card {
        padding-left: 24px;
        justify-content: space-between;
    }

    .price-card-label,
    .price-card-amount {
        font-size: 18px;
    }

    .route-line {
        line-height: 1.8;
    }

    .contact-info-wrapper {
        padding: 54px 16px;
    }

    .contact-info {
        background: url('../img/contact-bg-mb.png') center / cover no-repeat;
        height: 840px;
    }

    .app-info-btn,
    .contact-tel,
    .download-btn {
        min-width: 280px;
        width: auto;
        padding: 16px 32px;
    }

    .app-info-btn,
    .download-btn {
        font-size: var(--font-md);
    }

    .footer {
        font-size: 14px;
        padding: 24px 0;
    }

    .download-modal-col a {
        justify-content: center;
        width: 220px;
        height: auto;
    }

    .download-modal-col a img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 635px) {
    .schedule-timetable-section {
        padding-right: 0;
    }

    .schedule-table {
        margin-right: 16px;
    }

    /* .banner-title::before {
        width: 28px;
        height: 28px;
        top: -25px;
        left: -30px;
    } */

}

@media (min-width: 576px) and (max-width: 767px) {
    .banner-title {
        font-size: 6.5vw;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .banner {
        height: 450px;
    }

    .banner-title::before {
        width: 35px;
        height: 35px;
        top: -38px;
        left: -38px;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .detail-wrapper {
        /* padding-top: 64px; */
    }

    .description-text,
    .detail-content p {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .banner-title::before {
        width: 28px;
        height: 28px;
        top: -25px;
        left: -30px;
    }
}

@media (min-width: 424px) and (max-width: 575px) {
    .car {
        width: 85vw;
        height: auto;
    }
}

@media (max-width: 424px) {

    :root {
        --font-xxxl: 6.5vw !important;
        --font-lg: 5vw !important;
        --font-md: 4vw !important;
    }

    .car {
        width: 95vw;
        height: auto;
    }

    .banner-title {
        font-size: 11vw;
    }

    .detail-title {
        font-size: var(--font-xxxl);
        margin: 32px 0 40px;
    }

    .quote-icon-right::after {
        width: 28px;
        height: 25px;
    }

    .title-description {
        font-size: 7.5vw;
    }

    .price-box {
        width: 90vw;
    }

    .price-card-label,
    .price-card-amount {
        font-size: 18px;
    }

    .footer br {
        display: block;
    }
}

@media (max-width: 375px) {

    .price-card-label,
    .price-card-amount {
        font-size: 5vw;
    }
}