.pbpar5{
	padding-bottom: 5%;
}
.ptpar1{
	padding-top: 1%;
}
.ptpar2{
	padding-top: 2%;
}
.ptpar5{
	padding-top: 5%;
}
.ptpar7{
	padding-top: 7%;
}
.ptpar10{
	padding-top: 10%;
}
.slider_wrap {
    width: 90%;
    margin:30px auto;
}
.bt-posi {
	width:100%;
	position:absolute;
	bottom:-6%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
}
.lp-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#da0a17;
	padding:2%;
}
.lp-head__logo {
	display: flex;
	align-items: center;
	width:53%;
}
.lp-head__logo a {
	margin-right:2%;
}
.lp-head__bt {
	display: flex;
	justify-content: space-between;
	width:45%;
}
.lp-head__bt a {
	width:31%;
}
.top_float {
	position: absolute;
	top:-1.5%;
	left: 0;
}
.bt {
	display: block;
	cursor: pointer;
}
.bt:hover {
	opacity: .8;
}
.chu_bt_a {
	position: absolute;
	top:445px;
	left: 50%;
	transform: translateX(-50%);
}
.video_bt {
	position: absolute;
	bottom:5%;
	left: 50%;
	transform: translateX(-50%);
	width: 37%;
}
.video_bt01 {
	position: absolute;
	bottom:8%;
	left: 50%;
	transform: translateX(-50%);
	width: 37%;
}
.video_bt02 {
	position: absolute;
	bottom:2%;
	left: 50%;
	transform: translateX(-50%);
	width: 37%;
}
.video_bt03 {
	position: absolute;
	bottom:3%;
	left: 50%;
	transform: translateX(-50%);
	width: 37%;
}
@media screen and (max-width:650px) {
    .slider_wrap {
        margin:20px auto;
    }
	.sp-ptpar15{
		padding-top: 15%;
	}
	.sp-par95{
		width:95%!important;
	}
	.sp-par27{
		width:27%!important;
	}
	.sp-par20{
		width:20%!important;
	}
	.sp-par15{
		width:15%!important;
	}
	.sp-mrpar3{
		margin-right:3%;
	}
    .chu_bt_a {
        position: absolute;
        top:175px;
        left: 50%;
        transform: translateX(-50%);
        width: 37%;
    }
}
@media screen and (min-width:400px) {
    .chu_bt_a {
        position: absolute;
        top:195px;
        left: 50%;
        transform: translateX(-50%);
        width: 37%;
    }
}
@media screen and (min-width:750px) {
	.chu_bt_a {
		position: absolute;
		top:445px;
		left: 50%;
		transform: translateX(-50%);
	}
}


.target {
	display:none;
    padding-left:3px;
}
.ac-wrap01 {
	margin:5% auto;
	width: 92%;
}
.bt-wrap01 {
	display:flex;
	justify-content:space-between;
	width:90%;
	margin:5% auto;
}
.bt-left {
	width:48%;
}
.bt-left img {
	margin-top:9%;
}
.bt-right {
	width:54%;
}
.qa-bt {
	position:relative;
	cursor:pointer;
}
.qa-bt > p::after {
	content:url(../images/arrow01.png);
	width:18px;
	height:35px;
	position:absolute;
	top:50%;
	right:4%;
	-webkit-transform:translate(0,-50%);
	transform: translate(0,-50%);
}
.qa-bt.open > p::after {
	-webkit-transform:translate(0,-50%)rotate(90deg);
	transform: translate(0,-50%)rotate(90deg);
}
@media screen and (max-width:650px){
	.bt-left {
		width:46%;
	}
	.bt-left img {
		margin-top:4%;
	}
	.bt-right {
		width:50%;
	}
	.qa-bt {
		width: 95%;
		margin: auto;
	}
	.qa-bt > p::after {
		top:50%;
		right:3%;
	}
	.qa-bt > p::after {
		-webkit-transform:translate(0,-50%)scale(0.5);
		transform: translate(0,-50%)scale(0.5);
	}
	.qa-bt.open > p::after {
		-webkit-transform:translate(0,-50%)rotate(90deg)scale(0.5);
		transform: translate(0,-50%)rotate(90deg)scale(0.5);
	}
    .target {
        display:none;
        padding-left:2px;
    }
}
.acd-bt01 {
	cursor:pointer;
	margin: 50px auto;
	width:92%;
}
.ac-bt02 {
	cursor:pointer;
	margin: -11% auto 3%;
	width:85%;
}
.acd-bt03 {
	cursor:pointer;
	margin: auto;
    padding: 5% 0;
	width:83%;
}
.acd-bt01:hover,.ac-bt02:hover,.acd-bt03:hover{
	opacity: 0.8;
}
#contents_08 {
	padding:10% 0;
}
@media screen and (max-width:650px){
	.bg-gra01 {
		padding-bottom:10px;
	}
	.bt-width01 {
		padding:25px 0;
	}
	.inner-wrap01 {
		border-radius: 5px;
	}
	.inner-width {
		width:95%;
	}
	.bt-width02 {
		padding:20px 0;
	}
	.bt-width03 {
		padding:15px 0;
	}
	.acd-bt01 {
		margin:20px auto;
	}
	.video-wrap01 {
		position: relative;
		width: 100%;
		padding: calc(500 / 750 * 100%) 0 0;
	  }
	.video-wrap01 iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.video-wrap02 {
		position: relative;
		width: 100%;
		padding: calc(500 / 750 * 100%) 0 0;
	  }
	.video-wrap02 iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.video-wrap02 video{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.Target {
		margin-bottom:15px;
	}
	.Target-inner01 {
		padding:0 5% 20px;
	}
	.bt-width04 {
		padding:0 0 20px;
	}
}
/*====================
		教室情報
=====================*/
#map-canvas {
	width: 790px ;
	height: 600px ;
	margin:50px auto;
}
#kyousitu {
	width:880px;
	margin: auto;
}
.kyo-wrap {
	display:flex;
	justify-content: space-between;
	margin-bottom:25px; 
}
.kyo {
	width:48%;
	border: 3px solid #DA0A17;
	border-radius: 20px;
	padding:2% 2% 0;
}
.icon_class img {
	display:inline-block;
	width:8%;
}
.kyo-item {
	display:flex;
	justify-content: space-between;
	margin-bottom:10px;
}
.text-wrap {
	text-align: left;
	width:63%;
}
.map-img {
	width:33%;
}
.text-wrap h4 {
	font-size:35px;
	color:#DA0A17;
	font-weight:bold;
	line-height: 1.5em;
	border-bottom:2px solid #DA0A17;
}
.text-wrap h4.syo_test {
	font-size:20px;
	color:#DA0A17;
	font-weight:bold;
	line-height: 1.3em;
	border-bottom:2px solid #DA0A17;
}
.text-wrap p {
	font-size:17px;
	line-height: 1.3em;
	margin-top: 7px;
}
.text-wrap img {
	width:100%;
	display:block;
	padding-top:3%;
}
@media screen and (max-width:650px){
	#map-canvas {
		height: 300px ;
		width:90%;
	}
	#kyousitu {
		width:100%;
		padding:3%;
	}
	.kyo-wrap {
		flex-direction: column;
		margin-bottom:0; 
	}
	.kyo {
		width:100%;
		margin-bottom:10px;
	}
}
/*======  ここまで   ======*/
.bg1{
	background-color:#ff8400;
}
.bg2{
	background-color:#e04f61;
}
.bg3{
	background-color:#CCCCCC;
}
.va-t{
	vertical-align:top !important;
}
.hide{
	display:none;
}
.relative{
	position:relative;
}
/*----------------------------------------
共通
----------------------------------------*/
*{
	margin:0;
	padding:0;
	word-break: break-all;
	vertical-align:middle;
	font-size:1em;
	box-sizing:border-box;
}
td,th,p{
	color:#555555;
}
a{ 
	text-decoration:none;
}
a:hover{ 
	opacity:0.8;
}
.col a{
	color:#008cff;
}
img{
	max-width: 100%;
	height:auto;
	border:none;
	vertical-align:middle;
}
html {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
body{
	min-width:950px;/*背景が消えるバグ防止*/
	background-color:#FFF;
}
.mywidth {
	width:953px;
	margin:auto;
}
.pc-width{
	width:950px;
	margin:auto;
}
.sp-width{
	width:650px !important;
	margin:auto !important;
}

.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.cf:after{
	clear:both;
}
.cf{
	overflow:hidden;
}
.w100{
	width:100%;
}
.h100{
	height:100%;
}
.red{
	color:red;
}
.white{
	color:white;
}
.blue{
	color:#0074D2;
}
.bold{
	font-weight:bold;
}
h3{
	font-size:25px;
}
h4{
	font-size:20px;
}
.block{
	display:block;
}
.inline-block{
	display:inline-block;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.mt5{
	margin-top:5px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt50{
	margin-top:50px ;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt15{
	padding-top:15px !important;
}
.pt20{
	padding-top:20px !important;
}
.pt30{
	padding-top:30px !important;
}
.pt130{
	padding-top:130px !important;
}
.pb5{
	padding-bottom:5px !important;
}
.pb10{
	padding-bottom:10px !important;
}
.pb15{
	padding-bottom:15px !important;
}
.pb20{
	padding-bottom:20px !important;
}
.pb30{
	padding-bottom:30px !important;
}
.pl5{
	padding-left:5px !important;
}
.pl10{
	padding-left:10px !important;
}
.pl20{
	padding-left:20px !important;
}
.pr5{
	padding-right:5px !important;
}
.pr10{
	padding-right:10px !important;
}
.pr20{
	padding-right:20px !important;
}
.p5{
	padding:5px !important;
}
.p10{
	padding:10px !important;
}
.p15{
	padding:15px !important;
}
.p20{
	padding:20px !important;
}
.p30{
	padding:30px !important;
}
.v-t{
	vertical-align:top !important;
}
.v-b{
	vertical-align:bottom !important;
}
.v-m{
	vertical-align:middle !important;
}
.radius5{
	border-radius:5px;
}
.radius10{
	border-radius:10px;
}
/*----------------------------------------
パーセント汎用
----------------------------------------*/
.par5 {
	width: 5%;
}
.par10 {
	width: 10%;
}
.par15 {
	width: 15%;
}
.par18 {
	width: 18%;
}
.par20 {
	width: 20%;
}
.par25 {
	width: 25%;
}
.par28 {
	width: 28%;
}
.par30 {
	width: 30%;
}
.par35 {
	width: 35%;
}
.par40 {
	width: 40%;
}
.par45 {
	width: 45%;
}
.par50 {
	width: 50%;
}
.par55 {
	width: 55%;
}
.par60 {
	width: 60%;
}
.par65 {
	width: 65%;
}
.par70 {
	width: 70%;
}
.par75 {
	width: 75%;
}
.par80 {
	width: 80%;
}
.par85 {
	width: 85%;
}
.par90 {
	width: 90%;
}
.par95 {
	width: 95%;
}
.par100 {
	width: 100%;
}

/*----------------------------------------
フォーム
----------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], textarea,select{
	border:1px solid #CCCCCC;
	padding:10px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus{
	border:1px solid #0682c5 !important;
}
input[type="submit"]{
	margin-top:20px;
	padding:15px;
	background-color:#0682c5;
	cursor: pointer;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	border:none;
	border-radius: 2px;
	-border-radius: 2px;
	-moz-border-radius: 2px;
}
.submit:hover{
	background-color:#04bde1;
}
/*----------------------------------------
独自コンテンツ部分
----------------------------------------*/

/*----------------------------------------
カラム操作
----------------------------------------*/
.col-wrapp{
	width:100%;
	display:table;
}
.col-wrapp.colla{
	border-collapse:collapse;
}
.col-wrapp.fixed{
	table-layout: fixed;
}
.border-sp5{
	border-spacing:5px 5px;
}
.border-sp10{
	border-spacing:10px 10px;
}
.ng-margin10 .col-wrapp{
	border-spacing:10px 0px;
}
.col-wrapp .col{
	display:table-cell;
}
/*----------------------------------------------------
	カラム操作
----------------------------------------------------*/
.col-wrapp {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0px;
}
.col {
	display: table-cell;
	vertical-align: top;
}
.col img {
	max-width: 100%;
	height: auto;
	border: none;
}
.ng-margin5 > .col-wrapp {
	border-spacing: 5px 0px !important;
}
.ng-margin10 > .col-wrapp {
	border-spacing: 10px 0px !important;
}
.ng-margin15 > .col-wrapp {
	border-spacing: 15px 0px !important;
}
.ng-margin20 > .col-wrapp {
	border-spacing: 20px 0px !important;
}
.ng-margin25 > .col-wrapp {
	border-spacing: 25px 0px !important;
}
.ng-margin30 > .col-wrapp {
	border-spacing: 30px 0px !important;
}
.ng-margin35 > .col-wrapp {
	border-spacing: 35px 0px !important;
}
.ng-margin40 > .col-wrapp {
	border-spacing: 40px 0px !important;
}
.ng-margin5 {
	margin-left: -5px;
	margin-right: -5px;
}
.ng-margin10 {
	margin-left: -10px;
	margin-right: -10px;
}
.ng-margin15 {
	margin-left: -15px;
	margin-right: -15px;
}
.ng-margin20 {
	margin-left: -20px;
	margin-right: -20px;
}
.ng-margin25 {
	margin-left: -25px;
	margin-right: -25px;
}
.ng-margin30 {
	margin-left: -30px;
	margin-right: -30px;
}
.ng-margin35 {
	margin-left: -35px;
	margin-right: -35px;
}
.ng-margin40 {
	margin-left: -40px;
	margin-right: -40px;
}

	.flex {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;}
	.row {flex-direction:row;   }
	.row-r {flex-direction:row-reverse;}
	.column {flex-direction:column;}
	.column-r {flex-direction:column-reverse;}
	/*===コンテンツの折返し===*/
	.wrap {flex-wrap:wrap;}
	.wrap-r {flex-wrap:wrap-reverse;}
	.no-wrap {flex-wrap:nowrap;}
	/*===コンテンツの水平方向揃え ===*/
	.flex-left {justify-content:flex-start;}
	.flex-right {justify-content:flex-end;}
	.flex-center {justify-content:center;}
	.flex-space-b {justify-content:space-between;}
	.flex-space-a {justify-content:space-around;}
	.flex-space-e {justify-content:space-evenly;}
	/*===コンテンツの垂直方向揃え ===*/
	.flex-top {align-items:flex-start;}
	.flex-middle {align-items:center;}
	.flex-bottom {align-items:flex-end;}

/*----------------------------------------
メールフォーム
----------------------------------------*/
.form_table{
	background-color:#FFFFFF;
	width:100%;
}
.form_table .td_01{
	background-color:#ff8400;
	padding:15px;
	max-width:135px !important;
	text-align:right;
	font-size:13px;
	color:#fff;
	
}
.form_table .td_02{
	background-color:#FFFFFF;
	padding:15px;
}
.hissu{
	display:inline-block;
	padding:2px 7px;
	margin-left:5px;
	font-size:11px;
	color:#FFFFFF;
	background-color:red;
}
input[type="text"],select,input[type="submit"],input[type="email"],input[type="tel"],textarea{
	margin:5px 0px;
	padding:10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}
input[type="text"],select,input[type="email"],input[type="tel"],textarea{
	border:1px solid #DDD;
	width:100%;
}
.submit {
	cursor: pointer;
	background-color: #ff8400;
	border-radius: 5px;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin:auto;
	margin-top:13px;
	padding: 15px;
	text-align: center;
	max-width: 250px;
}
.submit:hover{
	background-color: red;
	color: #fff;
}
.pc_hide,.pc_tb_hide{
	display:none !important;
}
.sp_hide{
	display:block !important;
}
.sp_tb_hide{
	display:table !important;
}
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){

	.sp_hide,.sp_tb_hide{
		display:none !important;
	}
	.pc_hide{
		display:block !important;
	}
	.pc_tb_hide{
		display:table !important;
	}
	html{
		overflow-x : hidden;
		overflow-y : auto;
	}
	body{
		min-width:0;
		overflow-x : hidden;
		overflow-y : auto;
	}
	.mywidth {
		width:100%;
	}
	.position1{
		max-width:30%;
	}
	.position2{
		max-width:30%;
	}
	.position3{
		max-width:30%;
	}
	.position4{
		max-width:30%;
	}
	.position5{
		max-width:30%;
	}
	.position6{
		max-width:30%;
	}
	.tokusetu {
		max-width:70%;
	}
	.pc-width{
		width:100% !important;
	}
	.sp-width{
		width:100% !important;
	}
	.col-wrapp .change.col{
		display:block;
		margin-bottom:15px;
		width:100% !important;
	}
	.form_table .td_01{
		text-align:left;
	}
	.form_table .td_01,.form_table .td_02{
		display:block !important;
		max-width:100% !important;
		width:100% !important;
	}
	h3{
		font-size:20px;
	}
	h4{
		font-size:15px;
	}
	.col.change650 {
		display: block !important;
		width: 100% !important;
	}
	.sp-mt5{
		margin-top:5px;
	}
	.sp-mt10{
		margin-top:10px;
	}
	.sp-mt15{
		margin-top:15px;
	}
	.sp-mt20{
		margin-top:20px;
	}
	.sp-mt25{
		margin-top:25px;
	}
	.sp-mt30{
		margin-top:30px;
	}
	.sp-mb5{
		margin-bottom:5px;
	}
	.sp-mb10{
		margin-bottom:10px;
	}
	.sp-mb15{
		margin-bottom:15px;
	}
	.sp-mb20{
		margin-bottom:20px;
	}
	.sp-mb25{
		margin-bottom:25px;
	}
	.sp-mb30{
		margin-bottom:30px;
	}
}