@charset "utf-8";
/* CSS Document */

/*==========
Googleフォント
==========*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');


/*==========
リセットCSS
==========*/
@import url("destyle.css");

/*==========
色指定
==========*/
@import url("color.css");


/*==========
共通
==========*/
html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.5rem;
	line-height: 1.57;
	color: var(--font_body_color);
	background: var(--body_color);
}

a {
	color: var(--a_color);
}

a:hover {
	color: var(--a_hover_color);
}

.color_pink {
	color: var(--color_pink);
}

.color_purple {
	color: var(--color_purple);
}

.sp {
	display: block !important;
}

.pc {
	display: none !important;
}

@media (min-width: 900px) {
	.pc {
		display: block !important;
	}

	.sp {
		display: none !important;
	}
}


.container {
	width: 100%;
}

@media (min-width: 900px) {
	body {
		font-size: 1.7rem;
		line-height: 1.67;
	}

	.container {
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
	}
}



/*==========
サイトヘッダー
==========*/
.site_header {
	background: #FFF;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 100;
	border-bottom: solid 1px #dfdfdf;
}

.site_header_logo {
	display: block;
}

.site_header_logo_img {
	height: 30px;
}



/*==========
wrap
==========*/
.wrap {
	padding-top: 60px;
}

@media (min-width: 900px) {
	.wrap {
		padding-bottom: 80px;
	}
}


/*==========
TOPインフォ
==========*/
.top_info {
	padding: 30px 0 50px;
}

.top_info_copy {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.top_info_copy_sub {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

@media (min-width: 900px) {
	.top_info {
		padding: 60px 0 120px;
	}

	.top_info_copy {
		font-size: 4rem;
	}

	.top_info_copy_sub {
		font-size: 2.5rem;
	}
}


/*==========
セクションタイトル
==========*/
.section_title {
	font-size: 3.6rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: var(--color_pink);
	background: -webkit-linear-gradient(0deg, rgba(255, 139, 195, 1) 0%, rgba(222, 127, 209, 1) 50%, rgba(149, 125, 251, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (min-width: 900px) {
	.section_title {
		font-size: 5rem;
		margin-bottom: 40px;
	}
}


/*==========
バナー
==========*/
.banner {
	padding: 10px 0 40px;
}

@media (min-width: 900px) {
	.banner {
		padding: 20px 0 150px;
	}
}




/*==========
キャンペーン
==========*/
.campaign {
	padding: 50px 0 90px;
	background: #fdedfc;
	margin-top: 50px;
}

@media (min-width: 900px) {
	.campaign {
		padding: 60px 0 150px;
	}
}




/*==========
お問い合わせ
==========*/
.contact_btn {
	padding: 50px 0 60px;
	background-color: #f5e681;
	background-image: linear-gradient(180deg, #f5e681 0%, #FFBBEC 100%);
}

.contact_btn .section_title {
	margin-bottom: -5px;
	-webkit-text-fill-color: #FFF;
}

.contact_btn h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	margin-bottom: 15px;
}

.contact_btn_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	gap: 15px;
	width: 85%;
	margin: 0 auto;
}

.contact_btn_item {
	width: calc((100% - 15px * 2) / 3);
	display: flex;
	justify-content: center;
	align-items: center;
	transform: skewX(-20deg);
	height: 90px;
	flex-direction: column;
}

.contact_btn_item svg {
	height: 36px;
	fill: #FFF;
	transform: skewX(20deg);
	margin-left: -8px;
}

.contact_btn_item span {
	display: block;
	color: #FFF;
	transform: skewX(20deg);
	font-size: 1.3rem;
	margin-left: 7px;
}

.contact_btn_item .svg_line {
	height: 50px;
}

.svg_line_text {
	fill: #61d04e;
}

.contact_btn_item_tel {
	background: #e877ae;
}

.contact_btn_item_mail {
	background: #9474e4;
}

.contact_btn_item_line {
	background: #61d04e;
}

.contact_btn_item_mail svg {
	height: 36px;
	margin-top: 6px;
}

.contact_btn_item_line span {
	margin-top: -6px;
}

@media (min-width: 900px) {
	.contact_btn {
		padding: 80px 0;
	}

	.contact_btn h3 {
		font-size: 2.6rem;
		margin-bottom: 30px;
	}

	.contact_btn_wrap {
		gap: 20px;
		width: 65%;
	}

	.contact_btn_item {
		width: calc((100% - 20px * 2) / 3);
		height: 100px;
	}
}




/*==========
ポイント
==========*/
.point {
	padding: 50px 0;
}

.section_title_sub {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 900;
	margin-bottom: 30px;
}

.point_item {
	padding-bottom: 50px;
}

.point_item_header {
	background: #ab75d5;
	-webkit-transform: skew(-20deg);
	transform: skewX(-20deg);
	height: 50px;
	width: 90%;
	margin: 0 auto 20px;
}

.point_item_header_wrap {
	display: flex;
	align-items: center;
}

.point_item_header img {
	transform: skewX(20deg);
	height: 70px;
	width: auto;
	margin: -10px 0 0 5px;
}

.point_item_header_title {
	font-size: 2.1rem;
	font-weight: 700;
	color: #FFF;
	transform: skewX(20deg);
	margin-top: -13px;
}

.point_item_body {
	display: flex;
	padding: 0 6px;
	justify-content: space-between;
}

.point_item_body img {
	width: 25%;
	height: 25%;
}

.point_item_body p {
	width: 75%;
	padding: 0 9px;
	font-weight: 600;
}

.flex_reverse {
	flex-direction: row-reverse;
}

.point_item_header_wrap.flex_reverse img {
	margin: -10px 10px 0 0;
}

@media (min-width: 900px) {
	.point {
		padding: 60px 0 120px;
	}

	.section_title_sub {
		font-size: 3.2rem;
		margin-bottom: 50px;
	}

	.point_item {
		padding-bottom: 80px;
	}

	.point_item_body img {
		width: 150px;
		height: 150px;
	}

	.point_item_body p {
		width: calc(100% - 200px);
		padding: 0 20px;
	}
}



/*==========
YOUTUBE
==========*/
.youtube {
	padding-bottom: 0px;
}

.youtube .section_title {
	margin-bottom: 30px;
}

.youtube_item {
	width: 100%;
	aspect-ratio: 16 / 9;
	padding-bottom: 30px;
}

.youtube_item iframe {
	width: 100%;
	height: 100%;
}

@media (min-width: 900px) {
	.youtube {
		padding-bottom: 150px;
	}

	.youtube_item {
		padding-bottom: 50px;
	}
}


/*==========
Instagram
==========*/
.instagram {
	padding: 50px 0 60px;
}

.instagram .section_title {
	margin-bottom: 30px;
}

@media (min-width: 900px) {
	.instagram {
		padding-bottom: 150px;
	}

	.instagram .pc {
		width: 720px;
		margin: 0 auto;
	}
}




/*==========
スタジオ紹介
==========*/
.school {
	padding: 50px 0 90px;
	background: #fdedfc;
}

.school_wrap {}

.school_item {
	background: #FFF;
	padding: 20px 0 30px;
	height: 280px;
	border: solid 1px #e3e3e3;
}

.school_wrap .slick-slide {
	margin: 0 5px;
}

.slick-center {
	margin-right: 20px;
	margin-left: 20px;
}

.school_item a {
	display: block;
	color: #373737;
	text-align: center;
}

.school_item img {
	width: 90%;
	margin: 0 auto;
}

.school_item_title {
	font-size: 2.4rem;
	font-weight: 900;
}

.school_item_access {
	background: #f9bee8;
	display: inline-block;
	margin: 0 auto 6px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0 12px;
}

.school_item_address {
	font-size: 1.3rem;
}

.slick-prev:before,
.slick-next:before {
	font-size: 30px;
	opacity: 0.85;
	color: #adadad;
}

.slick-prev {
	left: 10px;
	z-index: 9999;
}

.slick-next {
	right: 10px;
	z-index: 9999;
}

@media (min-width: 900px) {
	.school_item {
		padding: 20px 0 30px;
		height: 310px;
	}

	.school_item_title {
		font-size: 2.8rem;
	}

	.school_item_access {
		font-size: 1.4rem;
		padding: 0 12px;
	}

	.school_item_address {
		font-size: 1.4rem;
	}
}



/*==========
フッター
==========*/
.site_footer {
	padding: 40px 0 40px;
	background: #ebebeb;
	text-align: center;
	color: var(--footer_text);
}

.site_footer_logo {
	margin-bottom: 8px;
	display: block;
}

.site_footer_logo_img {
	width: 100px;
}

.site_footer_sns {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 24px;
}

.site_footer_sns a {
	margin: 0 8px;
}

#icon_twitter {
	height: 40px
}

#icon_instagram {
	height: 34px
}

#icon_youtube {
	height: 34px
}

.footer_group_link {
	padding: 24px 0;
	width: 90%;
	margin: 0 auto;
}

.footer_group_link li {
	display: inline-block;
	width: 30%;
	text-align: left;
}

.footer_group_link li a {
	font-size: 1.2rem;
	color: var(--font_body_color);
}

.site_footer_copy {
	font-size: 1.3rem;
	margin-top: 24px;
}

@media (min-width: 900px) {
	.site_footer_logo_img {
		width: 140px;
	}

	.footer_group_link {
		padding: 36px 0;
	}

	.footer_group_link li a {
		font-size: 1.4rem;
	}
}




.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}





/*==========
ハンバーガーメニュー
===========*/
#g-nav {
	position: fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: -120%;
	width: 100%;
	height: 100vh;
	/*ナビの高さ*/
	background: #fff;
	/*動き*/
	transition: all 0.6s;

}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
	right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	/*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
	margin-bottom: 20px;
}

#g-nav li a {
	color: #000;
	font-size: 2.3rem;
	font-weight: 900;
	text-align: center;
	display: block;
}


.openbtn1 {
	position: fixed;
	z-index: 9999;
	/*ボタンを最前面に*/
	top: 0;
	right: 0;
	cursor: pointer;
	width: 60px;
	height: 60px;
}

@media (min-width: 900px) {
	.openbtn1 {
		position: fixed;
		right: calc(50vw - 350px);
	}
}


/*×に変化*/
.openbtn1 span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 15px;
	height: 4px;
	background-color: #727272;
	width: 55%;
}

.openbtn1 span:nth-of-type(1) {
	top: 14px;
}

.openbtn1 span:nth-of-type(2) {
	top: 26px;
}

.openbtn1 span:nth-of-type(3) {
	top: 38px;
}

.openbtn1.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 55%;
	background-color: #727272;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 55%;
	background-color: #727272;

}




/*==========
スクールリスト（ツールチップ版）
===========*/
.school_list_wrap {
	padding-bottom: 20px;
	width: 97%;
	margin: 0 auto;
}

.school_list_wrap h4 {
	margin-bottom: 12px;
	background: #ab75d5;
	-webkit-transform: skew(-20deg);
	transform: skewX(-20deg);
	text-align: center;
	display: inline-block;
	padding: 0 20px;
}

.school_list_wrap h4 span {
	font-size: 1.5rem;
	font-weight: 700;
	color: #FFF;
	transform: skewX(20deg);
	display: block;
	margin: 0 auto;
}

.school_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.school_list li {
	width: calc(100% / 3);
	margin-bottom: 15px;
}

.school_list_name {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.school_list_name span {
	font-size: 1.4rem;
	font-weight: 700;
}

.school_list_name svg {
	height: 15px;
	margin-left: 5px;
	fill: #c1c1c1;
}

.tooltip {
	background-color: rgb(255 255 255);
	padding: 30px 40px 50px;
	display: none;
	z-index: 99;
	width: 95vw;
	box-shadow: 0 0 8px gray;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.tooltip::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 50px solid #bf7fce;
	border-right: 50px solid transparent;
}

.tooltip_name {
	font-size: 2.5rem;
	font-weight: 900;
	text-align: center;
}

.tooltip_link {
	font-size: 1.3rem;
}

.tooltip_info {
	margin-bottom: 20px;
}

.tooltip_info dt {
	padding-top: 12px;
	font-size: 1.4rem;
}

.tooltip_info dd {
	font-size: 1.3rem;
	padding: 0 0 12px 12px;
	border-bottom: solid 1px #d7d7d7;
}

@media (max-width: 899px) {
	.school_list li {
		border-right: solid 1px #c1c1c1;
	}

	.school_list li:nth-of-type(3n) {
		border-right: none;
	}
}


@media (min-width: 900px) {
	.tooltip {
		width: 400px;
	}

	.school_list_wrap h4 span {
		font-size: 1.6rem;
	}

	.school_list li {
		width: calc(100% / 4);
	}

	.school_list li {
		border-right: solid 1px #c1c1c1;
	}

	.school_list li:last-child {
		border-right: none;
	}

	.school_list_name span {
		font-size: 1.5rem;
	}

	.school_list_name svg {
		height: 16px;
		margin-left: 7px;
	}

	.tooltip_info dt {
		padding-top: 18px;
		font-size: 1.5rem;
	}

	.tooltip_info dd {
		font-size: 1.4rem;
		padding: 0 0 18px 18px;
	}
}


/*==========
PRICE
==========*/
.price {
	padding: 50px 0 90px;
}

.price .section_title {
	margin-bottom: 30px;
}

.price_table {
	width: 94%;
	margin: 0 auto 30px;
}

.price_table caption {
	font-size: 2rem;
	font-weight: 600;
	color: #c77ad3;
	margin-bottom: 3px;
}

.price_table th,
.price_table td {
	border: solid 1px #d9d9d9;
	padding: 18px 12px;
}

.price_table th {
	background-color: #fdedfc;
	width: 36%;
}

.price_table td {
	font-size: 1.6rem;
	text-align: right;
}

.price_caution {
	width: 94%;
	margin: 0 auto;
}

@media (min-width: 900px) {
	.price {
		padding-bottom: 150px;
	}

	.price_table {
		width: 72%;
	}

	.price_table caption {
		font-size: 2.4rem;
	}

	.price_table th,
	.price_table td {
		padding: 24px 18px;
	}

	.price_table td {
		font-size: 1.8rem;
	}

	.price_caution {
		width: 72%;
	}
}
