@charset "UTF-8";

.l-footer {
    padding-block: 77px 15px;
    position: relative;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    border-top: 1px solid #CFD8DC;
}
.l-footer::before {
    content: "";
    position: absolute;
    background: #D9D9D9;
    width: 100%;
    height: 1px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 41px;
}
.footer__wrapper {
    width: 1140px;
    margin: 0 auto;
}
.footer__information {
    display: flex;
    justify-content: space-between;
    margin-bottom: 92px;
}
.footer__corporate {
    display: flex;
    flex-direction: column;
    gap: 27px;
    padding-top: 2px;
}
.footer__logo-box {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.footer__logo {
    width: 313px;
    height: 67px;
}
.footer__logo-link {
    width: 100%;
    height: 100%;
    display: flex;
}
.footer__logo-link:hover {
    opacity: 1;
}
.footer__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer__corporate-box {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.footer__corporate-tel {
    color: #0E85C0;
    font-size: 32px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: flex;
    gap: 5px;
}
.footer__corporate-tel::before {
    content: "";
    display: block;
    background: url(/images/top/tel__icon.svg) no-repeat center / cover;
    width: 22px;
    height: 26px;
    flex-shrink: 0;
    margin-top: 3px;
}
.footer__corporate-time-box {
    display: flex;
    gap: 7px;
}
.footer__corporate-time {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.7px;
    font-family: "Noto Sans JP";
}
.footer__btn-list {
    display: flex;
    gap: 10px;
}
.footer__btn-item {
    width: 230px;
    height: 60px;
}
[class*="footer__btn-link--"] {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.8px;
    border-radius: 6px;
    padding-top: 18px;
}
[class*="footer__btn-link--"]:hover {
    opacity: 1;
}
.footer__btn-link--contact {
    background: #F70;
    padding-left: 81px;
}
.footer__btn-link--contact:hover {
    color: #F70;
    background: #FFF;
    border: 1px solid #F70;
}
.footer__btn-link--satei {
    background: #004093;
    padding-left: 97px;
}
.footer__btn-link--satei:hover {
    color: #004093;
    background: #FFF;
    border: 1px solid #004093;
}
[class*="footer__btn-link--"]::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
}
.footer__btn-link--contact::before {
    left: 40px;
    background: url(/images/top/mail__icon.svg) no-repeat center / cover;
}
.footer__btn-link--contact:hover::before {
    background: url(/images/top/mail__icon-on.svg) no-repeat center / cover;
}
.footer__btn-link--satei::before {
    left: 57px;
    background: url(/images/top/satei__icon.svg) no-repeat center / cover;
}
.footer__btn-link--satei:hover::before {
    background: url(/images/top/satei__icon-on.svg) no-repeat center / cover;
}
[class*="footer__btn-link--"]::after {
    content: "";
    position: absolute;
    background: url(/images/top/footer__arrow.svg) no-repeat center / cover;
    width: 15px;
    height: 7px;
    top: 27px;
    right: 14px;
}
.footer__btn-link--contact:hover::after {
    background: url(/images/top/footer__arrow-on01.svg) no-repeat center / cover;
}
.footer__btn-link--satei:hover::after {
    background: url(/images/top/footer__arrow-on02.svg) no-repeat center / cover;
}
.footer__links-box {
    display: flex;
    flex-direction: column;
    gap: 125px;
    align-items: flex-end;
}
.footer__links {
    display: flex;
    gap: 90px;
}
.footer__links-group {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.footer__link {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.7px;
    transition: color 0.3s ease, opacity 0.3s ease;
    font-family: "Noto Sans JP";
    position: relative;
    width: fit-content;
}
.footer__link::after {
    content: "";
    position: absolute;
    background: #2E61A3;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -3px;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.footer__link:hover {
    color: #2E61A3;
    opacity: 1;
}
.footer__link:hover::after {
    transform: scale(1, 1);
    transition: transform .3s;
}
.footer__copyright {
    color: #B8B8B8;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.7px;
}
.float__banner {
    position: fixed;
    top: 170px;
    right: 0;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
}
.float__banner.is-show {
    opacity: 1;
    visibility: visible;
}
.float__banner-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.float__banner-item {
    width: 90px;
    height: 90px;
}
[class*="float__banner-link--"] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 6px 0 0 6px;
    color: #FFF;
    font-size: 16px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
    align-items: center;
    padding-top: 13px;
}
.float__banner-link--mail {
    background: #F70;
}
.float__banner-link--line {
    background: #06C755;
}
.float__banner-link--reservation {
    background: #0E85C0;
}
.float__banner-link--satei {
    background: #004093;
}
[class*="float__banner-link--"]::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
}
.float__banner-link--mail::before {
    background: url(/images/top/content__mail.svg) no-repeat center / cover;
}
.float__banner-link--line::before {
    background: url(/images/top/content__line.svg) no-repeat center / cover;
}
.float__banner-link--reservation::before {
    background: url(/images/top/content__reservation.svg) no-repeat center / cover;
}
.float__banner-link--satei::before {
    background: url(/images/top/content__satei.svg) no-repeat center / cover;
}
[class*="float__banner-link--"]:hover {
    opacity: 1;
    background: #FFF;
}
.float__banner-link--mail:hover {
    color: #F70;
    border: 1px solid #F70;
}
.float__banner-link--line:hover {
    color: #06C755;
    border: 1px solid #06C755;
}
.float__banner-link--reservation:hover {
    color: #0E85C0;
    border: 1px solid #0E85C0;
}
.float__banner-link--satei:hover {
    color: #004093;
    border: 1px solid #004093;
}
.float__banner-link--mail:hover::before {
    background: url(/images/top/content__mail-on.svg) no-repeat center / cover;
}
.float__banner-link--line:hover::before {
    background: url(/images/top/content__line-on.svg) no-repeat center / cover;
}
.float__banner-link--reservation:hover::before {
    background: url(/images/top/content__reservation-on.svg) no-repeat center / cover;
}
.float__banner-link--satei:hover::before {
    background: url(/images/top/content__satei-on.svg) no-repeat center / cover;
}