@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.4;
	background:#fdeff2;
}
#contents {
	overflow:hidden;
	width:950px;
	margin:0 auto;
}

#main {
	box-sizing: border-box;
	overflow:hidden;
	float:right;
	width:75%;
	padding:10px;
	background:#fff;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

#sub {
	box-sizing: border-box;
	overflow:hidden;
	float:left;
	width:25%;
	background:#1f2124;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

#sub_bn{
	color:#fff;
	text-align:center;
	margin:5px 0;
}

#sub_bn a{
	color:#fff;
}



footer {
	box-sizing: border-box;
	width:950px;
	margin:0 auto;
}

a {
	color:#0a5487; /* 13895f */
}
a:hover {
	color:#0a5487;
	text-decoration:none;
}

h4 a {
	color:#fff; /* 13895f */
}
h4 a:hover {
	color:#fff;
	text-decoration:none;
}

h1 {
	color:#fbfbfb;
	font-size:28px;
	line-height:1.2;
}
h1 a {
	text-decoration:none;
}
h1 a:hover {
	color:#85d1c6;
}

h2 {
	margin-bottom:0.25em;
}

h3 {
	margin-bottom:0.5em;
	padding:12px 5px 2px 20px;
	color:#333;
	font-size:20px;
	border-bottom:3px solid #999;
	background:#fff url(https://df7404.claudeassets.com/20220227102545im_/https://www.inage-bc.com/common/images/h3_bg.gif) no-repeat left bottom;
}

h4 {
	margin-bottom:0.25em;
	margin-top:1.5em;
	padding:5px 8px;
	color:#fbfbfb;
	font-size:16px;
	background:#231F1A;
}


h5 {
	margin-top:1.25em;
	margin-bottom:0.25em;
	padding:2px 8px;
	font-size:16px;
	border-left:7px solid #D488A2;
	background:#eee;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#D589A3;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
	margin-top:1.5em;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}



dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:8px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#EEEAE6; /* #eee */
}
td.td01 {
	padding:8px;
	text-align:center;
	border:1px solid #ddd;
}
td.td02 {
	padding:8px;
	text-align:left;
	border:1px solid #ddd;
}
td.td03 {
	padding:3px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
}




/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
	background:#231F1A;
	text-align:center;
}

header h1 {
	padding:20px 10px 20px 10px;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	overflow:hidden;
}
nav h3 {
	display:none;
}
nav ul {
	margin:0;
	padding:0;
}
nav li {
	list-style:none;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px;/* 30 */
	margin-bottom:3px; /* tuika */
	color:#fbfbfb;
	text-decoration:none;
	background:#44403C; /* #1f2124 */
}
nav li a:hover {
	color:#fbfbfb;
	border-left: 8px solid #D488A2; /* #139095 */
	background:#605C59; /* #18191b */
	transition:all 0.2s ease 0s;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}


.footmap {
	width:90%;
	padding:0;
	margin:0;
}

.footmenu {
	width:100%;
	padding:10px 0;
	margin-top:15px;
	overflow:hidden;
	/*background:#23292f;  */
	border-top:solid 1px #DED5CD;

}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 5px;
	font-size:11px;
	text-align:center;
}
.footmenu a {
	color:#0a5487; /* #13895f */
}
.footmenu a:hover {
	color:#0a5487; /* #fbfbfb */
	text-decoration:none;
}

.footaddress {
	font-size:12px;
	padding:10px 10px 10px 10px;
	text-align:left;
	color:#ffffff;
	background-color: #D589A3;	
	/*background:url(https://0ecf14.claudeassets.com/20220227102545im_/https://www.inage-bc.com/common/images/footer_bg.gif) ;*/
}

.footaddress a{
	color:#ffffff;
}


.copyright {
	clear:both;
	padding:0 0 50px 0;
	font-size:11px;
	text-align:right;/* center */
	color:#fff;/* #333e48 */
	background:#231F1A;/* #181d21 */
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#79695A;
}
.totop img:hover {
	background:#231F1A;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	background:url(https://c5f27c.claudeassets.com/20220227102545im_/https://www.inage-bc.com/common/images/list01.gif) 0 1px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}


.textarea	{
	width:90%;

	padding:5px;
	margin:5px;

	background-color:#f0f0f0;
}



.meal,
.faci,
.faci2 {
	overflow:hidden;
}

.meal ul,
.faci ul,
.faci2 ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.meal li,
.faci li,
.faci2 li {
	list-style:none;
	float:left;
	width:31.840%;
	margin:0 1.492% 1.492% 0;
	padding-bottom:2em;
}
.meal li:nth-child(3n+1),
.faci li:nth-child(2n+1), 
.faci2 li:nth-child(2n+1), {
	clear:both;
}

.meal li img,
.faci li img,
.faci2 li img {
	width:100%;
	margin-bottom:2.5%;
}

.font01	{
	font-size:10px;
}

.font02	{
	font-weight:bold;
	margin-bottom:10px;
	padding:10px;
	background-color:#DED5CD;
}

.font03	{
	font-weight:bold;
	background-color:#DED5CD;
}

.font04	{
	color:#D589A3; /*ff6768*/
	font-size:16px;
}

.font05	{
	font-size:10px;
}

.col_two_one {
	overflow: hidden;
}

.col_two_one ul {
	overflow: hidden;
	margin: 2% -0% 0 2%;
}
.col_two_one li {
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear: both;
}
.col_two_one li img {
	width: 100%;
	margin-bottom: 2.5%;
}

.t_meal {
	margin-top:3em;

}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 10px 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}



/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 0 10px;
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	position:relative;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}

.slideInner {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	background:#fbfbfb;
	margin:0;
	padding:0;
}
.slideInner li img {
	width:100%;
}

.slidePrev {
	position:absolute;
	display:block;
	width:50px;
	height:60px;
	left:0;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	display:block;
	width:50px;
	height:60px;
	right:0;
	cursor:pointer;
	z-index:100;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ddd;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#ccc;
	cursor:pointer;
}
.controlNav span.current {
	background:#85d1c6;
}



/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents {
		box-sizing: border-box;
		width:100%;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		display:block;
		cursor:pointer;
		margin-bottom:0;
		padding:10px;
		color:#ddd;
		background:#181d21;
		border:none;
	}
	nav li a {
		padding:10px 30px;
	}

	#navBtn {
		display:inline-block;
		position:absolute;
		top:10px;
		right:10px;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#2a2a2a;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#DED5CD;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#DED5CD;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.service li {
		width:23.507%;
	}

	.staff li {
		width:48.507%;
	}
	.staff li:nth-child(2n+1) {
		clear:both;
	}
	.staff li:nth-child(3n+1) {
		clear:none;
		float:left;
	}



	.comimg img,	
	.topimg img,
	.clinic img,
	.access img,
	.infoimg img,
	.illumi img,
	.t_meal img {
		width:100%;
	}
	.comimg2 img {
		width:49%;
	}	

	.meal li,
	.faci li,
	.faci2 li {
		width:48.507%;
	}
	.meal li:nth-child(2n+1) {
		clear:both;
	}
	.faci li:nth-child(1n+1),
	.faci2 li:nth-child(1n+1){
		clear:both;
	}
	.meal li:nth-child(3n+1) {
		clear:none;
		float:left;
	}
	.faci li:nth-child(2n+1),
	.faci2 li:nth-child(2n+1) {
		clear:none;
		float:left;
	}

	.col_two_one ul {
		margin-right: 0;
	}
	.col_two_one li {
		width: 100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear: both;
	}
	
	
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:60px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
}

/*
     FILE ARCHIVED ON 11:13:02 Mar 08, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:28:46 Jul 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 7.73
  exclusion.robots: 6.957
  exclusion.robots.policy: 6.939
  esindex: 0.012
  cdx.remote: 70.192
  LoadShardBlock: 445.025 (3)
  PetaboxLoader3.datanode: 1257.963 (5)
  load_resource: 1506.042
  PetaboxLoader3.resolve: 180.782
  loaddict: 1280.915
*/