@charset "UTF-8";

/* =========================================
   基本設定
   ========================================= */
.l-footer {
    width: 100%;
    background-color: inherit;
    padding: 0;
}

.footer__inner {
    width: 100%;
    display: block;
}

/* =========================================
   フッター上部
   ========================================= */
.footer__top {
    width: 100%;
    height: 268px;
    background-color: #1D5A89;
    padding: 45px 0;
    display: flex;
    gap: 50px;
    align-items: flex-end;
}

.org-footer__inner {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

.footer__link-txt {
    display: flex;
    gap: 50px;
    margin-top: 14px;
    align-items: end;
}

.footer__link-group {
    width: 84px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__link-item {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    color: #FFFFFF;
    text-decoration: none;
}
.footer__logobox:hover, 
.footer__condition-link:hover,
.footer__link-item:hover
 {
    opacity: 1;
}

.footer__divider {
    width: 1px;
    height: 184px;
    background-color: #0B4471;
    flex-shrink: 0;
    margin-top: 11px;
}

.footer__search-group {
    width: 84px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 10px;
}

.footer__search-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    color: #ABC4D9;
    text-decoration: none;
}

.footer__search-link {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #FFFFFF;
    text-decoration: none;
}

.footer__condition {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* padding-top: 6px; */
    justify-content: end;
}

.footer__condition-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    color: #ABC4D9;
    text-decoration: none;
}

.footer__condition-list {
    display: flex;
    gap: 30px;
}

.footer__link-footer a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
}

.footer__search-link:hover,
.footer__link-footer a:hover {
    opacity: 1;
}

.footer__link-footer a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #EFF5FB  0%, #1992EE 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}



.footer__link-footer a:hover::after,
.footer__link-footer a:focus::after {
    transform: scaleX(1);
}

.footer__condition-link {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
}

.footer__condition-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #EFF5FB  0%, #1992EE 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}

.footer__condition-link:hover::after,
.footer__condition-link:focus::after {
    transform: scaleX(1);
}


.footer__condition-column {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer__condition-column:last-child {
    width: 112px;
}

.footer__condition-link {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 1em;
    text-indent: -1em;
}

/* =========================================
   フッター下部
   ========================================= */
.footer__bottom {
    width: 100%;
    background-color: #0B4471;
    padding: 57px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer__section-top {
    width: 1140px;
    display: flex;
    justify-content: space-between;
    gap: 208px;
}

.footer__info-company {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__logo {
    width: 100%;
}

.footer__logo-image {
    width: auto;
    height: auto;
    display: block;
}

.footer__info-txt {
    width: 198px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__address {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #FFFFFF;
    margin: 0;
}

.footer__tel {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #FFFFFF;
    margin: 0;
}

.footer__list-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.footer__btn-contact {
    display: flex;
    gap: 10px;
}

.footer__btn-mail,
.footer__btn-reservation {
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 13px 50px;
    background-color: #FFFFFF;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 500;
}

.footer__btn-reservation:hover,
.footer__btn-mail:hover {
    background-color: #1992EE;
    opacity: 1;
    transition: 0s;
    color: #fff;
}

.footer__btn-reservation:hover .footer__btn-text,
.footer__btn-mail:hover .footer__btn-text {
    color: #fff;
    }

.footer__btn-icon {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.footer__btn-reservation .footer__btn-icon::before {
    content: "";
    position: absolute;
    background: url(/images/top/footer__contactlogo02.svg) center / cover no-repeat;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.footer__btn-mail .footer__btn-icon::before {
    content: "";
    position: absolute;
    background: url(/images/top/footer__contactlogo01.svg) center / cover no-repeat;
    width: 20px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.footer__btn-mail:hover .footer__btn-icon::before {
    background: url(/images/top/footer__contactlogo01_on.svg) center / cover no-repeat;
}

.footer__btn-reservation:hover .footer__btn-icon::before {
    background: url(/images/top/footer__contactlogo02_on.svg) center / cover no-repeat;
    width: 18px;
    height: 18px;
}


.footer__btn-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #004B8D;
}

.footer__btn-reservation .footer__btn-text {
    color: #004B8D;
}

.footer__btn-sns {
    display: flex;
    gap: 8px;
}

.footer__sns-item {
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background-color: #FFFFFF;
    text-decoration: none;
}

.footer__section-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.footer__link-footer {
    display: flex;
    gap: 30px;
}

.footer__link-footer-item {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    color: #FFFFFF;
    text-decoration: none;
}

.footer__link-item,
.footer__search-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
}

.footer__link-item::after,
.footer__search-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #EFF5FB 0%, #1992EE 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}

.footer__link-item:hover::after,
.footer__link-item:focus::after,
.footer__search-link:hover::after,
.footer__search-link:focus::after {
    transform: scaleX(1);
}

.footer__line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.footer__copyright {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 2em;
    color: #FFFFFF;
    margin: 0;
}


