@charset "UTF-8";

/* ヘッダー周り改訂 */
/* CTA 整理    改訂 */

.l-header-tel,
.l-header-counseling {
	margin-right: 10px;
}
.l-header-tel {
	width: 240px;
}
.l-header-line {
	margin-right: unset;
}
.l-header-tel__btn {
	position: relative;
	cursor: pointer;
	height: 56px;
	width: 100%;
	font-family: "Shippori Mincho",serif;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 .5333333333vw 2.1333333333vw rgba(63,73,96,.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	background: url('../img/common/bg-btn-primary.svg') center no-repeat #76bcf0;
	background-size: cover;

	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(63,73,96,.2)
}
.l-header-tel__btn:hover {
	opacity: .85;
	text-decoration: none;
}
.l-header-tel__btn:hover span {
	color: #fff;
}
.l-header.js-scroll-fixed .l-header-tel__btn {
		height: 44px;
}
.l-header-tel__btn::before {
	position: absolute;
	display: block;
	content: "";
	padding: 0;
	margin: 0;

	background: url('../img/common/icon-phone.svg') center no-repeat;
	background-size: 100%;

	margin-bottom: 0;
	width: 25px;
	height: 25px;
	left: 23px
}
.l-header-tel__btn .copy {
	font-size: 1.6rem;
}
.l-header-tel__btn ._text {
	font-size: .8rem;
}

@media screen and (min-width: 769px) { 
	.l-header-tel__btn {
  }
	.l-header-tel__btn::before {
	}
}
@media screen and (max-width: 1040px) and (min-width: 769px){
	.l-header-tel {
		width: 23.077vw;
	}
	.l-header-tel__btn {
		height: 5.385vw;
	}
	.l-header-tel__btn .copy {
		font-size: 1.538vw;
		transition: all .4s ease 0s;
	}
	.l-header-tel__btn::before {
		left: 12px;
	}
}



#float_cta {
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	z-index: 20;
	width: 100vw;
}
#float_cta li {
	flex-grow: 2;
}
#float_cta li a  img {
	width: 100%;
}


.l-footer-pagetop__fixed{
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
