@charset "UTF-8";

/* ============================================================
   フッター
   ============================================================ */
.l-footer {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: #8e8e8e;
    border-radius: 20px 20px 0 0;
}

.l-footer,
.l-footer * {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}

.l-footer a {
    text-decoration: none;
}

.l-footer a:hover {
    opacity: 1;
}

.org-footer__inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    padding: 105px 0 0;
}

.org-footer__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 190px;
}

.org-footer__brand {
    flex-shrink: 0;
    width: 387px;
    max-width: 100%;
}

.org-footer__logo {
    margin: 0 0 37px;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}

.org-footer__address {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 34px;
}

.org-footer__address-icon {
    display: block;
    flex-shrink: 0;
    width: 17px;
    margin-top: 2px;
    line-height: 0;
}

.org-footer__address-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.org-footer__address-text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
    color: #fff;
}

.org-footer__sns {
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
}

.org-footer__sns-link {
    display: block;
    line-height: 0;
    transition: transform 0.3s ease;
}

.org-footer__sns-link:hover {
    transform: translateY(-4px);
}

.org-footer__sns-link img {
    display: block;
}

.org-footer__hours {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
    color: #fff;
}

.org-footer__hours p {
    margin: 0;
    line-height: 2;
}

.org-footer__content {
    flex: 1;
    min-width: 0;
    margin-top: 110px;
    width: 600px;
}
.org-footer__nav {
}

.org-footer__nav-row {
    display: flex;
    gap: 80px;
}

.org-footer__nav-row + .org-footer__nav-row {
    margin-top: 0;
}

.org-footer__nav-col {
    margin: 0;
    padding: 0;
    list-style: none;
}

.org-footer__nav-col--store {
    width: 100px;
}

.org-footer__nav-item + .org-footer__nav-item,
.org-footer__store-item + .org-footer__store-item {
    margin-top: 10px;
}

a.org-footer__nav-link,
a.org-footer__store-link,
a.org-footer__legal-link {
    position: relative;
    display: inline-block;
}

a.org-footer__nav-link::before,
a.org-footer__store-link::before,
a.org-footer__legal-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 0.3s;
}

a.org-footer__store-link::before,
a.org-footer__legal-link::before {
    height: 1px;
}

a.org-footer__nav-link:hover::before,
a.org-footer__store-link:hover::before,
a.org-footer__legal-link:hover::before {
    transform: scale(1, 1);
}

.org-footer__nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.8px;
    color: #fff;
}

.org-footer__nav-col--store .org-footer__nav-link {
    margin: 0 0 8px;
}

.org-footer__store-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.org-footer__store-link {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.65px;
    color: #fff;
}

.org-footer__store-item + .org-footer__store-item {
    margin-top: 5px;
}

.org-footer__actions {
    display: flex;
    gap: 14px;
    margin-top: 78px;
}

.org-footer__action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 245px;
    height: 60px;
    border-radius: 5px;
    background: #fff;
    color: #737373;
    transition: background-color 0.3s ease, color 0.3s ease;
}

a.org-footer__action-btn:hover {
    background: #737373;
    color: #fff;
}

a.org-footer__action-btn:hover .org-footer__action-text {
    color: #fff;
}

a.org-footer__action-btn:hover .org-footer__action-icon img {
    filter: brightness(0) invert(1);
}

.org-footer__action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
}

.org-footer__action-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    color: #737373;
}

.org-footer__action-text--tel {
    font-family: "Open Sans", sans-serif;
}

.org-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 45px;
    padding: 13px 0 38px;
    border-top: 1px solid #fff;
}

.org-footer__copyright {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.7px;
    color: #fff;
}

.org-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.org-footer__legal-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.7px;
    color: #fff;
}
