@charset "UTF-8";

.l-footer * {
    font-family: "Zen Maru Gothic", sans-serif;
    box-sizing: border-box;
}

/* /////////////////// FOOTER /////////////////// */
.l-footer {
    background-color: #fe9224;
    padding: 0;
}
.l-footer a:hover {
    opacity: 1;
}
.footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 53px;
    width: 100%;
    padding: 90px 0 16px;
}
.footer__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 1140px;
}
.footer__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
}
.footer__info-left {
    display: flex;
    gap: 40px;
}
.footer__tel-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
.footer__tel {
    display: flex;
    gap: 4px;
    align-items: baseline;
}
.footer__tel-icon {
    display: block;
    width: 23px;
    height: 31px;
    flex-shrink: 0;
}
.footer__tel-num {
    font-family: "Palanquin", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}
.footer__hours {
    display: flex;
    gap: 20px;
    align-items: center;
}
.footer__hours-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}
.footer__sns {
    display: flex;
    gap: 25px;
    align-items: center;
}
.footer__sns-link {
    display: block;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    text-decoration: none;
    transition: opacity 0.25s ease;
}
.l-footer .footer__sns-link:hover {
    opacity: 0.8;
}
.footer__sns-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer__btns {
    display: flex;
    gap: 24px;
    margin-top: 10px;
    align-items: center;
}
.footer__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 260px;
    height: 60px;
    padding: 0 40px 0 40px;
    border-radius: 9999px;
    background-color: #fff;
    text-decoration: none;
    transition: background-color 0.25s ease, border-color 0.25s ease;
    border: 2px solid #fff;
}
.footer__btn-icon {
    display: block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
.footer__btn-icon--on {
    display: none;
}
.footer__btn:hover .footer__btn-icon--off {
    display: none;
}
.footer__btn:hover .footer__btn-icon--on {
    display: block;
}
.footer__btn-txt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    white-space: nowrap;
    transition: color 0.25s ease;
}
.footer__btn-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: background-color 0.25s ease, color 0.25s ease;
}
.footer__btn-arrow::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: relative;
    right: 1px;
    top: 0;
}
.footer__btn--mail {
    border-color: #fe9224;
}
.footer__btn--mail .footer__btn-txt {
    color: #fe9224;
}
.footer__btn--mail .footer__btn-arrow {
    background-color: #fe9224;
    color: #fff;
}
.footer__btn--mail:hover {
    background-color: #fe9224;
    border: 2px solid #fff;
}
.footer__btn--mail:hover .footer__btn-txt {
    color: #fff;
}
.footer__btn--mail:hover .footer__btn-arrow {
    background-color: #fff;
    color: #fe9224;
}
.footer__btn--reservation {
    border-color: #ff9797;
}
.footer__btn--reservation .footer__btn-txt {
    color: #ff9797;
}
.footer__btn--reservation .footer__btn-arrow {
    background-color: #ff9797;
    color: #fff;
}
.footer__btn--reservation:hover {
    background-color: #ff9797;
    border: 2px solid #fff;
}
.footer__btn--reservation:hover .footer__btn-txt {
    color: #fff;
}
.footer__btn--reservation:hover .footer__btn-arrow {
    background-color: #fff;
    color: #ff9797;
}
.footer__nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}
.footer__nav-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 238px;
    flex-shrink: 0;
}
.footer__nav-ttl {
    width: 100%;
    margin: 0;
    padding: 0 0 16px;
    border-bottom: 1px dashed #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}
.footer__nav-cols {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer__nav-item {
    margin: 0;
}
.footer__nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.25s ease;
    position: relative;
}
.footer__nav-link:before {
    background: #fff;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.footer__nav-link:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.footer__copyright {
    width: 1140px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
}
