@charset "UTF-8";
/* CSS Document */

section.teacher{
	padding: 0 0 80px;
}
section.teacher .ttl-sec01{
	margin-bottom: 60px;
}
section.teacher .ttl-sec01 span{
	margin-bottom: 15px;
}
section.teacher .ttl-sec02{
	margin-bottom: 40px;
}
section.teacher .mrg{
	overflow: hidden;
	margin: 0 -15px;
}
section.teacher .ceo{
	display: flex;
    margin: 0 150px;
}
section.teacher .ceo .photo{
	width: 25%;
}
section.teacher .ceo .text{
	width: 60%;
    margin-left: 50px;
}
section.teacher .ceo .text .detail{
	font-size: 1.2em;
    line-height: 1.8em;
}
section.teacher .mrg .youtube{
	margin: 50px auto 100px;
    text-align: center;
}
section.teacher .box{
	float: left;
	width: 25%;
	padding: 0 15px 50px;
}
section.teacher .box .img{
	margin-bottom: 20px;
}
section.teacher .box .kata{
	font-size: 12px;
	margin-bottom: 5px;
}
section.teacher .box .name{
	font-size: 18px;
	letter-spacing: 2px;
}
section.teacher .box .name span{
	font-size: 12px;
}

section.information{
	padding: 100px 0 120px;
	background: #f5f5f5;
}
section.information .ttl-sec01{
	margin-bottom: 40px;
}
section.information .base{
	max-width: 945px;
	overflow: hidden;
}
section.information .box-info{
	float: left;
	width: 55%;
}
section.information .box-info table th{
	width: 22%;
	font-size: 14px;
	text-align: left;
	padding-bottom: 10px;
	line-height: 1.8em;
}
section.information .box-info table td{
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 1.8em;
}
section.information .box-info table td a{
	font-size: 14px;
	color: #49433e;
}
section.information .map{
	float: right;
	width: 41%;
}



@media only screen and (max-width: 767px) {
	
	section.teacher{
		padding: 0 0 60px;
	}
	section.teacher .ttl-sec01{
		margin-bottom: 30px;
	}
	section.teacher .ttl-sec02{
		margin-bottom: 30px;
	}
	section.teacher .mrg{
		margin: 0;
	}
	section.teacher .box{
		float: none;
		width: 100%;
		max-width: 290px;
		margin: 0 auto;
		padding: 0 15px 40px;
	}
	section.teacher .box:last-child{
		padding-bottom: 0;
	}
	
	section.information{
		padding: 50px 0 60px;
	}
	section.information .ttl-sec01{
		margin-bottom: 30px;
	}
	section.information .box-info{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	section.information .box-info table th{
		width: 28%;
	}
	section.information .map{
		float: none;
		width: 100%;
	}
    section.teacher .ceo{
	margin: 0;
    display: block;
}
    section.teacher .ceo .photo{
	float: none;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    padding: 0 15px 20px;
}
section.teacher .ceo .text{
	width: 100%;
    margin: 0;
    font-size: 12px;
    padding: 0 20px;
}

}