@charset "utf-8";

/* =======================
 header
=======================*/ 
/*  PC 800*/
@media screen and (min-width: 800px){
    .page__office{
        display: block;
        border-bottom: solid 2px var(--primary-green);
        margin-top: 26px;
        padding-bottom: 8px;
    }

    .pc__2{
        margin-top: 10px;
    }
    
    .nav__list{
        margin-top: -10px;
    }
    }/*  PC 800*/

/* =======================
 header
=======================*/ 
@media screen and (min-width: 800px){
    .office__box{
        width: 100%;
        margin: 0 auto;
        max-width: 980px;
    }
    }/*  PC 800*/

/* =======================
 office
=======================*/ 

.information__box{
    font-size: 1.6rem;
    line-height: 2.0;
    width: 90%;
    position: relative;
    margin: 0 auto;
}


.informationTxt{
    margin-top: 56px;
}


.bl_information{
    margin-top: 16px;
}


.bl_information table, .bl_information td, .bl_information th {
    border: 1px solid var(--primary-gray);
}

.bl_information td, .bl_information th{
    padding-top: 15px;
    padding-bottom: 15px;
    height: 56px;
}

.th2{
    vertical-align: -2px;
}

.td2{
    vertical-align: -2px;
}


.back td{
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    width: 52%;
    vertical-align: middle;
}

.back th{
    text-align: left;
    padding-left: 5%;
    background-color: var(--primary-beige);
    width: 28%;
    font-weight: 500;
    vertical-align: middle;
}


.bl_information table {
    width: 100%;
    border-collapse: collapse;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* office PC 600*/
@media screen and (min-width: 600px){
    .bl_information th{
        width: 20%;
    }
    }/* pc 600px */


/* =======================
 office photo
=======================*/ 

    .office__photo__list{
        margin: 80px 5% 0;
    }

    .office__txtBox h4{
        font-size: 18px;
        font-weight: 600;
        margin-top: 16px;
    }


    .office__photo__item:last-of-type{
        margin-top: 56px;
    }

    /* pc */
@media screen and (min-width:580px) {
    .office__photo__list{
        display: flex;
    }

    .office__photo__item:last-of-type{
    margin-top: 0;
    margin-left: 64px;
}

}/* PC 580px */

 
/* =======================
 access
=======================*/ 

.access__title{
    font-size: 24px;
    font-weight: 600;
    margin:120px  0  0 4%;
}

.access__title::before{
    content: '';
    display: inline-block;
    background-image: url(../images/access.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 40px;
    height: 40px;
    position:relative;
    top: 6px;
}

.access_box{
    margin: 56px 5% 0;
}

.train__titel::before{
    content: '';
    display: inline-block;
    background-image: url(../images/train.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    position:relative;
    top: 5px;
}

.smallTitle{
 font-size: 20px;
}

.car__titel{
    margin-top:48px;
}

.train__txt,.car__txt{
    margin-top: 16px;
    font-size: 16px;
}

.car__titel::before{
    content: '';
    display: inline-block;
    background-image: url(../images/car.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    position:relative;
    top: 4px;
}

.map{
    display: block;
    margin-top: 56px;
}

.map iframe{
    width: 100%;
    height: 400px;
}