@charset "UTF-8";



.l-footer {
    background: #2499D4;
    color: #333;
    padding: 61px 0 10px;
}

.l-footer *{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    color: #fff;
}

.org-footer__inner {
    width: 100%;
    padding: 0;
    display: block;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
}

/* フッター上部 */
.footer__top {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    width: 1140px;
    margin: 0 auto 86px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

/* 左側コンテンツ */
.footer__left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 365px;
    margin-top: 19px;
    flex-shrink: 0;
}

/* ロゴ */


.footer__shopname {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    width: fit-content;
    margin-bottom: 10px;
    min-width: 245px;
    display: flex;
    align-items: center;
    gap: 10px;
    }

    .footer__shopname:hover {
        opacity: 1;
    }

/* ナビゲーション */
.footer__nav {
    display: flex;
    gap: 60px;
    margin: 20px 0 40px;
    justify-content: start;
}

.footer__nav-column {
    width: fit-content;
    color: #333;
    font-size: 14px;
}

.footer__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__nav-item {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: start;
}

.footer__nav-item a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    transition: opacity 0.3s ease;
    position: relative;
}

.footer__nav-item a:hover {
    opacity: 1;
    text-decoration: none;
    position: relative;
}

.footer__nav-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}

.footer__nav-item a:hover::after {
    transform: scaleX(1);
}

.footer__nav-item svg {
    width: 20px;
    height: 13px;
    fill: rgba(25, 25, 25, 0);
}

/* コンタクト情報 */
.footer__contact {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.footer__contact-phone {
    display: flex;
    align-items: center;
    gap: 0px;
}

.footer__phone-icon {
    width: 22px;
    height: 20px;
    flex-shrink: 0;
    margin-bottom: 5px;
}

.footer__phone-number {
    font-size: 25px;
    line-height: 1.5;
    text-decoration: none;
    transition: opacity 0.3s ease;
    margin-bottom: 8px;
    font-weight: bold;
}


.footer__contact-hours {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__contact-item {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    display: flex;
    align-items: center;
}

/* お問い合わせボタン */
.footer__contact-button {
    display: flex;
}

.footer__contact-button .contact_btn {width: 365px;padding-left: 79px;justify-content: start;gap: 16px;}

.footer__button {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 19px 77px 16px 32px;
    background: #FFFFFF;
    color: #191919;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.75;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 320px;
    height: 70px;
    justify-content: end;
}

.footer__button:hover {
    background: #AEE316;
    color: #191919;
}

.footer__button:hover svg path,
.footer__button:hover svg rect {
    stroke: #191919;
}

.footer__button svg {
    width: 24px;
    height: 24px;
    position: relative;
}


.footer__button-arrow {
    position: relative;
    }

.footer__button-arrow::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 5px;
    background: url(/images/top/section__link--arrow__on.svg) center / cover no-repeat;
    right: -55px;
    top: -4px;
    margin: auto;
    bottom: 0;
}


.footer__button span {
    color: #191919;
    font-weight: 500;
    font-size: 18px;
}

/* SNSリンク */
.footer__sns {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    padding-bottom: 16px;
}

.footer__sns-link {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
    padding: 4px;
}

.footer__sns-link:hover {
    transform: translateY(-4px);
}

.footer__sns-link img {
    display: block;
    width: 40px;
    height: 40px;
}

.footer__sns-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 4px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 8px;
    line-height: 1.5;
    border-radius: 2px;
    white-space: nowrap;
}

/* フッターリンク */
.footer__linksbox {
    width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 11px auto 10px;
    }

.footer__links {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 41px;
    padding: 20px 0px;
}

.footer__links a {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: #717171;
}

.footer__links a:hover {
    opacity: 0.7;
}

.footer__links-divider {
    color: #333;
}

.footer__nav-item--type {
   font-size: 14px;
    margin-bottom: 7px; 
}

/* コピーライト */
.footer__copyright {
    text-align: left;
}

.footer__copyright p {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.footer__nav--box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer__bottombox {
    border-top: 1px solid #fff;
}

.footer__nav--item {
    padding-left: 8px;
    }

.footer__link {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    }

.footer__bots {
    width: 4px;
    height: 4px;
    display: flex;
    border-radius: 10px;
    margin-top: 2px;
    }


.footer__nav--search {
    margin-bottom: 14px;
}

.footer__contact-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #FFF;
    }


.org-footer__inner .icon-phone {}

.footer__contact-button .contact_btn .arrow__green::before {
    right: -46px;
}

.contact_btn {
    width: 382px;
    height: 60px;
    border-radius: 100px;
    background: #00AD1E;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #fff;
    padding-left: 88px;
    gap: 17px;
}

.contact_btnbox 
{
    margin-left: 23px;
}

.contact_btn:hover {
    background: #fff;
    color: #00AD1E;
    opacity: 1;
    border: 1px solid #00AD1E;
}

.contact_btn:hover .icon-mail .icon_lock {
    fill: #00AD1E;
}

.contact_btn .arrow__green {
    position: relative;
}

.contact_btn .arrow__green::before {
    background: url(/images/top/arrow__green_on.svg) center / cover no-repeat;
    right: -56px;
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact_btn:hover .arrow__green::before {
    background: url(/images/top/arrow__green.svg) center / cover no-repeat;
}
/* ========================================
   Floating Buttons
   ======================================== */

.floating-buttons {
    position: fixed;
    right: 0px;
    top: 180px;
    display: flex;
    flex-direction: column;
    z-index: 8;
    overflow: hidden;
    gap: 4px;
}

.floating-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 60px;
    text-decoration: none;
    background: #00AD1E;
    color: #fff;
    border-radius: 8px 0 0 8px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-orientation: upright;
    padding: 15px 0;
    font-family: "Zen Kaku Gothic New";
    font-size: 20px;
    font-weight: bold;
    min-height: 105px;
}

.floating-button:hover {
    opacity: 1;
    background: #fff;
    border: 1px solid;
}

.floating-button:hover .floating-button__text {
    color: #fff;
}

.floating-button__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.floating-button__icon img {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

.floating-button__text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    letter-spacing: 0.0em;
}


.floating-button--contact {
    background: #333;
    color: #fff;
    height: 73px;
}

.floating-button--contact .floating-button__text {
    color: #fff;
}

.floating-button--contact:hover {
    color: #fff;
}

.footersns__itembox {
    width: 40px;
    }

.footersns__listbox {
    justify-content: start;
    margin-top: 3px;
    display: flex;
    }

.footer__topbox .footer__shopname {margin-top: 20px;width: 100%;border-bottom: 1px solid #fff;padding-bottom: 8px;}

.footer__linkbtnbox {
display: flex;
gap: 13px;
}

.footer__linkbtn {
font-size: 12px;
}

.footer__logo-img {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 5px; 
}

.footer__linkbtnbox a {
    position: relative;
    width: fit-content;
    display: block;
    }

    .footer__linkbtnbox a:not(:last-child)::before {
        content: "";
        position: absolute;
        background: #fff;
        height: 10px;
        width: 1px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -6px;
        }

    .floating-button--sindan {
        flex-direction: row;
        gap: 5px;
        background: #F68004;
        padding: 13px 0;
        height: 175px;
        border: 2px solid #F68004;
    }
    .floating-button--sindan svg {
        color: #F68004;
        --float-icn-bg: #FFFFFF;
    }

    .floating-button--sindan:hover {
    color: #F68004;
    border: 2px solid #F68004;
    }

    .floating-button--line {
    border: 2px solid #00AD1E;
    }

    .floating-button--line:hover {
    color: #00AD1E;
    border: 2px solid #00AD1E;
    }

    .floating-button--mail {
        background: #2668B2;
        border: 2px solid #2668B2;
    }

    .floating-button--mail:hover {
    border: 2px solid #2668B2;
    }

         .floating-button--mail .floating-button__text {
        letter-spacing: 0.18em;
    }

       .floating-button--sindan .floating-button__text {
        letter-spacing: 0.18em;
    }

    .floating-button--sindan:hover .floating-button__text {
        letter-spacing: 0.18em;
        color: #F68004;
    }

    .floating-button--line:hover .floating-button__text {
         color: #00AD1E;
    }

       .floating-button--mail:hover .floating-button__text {
         color: #2668B2;
    }
