@charset "utf-8";

.acsMapBx {
    margin: 10rem 0 0;
}

.acsMapTit {
    text-align: center;
    font-weight: 400;
    font-family: var(--fontB);
    font-size: 5rem;
    line-height: 1.45;
}

.acsMapBx iframe {
    width: 100%;
    height: 40rem;
    margin: 4rem 0 0;
}

.acsAccess {
    margin: 10rem 0 0;
}

.acsAccessBx:nth-of-type(n+2) {
    margin: 10rem 0 0;
}

.acsAccessTit {
    width: 100%;
    padding: 2.2rem 5rem;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    line-height: 1.45;
    background: var(--tertiary);
}

.acsAccessFl {
    display: flex;
    justify-content: space-between;
    padding: 6rem 5rem;
    gap: 2rem;
    border-bottom: 1px solid var(--fifth);
}

.acsAccessFlTxtBx {
    flex: 1;
    display: flex;
    gap: 2rem
}

.acsAccessNum {
    font-family: var(--fontB);
    font-weight: 400;
    line-height: 0.9;
    font-size: 4rem;
    color: var(--primary);
}

.acsAccessTxt01 {
    flex: 1;
    font-size: 2rem;
    line-height: 1.6;
}

.acsAccessFlImg {
    width: 40%;
    max-width: 48rem;
}

.acsPerkingIn {
    padding: 4rem 5rem;
}

.acsAccessGr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
    margin: 4rem 0 0;
    justify-items: center;
}

.acsStaffWr {
    padding: 16rem 0 15rem;
    background: var(--quaternary);
}

.acsStaffBx {
    margin: 6rem 0 0;
}

.acsStaffFl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10rem;
}

.acsStaffFl:nth-of-type(n+2) {
    margin: 10rem 0 0;
}

.acsStaffImg {
    width: 35%;
    max-width: 38rem;
}

.acsStaffTxtBx {
    flex: 1;
    max-width: 74rem;
}

.acsStaffFlBx {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 6rem 0 0;
}

.acsStaffTxtFl {
    display: flex;
}

.acsStaffName {
    font-size: 3rem;
    line-height: 1.45;
    color: var(--primary);
}

.acsStaffFlTxt01 {
    font-size: 1.8rem;
    line-height: 1.5;
}

.acsStaffFlTxt02 {
    font-size: 1.6rem;
    line-height: 1.875;
    flex: 1;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    .acsMapBx {
        margin: 4rem 0 0;
    }

    .acsMapTit {
        font-size: 3rem;
    }

    .acsMapBx iframe {
        margin: 1.5rem 0 0;
        height: 25rem;
    }

    .acsAccess {
        margin: 4rem 0 0;
    }

    .acsAccessBx:nth-of-type(n+2) {
        margin: 4rem 0 0;
    }

    .acsAccessTit {
        padding: 1.2rem 2.5rem;
        font-size: 2rem;
    }

    .acsAccessFl {
        flex-direction: column-reverse;
        align-items: center;
        padding: 3rem 2rem;
    }

    .acsAccessFlTxtBx {
        width: 100%;
        gap: 1rem;
    }

    .acsAccessNum {
        font-size: 3rem;
    }

    .acsAccessTxt01 {
        font-size: 1.5rem;
    }

    .acsAccessFlImg {
        width: 100%;
        max-width: none;
    }

    .acsPerkingIn {
        padding: 2rem;
    }

    .acsAccessGr {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
        margin: 2rem 0 0;
    }

    .acsStaffWr {
        padding: 6rem 0;
    }

    .acsStaffBx {
        margin: 2rem 0 0;
    }

    .acsStaffFl {
        gap: 2.5rem;
        flex-direction: column;
        align-items: center;
    }

    .acsStaffFl:nth-of-type(n+2) {
        margin: 6rem 0 0;
    }


    .acsStaffImg {
        width: 100%;
    }

    .acsStaffTxtBx {
        width: 100%;
    }

    .acsStaffFlBx {
        margin: 2rem 0 0;
        gap: 1rem;
    }

    .acsStaffName {
        font-size: 2rem;
    }

    .acsStaffFlTxt01 {
        font-size: 1.5rem;
    }

    .acsStaffFlTxt02 {
        font-size: 1.5rem;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */