/* ----- body ----- */

html {
	overflow-y: scroll;
}

body {
	background: #fff4f6;
	color: #707070;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", Arial, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

body.single,
body.archive {
	padding: 0;
}

body.no-scroll {
	overflow: hidden;
}

/* ----- wrapper ----- */

.wrap481 {
	margin-inline: auto;
	max-width: 550px;
	padding: 0 40px;
	width: 100%;
}

.wrap500 {
	margin-inline: auto;
	max-width: 550px;
	padding: 0 40px;
	width: 100%;
}

.wrap560 {
	margin-inline: auto;
	max-width: 550px;
	padding: 0 40px;
	width: 100%;
}

.wrap622 {
	margin-inline: auto;
	max-width: 550px;
	padding: 0 40px;
	width: 100%;
}

.wrap776 {
	margin-inline: auto;
	max-width: 550px;
	padding: 0 40px;
	width: 100%;
}

.wrap800 {
	margin-inline: auto;
	max-width: 550px;
	padding: 0 40px;
	width: 100%;
}

.wrap848 {
	margin-inline: auto;
	max-width: 550px;
	padding: 0 40px;
	width: 100%;
}

.wrap985 {
	margin-inline: auto;
	max-width: 550px;
	padding: 0 40px;
	width: 100%;
}

.wrap1000 {
	margin-inline: auto;
	max-width: 550px;
	padding: 0 40px;
	width: 100%;
}

.wrap1080 {
	margin-inline: auto;
	max-width: 550px;
	padding: 0 40px;
	width: 100%;
}

.wrap1160 {
	margin-inline: auto;
	max-width: 550px;
	padding: 0 40px;
	width: 100%;
}

.wrap1200 {
	margin-inline: auto;
	max-width: 550px;
	padding: 0 40px;
	width: 100%;
}

.wrap1341 {
	margin-inline: auto;
	max-width: 550px;
	padding: 0 40px;
	width: 100%;
}

.px0 {
	padding-inline: 0px;
}

.px11 {
	padding-inline: 11px;
}

.px20 {
	padding-inline: 20px;
}

.px30 {
	padding-inline: 30px;
}

.pt120 {
	padding-top: 120px;
}

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

picture {
	display: block;
}

img {
	width: 100%;
}

.s-pc {
	display: none;
}

.inview_re {
	opacity: 0;
	transform: translateY(10px);
	transition: 1s;
}

.inview_re.is-show {
	opacity: 1;
	transform: translateY(0px);
}

/* ----- header.php ----- */

.s-of-hidden {
	overflow: hidden;
}

.header {
	-webkit-backdrop-filter: blur(12px);
	align-items: center;
	backdrop-filter: blur(12px);
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	transition: 0.3s;
	width: 100%;
	z-index: 99;
}

.header.--white {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background-color: transparent;
}

.header.--white .header__name,
.header.--white .header__link {
	color: #fff;
}

.header.--white .header__link::before {
	background: #fff;
}

.header__wrap {
	padding-inline: 11px;
	width: 100%;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-block: 11px;
	width: 100%;
}

.header__content {
	align-items: center;
	display: flex;
	gap: 12px;
}

.header__logo {
	transition: 0.3s;
	width: 131px;
}

.header__logo:hover {
	opacity: 0.7;
}

.header__name {
	font-size: 13px;
	font-weight: bold;
	transition: 0.3s;
}

.header__nav {
	display: none;
}

.header__lists {
	align-items: center;
	display: flex;
	gap: 28px;
}

.header__lists--top {
	gap: 30px;
}

.header__link {
	color: #F8758C;
	display: block;
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	font-weight: bold;
	position: relative;
	transition: 0.3s;
}

.header__link.--members {
	background: #6DB29E;
	border-bottom: 1px solid #6DB29E;
	border-left: 1px solid #6DB29E;
	border-radius: 0 0 6px 6px;
	border-right: 1px solid #6DB29E;
	color: #fff;
	padding: 12px 42px;
}

.header__link.--members::before {
	display: none;
}

.header__link.--members:hover {
	background: #fff;
	color: #6DB29E;
}

.header__link::before {
	background-color: #F8758C;
	bottom: -2px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transition: width 0.4s ease, left 0.4s ease;
	width: 0;
	z-index: -1;
}

.header__link:hover::before {
	left: 0;
	width: 100%;
}

.header__icon {
	align-items: center;
	background: #F8758C;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 50px;
	justify-content: center;
	position: relative;
	transition: 0.5s;
	width: 50px;
	z-index: 1001;
}

.header__icon:hover {
	opacity: 0.6;
}

.header__icon.--open {
	background: #fff;
}

.header__icon.--open .header__icon-content span {
	background: #F8758C;
}

.header__icon.--open .header__icon-content span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.header__icon.--open .header__icon-content span:nth-child(2) {
	opacity: 0;
}

.header__icon.--open .header__icon-content span:nth-child(3) {
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}

.header__icon-content {
	height: 16px;
	position: relative;
	width: 19px;
}

.header__icon-content span {
	background: #fff;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: 0.3s;
	width: 100%;
}

.header__icon-content span:nth-child(1) {
	top: 0;
}

.header__icon-content span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.header__icon-content span:nth-child(3) {
	bottom: 0;
}

.g-nav {
	background: #ffffff;
	height: 100%;
	min-height: 100dvh;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 21px;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s;
	width: 100vw;
	z-index: 1000;
}

.g-nav.--open {
	opacity: 1;
	pointer-events: all;
}

.g-nav__container {
	border-radius: 0 0 30px 30px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
	padding-bottom: 60px;
	padding-top: 75px;
	position: relative;
	z-index: 0;
}

.g-nav__container::after {
	background: #f3b5c0;
	border-radius: 50%;
	content: "";
	filter: blur(36px);
	height: 235px;
	opacity: 0.2;
	position: absolute;
	right: -37px;
	top: -43px;
	width: 235px;
}

.g-nav__link {
	border-bottom: 1px solid #F8758C;
	color: #F8758C;
	display: inline-block;
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: bold;
	padding: 18px 20px 19px;
	position: relative;
	text-align: left;
	transition: 0.3s;
	width: 100%;
}

.g-nav__link:hover {
	opacity: 0.6;
}

.g-nav__link::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.152' height='10.881' viewBox='0 0 6.152 10.881'%3E%3Cg id='グループ_30' data-name='グループ 30' transform='translate(-272.283 -101.783)'%3E%3Cline id='線_6' data-name='線 6' x2='6.7' transform='translate(272.99 102.49) rotate(45)' fill='none' stroke='%23f8758c' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='線_7' data-name='線 7' x2='6.7' transform='translate(272.99 111.956) rotate(-45)' fill='none' stroke='%23f8758c' stroke-linecap='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center/contain;
	content: "";
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 6px;
}

.g-nav__link.is-open::after {
	transform: translateY(-50%) rotate(90deg);
}

.g-nav__link.--sub {
	background: #f3b5c0;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.g-nav__link.--sub::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.152' height='10.881' viewBox='0 0 6.152 10.881'%3E%3Cg id='グループ_30' data-name='グループ 30' transform='translate(-272.283 -101.782)'%3E%3Cline id='線_6' data-name='線 6' x2='6.7' transform='translate(272.99 102.49) rotate(45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='線_7' data-name='線 7' x2='6.7' transform='translate(272.99 111.956) rotate(-45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center/contain;
}

.g-nav__buttons {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
}

.g-nav__button {
	background: #F8758C;
	border: 3px solid #F8758C;
	border-radius: 12px;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding: 21px;
	text-align: center;
	transition: 0.3s;
	width: 100%;
	width: 100%;
}

.g-nav__button:hover {
	background: #fff;
	color: #F8758C;
}

.g-nav__button.--member {
	background: #daf5ed;
	border: 3px solid #6DB29E;
	color: #6DB29E;
}

.g-nav__button.--member:hover {
	background: #6DB29E;
	color: #fff;
}

.g-nav__sns {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 40px;
}

.g-nav__bg {
	background: #000;
	height: 100dvh;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: 0.3s;
	width: 100vw;
	z-index: 999;
}

.g-nav__bg.--open {
	opacity: 0.5;
	pointer-events: all;
}

/* ----- component ----- */

.c-sec-radius {
	border-radius: 36px 36px 0 0;
	margin-top: -71px;
	position: relative;
}

.c-index-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	gap: 5px;
	margin-bottom: 45px;
	position: relative;
	text-align: center;
}

.c-index-heading__en {
	color: #f3b5c0;
	font-size: 61px;
	font-weight: 900;
	opacity: 0.4;
	white-space: nowrap;
}

.c-index-heading__en.--sec02 {
	font-size: 50px;
}

.c-index-heading__en.--sec03 {
	font-size: 73px;
}

.c-index-heading__ja {
	font-size: 22px;
	line-height: 1;
	width: 100%;
}

.c-heading {
	align-items: center;
	animation: fadeInUp 1s;
	display: flex;
	flex-direction: column;
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	position: relative;
	z-index: 0;
}

.c-heading__title {
	font-size: 36px;
	font-weight: 600;
}

.c-heading__title.--member {
	font-size: 28px;
}

.c-heading__title.--policy {
	font-size: 28px;
}

.c-heading__en {
	color: #F8758C;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.c-heading::after {
	background: #f3b5c0;
	border-radius: 50%;
	content: "";
	filter: blur(36px);
	height: 223px;
	left: calc(50% - 50px);
	opacity: 0.2;
	position: absolute;
	top: -56px;
	width: 223px;
	z-index: -1;
}

.c-heading.--none::after {
	display: none;
}

.c-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}

.c-b {
	font-weight: bold !important;
}

.c-t-white {
	color: #fff;
}

.c-t-coral {
	color: #e85d4b;
}

.c-t-orange {
	color: #FF9F58;
}

.c-b-orange {
	background: #FF9F58;
}

.c-t-pink {
	color: #F8758C;
}

.c-b-pink {
	background: #F8758C;
}

.c-t-rose {
	color: #F87575;
}

.c-b-rose {
	background: #F87575;
}

.c-t-purple {
	color: #D392C0;
}

.c-b-purple {
	background: #D392C0;
}

.c-b-violet {
	background: #bb6ba3;
}

.c-b-brown {
	background: #946b5e;
}

.c-t-mint {
	color: #6DB29E;
}

.c-b-light-green {
	background: #daf5ed;
}

.c-button {
	align-items: center;
	border-radius: 31px;
	display: flex;
	justify-content: center;
	max-width: 266px;
	padding: 17px;
	position: relative;
	transition: 0.3s;
	width: 100%;
}

.c-button.--w-green {
	background: #fff;
	border: 1px solid #6DB29E;
	color: #6DB29E;
}

.c-button.--w-green:hover {
	background: #6DB29E;
	color: #fff;
}

.c-button.--green {
	background: #6DB29E;
	border: 1px solid #6DB29E;
	color: #fff;
}

.c-button.--green:hover {
	background: #fff;
	color: #6DB29E;
}

.c-button.--green-line {
	border: 1px solid #6DB29E;
	color: #6DB29E;
}

.c-button.--green-line:hover {
	background: #6DB29E;
	color: #fff;
}

.c-button.--single {
	border: 1px solid #f3b5c0;
	color: #f3b5c0;
}

.c-button.--single p {
	color: #707070;
}

.c-button.--single:hover {
	background: #f3b5c0;
	color: #fff;
}

.c-button.--single:hover p {
	color: #fff;
}

.c-button__text {
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	font-size: 15px;
	font-weight: bold;
	transition: 0.3s;
}

.c-button__arrow {
	display: block;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
}

.c-button__arrow svg {
	display: block;
}

.c-button__arrow svg path {
	transition: 0.3s;
}

/* ----- スタジオ色 ----- */

.c-studio {
	background: #fffcfc;
}

.c-studio.--goko .cur-tx {
	color: #F87575;
}

.c-studio.--goko .cur-bg {
	background: #F87575;
}

.c-studio.--goko .cur-bd {
	border-color: #F87575;
}

.c-studio.--mks .cur-tx {
	color: #FF9F58;
}

.c-studio.--mks .cur-bg {
	background: #FF9F58;
}

.c-studio.--mks .cur-bd {
	border-color: #FF9F58;
}

.c-studio.--tkd .cur-tx {
	color: #D392C0;
}

.c-studio.--tkd .cur-bg {
	background: #D392C0;
}

.c-studio.--tkd .cur-bd {
	border-color: #D392C0;
}

.c-studio__head {
	border-radius: 6px;
	margin-top: 67px;
	padding: 8px 20px 7px;
}

.c-studio__head-text {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

/* ----- beginner/kids 共通コンポーネント ----- */

.c-class {
	padding-bottom: 130px;
}

.c-class.--beginner {
	background: #fff5f5;
}

.c-class__container.wrap1200 {
	max-width: 600px;
	padding: 0;
}

.c-class__thumb {
	margin-top: 44px;
	overflow: hidden;
	position: relative;
}

.c-class__img {
	aspect-ratio: 375/250;
	width: 100%;
}

.c-class__img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-position: center;
}

.c-class__overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-class__text-parts {
	bottom: -5px;
	left: -14px;
	position: absolute;
	width: 75%;
	z-index: 1;
}

.c-class__parts {
	position: absolute;
}

.c-class__parts.--1 {
	bottom: -14px;
	mix-blend-mode: multiply;
	right: -12px;
	width: 34%;
}

.c-class__parts.--2 {
	bottom: -3px;
	right: -6px;
	width: 106px;
}

.c-class__inner {
	display: flex;
	flex-direction: column;
	gap: 19px;
	padding-top: 48px;
	position: relative;
	z-index: 0;
}

.c-class__inner::after {
	border-radius: 50%;
	content: "";
	filter: blur(36px);
	height: 165px;
	left: calc(50% + 9px);
	opacity: 0.27;
	position: absolute;
	top: 56px;
	width: 165px;
	z-index: -1;
}

.c-class__inner.--beginner::after {
	background: #f3b5c0;
}

.c-class__inner.--kids::after {
	background: #FF9F58;
	opacity: 0.14;
}

.c-class__heading {
	display: flex;
	flex-direction: column;
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	gap: 26px;
}

.c-class__title {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -1px;
}

.c-class__sub-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.6818181818;
}

.c-class__text1 {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

.c-class__text2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.c-class__message {
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.8461538462;
	position: relative;
	text-align: center;
	z-index: 0;
}

.c-class__message::after {
	border-radius: 50%;
	content: "";
	filter: blur(36px);
	height: 324px;
	left: 50%;
	opacity: 0.2;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 312px;
	z-index: -1;
}

.c-class__message.--beginner::after {
	background: #f3b5c0;
}

.c-class__message.--kids::after {
	background: #FF9F58;
	opacity: 0.08;
}

/* ----- pagination 共通コンポーネント ----- */

.c-pagination {
	margin-top: 50px;
}

.c-pagination__list {
	align-items: center;
	display: flex;
	gap: 4px;
	justify-content: center;
}

.c-pagination__link {
	align-items: center;
	border: 1px solid #F8758C;
	border-radius: 8px;
	color: #F8758C;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	height: 36px;
	justify-content: center;
	line-height: 1.6;
	transition: 0.3s;
	width: 36px;
}

.c-pagination__link:hover {
	background: rgba(248, 117, 140, 0.1254901961);
}

.c-pagination__link.--current {
	background: #F8758C;
	color: #fff;
}

.c-pagination__link.--current:hover {
	opacity: 1;
}

.c-pagination__arrow {
	align-items: center;
	color: #F8758C;
	display: flex;
	font-size: 20px;
	font-weight: 900;
	height: 36px;
	justify-content: center;
	line-height: 1.6;
	transition: 0.3s;
	width: 36px;
}

.c-pagination__arrow:hover {
	opacity: 0.6;
}

/* ----- form 共通コンポーネント ----- */

.c-form__items {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.c-form__row {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.c-form__label {
	font-size: 15px;
	font-weight: bold;
}

.c-form__label span {
	padding-left: 10px;
}

.c-form__item.--address {
	align-items: center;
	display: flex;
	gap: 10px;
}

.c-form__item.--address .t-mark {
	color: #c3c3c3;
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	padding: 8px;
}

.c-form__item.--address .wpcf7-form-control-wrap {
	width: 100%;
}

.c-form__item.--term {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: 10px;
}

.c-form__item.--select {
	box-sizing: border-box;
	max-width: 800px;
	position: relative;
	width: 100%;
}

.c-form__item.--select::after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 14px solid #f3b5c0;
	content: "";
	height: 0;
	position: absolute;
	right: 23px;
	top: 24px;
	width: 0;
}

.c-form__item.--select .wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
}

.c-form__item.--select .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	margin-top: 0;
}

.c-form__input-text,
.c-form__input-select,
.c-form__input-message {
	appearance: none;
	background-color: #fff !important;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.6875;
	outline: none;
	padding: 16px 24px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.c-form__input-text:focus,
.c-form__input-select:focus,
.c-form__input-message:focus {
	border: 1px solid #F8758C;
}

.c-form__input-select {
	max-width: 800px;
}

.c-form__input-message {
	height: 126px;
}

.c-form__submit {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.c-form__submit input {
	align-items: center;
	background: #F8758C;
	border: 1px solid #F8758C;
	border-radius: 31px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 17px;
	font-weight: bold;
	justify-content: center;
	padding: 16px;
	text-align: center;
	transition: 0.3s;
	width: 266px;
}

.c-form__submit input:hover {
	background: #fff;
	color: #F8758C;
}

.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
	color: #F8758C;
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px;
}

.wpcf7-response-output {
	text-align: center;
}

/* ----- footer.php ----- */

.footer-content {
	position: relative;
}

.breadcrumb {
	align-items: center;
	display: flex;
	gap: 5px;
	left: 20px;
	position: absolute;
	top: -27px;
	width: 100%;
	z-index: 78;
}

.breadcrumb__text {
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	font-size: 12px;
	font-weight: 400;
}

.breadcrumb__text.--title {
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumb a {
	transition: 0.3s;
}

.breadcrumb a:hover {
	color: #F8758C;
}

/* c-contact */

.c-contact {
	background: #FFF5F5;
	padding-block: 83px 126px;
	z-index: 79;
}

.c-contact__inner {
	width: 100%;
}

.c-contact__box {
	align-items: center;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 31px;
	padding: 30px 20px 40px;
	text-align: center;
}

.c-contact__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.c-contact__heading-title {
	color: #F8758C;
	font-size: 18px;
	font-weight: bold;
}

.c-contact__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.c-contact__button {
	background: #F8758C;
	border: 1px solid #F8758C;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-weight: bold;
	max-width: 295px;
	padding: 22px;
	transition: 0.3s;
	width: 100%;
}

.c-contact__button:hover {
	background: #fff;
	color: #F8758C;
}

.c-contact__info {
	align-items: center;
	border-top: 2px solid #F8758C;
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-top: 28px;
	width: 100%;
}

.c-contact__desc {
	font-size: 15px;
	font-weight: 400;
}

.c-contact__num {
	color: #F8758C;
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: bold;
	transition: 0.3s;
}

.c-contact__num:hover {
	opacity: 0.7;
}

/* footer */

.footer {
	background: #fff;
	padding-block: 80px 40px;
	z-index: 80;
}

.footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.footer__info {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.footer__logo {
	display: block;
	transition: 0.3s;
	width: 184px;
}

.footer__logo:hover {
	opacity: 0.7;
}

.footer__name {
	font-size: 18px;
	font-weight: bold;
}

.footer__address {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
}

.footer__address-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.footer__content {
	display: flex;
	flex-direction: column;
	gap: 52px;
}

.footer__sns {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
}

.footer__sns-icon {
	display: block;
	transition: 0.3s;
	width: 24px;
}

.footer__sns-icon:hover {
	opacity: 0.7;
}

.footer__nav-container {
	display: none;
}

.footer__lists {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	gap: 20px 52px;
	justify-content: center;
	padding-left: 4px;
	width: 100%;
}

.footer__lists.--sp {
	max-width: 450px;
}

.footer__column {
	display: flex;
	flex-direction: column;
}

.footer__column-list {
	padding-left: 16px;
	position: relative;
	transition: 0.3s;
}

.footer__column-list::after {
	background: #f3b5c0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.footer__column-list:hover {
	color: #F8758C;
}

.footer__column-link {
	font-size: 12px;
}

.footer__list {
	display: flex;
	width: 110px;
}

.footer__list:last-of-type {
	margin-top: 14px;
	width: 130px;
}

.footer__link,
.footer__column-title {
	display: inline-block;
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	font-size: 15px;
	font-weight: 400;
	transition: 0.3s;
}

.footer__link.--small,
.footer__column-title.--small {
	font-size: 13px;
}

.footer__link:hover,
.footer__column-title:hover {
	color: #F8758C;
}

.footer__column-title:hover {
	color: #707070;
}

.footer__copy {
	font-size: 12px;
	font-weight: 400;
	margin-top: 51px;
	text-align: center;
	white-space: nowrap;
}

.footer__blank {
	height: 80px;
}

@media screen and (min-width: 768px) {

.wrap481 {
	max-width: 90%;
}

.wrap500 {
	max-width: 90%;
}

.wrap560 {
	max-width: 90%;
}

.wrap622 {
	max-width: 90%;
}

.wrap776 {
	max-width: 90%;
}

.wrap800 {
	max-width: 90%;
}

.wrap848 {
	max-width: 90%;
}

.wrap985 {
	max-width: 90%;
}

.wrap1000 {
	max-width: 90%;
}

.wrap1080 {
	max-width: 90%;
}

.wrap1160 {
	max-width: 90%;
}

.wrap1200 {
	max-width: 90%;
}

.wrap1341 {
	max-width: 90%;
}

.s-sm {
	display: none;
}

}

@media screen and (min-width: 1080px) {

.wrap481 {
	max-width: 481px;
}

.wrap500 {
	max-width: 500px;
}

.wrap560 {
	max-width: 560px;
}

.wrap622 {
	max-width: 622px;
}

.wrap776 {
	max-width: 776px;
}

.wrap800 {
	max-width: 800px;
}

.wrap848 {
	max-width: 848px;
}

.wrap985 {
	max-width: 985px;
}

.wrap1000 {
	max-width: 1000px;
}

.wrap1080 {
	max-width: 1080px;
}

.wrap1160 {
	max-width: 1160px;
}

.wrap1200 {
	max-width: 1200px;
}

.wrap1341 {
	max-width: 1341px;
}

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

.header {
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	background-color: rgba(255, 255, 255, 0.3764705882);
}

.header__wrap {
	max-width: 1341px;
	padding-inline: 0px;
	width: 95%;
}

.header__inner {
	padding-block: 15px;
}

.header__logo {
	width: 233px;
}

.header__name {
	font-size: 18px;
}

.header__icon {
	height: 70px;
	width: 70px;
}

.header__icon-content {
	height: 20px;
	width: 30px;
}

.g-nav {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 600px;
	width: 100%;
}

.g-nav__container {
	padding-inline: 50px;
	width: 100%;
}

.c-sec-radius {
	border-radius: 48px 48px 0 0;
	margin-top: -80px;
}

.c-heading__title.--policy {
	font-size: 36px;
}

.c-text {
	font-size: 18px;
}

.c-studio__head {
	border-radius: 12px;
	margin-top: 90px;
	padding: 8px 40px 7px;
}

.c-class__container.wrap1200 {
	max-width: 1200px;
}

.c-class__container {
	align-items: start;
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 80px;
}

.c-class__thumb {
	flex-shrink: 0;
	margin-top: 0;
	max-width: 560px;
	width: 50%;
}

.c-class__inner {
	max-width: 560px;
	padding-top: 0;
	width: 100%;
}

.c-class__sub-title.--kids {
	font-size: 30px;
}

.c-class__text1 {
	font-size: 18px;
}

.c-class__text2 {
	font-size: 20px;
}

.c-class__message {
	font-size: 30px;
}

.c-form__items {
	gap: 34px;
}

.c-form__label {
	font-size: 16px;
}

.c-form__item.--address {
	max-width: 400px;
}

.c-contact {
	padding-block: 120px 160px;
}

.c-contact__box {
	gap: 40px;
	padding: 48px 20px 67px;
}

.c-contact__heading {
	gap: 8px;
}

.c-contact__heading-title {
	font-size: 26px;
}

.c-contact__content {
	flex-direction: row;
	gap: 138px;
	justify-content: center;
}

.c-contact__button {
	font-size: 26px;
	max-width: 385px;
}

.c-contact__info {
	border: none;
	max-width: 385px;
	padding: 0;
}

.c-contact__desc {
	font-size: 20px;
}

.c-contact__num {
	font-size: 46px;
}

.footer {
	padding-block: 100px 40px;
}

.footer__inner {
	flex-direction: row;
	justify-content: space-between;
}

.footer__info {
	align-items: start;
}

.footer__name {
	font-size: 16px;
}

.footer__content {
	align-items: end;
	gap: 40px;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__nav-container {
	display: flex;
	gap: 56px;
}

.footer__lists {
	flex-direction: column;
	gap: 16px;
	justify-content: start;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__lists.--sp {
	display: none;
}

.footer__nav-content {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 10px;
}

.footer__column-link {
	font-size: 13px;
}

.footer__list {
	width: -moz-fit-content;
	width: fit-content;
}

.footer__list:last-of-type {
	margin-top: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__copy {
	margin-top: 35px;
}

.footer__blank {
	height: 100px;
}

}

@media screen and (min-width: 1200px) {

.px11 {
	padding-inline: 0px;
}

.px20 {
	padding-inline: 0px;
}

.px30 {
	padding-inline: 0px;
}

.pt120 {
	padding-top: 200px;
}

}

@media screen and (min-width: 1300px) {

.header__inner {
	padding: 0;
}

.header__nav {
	align-items: end;
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding-bottom: 15px;
}

.header__icon {
	display: none;
}

.g-nav {
	display: none;
}

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translateY(10px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

