/*
Theme Name: irodori_cssmix
Description: Cleaned version for "園について" page
*/

@charset "UTF-8";
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf { *zoom: 1; }




/* ----------------------------------
コンテンツ共通
---------------------------------- */

.fs_0 { font-size: 0; }
.fs_return { font-size: 16px; }

.subheading_box {
	width: 12em;
	text-align: center;
}
.subheading_nursery {
	display: inline-block;
	position: relative;
	margin-bottom: 2em;
	padding: 0;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
}
.subheading_nursery:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	width: 20px;
	height: 2px;
	transform: translate(-50%);
	background-color: #00479D;
}

/* ----------------------------------
テキスト装飾
---------------------------------- */
a { color: #00479D; text-decoration: none; }
a:hover { text-decoration: none; }

#about_setumei {
	text-align: left;
	padding-bottom: 70px;
	font-size: 16px;
}
.br_rp { display: none; }

#logomind_img {
	display: block;
	vertical-align: top;
	margin: 20px auto 25px;
	width: 170px;
	height: auto;
}
#logomind_text {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.staff_cap {
	display: block;
	width: 200px;
	height: auto;
	margin: 0 auto;
}
#staff_hon {
	margin-top: 14px;
	width: 100%;
	font-size: 15px;
	line-height: 1.8em;
}
.staff_border {
	margin-bottom: 14px;
	padding-bottom: 10px;
	height: 56px;
	border-bottom: solid 1px #0023A0;
}
#staff_wrap {
	margin-bottom: 68px;
}

/* ----------------------------------
メディアクエリ
---------------------------------- */
@media screen and (min-width: 960px) {
	.pc { display: block !important; }
	.sp { display: none !important; }
	.br_rp { display: inline; }
	body { font-size: 18px; margin-top: 100px; }
	#staff_hon {
		width: calc(100% - 230px);
		display: inline-block;
		vertical-align: top;
	}
	.staff_cap {
		margin-right: 50px;
		width: 200px;
	}
	#logomind_img {
		width: 240px;
		display: inline-block;
		margin-right: 50px;
	}
	#logomind_text {
		width: 470px;
		display: inline-block;
	}
}