@charset "UTF-8";
/* CSS Document */




/* ページタイトル */

.main_ttl{
	overflow:hidden;
	clear:both;
	position:relative;
	z-index:-999;
	background-image:url(../img/bg_ttl.gif);
	width:100%;
	font-family: 'rounded-l-mplus-2p_b';
	color:#fff;
}

.main_ttl .inner {
	margin:0 auto;
	width:100%;
	max-width:970px;
	height:200px;
	/*background:url(../img/illst_ttl.png) bottom right no-repeat;*/ /*タイトルにイラストを挿入するときに使用*/
}

.main_ttl .ttl_txt{
	overflow:hidden;
	margin:0 auto;
	padding-top:45px;
	text-align:center;
	/*position:relative;
	right:100px;*/  /*タイトル文字の位置を左右にずらしたいときに使用*/
}

.main_ttl h1{
	display:block;
	margin:0 auto 7px;
	font-size:40px;
	line-height:1.2em;
	padding-bottom:7px;
	width:100%;
	max-width:500px;
}

.main_ttl p{
	font-family: 'rounded-l-mplus-2p_n';
	font-size:18px;	
}




/* コンテンツレイアウト */

.ct_box{
	clear:both;
	overflow:hidden;
	width:100%;
	max-width:970px;
	margin:30px auto;
}

.ct_box p.lede {
	font-size:16px;
	text-align:left;
}

.ct_box p.heading {
	font-family: 'rounded-l-mplus-2p_h';
	font-size:36px;
	text-align: center;
	line-height:1;
}

.ct_sec_box{
	display:block;
	overflow:hidden;
	width:100%;
	margin:30px auto;
	background:#FAF6E8;
	padding:35px;
}

.ct_sec_inner{
	width:100%;
	max-width:900px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	background:#fff;
}

.ct_sec_inner h2{
	font-family: 'rounded-l-mplus-2p_h';
	font-size:30px;
	border-left:#299C3F 10px solid;
	line-height:1.2;
	padding-left:10px;
	margin-bottom:15px;
}

.ct_sec_inner p{
	font-size:14px;
}

.col_2 {
	width:100%;
	max-width:900px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	background:#feedb0;
}

.ct_sec_box.MB0{
	margin-bottom:0;
}

.ct_sec_box.MT0{
	margin-top:0;
}

.ct_sec_box.PT0{
	padding-top:0;
}



/* コンテンツレイアウト　ページ固有CSS */

.sec_mane_each {
	width:100%;
	padding:35px;
}
.btn_mane {
display: block;
	width:80%;
	max-width:680px;
	background:#3BBF7A;
	border-radius:10px;
	margin:30px auto 0;
}
a.btn_mane:hover {
opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.btn_mane p {
	color:#fff;
	font-family: 'rounded-l-mplus-2p_n';
	font-size:20px;
	line-height:1.5;
	padding:7px;
	text-align:center;
}
.sec_mane_each h2 span {
	font-size:24px;
}
.btn_mane p span {
	font-size:16px;
}



/*

.sec_seishin {
	width:100%;
	padding:35px;
}
.sec_seishin_img {
	width:100%;
	max-width:840px;
	margin-top:20px;
	text-align:center;
}
.sec_seishin_img img {
	width:90%;
	height:auto;
	margin:30px auto 40px;
}

.sec_song {
	width:100%;
	padding:35px;
}
.sec_song_img {
	width:100%;
	max-width:840px;
	margin-top:20px;
	text-align:center;
}
.sec_song_img img {
	width:90%;
	max-width:808px;
	height:auto;
	margin:30px auto 60px;
}
.song_pc{
	display:block;
}
.song_sp{
	display:none;
}
.sec_song_img .btn_song {
	width:400px;
	background:#66c6f2;
	border-radius:10px;
	margin:30px auto 10px;
}
.sec_song_img .btn_song p {
	color:#fff;
	font-family: 'rounded-l-mplus-2p_b';
	font-size:20px;
	line-height:1.5;
	padding:7px;
	text-align:center;
}
.sec_song_img p small {
	text-align:center;
}


.sec_gaiyo {
	width:100%;
	padding:35px;
}
.sec_gaiyo_inner {
	overflow:hidden;
	width:100%;
}
.sec_gaiyo .sec_gaiyo_img{
	float:left;
	width:30%;
	max-width:270px;
}
.sec_gaiyo .sec_gaiyo_img img{
	width:100%;
	height:auto;
}
.sec_gaiyo .sec_gaiyo_text{
	float:right;
	width:65%;
	padding:5px 0;
	border-bottom:solid #66c6f2 2px;
	border-top:solid #66c6f2 2px;
}
.sec_gaiyo .sec_gaiyo_text p{
	font-size:14px;
	line-height:1.5;
	padding:10px;
}
.sec_gaiyo .sec_gaiyo_text p.dotline{
	border-bottom:dotted #66c6f2 thin;
}
.sec_gaiyo .sec_gaiyo_text p span.gaiyo_hd{
	display:block;
	float:left;
	width:100px;
	color:#00a0e9;
	font-weight:bold;
}
.sec_gaiyo .sec_gaiyo_text p span.sec_gaiyo_text_ML{
	display:block;
	margin-left:100px;
}



.sec_enkaku {
	width:100%;
	padding:35px;
}
.sec_enkaku .sec_enkaku_text{
	width:100%;
	padding:5px 0;
	border-bottom:solid #66c6f2 2px;
	border-top:solid #66c6f2 2px;
}
.sec_enkaku .sec_enkaku_text p{
	font-size:14px;
	line-height:1.5;
	padding:10px;
}
.sec_enkaku .sec_enkaku_text p.dotline{
	border-bottom:dotted #66c6f2 thin;
}
.sec_enkaku .sec_enkaku_text p span.enkaku_year{
	display:block;
	float:left;
	width:100px;
	color:#00a0e9;
	font-weight:bold;
}
.sec_enkaku .sec_enkaku_text p span.enkaku_event{
	display:block;
	margin-left:100px;
}



.sec_access {
	width:100%;
	padding:35px;
}
.map_box{
	display:block;
	max-width:900px;
	width:100%;
	height:auto;
}
.map_box iframe{
	max-width:9100px;
	width:100%;
	height:450px;
}














.setsubi_left {
	float:left;
	width:40%;
	padding:35px;
}

.setsubi_left img {
	vertical-align:bottom;
	margin-top:10px;
}

.setsubi_right {
	float:right;
	width:60%;
	max-width:532px;
}

.setsubi_right img {
	width:100%;
	height:auto;
}


.joho_col_left {
	float:left;
	width:48%;
	padding:35px;
	background:#fff;
}

.joho_col_right {
	float:right;
	width:48%;
	padding:35px;
	background:#fff;
}

.sec_curriculum {
	width:100%;
	padding:35px;
}

.sec_curriculum table{
	width: 100%;
	column-width: 10%;
	font-size: 14px;
	text-align: center;
}

.sec_curriculum th,
.sec_curriculum td{
	border:solid 1px #00a0e9;
	line-height:1.5;
	padding:10px;
}

.sec_curriculum thead{
	color:#00a0e9;
	font-weight:bold;
	background:#f1f1f1;
	font-size:16px;
}

.sec_curriculum th{
	background:#f1f1f1;
	font-size:16px;
}





.sec_calender {
	width:100%;
	padding:35px;
}

.sec_calender img {
	width:100%;
	height:auto;
	max-width:840px;
	margin-top:20px;
}

.bukatsu_left {
	float:left;
	width:55%;
	padding:35px;
}

.bukatsu_right {
	float:right;
	width:45%;
	max-width:429px;
}

.bukatsu_right img {
	width:100%;
	height:auto;
}

.sec_uniform {
	width:100%;
	padding:35px;
}

.sec_uniform img {
	width:100%;
	height:auto;
}

.sec_shisetsu {
	width:100%;
	padding:35px;
}

.sec_shisetsu h4 {
	font-family: 'rounded-l-mplus-2p_h';
	font-size:24px;
	color:#00a0e9;
	margin:10px 0 5px;
}

.sec_shisetsu p {
	font-size:14px;
}

.shisetsu_left {
	float:left;
	width:48%;
	margin-top:20px;
	margin-bottom:20px;
}

.shisetsu_right {
	float:right;
	width:48%;
	margin-top:20px;
	margin-bottom:20px;
}

.shisetsu_left.last-child,
.shisetsu_right.last-child {
	margin-bottom:35px;
}

.shisetsu_left img,
.shisetsu_right img {
	width:100%;
	height:auto;
}

.sec_renkei {
	width:100%;
	padding:35px;
}

.sec_renkei img {
	width:100%;
	height:auto;
	max-width:827px;
	margin-top:20px;
}

.message_left {
	float:left;
	width:60%;
	max-width:566px;
	height:auto;
}

.message_left img {
	width:100%;
	height:auto;
}

.message_right {
	float:left;
	width:40%;
	padding:35px;
}

*/

/* 画像の説明文 */
.sec_img_sentence {
	width:100%;
	padding:35px;
}
/* 画像を拡大/縮小 */
.sec_img_process {
	width:100%;
	max-width:840px;
	margin-top:20px;
	text-align:center;
}
.sec_img_process img {
	width:90%;
	height:auto;
	margin:30px auto 40px;
}

/* 画像を拡大/縮小 */
.sec_img_process2 {
	width:100%;
	max-width:840px;
	margin-top:20px;
	text-align:center;
}
.sec_img_process2 img {
	width:90%;
	height:auto;
	margin:20px auto 20px;
}
.ct_box p {
	color: #000000;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: large;
	line-height: 2.5em;
	font-weight: bold;
}
.menkai {
	color: #FF0004;
}
