@charset "utf-8";

/* -------------------------------------------------- */
/* 音楽学部 > モスクワ音楽院 特別演奏コース 講師紹介 */
/* -------------------------------------------------- */


/* 専用のメインビジュアル */
/* -------------------------------------------------- */

#mvRc {
	width: 100%;
	height: 110px;
	background-image: url(../../../../img/music/moscow/header_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 60px;
}

#mvRcInner {
	height: 110px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#mvRcTitle {
	text-align: center;
	color: #fff;
}

#mvRcTitleEn {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.200em;
	margin-bottom: 15px;
}

#mvRcTitleJp {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	transform: scale(0.9,1);
}


/* 色の調整 */
/* -------------------------------------------------- */

#moscowFS {
	background-color: #280701;
}

#moscowFS #bc li,
#moscowFS #bc li a {
	color: #fff;
}

.subTitleHead {
	color: #eeeeee;
}

.subTitleHead:after {
	background-color: #bea574;
}

.subTitleLead1 {
	font-size: 1.3rem;
	line-height: 1.769;
	color: #fff;
	text-align: left;
	margin-bottom: 15px;
}


/* レイアウト調整 */
/* -------------------------------------------------- */

.col1 {
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.subTitle {
	max-width: 600px;
	margin: 0 auto;
}


/* 院長 */
/* -------------------------------------------------- */

.director {
	background-color: #000;
	padding: 5px;
}

.directorInner {
	border: solid 1px #bea574;
	padding: 15px;
}

.directorRow1 {
	display: table;
	width: 100%;
}

.directorPhoto {
	display: table-cell;
	width: 132px;
	vertical-align: top;
}

.directorHead {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding-top: 50px;
	padding-left: 15px;
	position: relative;
}

.directorHead:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 50px;
	left: 15px;
	width: calc(100% - 15px);
	height: 1px;
	background-color: #bea574;
}

/* iPhone5救済 */
@media all and (max-width: 374px) {
	.directorHead {
		padding-top: 30px;
	}
	.directorHead:after {
		bottom: 25px;
	}
}


.directorName {
	font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.100em;
	color: #bea574;
	margin-bottom: 10px;
}

.directorRole {
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: 0.100em;
	color: #bea574;
}

.directorBody p {
	font-size: 1.2rem;
	line-height: 1.75;
	letter-spacing: 0.100em;
	color: #fff;
}

.directorRow2 {
	padding-top: 15px;
}


/* 教授陣 */
/* -------------------------------------------------- */

.professor {
	background-color: #000;
	margin-bottom: 20px;
}

.professorPhoto {
	width: 132px;
}

.professorPhoto img {
	width: 100%;
	height: auto;
}

.professorPhoto.professorPhotoLeft {
	float: left;
}

.professorPhoto.professorPhotoRight {
	float: right;
}

.professorHead {
	width: calc(100% - 132px);
	display: table;
	height: 187px;
}
	.professorHead:before,
	.professorHead:after {
	    content: " ";
	    display: table;
	}
	
	.professorHead:after {
	    clear: both;
	}
	
	.professorHead {
	    *zoom: 1;
	}

.professorHeadInner {
	display: table-cell;
	width: inherit;
	vertical-align: middle;
	text-align: center;
	padding: 30px 20px;
}

.professorName {
	font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.100em;
	color: #bea574;
	margin-bottom: 10px;
}

.professorRole {
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: 0.100em;
	color: #bea574;
}

.professorTop h3.professorName {
    margin-top: 20px;
}

.introTit {
    padding: 10px 0 10px;
    font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
    color: #fff;
    text-align: left;
}

.introCont {
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.professorBody p {
	font-size: 1.2rem;
	line-height: 1.75;
	letter-spacing: 0.100em;
	color: #fff;
}

.professorBodyInner {
	display: table-cell;
	width: 100%;
	padding: 40px 20px 30px;
	vertical-align: middle;
	text-align: left;
}

.professorBodyInner {
	position: relative;
}

.professorBodyInner:before {
	position: absolute;
	display: block;
	content: "";
	top: 15px;
	left: 20px;
	width: calc(100% - 20px*2);
	height: 1px;
	background-color: #bea574;
}
