.access-page .sp {
    display: none !important;
}

.access-page .pc {
    display: block !important;;
}

@media (max-width: 768px) {
    .access-page .sp {
        display: block !important;;
    }

    .access-page .pc {
        display: none !important;;
    }
}

@media (max-width: 1200px) {
    .access-top {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.access-top h2 {
    color: #2D344A;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 67px;
    padding-bottom: 73px;
}

@media (max-width: 768px) {
    .access-top h2 {
        font-size: 36px;
        padding-top: 49px;
        padding-bottom: 31px;
        span {
            letter-spacing: -5.7px;
        }
    }
}

.access-transport {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 39px;
    flex-wrap: wrap;
    padding-bottom: 115px;
}

.access-map {
    flex: 1.3;
    min-width: 300px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
}

.access-info {
    flex: 1;
    min-width: 300px;
    box-sizing: border-box;
}

.access-map img {
    width: 100%;
    height: auto;
    display: block;
}

.access-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.access-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

@media (max-width: 768px) {
    .access-item {
        gap: 8px;
    }
}

.access-item .icon {
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #000;
    width: 80px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .access-item .icon {
        width: 70px;
    }
}

.access-item .text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* .access-item .text svg {
    width: 100% !important;
    margin-top: -10px;
} */

.access-item h3 {
    color: #2D344A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: #ADB2C2 dotted 1px;
}

@media (max-width: 768px) {
    .access-item h3 {
        font-size: 18px;
    }
}

.access-item p {
    color: #2D344A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding-top: 5px;
}

@media (max-width: 768px) {
    .access-item p {
        font-size: 14px;
        line-height: 1.8;
        font-feature-settings: "palt" on;
    }
}

@media screen and (max-width: 768px) {
    .access-transport {
        flex-direction: column;
        align-items: center;
        gap: 28px;
        padding-bottom: 54px;
    }

    .access-map img {
        max-width: 100%;
    }

    .access-info {
        width: 100%;
    }
}

.access-clinic {
    padding-bottom: 145px;
}

@media (max-width: 768px) {
    .access-clinic {
        padding-bottom: 88px;
    }
}

.access-clinic h2 {
    color: #2D344A;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 98px;
    padding-bottom: 65px;
}

@media (max-width: 768px) {
    .access-clinic h2 {
        font-size: 36px;
        padding-top: 50px;
        padding-bottom: 42px;
    }
}

.clinic-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}

@media (max-width: 1200px) {
    .clinic-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .clinic-info {
        flex-direction: column;
        gap: 21px;
    }
}

.clinic-details {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #2c3550;
    flex: 1;
}

.clinic-details .row {
    display: flex;
    border-bottom: 1px dotted #ADB2C2;
    padding: 11px 0;
    align-items: flex-start;
}

.clinic-details .row.table-row {
    border-bottom: 1px solid rgba(45, 52, 74, 0.30);
    padding-top: 13px;
    padding-bottom: 8px;
}

.clinic-details .label {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 65px;
    color: #2D344A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
}

.clinic-details .label.w-100 {
    width: 100px;
    font-weight: 400;
}

.clinic-details .value {
    flex: 1;
    padding-left: 100px;
    color: #2D344A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .clinic-details .value {
        padding-left: 84px;
        font-size: 14px;
        line-height: 1.6;
    }

    .clinic-details .label {
        width: 56px;
        font-size: 14px;
        line-height: 1.6;
    }

    .clinic-details .label.w-100 {
        width: 85px;
    }
}

.clinic-details .table-row {
    align-items: flex-start;
    position: relative;
}

.clinic-details table {
    border-collapse: collapse;
    width: 100%;
    margin-top: -4px;
}

.clinic-details th,
.clinic-details td {
    text-align: center;
    font-size: 16px;
}

@media (min-width: 768px) {
    .clinic-details td {
        width: 20px;
    }
}


.clinic-details th:first-child,
.clinic-details td:first-child {
    text-align: left;
}

.clinic-details .note {
    margin-top: 11px;
    color: #2D344A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .clinic-details .note {
        font-size: 12px;
    }
    .clinic-details th,
    .clinic-details td {
        font-size: 14px;
    }
}

.clinic-image {
    flex: 1;
    min-width: 300px;
}

.clinic-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}

.access-route h2 {
    color: #2D344A;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 51px;
    padding-bottom: 45px;
}

@media (max-width: 768px) {
    .access-route h2 {
        font-size: 36px;
        padding-top: 60px;
        padding-bottom: 24px;
    }
}

.access-route h3 {
    color: #2D344A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
}

@media (max-width: 768px) {
    .access-route h3 {
        font-size: 18px;
        padding-bottom: 29px;
    }
}

.access-route h3.custom {
    padding-top: 118px;
}

.access-route .line-text {
    padding-left: 17px;
    padding-right: 17px;
}

@media (max-width: 768px) {
    .access-route .line-text {
        padding-left: 13px;
        padding-right: 13px;
    }
}

.route-container.custom {
    padding-bottom: 97px;
}

@media (max-width: 768px) {
    .route-container.custom {
        padding-bottom: 69px;
    }
}

.route-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 57px;
    align-items: start;
    padding-right: 51px;
}

@media (max-width: 768px) {
    .route-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 21px;
        padding-right: 0;
    }
}

.route-card {
    position: relative;
}

.route-label {
    position: absolute;
    background: #9FAAE0;
    width: 83px;
    aspect-ratio: 1 / 1;
    padding: 8px;
    text-align: center;
    z-index: 1;
    color: #FFF;
    font-family: "Gilda Display", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 4.5px;
}

@media (max-width: 768px) {
    .route-label {
        width: 39px;
        font-size: 6px;
        letter-spacing: 0.6px;
        padding: 6px;
    }
}

.route-num {
    font-size: 45px !important;
    line-height: 1;
    margin: 0;
}

@media (max-width: 768px) {
    .route-num {
        font-size: 21px !important;
    }
}

.route-image {
    position: relative;
}

.route-image img {
    width: 100%;
    display: block;
}

.route-card .desc {
    margin-top: 8px;
    color: #2D344A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

@media (max-width: 768px) {
    .route-card .desc {
        font-size: 14px;
        line-height: 1.8;
    }
}

.route-card .arrow {
    position: absolute;
    top: 50%;
    right: -48px;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .route-card .arrow {
        right: -17px;
    }
    .route-card .arrow svg{
        width: 7px !important;
        height: 15px !important;
    }
}

@media (max-width: 1200px) {
    .access-parking {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.access-parking h2 {
    color: #2D344A;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 95px;
    padding-bottom: 76px;
}

@media (max-width: 768px) {
    .access-parking h2 {
        font-size: 36px;
        padding-top: 54px;
        padding-bottom: 48px;
    }
}

.access-parking .bottom-img {
    display: flex;
    justify-content: center;
    max-width: 710px;
    margin: 0 auto 31px;
    border: 1px solid #D9D9D9;
}

@media (max-width: 768px) {
    .access-parking .bottom-img {
        margin: 0 auto 9px;
    }
}

.access-parking .note {
    display: flex;
    justify-content: center;
    padding-bottom: 106px;
    color: #2D344A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
}

.access-parking .note .label {
    display: flex;
    justify-content: space-between;
    width: 67px;
    font-weight: 700;
}

.access-parking .note .value {
    padding-left: 19px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .access-parking .note {
        font-size: 14px;
        padding-bottom: 80px;
    }

    .access-parking .note .label {
        width: 56px;
    }

    .access-parking .note .value {
        padding-left: 16px;
    }
}
