/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2024 | 01:02:19 */
/* フッター */
#footer {
	background-color: #fff;
	color: #333;
	box-shadow: none!important;
}
#footer a {
	color: #333;
}
#footer #inner-footer {
	width: 100vw;
	max-width: none;
	margin: 0;
	padding: 0;
	display: flex;
}
@media (max-width: 980px) {
	#footer #inner-footer {
		display: block;
	}
}
#footer #inner-footer .imgArea {
	flex-basis: 35%;
	max-height: 480px;
	overflow: hidden;
}
#footer #inner-footer .imgArea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#footer #inner-footer .contentArea {
	flex-basis: 65%;
	padding: 5% 40px 3% 30px;
}
@media (max-width: 980px) {
	#footer #inner-footer .contentArea {
		padding: 20px 15px;
	}
}
#footer #inner-footer .contentArea .logoWrap {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}
#footer #inner-footer .contentArea .logoWrap .logo {
	width: min(300px, 70%);
}
#footer #inner-footer .contentArea .logoWrap .logoInstagram {
	width: 40px;
}
#footer #inner-footer .contentArea .infoWrap {
	display: flex;
	align-items: center;
	margin-top: 20px;
	gap: 20px;
	justify-content: space-between;
	max-width: 850px; 
}
@media (max-width: 767px) {
	#footer #inner-footer .contentArea .infoWrap {
		display: block;
	}
}
#footer #inner-footer .contentArea .infoWrap .address p {
	margin-bottom: 0;
	font-size: 14px;
}
@media (max-width: 980px) {
	#footer #inner-footer .contentArea .infoWrap .tel {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
#footer #inner-footer .contentArea .infoWrap .tel a {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	display: block;
	padding-left: 20px;
}
#footer #inner-footer .contentArea .infoWrap .tel a::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 10px;
	transform: translateX(-50%);
	background-image: url(https://dental.pipora.com/img/2024/07/icon_telBlack.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}
#footer #inner-footer .contentArea .infoWrap .contactBtn a {
	background-color: var(--header-bg);
	color: #fff;
	font-weight: bold;
	padding: 10px;
	display: block;
	line-height: 1.5;
}
@media (max-width: 980px) {
	#footer #inner-footer .contentArea .infoWrap .contactBtn a {
		width: fit-content;
		font-size: 13px;
	}
}
#footer #inner-footer .contentArea .footerNavWrap {
	margin-top: 20px;
}
#footer #inner-footer .contentArea .footerNavWrap ul {
	justify-content: flex-start;
	gap: 0;
}
#footer #inner-footer .contentArea .footerNavWrap ul li a {
	font-size: 14px;
	position: relative;
	padding: 0 8px;
}
#footer #inner-footer .contentArea .footerNavWrap ul li a::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #333;
	top: 0;
	left: 0;
}
#footer #inner-footer .contentArea .footerNavWrap ul li:last-of-type a::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #333;
	top: 0;
	right: 0;
}
#footer #inner-footer .contentArea .footerNavWrap .copyright {
	margin-top: 60px;
	font-size: 12px;
}
@media (max-width: 980px) {
	#footer #inner-footer .contentArea .footerNavWrap .copyright {
		margin-top: 40px;
	}
}
