@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#program .program .box {
	position: relative;
}
#program .program .box::before {
	background: url("../img/program/bg02.png") no-repeat bottom center / 100% auto;
}
#program .program .box:not(:last-of-type) {
	margin-bottom: 80px;
}
#program .program .box .img {
	position: relative;
	width: 388px;
	z-index: 1;
}
#program .program .box .img::before, #program .program .box .img::after {
	content: "";
	background: url("../img/program/img-lt.png") no-repeat center / 100% auto;
	z-index: 1;
	position: absolute;
}
#program .program .box .img::before {
	width: 90px;
	height: 118px;
	left: -36px;
	top: 0;
}
#program .program .box .img::after {
	background-image: url("../img/program/img-rb.png");
	width: 142px;
	height: 166px;
	right: -80px;
	bottom: -25px;
	z-index: -1;
}
#program .program .box .info {
	width: 550px;
	padding-top: 20px;
}
#program .program .box:nth-of-type(2) .info {
	padding-top: 40px;
}
#program .program .box .info h3 {
	font-weight: normal;
	font-size: 45px;
	line-height: 1.4;
	margin-bottom: 20px;
}
#program .program .box .info .waku {
	border: 1px solid #7fbaaa;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	font-size: 115%;
}
#program .program .box .info .waku dl {
	border-bottom: 1px solid #7fbaaa;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#program .program .box .info .waku .txt {
	color: #3f9182;
}
#program .course::before {
	background: url("../img/program/bg02.png") no-repeat bottom center / 100% auto;
}
#program .course .list {
	margin-bottom: 50px;
}
#program .course .box {
	position: relative;
	width: 343px;
	border: 1px solid #ede8e2;
	background: #fff;
	padding: 40px;
	border-radius: 20px;
}
#program .course .box.recommend::before {
	content: "おすすめ";
	position: absolute;
	background: url("../img/program/recommend-l.png") no-repeat left bottom, url("../img/program/recommend-r.png") no-repeat right bottom;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 35px;
	line-height: 1;
	z-index: 1;
	padding: 0 25px;
	display: block;
	white-space: nowrap;
}
#program .course .box .name {
	font-size: 35px;
	text-align: center;
	margin-bottom: 30px;
}
#program .course .box .name span {
	padding: 0 10px;
	background-image: linear-gradient(rgba(216, 208, 101, 0.2), rgba(216, 208, 101, 0.2));
	background-repeat: no-repeat;
	background-size: 100% 12px;   /* マーカーの高さ */
	background-position: left bottom;
}
#program .course .box .once span {
	font-size: 115%;
	padding: 2px 20px;
	color : #3F9182;
	background : #F3EFEE;
}
#program .course .box .price {
	text-align: center;
	font-size: 45px;
	color: #8e6d5f;
	line-height: 1.4;
	margin-bottom: 10px;
}
#program .course .box .price .yen {
	font-size: 35px;
}
#program .course .box .month {
	font-size: 110%;
}
#program .course .txt {
	font-size: 110%;
	color: #3f9182;
}
#program .more_program dl:not(:last-of-type) {
	margin-bottom: 80px;
}
#program .more_program dl dt {
	font-size: 45px;
	background: url("../img/program/bg.png") no-repeat left bottom;
	padding-left: 40px;
	padding-top: 10px;
	margin-bottom: 40px;
}
#program .more_program dl dd {
	color: #3f9182;
	border: 1px solid #ede8e2;
	padding: 30px;
	width: calc(100% - 50px);
	border-radius: 20px;
	margin-left: auto;
	font-size: 115%;
}
@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) {  /* タブレット以下 */
	#program .program .box .img {
		margin: 0 auto 20px;
	}
	#program .program .box .img::before {
		width: 45px;
		height: 59px;
		left: -18px;
		top: 0;
	}
	#program .program .box .img::after {
		width: 71px;
		height: 83px;
		right: -40px;
		bottom: -12px;
	}
	#program .program .box .info {
		width: 100%;
		padding-top: 0;
	}
	#program .program .box:nth-of-type(2) .info {
		padding-top: 0;
	}
	#program .program .box .info h3 {
		font-size: 30px;
		text-align: center;
	}
	#program .program .box .info .waku {
		padding: 20px;
	}
	#program .course .list {
		margin-bottom: 30px;
	}
	#program .course .box {
		width: 32%;
		padding: 15px;
	}
	#program .course .box .name {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#program .course .box .once {
		margin-bottom: 10px;
	}
	#program .course .box .price {
		font-size: 30px;
	}
	#program .course .box .price .yen {
		font-size: 25px;
	}
	#program .more_program dl:not(:last-of-type) {
		margin-bottom: 40px;
	}
	#program .more_program dl dt {
		font-size: 30px;
		background-size: 50px auto;
		padding-left: 20px;
		margin-bottom: 20px;
	}
	#program .more_program dl dd {
		width: calc(100% - 30px);
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#program .program .box .img {
		width: 280px;
	}
	#program .program .box .info h3 {
		font-size: 25px;
	}
	#program .program .box .info .waku {
		padding: 15px;
	}
	#program .course .list {
		margin-top: 30px;
	}
	#program .course .box {
		width: 100%;
		margin-bottom: 20px;
	}
	#program .course .box.recommend::before {
		top: -25px;
	}
	#program .course .box:last-of-type {
		margin-bottom: 0;
	}
	#program .more_program dl dt {
		font-size: 25px;
		margin-bottom: 10px;
	}
	#program .more_program dl dd {
		width: calc(100% - 20px);
		font-size: 110%;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#program .program .box .info h3, #program .more_program dl dt {
		font-size: 22px;
	}
}