@charset "UTF-8";


/*=======================================================*/
/*      	　			フッターCSS   			  		  */
/*=======================================================*/

/* フッター */
.footer {
	padding: var(--v-space2) 0 0 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
	background-image: url(../img/bg_01.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
.footer-container {
	/*SNSを使用する時*/
	/*display: grid;*/

	/*gap: 50px;*/

	/*SNSを使用しない時*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 50px auto 70px auto;
}
@media (min-width: 767px) {
	/*.footer-container {
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto;
		gap: 20px;
	}*/
	.footer-container > .footer-site {
		/*margin-top: 15px;*/	/*SNSを使用するとき*/
		/*margin-bottom: 35px;*/
	}
	.footer-container > *:not(.footer-sns) {
		justify-self: start;
	}
	.footer-container > .footer-sns {
		grid-column: 2;
		grid-row: 1 / 4;
		justify-self: end;
		/*align-self: center;*/
	}
}



/*フッター：テキストメニュー*/
.footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 35px;
	font-size: clamp(15px, 1.5vw, 16px);
}
.footer-menu li {
	position: relative;
	padding-left: 12px; /* アイコン分の余白 */
}
.footer-menu li a {
	line-height: 1;
	display: inline-block;
	white-space: nowrap;
	font-weight: 400;
}
.footer-menu li a:hover {
	display: inline-block;
	text-decoration: underline;
	color: var(--accent-color2);
}
/* li の先頭に矢印を表示 */
.footer-menu li::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #23508a;
	border-width: 1px 1px 0 0; /* 右上だけ線を残す */
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

/*スマホ（767px以下）*/
@media screen and (max-width: 767px) {
	.footer-menu {
		gap: 0;
		margin-bottom: 30px;
	}
	.footer-menu li {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding-left: 0; /* スマホでは左アイコン分の余白不要 */
	}
	.footer-menu li a {
		display: inline-block;
		padding: 10px 0;
	}
	/* スマホでは矢印を非表示 */
	.footer-menu li::before {
		content: none;
	}
}

/*フッター：会社情報*/
.footer-company{
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
	align-items: flex-start;
	/*padding-bottom: 30px;*/	/*エリアがない場合に使用*/
}
@media screen and (max-width: 968px) {
	.footer-company{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
.footer-company p{
	line-height: 1.2;
}
/*フッターロゴ*/
img.logo-f{
	width: 290px;
	margin-bottom: 15px;	/*ロゴ下のマージン*/
}
@media (max-width: 568px) {
	img.logo-f{
		width: 270px;
	}
}
/*コピーライト*/
.footer-copy {
	display:flex;
	justify-content: center;
	background-color: #483e31d4;
	align-items: center;
	height:27px;
	border-top: 2px solid var(--accent-color3);
}
.footer-copy p {
	color: #fff;
	font-size: 11px;
}
.footer-details{
	font-size: 13px;
	padding-bottom: 10px;
}

/*特殊切替*/
@media screen and (min-width: 1068px) {
	.f-toku{
		display: none;
	}
}
@media screen and (max-width: 968px) and (min-width: 468px) {
	.f-toku{
		display: none;
	}
}

/*医療系フッター*/
.flex01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-child01{
	width: 39%;
	margin: 0px auto 30px auto;
}
.flex-child02{
	width: 56%;
	margin: 0px auto 30px auto;
}
@media screen and (max-width: 968px) {
	.flex-child01{
		width: 100%;
	}
	.flex-child02{
		width: 100%;
	}
}
/*会社情報テーブル*/
table.focom-tab{
	margin: 0 0 10px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
}
table.focom-tab .beta{
	padding: 3px 13px 2px 13px;
	margin: 2px 0;
	background-color: #1515155e;
	border-radius: 20px;
	color: #fff;
	font-size: 0.75em;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
	/*display: inline-block;*/
	display: block;	/*紙媒体でも使えるデザインにするための囲み*/
}
table.focom-tab tr td:nth-child(1){
	font-weight: bold;
	border-bottom: 1px dashed #5e5e5e;
	/*padding: 10px 5px;*/
	width: 6em;
}
table.focom-tab tr td:nth-child(2) {
	font-size: clamp(15px, 1.3vw, 16px);
	line-height: 1.2;
	border-bottom: 1px dashed #5e5e5e;
	padding: 12px 10px;
}

/*診療時間テーブル*/
table.fo-tab{
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	margin: 5px 0 5px 0;
	line-height: 1;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.fo-tab tr td {
	padding: 8px 5px 9px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size: clamp(14px, 1.5vw, 15px);
	background-color: #ffffffcf;
	width: 12%;
	color: #6c5841;
}
table.fo-tab tr:nth-child(1) td {
	font-size: clamp(13px, 1.5vw, 15px);
	font-feature-settings: 'palt' 1;
	line-height: 1.2;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
table.fo-tab tr td:nth-child(1) {
	width: 16%;
}
table.fo-tab tr:nth-child(1) td {
	background-color: var(--main-color);
	background-image: url(../img/point_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	color: #fff;
	font-weight: 600;
}

@media screen and (max-width: 568px) {
	table.fo-tab{
		width:100%;
	}
}
/*行マウスオーバー*/
table.fo-tab tr:not(:first-child):hover td {
	background-color: #e7ecd77a;
}
/*色*/
table.fo-tab tr td.colb{
	color: #333;
}

/*カードレイアウト*/
.access_sec1_subcontainer {
	margin: 30px 0 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}
.access_sec1_card {
	padding: 20px;
	box-shadow: 0 2px 11px rgba(142, 142, 142, 0.1);
	border-radius: 5px;
	background-color: #fffffff0;
}

/**/
.access_sec1_card h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 7px;
	color: #333;
	border-bottom: solid 2px #d9d9d9;
	padding-bottom: 0.2em;
	position: relative;
}
.access_sec1_card h3::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px var(--main-color);
	padding-bottom: 0.2em;
	width: 25%;
}
.access_sec1_card p {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: clamp(13px, 1.3vw, 14px);
}


/* フッターTEL全体 */
.footer-tel {
	display: flex;
	align-items: center;
	gap: 5px; /* アイコンと番号の間隔 */
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
	/*margin-top: 10px;*/
}
/* アイコン */
.footer-tel_ico {
	display: inline-flex;
	width: 28px;
	height: 28px;
}
.footer-tel_ico img {
	width: 100%;
	height: auto;
}

/* 電話番号 */
.footer-tel_num {
	font-size: 27px;
	line-height: 1;
	font-weight: 400;
	text-decoration: none;
}

/**/
h4.ttl_background3{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(16px, 1.7vw, 17px);
	background-color: #c6b6a93d;
	padding: 2px 5px 4px 5px;
	margin: 0 0 15px 0;
	color: #5e5e5e;
	overflow: hidden;
	position: relative;
}
.ttl_background3::before {
	content: '';
	background-color: #ac918030;
	opacity: 0.7;
	transform: rotate(-49deg);
	position: absolute;
	bottom: -250px;
	right: -250px;
	width: 300px;
	height: 500px;
}

/*今回不使用*/
/* フッター：SNSメニュー */
.footer-sns {
	display: flex;
	gap: 24px;
	font-size: 24px;
}
.footer-sns a {
	display: grid;
	place-items: center;
	width: 36px;
	aspect-ratio: 1 / 1;
}
@supports not (aspect-ratio: 1 / 1) {
	.footer-sns a {
		height: 36px;
	}
}
/*フッターバナー*/
.footerbnr {
	padding: 50px 0 50px 0;
	position: relative;
	z-index: 1;
	background-color: #f4faff;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #d7e6f5, #d7e6f5 1px, #f4faff 1px, #f4faff);
}
/*対応エリア(footer)*/
.area {
	padding: clamp(5px, 7vw, 10px) 0 clamp(15px, 7vw, 20px) 0;
	background-color: #f7f7f7;
}

h4.areaTitle {
	font-size: clamp(17px,1.4vw,18px);
	font-weight:600;
	line-height: 1.4;
	border-bottom: 1px dotted #666;
	padding: 2px;
	margin: 10px 0;
	color: #666;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.afooter {
	color: #6c6c6c;
	font-size: 13px;
	text-align: justify;
}



/*印刷用*/
@media print{
	.footer-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin: 50px auto 70px auto;
	}
}

