@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#lesson h3.sub {
	position: relative;
	font-size: 51px;
	text-align: left;
}
#lesson h3.sub .en {
	position: absolute;
	top: 0;
	left: 0;
	color: #f7d2cd;
	font-size: 119px;
	font-family: var(--font-en);
	transform: translate(-40%, -100%) rotate(-10deg);
	line-height: 1;
}
#lesson h3.sub .en.l70 {
	left: 70px;
}
@media only screen and (max-width: 1250px) {
	#lesson h3.sub .en.l70 {
		left: 150px;
	}
	#schedule h3.sub .en {
		left: 100px;
	}
}
#lesson h3.sub .label {
	font-size: 16px;
	display: inline-block;
	background: #FE9187;
	color: #fff;
	margin-left: 30px;
	padding: 10px;
	position: relative;
	top: -12px;
	letter-spacing : 3.2px;
}
#lesson h4 {
	border-radius: 20px;
	background: #fdf6f5;
	font-weight: normal;
	padding: 25px;
	font-size : 20px;
	letter-spacing : 3.5px;
	margin-bottom: 40px;
}
#lesson h4 .fs {
	margin-left: 20px;
}
#lesson h4.flex {
	display: flex;
	flex-wrap: wrap;
}
#lesson h4.flex span {
	width: 500px;
	margin-bottom: 10px;
}
#lesson h4.flex span:last-of-type {
	margin-bottom: 0;
}
#lesson .price_list dl {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	letter-spacing : 3.2px;
	padding-bottom: 10px;
	margin-bottom: 45px;
	color: #999;
	font-size: 110%;
}
#lesson .price_list.w2 {
	align-items: flex-start;
}
#lesson .price_list.w2 dl {
	width: 525px;
}
#lesson .price_list.w3 dl {
	width: 330px;
}
#lesson .price_list .more {
	margin-bottom: 50px;
}
#lesson .price_list .more .head {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#lesson .price_list .more dl {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 30px;
}
#lesson .price_list .more dl dt {
	position: relative;
	padding-left: 20px;
}
#lesson .price_list .more dl dt::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background : #F7D2CD;
	position: absolute;
	top: 10px;
	left: 0;
}
#lesson .attention {
	color: #999;
	line-height: 2.5;
	font-size: 104%;
}
#lesson .item {
	margin-bottom: 50px;
}
#lesson .box .info {
	width: 580px;
}
#lesson .box .info.w600 {
	width: 600px;
}
#lesson .box .img {
	width: 419px;
}
#lesson .classical {
	margin-top: 200px;
}
#lesson .stretch {
	margin: 250px 0;
	position: relative;
	width: 525px;
	margin-left: auto;
}
#lesson .stretch .img {
	position: absolute;
	top: 0;
	left: -575px;
}
#lesson .new_class .item.w600 {
	width: 600px;
}
#schedule .tbl {
	border: 1px solid #f7d2cd;
	border-radius: 20px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(5, 220px);
	overflow: hidden;
}
#schedule .week {
	border-right: 1px solid #f7d2cd;
}
#schedule .week:last-of-type {
	border-right: 0;
}
#schedule .week .thead {
	color: #fff;
	background: #f5c4be;
	padding: 25px 15px 15px;
	font-size: 110%;
}
#schedule .week .thead .w {
	margin-bottom: 20px;
}
#schedule .week .thead .label {
	background: #fff;
	color: #fe9187;
	text-align: center;
	margin-bottom: 0;
	border-radius: 15px;
}
#schedule .week .times {
	padding: 10px;
}
#schedule .week .times .time {
	background: #f2f2f2;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 105px;
}
#schedule .week:nth-of-type(even) .times .time {
	background: #fdf1f0;
}
#schedule .week .times .time.hidden {
	background: none;
}
#schedule .week .times .time:last-of-type {
	margin-bottom: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#lesson h3.sub {
		font-size: 40px;
	}
	#lesson h3.sub .en {
		font-size: 70px;
		transform: translate(-10%, -100%) rotate(-10deg);
	}
	#lesson h3.sub .en.l70, #lesson h3.sub .en {
		left: 0;
	}
	#lesson h4 {
		padding: 15px;
		font-size: 18px;
	}
	#lesson .img01 {
		text-align: center;
		margin: 0 auto 20px;
	}
	#lesson .img01 img {
		width: 430px;
		height: 500px;
		object-fit: cover;
	}
	#lesson .img.w2 {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 20px;
	}
	#lesson .img.w2 img {
		width: 49%;
	}
	#lesson .box .info, #lesson .box .info.w600 {
		width: 100%;
	}
	#lesson h4.flex span {
		width: 48%;
	}
	#lesson h4.flex span.full {
		width: 100%;
	}
	#lesson .price_list.w3 dl, #lesson .price_list.w2 dl {
		width: 100%;
	}
	#lesson .classical {
		margin-top: 135px;
	}
	#lesson .stretch {
		width: 100%;
		margin: 30px 0 120px;
	}
	#lesson .stretch .img {
		position: relative;
		left: auto;
		text-align: center;
		margin-bottom: 100px;
	}
	#schedule .tbl {
		width: 1100px;
	}
	#schedule .scroll {
		overflow: auto;
		white-space: nowrap;
		padding-bottom: 10px;
	}
	#lesson .new_class .box_flex {
		display: block;
	}
	#lesson .new_class .item.w600 {
		width: 100%;
	}
	#lesson .new_class .img {
		text-align: center;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#lesson h3.sub {
		font-size: 26px;
	}
	#lesson h3.sub .en {
		font-size: 60px;
	}
	#lesson h3.sub .label {
		padding: 5px;
		margin-left: 10px;
		top: -3px;
		letter-spacing: 0;
		font-size: 14px;
	}
	#lesson h4 {
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
	#lesson h4 .red {
		display: block;
	}
	#lesson h4 .fs {
		margin-left: 0;
	}
	#lesson h4.flex {
		display: block;
	}
	#lesson h4.flex span {
		margin-bottom: 0;
		width: 100%;
	}
	#lesson h4.flex > span {
		margin-bottom: 10px;
		display: block;
	}
	#lesson .box .img {
		width: 100%;
	}
	#lesson .img01 img {
		width: 100%;
		max-width: 430px;
		height: 400px;
	}
	#lesson .price_list dl {
		margin-bottom: 30px;
	}
	#lesson .price_list dl.smt_noflex {
		display: block;
	}
	#lesson .price_list dl.smt_noflex dd {
		text-align: right;
	}
	#lesson .attention {
		line-height: 2;
	}
	#lesson .classical {
		margin-top: 100px;
	}
	#schedule .week .thead {
		font-size: 100%;
	}
}