@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.fv-box {
	padding: 0 20px 20px;
}
.fv-list {
	display:flex;
	justify-content:center;
	
}
/* FV */
.p-mainVisual__textLayer {
	justify-content: flex-end;
}
/* FVボタン */
/* .p-mainVisual__slideBtn.c-mvBtn.-btn-n {
	margin-left:8vw;
}
.p-mainVisual__slideBtn.c-mvBtn.-btn-n > a {
	margin-bottom:3vw;
} */
/* フォントサイズ */
#main_visual .fv_copy_p {
	font-size: 3.2vw;
	background: rgba(252, 252, 252, 0.6);
    display: inline;
}
#main_content h2 {
	font-size:2em;
}
#main_content h3 {
	font-size:1.5em;
}

section.wp-block-group {
	margin-bottom: 150px;
}
/* お悩み箇条書きボックス */
.box {
	border-radius: 10px;
}
.box-shadow {
	background-color: #fcfcfc;
	box-shadow: 4px 4px 4px rgba(17,17,17,0.2);;
}
.box.box-shadow {
	padding: 2em;
}
.is-style-check_list.-list-flex {
	justify-content: space-between;
	gap: 0;
	padding-left: 0;
}
/* 選ばれる理由画像角丸 */
.imgbox {
	border-radius: 10px;
	overflow: hidden;
}
.point-list .point-item .point-text {
/* 	background-color: #fcfcfc; */
	border-radius:10px;
	padding: 1em;
	margin-top: -.5em;
}
.point-list .point-item .point-text img {
	margin-top: -3em;
}
/* レッスンメニュー：枠同じ高さに */

.plan-item, .point-item {
	display: flex;
	flex-direction: column;
}
.plan-text, .point-text {
	flex-grow: 1;
}
/* 料金中央揃え */
.plan-text .lesson-fee {
	justify-content:center;
	align-items: center;
}

/* レッスンプラン */
.plan-card {
	background:#fcfcfc;
	border:2px solid rgba(150, 150, 150, .2);
	border-radius:20px;
	padding:40px 24px 30px;
	position:relative;
	box-shadow:0 8px 20px rgba(0,0,0,0.05);
	display:flex;
	transition: .3s;
}
.plan-card > div {
	display:flex;
	flex-direction:column;
}
/* ホバー */
.card1:hover {
	border:2px solid #F2A7A0;
	transform: scale(1.02);
	transition: .3s;
}
.card2:hover {
	border:2px solid #D88FA0;
	transform: scale(1.02);
	transition: .3s;
}
.card3:hover {
	border:2px solid #A8BFA3;
	transform: scale(1.02);
	transition: .3s;
}
/* ボタン一番下へ */
.plan-card .swell-block-button {
	margin-top: auto;
}
/* ラベル */
.lesson-label {
	border:2px solid #999;
	border-radius:50px;
	padding: 5px 0;
	width: 200px;
	margin: 0 auto;
}
.label1 {
	border:2px solid #F2A7A0;
}
/* 人気No1ラベル */
.label2 {
	border:2px solid #D88FA0;
	background-color:#D88FA0;
	color:#fcfcfc;
}
.label3 {
	border:2px solid #A8BFA3;
}
/* ラベル＆タイトル＆内容（チェック上） */
.plan-inner > div > div {
	max-height:300px;
	height:300px;
}
/* チケットコース */
.lesson-ticket {
	background-color: #FBF8F6;
	justify-content:space-evenly;
	padding: 0.5em 0;
}
/* CTA */

#cta .cta-text {
	text-shadow: 0 0 10px #fcfcfc;
}

.cta_list_box {
	justify-content:space-between;
	align-items: flex-start;
	max-width: 900px;
	margin: 0 auto;
	background-color: rgba(292, 292, 292, 0.5);
	border-radius:10px;
	padding: .5em 1em;
}

/*=====
 * レッスン紹介ページ
 * =====  */
/* レッスン特徴 */
.lesson_point_box {
	justify-content:space-around;
	max-width:900px;
	margin: 0 auto;
}
/* 料金 */
.post_content table {
	max-width:870px;
	margin: 0 auto;
}
/*=====
 * お問い合わせページ
 * =====  */
/* CF7 */
.wpcf7 .wpcf7-form-control {
	width: 100%;
}
/* 入力フォームを目立たせる&角丸 */
.wpcf7 .wpcf7-form .wpcf7-text,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
	border: 2px solid #7a7a7a;
	border-radius:5px;
}
.wpcf7 .wpcf7-text:focus, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea:focus {
	border: 2px solid #F2A7A0;
	outline: 0;
}
/* 必須 */
.required {
	color:#F2A7A0;
}
/* 送信ボタン */
.wpcf7 .wpcf7-submit {
	background: #D88FA0;
	color: #fcfcfc;
	border-radius: 4px;
	font-size: 1.2em;
	padding: 10px 20px;
/* 	max-width: 200px; */
}
.wpcf7 .wpcf7-submit:hover {
	opacity: .8;
}
/* 送信ボタン中央に */
.wpcf7 .submit-btn {
	max-width:200px;
	margin: 30px auto 0 auto;
	
}
@media screen and (max-width:768px) {
	body {
		font-size: .8em;
	}
	p, li {
		font-size: 18px;
	}
	section.wp-block-group {
		margin-bottom: 100px;
	}
	.box.box-shadow {
		padding: 1.5em 1em;
	}
	#main_content h2 {
	font-size:8vw;
	}
	#main_content h3 {
		font-size:6vw;
	}
	/*=====
	 * 個別ページフルワイドフォント
	 * =====  */
	#main_content .page-fv h2 {
		font-size: 1.3em;
	}
	/* fvキャッチ	 */

	.fv-inner {
		width: 100%;
		justify-content:space-around;
	}
	.fv-box {
		font-size:18px;
	}

	/* 	FVキャッチコピーフォントサイズ */
	#main_visual .fv_copy_p {
		font-size: 6.5vw;
	}
	.fv-copy {
		padding: 0px;
	}
	/* 悩み	 */
	.nayami-box .is-style-check_list.-list-flex {
		justify-content:center;
	}
	/* レッスンメニュー高さ	 */
	#main_content .box.box-shadow .plan-item .plan-spacer {
		height:30px;
	}
	.wp-block-columns.point-list {
		--wp-column-gap:2.5em;
	}
	.cta_list_box {
		flex-direction: column;
		align-items:center;
	}
}