@charset "utf-8";

#following_contact2 .tel-btn,
#following_contact2 .contact-btn {
    width: 41.8%;
    height: 100%;
}

/* お問い合わせ追従 */
#following_contact2 {
    width: 100%;
    height: 120px;
    background-color: #eee;
    border-top: 2px solid #FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    transition: transform 300ms linear 0s;
}

#following_contact2>div,
#following_contact2 .inner,
#following_contact2 .contactBtnWrap {
    height: 100%;
}

#following_contact2 .contactBtnWrap {
    padding: 18px 0;
}

@media screen and (min-width: 769px) {
	#following_contact2.bnr-hidden3 {
		transform: translateY(130px);
	}	
}
/* お問い合わせボタン 追従＆体験エリア */
.contactBtnWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tel-btn {
    width: 429px;
	height: 92% !important;
    background-color: #FFF;
    line-height: 1.2;
    border: 2px solid #164490;
    border-radius: 10px;
    margin-right: 82px;
    overflow: hidden;
}

.tel-btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #164490;
    text-decoration: none;
}

.tel-btn p:not([class]) {
    font-size: 18px;
}

.tel-btn-num {
    font-size: 34px;
    position: relative;
}

.tel-btn-num::before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 1em;
    vertical-align: middle;
    background: url(/newhp/images/full_renovation/phone_icon.png) no-repeat center / contain;
}

.tel-btn-reception {
    font-size: 16px;
}

.contact-btn {
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, rgb(248, 54, 0) 0%, rgba(250, 204, 34, 0.99608) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(248, 54, 0) 0%, rgba(250, 204, 34, 0.99608) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(248, 54, 0) 0%, rgba(250, 204, 34, 0.99608) 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
    overflow: hidden;
}

.contact-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    font-size: 30px;
    /* text-shadow:1px 1px 0px #ffffff,1px -1px 0px #ffffff,-1px -1px 0px #ffffff,-1px 1px 0px #ffffff; */
}

.contact-btn.col a {
    flex-direction: column;
    line-height: 0.6;
}
/* ================================================= */
@media screen and (max-width: 768px) {

    .inner {
        width: 94%;
    }

    #following_contact2 .tel-btn,
    #following_contact2 .contact-btn {
        width: 50%;
        height: 100%;
        margin: 0;
        border-radius: 0;
    }
    #following_contact2 .tel-btn a{
        justify-content: flex-end;
    }

    #following_contact2 .tel-btn-num,
    #following_contact2 .contact-btn a {
        font-size: 18px;
    }
    #following_contact2 .tel-btn-num{
        margin-bottom: 2px;
        left: -6px;
    }
    #following_contact2 .tel-btn-num::before{
        position: relative;
        left: 4px;
        bottom: 2px;
    }
    #following_contact2 .tel-btn-reception {
        font-size: 12px;
        margin-bottom: 6px;
    }
	#following_contact2.bnr-hidden-2 {
		transform: translateY(130px);
	}
    /* SP:お問い合わせ追従 */
    #following_contact2 {
        height: 60px;
        border-top: none;
    }

    #following_contact2 .inner {
        width: 100%;
    }

    #following_contact2 .contactBtnWrap {
        padding: 0;
    }


}
