/* :root {
    --main-color: #4A7C3A;
    --accent-color: #FAF5EA;
    --sub-color: #E8F0E3;
    --border-color1: #D8D8D8;

    --background-color1: #fff;

    --base-font-color: #333;

    --font-jp: "Noto Sans JP", sans-serif;
    --font-en: "Poppins", sans-serif;

    --fw-medium: 500;
    --fw-bold: 700;
} */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--base-font-color);
    font-family: var(--font-jp);
    line-height: 1.6;
}

body,
button {
    font-family: var(--font-jp);
}

.site-header *,
.price-list-page *,
.site-footer * {
    box-sizing: border-box;
}

.site-header a,
.price-list-page a,
.site-footer a {
    color: inherit;
    text-decoration: none;
}

/* ==========================================================================
    Header
    ========================================================================== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: var(--background-color1);
    border-bottom: 1px solid var(--border-color1);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding: 0;
}

.header-nav {
    align-self: stretch;
    padding-left: 30px;
}

.nav-list,
.drawer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-list {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-item {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-item:not(:last-child)::after {
    width: 1px;
    height: 15px;
    background-color: var(--border-color1);
    content: "";
}

.nav-item a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 18px;
    color: var(--base-font-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    transition: color 0.3s;
}

.nav-item:first-child a {
    padding-left: 0;
}

.header-info {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 0;
}

.info-address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    color: var(--base-font-color);
    text-align: left;
}

.info-address .zip,
.info-address .address-text {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

.site-header .btn-reservation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    gap: 3.5px;
    min-width: 225px;
    padding: 16px 28px;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 0;
}

.btn-sub {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: var(--fw-bold);
    line-height: 1.2;
}

.btn-main {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 22px;
    font-weight: var(--fw-bold);
    line-height: 1.2;
}

.icon-phone,
.icon-phone img {
    display: block;
    width: 16px;
    height: 16px;
}

.sp-btn-reservation,
.hamburger-btn,
.drawer-menu {
    display: none;
}

/* ==========================================================================
    Page heading and introduction
    ========================================================================== */
.price-list-page {
    color: var(--base-font-color);
    background-color: var(--background-color1);
}

.page-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 240px;
    padding: 67px 20px 50px;
    background-color: var(--accent-color);
    text-align: center;
}

.page-hero__en,
.page-hero__title,
.breadcrumb {
    margin: 0;
}

.page-hero__en {
    color: var(--main-color);
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: var(--fw-medium);
    line-height: 1.8;
    letter-spacing: 0.15em;
}

.page-hero__title {
    margin-top: 3px;
    color: #333;
    font-size: 32px;
    font-weight: var(--fw-bold);
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: #666;
    font-size: 13px;
    line-height: 1.8;
}

.breadcrumb span[aria-hidden="true"] {
    color: #ccc;
}

.price-intro {
    min-height: 298px;
    padding: 50px 20px;
    background-color: var(--accent-color);
}

.price-intro__box {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 36px 32px 40px;
    background-color: var(--background-color1);
    border-left: 4px solid var(--main-color);
    border-radius: 6px;
}

.price-intro__box p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 2;
}

.price-intro__box p + p {
    margin-top: 14px;
}

/* ==========================================================================
    Shared price sections
    ========================================================================== */
.price-section {
    padding: 69px 20px 70px;
}

.price-section--green {
    background-color: var(--main-color);
}

.price-section--light {
    background-color: var(--accent-color);
}

.price-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.section-heading {
    text-align: center;
}

.section-heading__en,
.section-heading__title {
    margin: 0;
}

.section-heading__en {
    color: var(--main-color);
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: var(--fw-medium);
    line-height: 1.8;
    letter-spacing: 0.15em;
}

.section-heading__title {
    margin-top: 5px;
    color: #333;
    font-size: 26px;
    font-weight: var(--fw-bold);
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.section-heading--white .section-heading__en,
.section-heading--white .section-heading__title {
    color: #fff;
}

.section-heading--white .section-heading__en {
    opacity: 0.9;
}

.section-intro {
    margin: 20px 0 40px;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}

.price-card {
    margin-top: 30px;
    padding: 40px 36px;
    background-color: var(--background-color1);
    border-radius: 8px;
}

.price-card--crown {
    padding-top: 50px;
}

.section-intro + .price-card {
    margin-top: 0;
}

.price-card + .price-card {
    margin-top: 30px;
}

.price-card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 60px;
    margin: 0;
    color: var(--main-color);
    font-size: 22px;
    font-weight: var(--fw-bold);
    line-height: 1.8;
    text-align: center;
}

.price-card__title::before,
.price-card__title::after {
    display: block;
    width: 60px;
    height: 1px;
    background-color: var(--main-color);
    content: "";
}

.price-card__lead {
    margin: 0 0 11px;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}

.price-table-wrap {
    overflow: hidden;
    padding-top: 17px;
    background-color: #f5ecd9;
    border-radius: 6px;
}

.price-card--denture .price-table-wrap {
    padding-top: 24.5px;
}

.price-card--whitening .price-table-wrap {
    padding-top: 0;
}

.price-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
}

.price-table th {
    padding: 13px 20px 14px;
    color: #fff;
    background-color: var(--main-color);
    font-size: 14px;
    font-weight: var(--fw-medium);
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: left;
}

.price-table th:first-child,
.price-table td:first-child {
    width: calc(100% - 180px);
}

.price-table th:last-child,
.price-table td:last-child {
    width: 180px;
    text-align: right;
}

.price-table td {
    padding: 18px 20px 19px;
    color: #666;
    background-color: #f5ecd9;
    vertical-align: top;
}

.price-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.price-table td strong {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: var(--fw-medium);
    line-height: 1.8;
}

.price-table td span {
    display: block;
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.7;
}

.price-table td b {
    color: var(--main-color);
    font-size: 17px;
    font-weight: var(--fw-bold);
    line-height: 1.8;
}

.price-table td small {
    margin-left: 2px;
    color: #666;
    font-size: 12px;
    line-height: 1.8;
}

.price-table td.price-table__market {
    color: #666;
    font-size: 12px;
    line-height: 1.8;
}

.price-note {
    margin: 11px 0 0;
    color: #666;
    font-size: 13px;
    line-height: 1.8;
}

.price-note + .price-note {
    margin-top: 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* ==========================================================================
    Payment, warranty, and deduction
    ========================================================================== */
.support-section {
    padding: 69px 20px 70px;
    background-color: var(--accent-color);
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.support-card {
    padding: 32px 30px;
    background-color: var(--background-color1);
    border-radius: 8px;
}

.support-card h3 {
    margin: 0 0 12px;
    padding-bottom: 13px;
    color: var(--main-color);
    border-bottom: 1px solid var(--sub-color);
    font-size: 18px;
    font-weight: var(--fw-bold);
    line-height: 1.8;
}

.support-card p {
    margin: 12px 0 0;
    color: #333;
    font-size: 14px;
    line-height: 2;
}

.support-card .support-card__note {
    color: #666;
    font-size: 13px;
    line-height: 2;
}

.support-card ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.support-card li {
    position: relative;
    padding: 5px 0 6px 22px;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
}

.support-card li::before {
    position: absolute;
    top: 14px;
    left: 4px;
    width: 6px;
    height: 6px;
    background-color: var(--main-color);
    border-radius: 3px;
    content: "";
}

.deduction-section {
    padding: 69px 20px 70px;
    background-color: var(--background-color1);
}

.deduction-box {
    width: 100%;
    max-width: 800px;
    margin: 40px auto 0;
    padding: 32px 36px;
    background-color: var(--accent-color);
    border-radius: 6px;
}

.deduction-box p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 2;
}

.deduction-box .deduction-box__note {
    margin-top: 16px;
    color: #666;
    font-size: 14px;
    line-height: 2;
}

/* ==========================================================================
    CTA and footer
    ========================================================================== */
.contact-cta {
    padding: 59px 20px 60px;
    background-color: var(--sub-color);
    text-align: center;
}

.contact-cta h2,
.contact-cta p {
    margin: 0;
}

.contact-cta h2 {
    color: #333;
    font-size: 22px;
    font-weight: var(--fw-bold);
    line-height: 1.8;
}

.contact-cta p {
    margin-top: 10px;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.contact-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 18px;
}

.price-list-page .contact-cta__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    min-height: 83px;
    padding: 16px 40px;
    color: #fff;
    border-radius: 4px;
}

.contact-cta__button--tel {
    background-color: var(--main-color);
}

.contact-cta__button--form {
    background-color: #333;
}

.contact-cta__button strong {
    font-size: 16px;
    font-weight: var(--fw-bold);
    line-height: 1.8;
}

.contact-cta__button small {
    margin-top: 1px;
    font-size: 11px;
    line-height: 1.8;
    opacity: 0.9;
}

.site-footer {
    padding: 20px;
    color: #fff;
    background-color: #333;
    text-align: center;
}

.site-footer p {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
}

/* ==========================================================================
    Header responsive
    ========================================================================== */
@media screen and (max-width: 1300px) {
    .header-nav,
    .header-info {
        display: none;
    }

    .header-inner {
        min-height: 70px;
        padding: 0 16px;
    }

    .site-header .sp-btn-reservation {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 6px 16px;
        color: #fff;
        background-color: var(--main-color);
        border-radius: 8px;
        font-size: 14px;
        font-weight: var(--fw-bold);
    }

    .sp-btn-reservation img {
        width: 16px;
        height: 16px;
        filter: brightness(0) invert(1);
    }

    .hamburger-btn {
        position: relative;
        z-index: 1001;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 32px;
        height: 22px;
        padding: 0;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

    .hamburger-bar {
        width: 100%;
        height: 2px;
        background-color: var(--base-font-color);
        border-radius: 2px;
    }

    .drawer-menu {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 2000;
        display: block;
        width: 100%;
        max-width: 700px;
        height: 100vh;
        overflow-y: auto;
        background-color: var(--accent-color);
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
        transition: right 0.4s ease;
    }

    .drawer-menu.is-active {
        right: 0;
    }

    .drawer-close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 36px;
        height: 36px;
        padding: 0;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

    .drawer-close-btn::before,
    .drawer-close-btn::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 28px;
        height: 2px;
        background-color: var(--base-font-color);
        content: "";
    }

    .drawer-close-btn::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .drawer-close-btn::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .drawer-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 100%;
        padding: 80px 20px 40px;
    }

    .drawer-list {
        margin-bottom: 40px;
        text-align: center;
    }

    .drawer-item {
        margin-bottom: 24px;
    }

    .drawer-link {
        color: var(--base-font-color);
        font-size: 20px;
        font-weight: var(--fw-bold);
        letter-spacing: 0.05em;
    }

    .drawer-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 320px;
    }

    .site-header .drawer-btn-reservation {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px;
        padding: 12px 20px;
        color: #fff;
        background-color: var(--main-color);
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        text-align: center;
    }

    .drawer-btn-sub {
        margin-bottom: 2px;
        font-size: 13px;
    }

    .drawer-btn-main {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 22px;
        font-weight: var(--fw-bold);
    }

    .drawer-icon-phone {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1);
    }

    .drawer-address {
        color: #666;
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
    }

    .drawer-address p {
        margin: 0;
    }
}

/* ==========================================================================
    Content responsive
    ========================================================================== */
@media screen and (max-width: 767px) {
    .page-hero {
        min-height: 220px;
        padding-top: 58px;
        padding-bottom: 42px;
    }

    .page-hero__title {
        font-size: 28px;
    }

    .price-intro {
        min-height: 0;
        padding: 40px 16px;
    }

    .price-intro__box {
        padding: 24px 20px;
    }

    .price-intro__box p {
        font-size: 14px;
        line-height: 1.9;
    }

    .price-section,
    .support-section,
    .deduction-section {
        padding: 54px 16px;
    }

    .section-heading__title {
        font-size: 23px;
    }

    .section-intro {
        margin-top: 16px;
        margin-bottom: 30px;
        text-align: left;
    }

    .price-card {
        padding: 28px 16px;
    }

    .price-card__title {
        gap: 10px;
        min-height: auto;
        font-size: 19px;
    }

    .price-card__title::before,
    .price-card__title::after {
        flex: 0 0 28px;
        width: 28px;
    }

    .price-card__lead {
        margin-top: 12px;
        margin-bottom: 16px;
        text-align: left;
    }

    .price-table-wrap {
        padding-top: 10px;
    }

    .price-table th {
        padding: 11px 12px;
        font-size: 13px;
    }

    .price-table th:first-child,
    .price-table td:first-child {
        width: calc(100% - 105px);
    }

    .price-table th:last-child,
    .price-table td:last-child {
        width: 105px;
    }

    .price-table td {
        padding: 14px 12px;
    }

    .price-table td strong {
        font-size: 14px;
    }

    .price-table td span {
        margin-top: 6px;
        font-size: 12px;
    }

    .price-table td b {
        font-size: 15px;
    }

    .price-table td small,
    .price-table td.price-table__market {
        font-size: 10px;
    }

    .price-note {
        font-size: 12px;
    }

    .support-grid {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .support-card {
        padding: 26px 22px;
    }

    .deduction-box {
        margin-top: 28px;
        padding: 26px 22px;
    }

    .deduction-box p {
        font-size: 14px;
        line-height: 1.9;
    }

    .contact-cta {
        padding: 48px 16px;
    }

    .contact-cta h2 {
        font-size: 20px;
    }

    .contact-cta p {
        font-size: 14px;
    }

    .contact-cta__buttons {
        flex-direction: column;
        align-items: stretch;
        max-width: 360px;
        margin-right: auto;
        margin-left: auto;
    }

    .contact-cta__button {
        min-width: 0;
        width: 100%;
    }

    .site-footer {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media screen and (max-width: 900px) {
    .drawer-menu {
        max-width: 100%;
        box-shadow: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .drawer-menu {
        transition: none;
    }
}
