/* 本番 yagamishingo.com の固定CTAバーから抽出（2026-08-21） */
#nagomi-cta-bar {
    display: none;
}
@media (max-width: 768px) {
    #nagomi-cta-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        z-index: 99999;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
    }
    .nagomi-cta-btn {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 5px;
        text-decoration: none !important;
        font-size: 11px;
        font-weight: bold;
        gap: 3px;
        letter-spacing: 0.5px;
        color: #fff !important;
    }
    .nagomi-cta-btn span {
        color: #fff !important;
    }
    .nagomi-cta-tel {
        background: #333;
    }
    .nagomi-cta-line {
        background: #06C755;
    }
    .nagomi-cta-web {
        background: #e67e22;
    }
    .nagomi-cta-btn:active {
        opacity: 0.8;
    }
    body {
        padding-bottom: 65px !important;
    }
}
