@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#club .gold {
	color: #bfa95f;
}
#club .what .msg {
	font-size: 24px;
	line-height: 2;
	font-weight: 600;
	margin-bottom: 120px;
}
#club .what .box {
	position: relative;
	margin-bottom: 120px;
}
#club .what .box:last-of-type {
	margin-bottom: 0;
}
#club .what .box .info {
	width: 680px;
	min-height: 540px;
}
#club .what .box:nth-of-type(even) .info {
	margin-left: auto;
}
#club .what .box .info h4 {
	font-weight: 600;
	font-size: 50px;
	margin-bottom: 50px;
}
#club .what .box .info h4::first-letter {
	color: var(--color-red);
}
#club .what .box .info .txt {
	font-size: 95%;
}
#club .what .box .info ul {
	margin-bottom: 20px;
}
#club .what .box .info ul li, #club .difference dl dd ul li {
	color: #bfa95f;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
#club .what .box .info ul li::before, #club .difference dl dd ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #000000;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 0;
}
#club .difference::before {
	height: 1088px;
	background: url("../img/club/bg-difference.png") no-repeat center bottom /cover;
}
#club .difference dl {
	margin-bottom: 70px;
}
#club .difference dl:last-of-type {
	margin-bottom: 0;
}
#club .difference dl:first-of-type, #club .difference dl:nth-of-type(2) {
	width: 530px;
}
#club .difference dl dt {
	line-height: 1;
	font-weight: 600;
	font-size: 39px;
	margin-bottom: 50px;
}
#club .difference dl dt .no {
	font-family: var(--font-antonio);
	color: #999;
	font-size: 57px;
	font-style: italic;
	margin-right: 30px;
	position: relative;
	top: 10px;
}
#club .difference dl dd ul {
	justify-content: flex-start;
	margin-bottom: 20px;
}
#club .difference dl dd ul li:nth-of-type(odd) {
	width: 460px;
	margin-right: 60px;
}
#club .difference .training .ttl {
	background: #fff;
	border-top: 2px solid #d22d27;
	padding: 20px;
	margin-bottom: 50px;
}
#club .difference .training .ttl .fm {
	font-weight: 600;
	font-size: 30px;
	margin-right: 30px;
}
#club .difference .training .ttl .gold {
	font-weight: 600;
	font-size: 20px;
}
#club .difference .training .box {
	width: 341px;
	margin-bottom: 60px;
}
#club .difference .training .box .label {
	background : rgba(210, 45, 39, 0.07);
	text-align: center;
	line-height: 42px;
	margin-bottom: 20px;
}
#club .difference .training .box .label .red {
	font-weight: 600;
	font-size: 20px;
}
#club .difference .training .box .label .kome {
	margin-left: 20px;
}
#club .difference .training .box .day {
	margin-bottom: 10px;
}
#club .difference .training .box .day:last-of-type {
	margin-bottom: 0;
}
#club .difference .training .box .day .week {
	width: 80px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#club .difference .training .box .day .times {
	width: 241px;
}
#club .difference .training .box .day .times .time {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin-bottom: 10px;
}
#club .difference .training .box .day .times .time:last-of-type {
	margin-bottom: 0;
}
#club .difference .training .box .day .times .time span {
	margin-right: 15px;
}
#club .difference .training .box .day .times .time span.no_mr {
	margin-right: 0;
}
#club .difference .training .box .day .times .time .tr {
	color: #f15a24;
}
#club .difference .training .box .day .times .time .mt {
	color: #0071bc;
}
#club .difference .training .box .day .times .time .pt {
	color: #009245;
}
#club .feature::before {
	background: url("../img/club/bg-feature.png") no-repeat center bottom / cover;
	height: 615px;
}
#club .feature .list {
	margin-top: 80px;
}
#club .feature .box {
	width: 530px;
	border-top: 2px solid #d22d27;
	background: #fff;
	margin-bottom: 30px;
}
#club .feature .box:nth-child(n+3) {
	width: 340px;
}
#club .feature .box .in {
	padding: 20px;
}
#club .feature .box .no {
	font-family: var(--font-antonio);
	color: #999;
	font-size: 57px;
	font-style: italic;
	position: relative;
	line-height: 1;
	width: 70px;
}
#club .feature .box .ttl {
	margin-top: 15px;
	width: calc(100% - 70px);
	color: #000;
	font-size: 29px;
	line-height: 1.4;
	font-weight: 600;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#club .what .box .img {
		position: absolute;
		right: calc(50% - 50vw);
		width: calc( (100vw - 1100px) / 2 + (1100px - 750px) );
	}
	#club .what .box:nth-of-type(even) .img {
		right: auto;
		left: calc(50% - 50vw);
	}
	@media only screen and (max-width: 1150px) {
		#club .what .box .img {
			right: -30px;
			width: 420px;
		}
		#club .what .box:nth-of-type(even) .img {
			right: auto;
			left: -30px;
		}
	}
	#club .what .box .img img {
		width: 100%;
		max-height: 540px;
		object-fit: cover;
	}
}
@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) {  /* タブレット以下 */
	#club .what .msg {
		font-size: 20px;
		margin-bottom: 40px;
	}
	#club .what .box {
		margin-bottom: 50px;
	}
	#club .what .box .info {
		width: 100%;
		min-height: auto;
		margin-bottom: 30px;
	}
	#club .what .box .info h4 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	#club .what .box .img {
		text-align: center;
	}
	#club .what .box .img img {
		width: 80%;
	}
	#club .difference dl {
		margin-bottom: 30px;
	}
	#club .difference dl:first-of-type, #club .difference dl:nth-of-type(2) {
		width: 48%;
	}
	#club .difference dl dt {
		font-size: 25px;
		margin-bottom: 30px;
	}
	#club .difference dl dt .no {
		font-size: 40px;
		margin-right: 20px;
		top: 7px;
	}
	#club .difference dl dd {
		font-size: 95%;
	}
	#club .difference dl dd ul {
		display: block;
	}
	#club .difference dl dd ul li:nth-of-type(odd) {
		width: 100%;
	}
	#club .difference .training .ttl{
		padding: 10px;
		margin-bottom: 30px;
	}
	#club .difference .training .ttl .fm {
		font-size: 25px;
		margin-right: 20px;
	}
	#club .difference .training .ttl .gold {
		font-size: 18px;
	}
	#club .difference .training .box {
		width: 49%;
		margin-bottom: 30px;
	}
	#club .difference .training .box .label .red {
		font-size: 18px;
	}
	#club .difference .training .box .day .times {
		width: calc(100% - 90px);
	}
	#club .difference .training .box .day .times .time {
		padding: 5px 0;
	}
	#club .feature::before {
		height: 400px;
	}
	#club .feature .list {
		margin-top: 50px;
	}
	#club .feature .box {
		width: 49%;
	}
	#club .feature .box:nth-child(n+3) {
		width: 32%;
	}
	#club .feature .box .in {
		padding: 10px;
	}
	#club .feature .box .no {
		font-size: 30px;
		width: 40px;
	}
	#club .feature .box .ttl {
		margin-top: 5px;
		width: calc(100% - 40px);
		font-size: 19px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#club .what .msg {
		font-size: 18px;
	}
	#club .what .box .info h4 {
		font-size: 25px;
	}
	#club .difference dl:first-of-type, #club .difference dl:nth-of-type(2) {
		width: 100%;
	}
	#club .difference dl dt {
		font-size: 22px;
		margin-bottom: 15px;
	}
	#club .difference dl dt .no {
		font-size: 30px;
		top: 4px;
	}
	#club .difference .training .ttl .fm {
		font-size: 23px;
	}
	#club .difference .training .ttl .gold {
		display: block;
		text-align: right;
	}
	#club .difference .training .box {
		width: 100%;
	}
	#club .difference .training .box .label {
		margin-bottom: 10px;
	}
	#club .feature .box {
		width: 100%;
	}
	#club .feature .box:nth-child(n+3) {
		width: 100%;
	}
	#club .feature .box .img img {
		width: 100%;
	}
}