@charset "UTF-8";

#contentVis h1 {
	background-image: url('/cello_lesson/images/title_cello_lesson.png') ;
	background-size: 590px;
	height: 173px;
}

/************************************************************
　　　　コンテンツ
************************************************************/

/*　コンテンツ
------------------------------------------------------*/
#contentVis:after {
	background-position: 86% 0;
}



/* Container
------------------------------------------------------*/

.container {
	max-width: 1000px;
	margin: 60px auto 100px;
}

.container__inner {
	margin: 0 15px;
}

@media screen and (min-width: 920px) {
	.container__inner {
		margin: 0;
	}
}

.container__content {
	margin-top: 50px;
}

.container__h1 {
	margin-bottom: 1.0em;
	font-size: 22px;
	font-family: 'Marcellus', serif;
	font-weight: normal;
}

.container__h2 {
	margin: 2.0em 0;
}

.container__h3 {
	margin: 1.5em 0;
}

.container__content p {
	margin-bottom: 1.0em;
}

.janF {
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", arial, verdana, Meiryo, "ＭＳ Ｐゴシック", Osaka !important;
	font-weight: normal;
	letter-spacing: 0.2em;
}


/* Lesson
------------------------------------------------------*/

@media screen and (min-width: 920px) {
	.lesson__container {
		display: -webkit-flex;
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media screen and (min-width: 920px) {
	.lesson__image {
		width: calc(60% - 15px);
	}
}

.lesson__image img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 920px) {
	.lesson__content {
		width: calc(40% - 15px);
	}
}

.lesson__content p {
	margin-bottom: 1.0em;
}


.lesson__content dt {
	border-left: 1px solid #00664F;
	padding: 5px 0 0 10px;
	font-weight: bold;
}

.lesson__content dd {
	border-left: 1px solid #00664F;
	margin: 0 0 20px 0;
	padding: 0 0 5px 10px;
}


/* First time
------------------------------------------------------*/

.firsttime__container {
	margin: 50px 0;
}

@media screen and (min-width: 920px) {
	.firsttime__container {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}

.firsttime__h2 {
	position: relative;
	width: 100%;
	margin-bottom: 1.0em;
	text-align: center;
	color: #00664F;
	font-size: 18px;
	font-family: 'Marcellus', serif;
}

.firsttime__h2 span {
	position: relative;
	background-color: #ffffff;
	z-index: 2;
}

.covid-19__content {
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
}

@media screen and (min-width: 920px) {
	.firsttime__content {
		width: 45%;
	}

	.firsttime__h2 {
		font-size: 22px;
	}

	.firsttime__h2 span {
		padding: 0 1.0em;
	}

	.firsttime__h2::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80%;
		height: 1px;
		background-color: #00664F;
		transform: translate(-50%, -50%);
		z-index: 1;
	}

	.covid-19__content {
		font-size: 18px;
		margin-top: 30px;
	}

}


/* Inquiry
------------------------------------------------------*/

.inquiry {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #cccccc;
}

@media screen and (min-width: 920px) {
	.inquiry {
		width: 60%;
	}
}

.inquiry__content {
	padding: 15px 20px;
}


.inquiry__content h3 {
	margin: 1.0em;
	text-align: center;
}


/* Instructor
------------------------------------------------------*/

.instructor {
	margin-bottom: 50px;
}

@media screen and (min-width: 920px) {
	.instructor {
		
	}
}

.instructor::after {
	content: "";
	display: block;
	clear: both;
}

.instructor__image {
	float: left;
	width: 150px;
	margin: 0 30px 20px 0;
}

.instructor__image img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 920px) {
	.instructor__image {
		
	}
}

.instructor__content h3 {
	margin-bottom: 0.5em;
}

@media screen and (min-width: 920px) {
	.instructor__content h3 {
		
	}

	.instructor__content {
		overflow: hidden;
	}

}

.instructor__content h4 {
	margin: 0;
}

