.l-footer {
    background-color: #00513A;
    color: #fff;
}
.l-footer a {
    color: #fff;
}
.l-footer__inner {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: column-reverse;
    row-gap: 70px;
    padding: 50px 15px 40px;
}
.l-footer__left {
}
.l-footer__logo {
    width: 100%;
    max-width: 280px;
    margin-bottom: 50px;
}
.l-footer__logo-link {
    display: block;
    width: 80%;
}
.l-footer__info p {
    font-size: 14px;
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    line-height: 1.5;
}
.l-footer__info p:last-of-type {
    margin-bottom: 15px;
}
.l-footer__text p{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
}
.l-footer__sns {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-top: 50px;
    justify-content: center;
}
.l-footer__sns-item {
    font-size: 24px;
    color: #fff;
}

.l-footer__list {
    display: flex;
    margin-top: 0;
    margin-bottom: 25px;
    justify-content: center;
    gap: 0 20px;
}
.l-footer__left-menu {
    width: 100%;
}
.l-footer__right {
    display: flex;
    flex-direction: column-reverse;
}
.l-footer__right-menu {

}
.l-footer__item {
    font-weight: 500;
    margin-bottom: 20px;
}
.l-footer__item p {
    font-size: 11px;
}
.l-footer__item:last-of-type {
    /* margin-bottom: 0; */
}
.l-footer__copyright {
    background-color: #CBAC7E;
    text-align: center;
    padding: 8px;
    height: auto;
}
.l-footer__copyright p {
    color: #333;
    font-size: 9px;
}
.l-footer__right .c-button {
    max-width: 400px;
    margin: 0 auto;
}

@media screen and (min-width:465px) {
    .l-footer__item p {
        font-size: 12px;
    }
}

@media screen and (min-width:768px) {
    .l-footer__inner {
        padding: 95px 20px 60px;
        flex-direction: row;
        gap: unset;
    }
    .l-footer__right {
        display: block;
    }
    .l-footer__list {
        gap: 0 70px;
        margin-top: 50px;
        justify-content: flex-start;
        margin-bottom: 0;
    }
    .l-footer__item p {
        font-size: 13px;
    }
    .l-footer__item {
        margin-bottom: 25px;
    }
    .l-footer__left-menu {
        width: auto;
    }
    .l-footer__right .c-button {
        max-width: none;
        margin: 0;
    }
    .l-footer__logo {
        max-width: 387px;
        margin-bottom: 90px;
    }
    .l-footer__info p {
        font-size: 16px;
    }
    .l-footer__text p {
        font-size: 16px;
    }
    .l-footer__sns {
        margin-top: 80px;
        justify-content: flex-start;
    }
    .l-footer__copyright {
        padding: 10px;
        height: 40px;
    }
    .l-footer__copyright p{
        font-size: 11px;
    }
}

@media screen and (min-width:1051px) {
    .l-footer__item p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    img.p-floor__line02 {
      bottom: 13%;
    }
  }