/* staff用css */

/* ----------start_Office_anc---------- */

.Office_anc-items {
    width: 90%;
    margin: 0 auto 5rem auto;
    padding: 0;
    list-style: none;
}

.Office_anc-item {
    display: inline-block;
}

.Office_anc-item:not(:last-child) {
    margin-right: 1.5rem;
}

.Office_anc-link {
    color: #333;
    text-decoration: underline;
}

.Office_anc-link::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .8rem .7rem 0 .7rem;
    border-color: #333 transparent transparent transparent;
    vertical-align: .1rem;
    margin-right: .3rem;
}

/* ----------end_Office_anc---------- */

/* ----------start_Office---------- */

.Office {
    width: 90%;
    margin: 0 auto 5rem auto;
}

.Office_adress-items {
    padding: 0;
    list-style: none;
}

.Office_adress-item {
    margin-bottom: 1rem;
}

.Office_adress-item-label {
    display: block;
    font-weight: 600;
}

.Office_email-link {
    color: inherit;
}

.Office_adress-note {
    margin-bottom: 5rem;
}

/* ----------end_Office---------- */


/* ----------start_Staff---------- */

.Staff_item {
    display: grid;
    grid-template-rows: 11.5rem 1fr;
    grid-template-columns: 10rem 1fr;
}

.Staff_item:not(:last-child) {
    margin-bottom: 3rem;
}

.Staff_name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-left: 2rem;
    font-family: 'Cormorant Garamond', serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-size: 2.7rem;
    font-weight: 300;
    letter-spacing: .02em;
}

.Staff_info-items {
    grid-column: 1 / 3;
    padding: 1rem 0 0 0;
    list-style: none;
}

.Staff_info-item {
    font-weight: 600;
}

.Staff_info-txt--comment {
    font-weight: 300;
}

/* ----------end_Staff---------- */

@media screen and (min-width: 769px) {

    /* ----------start_Office_anc---------- */

    .Office_anc-items {
        max-width: 800px;
        margin-bottom: 80px;
    }

    .Office_anc-link:hover {
        color: #c60b0b;
    }

    .Office_anc-link:hover:before {
        border-color: #c60b0b transparent transparent transparent;
    }

    /* ----------end_Office_anc---------- */

    /* ----------start_Office---------- */

    .Office {
        max-width: 800px;
        margin-bottom: 100px;
    }

    .Office_adress-items,
    .Office_adress-item {
        margin-bottom: 0;
    }

    .Office_adress-item-label {
        display: inline-block;
    }

    .Office_email-link:hover {
        text-decoration: underline;
    }

    /* ----------end_Office---------- */

    /* ----------start_Staff---------- */

    .Staff_item {
        grid-template-rows: 60px 1fr;
        grid-template-columns: 185px 1fr;
    }

    .Staff_img {
        grid-row: 1 / 3;
    }

    .Staff_name {
        display: block;
        padding-left: 40px;
    }

    .Staff_info-items {
        padding-left: 40px;
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }

    .Staff_info-item {
        display: table;
    }

    .Staff_item:not(:last-child) {
        margin-bottom: 50px;
    }

    .Staff_info-label {
        display: table-cell;
        white-space: nowrap;
    }

    .Staff_info-txt {
        display: table-cell;
    }

    /* ----------end_Staff---------- */

}
