/* Access map page (アクセスマップ). */

.am-title-band-wrap {
    max-width: 1280px;
    margin: 24px auto 0;
    padding: 0 40px;
}

/* Header/breadcrumb/body share the same horizontal grid. */
.sn-breadcrumb-wrap,
.ab-body-layout {
    padding-right: 40px;
    padding-left: 40px;
}
.ab-body-layout {
    padding-bottom: 44px;
}
.am-title-band {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    background: #4DB1AF;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px; font-weight: 700;
    line-height: 1.3;
    padding: 18px 48px 18px 28px;
    margin: 0;
    overflow-wrap: anywhere;
}

.am-section {
    margin-bottom: 30px;
}
.am-section-title {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 10px;
    gap: 10px;
    border-bottom: 3px solid rgba(0, 143, 141, 0.7);
    backdrop-filter: blur(6px);
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #008F8D;
    margin: 0 0 28px;
    align-self: stretch;
    flex-grow: 0;
}
.am-section-title::before,
.am-section-title::after {
    display: none;
}
.am-section-title span {
    display: flex;
    align-items: center;
    flex: none;
    flex-grow: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.am-honbu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px 24px;
    align-items: stretch;
}
.am-honbu-img-wrapper {
    grid-column: 1;
    grid-row: 1;
}
.am-honbu-map-wrapper {
    grid-column: 2;
    grid-row: 1;
}
.am-honbu-address-wrapper {
    grid-column: 1 / -1;
    grid-row: 2;
}
.am-honbu-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.am-honbu-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.am-address {
    font-size: 15px;
    color: #333F50;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    font-weight: 500;
}

.am-honbu-right {
    display: flex;
    flex-direction: column;
}
.am-map-wrapper {
    width: 100%;
    height: 100%;
    min-height: 280px;
}
.am-map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 280px;
}

.am-jimusho-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}
.am-office-card {
    display: flex;
    flex-direction: column;
}
.am-office-title {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 41px;
    padding: 0 0 10px;
    border-bottom: 3px solid rgba(0, 143, 141, 0.7);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #008F8D;
    margin: 0 0 16px;
    overflow-wrap: anywhere;
}
#am-office-tokyo-title,
#am-office-yokkaichi-title {
    margin-bottom: 14px;
}
.am-office-img {
    width: 100%;
    height: 265px;
    object-fit: contain;
    border-radius: 12px;
    display: block;
    margin-bottom: 14px;
}
.am-office-postal {
    font-size: 15px;
    font-weight: 600;
    color: #008F8D;
    margin: 0 0 4px;
}
.am-office-address {
    margin-top: 4px;
}

.am-office-info,
.am-tokyo-info {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
    align-items: baseline;
}
.am-office-info .am-office-postal,
.am-office-info .am-office-address,
.am-tokyo-info .am-office-postal,
.am-tokyo-info .am-office-address {
    color: #333F50;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
#am-office-yokkaichi .am-office-info {
    justify-content: center;
    text-align: center;
}

@media (max-width: 960px) {
    .am-honbu-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .am-honbu-img-wrapper,
    .am-honbu-map-wrapper,
    .am-honbu-address-wrapper {
        grid-column: 1;
        grid-row: auto;
    }
    .am-honbu-img {
        width: 100%;
        height: auto;
        max-height: 320px;
    }
    .am-map-wrapper {
        min-height: 320px;
    }
    .am-jimusho-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .am-office-img {
        height: auto;
        max-height: 300px;
    }
}

@media (max-width: 991px) {
    .am-title-band-wrap,
    .sn-breadcrumb-wrap,
    .ab-body-layout {
        padding-right: 20px;
        padding-left: 20px;
    }
    .am-title-band-wrap { margin-top: 20px; }
    .am-title-band { font-size: 22px; padding: 16px 40px 16px 24px; }
}
@media (max-width: 768px) {
    .am-title-band {
        font-size: 20px;
        padding: 14px 28px 14px 20px;
    }
    .am-section-title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .am-office-title {
        font-size: 20px;
        line-height: 1.4;
    }
    .am-map-wrapper,
    .am-map-iframe {
        min-height: 280px;
    }
}
@media (max-width: 480px) {
    .am-title-band-wrap,
    .sn-breadcrumb-wrap,
    .ab-body-layout {
        padding-right: 16px;
        padding-left: 16px;
    }
    .am-title-band-wrap {
        margin-top: 16px;
    }
    .am-title-band { font-size: 18px; padding: 12px 20px 12px 16px; }
    .ab-body-layout {
        padding-bottom: 36px;
    }
    .am-section {
        margin-bottom: 24px;
    }
    .am-honbu-grid,
    .am-jimusho-grid {
        gap: 20px;
    }
    .am-office-title {
        min-height: 36px;
        padding-bottom: 8px;
    }
    #am-office-tokyo-title,
    #am-office-yokkaichi-title,
    .am-office-img {
        margin-bottom: 12px;
    }
    .am-address,
    .am-office-info .am-office-postal,
    .am-office-info .am-office-address,
    .am-tokyo-info .am-office-postal,
    .am-tokyo-info .am-office-address {
        font-size: 14px;
        line-height: 1.7;
    }
    .am-map-wrapper,
    .am-map-iframe {
        min-height: 240px;
    }
}
