/*  */

/*  */
/*固定フッター*/
.ft_otoiawase {
	display: block;
	z-index: 8888;
	right: 2rem;
	position: fixed;
	bottom: 8rem;
}

@media (max-width: 767px) {
	.ft_otoiawase {
		right: 1rem !important;
	}
}

/* .ft_otoiawase nav { */
	/* background-color: rgba(0, 0, 0, .7); */
	/* position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 888888; */
/* } */

@media (max-width: 767px) {
	.ft_otoiawase_mail {
		display: none;
	}
}

.ft_otoiawase nav ul {
	overflow: hidden;
	list-style: none;
	/* margin: 0 auto; */
	padding: 0;
	max-width: 100%;
	/* border-top: solid 1px #fff; */
}

.ft_otoiawase nav li {
	box-sizing: border-box;
	float: left;
	width: 50%;
	/* border-right: 1px solid #fff; */
}

.ft_otoiawase nav li:last-child {
	border-right: 0;
}

.ft_otoiawase nav li a {
	display: block;
	padding: 18px 0;
	width: 100%;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 1.3em;
	letter-spacing: 0.4px;
}

.ft_otoiawase i {
	/* padding-right: 5px; */
}


/*固定フッター*/

.ft_otoiawase nav ul {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	width: max-content;
}

.ft_otoiawase nav li {
	width: max-content;
}

.ft_otoiawase nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 100vw;
}

/*固定フッター*/
/* .ft_otoiawase {
	display: none;
} */


.footer-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2222222;
	display: block !important;
}

@media (min-width: 768px) {
	.footer-fixed {
		display: none !important;
	}
}


.footer-fixed nav {
	width: 100%;
}

.footer-fixed nav ul {
	display: flex;
	width: 100%;
	margin: 0;
	justify-content: center;
}

.footer-fixed nav ul li {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1em;
	background: rgba(0, 0, 0, .9);
	padding: .5rem;
	border: solid 1px;
}

.footer-fixed nav ul li a {
	display: flex;
	color: white;
	gap: .25rem;
	align-items: center;
}


.footer-fixed nav ul li a i {
	font-size: 1.2em;
}

/**フッターここまで**/
