﻿
.bg-grey {
    background-color: #f3f1ed;
    overflow: hidden;
    width: 100%;
}

/*=================================
フッター
===================================*/
.footer-inner {
    width: 1080px;
    padding: 40px 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.f-left {
    margin: 0 3% 0 0;
    width: 55%;
}

.f-right {
    width: 42%;
    margin: 10px 0 0 0;
}

.footer-clogo a img {
    width: 396px;
    height: auto;
}

.footer-clogo:hover a img {
    opacity: 0.6;
}

.footer-address {
    border-left: 1px solid #333;
    padding: 0 0 0 16px;
    margin: 26px 0 20px 10px;
}

.f-txt-ad {
    line-height: 1.6;
    padding-top: 5px;
}

.f-txt-iso {
    color: rgba(0,0,0, 0.7);
}

.ft-contact-nav {
    padding: 0;
    width: 100%;
    border: 1px solid #333;
    padding: 6px 22px;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
    background: transparent;
    transition: .3s;
    cursor: pointer;
}

.link-block-others .ft-contact-nav {
    margin: 40px 0 0 0;
}

.ft-contact-nav a {
    display: block;
    color: #333;
    transition: .3s;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.ft-contact-nav:hover {
    background: #333;
}

    .ft-contact-nav:hover a {
        color: #fff;
    }

.f-txt-form {
    margin: 10px 0 0;
}

.f-sns-info {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.link-block-others .f-sns-info {
    margin-top: 20px;
}

.f-sns-info a img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.f-sns-info a:hover img {
    opacity: 0.6;
}

.flogo-list-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-sns-plink a {
    text-decoration: none;
    color: rgba(0,0,0, 0.7);
}

    .f-sns-plink a:hover {
        color: rgba(0,0,0, 0.4);
    }

.logo-box {
    display: flex;
    align-items: center;
}

    .logo-box img {
        padding: 0 20px 0 0;
    }

    .logo-box a:hover img {
        opacity: 0.6;
    }

.logo-tu img {
    width: 166px;
}

.logo-imust img {
    width: 212px;
}

.logo-jpm img {
    width: 255px;
}

.f-txt-cright {
    font-size: 0.7rem;
    color: rgba(0,0,0, 0.3);
}

.f-pc-mt60 {
    margin-top: 60px;
}

@media screen and (max-width: 1080px) {
    .footer-inner {
        width: 90%;
        padding: 40px 0;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .flogo-list-inner {
        width: 96%;
        margin: 0 auto;
        padding: 20px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (max-width: 900px) {
    .footer-inner {
        width: 90%;
        padding: 40px 0;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .flogo-list-inner {
        width: 96%;
        margin: 0 auto;
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .f-left {
        margin: 0 0 0 0;
        width: 100%;
    }

    .f-right {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .ft-contact-nav {
        width: 100%;
    }

    .logo-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .f-sns-info {
        margin-top: 20px;
    }
}

@media screen and (max-width: 499px) {

    .footer-clogo img {
        width: 300px;
        height: auto;
    }

    .f-txt-ad {
        font-size: 0.9rem;
        line-height: 1.8;
        padding-top: 5px;
    }

    .f-pc-mt60 {
        margin-top: 20px;
    }

    .logo-tu img {
        width: calc(166px * 80%);
    }

    .logo-imust img {
        width: calc(212px * 80%);
    }

    .logo-jpm img {
        width: calc(255px * 80%);
    }

    .logo-box div {
        width: 45%;
    }

    .footer-clogo a img {
        width: 80%;
        height: auto;
    }

    .footer-address {
        border-left: 1px solid #333;
        padding: 0 0 0 10px;
        margin: 16px 0 20px 0px;
    }
}


/* faciliti社 ボタン */
button#facil-btn {
    position: fixed;
    top: 20px;
    right: 80px;
    padding: 0;
    font-weight: bold;
    font-size: 1.0em;
    border: none;
    text-decoration: none;
    cursor: pointer;
    width: 45px;
    /* width: 120px; */
    /* height: 70px; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 2000 !important;
}

button#facil-btn img {
    width: 100%;
}
@media only screen and (max-width: 770px) {
    button#facil-btn {
        top: 15px;
    }
}

.facil-panel {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 1000;
    background-color:white;
    color: black;
    font-weight: bold;
    font-size: 1.0em;
    max-width: 350px;
    border: none;
    text-decoration: none;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    padding: 0;
}
.facil-panel.open {
    height: auto;
    padding: 20px;
}
.facil-panel button{
    margin: 0 auto;
    padding: 5px 15px;
    color: white;
    background-color: #DF073E;
    border-radius: 10px;
}

div#env-label {
    position: fixed;
    top: 20px;
    left: 20px;
    padding: 0;
    font-weight: bold;
    font-size: 1.4em;
    border: none;
    border-radius: 15px;
    text-decoration: none;
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 100;
}
@media only screen and (max-width: 770px) {
    div#env-label {
        top: auto;
        bottom: 10px;
        font-size: 1.0em;
        width: auto;
        height: auto;
        padding: 10px;
    }
}
