li.c-iconList__item.-line>a {
    background: #00B900;
    border-color: #00B900;
    color: #fff;
}

div#swell_sns_links-5>ul>li>a {
    font-size: 24px;
}

li.c-iconList__item.-instagram>a {
    font-size: 27px;
}

li.c-iconList__item.-line>a {
    font-size:24px;
}

/*インスタグラム*/
icon-instagram:before {
    content: "\e906";
    font-size: 3em;
}

.is-style-circle .c-iconList__link {
    border: 1px solid;
    border-radius: 50%;
    margin: 4px;
    padding: 5px;
}

.hov-flash-up {
    transition: box-shadow .25s;
}

.c-iconList__link {
    box-sizing: content-box;
    color: inherit;

    margin: 0 3px;
    padding: 2px;
    text-align: center;
    text-decoration: none;

}

.widget_swell_sns_links .c-iconList {
    justify-content: flex-start;
}

.c-widget+.c-widget {
    margin-top: 0;
}
.l-footer{
    background:#f5f5f5;
}
/*フッターメッセージ*/
.l-footer__foot {
  
    color:#fff;
    font-weight:bold;
    background: #4da3b9;
}
.l-footer__foot {
  min-height: 90px !important;
}
.l-footer__foot {
    display: flex;
    flex-direction: column-reverse;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

/*コピーライト*/
.l-footer .copyright{
       position: absolute;
    bottom: 17px;
    right: 5em;
    font-weight: 400;
}
/* 🟡🟡🟡 FOOTER 🟡🟡🟡
フッター
🟡🟡🟡🟡🟡🟡🟡🟡🟡 */

/*インスタアイコン*/
.footer__nav-icon {
    display: inline-block;
    max-width: 48px;
    width: 100%;
    padding: 0.5rem 0.4375rem;
}

@media (min-width: 960px) {
    .w-footer__box:nth-child(1) {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .w-footer__box:nth-child(2) {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

.p-fixBtnWrap {
    bottom: 0;
    right: 0;
}

div#nav_menu-2 {
    margin-top: 0;
}

#pagetop {
    border-radius: 0.1875rem 0 0 0.1875rem;
}

.c-fixBtn {
    color: #fff !important;
    border: none !important;
    background-color: #4DA3B9 !important;
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
    content: "\f3c5";
}

.footer__phone {
    margin-top: 1.625rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
    gap: 0.75rem;
}

.footer__phone-icon {
    max-width: 24px;
    width: 100%;
}


a.footer-logo-link img {
    width: 30%;
}

#footer .c-listMenu a {
    border-bottom: none;
}

#footer .c-listMenu a:before {
    content: none;
}

/*フッターメニュー*/
#footer #nav_menu-2 ul.menu {
    display: flex;
    flex-wrap: wrap;

}

#footer #nav_menu-2 ul.menu>li>a {
    color: #282f27;
    display: block;
}

#footer .c-listMenu a {
    transition: all .35s ease;
    margin: 0.5rem 0.6375rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#footer .c-listMenu a:hover {
    background: transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
    opacity: .7;
}



p.f-tel {
    margin-bottom: 0 !important;
}

p.f-address {
    margin-top: 1em !important;
}

p.f-fax {
    margin-bottom: 2em !important;
}

.c-fixBtn {
    background: rgba(255, 255, 255, 0.15);
    opacity: 1;
}

@media (max-width: 599px) {

    /* フッターメニュー（menu-フッター１） */
    #footer #nav_menu-2 ul.menu {
        display: flex;
        flex-direction: column;
        /* 縦並び */
        align-items: center;
        /* 中央揃え */
        text-align: center;
        /* 文字も中央 */
        gap: 0;
        /* 行間（必要に応じて調整） */
    }

    /* li の余計な幅を殺す（中央寄せを確実にする） */
    #footer #nav_menu-2 ul.menu>li {
        width: auto;
    }

    .w-footer__box .footer__nav-icon {
        display: block;
        margin: 0 auto;
    }
}


/*フッター　インスタ*/
/* =========================================================
  ✅ ブログパーツ内（before_footer）のインスタアイコンを
     「全ページで常に画面右端に固定」する（フッター基準になる問題も同時に潰す）
========================================================= */


#before_footer_widget,
#before_footer_widget * {
    transform: none !important;
}

#before_footer_widget figure.wp-block-image {
    position: fixed !important;
    right: 0;
    bottom: 8%;
    transform: translateY(-50%) !important;
    z-index: 2147483647;
    margin: 0 !important;
}

#before_footer_widget figure.wp-block-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 48px;
}






/* Instagram：全ページ常時・右端固定 */
.to-instagram {
    position: fixed;
    right: 0;
    bottom: 10%;
    transform: translateY(-50%);
    z-index: 2147483647;
}

.to-instagram a {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    text-decoration: none;
}

.to-instagram i {
    font-size: 28px;
    /* 見本に合わせて調整 */
}

.to-instagram a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.3125rem;
    height: 3.5rem;
    background-color: rgba(221, 42, 123, 0.9);
    border-radius: 0.1875rem 0 0 0.1875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fffef4;
    font-size: 1.375rem;
}


/* フッター内の電話リンク */
.footer__contact a {
    color: #282f27;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    /* アイコンと電話番号の間隔 */
    text-decoration: none;
}

.w-beforeFooter {
    margin: 0 auto;
}

img.footer__facility-logo {
    width: 155px;
    padding-left: 5px;
}

a.footer__facility-name {
    margin-bottom: 1em;
    display: inline-flex;
    align-items: center;
    /* ← 縦方向を中央寄せ */
    gap: 5px;
    /* ← テキストとロゴの間隔（お好みで） */
}

p.footer__address {
    font-size: 14px;
    margin-bottom: 1em;
}

a.footer__map {
    margin-bottom: .5em;
}

a.footer-_tel {
    line-height: 1;
    display: flex;
    align-items: center;
}

#footer #nav_menu-2 ul.menu>li>a {
    font-weight: 500;
    color: #2d3243;
    font-size: .89em;
}

/* フッターロゴサイズ調整 */
.l-footer .footer_logo {
    width: 150px;
    height: auto;
}

/* Instagramだけ画像に差し替え */
.c-iconList__item.-instagram>a {
    /* サイズ */
    width: 30px;

    /* 背景画像 */
    background-image: url(/wp-content/uploads/2026/02/instagram.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    /* 円形 */
    border-radius: 50%;

    /* 枠が不要なら */
    border: none;

    /* 既存色を無効化 */
    color: transparent;
}