@charset "utf-8";

.fContact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #261605;
    opacity: .72;
    z-index: 1;
}

.fCtcTelBtn {
    box-shadow: 0 8px 0 var(--primary);
}

.fCtcFormBtn {
    box-shadow: 0 8px 0 #FCC184;
    transition: all .3s;
}

.fCtcFormBtn:hover {
    transform: translateY(8px);
    box-shadow: 0 0 0 #FCC184;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {

    .fCtcBtnBx {
        margin: 55px 0 0 24.5% !important;
    }

}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */