/*
 * Footer Styles
 * フッター用スタイル
 */

/*! CSS Used from: http://localhost:8000/wp-content/themes/jof/assets/css/main.min.css?ver=20161226 ; media=all */
@media all {
    .l-footer_head::after,
    .l-header-navi_target::after,
    .l-header_foot::after {
        content: '';
        right: 0;
    }

    .l-footer_head-inner,
    .l-header-navi,
    .l-header_head-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .l-footer_foot,
    .l-footer_head::after,
    .l-header-navi_target::after,
    .l-header_foot::after,
    .l-header_head {
        background-image: linear-gradient(30deg, #92e2ff 15%, #86f1e9 85%);
    }

    .l-footer_head {
        position: relative;
        z-index: 1;
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #fff;
    }

    .l-footer_head::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        height: 2px;
        background-size: 400% 400%;
        animation: bgAnime 10s cubic-bezier(.55, .055, .675, .19) infinite;
    }

    .l-footer_head-inner {
        position: relative;
        z-index: 1;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }

    @media (min-width:768px) {
        .l-footer_head::after {
            height: 4px;
        }

        .l-footer_head-inner {
            padding: 12px 20px;
        }

        .l-footer_logo-wrap {
            margin-bottom: 15px;
        }
    }

    @media (min-width:1280px) {
        .l-footer_head-inner {
            display: -ms-flexbox;
            display: flex;
            padding-right: 20px;
            padding-left: 20px;
        }
    }

    .l-footer_logo-wrap {
        display: block;
    }

    @media (min-width:1280px) {
        .l-footer_logo-wrap {
            margin-bottom: 5px;
            opacity: 0;
        }

        .l-footer_info-wrap {
            opacity: 0;
        }
    }

    .l-footer_logo-icon {
        width: 30px;
        margin-right: 5px;
    }

    @media (min-width:768px) {
        .l-footer_logo-icon {
            width: 48px;
            margin-right: 10px;
        }
    }

    .l-footer_logo-text {
        width: 242px;
        margin-bottom: 2px;
    }

    .l-footer_info {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        /* align-items: center; */
        font-weight: 600;
    }

    .l-footer_info-left {
        font-size: 16px;
        font-size: 1.14286rem;
        line-height: 1.45;
        color: #5e5e5e;
    }

    @media (max-width:767px) {
        .l-footer_logo {
            padding-top: 4px;
        }

        .l-footer_info-left {
            margin-top: 1em;
            margin-bottom: 1em;
        }

        .l-footer-navi_item+.l-footer-navi_item {
            margin-top: 20px;
        }
    }

    .l-footer_info-tel-top {
        font-size: 32px;
        font-size: 2.28571rem;
        color: #5e5e5e;
    }

    @media (min-width:768px) {
        .l-footer_logo-text {
            width: 380px;
        }

        .l-footer_info {
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .l-footer_info-left {
            margin-right: 20px;
        }

        .l-footer_info-tel-top {
            font-size: 40px;
            font-size: 2.85714rem;
        }
    }

    .l-footer_info-tel-top>.fa {
        margin-right: 3px;
    }

    .l-footer-navi_list {
        padding: 20px 6%;
    }

    @media (min-width:768px) {
        .l-footer-navi_list {
            display: -ms-flexbox;
            display: flex;
            width: 580px;
            padding: 40px 0;
            margin-right: auto;
            margin-left: auto;
        }
    }

    @media (min-width:1280px) {
        .l-footer-navi_list {
            width: 1080px;
        }

        .l-footer-navi_item {
            opacity: 0;
        }
    }

    @media (min-width:768px) and (max-width:1279px) {
        .l-footer-navi_item:nth-child(n+4) {
            margin-top: 45px;
        }
    }

    .l-footer-navi_btn {
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 33px;
        padding-right: 1.5em;
        padding-left: 1.5em;
        color: #005081;
        letter-spacing: .05em;
        cursor: pointer;
        background-color: #fff;
        box-shadow: 0 2px 15px rgba(94, 94, 94, .1);
    }

    .l-footer-navi_btn:hover {
        box-shadow: 0 2px 15px rgba(94, 94, 94, .2);
    }

    .l-footer-navi_btn>.fa {
        color: #009fb5;
    }

    @media (min-width:768px) {
        .l-footer-navi_item {
            width: 170px;
        }

        .l-footer-navi_btn {
            -ms-flex-pack: center;
            justify-content: center;
            height: 22px;
            padding-right: 0;
            padding-left: 0;
            font-size: 14px;
            font-size: 1rem;
            pointer-events: none;
        }

        .l-footer-navi_btn>.fa {
            display: none;
        }
    }

    @media (max-width:767px) {
        .l-footer-navi_item-inner {
            display: none;
        }
    }

    .l-footer-navi_target {
        display: inline-block;
        padding-left: 1.6em;
        margin-top: 1.2em;
        color: #5e5e5e;
        white-space: nowrap;
    }

    .l-footer-navi_target>.fa {
        margin-right: 1rem;
        color: rgba(255, 255, 255, .9);
    }

    @media (min-width:768px) {
        .l-footer-navi_target {
            padding-left: .4em;
            margin-top: .8em;
            font-size: 12px;
            font-size: .85714rem;
        }

        .l-footer-navi_target>.fa {
            margin-right: 5px;
        }
    }

    .l-footer-navi_target:hover {
        color: #009fb5;
    }
}

/*! CSS Used from: http://localhost:8000/wp-content/themes/jof/custom.css?ver=1.0.0 ; media=all */
@media all {
    .l-footer-navi_item {
        opacity: 1 !important;
    }

    @media (max-width: 768px) {
        .l-footer {
            padding: 20px 0;
        }

        .l-footer-navi_list {
            flex-direction: column !important;
            gap: 15px;
        }

        .l-footer-navi_item {
            width: 100%;
        }

        .l-footer-navi_btn {
            width: 100%;
            padding: 12px 15px;
            border-radius: 4px;
        }

        .l-footer_head-inner {
            flex-direction: column !important;
            align-items: flex-start !important;
            gap: 20px;
        }

        .l-footer_info-wrap {
            width: 100%;
        }

        .l-footer_info {
            flex-direction: column !important;
        }

        .l-footer_info-right {
            text-align: left !important;
            margin-top: 10px;
        }
    }
}

