/* 
 * ------- setup ---------------------
 */



/*----------------------------
import fonts
-----------------------------*/

/* 丸ゴシック font-family: 'Rounded Mplus 1c';
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Sawarabi+Mincho&display=swap');*/


/* 明朝体 font-family: 'Sawarabi Mincho';
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&dfisplay=swap');*/

/* Noto Sans Japanese */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Noto Serif Japanese */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/* Dancing Script */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');



/*  fonts  */

.fontPlusR {
	 font-family: 'Rounded Mplus 1c';
}

.ff_NotoSansJP {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}

.ff_NotoSansJP200 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
}

.ff_NotoSerifJP {
	font-family: 'Noto Serif JP', serif;
}

.ff_DancingScript {
	font-family: 'Dancing Script', cursive;
}

/*===========================
top
===========================*/


/*----------------------------
header
-----------------------------*/

header .logo {
	margin-top: 20px;
	/* width:260px; 長さ指定 */
}

header .logo2 {
	margin-left:2%;
	margin-top:9px;
	padding:5px;
	background-color:#FFF;
}
 @media screen and (max-width: 768px) {
header .logo2 {
	padding:10px;
}
header .logo2 img {
	width:80px; /* pxで指定 */
}
}
@media screen and (max-width: 400px) {
	header .logo img {
		margin-top:6px;
	width:260px;
}
}

/*----------------------------
main-visual
-----------------------------*/

.main-vis {
	width: 100%;
	z-index: 0;
	position: relative;
	height: 0;
	background-image:url(../img/main-vis/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 39.94%;
	margin-top: 76px;
}




/* キャッチ例 */


/* 左寄せ 

.main-vis .catch {
	position: absolute;
	text-align:left;
	color: #FFF;
	line-height:1.4em;
	letter-spacing:0em;
	font-weight: 200;
	margin-left:4%;
	margin-top: -25%;
	font-size:3.2vw;
}
*/

/* 左下寄せ */

.main-vis .catch {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	position: absolute;
	text-align:left;
	color: #FFF;
	line-height:1.4em;
	letter-spacing:0em;
	font-weight: 400;
	margin-left:4%;
	margin-top: -26%;
	font-size:2.4vw;
	/* text-shadow: 0 0 1px #42392a,0 0 2px #42392a, 0 0 4px #42392a, 0 0 6px #42392a, 0 0 8px #42392a,0 0 10px #42392a,0 0 12px #42392a, 0 0 14px #42392a, 0 0 16px #42392a, 0 0 18px #42392a;
	text-shadow: 0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
	text-shadow:  0 0 6px #333, 0 0 8px #333,0 0 10px #333,0 0 12px #333, 0 0 14px #333, 0 0 16px #333, 0 0 18px #333; */
	
}


/* 右寄せ
.main-vis .catch {
	text-align: left;
	line-height: 1.4em;
	color: #FFF;
	letter-spacing: 0em;
	font-weight: 200;
	position: absolute;
	margin-top: -28%;
	margin-left: 60%;
	font-size: 3.2vw;
}
 */

 
/* 中央寄せ
.main-vis .catch {
	text-align: center;
	margin-top: -32%;
	font-size:2.9vw;
	line-height:1.4em;
	color:#FFF;
	letter-spacing:0em;
}
*/


/* 中央 上 寄せ 
.main-vis .catch {
	text-align: center;
	margin-top: -38%;
	font-size:2.9vw;
	line-height:1.4em;
	color:#333;
	letter-spacing:0em;
}
*/


/* 中央寄せ背景付き
.main-vis .catch {
	text-align: center;
	line-height: 1.4em;
	color: #FFF;
	letter-spacing: 0em;
	box-sizing: border-box;
	font-weight: 200;
	background-color: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	padding-top: 2.4vw;
	padding-bottom: 2.0vw;
	margin:-33% auto 0;
	width:46vw;
	font-size: 2.3vw;
}
*/


 
/* 下寄せ背景付き
.main-vis .catch {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.3);
	line-height:1.4em;
	letter-spacing:0em;
	font-weight: 200;
	text-align: center;
	margin-top: -11.8%;
	font-size:3vw;
	padding: 1.7% 0;
}
*/

/* 下寄せ白背景　例えばピンク
.main-vis .catch {
	color:#f091a8;
	background-color: rgba(255, 255, 255, 0.5);
	line-height:1.4em;
	letter-spacing:0em;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	text-align: center;
	margin-top: -11.9%;
	font-size:3vw;
	padding: 1.7% 0;
}
*/


/* 縦書き */
.main-vis .catchTate {
	position: relative;
	text-align: left;
	margin-top: -36%;
	padding-left: 33%;
	font-size: 2.8vw;
	line-height: 1.4em;
	height: 14em;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	color: #FFF; /* 随時変更 */
	letter-spacing: -0em;
}

/* 随時変更 */
/* font-family: 'Noto Sans Japanese', sans-serif; */
/* text-shadow: 1px 1px 5px #000; */




@media screen and (max-width: 768px) {
	 
.main-vis .catch {
	font-size: 3vw; /* 随時調整 */
}

/* 下寄せ背景付き
.main-vis  .catch {
	font-size: 3.5vw;
	margin-top: -13.2%;
}
*/

/* 下寄せ白背景　例えばピンク
.main-vis  .catch {
	font-size: 3.5vw;
	margin-top: -13.2%;
}
 */

.main-vis .catchTate {
 margin-top: -35%;
 padding-left: 15%;
 font-size: 3.8vw;
 -ms-writing-mode: lr-tb; /* for MS IE8+ */
 -webkit-writing-mode: horizontal-tb;
 writing-mode: horizontal-tb;
 transform: ro(0.05deg);
 font-weight: bold;
}
}

/*----------------------------
visual-cut
---------------------------

.askew2 {
	position: relative;
}

/* カバー左 */
.askew2 .askew-area {
	position: absolute;
	height: 100%;
	width: 57%;
	left:-7%;
	top:0;
	transform: skewX(-18deg);
	z-index: 0;
}


/* カバー右画像見本

/* サッカー教室
.vis1 {
	background: url(../img/top/vis01.jpg) 40vw center;
	background-size: 61%;
}


/* 音楽教室
.vis2 {
	background: url(../img/top/vis02.jpg) 40vw center;
	background-size: 61%;
}



.askew2 .askew-area .catch {
  display: flex;
  justify-content: center;
  align-items: center;
	height: 100%;
	padding: 0 5% 0 15%;
}


.askew2 .askew-area .catch::before {
  content: "";
  position: absolute;
  background: #FFF;
  top: 50%;
  right: -2%;
  height: 6%;
  width: 1.6%;
margin-top: -2%;
transform: skewX(36deg);
	z-index: 9999;
}
.askew2 .askew-area .catch::after {
  content: "";
  position: absolute;
  background:#FFF;
  top: 50%;
  right: 1%;
  height: 6%;
  width: 1.6%;
	margin-top: -2%;
transform: skewX(36deg);
}

.askew2 .askew-area .catch p {
	font-size: 2.2vw;
	line-height: 1.4em;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
		transform: skewX(18deg);
}



.catch .catch-color {
	color: #9e8318;
}


.catch .smaller {
	font-size: 0.5em;
	display: block;
	letter-spacing: 0.1em;
}



*/



/*----------------------------
inner
-----------------------------*/

.inqset .inner, /* お問い合わせ */ .lower-bar .inner, /* NEWS 基本データ */ .pickupsecInner, /* ピックアップ2と3 */ footer .inner, /* フッター */ footer .add-banner .inner-add-banner /* バナー付フッター */ {
	max-width:1200px!important;
	margin:0 auto;
}
/*
inquiry set　お問い合わせセット（※フォームリンクを消す場合は使う）

.inqset .inner .tel, .inqset .inner .form {
	float: none;
	text-align: center;
}
.inqset .inner .tel {
	margin-bottom: 0.8em;
}
.inqset .inner .tel .number {
	margin-left: 11px;
	line-height: 1.3em;
}
*/

/*----------------------------
news data
-----------------------------*/



.lower-bar .inner .news {
	width:42%; /* NEWS */
}



/* ↓こちらは基本変更の必要なし */
 @media screen and (max-width: 1023px) {
.lower-bar .inner .news {
	width:auto; /* NEWS */
}
.lower-bar .inner .company_data {
	width:auto; /* 基本データ */
}
}


/*----------------------------
news
----------------------------*/
.lower-bar .inner .news dl {
}
.lower-bar .inner .news dl dt {
    float: left;
}
.lower-bar .inner .news dl dt, .lower-bar .inner .news dl dd {
    line-height: 1.2em;
    padding: 0.2em 0;
}
.lower-bar .inner .news dl dd {
    padding-left: 5.5em;
}

@media screen and (max-width: 768px) {
.lower-bar .inner .news dl dt {
    float: none;
}
.lower-bar .inner .news dl dd {
    padding-left: 0;
}
}

/*=================================
faq　色　(適宜色変更してください)
==================================*/

.content .faq h3::before {
 background-color:#7a915a;
}


.content .faq .answer::before {
	 line-height:32px;
 background-color:#cbd494;
}

/*===========================
secondary
===========================*/


/* 地図高さ */


#map_canvas {
	height:500px;
	margin-bottom:1em;
}
 @media screen and (max-width: 768px) {
#map_canvas {
	height:300px;
}
}
/* ビフォーアフター透かしのサイズと位置 */

.before::after {
	width:26%;
	height:26%;
	bottom: 3%;
	left: 80%;
}
.after::after {
	width:26%;
	height:26%;
	bottom: 3%;
	left: 80%;
}
/*===========================
footer
===========================*/


/* バナー位置（1つか2つの場合はfloat:right） */

footer .add-banner .inner-add-banner .wrap-banner div {
/*float:right;*/
}
