@charset "UTF-8";

/* ==========================================
	outline_block
========================================== */

/* philosophy_block */
#philosophy_block {
	padding: 90px 0 60px;
	background: #fcfaf4;
}
#philosophy_block h3 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 20px;
	color: #de5f99;
}
#philosophy_block .two_box {
	margin: 40px auto 0;
}
#philosophy_block .box {
	text-align: center;
}
#philosophy_block .box:last-child {
	margin-top: 80px;
}
#philosophy_block .box h4 {
	display: inline-block;
	width: 780px;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 0.1em;
	color: #362919;
	margin-bottom: 35px;
	padding: 25px;
	padding-right: 25px;
	background: #fff;
	border: 1px solid #eaeaea;
}
#philosophy_block .box p {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 1.2em;
}

/* director_block */
#director_block .director_box {
	width: 1000px;
	margin-top: -225px;
	background: #fff;
	padding: 30px 65px;
}
#director_block .director_bg {
	height: 400px;
	background: url(../img/outline/bg_img.jpg) no-repeat;
	background-position: center;
	padding-top: 80px;
}
#director_block .director_bg h2 {
	text-align: center;
	color: #5b5151;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#director_block h3 {
	/*width: 480px;*/
	font-weight: normal;
	font-size: 24px;
	line-height: 180%;
	/*margin-left: 84px;*/
	border-bottom: 2px solid #5b5151;
}
#director_block h3 span {
	font-size: 40px;
	font-weight: 400;
	margin-left: 15px;
}
#director_block .director_img {
	margin-top: 20px;
	box-shadow: 0 13px 10px -3px rgba(0,0,0,.25);
}
#director_block #profile_table,
#director_block #member_table {
	border-collapse: separate;
	border-spacing: 4px;
}
#director_block #profile_table {
	margin-top: 20px;
	/*margin-left: 80px;*/
}
#director_block #member_table {
	margin-top: 40px;
	border-spacing: 0;
}
#director_block #member_table th {
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-ms-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
#director_block #profile_table th,
#director_block #member_table th {
	text-align: left;
	font-weight: normal;
	padding: 7px 15px 7px 10px;
	background: #5b5151;
	color: #fff;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#director_block #member_table th {
	width: 130px;
	padding-left: 50px;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-ms-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-ms-border-bottom-right-radius: 0;
	-o-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
#director_block #profile_table td,
#director_block #member_table td {
	padding-left: 15px;
	font-size: 17px;
	vertical-align: middle;
}
#director_block #member_table td {
	width: 740px;
	padding: 10px 0px;
	border: 2px solid #5b5151;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#director_block #member_table td ul {
	list-style: disc;
	margin-left: 70px;
	margin-bottom: 10px;
}
#director_block #member_table td ul li {
	list-style: disc;
	margin-left: 50px;
	margin-bottom: 10px;
}
#director_block #member_table td ul li:last-child {
	margin-bottom: 0;
}

/* contents_block */
#contents_block {
	margin-top: 80px;
}
#contents_block h3 {
	color: #ff7d7d;
	font-size: 30px;
	font-weight: 200;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}
#contents_block .box {
	margin-bottom: 80px;
}
#contents_block .text_box {
	width: 500px;
}
#contents_block .text_box p {
	font-size: 14.5px;
	margin-bottom: 1.5em;
}

/* overview_block */
#overview_block {
	background: #fdf8ee;
	padding-bottom: 60px;
}
#overview_block .overview_bg {
	height: 400px;
	background: url(../img/outline/bg_img.jpg) no-repeat;
	background-position: center;
	padding-top: 80px;
}
#overview_block .overview_bg h2 {
	text-align: center;
	color: #5b5151;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#overview_block .contents_inner {
	margin-top: -225px;
	padding: 50px 45px 20px;
	background: #fff;
}
#overview_block h2 {
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}
#overview_block #overview_box table {
	width: 375px;
	border: 1px solid #dedede;
}
#overview_block #overview_box table th {
	width: 145px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 10px 15px;
	background: #5b5151;
	border-bottom: 1px solid #dedede;
}
#overview_block #overview_box table td {
	width: 250px;
	font-size: 15px;
	padding: 10px 0 10px 10px;
	background: #fdfdfd;
	border-bottom: 1px solid #dedede;
}

/* courses_box */
#overview_block #courses_box table {
	border: 1px solid #dedede;
}
#overview_block #courses_box h3 {
	margin: 60px 0 15px;
	font-weight: 400;
	text-align: center;
}
#overview_block #courses_box table th {
	width: 115px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 10px 0 10px 15px;
	background: #5b5151;
	border-bottom: 1px solid #dedede;
}
#overview_block #courses_box table td {
	font-size: 15px;
	padding: 10px 0 10px 10px;
	background: #fdfdfd;
	border-bottom: 1px solid #dedede;
}

/* reception_box */
#overview_block #reception_box {
	margin-top: 60px;
	padding-bottom: 30px;
}
#overview_block #reception_box h3 {
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
}
#overview_block #reception_box table {
	width: 100%;
	table-layout:fixed;
	border: 1px solid #ccc8c8;
}
#overview_block #reception_box table th {
	background: #8d877a;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0;
}
#overview_block #reception_box table tr:first-child th {
	text-align: center;
	border-left: 1px solid #ccc8c8;
}
#overview_block #reception_box table .w_180 {
	width: 180px;
	border-bottom: 1px solid #ccc8c8;
}
#overview_block #reception_box table td {
	color: #696247;
	font-size: 25px;
	text-align: center;
	padding: 8px 0;
	background: #fdfdfd;
	border-left: 1px solid #ccc8c8;
	border-bottom: 1px solid #ccc8c8;
}
#overview_block #reception_box table td .nonconsul {
	font-size: 18px;
}
#overview_block #reception_box table td .circle {
	display: block;
	width: 16px;
	height: 16px;
	margin: auto;
	background: #696247;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#overview_block #reception_box .text_right {
	display: block;
	text-align: right;
	margin-top: 10px;
}


/* ==========================================

	sp

========================================== */

@media screen and (max-width:640px) {

/* ==========================================
	outline_block
========================================== */

/* director_block */
	#director_block .director_box {
		width: 100%;
		margin-top: 0;
		padding: 0 5%;
	}
	#director_block .director_box .left {
		float: none !important;
	}
	#director_block .director_bg {
		height: 100px;
		padding-top: 40px;
	}
	#director_block .director_bg h2 {
		font-size: 18px;
	}
	#director_block h3 {
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-left: 0;
		padding-bottom: 5px;
		border-bottom: 0;
	}
	#director_block h3 span {
		font-size: 24px;
		margin-left: 15px;
	}
	#director_block .director_img {
		display: block;
		margin: 30px auto;
		box-shadow: 0 13px 10px -7px rgba(0,0,0,.25);
	}
	#director_block table {
		width: 100%;
		border-spacing: 0;
		margin-top: 20px;
		margin-left: 0;
	}
	#director_block table th {
		display: block;
		width: 100%;
		font-size: 13px;
	}
	#director_block table td {
		display: block;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 13px;
	}
	#director_block #profile_table {
		margin-left: 0;
	}
	#director_block #member_table th,
	#director_block #member_table td {
		width: 100%;
	}
	#director_block #member_table th {
		padding: 7px 15px 7px 10px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-bottom-left-radius: 0;
		-ms-border-bottom-left-radius: 0;
		-o-border-bottom-left-radius: 0;
		border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-bottom-right-radius: 0;
		-ms-border-bottom-right-radius: 0;
		-o-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0;
		-webkit-border-top-right-radius: 5px;
		-moz-border-top-right-radius: 5px;
		-ms-border-top-right-radius: 5px;
		-o-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
	}
	#director_block #member_table td {
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-bottom-left-radius: 5px;
		-ms-border-bottom-left-radius: 5px;
		-o-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
		-webkit-border-top-right-radius: 0 !important;
		-moz-border-top-right-radius: 0 !important;
		-ms-border-top-right-radius: 0 !important;
		-o-border-top-right-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}
	#director_block #member_table td ul {
		margin-left: 0;
	}
	#director_block #member_table td ul li {
		margin-left: 40px;
	}

/* contents_block */
	#contents_block {
		margin-top: 20px;
	}
	#contents_block .left,
	#contents_block .right {
		float: none !important;
	}
	#contents_block h3 {
		font-size: 18px;
		text-align: center;
		letter-spacing: 0;
		margin: 30px 0 15px;
	}
	#contents_block .box.mb_0 {
		margin-bottom: 0;
	}
	#contents_block .box.mb_40 {
		margin-bottom: 40px;
	}
	#contents_block .box.mb_50 {
		margin-bottom: 50px;
	}
	#contents_block img {
		width: 260px;
		margin: 0 auto;
	}
	#contents_block .text_box {
		width: 100%;
	}
	#contents_block .text_box p {
		font-size: 13px;
		margin-bottom: 0;
	}

/* philosophy_block */

	#philosophy_block {
		padding: 40px 0 20px;
	}
	#philosophy_block h3 {
		text-align: center;
		font-size: 18px;
		margin-top: 0;
	}
	#philosophy_block .two_box {
		width: 100%;
		margin-top: 40px;
	}
	#philosophy_block .box:last-child {
		margin-top: 40px;
	}
	#philosophy_block .box h4 {
		font-size: 16px;
		width: 100%;
		margin-bottom: 25px;
		padding: 10px 0;
	}
	#philosophy_block .box p {
		font-size: 13px;
		text-align: left;
	}

/* overview_block */
	#overview_block {
		padding-bottom: 0;
	}
	#overview_block .left,
	#overview_block .right {
		float: none !important;
	}
	#overview_block .overview_bg {
		height: 100px;
		padding-top: 40px;
	}
	#overview_block .overview_bg h2 {
		font-size: 18px;
	}
	#overview_block .contents_inner {
		margin-top: 0;
		padding: 30px 5% 15px;
		border: 15px solid #fdf8ee;
	}
	#overview_block #overview_box table {
		width: 100%;
		border: none;
		margin-top: 20px;
	}
	#overview_block #overview_box {
		float: none !important;
	}
	#overview_block #overview_box table th,
	#overview_block #courses_box table th {
		display: block;
		width: 100%;
		font-size: 13px;
		padding: 5px 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	#overview_block #overview_box table td {
		display: block;
		width: 100%;
		font-size: 13px;
		padding: 10px;
		border-bottom: 0;
	}

/* courses_box */
	#overview_block #courses_box {
		margin-top: 40px;
	}
	#overview_block #courses_box h3 {
		margin: 18px 0 10px;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
	}
	#overview_block #courses_box table {
		width: 100%;
		border: none;
	}
	#overview_block #courses_box table td {
		display: block;
		width: 100%;
		font-size: 13px;
		padding: 10px;
		border-bottom: none;
	}

/* reception_box */
	#overview_block #reception_box {
		margin-top: 40px;
	}
	#overview_block #reception_box h3 {
		font-size: 16px;
		font-weight: 500;
	}
	#overview_block #reception_box table th {
		font-size: 13px;
		line-height: 160%;
	}
	#overview_block #reception_box table .w_180 {
		width: 50px;
	}
	#overview_block #reception_box table td {
		font-size: 18px;
		vertical-align: middle;
	}
	#overview_block #reception_box table td span {
		font-size: 13px;
	}
	#overview_block #reception_box .text_right {
		text-align: center;
		font-size: 13px;
	}
	#overview_block #reception_box .text_right a {
		color: #de5f99;
	}

}