@charset "UTF-8";


/*=======================================================*/
/*      	　			フッターCSS   			  		  */
/*=======================================================*/

/* フッター */
.footer {
	padding: var(--v-space2) 0 0 0;
	background-color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 1;
}

.footer-container {
	/*SNSを使用する時*/
	/*display: grid;*/

	/*gap: 50px;*/

	/*SNSを使用しない時*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 60px 0;
	margin: 0 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: 30px;
	font-size: clamp(14px, 1.5vw, 15px);
}
.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-color1);
}
/* li の先頭に矢印を表示 */
.footer-menu li::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid var(--main-color);
	border-width: 1px 1px 0 0; /* 右上だけ線を残す */
	position: absolute;
	left: -1px;
	top: 51%;
	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: 10px;*/	/*エリアがない場合に使用*/
}
@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: 310px;
}
@media (max-width: 568px) {
	img.logo-f{
		width: 280px;
	}
}
/*コピーライト*/
.footer-copy {
	display:flex;
	justify-content: center;
	background-color: var(--main-color);
	align-items: center;
	height:27px;
	border-top: 2px solid  var(--accent-color1);
}
.footer-copy p {
	color: #fff;
	font-size: 11px;
}
.footer-details{
	font-size: 13px;
	padding-bottom: 10px;
}




/*医療系フッター*/
.flex01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-child01{
	width: 52%;
	/*margin: 0px auto 30px auto;*/
}
.flex-child02{
	width: 46%;
	/*margin: 0px auto 30px auto;*/
}
@media screen and (max-width: 1068px) {
	.flex-child01{
		width: 100%;
	}
	.flex-child02{
		width: 100%;
	}
}
/*会社情報テーブル*/
table.focom-tab{
	margin: 10px 0 10px 0;
}
table.focom-tab .beta{
	padding: 3px 11px 3px 11px;
	margin: 2px 0;
	background-color: #ece0bd;
	border-radius: 50px;
	color: #4a4a4a;
	font-size: 0.9em;
	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: 6.5em;
}
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{
	margin: 5px 0 5px 0;
	line-height: 1;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.fo-tab tr td {
	padding: 7px 5px 8px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size: clamp(13px, 1.4vw, 15px);
	background-color: #fff;
	width: 10%;
	color: #78bab4;
}
table.fo-tab tr:nth-child(1) td {
	font-size: clamp(11px, 1.5vw, 15px);
	font-feature-settings: 'palt' 1;
	line-height: 1.2;
}
table.fo-tab tr td:nth-child(1) {
	width: 18%;
}
table.fo-tab tr:nth-child(1) td {
	background-color: var(--main-color);
	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: #f7c9b21c;
}
/*色*/
table.fo-tab tr td.colb{
	color: #333;
}


/* ===============================
   1列レイアウト
================================= */
.access_sec1_subcontainer {
	margin: 10px 0 0 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}
@media (max-width: 1068px) {
	.access_sec1_subcontainer {
		margin: 10px 0 20px 0;
	}
}

/* ===============================
   カード
================================= */
.access_sec1_card {
	padding: 5px;
	/*box-shadow: 0 2px 11px rgba(142, 142, 142, 0.1);*/
	border-radius: 5px;
	background-color: #fffffff0;

	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	border: 1px solid #dfdfdf;
}

/* ===============================
   h3（フォント指定なし）
================================= */
.access_sec1_card h3 {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 20%;
	color: var(--main-color);
}

/* ===============================
   p（左揃え）
================================= */
.access_sec1_card p {
	margin: 0;
	flex: 1;
	text-align: left;
	font-feature-settings: 'palt' 1;
}

/* ===============================
   スマホ時は縦並び
================================= */
@media (max-width: 600px) {
	.access_sec1_card {
		flex-direction: column;
		align-items: flex-start;
		gap: 3px;
		padding: 12px;
	}
	.access_sec1_card h3 {
		border-bottom: 2px dotted #afa595;
		min-width: 99%;
		padding: 3px 0;
	}
	.access_sec1_card p {
		margin-left: 5px;
		text-align: left;
	}



}




/* フッターTEL全体 */
.footer-tel {
	display: flex;
	align-items: center;
	gap: 5px; /* アイコンと番号の間隔 */
	font-weight: 400;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-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-size: clamp(16px, 1.7vw, 17px);
	/*background-color: #c6b6a93d;
	padding: 2px 5px 4px 5px;*/
	margin: 0 0 5px 0;
	color: #7e7a77;
	/*overflow: hidden;*/
	position: relative;
	font-weight: 400;
}
/*
.ttl_background3::before {
	content: '';
	background-color: #ac918030;
	opacity: 0.7;
	transform: rotate(-49deg);
	position: absolute;
	bottom: -250px;
	right: -250px;
	width: 300px;
	height: 500px;
}
*/
h4.ttl_background3 span{
	font-size: clamp(15px, 1.4vw, 18px);
	color: var(--accent-color1);
	padding-left: 10px;
	font-family: "WindSong", serif;
}



/*今回不使用*/
/* フッター：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, #f0e8e0, #f0e8e0 1px, #fff 1px, #fff);
}
/*対応エリア(footer)*/
.area {
	padding: clamp(15px, 7vw, 20px) 0;
	/*padding: 0 0 clamp(15px, 7vw, 20px) 0;*/
	background-color: #eee8e0;
}

h4.areaTitle {
	font-size: clamp(17px,1.4vw,18px);
	font-weight:600;
	line-height: 1.4;
	border-bottom: 1px dotted #666;
	padding: 2px;
	margin: 0 0 7px 0;
	color: #666;
}
.afooter {
	color: #6c6c6c;
	font-size: 13px;
	text-align: justify;
}

