@charset "UTF-8";

.org-footer * {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    box-sizing: border-box;
}

.l-footer.org-footer {
    background: url(../images/top/bg_body.webp) no-repeat top / cover;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    margin-top: 0;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.l-footer.org-footer:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 1px;
    width: 100%;
    background: #fff;
    bottom: 60px;
}

.l-footer.org-footer:before {
    position: absolute;
    content: "";
    display: block;
    width: 692px;
    height: 603px;
    background: url(../images/top/deco_footer.webp);
    z-index: 0;
    right: -220px;
    bottom: 868px;
}

.footer__inner--outer {
    background: #0577DD;
    border-radius: 140px 140px 0 0;
    padding: 80px 0 0;
    position: relative;
    z-index: 0;
}

.footer__inner {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
    width: 100%;
}

.footer__main {
    display: flex;
    flex-direction: column;
    gap: 68px;
    padding-bottom: 60px;
}

.footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
    justify-content: flex-start;
}

.footer__nav-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer__nav-col--buy {
    flex: 1;
    min-width: 507px;
}

.footer__nav-col--rent {
    min-width: 280px;
}

.footer__nav-heading {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.footer__nav-col--buy .footer__nav-heading,
.footer__nav-col--rent .footer__nav-heading {
    width: auto;
}

.footer__nav-rule {
    background: #FFFFFF;
    display: block;
    flex-shrink: 0;
    height: 1px;
    width: 136px;
}

.footer__nav-rule--buy {
    width: 507px;
}

.footer__nav-rule--rent {
    width: 366px;
}

.footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__nav-link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}

.footer__nav-link:hover {
    opacity: 0.85;
    text-decoration: underline;
}

.footer__nav-link--marked {
    align-items: center;
    display: inline-flex;
    gap: 5px;
}

.footer__nav-link--marked:hover {
    opacity: 1;
    text-decoration: unset;
}

.footer__nav-marker {
    background: #FFFFFF;
    border-radius: 9999px;
    flex-shrink: 0;
    height: 1px;
    width: 9px;
}

.footer__nav-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.footer__nav-grid--rent {
    flex-wrap: nowrap;
}

.footer__info-block {
    align-items: flex-start;
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

.footer__company {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 315px;
}

.footer__brand {
    margin: 0;
    display: flex;
    gap: 14px;
    align-items: center;
}

.footer-logo__right {
    flex: 1;
}

.footer__catch {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 7px;
}

.footer__company-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.footer__logo-link {
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    width: 47px;
    height: 47px;
}

.footer__logo-link:hover {
    opacity: 1;
}

.footer__logo-mark {
    align-items: center;
    background: #D9D9D9;
    color: #000000;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 35px;
    justify-content: center;
    line-height: 1.4;
    width: 77px;
}

.footer__logo-name {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.footer__logo-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    width: auto;
}

.footer__logo-sr {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.footer__info-rule {
    background: #FFFFFF;
    display: block;
    height: 1px;
    width: 315px;
}

.footer__company-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__address,
.footer__tel,
.footer__mail,
.footer__license,
.footer__hp {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.footer__map {
    height: 302px;
    width: 765px;
}

.footer__bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 24px;
}

.footer__bottom-line {
    background: #FFFFFF;
    display: block;
    height: 1px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}

.footer__bottom-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    width: 100%;
}

.footer__legal {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.footer__legal-link {
    color: #FFFFFF;
    text-decoration: none;
}

.footer__legal-link:hover {
    text-decoration: underline;
}

.footer__legal-sep {
    color: #FFFFFF;
}

.footer__copy {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.footer__copy small {
    font-size: 12px;
}

.top-float {
    position: fixed;
    bottom: 37px;
    right: 30px;
    z-index: 1;
    display: flex;
    width: 252px;
    gap: 14px;
}

.top-float__btn {
    display: block;
    width: 119px;
    height: 119px;
    border-radius: 9999px;
}

.top-float__btn--contact {
    background: url(../images/top/icn_reservation-float.webp) no-repeat center / cover;
}

.top-float__btn--satei {
    background: url(../images/top/icn_consultation-float.webp) no-repeat center / cover;
}

.top-float__btn--contact:hover {
    background: url(../images/top/icn_reservation-float-on.webp) no-repeat center / cover;
    opacity: 1;
}

.top-float__btn--satei:hover {
    background: url(../images/top/icn_consultation-float-on.webp) no-repeat center / cover;
    opacity: 1;
}