@charset "UTF-8";


/*=======================================================*/
/*      	　			フッターCSS   			  		  */
/*=======================================================*/

/* フッター */
.footer {
	padding: var(--v-space2) 0 0px 0;
    background-color: #4fb9a711;
	color: #666;
	position: relative;
	z-index: 1;
}

.footer-container {
    /* display: grid; */
    /* gap: 50px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 50px 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: 15px;
	}

	.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;*/
	}
}


/* フッター：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;
	}
}


/* フッター：テキストメニュー */
.footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    gap: 0px;
    font-size: 0.85em;
}
.footer-menu li a:hover{
	/*display:block;*//*初期値*/
	display:inline-block;
	text-decoration: underline;
	color: var(--accent-color2);
}

@media screen and (max-width: 767px) {

	.footer-menu {
		gap: 0%;
		margin-bottom: 30px;
	}

	.footer-menu li {
		/*line-height:1;*/
		display:inline-block;
		width: 100%;
		text-align: center;
	}
	.footer-menu li a{
		display:inline-block;
		/*width: 100%;*/
		/*background-color: #eee;*/
		padding: 10px 0px;
	}

}

/*フッター：会社情報*/
.footer-company{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 10px;	/*エリアがない場合に使用*/
	/*padding-top: 20px;*/
}
@media screen and (max-width: 968px) {
	.footer-company{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 20px;
	}
}
.footer-company a img{
	margin-bottom: 10px;	/*ロゴ下のマージン*/
}
.footer-company p{
	line-height: 1.2;
}

/*フッターTEL*/
.footer-tel{
    font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}

/* アイコン */
.footer-tel_ico {
	display: inline-flex;
    width: 30px;
    height: 30px;
	fill: var(--main-color); /* ← アイコン専用の色指定！ */
	margin: 0 3px 0 0;
	vertical-align: sub;
}

.footer-tel_ico img {
	width: 100%;
	height: auto;
}

/* アイコン（フリーダイヤル） */
.footer-freetel_ico {
	display: inline-block;
	width: 30px;
	height: 15px;
	vertical-align: sub;
}

.footer-freetel_ico img {
	width: 100%;
	height: auto;
}

/* 電話番号 */
.footer-tel_num {
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}


/* フッターメニュー */
ul.footer-menu li{
    margin-right: 15px;
}
ul.footer-menu li a{
	line-height: 1.5;
	display: inline-block;
	white-space: nowrap;
	font-weight:400;
}
ul.footer-menu li::after{
	/*content: "　/　";*/
	color: #999;
}
ul.footer-menu li:last-child::after{
	content: none;
}
@media (max-width: 767px) {
	ul.footer-menu li::after{
		content: none;
	}
}
ul.footer-menu li:last-child{
	margin-right: 0px;
}
.footer-menu_icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: sub;
	margin: 0 4px 2px 4px;
}
@media (max-width: 767px) {
	ul.footer-menu li{
		margin-right: 0px;
	}
	.footer-menu_icon{
		display: none;
	}
}

/*コピーライト*/

.footer-copy {
	display:flex;
	justify-content: center;
	background-color: var(--accent-color2);
	align-items: center;
	height:30px;
	/* border-top: 4px solid var(--accent-color1); */
}
.footer-copy p {
	/*color: #666;*/
	color: #fff;    
	font-size: 11px;
}
/* フッター */
.footer-details{
	font-size: 13px;
	padding-bottom: 10px;
}

/*フッターバナー*/
.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(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: 2px dotted var(--main-color);
	padding: 2px;
	margin: 10px 0;
	color: var(--main-color);
}
.afooter {
	color: #aaa;	
	font-size: 13px;
}

/*診療時間テーブル*/
table.fo-tab{
	margin: 2px 0 2px 0;
	line-height: 1.1;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.fo-tab tr td {
	padding: 6px 5px 4px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size: clamp(12px, 1.5vw, 15px);
	background-color: #fff;
	color: var(--main-color);
	/*width: 12%;*/
}
table.fo-tab tr td:nth-child(1) {
	padding: 6px 5px 4px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size: clamp(12px, 1.5vw, 15px);
	background-color: #fff;
	width: 16%;
}
table.fo-tab tr:nth-child(1) td {
	background-color: var(--main-color);
	color: #fff;
}

@media screen and (max-width: 568px) {
	table.fo-tab{
		width:100%;
	}
}

/**/
.footer-child01{
	width: 47%;
}
.footer-child02{
	width: 51%;
}
@media screen and (max-width: 1068px) {
	.footer-child01{
		width: 100%;
		margin: 0px auto 10px auto;
	}
	.footer-child02{
		width: 100%;
		margin: 0px auto;
	}
}
/**/
.footer-child01{
	width: 47%;
}
.footer-child02{
	width: 51%;
}
@media screen and (max-width: 1068px) {
	.footer-child01{
		width: 100%;
		margin: 0px auto 10px auto;
	}
	.footer-child02{
		width: 100%;
		margin: 0px auto;
	}
}

/* テーブル */
table.focom-tab .beta{
	padding: 3px 15px 2px 15px;
	margin: 2px 0;
	background-color: var(--main-color);
	border-radius: 20px;
	color: #fff;
	font-size: 0.85em;
	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: 5px 5px;
	width: 6em;
}
table.focom-tab tr td:nth-child(2) {
	/*font-size: clamp(15px, 1.3vw, 16px);*/
	border-bottom: 1px dashed #5e5e5e;
	padding: 5px 10px;
}
@media screen and (max-width: 568px) {
	table.focom-tab tr td:nth-child(1) {
        width: 6em;
	}
}

.imbg01 {
	background-color: #eef6f6;
	border-radius: 10px;
}

/*行マウスオーバー*/
table.fo-tab tr:not(:first-child):hover td {
	background-color: #4fb9a712;
}


/* アクセス部分のテーブル */
table.actab2 {
	box-sizing: border-box;
	margin-bottom: 5px;
	border: 1px solid #eaeaea;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.9);
}
table.actab2 tr td:nth-of-type(1) {
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	width: 6.5em;
    color: var(--txt-color);
	box-sizing: border-box;
}
table.actab2 tr td:nth-of-type(2) {
	padding: 2px 5px 4px 5px;
	box-sizing: border-box;
	vertical-align: middle;
}

@media screen and (max-width: 568px) {
table.actab2 {
	font-size: 0.9em;
}
}


/*アイコン*/
.f-awesome_icon01 {
	font-size: 1.3em;
	color: #594b41;
	margin: 0 10px 3px 5px;
	display: inline-block;
	vertical-align: sub;
}
/*色*/
table.fo-tab tr td.colb{
	color: #333;
    line-height: 2;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 600;
}
@media screen and (max-width: 568px) {
	table.fo-tab tr td.colb{
		line-height: inherit;
	}
}