/* --------------------
 Access
-------------------- */
.access {
    margin: 0 0 80px;
}

@media (min-width: 992px) {
    .access {
        margin-bottom: 160px;
    }
}

.access__head {
    background-image: url(../../../assets/images/pages/company/access/access-head-bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 50px;
    padding: 50px 0;
}

@media (min-width: 992px) {
    .access__head {
        margin-bottom: 80px;
        padding-bottom: 80px;
        padding-top: 195px;
    }
}

.access__head__title {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .access__head__title {
        font-size: 3.0rem;
    }
}

@media (min-width: 992px) {
    .access__head__title {
        font-size: 3.8rem;
    }
}

.access__map-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .access__map-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1040px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.access__map__title {
    background-color: #0e5590;
    color: #ffffff;
    font-size: 2.00rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0 0 30px;
    padding: 8px 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .access__map__title {
        font-size: 2.60rem;
    }
}

@media (min-width: 992px) {
    .access__map__title {
        font-size: 3.00rem;
    }
}

.access__map__list__item {
    margin: 0 0 80px;
}

.access__map__list__item:last-child {
    margin-bottom: 0;
}

.access__map__list__item__title {
    border-bottom: 2px solid #0e5590;
    color: #0e5590;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 0 0 2px;
}

@media (min-width: 768px) {
    .access__map__list__item__title {
        font-size: 2.4rem;
    }
}

.access__map__list__item__title span {
    display: block;
}

@media (min-width: 768px) {
    .access__map__list__item__title span {
        display: inline;
    }
    .access__map__list__item__title span:last-child {
        margin-left: 10px;
    }
}

.access__map__list__item__address {
    display: block;
    font-size: 1.4rem;
    letter-spacing: .15em;
    line-height: 1.8;
    margin: 0 0 30px;
}

.access__map__list__item__address:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .access__map__list__item__address {
        font-size: 1.6rem;
    }
}

.access__map__list__item__viewer {
    padding: 0;
}

.access__map__list__item__viewer-inner {
    height: 250px;
    position: relative;
}

@media (min-width: 768px) {
    .access__map__list__item__viewer-inner {
        height: 450px;
    }
}

.access__map__list__item__viewer-inner iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.access__map__list__item__blk {
    margin: 0;
}

@media (min-width: 768px) {
    .access__map__list__item__blk {
        align-items: stretch;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.access__map__list__item__blk__thumb {
    margin: 0 0 30px;
    padding: 0;
}

@media (min-width: 768px) {
    .access__map__list__item__blk__thumb {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
}

.access__map__list__item__blk__viewer {
    padding: 0;
}

@media (min-width: 768px) {
    .access__map__list__item__blk__viewer {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
}

.access__map__list__item__blk__viewer-inner {
    height: 250px;
    position: relative;
}

@media (min-width: 768px) {
    .access__map__list__item__blk__viewer-inner {
        height: 100%;
    }
}

.access__map__list__item__blk__viewer-inner iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
