/* =========================================================
	下固定バナー
	プレフィックス：bfb（bazubu-fixed-banner）
========================================================= */

/* PC表示
--------------------------------------------------------- */

/* テキストエリア＋ボタン */
.bfb-common-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(4, 22, 36, 0.9);
	width: 100%;
	display: block;
	z-index: 9999;
}

@media screen and (max-width: 1200px) {
	.bfb-common-cta {
		padding: 0 22px;
	}
}

@media screen and (max-width: 767px) {
	.bfb-common-cta {
		display: none;
	}
}

.bfb-common-cta .bfb-cta-wrap {
	position: relative;
}

.bfb-common-cta .bfb-cta-wrap .bfb-contact {
	overflow: hidden;
	max-width: 1045px;
	margin: 16px auto 6px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1200px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-contact {
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-contact {
		width: 100%;
		padding: 0 8px;
	}
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-left {
	float: left;
	
}

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

.bfb-common-cta .bfb-cta-wrap .bfb-cta-left .bfb-cta-text{
	line-height: 19.6px;
	margin-top: 6px;
}

@media screen and (max-width: 1200px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-left .bfb-cta-text{
		margin-top: 0;
		margin-bottom: 5px;
	}
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-left .bfb-cta-text span {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	line-height: 19.6px;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
	float: right;
	
	display: flex;
}

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

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

@media screen and (max-width: 767px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button {
		margin: 6px auto 0;
	}
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a {
	color: #111111;
	height: 51px;
	line-height: 1;
	background: #BB9921;
	text-decoration: none;
	font-size: 12px;
	display: flex;
	align-items: center;
	position: relative; 
	width: 100%;
	font-weight: bold;
	text-align: left;
	min-width: 294px;
	padding: 0 60px 0 31px;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a:before{
	content: ""; 
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    right: 29px;
    bottom: 0;
    background: url(icon-menu-sp.png) no-repeat center right;
    background-size: 29px auto;
}

@media screen and (max-width: 767px) {
	.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a {
		padding: 6px 8px;
	}
}

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

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a:hover {
	color: #BB9921;
	border: 1px solid #BB9921;
	background-color: transparent;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a:hover:before{
	background-image: url(icon_arrow_yellow.png);
}
/* スマホ表示
--------------------------------------------------------- */
.bfb-common-cta-sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.bfb-common-cta-sp {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		background: #1D2D3A;
	}
}

.bfb-common-cta-sp div{
	display: flex;
	flex-wrap: wrap;
	padding-top: 4px;
}

.bfb-common-cta-sp img {
	width: 100%;
}

.bfb-common-cta-sp p{
	font-size: 12px;
	font-weight: 700;
	line-height: 17px;
	text-align: center;
	width: 100%;
	margin-bottom: 4px;
	color: #fff;
}

.bfb-common-cta-sp a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #111;
	font-size: 12px;
	background: #BB9921;
	width: calc((100% - 0px)/2);
	height: 42px;
	border-right: 1px solid #1D2D3A;
}

.bfb-common-cta-sp a:last-child{
	/*background: #fff;
	width: 93px;*/
	border-right: none;
	opacity: 1;
	pointer-events: auto;
}

/* 閉じるボタン
--------------------------------------------------------- */
.bfb-common-cta .bfb-close-cta,
.bfb-common-cta-sp .bfb-close-cta {
	position: absolute;
	padding: 0;
	border-radius: 50%;
	background: rgba(4,22,36,.9);
	border:1px solid #fff;
	width: 24px;
	height: 24px;
	text-align: center;
	top: 2px;
	left: 40px;
	font-size: 12px;
	display: flex;
	justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
	.bfb-common-cta .bfb-close-cta {
		left: 0;
	}
}

.bfb-common-cta-sp .bfb-close-cta {
	top: -28px;
	left: 10px;
	
}

.bfb-common-cta .bfb-close-cta .fa,
.bfb-common-cta-sp .bfb-close-cta .fa {
	color: #fff;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .contact-phone{
	width: 222px;
	text-align: center;
	margin-right: 26px;
	position: relative;
	top:3px;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .contact-phone a{
	color:#DBC5A4;
    font-size: 34px;
    line-height: 1;
    padding-left: 23px;
    background: url(icon-tel.png) no-repeat center left;
    background-size: 16px auto;
    font-family: 'EB Garamond', serif;
    letter-spacing: 0;
	display: inline-block;
	width: 100%;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .contact-phone b{
	font-size: 10px;
	font-weight: normal;
	padding-left: 31px;
    position: relative;
    top: -5px;
    color: #fff;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .contact-phone a img{
	width: 188px;
	margin-bottom: 5px;
}