@charset "utf-8";


/* フッター */


/*
***********************************************************************************************
ページトップへ
***********************************************************************************************
*/

#back-top {
	width: 30px;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

	#back-top a {
		/*
		background-image: url(../img/back_to_top.gif);
		background-repeat: no-repeat;
		*/
		display: block;
		text-decoration: none;
		text-indent: -9999px;
	}
	
		#back-top a:hover {
			text-decoration: none;
		}
	
		#back-top a::before {
			background-color: #4e99de;
			color: #fff;
			content: "\f077";	/* fa-chevron-up */
			font-family: 'Font Awesome 6 Free';
			font-size: 15px;
			font-weight: bold;
			line-height: 31px;
			text-indent: 0;
			text-align: center;
			text-decoration: none;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 30px;
			height: 30px;
			
			border-radius: 100%;
		}
		
			#back-top a:hover::before {
				opacity: 0.6;
				filter: alpha(opacity=60);	/* for below IE8 */
			}


/*
***********************************************************************************************
ボトムバー1
***********************************************************************************************
*/

#bottombar1 {
	background-color: transparent;
	clear: both;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	text-align: center;
	margin: 15px auto 0px auto;
	padding: 10px 0px;
	position: relative;
	width: 960px;
}

	.viewmode-mobile #bottombar1 {
		margin: 0px auto 0px auto;
	}

	/* Image Widgetのバナー（未使用） ━━━━━━━━━━━━━━━━━━━━ */
	#bottombar1 .widget_sp_image {
		display: inline-block;
		letter-spacing: normal;/* 文字間を通常に戻す */
		padding: 10px 10px;
		vertical-align: top;
	}
	
		.viewmode-mobile #bottombar1 .widget_sp_image {
			padding: 5px 10px;
		}

		#bottombar1 a.widget_sp_image-image-link {
		}
		
			#bottombar1 a.widget_sp_image-image-link img {
				display: block;
				padding: 0px 0px 0px 0px;
			}
		
				#bottombar1 a.widget_sp_image-image-link:hover img {
					opacity: 0.7;
					filter: alpha(opacity=70);	/* for below IE8 */
				}
		
		/* バナーのキャプション */
		#bottombar1 .widget_sp_image-description {
			color: #666;
			font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
			font-size: 80%;
			letter-spacing: 0.05em;
			max-width: 200px;
			margin-top: 7px;
			/*
			text-align: left;
			*/
		}


/*
***********************************************************************************************
コンテンツ下部メニュー（PC＆スマホ）
***********************************************************************************************
*/


#menu-footer3 {
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	list-style-type: none;
	margin: 0;
	padding: 0px;
	text-align: center;
}

	.viewmode-mobile #menu-footer3 {
		margin-top: 25px;
		padding-left: 5px;
	}

	#menu-footer3 > li {
		box-sizing: border-box;
		display: inline-block;
		letter-spacing: normal; /* 文字間を通常に戻す */
		line-height: 1.5;
		margin: 0px 15px;
		padding: 0px;
		position: relative;
		text-align: left;
		vertical-align: top;
	}
	
		/* メニュー項目のサムネイル（未使用） */
		/*
		#menu-footer3 li::before {
			background-image: url(../img/thumb_dummy.jpg);
			background-position: 0px 0px;
			background-repeat: no-repeat;
			background-size: cover;
			content: "";
			display: block;
			line-height: 1.5;
			top: 0px;
			left: 0;
			position: absolute;
			width: 60px;
			height: 60px;
		}
		*/

		.viewmode-mobile #menu-footer3 > li {
			display: block;
			margin: 0px 0px;
		}
		
			.viewmode-mobile #menu-footer3 > li + li {
				margin-top: .75em;
			}

			/* 情報公開について */
			/* 個人情報保護について */
			/* このサイトについて */
			/* サイトマップ */
			#menu-footer3 li.disclosure,
			#menu-footer3 li.privacy,
			#menu-footer3 li.sitepolicy,
			#menu-footer3 li.sitemap {
			}

				#menu-footer3 li.disclosure::before,
				#menu-footer3 li.privacy::before,
				#menu-footer3 li.sitepolicy::before,
				#menu-footer3 li.sitemap::before {
					background-position: 0px 0px;
					background-repeat: no-repeat;
					background-size: contain;
					color: #003399;
					content: "";
					display: inline-block;
					font-family: 'Font Awesome 6 Free';
					font-size: 22px;
					font-weight: bold;
					line-height: 1;
					margin-right: 8px;
					margin-top: -2px;
					/*
					position: absolute;
					*/
					top: -1px;
					left: 0px;
					/*
					width: 25px;
					height: 25px;
					*/
					vertical-align: middle;
				}

				/* 情報公開について */
				#menu-footer3 li.disclosure::before {
					/*
					background-image: url(../img/icon_disclosure.png);
					*/
					content: "\f0f6";	/* fa-file-text-o */
				}

				/* 個人情報保護について */
				#menu-footer3 li.privacy::before {
					/*
					background-image: url(../img/icon_privacy.png);
					*/
					content: "\f023";	/* fa-lock */
					font-size: 1.3em;
				}

				/* このサイトについて */
				#menu-footer3 li.sitepolicy::before {
					/*
					background-image: url(../img/icon_sitepolicy.png);
					*/
					content: "\f245";	/* fa-mouse-pointer */
					font-size: 1.3em;
				}
				
					.viewmode-mobile #menu-footer3 li.sitepolicy::before {
						margin-left: 4px;
					}

				/* サイトマップ */
				#menu-footer3 li.sitemap::before {
					/*
					background-image: url(../img/icon_sitemap.png);
					*/
					content: "\f0e8";	/* fa-sitemap */
					font-size: 20px;
				}
				
					.viewmode-mobile #menu-footer3 li.sitemap::before {
						margin-left: -2px;
					}

		#menu-footer3 > li:first-child {
		}

		#menu-footer3 > li > a {
			color: #111;
			display: inline-block;
			font-size: 90%;
			/*
			font-family: 'Hiragino UD Sans F W3 JIS2004';
			letter-spacing: 0.05em;
			*/
			padding: 0 0 0 0px;
			position: relative;
			text-align: left;
		}
		
			#menu-footer3 > li > a:hover {
				text-decoration: none;
			}

		/* サブメニュー */
		#menu-footer3.sub-menu {
			display: none;	/* サブメニューは表示しない */
		}


/*
***********************************************************************************************
フッター
***********************************************************************************************
*/

#footer {
	background-color: #efefef;
	/*
	background-image: url(../img/bg_footer.gif);
	border-top: 1px solid #bbb;
	*/
	clear: both;
	/*
	width: 960px;
	*/
	padding: 25px 0px 0px 0px;
	margin: 0px auto 0px auto;
	/*
	background-image: url(../img/bg_footer.gif);
	*/
}

	/* clearfix */
	#footer::after {
		clear: both;
		content: " ";
		display: block;
		font-size: 0;
		height: 0;
		visibility: hidden;
	}

	.viewmode-mobile #footer {
		background-color: transparent;
		padding: 0px 0px 0px 0px;
	}

	#footer #footer_inner {
		/*
		width: 960px;
		margin: 0px auto 0px auto;
		*/
	}
	
		.viewmode-mobile #footer #footer_inner {
			width: auto;
		}



/*
***********************************************************************************************
フッターナビゲーション（PC専用）
***********************************************************************************************
*/

#nav-footer {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	position: relative;
	width: 960px;
}

	/* 街の飾り */
	#nav-footer::before {
		background-repeat: no-repeat;
		background-position: right bottom;
		background-image: url(../img/bg_footer.png);
		content: "";
		height: 85px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 405px;
		z-index: 1;
	}

	#nav-footer > ul {
		letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
		list-style-type: none;
		margin: 0;
		padding: 0px;
		text-align: left;
	}
		
		#nav-footer > ul > li {
			border-left: 1px solid #ccc;
			box-sizing: border-box;
			display: inline-block;
			letter-spacing: normal; /* 文字間を通常に戻す */
			line-height: 1.5;
			margin: 0px 0px;
			min-height: 280px;
			min-width: 136px;
			padding: 10px 15px 15px 15px;
			position: relative;
			text-align: left;
			vertical-align: top;
		}
		
			/* メニュー項目のサムネイル（未使用） */
			/*
			#nav-footer ul li::before {
				background-image: url(../img/thumb_dummy.jpg);
				background-position: 0px 0px;
				background-repeat: no-repeat;
				background-size: cover;
				content: "";
				display: block;
				line-height: 1.5;
				top: 0px;
				left: 0;
				position: absolute;
				width: 60px;
				height: 60px;
			}
			*/

				/* メニュー項目A */
				#nav-footer ul li.menu-item-about::before {
					/*
					background-image: url(../img/thumb_about.jpg);
					*/
				}
				
				/* メニュー項目B */
				#nav-footer ul li.menu-item-clinic::before {
					/*
					background-image: url(../img/thumb_clinic.jpg);
					*/
				}
				
				/* メニュー項目C */
				#nav-footer ul li.menu-item-schedule::before {
					/*
					background-image: url(../img/thumb_schedule.jpg);
					*/
				}

			#nav-footer > ul > li:first-child {
			}

			#nav-footer > ul > li > a {
				color: #000;
				display: block;
				/*
				font-family: 'Hiragino UD Sans F W6 JIS2004';
				*/
				font-family: 'Noto Sans JP', sans-serif;
				font-feature-settings: 'palt';
				/*
				font-size: 90%;
				*/
				font-weight: bold;
				/*
				letter-spacing: 0.05em;
				*/
				padding: 0 0 0 0px;
				position: relative;
				text-align: left;
				text-decoration: none;
			}
			
				#nav-footer > ul > li > a:hover {
					text-decoration: underline;
				}

				#nav-footer > ul > li > a + span {
					color: #333;
					display: block;
					font-size: 13px;
					margin-top: 2px;
				}

			/* サブメニュー */
			#nav-footer ul.sub-menu {
				list-style-type: none;
				margin: 15px 0 0 0;
				padding: 0px;
			}

				/* 矢印の飾り */
				#nav-footer ul.sub-menu li {
					position: relative;
				}

					/* 矢印の飾り */
					#nav-footer ul.sub-menu li::before {
						color: #333;
						content: "\f105";	/* fa-angle-right */
						display: block;
						font-family: 'Font Awesome 6 Free';
						font-size: .7em;
						font-weight: bold;
						line-height: 1;
						text-decoration: none;
						top: .6em;
						left: 0px;
						position: absolute;
					}

				#nav-footer ul.sub-menu li a {
					color: #333;
					display: block;
					font-size: 90%;
					text-decoration: none;
					margin: 0px 0px 0px 0px;
					padding: 3px 0 3px 11px;
				}

					#nav-footer ul.sub-menu li a:hover {
						text-decoration: underline;
					}



/*
***********************************************************************************************
フッターのロゴ（未使用）
***********************************************************************************************
*/

/*
	/＊ キャッチフレーズ ＊/
	#footer .description {
		color: #ccc;
		font-size: 15px;
		/＊
		font-family: 'Hiragino UD Sans F W3 JIS2004';
		＊/
		font-family: 'Noto Sans JP', sans-serif;
		font-feature-settings: 'palt';
		font-weight: 300;
		text-align: center;
		margin-top: 20px;
	}
	
		.viewmode-mobile #footer .description {
			margin-top: 0px;
		}

	/＊ フッターのロゴ ＊/
	#footer #logo2 {
		/＊
		width: 100px;
		background: url(../img/logo2.png) no-repeat 0 0;
		text-indent: -9999px;
		margin: 0px 15px 0px 0px;
		＊/
		color: #fff;
		font-family: "UD Shin Go NT Medium";
		font-size: 22px;
		letter-spacing: 0.05em;
		line-height: 1.5;
		text-align: center;
	}

		#footer #logo2 a {
			color: #fff;
			/＊
			height: 25px;
			display: block;
			＊/
			text-decoration: none;
		}
*/


/*
***********************************************************************************************
各種SNSボタン（未使用）
***********************************************************************************************
*/

/*
#footer .sns_button {
	letter-spacing: -.40em; /＊ 文字間を詰めて隙間を削除する ＊/
	list-style-type: none;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
}

	#footer .sns_button li {
		display: inline-block;
		letter-spacing: normal; /＊ 文字間を通常に戻す ＊/
		margin: 0 5px;
		overflow: hidden;
		vertical-align: top;
	}

		#footer .sns_button li a {
			display: block;
			text-indent: -200%;
			position: relative;
			text-decoration: none;
			width: 30px;
			height: 30px;
		
			-webkit-transition-duration: .1s;
			transition-duration: .1s;
		}

			#footer .sns_button li a::before {
				display: block;
				font-family: 'Font Awesome 6 Free';
				font-size: 30px;
				font-weight: bold;
				line-height: 30px;
				text-indent: 0px;
				width: 30px;
				height: 30px;
			}
			
				.viewmode-mobile #footer .sns_button li a::before {
					/＊
					font-size: 20px;
					line-height: 20px;
					＊/
				}


/＊ 公式ツイッター ＊/
#footer .sns_twitter {
}

	#footer .sns_twitter a {
	}

		#footer .sns_twitter a::before {
			color: #00ACEE;
			content: "\f099";	/＊ fa-twitter ＊/
		}


/＊ 公式インスタグラム ＊/
#footer .sns_instagram {
}

	#footer .sns_instagram a {
	}

		#footer .sns_instagram a::before {
			color: #C535A4;
			content: "\f16d";	/＊ fa-instagram ＊/
		}

*/


/*
***********************************************************************************************
所在地ほか（未使用）
***********************************************************************************************
*/

/*
	/＊ 所在地 ＊/
	#footer .address {
		color: #ccc;
		font-style: normal;
		margin: 15px 0px 0px 0px;
		text-align: center;
	}
	
		.viewmode-mobile #footer .address {
			font-size: 13px;
			margin: 10px 0px 0px 0px;
		}

		.viewmode-pc #footer .address br {
			display: none;
		}
	
		#footer .address a {
			color: #ccc;
		}
		
			#footer .address a::before {
				color: #ccc;
				content: "\f041";	/＊ fa-map-marker ＊/
				display: inline-block;
				font-family: 'Font Awesome 6 Free';
				font-weight: bold;
				margin-right: 5px;
			}


	/＊ 電話番号 ＊/
	#footer .tel {
		color: #ccc;
		font-style: normal;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		text-align: center;
	}
	
		.viewmode-mobile #footer .tel {
			font-size: 13px;
			margin: 10px 0px 0px 0px;
		}
*/


/*
***********************************************************************************************
フッターナビゲーション2（PC専用）
***********************************************************************************************
*/

#nav-footer2 {
	background-color: #666;
	/*
	margin-top: 25px;
	*/
	padding: 18px 10px 10px 10px;
}

	#nav-footer2 ul {
		letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
		list-style-type: none;
		margin: 0;
		padding: 0px;
		text-align: center;
	}
		
		#nav-footer2 ul li {
			display: inline-block;
			font-size: 90%;
			letter-spacing: normal; /* 文字間を通常に戻す */
			line-height: 1.5;
			padding: 0 0 0 13px;
			position: relative;
			margin: 0px 20px;
			vertical-align: top;
		}
		
			/* 矢印の飾り */
			#nav-footer2 ul li::before {
				color: #fff;
				content: "\f054";	/* fa-chevron-right */
				display: block;
				font-family: 'Font Awesome 6 Free';
				font-size: .8em;
				font-weight: bold;
				line-height: 1;
				top: .35em;
				left: 0;
				position: absolute;
			}

			#nav-footer2 ul li:first-child {
			}

			#nav-footer2 ul li a {
				color: #fff;
				padding: 0 0 0 0px;
				text-decoration: none;
				white-space: nowrap;
			}
			
				#nav-footer2 ul li a:hover {
					text-decoration: underline;
				}

			/* サブメニュー */
			#nav-footer2 ul li ul.sub-menu {
				display: none;	/* サブメニューは表示しない */
			}


/*
***********************************************************************************************
コピーライト
***********************************************************************************************
*/

#footer .copyright {
	background-color: #fff;
	clear: both;
	/*
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	*/
	font-size: 70%;
	text-align: center;
	line-height: 1.7;
	margin: 0px 0px 0px 0px;
	padding: 15px 5px;
}

	.viewmode-mobile #footer .copyright {
		background-color: transparent;
		color: #999;
		margin: 0px 0px 0px 0px;
	}

	#footer .copyright small {
		margin-left: 1em;
	}

		.viewmode-mobile #footer .copyright small {
			display: none;
		}

	#footer .copyright a {
		color: #aaa;
	}


/*
***********************************************************************************************
PCモバイル切り替え表示（管理者用）
***********************************************************************************************
*/

.render_switcher {
 	background-color: #444;
	text-align: center;
	padding: 3px;
	display: none;
}

	.admin-bar .render_switcher {
		display: block;	/* 管理者のみ表示 */
	}

	.render_switcher ul {
		text-align: center;
		letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
		padding: 5px 10px;
	}
	
		.render_switcher ul li {
			border: 1px solid #ccc !important;
			display: inline-block;
			letter-spacing: normal; /* 文字間を通常に戻す */
			line-height: 1.0;
			font-size: 12px;
			background-color: #999;
			color: #fff;
			padding: 5px 10px;
			margin: 0px 0px 0px -1px;
			
			border-radius: 0px 6px 6px 0px;
			-webkit-border-radius: 0px 6px 6px 0px;
			-moz-border-radius: 0px 6px 6px 0px;
		}
		
			.render_switcher ul li:first-child {
				border-right: 0px solid #fff;
			
				border-radius: 6px 0px 0px 6px;
				-webkit-border-radius: 6px 0px 0px 6px;
				-moz-border-radius: 6px 0px 0px 6px;
			}
			
			.render_switcher ul li a {
				color: #333;
				text-decoration: none;
			}
			
			.render_switcher ul li.pc {
				background-color: #fff;
			}
			
				.viewmode-mobile .render_switcher ul li.pc {
					background-color: #999;
				}

			.viewmode-mobile .render_switcher ul li.mobile {
				color: #333;
				background-color: #fff;
			}
