@charset "UTF-8";

:root {
	--pink: #f7bb9e;
	--blue: #b5c6d0;
	--grey: #353535;
	--font-serif: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
	#page-top {
		bottom: 1rem;
	}
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 0 transparent;
}
header .link {
	position: fixed;
	top: 0;
	right: 0;
	font-weight: 700;
	font-size: 1.81rem;
	line-height: 1.3;
	display: flex;gap:0 5px;
}
header .link a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 1rem;
	width: 21.38rem;
	height: 7.33rem;
	border: 0.26rem solid #fff;
	border-top: 0;
	border-right: 0;
	border-radius: 0 0 0 2.58rem;
	background-color: #59b4a4;
	color: #fff;
	box-shadow: 0 0 1.55rem rgba(41,41,41,0.2);
}
header .link a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1.46rem;
	width:0;
	height:0;
	border-style:solid;
	border-width: 0.6rem 0 0.6rem 0.69rem;
	border-color: transparent transparent transparent #fff;
	transform: translateY(-50%);
}
/* SP */
@media screen and (max-width: 768px) {
	header {
		padding-left: 2rem;
		justify-content: flex-start;
		height: 6rem;
	}
	header .wrap {
		display: block;
	}
	header .link {
		font-size: 1.6rem;
	}
	header .link a {
		padding-right: 1rem;
		width: 18.5rem;
		height: 7rem;
		border-radius: 0 0 0 1.2rem;
		box-shadow: 0 0 1.55rem rgba(41,41,41,0.2);
	}
}

/* ----------------------------------------------------------------------------------------------------

font

---------------------------------------------------------------------------------------------------- */
main h2,
main h3,
.serif {
	font-family: var(--font-serif);
}
.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

/* ----------------------------------------------------------------------------------------------------

main

---------------------------------------------------------------------------------------------------- */
main {
	position: relative;
}

/* ----------------------------------------------------------------------------------------------------

kv

---------------------------------------------------------------------------------------------------- */
.p-kv {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/kv.jpg);
	background-size: 100% auto;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-kv {
		top: 6rem;
		background-position: 30% 0;
		background-size: 130% auto;
	}
}

/* ----------------------------------------------------------------------------------------------------

main

---------------------------------------------------------------------------------------------------- */
.p-main {
	margin: 0 auto;
	padding: 16rem 0 0 0;
	max-width: 88rem;
	min-height: 56.2rem;
}
.p-main .heading {
	display: table;
	text-align: center;
	text-shadow: 0 0 3rem #fff, 0 0 3rem #fff, 0 0 2rem #fff, 0 0 1rem #fff;
}
.p-main .heading .ti {
	font-weight: 600;
	font-size: 3.2rem;
	font-family:var(--font-serif);
	padding: 10px 0;border-top: 2px solid #000;border-bottom: 2px solid #000;
}
.p-main .heading h2 {
	font-weight: 600;
	font-size: 6.3rem;
}
.p-main .heading h2 span {
	font-size: 120%;
}
.p-main .heading h3 {
	margin-top: 1.5rem;
	font-weight: 600;
	font-size: 2.58rem;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-main {
		display: block;
		padding: 12rem 2rem 0 2rem;
		max-width: initial;
		min-height: 42rem;
	}
	.p-main .heading h2 {
		font-size: 4rem;
	}
	.p-main .heading h3 {
		margin-top: 1.5rem;
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	.p-main .heading .ti{
		font-size: 2.3rem;
	}
}

/* ----------------------------------------------------------------------------------------------------

open

---------------------------------------------------------------------------------------------------- */
.p-open {
	background-color: rgba(43,59,85,0.82);
}
.p-open .inner {
	display: flex;
	margin: 0 auto;
	max-width: 88rem;
}
.p-open .date {
	width: 61.38rem;
}
.p-open .entry {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-open .entry a {
	display: block;
	overflow: hidden;
	border-radius: 50%;
	width: 24.3rem;
	filter: drop-shadow(0 0 1.38rem rgba(0,0,0,0.3));
}
/* SP */
@media screen and (max-width: 768px) {
	.p-open {
		display: block;
	}
	.p-open .inner {
		padding: 1rem 0;
		max-width: initial;
	}
	.p-open .date {
		width: 70%;
	}
	.p-open .entry {
		padding: 0 0.5rem;
		width: 30%;
	}
}

/*  ----------------------------------------------------------------------------------------------------

campaign

----------------------------------------------------------------------------------------------------  */

.p-campaign {
	background: rgba(193,203,207,0.9);
	padding: 6rem 0;
}

.p-campaign .wrap {
	margin: 0 auto;
	width: 80rem;
}
@media screen and (max-width: 768px) {
	.p-campaign .wrap {
		width: auto;
	}
}

/* -------------logo ------------- */
.p-campaign .logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 2rem;
	margin-bottom: 3rem;
}
.p-campaign .logo img {
	width: 28rem;
	margin-bottom: 0.5rem;
}

.taiken-bnr{
	text-align: center;
    margin: 0 auto 30px;
}
.taiken-bnr img {
    max-width: 85%;
    box-shadow: 0 0 3.5rem rgba(0, 0, 0, 0.15);
    overflow: hidden;border-radius: 15px;
}

.c-course > li:nth-child(8) .course-ttl{background: #ffebec;}
.c-course > li:nth-child(9) .course-ttl{background: #fffac0;}
.c-course > li:nth-child(10) .course-ttl{background: #ffe9d4;}

/* ------------- h2 ------------- */
.p-campaign h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: var(--font-serif);
	line-height: 1;
	margin-bottom: 1.5rem;
}
/* グランドオープンキャンペーン */
.p-campaign h2 > span:nth-child(1) {
	font-size: 4.8rem;
}
/* 27,500円お得に! */
.p-campaign h2 > span:nth-child(2) {
	display: flex;
	justify-content: center;
	font-weight: 900;
	font-size: 5.6rem;
}
.p-campaign h2 > span:nth-child(2) > span:nth-child(2) {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 1rem 0;
}
.p-campaign h2 > span:nth-child(2) > span:nth-child(2) > span:nth-child(1) strong {
	font-weight: 900;
	font-size: 8rem;
	font-style: italic;
	margin-right: 0.6rem;
	vertical-align: -0.4rem;
}
.p-campaign h2 > span:nth-child(2) > span:nth-child(2) > span:nth-child(1) i {
	font-style: italic;
	margin-left: -0.7rem;
	margin-right: 0.5rem;
}
.p-campaign h2 > span:nth-child(2) > span:nth-child(2) > span:nth-child(2) {
	font-size: 1.3rem;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 0.4rem;
}
/* 最大 */
.p-campaign .max {
	font-weight: 600;
	font-size: 3rem;
	width: 10rem;
	height: 10rem;
	background: url(../img/campaign-circle.png) no-repeat center;
	background-size: 10rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.4rem;
	margin-right: -2rem;
	padding-top: 0.2rem;
	padding-left: 0.8rem;
}

/* ------------- detail ------------- */
.p-campaign .detail {
	background: #fff;
	border-radius: 0.8rem;
	margin-bottom: 1rem;
	box-shadow: 0 0 3.5rem rgba(0,0,0,0.15);
}
/* 無料体験会・見学会後に入会もしくはWEBから直接入会で */
.p-campaign .detail > div:nth-of-type(1) {
	background: var(--pink);
	border-radius: 0.7rem 0.7rem 0 0;
	font-size: 2.4rem;
	text-align: center;
	position: relative;
	padding: 1rem 0 1.3rem 0;
}
.p-campaign .detail > div:nth-of-type(1)::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-top: 1rem solid var(--pink);
	position: absolute;
	left: calc(50% - 1rem);
	bottom: -0.9rem;
}
/* price-1 */
.p-campaign .detail .price-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 0 0 0;
	line-height: 1;
}
.p-campaign .detail .price-1 ul {
	display: flex;
}
.p-campaign .detail .price-1 ul li {
	border: solid 0.15rem var(--grey);
	border-radius: 10rem;
	font-weight: bold;
	font-size: 2.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.8rem;
	position: relative;
	padding: 0 3rem 0.25rem 3.3rem;
}
.p-campaign .detail .price-1 ul li:not(:last-child):before {
	content: "+";
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4.8rem;
	position: absolute;
	right: -4.2rem;
	font-size: 3rem;
}
.p-campaign .detail .price-1 ul li:not(:last-child) {
	margin-right: 4rem;
}
.p-campaign .detail .price-1 > div {
	font-family: var(--font-serif);
	font-weight: bold;
	font-style: italic;
	margin-left: 1rem;
	font-size: 4rem;
	margin-bottom: 1rem;
	line-height: 0.6;
}
.p-campaign .detail .price-1 > div strong {
	font-weight: 900;
	font-size: 12rem;
}
.p-campaign .detail .price-1 > div span {
	vertical-align: 0.6rem;
}
/* さらに */
.p-campaign .detail .sarani {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
	margin-top: -9.5rem;
}
.p-campaign .detail .sarani span {
	display: inline-block;
	background: var(--grey);
	color: #fff;
	font-size: 2rem;
	padding: 0.3rem 1.5rem 0 1.7rem;
	position: relative;
}
.p-campaign .detail .sarani span::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 17rem solid transparent;
	border-right: 17rem solid transparent;
	border-top: 2.5rem solid var(--grey);
	position: absolute;
	left: calc(50% - 17rem);
	bottom: -2.4rem;
}

.p-campaign .detail .prz{text-align: center;font-size: 2.6rem;font-weight: bold;border-bottom: 0.15rem var(--grey) solid;margin: 0 0 6rem 0;padding: 0 0 60px;}

/* price-2 */
.p-campaign .detail .price-2 ul {
	display: flex;
	justify-content: center;
	padding: 3rem 0 1rem 0;
}
.p-campaign .detail .price-2 ul li {
	display: flex;
	align-items: center;
	position: relative;
}
.p-campaign .detail .price-2 .num {
	background: var(--grey);
	width: 3.6rem;
	height: 3.6rem;
	color: #fff;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.2rem;
	padding-left: 0.1rem;
	margin-right: 1rem;
}
.p-campaign .detail .price-2 ul li:nth-child(1) {
	margin-right: 4rem;
}
.p-campaign .detail .price-2 ul li:nth-child(1) > span:nth-child(2) {
	display: flex;
	flex-direction: column;
	align-items: center;
	white-space: nowrap;
}
.p-campaign .detail .price-2 ul li:nth-child(1) > span:nth-child(2) > span:nth-child(1) {
	border: solid 0.15rem var(--grey);
	border-radius: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.2rem;
	font-weight: bold;
	padding: 0 2rem 0.15rem 2.2rem;
	font-size: 1.6rem;
}
.p-campaign .detail .price-2 ul li:nth-child(1) > span:nth-child(2) > span:nth-child(2) {
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 0.5rem;
}
.p-campaign .detail .price-2 ul li:nth-child(1) > div {
	font-family: var(--font-serif);
	line-height: 1;
	font-size: 2.4rem;
	font-weight: 900;
	font-style: italic;
}
.p-campaign .detail .price-2 ul li:nth-child(1) > div strong {
	font-weight: 900;
	font-size: 4.8rem;
	letter-spacing: -0.04em;
}
.p-campaign .detail .price-2 ul li:nth-child(1) img {
	width: 5.5rem;
	position: absolute;
	right: -3rem;
	top: 0;
}
.p-campaign .detail .price-2 ul li:nth-child(2) > span:nth-child(2) {
	font-family: var(--font-serif);
	line-height: 2;
	font-style: italic;
	font-weight: 900;
	font-size: 3.6rem;
	margin-bottom: 0.5rem;
}
.p-campaign .detail .price-2 .wrn{text-align: right;padding: 0 20px 10px 0;}
.p-campaign .kuchikomi {
	text-decoration: underline;
	color: #0000ff;
}
@media screen and (max-width: 768px) {
	.p-campaign {
		background: none;
		background-color: #bfcbcf;
		padding: 4rem 2rem 5rem 2rem;
	}
	
	/* ------------- h2 ------------- */
	.p-campaign .wrap h2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		font-family: var(--font-serif);
		line-height: 1;
		margin-bottom: 1rem;
	}
	/* グランドオープンキャンペーン */
	.p-campaign .wrap h2 > span:nth-child(1) {
		font-size: 2.4rem;
	}
	/* 27,500円お得に! */
	.p-campaign .wrap h2 > span:nth-child(2) {
		font-size: 2.6rem;
		margin-left: -0.8rem;
	}
	.p-campaign .wrap h2 > span:nth-child(2) > span:nth-child(2) > span:nth-child(1) strong {
		font-size: 4.8rem;
		margin-right: 0.8rem;
		vertical-align: -0.4rem;
	}
	.p-campaign .wrap h2 > span:nth-child(2) > span:nth-child(2) > span:nth-child(1) i {
		font-style: italic;
		margin-left: -0.7rem;
		margin-right: 0.5rem;
	}
	.p-campaign .wrap h2 > span:nth-child(2) > span:nth-child(2) > span:nth-child(2) {
		margin-top: 1.2rem;
	}
	/* 最大 */
	.p-campaign .wrap .max {
		font-size: 2.0rem;
		width: 6rem;
		height: 6rem;
		background-size: 6rem;
		margin-top: 0.8rem;
		margin-right: -1rem;
		padding-top: 0.2rem;
		padding-left: 0.4rem;
	}
	
	/* ------------- detail ------------- */
	/* 無料体験会・見学会後に入会もしくはWEBから直接入会で */
	.p-campaign .detail > div:nth-of-type(1) {
		font-size: 2rem;
		line-height: 1.4;
	}
	/* price-1 */
	.p-campaign .detail .price-1 {
		flex-direction: column;
	}
	.p-campaign .detail .price-1 ul li {
		font-size: 1.7rem;
		height: 4.4rem;
		padding: 0 1rem 0.2rem 1.3rem;
	}
	.p-campaign .detail .price-1 > div {
		margin: 1rem 0 2rem 0;
	}
	/* price-2 */
	.p-campaign .detail .price-2 ul {
		display: block;
		padding: 4rem 2rem 0.5rem 2rem;
	}
	.p-campaign .detail .price-2 ul li {
		display: flex;
		align-items: center;
		position: relative;
	}
	.p-campaign .detail .price-2 ul li:nth-child(1) {
		margin-right: 0;
	}
	.p-campaign .detail .price-2 ul li:nth-child(1) img {
		right: -1rem;
		top: -1.5rem;
	}
}

/* ----------------------------------------------------------------------------------------------------

grouplesson

---------------------------------------------------------------------------------------------------- */
.p-grouplesson {
	position: relative;
}
.p-grouplesson .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 38.8rem;
	background-image: url(../img/grouplesson.jpg);
	background-size: cover;
}
.p-grouplesson .container {
	position: relative;
	margin: 0 auto;
	max-width: 88rem;
}
.p-grouplesson .head {
	padding: 6rem 0 6rem 6rem;
}
.p-grouplesson .head .inner {
	display: table;
	text-align: center;
}
.p-grouplesson .head h2 {
	font-weight: 600;
	font-size: 5.9rem;
	line-height: 1.1;
}
.p-grouplesson .head h2 span {
	display: block;
	font-size: 116%;
}
.p-grouplesson .head h3 {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 2.84rem;
}
.p-grouplesson .head h3 br {
	display: none;
}
.p-grouplesson .head h3 span {
	display: block;
	position: relative;
}
.p-grouplesson .head h3 span::before,
.p-grouplesson .head h3 span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 2px;
	height: 4.8rem;
	background-color: #353535;
}
.p-grouplesson .head h3 span::before {
	right: 100%;
	margin-right: 3rem;
	transform: rotate(-20deg);
}
.p-grouplesson .head h3 span::after {
	left: 100%;
	margin-left: 3rem;
	transform: rotate(20deg);
}
.p-grouplesson .date {
	display: flex;
	align-items: center;
	margin-bottom: 5rem;
	padding: 3.4rem 0;
	background-color: #fff;
	border-radius: 0.86rem;
	box-shadow: 0 0 2.5rem rgba(125,125,125,0.3);
}
.p-grouplesson .date .number {
	padding: 0 3.4rem;
	font-family: var(--font-serif);
	font-weight: 700;
	font-size: 4.3rem;
}
.p-grouplesson .date .number span {
	font-size: 140%;
}
.p-grouplesson .date dl {
	padding-left: 2.7rem;
	border-left: 1px solid #353535;
}
.p-grouplesson .date dt {
	font-size: 2.58rem;
}
.p-grouplesson .date dd {
	font-size: 2.84rem;
}
.p-grouplesson .entry {
	margin: 0 auto;
	width: 82rem;
}
.p-grouplesson .entry li {
	margin-bottom: 5rem;
}
.p-grouplesson .entry li:last-child {
	margin-bottom: 0;
}
.p-grouplesson .entry a {
	display: block;
	filter: drop-shadow(0 0.68rem 1.38rem rgba(167,160,156,0.6));
}
/* SP */
@media screen and (max-width: 768px) {
	.p-grouplesson {
		display: block;
	}
	.p-grouplesson .bg {
		background-position: 100% 0;
		background-image: url(../img/grouplesson-sp.jpg);
		height: 28rem;
	}
	.p-grouplesson .container {
		max-width: initial;
		padding: 0 2rem;
	}
	.p-grouplesson .head {
		padding: 4.8rem 0 4.8rem 0;
	}
	.p-grouplesson .head .inner {
		margin: 0 auto;
	}
	.p-grouplesson .head h2 {
		font-size: 3.2rem;
	}
	.p-grouplesson .head h3 {
		font-size: 2rem;
	}
	.p-grouplesson .head h3 br {
		display: block;
	}
	.p-grouplesson .head h3 span::before,
	.p-grouplesson .head h3 span::after {
		top: 1rem;
	}
	.p-grouplesson .date {
		display: block;
		margin-bottom: 3rem;
		padding: 0.5rem 0 2rem 0;
		text-align: center;
	}
	.p-grouplesson .date .number {
		padding: 0;
		font-size: 2.8rem;
	}
	.p-grouplesson .date dl {
		margin: 0 2rem;
		padding: 1.5rem 0 0 0;
		border-left: 0;
		border-top: 1px solid #353535;
	}
	.p-grouplesson .date dt {
		font-size: 2rem;
	}
	.p-grouplesson .date dd {
		font-size: 2rem;
	}
	.p-grouplesson .entry {
		width: 100%;
	}
	.p-grouplesson .entry li {
		margin-bottom: 2rem;
	}
	.p-grouplesson .entry li:last-child {
		margin-bottom: 0;
	}
	.p-grouplesson .entry a {
		filter: drop-shadow(0 0.4rem 1rem rgba(167,160,156,0.6));
	}
}

/*  ----------------------------------------------------------------------------------------------------

machine-pilates

----------------------------------------------------------------------------------------------------  */
.c-group-detail {
	margin: 6rem auto 16rem auto;
	max-width: 88rem;
	letter-spacing: 0;
}
.c-group-detail * {
	box-sizing: border-box;
}
.c-group-detail .block {
	margin-bottom: 2.58rem;
	border-radius: 0.86rem;
	background-color: #fff;
	box-shadow: 0 0 2.5rem rgba(125,125,125,0.3);
}
.c-group-detail .toggle {
	position: relative;
	display: flex;
	align-items: center;
	padding: 1rem 3.8rem;
	min-height: 9.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	cursor: pointer;
}
.c-group-detail .toggle i {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translate(0, -50%);	
}
.c-group-detail .toggle i::before,
.c-group-detail .toggle i::after {
	content: "";
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.c-group-detail .toggle i::before {
	width: 2rem;
	height: 0.2rem;
}
.c-group-detail .toggle i::after {
	width: 0.2rem;
	height: 2rem;
	transition: all .3s;
}
.c-group-detail .toggle.open i::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.c-group-detail .outer {
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.c-group-detail {
		margin: 4rem auto 9rem auto;
		padding: 0 2rem;
		max-width: initial;
	}
	.c-group-detail .block {
		margin-bottom: 2rem;
		border-radius: 0.86rem;
	}
	.c-group-detail .toggle {
		padding: 0.5rem 5rem 0.5rem 2rem;
		min-height: 7.6rem;
		font-size: 1.8rem;
	}
	.c-group-detail .toggle i {
		right: 1.5rem;
	}
	.c-group-detail .inner {
		padding: 0 2rem 3rem 2rem;
		font-size: 1.4rem;
	}
}

/*  ----------------------------------------------------------------------------------------------------

machine-pilates

----------------------------------------------------------------------------------------------------  */

.p-machine-pilates .wrap {
	position: relative;
	padding: 0 3.8rem 3.8rem 3.8rem;
}
.p-machine-pilates .wrap > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 3rem;
}
.p-machine-pilates .wrap > div > * {
	width: 48%;
}
.p-machine-pilates .wrap > div > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.6rem;
}
.p-machine-pilates .wrap > div > div ul {
	display: flex;
	justify-content: center;
	margin: 1.5rem 0;
}
.p-machine-pilates .wrap > div > div ul li {
	width: 10rem;
	height: 10rem;
	border: solid 0.15rem var(--grey);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	white-space: nowrap;
}
.p-machine-pilates .wrap > div > div ul li:not(:last-child) {
	margin-right: 1rem;
}
@media screen and (max-width: 768px) {
	.p-machine-pilates .wrap {
		padding: 0 2rem 2rem 2rem;
	}
	.p-machine-pilates .wrap > div {
		display: block;
		margin-bottom: 3rem;
	}
	.p-machine-pilates .wrap > div > * {
		width: 100%;
	}
	.p-machine-pilates .wrap figure {
		margin-bottom: 2rem;
	}
}

/*  ----------------------------------------------------------------------------------------------------

machine-pilates

----------------------------------------------------------------------------------------------------  */

.p-reformer .wrap {
	position: relative;
	padding: 0 3.8rem 3.8rem 3.8rem;
}
.p-reformer .wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-reformer .wrap ul li {
	width: 48%;
}
.p-reformer .wrap ul li:nth-child(n + 3) {
	margin-top: 4rem;
} 
.p-reformer .wrap ul li figure {
	margin-bottom: 1.5rem;
}
.p-reformer .wrap ul li dl dt {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	font-family: var(--font-serif);
	font-size: 2rem;
	letter-spacing: 0.1em;
}
.p-reformer .wrap ul li dl dt span {
	display: flex;
	align-items: center;
	background: var(--pink);
	border-radius: 10rem;
	margin-right: 1.5rem;
	padding: 0.1rem 0.9rem 0 1rem;
	line-height: 1;
	font-size: 1.4rem;
	letter-spacing: 0;
}
.p-reformer .wrap ul li dl dt span strong {
	font-weight: normal;
	font-size: 2.2rem;
	margin-left: 0.3rem;
	margin-bottom: 0.3rem;
}

@media screen and (max-width: 768px) {
	.p-reformer .wrap {
		padding: 0 2rem 2rem 2rem;
	}
	.p-reformer .wrap ul {
		display: block;
	}
	.p-reformer .wrap ul li {
		width: 100%;
	}
	.p-reformer .wrap ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.p-reformer .wrap ul li:nth-child(n + 3) {
		margin-top: 0;
	} 
}


/*  ----------------------------------------------------------------------------------------------------

concept

----------------------------------------------------------------------------------------------------  */
.p-concept {
	padding-bottom: 40rem;
	background: var(--blue);
	position: relative;
}
.p-concept .container {
	margin: 0 auto;
	padding: 8rem 0 0 0;
	max-width: 88rem;
}
.p-concept::before {
	content: "";
	width: 50rem;
	height: 50rem;
	background: var(--pink);
	border-radius: 50%;
	position: absolute;
	left: 9rem;
	top: -12rem
}
.p-concept > * {
	position: relative;
}
/* h2 */
.p-concept h2 {
	display: flex;
	justify-content: flex-start;
	font-weight: normal;
	font-size: 2rem;
	margin-bottom: 5rem;
}
.p-concept h2 span {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p-concept h2 span img {
	display: block;
	width: 38rem;
	margin-bottom: 3rem;
}
/* div */
.p-concept .detail {
	max-width: 80rem;
	margin: 0 auto;
}
.p-concept .detail p {
	margin-bottom: 3rem;
}
.p-concept .movie .player {
	position: relative;
	padding-top: 56.25%;
	height: 0;
}
.p-concept .movie .player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.p-concept {
		padding-bottom: 14rem;
		background: var(--blue);
		position: relative;
	}
	.p-concept::before {
		width: 33rem;
    height: 33rem;
    left: 1.2rem;
    top: -6rem;
	}
	.p-concept .container {
		padding: 6rem 3rem 0 3rem;
		max-width: 100%;
	}
	/* h2 */
	.p-concept h2 {
		font-size: 1.8rem;
    margin-bottom: 4rem;
	}
	.p-concept h2 span img {
		width: 30rem;
    margin-bottom: 2rem;
	}
	/* div */
	.p-concept .wrap > div {
		padding: 0;
	}
}

/* ----------------------------------------------------------------------------------------------------

reason

---------------------------------------------------------------------------------------------------- */
.p-reason {
	margin-top: -32rem;
	margin-bottom: 10rem;
	padding: 0;
}
.p-reason .container {
	position: relative;
	margin: 0 auto;
	padding: 6.9rem 6.9rem 0 6.9rem;
	width: 103.45rem;
	background-color: #fff;
	border-radius: 1.7rem;
}
.p-reason ul {
	display: flex;
	margin: 0 -2.8rem;
	padding-top: 5rem;
}
.p-reason li {
	flex-basis: 33.333%;
	padding: 0 2.8rem;
}
.p-reason li span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--pink);
	margin: -4.6rem 0 -3rem -3.4rem;
	width: 9.48rem;
	height: 9.48rem;
	border-radius: 50%;
	font-size: 1.46rem;
}
.p-reason li h3 {
	position: relative;
	font-size: 2.2rem;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.p-reason {
		margin-top: -8rem;
		margin-bottom: 5rem;
		padding: 0 3rem;
	}
	.p-reason .container {
		padding: 5rem 2rem 0 2rem;
		width: auto;
	}
	.p-reason ul {
		display: block;
		margin: 0;
	}
	.p-reason li {
		padding: 0 0 3rem 0;
		text-align: center;
	}
	.p-reason li:last-child {
		padding: 0;
	}
}

/* ----------------------------------------------------------------------------------------------------

voice

---------------------------------------------------------------------------------------------------- */
.p-voice .container {
	margin: 0 auto;
	max-width: 88rem;
}
@media screen and (max-width: 768px) {
	.p-voice .container {
		padding: 0 3rem;
	}
}

/* ----------------------------------------------------------------------------------------------------

flow

---------------------------------------------------------------------------------------------------- */
.p-flow {
	margin: 8.6rem 0;
}
.p-flow .container {
	margin: 0 auto;
	max-width: 88rem;
}
.p-flow .step {
	margin-top: 9.7rem;
}
.p-flow .step ul {
	display: flex;
}
.p-flow .step li {
	position: relative;
	padding: 0 1.72rem;
}
.p-flow .step li::before {
	content: '';
	display: block;
	position: absolute;
	top: 9.9rem;
	left: 100%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 20px;
	border-color: transparent transparent transparent #5992b5;
}
.p-flow .step li:last-child::before {
	content: none;
}
.p-flow .step .image {
	overflow: hidden;
	border-radius: 0.86rem;
}
.p-flow .step .number {
	position: absolute;
	top: -3.9rem;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 8.9rem;
	height: 8.9rem;
	border-radius: 50%;
	background-color: #829cb5;
	color: #fff;
}
.p-flow .step .number i {
	display: block;
	margin: -0.12em 0 0 -0.16em;
	font-family: var(--font-serif);
	font-weight: 700;
	font-size: 7.76rem;
	font-style: italic;
}
.p-flow .step .detail {
	margin-top: 2rem;
	padding: 0 1rem;
	font-size: 1.55rem;
}
.p-flow .step .detail h3 {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 2.58rem;
}
.p-flow .step .detail .note {
	text-decoration: underline;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-flow {
		display: block;
		margin: 5rem 0;
	}
	.p-flow .container {
		max-width: initial;
		padding: 0 2rem;
	}
	.p-flow .step {
		margin-top: 4rem;
	}
	.p-flow .step ul {
		display: block;
	}
	.p-flow .step li {
		margin-bottom: 6rem;
		padding: 0 2rem;
	}
	.p-flow .step li:last-child {
		margin-bottom: 0;
	}
	.p-flow .step li::before {
		top: 100%;
		left: 50%;
		margin-top: 2rem;
		transform: translate(-50%, 0);
		border-width: 1.7rem 1.5rem 0 1.5rem;
		border-color: #5992b5 transparent transparent transparent;
	}
	.p-flow .step .number {
		top: -2rem;
		left: 0;
		width: 8rem;
		height: 8rem;
	}
	.p-flow .step .number i {
		font-size: 6rem;
	}
	.p-flow .step .detail {
		margin-top: 2rem;
		padding: 0 1rem;
	}
}

/* ----------------------------------------------------------------------------------------------------

price-info

---------------------------------------------------------------------------------------------------- */
.p-price-info {
	margin-bottom: 8.6rem;
}
.p-price-info .container {
	margin: 0 auto;
	max-width: 88rem;
}
.p-price-info .wrap {
	overflow: hidden;
	display: flex;
	margin: 0 auto;
	width: 74rem;
	background-color: #b1bfc4;
	margin-top: 1.8rem;
	border-radius: 0.86rem;
}
.p-price-info .wrap .balloon {
	height: 14.5rem;
	padding-right: 1.72rem;
}
.p-price-info .wrap .balloon span {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 2.58rem;
	height: 14.48rem;
	background-color: #5992b5;
	font-weight: 700;
	font-size: 2.58rem;
	line-height: 1.36;
	color: #fff;
}
.p-price-info .wrap .balloon span::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width:0;
	height:0;
	border-style:solid;
	border-width: 1.29rem 0 1.29rem 1.72rem;
	border-color: transparent transparent transparent #5992b5;
}
.p-price-info .wrap .group {
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 1.72rem;
	height: 14.5rem;
	color: #fff;
}
.p-price-info .wrap .group .set {
	text-align: center;
}
.p-price-info .wrap .group .set .frame {
	padding: 0.12em 0.8em 0.26em 0.8em;
	background-color: #fff;
	border-radius: 999rem;
	font-weight: 700;
	font-size: 2.84rem;
	line-height: 1.2;
	color: #000;
}
.p-price-info .wrap .group .set .frame span {
	font-size: 72%;
}
.p-price-info .wrap .group .set i {
	display: block;
	margin-top: -0.3rem;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1;
}
.p-price-info .wrap .group .total {
	margin-bottom: 2rem;
	font-family: var(--font-serif);
	font-style: italic;
	font-weight: 700;
	font-size: 13.8rem;
	line-height: 1;
}
.p-price-info .wrap .group .total span {
	font-size: 25%;
}
.p-price-info .note {
	margin-top: 2rem;
	text-align: center;
	text-decoration: underline;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-price-info {
		display: block;
		margin-bottom: 5rem;
	}
	.p-price-info .container {
		padding: 0 2rem;
		max-width: initial;
	}
	.p-price-info .wrap {
		display: block;
		width: 100%;
	}
	.p-price-info .wrap .balloon {
		height: auto;
		padding: 0;
		text-align: center;
	}
	.p-price-info .wrap .balloon span {
		display: block;
		padding: 1.5rem;
		height: auto;
		font-size: 2rem;
	}
	.p-price-info .wrap .balloon span::before {
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		border-width: 1.72rem 1.29rem 0 1.29rem;
		border-color: #5992b5 transparent transparent transparent;
	}
	.p-price-info .wrap .group {
		padding: 0 2rem;
		height: auto;
	}
	.p-price-info .wrap .group .set .frame {
		font-size: 2.4rem;
	}
	.p-price-info .note {
		text-align: left;
	}
}

/* ----------------------------------------------------------------------------------------------------

schedule

---------------------------------------------------------------------------------------------------- */
.p-schedule {
	margin: 8.6rem 0;
}
.p-schedule .container {
	margin: 0 auto;
	max-width: 88rem;
}
.p-schedule .c-head {
	margin-bottom: 4rem;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-schedule {
		display: block;
		margin: 5rem 0;
	}
	.p-schedule .container {
		padding: 0 2rem;
		max-width: initial;
	}
}

/* ----------------------------------------------------------------------------------------------------

course

---------------------------------------------------------------------------------------------------- */
.course {
	margin-bottom: 8.6rem;
	padding: 0;
}
.course .c-head {
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.course {
		margin-bottom: 5rem;
		padding: 0 3rem;
	}
}

/* ----------------------------------------------------------------------------------------------------

price

---------------------------------------------------------------------------------------------------- */
.p-price {
	padding: 8.6rem 0;
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(../../img/price-bg.jpg);
	background-size: 100% auto;
}
.p-price .container {
	margin: 0 auto;
	width: 88rem;
}
.p-price .nav {
	margin: 0 auto;
	width: 82rem;
}
.p-price .nav li {
	margin-bottom: 5rem;
}
.p-price .nav li:last-child {
	margin-bottom: 0;
}
.p-price .nav a {
	display: block;
	filter: drop-shadow(0 0.68rem 1.38rem rgba(167,160,156,0.6));
}
.p-price .prc_wrn{
	text-align: center;
	margin: 0 auto 15px;
}
.p-price .prc_wrn .inr{
	padding: 20px 50px;background: #F6BA9D;
	font-size: 125%;
	line-height: 1.6;
	display: inline-block;
	border-radius: 15px;
}
.p-price .prc_wrn p{text-decoration: underline;}
.p-price .prc_wrn .ti{
	font-size: 135%;line-height: 1.6;
	text-decoration: none;
	font-weight: bold;
}
.p-price .prc_wrn sup{font-size: 75%;position: relative;top: -12px;}
/* SP */
@media screen and (max-width: 768px) {
	.p-price {
		display: block;
		padding: 5rem 0;
	}
	.p-price .container {
		padding: 0 2rem;
		width: 100%;
	}
	.p-price .nav {
		width: 100%;
	}
	.p-price .nav li {
		margin-bottom: 2rem;
	}
	.p-price .prc_wrn .inr{
		padding:3vw;
		font-size: 110%;
	}
	.p-price .prc_wrn .ti{
		font-size: 120%;
	}
}

/* ----------------------------------------------------------------------------------------------------

access

---------------------------------------------------------------------------------------------------- */
.p-access {
	padding: 8.6rem 0;
	background: var(--bg-grey);
}
.p-access .container {
	margin: 0 auto;
	width: 88rem;
}
.p-access .row {
	display: flex;
	margin-top: 5.2rem;
}
.p-access .detail {
	flex-basis: 60%;
	padding-right: 1.7rem;
}
.p-access .detail .table {
	overflow: hidden;
}
.p-access .detail table {
	width: 100%;
	font-size: 1.55rem;
}
.p-access .detail table th,
.p-access .detail table td {
	padding: 1.4rem 2rem;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color: #fff;
	vertical-align: middle;
}
.p-access .detail table th {
	text-align: center;
	font-weight: 400;
	white-space: nowrap;
}
.p-access .map {
	flex: 1;
}
.p-access .map-frame {
	overflow: hidden;
	height: 100%;
	border: solid 0.3rem #fff;
  border-radius: 1rem;
}
.p-access .map iframe {
	width: 100%;
	height: 100%;
}
/* SP */
@media screen and (max-width: 768px) {
	.p-access {
		display: block;
		padding: 5rem 0;
	}
	.p-access .container {
		padding: 0 2rem;
		width: 100%;
	}
	.p-access .row {
		display: block;
		margin-top: 3rem;
	}
	.p-access .detail {
		padding-right: 0;
	}
	.p-access .detail .table {
		border-width: 5px;
	}
	.p-access .detail table {
		font-size: 1.4rem;
	}
	.p-access .detail table th,
	.p-access .detail table td {
		padding: 1.4rem 1rem;
	}
	.p-access .map {
		margin-top: 2rem;
		height: 100vw;
	}
}

/* ----------------------------------------------------------------------------------------------------

faq

---------------------------------------------------------------------------------------------------- */
.faq {
	margin: 8.6rem 0 4rem 0;
}
.faq .faq-sec {
	padding-bottom: 2rem;
}
.faq .faq-list h3 {
	font-weight: 600;
	font-family: var(--font-serif);
	font-size: 2rem;
	border-bottom: solid 0.2rem var(--pink);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.faq {
		margin: 5rem 0 3rem 0;
	}
}

/* ----------------------------------------------------------------------------------------------------

privacy

---------------------------------------------------------------------------------------------------- */
.privacy {
	padding: 10rem 0 8rem 0;
}
.privacy h2 {
	text-align: center;
	font-size: 2rem;
}
.privacy p {
	width: 80rem;
	margin: 5rem auto;
}
.privacy_mail {
	color: #1B72E8;
	text-decoration: underline;
}
.privacy_logo .logo {
	display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    margin-bottom: 0rem;
}
.privacy_logo .logo img {
	width: 28rem;
	margin-bottom: 0.5rem;
}
.privacy_header {
	background: none;
    background-color: #bfcbcf;
    padding: 3rem 2rem;
	padding-top: 4rem;
}
@media screen and (max-width: 768px) {
	.privacy p {
		width: 90%;
		margin: 5rem auto;
	}
	.privacy {
		padding: 5rem 0 3rem 0;
	}
}