@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secMap */
.secMap{
    max-width: 78rem;
}
.secMap .logo{
    padding: 3rem 0;
    width: 32.3rem;
}
.secMap .txtAddress{
    text-align: center;
    font-size: var(--pcFontSize22);
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #fff;
    background-color: #7b6e63;
    padding: 1.4rem;
}
.secMap .imgMap{
    margin-bottom: 3rem;
}
.secMap .boxContact{
    display: flex;
    justify-content: space-between;
    gap: 0 5rem;
    padding: 0 0 3rem;
}
.secMap .txtMap{
    margin: 0 0 3rem;
    display: flex;
    justify-content: flex-end;
}
.secMap .linkMap{
    display: flex;
    align-items: center;
    text-decoration: underline;
    height: 2rem;
    background: url(../img/common/iconMap.png) left center / 1.4rem no-repeat;
    color: var(--linkColor);
    font-size: var(--pcFontSize14);
    letter-spacing: 0.12em;
    padding: 0 0 0 2rem;
}
.secMap .boxBtnItem{
    display: flex;
    justify-content: space-between;
    gap: 0 1.3rem;
}
@media only screen and (max-width:767px){
    .secMap .logo{
        padding: 1.5rem 0;
        width: 16rem;
    }
    .secMap .txtAddress{
        font-size: var(--spFontSize14);
        letter-spacing: 0;
        line-height: 1.625;
    }
    .secMap .imgMap{
        margin-bottom: 1.5rem;
    }
    .secMap .boxContact{
        gap: 0 2.5rem;
        padding: 0 0 1.5rem;
    }
    .secMap .txtMap{
        margin: 0 0 2rem;
    }
    .secMap .linkMap{
        height: 1rem;
        background-size: 0.7rem;
        font-size: var(--spFontSize10);
        letter-spacing: 0;
        padding: 0 0 0 1.2rem;
    }
    .secMap .boxBtnItem{
        gap: 0 1rem;
    }
}