#office {
    position: relative;
    margin: 120px auto;
}

.rinen {
    text-align: center;
    margin: 100px auto;
}

.office {
    margin: 50px auto;
    position: relative;
    max-width: 1200px;
    width: 90%;
}

.office-data {
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

.office-data table {
    width: 100%;
}

.office-data th,
.office-data td {
    border: 1px solid var(--color-gray);
    padding: 20px 30px;
    font-size: 1.6rem;
}

.office-data th {
    background-color: var(--color-blue);
    color: var(--color-white);
    text-align: center;
    width: 25%;
}

.office-data td {
    line-height: 1.6;
}

.map iframe {
    margin-top: 100px;
    width: 100%;
    height: 600px;
}


.tokyo-access {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tokyo-access h3 {
    padding-bottom: 5px;
    border-bottom: 6px double var(--color-skyblue);
}

.tokyo-photo {
    margin: 70px 20px 20px;
}


.tokyo-photo img {
    width: 800px;
    height: 400px;
    object-fit: cover;
    object-position: 0 100%;
}



.access {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 100px;
}

.access-box {
    margin: 20px;
}

.access h3 {
    padding-bottom: 5px;
    border-bottom: 6px double var(--color-skyblue);
}

.access-text {
    font-size: 1.6rem;
    line-height: 1.8;
}

.photo {
    margin: 70px 20px 20px;
    width: 70%;
}

.photo img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 0 100%;
}

.history,
.equipment {
    margin: 30px auto;
    justify-content: center;
}

.logo-title {
    color: var(--color-white);
    background-color: var(--color-blue);
    text-align: center;
    padding: 5px;
    margin: 30px 0;
}

.logo-title h3 {
    margin: 0;
}

.history table,
.equipment table {
    width: 100%;
}

.history th,
.history td,
.equipment th,
.equipment td {
    border: 1px solid var(--color-gray);
    padding: 10px 30px;
    font-size: 1.6rem;
}

th,
th {
    background-color: #d1f0ff;
    text-align: center;
    width: 25%;
}

td {
    line-height: 1.6;
}

.data-box {
    margin: 100px 0;
}


@media(max-width: 1024px) {


    .access-box iframe {
        width: 350px;
        height: 200px;
    }

    .tokyo-photo img {
        width: 500px;
        height: 300px;
    }

}