.contents1 {
    height: auto;
}

.top-item {
    width: 100%;
    height: 70vh;
    position: relative;
}

.top-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.top-image img {
    width: 100%;
    height: 70vh;
    z-index: -1;
    position: relative;
}

.top-image img::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.title-line {
    background-color: #1f2c5c;
    content: '';
    display: block;
    height: 2px;
    margin-top: 8px;
}

.title-sub {
    font-size: 1.2rem;
}

.main-txt {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    padding: 70px 20px 20px 20px;
    font-size: 30px;
    letter-spacing: 0.18em;
    color: #1f2c5c;
    margin-bottom: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.about-title {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    padding: 70px 20px 20px 20px;
    font-size: 25px;
    letter-spacing: 0.18em;
    color: #1f2c5c;
}

/* about-table ------------------------------------------------------ */

.about-table {
    margin: 0 auto;
    width: 80%;
}

.about-table th {
    width: 30%;
    font-size: 1.1rem;
    letter-spacing: 0.5em;
    padding: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.about-table td {
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
    padding: 30px;
}

/* access ------------------------------------------------------ */
.contents2 {
    height: auto;
}

.access-title {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    padding: 70px 20px 50px 20px;
    font-size: 30px;
    letter-spacing: 0.18em;
    color: #1f2c5c;
}

.address {
    margin: 8px 0 50px 0;
}

.address p {
    text-align: left;
}


.map-title {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    padding: 20px;
    font-size: 20px;
    letter-spacing: 0.18em;
    color: #1f2c5c;
}

@media screen and (max-width:1050px) {
    .about-table {
        width: 100%;
    }

    .about-table th,
    .about-table td {
        padding: 20px;
        font-size: 16px;
    }

    .about-title,
    .access-title {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .map-title{
        font-size: 15px;
    }

    .address p{
        font-size: 15px;
    }
}

@media screen and (max-width:520px) {
    .about-table th,
    .about-table td {
        padding: 10px;
        font-size: 13px;
    }
}