/*====================================================
    
	 â€šÂ¨â€“Ã¢â€šÂ¢Ââ€¡â€šÃ­â€šÂ¹
	 
====================================================*/

//* =========== Event ========== */
#mainArea #eventArea {
	/* 	clear:both;*/
	margin-bottom: 20px;
	width: 100%;
}

#mainArea #eventArea .title {
	color: #c1272d;
	margin-bottom: -5px;
	font-size: 3rem;
	font-weight: 550;
	text-align: left;
	padding-right: 20px;
}

#mainArea #eventArea .title span {
	color: #212270;
}


#mainArea #eventArea .title img {
	width: 95%;
}


/* =========== columnArea03 Area ========== */
#subTitle {
	clear: both;
	position: relative;
	margin-bottom: 50px;
	width: 100%;
}

#subTitle .title {
	margin-bottom: 5px;
	font-size: 2em;
	font-weight: bold;
	color: #212270;
	line-height: 1.5em;
}

#subTitle .text {
	margin-bottom: 2px;
	font-size: 1.4em;
	line-height: 1.47em;
}


#subTitle .titleSub1 {
	margin-bottom: 1px;
	font-size: 1.3em;
	color: #c1272d;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px sloid #fff;
	padding-left: 60px;
}

#subTitle .titleSub2 {
	margin-bottom: 0px;
	font-size: 1.3em;
	color: #4d4d4d;
	/*c1272d*/
	font-weight: bold;
	text-align: left;
	border-bottom: 1px sloid #fff;
	padding-left: 10px;
}



.contact {

	background: #fff;
	padding: 30px 2%;
	margin: 0 auto 10%;
	max-width: 100%;

	-webkit-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	-moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
}

.contact section {
	margin: 0 -10px;
	padding: 20px 10px;
	/*	border: 1px solid #d9d9d9;*/
	margin-bottom: 20px;
}

/*----------------------------------------------------
	txtInfo
	------------------*/


/* .txtInfo */
.txtInfo {
	width: 100%;
	padding: 2%;
	margin-bottom: 0;
}

.txtInfo p {
	font-size: 17px;
	line-height: 1.7;
}

.boxInfo {
	position: relative;
	margin: 2em 0;
	padding: 1.5em 0em;
	border: solid 1px #3F51B5;
	border-radius: 0px;
	margin-bottom: 30px;
}

.boxInfo .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 5%;
	/* right: 5%; */
	padding: 0 9px;
	line-height: 1;
	font-size: 18px;
	background: #FFF;
	color: #212270;
	text-align: left;
	font-weight: bold;
}

.boxInfo p {
	margin: 0;
	padding: 15px;
	/* color: #292323; */
}

.boxInfo .sub-title {
	text-align: left;
	font-size: 18px;
	font-weight: 600;
}

@media screen and (max-width: 400px) {

	#mainArea #eventArea {
		background-position: right 0pt top 0pt;
		background-size: 60px 60px;
	}

	#mainArea #eventArea .title {
		font-size: 2em;
	}



	#subTitle .title {
		font-size: 1.8em;
	}
}






.instructor_box {
	max-width: 1000px;
	margin: 0 auto;
	width: calc(100% - 20px);
}

.instructor_box .imgArea {
	overflow: hidden;
	position: relative;
	z-index: 1;
	/* background: #f7f6f6; */
	border: #ff8f33 3px solid;
	padding-bottom: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* .instructor_box .imgArea:before {position: absolute;top: 0;right: 0;bottom: 0;left: 0;content: "";background: #fefefe;z-index: 5;opacity: 0;/* -webkit-transition: all 0.7s ease; */
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
/* transition: all 0.7s ease; */
}

*/ .instructor_box .imgArea:hover:before {
	content: "";
	background: rgb(247, 244, 241);
	opacity: 0.1;
}

.instructor_box .imgArea img {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 100%;
	padding: 1% 3%;
	float: left;
}

/*.instructor_box .imgArea:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); opacity: 1; }*/
/* span.plus */
.instructor_box .imgArea span.plus {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	z-index: 6;
	overflow: hidden;
	text-indent: -999px;
}

.instructor_box .imgArea span.plus:before {
	position: absolute;
	top: 5%;
	left: 5%;
	margin-left: -25px;
	border-bottom: transparent 1px solid;
	width: 0px;
	height: 0;
	content: "";
}

.instructor_box .imgArea span.plus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	border-right: transparent 1px solid;
	height: 0;
	content: "";
}

.instructor_box .imgArea span.plus:before,
.instructor_box .imgArea span.plus:after {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.instructor_box .imgArea:hover span.plus:before {
	border-bottom: #fff 1px solid;
	width: 50px;
}

.instructor_box .imgArea:hover span.plus:after {
	border-right: #fff 1px solid;
	height: 50px;
}

/* --- .txtArea --- */
.instructor_box .txtArea {
	text-align: center;
}

.instructor_box .txtArea p.no {
	display: block;
	width: 50px;
	height: 50px;
	margin: -25px auto 0;
	background: #fefefe;
	font-size: 14px;
	/*font-family: 'Catamaran', sans-serif;*/
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 1px;
	position: relative;
	z-index: 3;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.instructor_box .txtArea p.no:after {
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	content: "";
	border: #fefefe 1px solid;
	z-index: 10;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.instructor_box h2 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.7;
	margin-top: -5px;
	position: relative;
	z-index: 4;
	margin-top: 15px;
	padding: 0 2%;
	/* width: 64%; */
	float: left;
	font-weight: 600;
}

.instructor_box a h2 {
	color: #010590
}

.instructor_box h2 span {
	font-size: 23px;
	color: #de3039
}

.instructor_box h3 {
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
}

.instructor_box p {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-top: 5px;
	position: relative;
	z-index: 4;
	margin-top: 5px;
	padding: 0 2%;
	width: 100%;
	float: left;
	text-align: left;
}

.instructor_box p:before {
	width: 25px;
	font-size: 18px;
	text-align: left;
	font-family: 'themify';
	content: "\e60a";
	font-family: 'FontAwesome';
	content: "\f14a";
	font-weight: normal;
	color: #ff8f33;
	padding-right: 5px;
}

.instructor_box h4 {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.7;
	margin-top: -5px;
	position: relative;
	z-index: 10;
	margin-top: 0;
	padding: 1% 2%;
	/* width: 100%; */
	float: right;
	text-align: center;
	margin: 0 20px;
}

.instructor_box h1 {
	margin: 1%;
	/* background: #fde6e6; */
	color: #396800;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.7;
	position: relative;
	z-index: 10;
	padding: 1% 2%;
	/* width: 100%; */
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.instructor_box h1:before {
	width: 25px;
	font-size: 25px;
	text-align: left;
	font-family: 'themify';
	content: "\e60a";
	font-family: 'FontAwesome';
	content: "\f005";
	font-weight: normal;
	padding-right: 5px;
}



@media (min-width : 600px) {
	.boxInfo .box-title {
		font-size: 20px !important;
		background: #FFF;
		color: #212270;
		text-align: left;
		font-weight: bold;
	}



	.flex_movie {
		display: flex;
		/* 		flex-wrap: wrap; */
		flex-direction: row;
		width: 100%;
		/* max-width: 1200px; */
		/* justify-content: center; */
		/* 子要素をflexboxにより中央に配置する */
		/* align-items: center; */
		/* 子要素をflexboxにより中央に配置する */
		/* margin-bottom: 100px; */
	}

	.item_40 {
		width: 45%;
		padding: 2%;
	}

	.item_40 img {
		width: 100%;
		padding: 3%;
	}

	.item_60 {
		width: 54%;
		padding: 2%;
		text-align: left;
	}

	.item_60 img {
		width: 100%;
	}

	.item_40 .tTaisho,
	.item_60 .tTaisho {
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: 600;
		margin-top: 0;
	}

	.item_60 .kyu {
		font-size: 16px;
		color: #000;
		font-weight: 500;
		border: 0px solid #ddd;
		padding: 1%;
		margin: 1%;
		background: #f0d174;
	}


	.item2 {
		width: 100%;
	}

	.item2 img {
		width: 50%;
	}

	.item p,
	.item2 p {
		/* text-align:left; */
		/* font-size: 17px; */
		/* font-weight:600; */
		/* line-height: 1.7; */
		/* padding: 2%; */
	}

	.item2_pic {
		background: #000;
		color: #fff;
		padding: 3px;
		position: absolute;
		top: -35px;
		padding: 1%;
		font-size: 18px;
		left: 40px;
	}

	.item2_picA {
		background: #ffb03f;
		color: #000;
		padding: 3px;
		position: absolute;
		top: -15px;
		padding: 2%;
		font-size: 18px;
	}

	.item2_txt {
		text-align: left;
		font-size: 16px;
		font-weight: 500;
		line-height: 2;
		padding: 2%;
		padding-top: 3%;
	}

	/* 	.item2_title span color:#fff; padding:5px;} */

}