ぶ@charset "utf-8";
/* CSS Document */

#mainbody1c{
	margin-bottom:0;
}

#mainbody1c div.sectionM2 h2{
	font-size:2em;
	font-weight:normal;
	padding-left:20px;
	margin-bottom:40px;
	padding:0 10px;
}

#mainbody1c div.sectionM2 p{
	padding:0 0px;
}

h5{
	font-size:2em;
	color:#F00;
	font-family:"HG創英角ﾎﾟｯﾌﾟ体";
	font-weight:normal;
	text-align:center;
	margin-bottom:30px;
}

.pre_info{
	color:#0066CC;
	font-size:1em;
	margin:0 20px 0px 20px;
	padding-bottom:50px;
}

.pre_info span{
	font-size:1.4em;
	font-weight:bold;
}

ul.check{
	padding:50px 20px 30px 20px;
}

ul.check li{
	background-image:url(images/icon_check.png);
	background-repeat:no-repeat;
	font-size:1.4em;
	padding:2px 0 0 35px;
	margin-bottom:20px;
	padding-right:10px;
}

dl.schedule{
	padding:0 20px 30px;
}

dl.schedule dt{
	display:block;
	background-color:#003366;
	color:#fff;
	border-radius:20px;
	width:260px;
	font-size:1.4em;
	font-weight:normal;
	padding:5px 0;
	margin-bottom:20px;
	text-align:center;
}


dl.schedule dt.kengaku{
	background-color:#060;
	color:#fff;
	border-radius:20px;
	width:400px;
}

dl.schedule dd{
	font-size:1.2em;
	line-height:1.3em;
	padding:0 0 20px 30px;
}

dl.schedule dd.course{
	float:left;
	margin-right:100px;
}

.button a:link,
.button a:visited{
	display:block;
	width: 70%;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	background-color:#FF6600;
	color: #fff;
	border-radius:20px;
	padding:5px;
	margin:30px auto;
	font-size:1.4em;
}

.button a:hover {
	background-color: #59b1eb;
	display:block;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	color: #fff;
	transition: all .3s;
}

.button2 a:link,
.button2 a:visited{
	display:block;
	width: 700px;
	text-align: center;
	text-decoration: none;
	background-color:#FF6600;
	color: #fff;
	border-radius:20px;
	padding:15px;
	margin:30px 0 30px 0;
	font-size:1em;
}

.button2 a:hover {
	background-color: #59b1eb;
	display:block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all .3s;
}

.blue{
	color:#00C;
	text-decoration:underline;
}

/*----------------------------------------------------
    .table01
----------------------------------------------------*/

.table01{
	width: 700px;
	margin-left:20px;
	font-size:.8em;
}


.table01 th,
.table01 td {
	padding: 10px; 
	border: 1px solid #000;
}
 

.table01 th{
	width: 20%;
	text-align: left;
}

.table01 span{
	color:#39F;
	font-weight:bold;
}

.table01 td{
	/*width:35%;*/
}



/*----------------------------------------------------
    .table03
----------------------------------------------------*/

.table03{
	width: 800px;
	margin:50px auto;
	font-size:1em;
}

.table03 th,
.table03 td {
	padding: 10px; 
	border: 1px solid #000;
}

.table03 th{
	width:200px;
}
 




 /*----------------------------------------------------
    .login
----------------------------------------------------*/
.login{
	margin-bottom:50px;
	padding:0 0px 0 35px;
	overflow:hidden;
}

.menber, .entry{
	border:3px solid #a1ca30;
	border-radius:15px;
	width:42%;
	float:left;
	background-color:#fff;
	padding:30px;
}

.menber{
	margin:0 30px 30px 0;
}

input[type=text]{
	border:0;
	padding:3px 0;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	margin:15px 10px 10px;
	width:300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

input.submit_button {
	width: 150px;
    height: 40px;
	margin:10px 0 20px 10px;
}

.entrybtn a{
	background-color:#FF6600;
	color:#fff;
	text-align:center;
	width:300px;
	border-radius:20px;
	font-size:1.2em;
	padding:10px;
	display:block;
	margin:30px 0 50px;
}


 /*----------------------------------------------------
    .table02　login
----------------------------------------------------*/

.table02{
	width:100%;
}

.table02 th  { width: 30%; text-align: left; }


 /*----------------------------------------------------
    .faq
----------------------------------------------------*/

.faq{
	clear:both;
	padding:30px 20px 20px 35px;
	border:5px #CCCCCC solid;
	border-radius:20px;
	background-color:#fff;
	margin-bottom:50px;
	margin-top:50px;
}

.faq p{
	font-size:1.6em;
}

.faq dt{
	color:#39C;
	font-size:1.6em;
	background-image:url(images/q.gif);
	background-repeat:no-repeat;
	padding:8px 0 10px 50px;
	margin-bottom:10px;
}

.faq dd{
	color:#F36;
	font-size:1.6em;
	background-image:url(images/a.gif);
	background-repeat:no-repeat;
	padding:8px 0 10px 50px;
	margin-bottom:20px;
}

.info{
	font-size:1.2em;
	margin:30px 20px 50px 30px;
}

.info p a{
	display:block;
	background-color:#39F;
	color:#fff;
	border-radius:15px;
	text-align:center;
	padding:15px 0;
	width:300px;
	margin:30px 10px;
	float:left;
}

.info span{
	color:#03C;
	text-decoration:underline;
}

/* 説明会 */
.explanation img{
	border-radius:20px;
	border:3px solid #090;
	padding:30px 10px;
	background-color:#fff;
}

.info{
	xbackground-color:#093;
	border:solid 3px #FF0000;
	font-weight:bold;
	color:#FF0000;
	padding:10px;
	text-align:center;
}

.attention{
	font-size:16px;
	color:#F00;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
}

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

.button a:link,
.button a:visited{
	width: 90%;
}

.button2 a:link,
.button2 a:visited{
	display:block;
	width: 80%;
	margin:30px 0 30px 0;
	font-size:0.8em;
}

/* 説明会 */
.explanation img{
	width:90%;
	border-radius:20px;
	border:3px solid #090;
	padding:30px 10px;
	background-color:#fff;
}



}

@media only screen and (max-width: 1200px){
	
	.faq{
		margin:20px 0px;
		padding:30px 10px 50px 10px;
	}


}

@media only screen and (max-width: 1024px){
	
	dl.schedule dd.course{
	float:none;
	margin-right:0px;
}

	.table01{
	width: 90%;
	margin-left:10px;
}


/*----------------------------------------------------
    .table03
----------------------------------------------------*/

.table03{
	width: 95%;
	margin:20px auto;
	font-size:1em;
}

.table03 th,
.table03 td {
	padding: 10px; 
	border: 1px solid #000;
}

.table03 th{
	width:20%;
}

 /*----------------------------------------------------
    .login
----------------------------------------------------*/

.menber, .entry{
	width:80%;
	float:none;
	background-color:#fff;
	padding:30px;
}

.menber{
	margin:0 30px 30px 0;
}

.entrybtn a{
	margin:30px 0 20px;
}
	
}


@media only screen and (max-width: 767px){
	
	.button a:link,
.button a:visited{
	font-size:1em;
	line-height:1.5em;
	padding:10px 10px;
}

dl.schedule{
	padding:0 0px 0px;
}
	

	
}

@media only screen and (max-width:640px){
	
	dl.schedule dt,dl.schedule dt.kengaku{
	width:100%;
	font-size:1.4em;
	}
	
	dl.schedule dd{
	padding:0 10px 20px 10px;
	}
	
    .table01 { margin: 0 5px; }
    .table01 th,
    .table01 td{
        width: 100%;
        display: block;
        border-top: none;
    }
	
	.table01 th{
		background-color:#fff;
	}
	
    .table01 tr:first-child th   { border-top: 1px solid #000; }
	
	.table02 th,
    .table02 td{
        width: 100%;
        display: block;
	}
	
	.faq p{
	font-size:1.2em;
}

.faq dt, .faq dd{
	font-size:1.2em;
}


	input.submit_button {
	width: 150px;
    height: 40px;
	margin:0px 0 0 15px;
}



.button2 a:link,
.button2 a:visited{
	display:block;
	width: 90%;
	margin:0 auto;
	font-size:0.8em;
}

.attention{
	font-size:14px;
	text-align:left;
}



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

.login{
	margin:0 20px 50px 0;
	padding:0 0px 0 20px;
	overflow:hidden;
}

.menber, .entry{
	border-radius:0px;
}

.entrybtn a{
	background-color:#FF6600;
	color:#fff;
	text-align:center;
	width:90%;
	border-radius:20px;
	font-size:1.2em;
	padding:10px;
	display:block;
}

input[type=text]{
	border:0;
	padding:3px 0;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	margin:15px 10px 10px;
	width:220px;
}

.info p a{
	width:250px;
}

h5 span{
	display:block;
}



}


/*----------------------------------------------------
    登録フォーム用
----------------------------------------------------*/

#mainbody1c div.sectionM2 p.txt01{
	padding:0;
}

#mainbody1c div.sectionM2 p.m10{
	padding-left:0;
}

#mainbody1c div.sectionM2 p.txt04{
	margin:15px 0 15px 20px;
	font-size:12px;
	text-align:left;
	line-height:1.4;
}

.tbl01{
	width:100%;
	margin-bottom:50px;
	background-color:#fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.tbl01 span.t10{
	font-size:10px;
}

.tbl01 p.m10{
	margin:10px 0;
	font-size:12px;
}

.tbl01 th{
	width:25%;
	padding:10px 0 10px 10px;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.tbl01 td,
.tbl01 td.mid{
	width:75%;
	padding:10px 0 10px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.tbl01 td.mid p{
	padding:5px 5px 0 10px;
}

.tbl01 input[type=text]{
	margin-left:0;
}

.tbl01 input[type=tel]{
	border:0;
	padding:3px 0;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	margin:15px 5px 10px 0;
	width:300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}


.tbl01 input[type=radio]{
	border:0;
	padding:3px 0;
	font-size:1.3em;
	margin:15px 5px 10px 0;
}

.tbl01 select{
	padding:3px 0;
	font-size:1.3em;
	margin:15px 10px 10px 0;
}

.tbl01 input.zip1{
	width:75px;
}

.tbl01 input.zip2{
	width:95px;
}

.tbl01 input.tel1{
	width:75px;
}

.tbl01 input.tel2{
	width:95px;
}

.tbl01 input[type=submit],
.tbl01 input[type=reset]{
	display:inline-block;
	margin:50px 0;
	padding:10px 30px;
	background-color:#f60;
	border-radius:20px;
	border:0;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	cursor:pointer;
}

.tbl01 form{
	display:inline-block;
}



/*----------------------------------------------------
    にこにこ広場予約カレンダー用
----------------------------------------------------*/

#mainbody1c div.sectionM2 p.txt02{
	margin:15px 0 15px;
	font-size:14px;
	text-align:left;
	line-height:1.4;
}

#mainbody1c div.sectionM2 span.redbig{
	color:#c00;
	font-size:18px;
	font-weight:bold;
}

#mainbody1c #leftbody2{
	float:left;
	width:20%;
	padding-top:32px;

}

#mainbody1c #rightbody2{
	float:left;
	width:80%;
	padding-top:10px;
}

#mainbody1c #leftbody2 li{
	width:90%;
	margin:0 auto 15px;
}

#mainbody1c #leftbody2 li a{
	display:inline-block;
	width:100%;
	padding:10px 0;
	background-color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#333;
	font-weight:bold;
	text-align:center;
}



.tbl02{
	width:100%;
	margin-bottom:50px;
	background-color:#fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 12px;
}

.tbl02 tr:first-child th,
.tbl02 tr:nth-child(2) th{
	padding:10px 0;
	background-color:#f0f0f0;
	font-size:14px;
}

.tbl02 tr:first-child(1){
	display:block;
}

.tbl02 tr:nth-child(2){
	display:none;
}


.tbl02 td{
	border: 1px solid #ccc;
	padding: 5px 2px 10px 2px;
	text-align: left;
	vertical-align: top;
}

.tbl02 td.c{
	border: 1px solid #ccc;
	color: #333;
	background-color: #f0f0f0;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

form.f input[type=submit],
form.f input[type=reset]{
	display:inline-block;
	margin:50px 0;
	padding:10px 30px;
	background-color:#f60;
	border-radius:20px;
	border:0;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	cursor:pointer;
}

form.f{
	display:inline-block;
}


/*----------------------------------------------------
    にこにこ広場予約キャンセル用
----------------------------------------------------*/

.tbl03{
	width:100%;
	margin-bottom:50px;
	background-color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 12px;
}

.tbl03 th{
	width:25%;
	padding:10px 0;
	background-color:#f0f0f0;
	border: 1px solid #ccc;
	font-size:14px;
}

.tbl03 td{
	border: 1px solid #ccc;
	padding: 5px 2px 10px;
	text-align:center;
	vertical-align:middle;
}





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

	/*----------------------------------------------------
			にこにこ広場予約カレンダー用
	----------------------------------------------------*/

	#mainbody1c #leftbody2{
		float:none;
		width:100%;
		padding:32px 0 15px;

	}

	#mainbody1c #rightbody2{
		float:none;
		width:98%;
		padding:10px 0 0 1%;
	}

	#mainbody1c #leftbody2 ul{
		display:table;
		width:100%;
	}

	#mainbody1c #leftbody2 li{
		display:table-cell;
		width:23%;
		margin:0;
		padding:0 1%;
	}

	#mainbody1c #leftbody2 li a{
		width:100%;
		padding:10px;
	}


}


@media screen and (min-width: 569px) and (max-width: 767px) {

	.smpblock{
		display:block;
	}

}


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

	/*----------------------------------------------------
			登録フォーム用
	----------------------------------------------------*/

	#mainbody1c div.sectionM2 p.txt01{
		margin-bottom:15px;
		padding:0 10px;
	}

	.tbl01 th,
	.tbl01 td,
	.tbl01 td.mid{
		display:block;
		width:100%;
		text-align:left;
	}

	.tbl01 th{
		padding-left:10px;
	}

	.tbl01 td{
		margin-bottom:15px;
	}

	.tbl01 input.zip1{
		width:45px;
	}

	.tbl01 input.zip2{
		width:65px;
	}

	.tbl01 input.tel1{
		width:45px;
	}

	.tbl01 input.tel2{
		width:65px;
	}

	.tbl01 input[type=text]{
		width:95%;
		margin:15px 0 10px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
	}

	.tbl01 input[type=submit],
	.tbl01 input[type=reset]{
		margin:20px 0;
	}


	/*----------------------------------------------------
			にこにこ広場予約カレンダー用
	----------------------------------------------------*/



}


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

	/*----------------------------------------------------
			にこにこ広場予約カレンダー用
	----------------------------------------------------*/

	#mainbody1c #leftbody2 li a{
		padding:10px 5px;
		font-size:11px;
	}

	.tbl02{
		width:100%;
		margin-bottom:50px;
		background-color:#fff;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		border: 1px solid #ccc;
		border-collapse: collapse;
		font-size: 12px;
	}

	.tbl02 td{
		border: 1px solid #ccc;
		padding: 5px 2px 10px 2px;
		text-align: left;
		vertical-align: top;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
	}

	.tbl02 tr:first-child{
		display:none;
	}

	.tbl02 tr:nth-child(2){
		display:block;
	}

	.tbl02 tr:nth-child(2) th{
		width:18%;
		padding:10px 0;
		background-color:#f0f0f0;
		font-size:14px;
	}


	.tbl02 tr:nth-child(3){
		display:none;
	}

	.tbl02 tr:nth-child(n+4){
		display:block;
		width:100%;
	}

	.tbl02 tr:nth-child(n+4) td{
		display:block;
		width:100%;
	}

	.tbl02 tr:nth-child(n+4) td.smpnone2{
		display:none;
	}






}


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

	.tbl01 span.br:before{
		content: "\A" ;
		white-space: pre ;
	}


	/*----------------------------------------------------
			にこにこ広場予約キャンセル用
	----------------------------------------------------*/

	.tbl03{
		width:100%;
		margin-bottom:30px;
		border:0;
		background:transparent;
	}

	.tbl03 tr{
		display:block;
		float:left;
		width:50%;
		margin-bottom:10px;
	}

	.tbl03 th{
		display:block;
		width:100%;
		min-height:30px;
		padding:10px 0;
		border: 1px solid #ccc;
		border-bottom:0;
		border-right:0;
	}

	.tbl03 tr th:last-child{
		border-bottom: 1px solid #ccc;
	}

	.tbl03 td{
		display:block;
		width:100%;
		min-height:30px;
		padding:10px 0;
		border: 1px solid #ccc;
		border-bottom:0;
		background:#fff;
	}

	.tbl03 tr td:last-child{
		border-bottom: 1px solid #ccc;
	}




}




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

	/*----------------------------------------------------
			にこにこ広場予約カレンダー用
	----------------------------------------------------*/

	#mainbody1c #leftbody2 li a{
		min-height:54px;
	}


}