@charset "UTF-8";
@import url("grid.css");

/*slick.css
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css");


img{
	max-width:100%;
	height:auto;/*高さ自動*/
}
h2, h3{margin:15px 0 20px;}
p{padding:5px 5px 15px;}
p + p{padding-bottom:5px;}
a{
    display:block;
    color:#666;
    text-decoration-line:none;
}
a:hover{color:#69ae31;}

/*ヘッダー
-------------------------------------*/
.header{
	display:flex;
    flex-direction:row;
    padding:2rem 0 0 0;
}
.header-box{
	margin-left:auto;
	margin-top:8px;
}
.contact-button{
	padding:1rem;
	border:2px solid #000;
}
nav ul{
	display:flex;
    flex-direction:row;
    justify-content:space-around;
    list-style:none;
	margin:1rem 0 0 0;
}
nav li{
	flex:1 0 auto;
}
nav li a{
    text-decoration:none;
    text-align:center;
    width:100%;
}
nav a:hover{
    background-color:#69ae31;
	transition:0.2s;
	color:#fff;
}
nav a{
    padding:0.5rem;
}

a.btn{
	display:inline-block;
	border-radius:15px;
	border:solid 1px #69ae31;
	color:#fff;
	background:#69ae31;
	font-size:1.2em;
	padding:5px 10px;
	margin-top:15px;
}
a.btn:hover{
	color:#69ae31;
	background:#fff;
	transition:0.2s;
}

/*その他
-------------------------------------*/
ul.disc{margin:15px;}
ul.disc li{padding-left:15px;text-indent:-1.3em;}
ul.disc li b{font-size:1.1em;}
.submit{border:solid 1px #69ae31!important;font-size:1.25em!important;border-radius:30px;}
.submit:hover{background:#69ae31;color:#fff!important;transition:0.2s;}
.wl{width:60%;}
.buttonwl{width: 60%;margin: 0 auto;}

/*768px以上
-------------------------------------*/
@media screen and (min-width:768px){
#open,#close{
    display:none !important;
}

#navi{
    display:block !important;
}
}


    
/*メイン画像
-------------------------------------*/
.mainimg img{
    width:100vw;
}

/*メインコンテンツ
-------------------------------------*/
main{
    margin:5rem 0 0 0;
}
section{
	margin:5rem 0;
	padding:3rem 0;
}
.gray-back{
	background-color:#f4f4f4;
}

/*キャッチコピー
-------------------------------------*/
.catch{
    text-align:center;
}
.catch h2{
    padding-bottom:1rem;
}
.under{
    /*border-bottom:0.4rem solid #000;
    padding:0 1rem 1rem 1rem;*/
}
main h2{
    border-bottom: 0.4rem solid #000;
    padding: 1rem;
}
.center{
	text-align:center;
	margin-bottom:4rem;
}

/*タイトル
-------------------------------------*/
.sp{
    display: none;
}

@media screen and (max-width:768px) {
    .sp{
        display: block;
    }
    h2 .sub{
        font-size: 0.6em;
    }
}

/*申し込みの流れ
-------------------------------------*/
.flow.row{
	margin-bottom:3rem;
}

/*フッター
-------------------------------------*/
footer{
    background-color:#f7f7f7;
    padding:5rem 0;
}
footer h4{
    border-bottom:3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box{
	border:1px solid #ccc;
	text-align:center;
	padding:2rem 0;
}
.table{
	margin:4rem 0;
}
.table th{
	width:250px;
}

/*スクール・チーム一覧
-------------------------------------*/
.btn{
    background: #69ae31;
    color: #fff;
    border-radius: 30px;
    padding: 10px;
    font-size: 1.15em;
}
.btn:hover{
    opacity: 0.8;
    transition: 0.2s;
}

/*予定表
-------------------------------------*/
.schedule{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}
.schedule table{
    width: 60%;
    margin-right: 2.5%;
}
.schedule table th{
	background-color:#000;
	color:#fff;
}
.schedule table th,
.schedule table td{
	text-align:center;
}
.schedule p{
    width: 37.5%;
    font-size: 1.2em;
}

@media screen and (max-width:768px){
    .schedule table{
        width:100%;
        margin-right:0;
    }
    .schedule table td:nth-child(1){
        white-space: nowrap;
    }
    .schedule p{
        width: 100%;
        font-size: 1em;
}
}

/*コピーライト
-------------------------------------*/
.copyright{
    text-align:center;
    padding:1rem 0;
    background-color:#000;
}
.copyright a{
    color:#fff;
    text-decoration:none;
	display:inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop{
    position:fixed;
    bottom:15px;
    right:15px;
}
#pagetop a{
    display:block;
    background:#000;
    color:#fff;
    width:50px;
    padding:10px 5px;
    text-align:center;
}
#pagetop a:hover{
    background:#666;
}

/*その他
-------------------------------------*/
.clear{
    clear:both;
}
.l{
    text-align:left;
}
img.ga{
    width:25%;
    margin:0;
}
.big1{font-size:2rem;}
.color1{color:#69ae31;}
.mb30{
    margin-bottom: 30px;
}


/* 768px以下
-------------------------------------*/
@media screen and (max-width:768px){
	
/*ヘッダー
-------------------------------------*/
.header{
	flex-direction:column;
    margin-bottom:10px;
}
.header #open,#close {
    position:absolute;
    top:20px;
    right:12px;
}
nav ul{
	flex-direction:column;
}
.header li{
	padding-top:0;
}

/* スマホ時はMENUボタンを表示 */
#open,#close {
    display:block;
    width:50px;
    border:none;
    position:absolute;
    top:20px;
    right:12px;
}

/* スマホ時はメニューを非表示 */
#navi{
    display:none;
}

.header-box{
	display:none;
}	
/*お問い合わせ
-------------------------------------*/
.table th{
	width:100%;
	display:block;
}	
.table td{
	display:block;
}
img.ga{
    width:100%;
    margin-bottom:10px;
}
.wl{width:100%;}
}




/*--------------------------------------------------------------------------
slick
---------------------------------------------------------------------------*/
.slider{
	margin:50px 0;
	width:100%;
}
.slider img{
	width:100%;
	height:auto;
	margin: auto;
	border: solid 5px #fff;
	box-sizing: border-box;
}
.slick-prev{
	left: 0;
	z-index: 1;
}
.slick-next{
    right: 0;
	z-index: 1;
}
.slick-prev:before,
.slick-next:before{
	color: #000;
}

@media screen and (max-width:768px) {
	.slider{
		margin-top:20px;
	}	
}