@charset "utf-8";

/*見学・無料体験
-----------------------------------------------*/

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

.top_images{
	background:url(../images/topimg_pc.jpg) center center /cover no-repeat fixed;
	}


@media only screen and (max-width:900px) {
.top_images{
	background:url(../images/topimg_pc.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position:relative;
	}

}

@media only screen and (max-width:480px) {
.top_images{
	background:url(../images/topimg_sp.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position:relative;
	}

}

/*section1
----------------------------------------------*/

.beginners_waku{
	width:auto;
	height:auto;	
	}
.beginners_inner_right{
	width:48.5%;
	height:auto;
	float:right;	
	}
.beginners_img{
	width:auto;
	height:auto;
	}
.beginners_img img{
	width:100%;
	height:auto;
	}
	
.beginners_inner_left{
	width:48.5%;
	height:auto;
	float:left;	
	}
.beginners_catch{
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	color:#009fd6;
	line-height:1.4;
	margin:0 0 25px 0;
	}
.contents p.beginners_taxt{
	margin:0 0 75px 0;
	}

.beginners_button{
	width:auto;
	height:auto;	
	}
.beginners_button-4{
	width:280px;
	height:60px;
	margin:0 auto;
	text-align:center;
	background:rgba(49,115,179,0.93);
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow:hidden;
    }
.beginners_button-4 a{
	font-size:18px;
	width:100%;
	color:#fff;
	text-decoration:none;
	transition:all .2s ease;
	z-index:2;
	position:relative;
	height:60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	}
.beginners_eff-4{
	width:280px;
	height:60px;
	left:-280px;
	background:#000000;
	position:absolute;
	transition:all .2s ease;
	z-index:1;
	}
.beginners_button-4:hover .beginners_eff-4{
	left:0;
	}
.beginners_button-4:hover a{
	color:#fff;
	}
.beginners_button-4 a span img {
	margin: 0 0 0 12px;
	width: 5px;
	height:auto;
	position:relative;
	top:-2px;
	opacity:1;
	}

@media only screen and (max-width:900px) {

.beginners_inner_right{
	width:100%;
	float:none;
	margin:0 0 35px 0;	
	}
.beginners_inner_left{
	width:100%;
	float:none;	
	}
.beginners_catch{
	font-size:26px;
	}

.beginners_button-4 {
	margin: 0 auto;
	}
.beginners_button-4 a{
	font-size:16px;
	}

}

@media only screen and (max-width:480px) {

.beginners_inner_right{
	margin:0 0 40px 0;	
	}
.beginners_catch{
	font-size:20px;
	margin:0 0 35px 0;
	}
.contents p.beginners_taxt{
	margin:0 0 40px 0;
	}

.beginners_button-4{
	width:250px;
	}
.beginners_eff-4{
	width:250px;
	left:-250px;
	}
.beginners_button-4 a{
	font-size:14px;
	}

}

/*section2
----------------------------------------------*/

.contents p.visit_taxt{
	margin:0 0 35px 0;
	color:#fff;
	}

.visit_img_waku{
	width:auto;
	height:auto;
	margin:0 0 80px 0;	
	}
.visit_img{
	width:auto;
	height:auto;
	margin:0 0 -20px 0;	
	}
.visit_img li{
	width:32.33%;
	height:auto;
	margin:0 0 20px 0;	
	}
.visit_img li img{
	width:100%;
	height:auto;
	}

.doubt_waku{
	width:auto;
	height:auto;
	}
.doubt_inner_waku{
	width:auto;
	height:auto;
	}
.doubt_inner_left{
	width:48.5%;
	height:auto;
	float:left;	
	}

.doubt_img{
	width:auto;
	height:auto;	
	}
.doubt_img img{
	width:100%;
	height:auto;	
	}
.doubt_inner_right{
	width:48.5%;
	height:auto;
	float:right;	
	}

.contents p.doubt_taxt{
	color:#fff;	
	}

/*checkmark*/
.checkmark001{
	padding-left:30px;
	position:relative;
	}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
	margin:2px 0 0 0;

	}
.checkmark001:before{
	width:16px;
	height:16px;
    border:1px solid #fff;
	left:0;
	top:2px;
	}
.checkmark001:after{
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
	}
/*ここまで*/


@media only screen and (max-width:900px) {

.doubt_inner_left{
	width:100%;
	float:none;
	margin:0 0 35px 0;	
	}

.doubt_inner_right{
	width:100%;
	float:none;	
	}

/*checkmark*/
.checkmark001:before{
	width:14px;
	height:14px;
	}
.checkmark001:after{
	width:16px;
	}
/*ここまで*/
}


@media only screen and (max-width:480px) {

.contents p.visit_taxt{
	margin:0 0 40px 0;
	}
.visit_img_waku{
	margin:0 0 40px 0;	
	}
.visit_img li{
	width:100%;
	}

.doubt_inner_left{
	margin:0 0 40px 0;	
	}

/*checkmark*/
.checkmark001{
	padding-left:25px;
	}
.checkmark001:before{
	width:12px;
	height:12px;
	}
.checkmark001:after{
	width:14px;
	}
/*ここまで*/
}

/*section3
----------------------------------------------*/

.contents p.freetrial_taxt{
	margin:0 0 35px 0;
	}

.freetrial_img_waku{
	width:auto;
	height:auto;
	}
.freetrial_img{
	width:auto;
	height:auto;
	margin:0 0 -20px 0;	
	}
.freetrial_img li{
	width:32.33%;
	height:auto;
	margin:0 0 20px 0;	
	}
.freetrial_img li img{
	width:100%;
	height:auto;
	}

@media only screen and (max-width:900px) {

}

@media only screen and (max-width:480px) {

.contents p.freetrial_taxt{
	margin:0 0 40px 0;
	}
.freetrial_img li{
	width:100%;
	}

}


/*section4
----------------------------------------------*/

.flow_waku{
	width:auto;
	height:auto;
	margin:0 0 80px 0;
	}
	
.flow_item_box{
	width:auto;
	height:auto;
	margin:0 0 50px 0;
	}
.flow_item_box_last{
	margin:0;
	}
.flow_item_inner_waku{
	width:auto;
	height:auto;
	margin:0 0 18px 0;
	}
.flow_item_inner_waku_last{
	margin:0;
	}

.flow_item_inner_right{
	width:30%;
	height:auto;
	float:right;	
	}
.flow_item_img{
	width:auto;
	height:auto;	
	}
.flow_item_img img{
	width:100%;
	height:auto;	
	}

.flow_item_inner_left{
	width:68%;
	height:auto;
	float:left;
	}
.contents p.flow_taxt{
	margin:0 0 35px 0;
	}
.contents p.flow_taxt2{
	margin:0 0 75px 0;
	}	
		
.belongings_waku{
	width:auto;
	height:auto;
	border:1px dotted #4d4d4d;
	padding:10px;
	margin:0 0 35px 0;
	}
.contents p.belongings_taxt span{
	font-weight:bold;	
	}

.flow_arrow{
	display: block;
	width: 50px;
	height: 50px;
	border-top: solid 4px #009fd6;
	border-right: solid 4px #009fd6;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin:0 auto;
	position:relative;
	z-index:1;
	}

.flow_button{
	width:auto;
	height:auto;	
	}
.flow_button-4{
	width:280px;
	height:60px;
	margin:0 auto;
	text-align:center;
	background:rgba(49,115,179,0.93);
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow:hidden;
    }
.flow_button-4 a{
	font-size:18px;
	width:100%;
	color:#fff;
	text-decoration:none;
	transition:all .2s ease;
	z-index:2;
	position:relative;
	height:60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	}
.flow_eff-4{
	width:280px;
	height:60px;
	left:-280px;
	background:#000000;
	position:absolute;
	transition:all .2s ease;
	z-index:1;
	}
.flow_button-4:hover .flow_eff-4{
	left:0;
	}
.flow_button-4:hover a{
	color:#fff;
	}
.flow_button-4 a span img {
	margin: 0 0 0 12px;
	width: 5px;
	height:auto;
	position:relative;
	top:-2px;
	opacity:1;
	}

.notes_waku{
	width:auto;
	height:auto;	
	}
.notes_title{
	position:relative;
	display:block;
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	font-size:28px;
	margin:0 0 30px 0;
	padding:10px 0;
	text-align:left;
	color:#4d4d4d;
	border-top:1px solid #4d4d4d;
	border-bottom:1px solid #4d4d4d;
	}

table.type_notes {
	border-collapse: collapse;
	font-size: 18px;
	width:100%;
	height:auto;
	}
table.type_notes th {
	width: 2%;
	vertical-align: top;
	font-weight:normal;
	}
table.type_notes td {
	width: 100%;
	vertical-align: top;
	}

@media only screen and (max-width:900px) {

.flow_item_inner_waku{
	margin:0 0 13px 0;	
	}

.flow_item_inner_right{
	width:100%;
	float:none;
	margin:0 0 35px 0;	
	}

.flow_item_inner_left{
	width:100%;
	float:none;
	}

.flow_button-4 {
	margin: 0 auto;
	}
.flow_button-4 a{
	font-size:16px;
	}
	
.notes_title{
	font-size:26px;
	}
table.type_notes {
	font-size: 16px;
	}
}

@media only screen and (max-width:480px) {
.flow_waku{
	margin:0 0 40px 0;	
	}
.flow_item_inner_waku{
	margin:0 0 25px 0;	
	}
	
.flow_item_inner_right{
	margin:0 0 40px 0;	
	}
.contents p.flow_taxt{
	margin:0 0 40px 0;
	}	
.contents p.flow_taxt2{
	margin:0 0 40px 0;
	}	
	
.belongings_waku{
	margin:0 0 40px 0;
	}
	
.flow_arrow{
	width: 30px;
	height: 30px;
	}

.flow_button-4{
	width:250px;
	}
.flow_eff-4{
	width:250px;
	left:-250px;
	}
.flow_button-4 a{
	font-size:14px;
	}

.notes_title{
	font-size:20px;
	}
table.type_notes {
	font-size: 14px;
	}
}


/*section5
----------------------------------------------*/
.reservation_waku{
	width:auto;
	height:auto;	
	}
.reservation_inner_left{
	width:48%;
	height:auto;
	float:left;
	}
.reservation_inner_center{
	width:32%;
	height:auto;
	float:left;
    margin-left: 25px;
	}
.reservation_inner_right{
	width:48%;
	height:auto;
	float:right;		
	}
.reservation_title{
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:24px;
	line-height:1.4;
	margin:0 0 35px 0;
	color:#000;
	text-align:center;
	}
.contents p.reservation_taxt{
	margin:35px 0 0 0;
	}
.contents p.reservation_taxt span{
	color:#e60012;
	}


.reservation_button{
	width:auto;
	height:auto;	
	}
.reservation_button-4{
	width:280px;
	height:60px;
	margin:0 auto;
	text-align:center;
	background:rgba(49,115,179,0.93);
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow:hidden;
    }
.reservation_button-4 a{
	font-size:18px;
	width:100%;
	color:#fff;
	text-decoration:none;
	transition:all .2s ease;
	z-index:2;
	position:relative;
	height:60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	}
.reservation_eff-4{
	width:280px;
	height:60px;
	left:-280px;
	background:#000000;
	position:absolute;
	transition:all .2s ease;
	z-index:1;
	}
.reservation_button-4:hover .reservation_eff-4{
	left:0;
	}
.reservation_button-4:hover a{
	color:#fff;
	}
.reservation_button-4 a span img {
	margin: 0 0 0 12px;
	width: 5px;
	height:auto;
	position:relative;
	top:-2px;
	opacity:1;
	}

@media (max-width:900px) {

.reservation_inner_left{
	width:100%;
	float:none;
	margin:0 0 75px 0;		
	}
.reservation_inner_center{
	width:100%;
	float:none;
	margin:0 0 75px 0;		
	}
.reservation_inner_right{
	width:100%;
	float:none;		
	}
.reservation_title{
    font-size:20px;
	}
	
.reservation_button-4 {
	margin: 0 auto;
	}
.reservation_button-4 a{
	font-size:16px;
	}
		
}

@media (max-width:480px) {

.reservation_inner_left{
	margin:0 0 40px 0;		
	}

.reservation_inner_center{
	margin:0 0 40px 0;		
	}

.reservation_title{
    font-size:18px;
	}	
.contents p.reservation_taxt{
	margin:40px 0 0 0;
	}


.reservation_button-4{
	width:250px;
	}
.reservation_eff-4{
	width:250px;
	left:-250px;
	}
.reservation_button-4 a{
	font-size:14px;
	}


}	

/*section6
----------------------------------------------*/
.contact_waku{
	width:auto;
	height:auto;	
	}
.contents p.contact_taxt{
	margin:0 0 33px 0;
	}
.contents p.contact_taxt a{
	text-decoration:none;
	}
.attention_waku {
	width: auto;
	height: auto;
	border: 2px solid #009fd6;
	padding: 20px;
	margin-bottom:33px;
	border-radius: 8px;        
    -webkit-border-radius: 8px;   
    -moz-border-radius: 8px;
	}
table.type02 {
	border-collapse: collapse;
	text-align: left;
	font-size: 18px;
	width:100%;
	margin-top:15px;
	}
table.type02 th {
	width: 2%;
	vertical-align: top;
	}
table.type02 td {
	width: 100%;
	vertical-align: top;
	}
.essential {
	display : inline-block;
	color : #ffffff;
    padding: 5px 11px 3px 11px;
	border-radius : 3px;
	text-shadow : 0px -1px 0px #222222;
	width:auto;
	text-align: center;
	background : rgba(255, 0, 0, 0.8);
	font-size:14px;
	}
.mailform_waku{
	width:auto;
	height:auto;
	margin:20px 0 12px 0;
	}
.mailform_attention {
	width: auto;
	height: auto;
	}
table.type03 {
	border-collapse: collapse;
	text-align: left;
	font-size: 18px;
	width:100%;
	}
table.type03 th {
	width: 2%;
	vertical-align: top;
	}
table.type03 td {
	width: 100%;
	vertical-align: top;
	}



@media only screen and (max-width:900px) {
	
.essential {
    padding: 4px 11px 3px 11px;
	font-size:12px;
	}
	
table.type02 {
	font-size: 16px;
	}
.mailform_waku{
	margin:20px 0 10px 0;
	}

table.type03 {
	font-size: 16px;
	}
	

}
@media only screen and (max-width:480px) {
.contents p.contact_taxt{
	margin:0 0 35px 0;
	}
	
table.type02 {
	font-size: 14px;
	}
.mailform_waku{
	margin:25px 0 14px 0;
	}
table.type03 {
	font-size: 14px;
	}

}

