@charset "utf-8";

/* left-block */
.left-block {
    margin-bottom: 60px;
}

/* footer-top */
.footer-top .text {
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.5;
}

/* footer-logo */
.footer-logo {
    margin-bottom: 15px;
    max-width: 255px;
}

/* right-block */
.tel-block {
    padding-bottom: 35px;
    padding-top: 1px;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 85, .1);
    border-radius: 10px;
}

.tel-block h2 {
    margin-top: -17px;
    margin-bottom: 20px;
    color: #000055;
    text-align: center;
    font-size: 1.5em;
}

.tel-block .flex-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* icon */
.icon {
    position: relative;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    border: 1.5px solid #000055;
}

.icon p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    color: #000055;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
}

.icon p span {
    font-size: .85em;
}

/* tel */
.tel-text a {
    text-decoration: none;
    font-size: 2em;
    font-weight: bold;
    color: #000055;
    letter-spacing: .05em;
}

.tel-text a i {
    margin-right: 5px;
}

.tel-text p {
    color: #000055;
    letter-spacing: .05em;
    font-size: .85em;
}

/* pay-block */
.pay-block {
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #000055;
}

.pay-block h2 {
    padding: 14px 0;
    border-radius: 10px 10px 0 0;
    background-color: #000055;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    font-weight: 500;
    letter-spacing: .05em;
}

.pay-block .pay-wrap {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.pay-wrap p {
    margin-bottom: 15px;
    font-size: 1.25em;
    text-align: center;
    font-weight: 500;
}

.pay-wrap p span {
    font-size: .85em;
}

.paypay {
    max-width: 150px;
    margin: 0 auto;
}

/* map */
.map {
    margin-bottom: 20px;
}

.map p {
    margin-top: 5px;
    letter-spacing: .05em;
    font-weight: 500;
}

/* access-img */
.access-img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.access-img ul li {
    width: calc(50% - 10px);
    margin-bottom: 15px;
}

.access-img ul li:last-child,
.access-img ul li:nth-child(3) {
    margin-bottom: 0;
}

.access-img ul li img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.access-img ul li p {
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: .05em;
}

/* copy */

.copy {
    background-color: #000055;
    padding: 15px 0;
}

.copy p {
    text-align: center;
    color: #fff;
    font-size: .85em;
    font-weight: 500;
}

@media(min-width: 600px) {
    .access-img ul li {
        width: calc(25% - 10px);
    }
}

@media(min-width: 1025px) {
    #footer .inner {
        max-width: 1000px;
    }
    .footer-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .footer-top .left-block, .footer-top .right-block {
        width: 48%;
    }

    .left-block, .pay-block {
        margin-bottom: 0;
    }

    .pay-block .pay-wrap {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .pay-wrap p, .pay-wrap .paypay {
        width: 45%;
    }

    .paypay {
        margin: 0;
    }

    .access-img ul li img {
        height: 150px;
    }
}