@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////

PC用レイアウト

////////////////////////////////////*/

/*----------------------
共通設定
----------------------*/
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #333;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
		white-space: nowrap;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

a:hover{
	cursor: pointer;
}

h2 img{
	width: 100%;
	height: auto;
}

.img_w100{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*----------------------
ブラウザのCSSをリセット
----------------------*/
p{
	margin: 0 !important;
	padding: 0 !important;
}


/*----------------------
セクションエリア共通設定
----------------------*/
section{
	clear: both;
	overflow: auto;
}


/**********************************

全体レイアウト、共通設定

**********************************/

/*----------------------
全体エリアの背景設定
----------------------*/
.main{
	background-color: #f2f2f2;
}

/*----------------------
記事エリアの設定
----------------------*/
.article{
	background-color: #fff;
	font-size: 1.8rem;
}

.article p{
	line-height: 1.6;
}

.nomal_text{
	font-size: 1.8rem;
	line-height: 1.6;
}

.nomal_text span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff000 60%);
}

.sp_view{
	display: none !important;
}
/*----------------------
記事エリア、ファーストビューの内幅設定
----------------------*/
.top_img_in{
	width: 952px;
	margin: 0 auto;
}


/**********************************

上部固定ヘッダー設定

**********************************/

/*----------------------
上部固定ヘッダー全体
----------------------*/
.header{
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 5000;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	overflow: auto;
	height: 75px;
}

/*----------------------
ヘッダー内部をカラム幅にする
----------------------*/
.header_inner{
	max-width: 952px;
	margin: 0 auto;
	overflow: hidden;
	height: 75px;
}


/*----------------------
ロゴ
----------------------*/
.top_logo_flame{
	width: 22%;
	float: left;
	margin: 0em;
	height: 75px;
	display: flex;
	align-items: center;
}

.top_logo_flame:hover{
	opacity: 0.7;
}

/*----------------------
header_cv
----------------------*/
.top_cv_btn{
	width: auto;/*----lineアイコンがあるときは250〜300px---*/
	float: right;
	height: 50px;
	background-color: #00B900;
	margin-left: 12px;
	margin-top: 12px;
	border-radius: 500px !important;
	box-shadow: 0 3px 0 #1D6234;
}

.top_cv_btn:hover{
	opacity: 0.7;
}

.top_cv_btn a{
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_cv_btn a p{
	font-size: 2.2rem;
	font-weight: bold;
	padding: 0 60px 2px !important;/*----lineアイコンがあるときは20を0に---*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
}

.top_cv_btn a p i{
	font-size: 2.5rem !important;
}

.top_cv_btn a p img{
	width: 14%;
	margin-right: 3px;
}

.sp_bottom_cv{
	display: none;
}


/*--------------------------------
ヘッダー内の画像が常に100%になるように
---------------------------------*/
.top_logo_flame img,.top_tel_flame img,.top_cv_btn img{
	width: 100%;
}



/**********************************

ファーストビュー設定

**********************************/
.top_img_flame{
	background-image: url("../img/pc_fv_out.jpeg");
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}

.top_img_in img{
	width: 100%;
	height: auto;
}


/**********************************

section設定

**********************************/
.section_over_flame{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.section_under_flame{
	width: 952px;
	height: auto;
	margin: 0 auto;
	padding: 70px 0;
}




/**********************************

cvエリア

**********************************/
.cv_over{
	background-color: #333;
}

.cv_under{
	padding-top: 35px;
	padding-bottom: 65px;
}



.cv_white_flame{
	width: 100%;
	height: auto;
	padding:  32px 25px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0px;
	margin-top: 38px;
}

.cv_text{
	text-align: center;
	font-weight: bold;
	font-size: 3.6rem;
	
}

.cv_text span{
	font-weight: bold;
	color: #ff8400;
}

.cv_long_btn{
	width: 100%;
	height: 85px;
	border-radius: 700px !important;
	margin-top: 15px;
	background-color: #00B900;
	box-shadow: 0 5px 0 #1D6234;
}

.cv_long_btn:hover{
	opacity: 0.7;
}

.cv_long_btn a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cv_long_btn a img{
	width: 15%;
	margin-right: 5px;
}

.cv_long_btn a p{
	font-size: 3.8rem;
	color: #fff;
	font-weight: bold;
	padding-bottom: 4px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
}

.cv_long_btn a p i{
	font-size: 4.6rem !important;
}

.line_text{
	text-align: right;
	font-size: 1.8rem;
	padding-top: 20px !important;
}

.line_text a{
	color: #009944;
	font-weight: bold;
}

.line_text a:hover{
	text-decoration: underline;
}




/**********************************

悩みエリア

**********************************/
.nayami_over{
	background-image: url("../img/nayami_bg.jpeg");
}

.nayami_under{
	padding-top: 40px;
	padding-bottom: 0px;
}

.nayami_under ul{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 55px;
}

.nayami_under ul li{
	border-bottom: dotted 1px #333;
	padding-bottom: 12px;
	display: flex;
	align-items: center;
	margin-top: 24px;
}

.li_top{
	margin-top: 0 !important;
}

.nayami_under ul li img{
	width: 3%;
	margin-right: 8px;
}

.nayami_under ul li p{
	font-size: 2rem;
	line-height: 1;
	padding-bottom: 2px !important;
}

.li_2retu p{
	line-height: 1.5 !important;
}

.nayami_under ul li p span{
	font-weight: bold;
	color: #ff8400;
	font-size: 2.2rem;
}






/**********************************

解決エリア

**********************************/
.kaiketu_over{
	background-image: url("../img/kaiketu_bg.jpeg");
}

.kaiketu_under{
	padding-top: 13px;
}

.kaiketu_score_flame{
	width: 463px;
	height: auto;
	margin-top: 20px;
}

.kaiketu_score_flame p{
	white-space: pre-wrap;
	font-size: 1.8rem;
	line-height: 1.8 !important;
	padding: 15px 20px !important;
	border: solid 2px #333;
	border-radius: 10px;
	margin-top: 25px !important;
	background-color: #fff;
}

.kaiketu_score_flame p span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff000 60%);
}





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

ループスライダーエリア

------------------------------------*/
/*Java*/
.loopslider{
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 130px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopslider ul{
    height: 130px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
.loopslider ul li{
    width: 232px;
    height: 130px;
    float: left;
    display: inline;
    overflow: hidden;
}

.loopslider img{
	width: 232px;
	height: 130px;
}
 
/* =======================================
    ClearFixElements
======================================= */
.loopslider ul:after{
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.loopslider ul{
    display: inline-block;
    overflow: hidden;
}




/**********************************

特徴・理由エリア

**********************************/
.riyuu_over{
	background-color: #B0A16D;
}

.riyuu_under{
	
}

.riyuu_flame{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 30px 30px 35px;
	box-sizing: border-box;
	margin-top: 30px;
	box-shadow: 5px 5px 0 #333;
}

.riyuu_flame_top{
	margin-top: 0 !important;
}

.riyuu_text,.riyuu_shita_text{
	width: 435px;
	white-space: pre-wrap;
	font-size: 1.8rem;
	line-height: 1.9 !important;
}

.riyuu_img{
	width: 420px;
	height: 240px;
	margin-top: 7px;
}

.riyuu_shita_text{
	width: 100%;
	margin-top: 28px !important;
}

.riyuu_text span,.riyuu_shita_text span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff000 60%);
}

.riyuu_flame a:hover{
	text-decoration: underline;
}




/**********************************

料金エリア

**********************************/
.ryoukin_over{
	background-image: url("../img/ryokin_bg.jpeg");
}

.ryoukin_under{
	
}
.ryoukin_flame{
	border-bottom: solid 1px #999;
	padding-bottom: 20px;
}

.ryoukin_sankaku{
	width: 108px;
	height: 87px;
	display: block;
	margin: 35px auto 32px;
}

.ryoukin_ribon{
	margin-bottom: 35px;
}

.plan_sentaku_flame{
	width: 304px;
	height: auto;
}

.plan_sentaku_flame img{
	margin-bottom: 25px;
}

.plan_sentaku1{
	padding-bottom: 1px;
}

.plan_sentaku_flame p{
	white-space: pre-wrap;
	font-size: 1.8rem;
	line-height: 1.8 !important;
	padding: 15px 20px !important;
	box-sizing: border-box;
	border: solid 2px #333;
	border-radius: 10px;
	background-color: #fff;
}

.plan_sentaku_flame p span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff000 60%);
}




.ryoukin2_over{
	background-color: #b0a16d;
}

.ryoukin_subsc_flame{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 45px 35px 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("../img/ryoukin_subsc_bg.jpeg");
	box-shadow: 5px 5px 0 #333;
}

.ryoukin_subsc_title{
	width: 498px;
	height: 88px;
	margin-bottom: 30px;
}

.ryoukin_subsc_flame p{
	font-size: 1.8rem;
	line-height: 2 !important;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}



/**********************************

お子様エリア

**********************************/
.kids_over{
	border-bottom: solid 1px #ddd;
	background-image: url("../img/kids_bg.jpeg");
}

.kids_under{
	
}

.kodomo_movie_flame{
	width: 242px;
	height: auto;
}

.kodomo_movie{
	width: 100%;
	height: 484px;
	margin-bottom: 17px;
	box-shadow: 4px 4px 0 #333;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #ccc;
}

.kodomo_movie1{
	background-image: url("../img/kids_sam1.jpeg");
}

.kodomo_movie2{
	background-image: url("../img/kids_sam2.jpeg");
}

.kodomo_migi_flame{
	width: 70%;
}

.kodomo_migi_text_flame{
	width: 366px;
	height: auto;
}

.kodomo_text{
	margin-left: auto !important;
	background-image: url("../img/kodomo_text_back_icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	height: 43%;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.kids_club_img{
	background-color: #ded6b7;
	box-sizing: border-box;
	padding:  23px 20px;
	margin-top: 33px;
}












/**********************************

コーチエリア

**********************************/
.corch_over{
	background-image: url("../img/corch_bg.jpeg");
}

.corch_under{
	
}

.lesson_text_flame{
	width: 375px;
	height: auto;
}

.lesson_text{
	white-space: pre-wrap;
	font-size: 1.8rem;
	line-height: 1.8 !important;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333;
}

.lesson_text span{
	font-weight: bold;
	color: #fff000;
}

.lesson_movie_flame{
	width: 242px;
	height: auto;
}

.lesson_movie{
	width: 100%;
	height: auto;
	margin-bottom: 17px;
	box-shadow: 4px 4px 0 #555;
}

.lesson_white_flame{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 50px 40px;
	background-color: #fff;
	margin-top: 45px;
	box-shadow: 5px 5px 0 #333;
}

.corch_img{
	width: 329px;
	height: 438px;
}

.corch_text_flame{
	width: 492px;
	height: auto;
}

.corch_text_flame h3{
	border-bottom: solid 1px #333;
	margin-bottom: 15px;
}

.corch_text_flame h3 img{
	width: auto;
	height: 78px;
	padding-bottom: 15px;
	margin-top: 10px;
}

.corch_text_flame p{
	font-size: 1.8rem;
	line-height: 2 !important;
}

.lesson_white_flame h5{
	margin-top: 36px;
	margin-bottom: 10px;
}

.lesson_white_flame h5 img{
	width: 36px;
	height: 40px;
	margin-right: 10px;
}

.lesson_white_flame h5 p{
	font-size: 2.4rem;
	font-weight: bold;
}

.advice_text{
	white-space: pre-wrap;
	font-size: 1.8rem;
	line-height: 1.85 !important;
	padding: 23px 30px !important;
	background-color: #eee;
	font-weight: 500;
}



/**********************************

流れエリア

**********************************/
.nagare_over{
	background-image: url("../img/nagare_bg.jpeg");
}

.nagare_under{
	
}

.nagare_07_inner{
	display: flex;
	margin-top: 12px;
	align-items: flex-start;
}

.nagare_07_inner_top{
	margin-top: 0 !important;
}

.nagare_07_nunber_ang_img{
	display: flex;
	align-items: center;
}

.nagare_07_nunber_circle{
	width: 40px;
	height: 40px;
	border-radius: 900000px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333;
}

.nagare_07_nunber_circle p{
	color: #fff;
	font-weight: bold;
	font-size: 2.5rem;
}

.nagare_07_img{
	width: 181px;
	height: 101px;
	margin-left: 18px;
	box-shadow: 3px 3px 0 #333;
}

.nagare_07_title_and_text{
	margin-left: 30px;
	width: 100%;
}

.nagare_07_title_and_text h3{
	width: 100%;
	height: auto;
	background-image: url("../img/nagare_h3_bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-align: center;
	font-weight: bold;
	font-size: 2.1rem;
	color: #fff;
	padding: 8px 0;
	margin-bottom: 7px;
}

.nagare_07_title_and_text p{
	font-size: 1.7rem;
	white-space: pre-wrap;
	line-height: 1.8 !important;
}

.nagare_07_yajirushi{
	text-align: center;
	color: #777;
	font-size: 4rem;
	line-height: 0 !important;
	padding-left: 255px !important;
}




/**********************************

よくある質問エリア

**********************************/
.shitumon_over{
	background-image: url("../img/shitumon_bg.jpeg");
}

#q_and_a_list{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.q_and_a_item{
	margin-top: 17px;
	cursor:pointer;
	text-align: left;
	background-color: #fff;
	border-radius: 0 !important;
}

.q_and_a_item_top{
	margin-top: 0 !important;
}

.q_and_a_item h3{
	font-size: 2.7rem;
	font-weight: 500;
	color: #333;
	padding: 0.75em 0 0.75em 1em;
	line-height: 1.4;
}

.q_and_a_item span{
	font-size:4.6rem;
	color: #333;
	font-weight: 500;
	padding-bottom: 0.23em;
	margin-left: auto;
	margin-right: 0.6em;
}

.question_text{
	display: flex;
	align-items: center;
}

.answer{
	font-size: 2.4rem;
	padding: 0.3em 1em 1em;
	margin-bottom: 0.5em;
	display:none;
	color: #333;
}

.answer_text{
	white-space: pre-wrap;
}





/**********************************

店舗情報エリア

**********************************/
.tenpo_flame{
	background-color: #eee;
	padding: 50px 40px;
	box-sizing: border-box;
	box-shadow: 5px 5px #333;
}

.tenpo_under dl{
	width: 420px;
	border-bottom: solid 1px #333;
	display: flex;
	padding-bottom: 7px;
	margin-top: 15px;
}

.dl_top{
	margin-top: 0 !important;
}

.tenpo_under dl dt,.tenpo_under dl dd{
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.9rem;
	line-height: 1.4;
}

.tenpo_under dl dt{
	width: 110px;
	padding-left: 15px;
}

.tenpo_img{
	width: 397px;
	height: 263px;
}

iframe{
	width: 100%;
	height: 400px;
	margin-top: 50px;
}

.tenpo_flame dl dd a:hover{
	text-decoration: underline;
}


















/**********************************

footerエリア

**********************************/
.footer{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333;
}

.footer_under{
	width: 952px;
	height: 120px;
	border-top: solid 1px #fff;/*必要ない時は消す*/
}


.footer_link{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 33px;
}

.footer_link a,.footer_link p,.small{
	color: #fff;
	font-size: 1.8rem;
}

.footer_link a:hover{
	text-decoration: underline;
}

.footer_link p{
	margin: 0 1.2em !important;
}

.small{
	text-align: center;
	display: block;
	padding-top: 0.75em;
}








/**********************************

会社概要

**********************************/
.gaiyou_title{
	font-weight: bold;
	font-size: 3rem;
}

.gaiyou_under th,.gaiyou_under td{
	font-size: 2rem;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1.3 !important;
}




.tableSample {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.tableSample th,td {
	padding: 10px 15px;
	border: 1px solid #ddd;
}

.tableSample th {
	background: #f4f4f4;
	width: 15%;
	text-align: center;
}




/**********************************

特商法

**********************************/


.tokushouhou_h2{
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: solid 1px #009944;
	border-left: solid 4px #009944;
	padding: 1% !important;
	margin-top: 50px !important;
	margin-bottom: 10px !important;
	white-space: pre-wrap;
}

.tokushuohou_text{
	line-height: 1.6 !important;
	font-size: 1.8rem;
	white-space: pre-wrap;
}

.tokushuohou_text span{
	font-weight: bold;
}



/**********************************

プライバシーポリシー

**********************************/

.pry_text{
	font-size: 1.8rem;
	line-height: 1.6 !important;
	white-space: pre-wrap;
}

.pry_name{
	font-size: 2.1rem;
	font-weight: 600;
}

.pry_h2{
	background-color: #3E8A4D;
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
	padding: 1% !important;
	margin-top: 40px !important;
	margin-bottom: 10px !important;
}

.pry_text a{
	color: #0066FF;
}
.pry_text a:hover{
	text-decoration: underline;
}
