@charset "UTF-8";

.l-footer {
    padding: 0;
    background-color: inherit;
}

.org-footer *,
.float__box * {
    font-family: "Zen Maru Gothic", sans-serif;
    box-sizing: border-box;
}

.org-footer {
    position: relative;
    overflow: hidden;
    background-color: #004680;
}

.org-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 0 12px;
}

.org-footer__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}

.org-footer__info {
    display: flex;
    flex-direction: column;
    gap: 13px;
    flex-shrink: 0;
}

[class*="footer__brand--"] {
    display: flex;
    flex-direction: column;
}

[class*="footer__shop-name--"] {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
}

[class*="footer__company-name--"] {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
}

[class*="footer__divider--"] {
    width: 240px;
    height: 1px;
}

[class*="footer__divider--"] img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

[class*="footer__tel-wrap--"] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

[class*="footer__tel-number--"] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: #ffffff;
    white-space: nowrap;
}

[class*="footer__tel-label--"] {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.7px;
}

[class*="footer__tel-link--"] {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

[class*="footer__tel-time--"],
[class*="footer__tel-holiday--"] {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.7px;
}

.org-footer__links {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    flex-shrink: 0;
}

.org-footer__nav {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

[class*="footer__nav-col--"] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

[class*="footer__nav-item--"] {
    margin: 0;
    padding: 0;
}

[class*="footer__nav-link--"] {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.7px;
    text-decoration: none;
    white-space: nowrap;
}

[class*="footer__nav-link--"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s ease;
}

[class*="footer__nav-link--"]:hover {
    opacity: 1;
}

[class*="footer__nav-link--"]:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}

.footer__btn-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

[class*="footer__btn-item--"] {
    margin: 0;
    padding: 0;
}

[class*="footer__btn-link--"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 50px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: color 0.25s ease, border-color 0.25s ease;
}

[class*="footer__btn-link--"]:hover {
    opacity: 1;
    border-color: currentColor;
    transition: color 0.25s ease 0.2s, border-color 0.25s ease 0.2s;
}

[class*="footer__btn-link--"]::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: inherit;
    background-color: var(--btn-hover-bg);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.45s ease;
    backface-visibility: hidden;
}

[class*="footer__btn-link--"]:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

[class*="footer__btn-label--"] {
    position: relative;
    z-index: 1;
    display: block;
    color: inherit;
    transition: color 0.25s ease;
}

[class*="footer__btn-link--"]:hover [class*="footer__btn-label--"] {
    transition: color 0.25s ease 0.2s;
}

[class*="footer__btn-icon--"] {
    position: absolute;
    top: 15px;
    left: 187px;
    z-index: 1;
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
}

.footer__btn-link--mail {
    --btn-hover-bg: #004680;
    background-color: #ffffff;
    color: #004680;
}

.footer__btn-link--mail:hover {
    color: #ffffff;
}

.footer__btn-link--reservation {
    --btn-hover-bg: #ffffff;
    background-color: #0098d9;
    color: #ffffff;
}

.footer__btn-link--reservation:hover {
    color: #0098d9;
}

.footer__btn-link--satei {
    --btn-hover-bg: #ffffff;
    background-color: #ff9822;
    color: #ffffff;
}

.footer__btn-link--satei:hover {
    color: #ff9822;
}

.org-footer__copyright {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

/* サイドフロート（Figma node 15029:127） */

.float__box {
    position: fixed;
    top: 181px;
    right: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.float__box--footer-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.float__item {
    margin: 0;
    padding: 0;
    opacity: 0;
    transform: translateX(16px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.float__box--footer-hidden .float__item {
    opacity: 0;
    transform: translateX(16px);
    transition-duration: 0.15s;
    transition-delay: 0s;
}

.float__box:not(.float__box--footer-hidden) .float__item {
    opacity: 1;
    transform: translateX(0);
}

.float__box:not(.float__box--footer-hidden) .float__item:nth-child(1) {
    transition-delay: 0.05s;
}

.float__box:not(.float__box--footer-hidden) .float__item:nth-child(2) {
    transition-delay: 0.15s;
}

.float__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

[class*="float__link--"] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 60px;
    padding: 20px 0;
    border-radius: 10px 0 0 10px;
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: color 0.25s ease, border-color 0.25s ease;
}

[class*="float__link--"]:hover {
    opacity: 1;
    border-color: currentColor;
    transition: color 0.25s ease 0.2s, border-color 0.25s ease 0.2s;
}

[class*="float__link--"]::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: inherit;
    background-color: var(--btn-hover-bg);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.45s ease;
    backface-visibility: hidden;
}

[class*="float__link--"]:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.float__link--reservation {
    --btn-hover-bg: #ffffff;
    background-color: #0098d9;
    color: #ffffff;
}

.float__link--reservation:hover {
    color: #0098d9;
}

.float__link--satei {
    --btn-hover-bg: #ffffff;
    background-color: #ff9822;
    color: #ffffff;
}

.float__link--satei:hover {
    color: #ff9822;
}

[class*="float__icon--"],
.float__label--reservation,
.float__label--satei,
.float__body--satei {
    position: relative;
    z-index: 1;
}

[class*="float__icon--"] {
    display: block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    fill: none;
}

.float__label--reservation,
.float__label--satei {
    display: flex;
    width: 18px;
    color: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 2px;
    white-space: nowrap;
    transition: color 0.25s ease;
}

[class*="float__link--"]:hover .float__label--reservation,
[class*="float__link--"]:hover .float__label--satei {
    transition: color 0.25s ease 0.2s;
}

.float__body--satei {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.float__badge--satei {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 18px;
}

.float__badge-txt--satei {
    display: block;
    width: 18px;
    color: #fff881;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.04;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.float__link--satei:hover .float__badge-txt--satei {
    color: #ff9822;
    transition: color 0.25s ease 0.2s;
}

.float__badge-num--satei {
    font-size: 19px;
    line-height: 1.03;
    writing-mode: inherit;
}

.float__badge-line--top,
.float__badge-line--bottom {
    position: relative;
    z-index: 1;
    display: block;
    width: 8px;
    height: 4px;
    flex-shrink: 0;
    color: #fff881;
    fill: none;
    transition: color 0.25s ease;
}

.float__link--satei:hover .float__badge-line--top,
.float__link--satei:hover .float__badge-line--bottom {
    color: #ff9822;
    transition: color 0.25s ease 0.2s;
}

.float__badge-line--bottom {
    transform: scaleY(-1);
}
