@charset "utf-8";

/***************************
 ** 子どものおけいこ
 */
.lesson_contents img {
	min-width: 350px;
	width: 50%;
	height: 100%;
	margin-right: 30px;
}
.lesson_contents p span {
	font-size: 1.3em;
	color: #448aca;
}
.lesson dl {
	margin-top: 30px;
	border-top: 1px dotted #777;
}
.lesson dl dt {
	float: left;
	margin: 15px 0;
	margin-left: 10px;
}
.lesson dl dd {
	text-align: right;
	border-bottom: 1px dotted #777;
}
.lesson dl dd a {
	background-color: #448aca;
	color: #FFF;
	display: inline-block;
	padding: 5px 30px;
	margin: 10px 0;
	margin-right: 10px;
}
#salon {
	margin-bottom: 100px;
}
.lesson_detail img {
	min-width: 255px;
	height: 100%;
	margin-right: 30px;
}
.lesson_detail p span {
	color: #448aca;
	font-size: 1.2em;
}
.lesson_detail p span.strong {
	color: #ff0000;
	font-size: 1.2em;
}
.lesson_detail p a {
	background-color: #448aca;
	color: #FFF;
	display: inline-block;
	padding: 5px 30px;
	margin: 10px 0;
}
.lesson_price {
	border-top: 1px dotted #777;
	padding-top: 30px;
	margin-top: 30px;
}
.lesson_price table {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 10px 0;
	width: 100%;
}
.lesson_price table th,
.lesson_price table td {
	padding: 8px 20px;
}
.lesson_price table th {
	background-color: #efeeec;
	border: 1px solid #fff;
}
.lesson_price table td {
	border: 1px solid #efeeec;
	vertical-align: middle;
}
.lesson_price table td span {
	font-weight: bold;
}
.lesson_price table .menu_price {
	text-align: right;
}
.yoga_teacher {
	border: 1px solid #777;
	margin: 50px 0;
	padding: 30px 20px;
}
.yoga_teacher img {
	width: 400px;
	height: 100%;
	margin-right: 30px;
}
.yoga_teacher dl dt {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.3em;
	margin-bottom: 20px;
}
.yoga_teacher dl dt span {
	font-size: 1.6em;
}
.yoga_teacher dl dd:last-child {
	margin-top: 20px;
}
.yoga_teacher dl dd h4 {
	font-weight: bold;
	color: #448aca;
	font-size: 1.2em;
	margin-bottom: 5px;
}

@media screen and (max-width: 736px) {
	.lesson_contents img {
		display: block;
		margin: 0 auto 20px;
	}
	.lesson_detail img {
		display: block;
		margin: 0 auto 30px;
	}
	.yoga_teacher img {
		display: block;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 480px) {
	.lesson_contents img {
		max-width: 100%;
		width: 100%;
		min-width: auto;
	}
	.lesson_detail img {
		min-width: 100%;
	}
	.yoga_teacher img {
		width: 100%;
	}
}


.music_contents {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.music_contents img {
	max-width: 400px;
	height: auto;
	margin-right: 30px;
	width: 100%;
}

.music_contents p span {
	color: #448aca;
	font-size: 1.2em;
}

.music_table table td {
	width: 50%;
}

.music_table .color-red {
	color: red;
}

@media all and (width < 768px) {
	.music_contents {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px 0;
	}

	.music_contents img {
		max-width: 400px;
		height: auto;
		margin-right: 0;
		width: 100%;
	}
	.music_table table td {
		width: 56%;
	}
}