.org-footer * {
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.org-footer {
    border-top: 1px solid #3B3B3B;
    background-color: #fff;
    padding: 79px 0 19px;
}
    .org-footer__inner {
        display: flex;
        justify-content: space-between;
        width: 1140px;
        margin-inline: auto;
    }
        .org-footer__logo a {
            display: block;
            width: 248px;
            height: 62px;
        }
            .org-footer__logo a img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        .org-footer__company-name {
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            color: #3B3B3B;
            margin-top: 11px;
        }
        .org-footer__tel {
            display: flex;
            gap: 8px;
            height: 30px;
            font-family: "Josefin Sans", sans-serif;
            font-size: 40px;
            font-weight: 600;
            line-height: 1;
            color: #3B3B3B;
            margin-top: 24px;
        }
        .org-footer__info-list {
            display: flex;
            gap: 21px;
            margin-top: 7px;
        }
            .org-footer__info-item {
                font-size: 13px;
                font-weight: 400;
                line-height: 1;
                color: #3B3B3B;
            }
        .org-footer__contact-list {
            display: flex;
            gap: 10px;
            margin-top: 24px;
        }
            [class*="org-footer__contact-item"] a {
                display: flex;
                align-items: center;
                gap: 5px;
                width: 220px;
                height: 50px;
                border-radius: 9999px;
                border: 1px solid #3B3B3B;
                box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
                padding-left: 29px;
                font-size: 16px;
                font-weight: 400;
                line-height: 1;
                color: #FFF;
                position: relative;
            }
            .org-footer__contact-arrow {
                position: absolute;
                right: 17px;
                top: 50%;
                transform: translateY(-50%);
            }
            .org-footer__contact-item--mail a {
                background: #EBB214;
            }
            .org-footer__contact-item--reservation a {
                background: #3EB133;
            }

        .org-footer__right {
            display: flex;
            gap: 80px;
            margin-top: 1px;
        }
            [class*="org-footer__nav-box"] {
                display: flex;
                flex-direction: column;
                gap: 20px;
            }
                .org-footer__nav-box--left {
                    width: 270px;
                }
                .org-footer__nav-ttl {
                    font-size: 20px;
                    font-weight: 500;
                    line-height: 1;
                    color: #3B3B3B;
                    padding-bottom: 20px;
                    border-bottom: 1px solid #A2A2A2;
                }
                .org-footer__nav-box--left .org-footer__nav-list {
                    display: grid;
                    grid-template-columns: 112px 128px;
                    gap: 15px 30px;
                }
                .org-footer__nav-box--right .org-footer__nav-list {
                    display: flex;
                    flex-direction: column;
                    gap: 15px;
                }
                .org-footer__nav-item a {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 1;
                    color: #3B3B3B;
                }
        .org-footer__bottom {
            border-top: 1px solid #3B3B3B;
            padding-top: 16px;
            margin-top: 80px;
        }
            .org-footer__bottom-inner {
                display: flex;
                justify-content: space-between;
                width: 1140px;
                margin-inline: auto;
            }
                .org-footer__bottom-list {
                    display: flex;
                    gap: 3px;
                }
                    .org-footer__bottom-item {
                        display: flex;
                        align-items: center;
                        gap: 4px;
                    }
                    .org-footer__bottom-item:not(:last-child)::after {
                        content: "/";
                        font-size: 13px;
                        font-weight: 400;
                        line-height: 1;
                        color: #3B3B3B;
                    }
                        .org-footer__bottom-item a {
                            font-size: 13px;
                            font-weight: 400;
                            line-height: 1;
                            color: #3B3B3B;
                        }
                .org-footer__bottom-text {
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 1;
                    color: #3B3B3B;
                }
