/*全体の背景色はlightpink,メニュー・症状・などのタイトルはred,各メニューは黒(ホバーしたら黄色)にしております*/

/*--------------------------------------フッター(PCからスマホまで)--------------------------------------*/
/*デフォルトのCSS調整*/
.keni-footer_outer {
	padding: 0 !important;
}

.widget_text {
	margin-top: 0 !important;
}

.keni-footer_wrap {
	background:lightpink !important;
	text-align: left !important;
}

.keni-footer .keni-footer_col1 .keni-section_wrap {
	background: lightpink !important;
}

/*コピーライト調整*/
.keni-copyright {
	text-align: center;
	color: #ffffff;
}

.keni-copyright_wrap {
	border-top: 0.5px solid #ffffff !important;
}

/*上へ戻るボタン非表示*/
.page-top {
	display: none !important;
}

.keni-breadcrumb-list_wrap {
	display: none !important;
}


/*ここからカスタムコード*/
.footer {
	background: lightpink;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 3rem;
}

.footer__inner {
	background: lightpink;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-inline:2rem;
}

/*フッター左側（メニューと症状リスト）*/
.footer__left {
	width: 60%;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	margin-left: 6rem;
    gap: 1em;/*左右の余白はここで調整*/
}

.footer__menu {
	width: 45%;
}

/*各タイトル部分*/
.footer__sub-title {
	font-size: 1.9rem;
	font-weight: 600;
	color: red;
}

/*メニューリスト*/
.footer__items {
	list-style: none;
	margin: 2em 0 0 0!important;
	display: grid;
	gap: 1.2em;/*上下の余白はここで調整*/
}

.footer__item a {
	color: black;
	font-size: 1.7rem;
	transition: all 0.5s ease!important;
}

.footer__item a:hover {
	color: yellow;
	opacity: 1;
}

/*症状リスト*/
.footer__shojo {
	width: 45%;
}

.footer__shojo-wrap {
	display: flex;
	justify-content: flex-start;
    gap: 6rem;/*左右の余白はここで調整*/
}

.footer__items.footer__items--shojo {
	display: flex;
	flex-direction: column;
}

/*フッター右側（営業時間と予約タップ）*/
.footer__right {
	width: 41%;
}

/*営業時間表*/
.footer__time {
	margin-top: 2rem;
}

/*予約ボタン*/
.footer__contact {
	display: flex;
	gap: 1em;/*左右の余白はここで調整*/
	margin-top: 1em;
}

/*「ご予約」のタイトル部分だけ上にマージン*/
.footer__sub-title.footer__sub-title--contact {
	margin-top: 2.5em;
}



@media (max-width: 1024px) {
	.footer__inner {
		gap: 2em;
	}

	.footer__left {
		width: 65%;
	}

	.footer__sub-title {
		font-size: 1.7rem;
		font-weight: 500;
	}

}

@media (max-width: 768px) {
/*デフォルトのCSS調整*/
#secondary {
		display: none!important;
	}

	.widget_text {
		margin-top: 0 !important;
	}

	.keni-footer_wrap {
		margin-top: 2.5em;
	}

	.keni-footer .keni-footer_col1 .keni-section_wrap {
		padding: 16px 0 0 0 !important;
		margin-bottom: 0 !important;
	}

	/*カスタムコード*/
	.footer {
		max-width: 700px;
	}

	.footer__inner {
		flex-direction: column;
		gap: 3em;
	}

/*フッター左側（メニューと症状リスト）*/
.footer__left {
		width: 100%;
		margin-left: 0;
		gap: 0;
	}

	.footer__menu {
		width: 100%;
	}

	.footer__sub-title {
		font-size: 1.9rem;
	}

	.footer__items {
		margin: 1.5em 0 0 0!important;
		flex-direction: column;
		gap: 0.6em;
	}

	.footer__item {
		width: 100%;
	}

	.footer__item a {
		font-size: 1.6rem;
	}

	.footer__shojo {
		width: 100%;
	}

	.footer__shojo-wrap {
		display: flex;
		justify-content: flex-start;
		gap: 1rem;
	}


/*フッター右側（営業時間と予約タップ）*/
.footer__right {
		width: 100%;
		display: grid;
		gap: 1em;
	}

	.footer__contact {
		width: 90%;
		margin-inline: auto;
		flex-direction: column;
		gap: 0.5em;
		margin-top: 1em;
	}

}
