/******************
ここからフロートCTA
******************/


/*　下固定バナー　テキストエリア＋ボタン　*/

.common_cta {
    display: none!important;
}

@media only screen and (max-width: 550px) {
    .common_cta {
        display: block!important;
        width: 100%;
        background: rgba(255, 255, 255, 0.9) !important;
        border-top: 1px solid #cdcdcd;
        padding: 0;
        margin: 0;
        display: none;
        position: fixed;
        bottom: 0;
        z-index: 100;
    }
}

.common_cta #cta-wrap {
    position: relative;
}

.common_cta #cta-wrap .contact {
    overflow: hidden;
    max-width: 640px;
    margin: 8px auto;
}

@media screen and (max-width: 550px) {
    .common_cta #cta-wrap .contact {
        width: 100%;
        padding: 0 8px;
    }
}

.common_cta #cta-wrap #cta-left {
    float: left;
}

@media screen and (max-width: 550px) {
    .common_cta #cta-wrap #cta-left {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.common_cta #cta-wrap #cta-left .cta-text span {
    color: #000;
    font-size: 15px;
    letter-spacing: 1.5px;
}

.common_cta #cta-wrap #cta-right {
    float: right;
    width: 49%;
}

@media screen and (max-width: 550px) {
    .common_cta #cta-wrap #cta-right {
        float: none;
        margin: auto;
        width: 80%;
    }
}

@media screen and (max-width: 320px) {
    .common_cta #cta-wrap #cta-right {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .common_cta #cta-wrap #cta-right #cta-button {
        margin: 6px auto 0;
    }
}

.common_cta #cta-wrap #cta-right #cta-button a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 10px 24px;
    border-radius: 3px;
    background: #ed6b14;
    box-shadow: 0px 5px 0px 0px #4a2800;
    -moz-box-shadow: 0px 5px 0px 0px #4a2800;
    -webkit-box-shadow: 0px 5px 0px 0px #4a2800;
    text-decoration: none;
}

@media screen and (max-width: 550px) {
    .common_cta #cta-wrap #cta-right #cta-button a {
        padding: 6px 8px;
    }
}

.common_cta #cta-wrap #cta-right #cta-button a .fa {
    margin-left: 8px;
}

.common_cta #cta-wrap #cta-right #cta-button:hover {
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    filter: brightness(1.2);
}

.common_cta #cta-wrap #close-cta {
    position: absolute;
    padding: 2px 0;
    border-radius: 3px;
    background: #444;
    width: 30px;
    text-align: center;
    top: -45px;
    left: 10px;
}

.common_cta #cta-wrap #close-cta .fa {
    color: #fff;
}

.common_cta_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
}

.common_cta_sp img {
    width: 100%;
}

.clearfix {
    content: "";
    display: block;
    clear: both;
}

.common_cta .contact_sp {
    margin: 5px;
}

.common_cta .contact_sp li {
    margin-bottom: 0;
    border-radius: 3px;
    width: 49.5%;
    height: 52px;
    position: relative;
}

.common_cta .contact_sp li a {
    color: #fff;
    display: block;
    text-shadow: 1px 1px 1px #888;
    font-size: 15px;
    height: 50px;
    padding: 8px 8px 8px 0;
    padding-left: 40px;
}

@media only screen and (max-width: 440px) {
    .common_cta .contact_sp li a {
        padding-left: 32px;
    }
}

.common_cta .contact_sp li.fll {
    background: linear-gradient(#B39D75, #A18553);
    border: 1px solid #ddd;
    float: left;
}

.common_cta .contact_sp li.fll a:before {
    content: "\f095";
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    left: 14px;
    top: 10px;
    bottom: 10px;
    font-size: 20px;
}

@media only screen and (max-width: 440px) {
    .common_cta .contact_sp li.fll a:before {
        left: 10px;
    }
}

.common_cta .contact_sp li.fll span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

@media only screen and (max-width: 440px) {
    .common_cta .contact_sp li.fll span {
        display: block;
        font-size: 10px;
        line-height: 14px;
    }
}

.common_cta .contact_sp li.fll span.phone_number {
    color: #fbf88e;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
}

@media only screen and (max-width: 440px) {
    .common_cta .contact_sp li.fll span.phone_number {
        color: #fbf88e;
        font-size: 13px;
    }
}

.common_cta .contact_sp li.flr {
    background: linear-gradient(#ECACB5, #E38692);
    border: 1px solid #ddd;
    float: right;
}

.common_cta .contact_sp li.flr a:before {
    content: "\f0e0";
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    left: 12px;
    top: 8px;
    bottom: 0;
    font-size: 17px;
}

@media only screen and (max-width: 440px) {
    .common_cta .contact_sp li.flr a:before {
        left: 8px;
    }
}

.common_cta .contact_sp li.flr a {
    line-height: 34px;
    font-size: 14px;
    padding-left: 40px;
    font-weight: bold;
}

@media only screen and (max-width: 440px) {
    .common_cta .contact_sp li.flr a {
        padding-left: 32px;
    }
}

@media only screen and (max-width: 440px) {
    .common_cta .contact_sp li.flr a {
        font-size: 10px;
    }
}
