.kochitaxi-sheet {
    background: #fff;
    border-radius: 24px;
    padding: 48px 32px 56px;
    margin-top: -60px;
}

.kochitaxi-head {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.kochitaxi-tagline {
    background: #f5b400;
    color: #d6001c;
    font-weight: 700;
    padding: 0.35em 1.2em;
    border-radius: 18px;
    letter-spacing: 0.05em;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.kochitaxi-head__titles {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.kochitaxi-head__title {
    margin: 0;
    font-size: 1.8em;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #d6001c;
}

.kochitaxi-head__subtitle {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #555;
}

.kochitaxi-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-bottom: 32px;
}

.kochitaxi-card {
    background: #fff5e5;
    border-radius: 18px;
    border: 2px solid #ffd27f;
    padding: 18px 16px 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.kochitaxi-card__number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #d6001c;
    color: #fff;
    font-weight: 800;
    font-size: 1.1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 12px rgba(214, 0, 28, 0.25);
}

.kochitaxi-card__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.kochitaxi-card__title {
    margin: 0;
    font-size: 1.1em;
    font-weight: 800;
    color: #d6001c;
}

.kochitaxi-card__image {
    width: 100%;
    margin: 6px 0 4px;
    display: flex;
    justify-content: center;
}

.kochitaxi-card__image img {
    width: 260px;
    max-width: 90%;
    height: 260px;
    object-fit: contain;
    display: block;
    border-radius: 16px;
}

.kochitaxi-card__text {
    margin: 0;
    line-height: 1.7;
    color: #333;
}

.kochitaxi-card--accent {
    background: #ffe7e9;
    border-color: #ff9ba6;
}

.kochitaxi-notice {
    background: #d6001c;
    color: #fff;
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 36px;
    box-shadow: 0 10px 20px rgba(214, 0, 28, 0.18);
}

.kochitaxi-notice__title {
    font-weight: 800;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.kochitaxi-notice__list {
    margin: 0;
    padding-left: 1.25em;
    display: grid;
    gap: 6px;
    list-style: disc;
    list-style-position: outside;
    font-size: 0.95em;
    line-height: 1.6;
}

.kochitaxi-download {
    background: linear-gradient(135deg, #ffeaba 0%, #fff7e6 100%);
    border: 2px solid #ffd27f;
    border-radius: 18px;
    padding: 24px 20px 26px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.kochitaxi-download__titles {
    text-align: center;
    margin-bottom: 18px;
}

.kochitaxi-download__eyebrow {
    display: inline-block;
    background: #d6001c;
    color: #fff;
    font-weight: 800;
    padding: 0.3em 0.9em;
    border-radius: 999px;
    margin: 0 0 10px;
    letter-spacing: 0.03em;
}

.kochitaxi-download__title {
    margin: 0;
    font-size: 1.6em;
    color: #d6001c;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.kochitaxi-download__lead {
    margin: 8px auto 0;
    max-width: 780px;
    line-height: 1.7;
    color: #333;
}

.kochitaxi-download__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.kochitaxi-download__card {
    background: #fff;
    border-radius: 12px;
    padding: 12px 12px 16px;
    border: 1px solid #ffd27f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    text-align: center;
}

.kochitaxi-download__label {
    margin: 0 0 10px;
    font-size: 1em;
    font-weight: 800;
    color: #d6001c;
}

.kochitaxi-qr {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    background: #fff;
    border: 2px dashed #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #999;
    letter-spacing: 0.05em;
}

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

.kochitaxi-download__note {
    margin: 10px 0 0;
    font-size: 0.9em;
    color: #444;
}

.kochitaxi-backtotop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #d6001c;
    color: #fff;
    padding: 12px 14px;
    border-radius: 22px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(214, 0, 28, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.kochitaxi-backtotop:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(214, 0, 28, 0.4);
}

@media screen and (max-width: 768px) {
    .kochitaxi-sheet {
        padding: 36px 18px 42px;
        margin-top: -30px;
    }
    .kochitaxi-head__title {
        font-size: 1.5em;
    }
    .kochitaxi-card {
        padding: 16px 14px 18px;
    }
    .kochitaxi-download__title {
        font-size: 1.35em;
    }
    .kochitaxi-backtotop {
        right: 14px;
        bottom: 14px;
        width: 52px;
        height: 52px;
        padding: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4em;
    }
}

@media print {
    @page {
        size: A4;
        margin: 12mm;
    }
    body {
        background: #fff;
    }
    .header-wrapper,
    .gnav,
    .navigation,
    .hamburger-menu,
    .kochitaxi-backtotop {
        display: none !important;
    }
    .l-content-fixed {
        max-width: 210mm;
        margin: 0 auto;
    }
    .kochitaxi-sheet {
        margin-top: 0;
        box-shadow: none;
    }
    .kochitaxi-download,
    .kochitaxi-card,
    .kochitaxi-notice {
        page-break-inside: avoid;
    }
}
