@charset "UTF-8";

.overview {
    margin-bottom: 40px;
}
.overview h1{
    text-align: center;
    color: #004098;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 2.2;
    font-size: 18px;
    margin-top: 20px;
}

.access {
    margin-bottom: 40px;
}
.access .inner {
    padding: 30px;
    background: #e0e1f1;
    justify-content: center;
    align-items: center;
}
.access img {
    max-width: 100%;
}
.access .store {
    max-width: 43.8%;
}
.access .address {
    margin-left: 30px;
}
.access .address ul {
    font-size: 157.14%;
    margin-top: 20px;
}
.access .address li {
    padding: 10px;
    border-bottom: 1px solid #004096;
}
.access .address li span {
    font-size: 90%;
}
@media (max-width: 999px) {
    .access .inner {
        flex-direction: column;
    }
    .access .address {
        margin: 20px 0 0 0;
    }
    .access .store {
        max-width: 100%;
    }
}

.about {
}
.about img {
    max-width: 100%;
}
.about h1 {
    width: 100%;
    max-width: 715px;
    margin: 0 auto;
}
.about p{
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 2.2;
    font-size: 18px;
    margin-top: 20px;
}