@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#menu_page .course h3 {
	font-size: 40px;
	font-weight: normal;
	color: #e3b83d;
	margin-bottom: 30px;
}
#menu_page .course ul.line {
	display: flex;
	justify-content: center;
	gap: 0 50px;
	font-size: 19px;
	margin-bottom: 50px;
}
#menu_page .course ul.line li {
	border-bottom: 2px solid;
}
#menu_page .course .waku {
	border: 1px solid #e3b83d;
	background: url("../img/menu/bg01.png") no-repeat top left, url("../img/menu/bg02.png") no-repeat bottom right;
	margin-bottom: 100px;
}
#menu_page .course .waku .in {
	background: url("../img/menu/waku01.png") no-repeat left top, url("../img/menu/waku02.png") no-repeat right top, url("../img/menu/waku03.png") no-repeat left bottom, url("../img/menu/waku04.png") no-repeat right bottom;
	padding: 50px 0;
}
#menu_page .course .waku h4 {
	font-size: 40px;
	color: var(--color-sec);
	font-weight: normal;
	margin-bottom: 10px;
}
#menu_page .course .waku h4.en {
	font-size: 20px;
	margin-bottom: 30px;
}
#menu_page .course .waku .txt {
	font-size: 120%;
}
#menu_page .course .option {
	margin-top: 100px;
}
#menu_page .course .box {
	width: 500px;
	margin-bottom: 50px;
}
#menu_page .course .option .box,
#menu_page .course .box:last-of-type {
	margin-bottom: 0;
}
#menu_page .course .box .ttl {
	color: var(--color-sec);
	font-size: 40px;
	line-height: 1.4;
	margin-bottom: 50px;
}
#menu_page .course .option .box .ttl{
	font-size: 35px;
}
#menu_page .course .box .ttl .en {
	font-size: 20px;
	margin-top: 15px;
	display: block;
}
#menu_page .course .box .price_list dl {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid;
	font-size: 130%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#menu_page .course .img {
	width: 500px;
}
#menu_page .course .img span {
	display: block;
	position: relative;
	margin-bottom: 30px;
}
#menu_page .course .img span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/menu/waku.png) no-repeat center / cover;
	z-index: 1;
}
#menu_page .course .img span:last-of-type {
	margin-bottom: 0;
}
#menu_page .therapist {
	background: url("../img/menu/bg-therapist.png") no-repeat center;
}
#menu_page .therapist h3 {
	font-size: 40px;
	font-weight: normal;
	color: var(--color-sec);
	margin-bottom: 50px;
}
#menu_page .therapist h3 .en {
	font-size: 22px;
}
#menu_page .therapist .txt {
	font-size: 130%;
}
#menu_page .therapist .txt02 {
	font-size: 105%;
}
@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) {  /* タブレット以下 */
	#menu_page .course h3 {
		font-size: 30px;
	}
	#menu_page .course ul.line {
		font-size: 18px;
		gap: 0 30px;
	}
	#menu_page .course .waku {
		background-size: 40% auto;
		margin-bottom: 50px;
	}
	#menu_page .course .waku .in {
		padding: 50px;
	}
	#menu_page .course .waku h4 {
		font-size: 30px;
	}
	#menu_page .course .waku h4.en {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#menu_page .course .waku .txt {
		font-size: 110%;
	}
	#menu_page .course .info {
		width: 100%;
	}
	#menu_page .course .box {
		width: 48%;
	}
	#menu_page .course .info .box {
		width: 100%;
	}
	#menu_page .course .box .ttl {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#menu_page .course .option .box .ttl {
		font-size: 23px;
	}
	#menu_page .course .box .ttl .en {
		font-size: 18px;
		margin-top: 10px;
	}
	#menu_page .course .box .ttl br {
		display: none;
	}
	#menu_page .course .box .price_list dl {
		font-size: 120%;
	}
	#menu_page .course .img {
		margin-top: 30px;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	#menu_page .course .img span {
		width: 48%;
		margin-bottom: 0;
	}
	#menu_page .course .option {
		margin-top: 50px;
	}
	#menu_page .therapist h3 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#menu_page .therapist h3 .en {
		font-size: 18px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#menu_page .course h3 {
		font-size: 22px;
	}
	#menu_page .course ul.line {
		display: block;
		text-align: center;
		font-size: 16px;
	}
	#menu_page .course ul.line li {
		display: inline-block;
		padding-bottom: 3px;
		margin-bottom: 10px;
	}
	#menu_page .course .waku .in {
		padding: 15px;
		background-size: 50px auto;
	}
	#menu_page .course .waku h4 {
		font-size: 25px;
	}
	#menu_page .course .waku h4.en {
		font-size: 16px;
	}
	#menu_page .course .box {
		width: 100%;
	}
	#menu_page .course .box .ttl {
		font-size: 22px;
	}
	#menu_page .course .option .box .ttl {
		font-size: 20px;
	}
	#menu_page .course .box .ttl br {
		display: inline;
	}
	#menu_page .course .box .ttl .en {
		font-size: 15px;
	}
	#menu_page .course .box .price_list dl {
		font-size: 110%;
	}
	#menu_page .therapist {
		background-size: 250px auto;
	}
	#menu_page .therapist h3 {
		font-size: 21px;
	}
	#menu_page .therapist h3 .en {
		font-size: 16px;
	}
	#menu_page .therapist .txt {
		font-size: 110%;
	}
	#menu_page .therapist .txt02 {
		font-size: 100%;
	}
}