@media screen and (max-width: 768px) {
    .header-top {
    padding: 11px 20px;
    background-color: #FFFFFF;
  }

    .header-top__left {
        max-width: 296px;
        width: 100%;
    }

    .header-top__left img {
        width: 100%;
        height: auto;
    }

    .header-top__info {
        display: none;
    }

    .header-top__info {
        display: none;
    }

    .header-top__buttons {
        display: none;
    }

    .nav-container {
        display: none;
    }

    .banner-container {
        min-height: 250px;
    }

    .banner-title__text {
        font-size: 24px;
        font-weight: 800;
        font-family: "Shippori Mincho", serif;
    }

    .banner-title {
        top: 38%;
        left: 10%;
    }

    /* Content Office */

    .breadcrumb__link {
        font-size: 16px;
        font-weight: 500;
    }

    .breadcrumb-container {
        padding: 8px 20px;
    }

    .knowledge {
        padding: 32px 0;
    }

    .knowledge-title {
        font-size: 32px;
        font-weight: 800;
    }

    .knowledge-title-icon {
        max-width: 40px;
        height: 40px;
    }

    .knowledge-title-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .knowledge-list {
        margin: 24px auto 0 auto;
        padding: 0 20px;
    }

    .knowledge-item {
        padding: 16px;
    }

    .knowledge-item-date {
        font-size: 18px;
        font-weight: 400;
    }

    .knowledge-item-arrow {
        display: none;
    }

    .knowledge-item-main {
        row-gap: 20px;
    }

    .knowledge-item-heading {
        font-size: 20px;
        font-weight: 700;
    }

    .knowledge-item-excerpt {
        font-size: 18px;
        font-weight: 400;
    }

    .knowledge-item-tag {
        font-size: 16px;
        font-weight: 400;
    }

    .reviews-pagination {
        margin: 24px auto 0 auto;
        padding: 0 20px;
    }

    .reviews-page {
        font-size: 20px;
        font-weight: 700;
    }

    .reviews-pagination {
        column-gap: 16px;
    }

    /* End Content Office */

    /* Location Contact */
    .location-contact {
        padding: 27px 20px 24px 20px;
    }

    .location-contact-title {
        padding: 0 20px;
    }

    .location-contact-title-text {
        font-size: 24px;
        font-weight: 800;
        font-family: "Shippori Mincho", serif;
    }

    .location-contact-container {
        padding: 16px 0;
    }

    .location-contact-content-text {
        margin: 16px auto 0 auto;
        font-size: 16px;
        font-weight: 500;
    }

    .location-contact-button {
        margin: 16px auto 0 auto;
        flex-direction: column;
        align-items: center;
        row-gap: 16px;
    }

    .location-contact-button-link {
        width: fit-content;
        padding: 10px;
    }

    .location-contact-button-link-text {
        font-size: 16px;
        font-weight: 700;
        font-family: "Noto Sans JP", sans-serif;
    }

    /* Footer */
    footer {
        padding: 16px 20px 24px 20px;
    }

    .footer-top {
        flex-wrap: wrap;
        gap: 24px;
    }

    .footer-top__logo {
        flex-basis: calc(50% - 12px);
    }

    .footer-top__links {
        flex-basis: calc(50% - 12px);
    }

    .footer-top__link {
        font-size: 20px;
        font-weight: 700;
        font-family: "Noto Sans JP", sans-serif;
    }

    .footer-top__phone {
        flex-basis: 100%;
    }

    .footer-top__phone-button {
        padding: 12px 16px;
    }

    .footer-top__phone-button-text {
        row-gap: 6px;
    }

    .footer-top__phone-button-text-number {
        font-size: 32px;
        font-weight: 700;
    }

    .footer-top__phone-button-text-time {
        font-size: 16px;
        font-weight: 400;
    }

    .footer-top__phone-button-icon {
        max-width: 64px;
    }

    .footer-top__phone-button-icon img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .footer-top__phone-address {
        column-gap: 12px;
        padding-bottom: 6px;
        border-bottom: 2px solid #FFFFFF;
    }

    .footer-top__phone-button-container {
        display: flex;
        padding-bottom: 16px;
        border-bottom: 2px solid #FFFFFF;
    }

    .footer-top__phone-address-icon {
        max-width: 50px;
    }

    .footer-top__phone-email {
        padding-bottom: 16px;
        border-bottom: 2px solid #FFFFFF;
    }

    .footer-top__phone-email {
        column-gap: 12px;
    }

    .footer-top__phone-email-icon {
        max-width: 50px;
    }

    .footer-top__phone-line {
        display: none;
    }

    .footer-top__phone-address-text-number {
        font-size: 18px;
        font-weight: 500;
    }

    .footer-top__phone-address-text-address {
        font-size: 18px;
        font-weight: 500;
    }

    .footer-top__phone-address-text-address {
        font-size: 18px;
        font-weight: 500;
    }

    .footer-top__phone-email-text-title {
        font-size: 24px;
        font-weight: 500;
    }

    .footer-top__phone-email-text-time {
        font-size: 20px;
        font-weight: 500;
    }

    .footer-middle__title {
        font-size: 18px;
        font-weight: 700;
        font-family: "Noto Sans JP", sans-serif;
    }

    .footer-middle__link {
        font-size: 14px;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: flex;
    }


    /* header.active {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    } */

    .mobile-menu {
        display: none;
        background-color: #FEFDF0;
        height: 100vh;
    }

    .mobile-menu-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .mobile-menu.active {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        width: 100%;
    }

    .mobile-menu-links {
        margin: 0 auto;
        padding: 16px 0 0 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 24px;
    }

    .mobile-menu-link {
        font-size: 24px;
        font-weight: 500;
        color: rgb(0, 0, 0);
        text-underline-offset: 12px;
        line-height: 1.5;
        margin-bottom: 16px;
        text-decoration: underline 2px dotted;
    }

    .mobile-menu-link.active {
        color: #EAAA08;
        text-decoration-color: #EAAA08;
    }

    .mobile-menu-contact {
        margin: 0 auto 64px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-menu-contact-button {
        display: flex;
        align-items: center;
        column-gap: 8px;
        text-decoration: none;
        padding: 10px 8px;
        width: fit-content;
        border-radius: 8px;
        max-width: 280px;
        width: 100%;
    }

    .mobile-menu-contact-button--mail {
        background-color: #1570EF;
        margin-bottom: 12px;
    }

    .mobile-menu-contact-button--line {
        background-color: #16B364;
    }

    .mobile-menu-contact-button--phone {
        margin: 40px auto 0 auto;
    }

    .mobile-menu-contact-button-text {
        display: flex;
        flex-direction: column;
    }

    .mobile-menu-contact-button-text-number {
        font-size: 32px;
        font-weight: 700;
        color: #EAAA08;
        line-height: 1.2;
    }

    .mobile-menu-contact-button-text-time {
        font-size: 12px;
        font-weight: 400;
        color: #000000;
    }

    .mobile-menu-contact-button-icon {
        display: flex;
        align-items: center;
    }

    .mobile-menu-contact-button-text {
        display: flex;
        font-size: 18px;
        font-weight: 500;
        color: #FFFFFF;
    }
}