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



@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

/*===========================
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;
}
}
/*----------------------------
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.5vw;
	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;
}

/*=================================
flowdown　
==================================*/

.flow-down h3, .flow-end h3 {
	font-size:1.8em;
	margin-bottom:1.5em;
}

 .flow-down h3::after, .flow-end h3::after {
 position: absolute;
 bottom:0;
 left:0;
 z-index: 1;
 content: '';
 display: block;
 height: 0;
 width:0;
 background: none;;
 margin-left:0;
 border-radius:0;
}

/*===========================
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; */
}
