@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
    font-family: "丸フォーク R","Maru Folk Regular", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size: 15px;
	line-height: 1.8em;
    background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
video,audio {max-width: 100%;}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
img a {
	color: #333;		/*リンクテキストの色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
img a:hover {
	color: #6fbfd1;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*マウスオン時の画像*/
img a:hover img {
	opacity: 0.8;	/*80%色がついた状態*/
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
    width: 100%;
	max-width: 1300px;	/*サイトの最大幅*/
	margin: 0 auto;
}


/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #fff;	/*背景色*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*ロゴ画像*/
header #logo {
	width: 50%;		/*ロゴ画像の幅*/
	margin-top: 45px;	/*ロゴの上にあける余白。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	margin-left: 25%;	/*ロゴの左側にあける余白。*/
    margin-bottom: 0;
}



/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	height: 80px;		/*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
	text-align: center;	/*文字を中央に*/
    overflow: hidden;
    margin-top: 30px;
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 70%;
    padding-left: 0%;
    padding-right: 0%;
	padding-bottom: 20px;
    text-decoration: none;
}

#menubar li {
	float: left;	/*左に回り込み*/
	width: 14.66%;	/*メニュー幅（100÷6個=16.66%）*/
    font-size: 15px;
    color: #953ca9;
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
    line-height: 2em;
    text-decoration: none;
}
#menubar li a{
    text-decoration: none;
}
#menubar li img{
    width:80%;
    padding-left: 10%;
    padding-right: 10%;

}
#menubar li a {
    display: block;
	height: 80px;		/*高さ*/
    color: #953ca9;

}


/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}




/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
	position: absolute;
	visibility: hidden;
	margin-left:-20px;
    width: 150px;;
	height: auto;
    border: 1px solid #953ca9;/*ブロックの幅*/
	border-radius: 10px;	/*角丸のサイズ*/
	background: rgba(255,255,255,1.0);	/*背景色*/
    padding: 10px 5px;
	font-size: 14px;		/*文字サイズ*/
    line-height: 1.8em;
	text-align: left;		/*文字を左よせ*/
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事。0.2は20%透明度。*/
	font-family:"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin-top: 2%;
    z-index: 5000;
    background-image:none;
}
#menubar ul.ddmenu::before {
	content: "▲";
	font-size: 18px;
	color: #953ca9;
	position: absolute;
	top: -19px;
	left: 42%;
	font-family:"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background-image:none;
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	width: 95%;
	float: left;	/*左に回り込み*/
    background-image:none;
}
#menubar ul.ddmenu li a {
	transition: 0.5s;
	background: none;
	height: auto;
	width: 100%;
	color:#953ca9;	/*文字色*/
	opacity: 1.0;	/*透明度70%*/
	padding: 0px 0px 0px 10px;;	/*上下、左右への余白*/
    text-decoration: none;
    text-align: left;
}
#menubar ul.ddmenu li a:hover{
	opacity: 0.5;
}
#menubar-s{
    display: none;

}


/*contents
---------------------------------------------------------------------------*/
#contents {
	clear: both;
    overflow: hidden;
	padding-bottom: 30px;	/*下に空けるボックス内の余白*/
    background:-webkit-gradient(linear, left top, left bottom, from(#f9ecff), to(#d799ff));
    background:-webkit-linear-gradient(top, #f9ecff, #d799ff);
    background:-moz-linear-gradient(top, #f9ecff, #d799ff);
    background:-o-linear-gradient(top, #f9ecff #d799ff);
    background:linear-gradient(#f9ecff, #d799ff);
}

#main_img{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}
#top_img{
    width: 100%;
    margin-top: 20px;
    margin-bottom: -10px;
}

.pc{
    display: block;
    
}
.sp{
    display: none;
    }
/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
.main {
	width: 100%;		/*ブロックの幅*/
	margin-bottom: 10px;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}



/*各ページのベース
---------------------------------------------------------------------------*/

#page_mainimg{
	width: 100%;
	padding-bottom: 55px;
	position: relative;
	text-align: center;
	background-image: url("../images/bg/page_top_bg.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	background-size:contain;
	margin-top: 30px;
}
#page_mainimg video{
	width: 86%
}


#page_ttl{
	clear: both;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px
}
.page_base{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 15px;
	padding-top: 0;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-bottom: 40px;
	height: auto;
	max-width: 1200px;
}

.page_base hr{
	margin-bottom: 40px;
	border: 2px dashed #A072AC;

}
.page_base2{
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 15px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 120px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-bottom: 40px;
	height: auto;
	max-width: 1280px;
	background-image: url("../recruit/rec_image/conce_bg.png");
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 80%;
}
.page_base3{
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 15px;
	padding: 30px 0 40px;
	position: relative;
	margin-top: 100px;
	margin-bottom: 40px;
	max-width: 1280px;
}
.page_sttl{
	clear: both;
	position: absolute;
	width: 30%;
	left:35%;
	top:0;
	font-size: 20px;
	line-height: 2.4em;
	color: #fff;
	background-color: #B782CB;
	text-align: center;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-bottom: 30px;
}
/*ABOUT設定
---------------------------------------------------------------------------*/
.about_catch{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	margin-bottom: 40px;

}
.about_st{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	margin-bottom: 40px;

}
.about_mk{
	width: 55%;
	margin-left: 25%;
	margin-right: auto;
	padding-top: 30px;
	margin-bottom: 40px;

}


.about_copy{
	width: 70%;
	font-size: 16px;
	line-height: 2.0em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.about_bnr_area{
	clear: both;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	height: auto;

}

.about_bnr_area ul li{
	float: left;
	width: 31%;
	padding-left: 1%;
	padding-right: 1%;
	list-style: none;
}

.down{
	padding-top: 50px;
}

/*outline
---------------------------------------------------------------------------*/
#outline_TB{
	margin-top: 100px;
	clear: both;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	font-size: 15px;
	line-height: 2em;
	text-align: left;
	color: #565656;
	border-color: #816237;
	padding-bottom: 30px;
}
.map_area{
	clear: both;
	margin-top: 100px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.gmap{
	clear: both;
	margin-top: 40px;

}

.opera{color: #8326A4;
}
.opera2{
	color: #C28ED4;
}
#outline_TB dl{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	padding-top: 6px;
	padding-left: 1%;
	padding-bottom: 6px;
	border-bottom: 1px dotted #816237;	/*下線の幅、線種、色*/
}
#outline_TB  dt {
	float: left;
	width: 120px;		/*幅*/
	padding-top:6px;
	padding-bottom:6px;
	position: relative;
}
/*内容設定*/
#outline_TB dd {
	width: 80%;
	float: left;
	line-height:2em;
	padding-top:6px;
	padding-bottom:6px;
	position: relative;
}

/*GUIDE　設定
---------------------------------------------------------------------------*/

.guide_base{
	width: 90%;
	padding-top: 40px;
	color: #505050;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	border-bottom: 1px solid #9D54BF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.guide_base2{
	width: 90%;
	padding-top: 0px;
	color: #505050;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	border-bottom: 1px solid #9D54BF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.guide_half{
	float: left;
	width: 46%;
	padding-top: 0px;
	color: #505050;
	overflow: hidden;
	margin-left: 5%;
	margin-right: auto;
	line-height: 2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.guide_half2{
	float: left;
	width: 43%;
	padding-top: 0px;
	color: #505050;
	overflow: hidden;
	margin-left: 1%;
	margin-right: auto;
	line-height: 2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.guide_st{
	clear: both;
	width: 30%;
	padding: 10px 20px;
	color: #fff;
    font-family:"丸フォーク M","Maru Folk Medium", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	background-color: #ac6dc9;
	font-size: 20px;
	border-radius: 10px;
	margin-right: 70%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.guide_st2{
	clear: both;
	width: 60%;
	padding: 10px 20px;
	color: #fff;
    font-family:"丸フォーク M","Maru Folk Medium", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	background-color: #ac6dc9;
	font-size: 20px;
	border-radius: 10px;
	margin-right: 40%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.guide_st_yellow{
	clear: both;
	width: 50%;
	padding: 8px 15px;
	color: #000;
    font-family:"丸フォーク M","Maru Folk Medium", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	background-color: #ffefb9;
	font-size: 20px;
	margin-right: 40%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.color_yellow{
	color: #ffefb9;
}
.guide_st_blue{
	clear: both;
	width: 50%;
	padding: 8px 15px;
	color: #000;
    font-family:"丸フォーク M","Maru Folk Medium", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	background-color: #cff1ff;
	font-size: 20px;
	margin-right: 40%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.color_blue{
	color: #cff1ff;
}
.guide_st_pink{
	clear: both;
	width: 50%;
	padding: 8px 15px;
	color: #000;
    font-family:"丸フォーク M","Maru Folk Medium", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	background-color: #f9d9e4;
	font-size: 20px;
	margin-right: 40%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.color_pink{
	color: #f9d9e4;
}
.guide_st_beige{
	clear: both;
	width: 50%;
	padding: 8px 15px;
	color: #000;
    font-family:"丸フォーク M","Maru Folk Medium", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	background-color: #e5dfd2;
	font-size: 20px;
	margin-right: 40%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.color_beige{
	color: #e5dfd2;
}
.big1{
	font-size: 18px;
	font-weight: 600;
	line-height: 2.2em;
}
.color_purple{
	color: #9D54BF;
}
.color_light_purple{
	color: #C48ADF;
}
.color_black{
	color: #000;
}

/*給食
---------------------------------------------------------------------------*/
.lunch_base{
	width: 90%;
	padding-top: 0px;
	color: #505050;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8em;
	padding-bottom: 20px;
}
.lunch_base p{
	clear: both;
	margin-top: 20px;
	margin-bottom: 30px;
}
.lunch_base span{
	font-size: 28px;
	color: #2DA623;
	line-height: 1.3em;
    font-family:"丸フォーク M","Maru Folk Medium", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
.lunch_base img{
	border-radius: 18px;
	margin-bottom: 10px;
}
.lunch_half_1{
	float: left;
	width: 47%;
	margin-right: 3%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.lunch_half_2{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 20px;
	margin-bottom: 30px;
}

/*FACILITY　設定
---------------------------------------------------------------------------*/

.facility_base{
	width: 90%;
	padding-top: 0px;
	color: #505050;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8em;
	padding-bottom: 20px;
	text-align: center;
}


.facility_base img{
	border-radius: 18px;
	margin-bottom: 10px;
}
.facility_half_1{
	float: left;
	width: 47%;
	margin-right: 3%;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.facility_half_2{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}


/*
---------------------------------------------------------------------------*/
.cp1{
    width: 60%;
    margin: 10px auto;
    font-size: 16px;
    line-height: 2em;
    color: rgba(51,51,51,1.00);
}
.cp1_ttl{
    font-family:"フォーク M","Folk Medium", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 40px;
    color: #9426BB;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
.f-cont{
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 10%;
    position: relative;
    overflow: hidden;
}
.photo1{
	float: left;
   width: 70%;
    max-width: 1600px;
    z-index: auto;
}
.photo1 img{
	border-top-right-radius: 5%;
    border-bottom-right-radius: 5%;
}
.pic1{
    padding-left: 58%;
	padding-top: 7%;
    width: 35%;
    z-index: 200;
	position: absolute;
}
/*indexのボックス（list2）設定
---------------------------------------------------------------------------*/
#box{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #666;
	padding-top: 30px;
	overflow: auto;
	position: relative;
}
/*ボックス１個あたりの設定*/
.list2 {
	float: left;	/*左に回り込み*/
	width: 30.5%;		/*幅*/
	max-width: 400px;
	margin-left: 2%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 30px;	/*ボックス同士の上下間の余白*/
	background-color: #fff;
	border-radius: 5%;
	height: 100%;			/*高さ（下の「.list a」の高さと揃える）*/
	line-height: 1.4;
	position: relative;
	z-index: 100;
	margin-top: 20px;
}

.list2 a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 100%;	/*高さ（上の「.list」の高さと揃える）*/
	color: #000;
	border-radius: 5%;

}
.list2 p{
	padding: 10px
}
.list2 a:hover {
	background: #F1F1F1;	/*マウスオン時の背景色*/
}

.scale {
    width: 100%;
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.scale img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.list2_icon{
	width: 80%;
	position:absolute;
	top: -25px;
	left: 12%;
	z-index: 200;
}

.f-cont2{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: auto;
	height: auto;
	min-height: 600px;
}
.photo2{
	float: right;
   width: 60%;
    max-width: 1600px;
    z-index: 100;
}
.photo2 img{
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.photo3{
	top:0;
	left: 8%;
    width: 32%;
    z-index: 200;
	position: absolute;
}
.pic2{
	width: 32%;
	top:50%;
	left: 10%;
    z-index: 300;
	position: absolute;
	background-color: rgba(255,255,255,0.60);
	padding: 2%;
	border-radius: 15px;;
	font-size: 20px;
	color: #45a000;
	line-height: 2.0em;
}
.pic2 img{
	width: 55%;
	margin-right: 44%;
}
.pic2 p{
	font-size: 15px;
	color: #666;
	line-height: 1.8em;
}

/*トップ新着情報
---------------------------------------------------------------------------*/
#topnews{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 40px;
	overflow:hidden;
	position: relative;
	background-image: url("../images/bg/topnews_bg.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size:contain;
	max-width: 1300px;
}
.topnews_ttl{
	width: 100%;
	font-size: 35px;
	color: #fff;
	line-height: 2em;

}
#topnews ul li{
	list-style: none;
	width: 70%;
	float: left;
	background-color: #fff;
	border-radius: 8px;
	font-size: 15px;
	line-height: 2em;
	padding-left: 60px;
	background-image: url("../images/bg/topnews_icon.png");
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px auto;
	padding-top: 8px;
	padding-bottom: 8px;
}

#topnews li dl {
padding: 10px 0;
}

#topnews li dt {
    float: left;
	width: 10em;
	color:#AF54C3;
	margin-left: 5px;
}
#topnews li dd a{
    color: #4056C1;
}
#topnews li dd a:hover{
    color: #D18325;
}
#topnews li dd {
margin-left: 10px;
}

.cat_news{
    float: left;
	background-color:#b786e4;
	color:#fff;
	text-align:center;
	padding-top: 3px;
	margin-right:15px;
	font-size:15px;
	line-height:1.8em;
	border-radius: 6px;
    padding-left: 8px;
    padding-right: 8px;
    
}
.cat_photo_news{
    float: left;
	background-color:#a1d04a;
	color:#fff;
	text-align:center;
	padding-top: 3px;
	margin-right:15px;
	font-size:15px;
	line-height:1.8em;
	border-radius: 6px;
    padding-left: 8px;
    padding-right: 40px;
    background-image:url("../images/key.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    
}
.cat_guardian_news{
    float: left;
	background-color:#f995b5;
	color:#fff;
	text-align:center;
	padding-top: 3px;
	margin-right:15px;
	font-size:15px;
	line-height:1.8em;
	border-radius: 6px;
    padding-left: 8px;
    padding-right: 40px;
    background-image:url("../images/key.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

/*職員採用
---------------------------------------------------------------------------*/

#rec_ttl{
	clear: both;
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px
}

.page_base hr{
	margin-bottom: 40px;
	border: 2px dashed #A072AC;

}

.rec_sttl{
	clear: both;
	position: absolute;
	width: 35%;
	left:32.5%;
	top:0;
	font-size: 20px;
	line-height: 2.4em;
	color: #fff;
	background-color: #B782CB;
	text-align: center;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.rec_main{
	width: 70%;
	font-size: 16px;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;

}
.rec_main img{
	border-radius: 12px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.rec_st{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #a856d2;
	margin-top: 70px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.rec_st_05{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #a856d2;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.rec_st_copy{
	clear: both;
	width: 80%;
	line-height: 1.8em;
	text-align:left;
	font-size: 18px;
	color: #a856d2;
	margin-top: 80px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-left: #a856d2 6px solid;
}
.rec_fr{
	float: right;
	width: 45%;
	margin: 2%;

}
.rec_fr img{
		border-radius: 12px;
}
.rec_fl{
	float: left;
	width: 60%;
	margin: 2%;

}
.rec_fl img{
		border-radius: 12px;
}
.rec_frl{
	float: right;
	width: 50%;
	padding-right: 10%;
	margin: 2%;

}
.rec_fll{
	float: left;
	width: 50%;
	margin: 2%;
	padding-left: 10%;
}
.rec_frl img{
		border-radius: 12px;
}

.rec_fll img{
		border-radius: 12px;
}
.rec_frs{
	float: right;
	width: 30%;
	margin: 2%;

}
.rec_frs img{
		border-radius: 12px;
}
.rec_fls{
	float: left;
	width: 30%;
	margin: 2%;

}
.rec_fls img{
		border-radius: 12px;
}
.cmttl{
	text-align: center;
	font-size: 16px;
	line-height: 2.4em;
	width: 100%;
	border-top: 1px solid #a856d2;
	border-bottom: 1px solid #a856d2;

}
.cmttl span{
	font-size: 14px;
}
.rec_line{
	clear: both;
	width: 80%;
	padding-top: 30px;
	border-bottom: 3px dashed #F0BFEE;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/*質問と答えのボックス全体を囲むブロック*/
/*Q&A
---------------------------------------------------------------------------*/
/*Q&Aブロック*/
.qes_area{
	width: 80%;
	margin-left: 10%;
	overflow: hidden;
	clear: both;
	margin-top: 20px;
}
.qes_icon{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.qes {
	float: left;
	width:80%;
	margin-bottom:20px;
	margin-top:10px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:18px;
	color:#635D0B;
	line-height:2em;
}
.ans_area{
	clear: both;
	width: 70%;
	margin-left: 20%;
	overflow: hidden;
}
.ans_icon{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.ans {
	float: left;
	width:85%;
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom:10px;
	color: #343434;
}
.rec_st2{
	font-size: 18px;
	line-height: 2.8em;
	text-align: center;
	color: #000;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F4EFE9;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rec_btn{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rec_btn a:hover{
	opacity: 0.7;
}


.contact_btn{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact_btn a:hover{
	opacity: 0.7;
}

/*EDUCATION 1日の流れ
---------------------------------------------------------------------------*/
.days_base{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-top: 0;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
	height: auto;
	max-width: 1200px;
}
.days_base2{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 30px;
	height: auto;
	max-width: 1200px;
	padding-bottom: 300px;
	background-image: url("../education/education_image/base2_bg.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 80%;
}
.days_base3{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 15px;
	padding-top: 0;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	height: auto;
	max-width: 1200px;
}
.day_inner{
	padding: 3%;
	overflow: hidden;
}
.edu_st{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #7F59BE;
	text-align: center;
}

.edu_catch{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-bottom: 0px;

}
.day_catch{
	clear: both;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 50px;

}
.edu_copy{
	width: 60%;
	font-size: 18px;
	line-height: 2.0em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.edu_copy2{
	width: 80%;
	font-size: 16px;
	line-height: 2.0em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 30px;
}
.days_slide_base{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0%;
	padding-right: 0%;
	position: relative;
	height: auto;
	max-width: 1200px;
	background-image: url("../education/education_image/slide_bg.jpg");
	border-image-repeat: repeat;
	overflow: hidden;
}
.day_timebox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.day_time{
	float: left;
	width: 50%;
	margin: 0%;
}
.day_fl{
	float: left;
	width: 45%;
	margin: 2.5%;
	overflow: hidden;
	position: relative;
	height: auto;
}

.day_fl img{
	border-radius: 3%;
}
.day_fl_txt{
	font-size: 16px;
	line-height: 2.0em;
	height: 50%;
}
.day_fls{
	float: left;
	width: 46%;margin: 2%;
}
.day_fls img{
	margin-top: 80px;
	border-radius: 4%;
	vertical-align: bottom;

}
.day_fr{
	float: right;
	width: 45%;
	margin: 2.5%;
	overflow: hidden;
	position: relative;
	height: auto;
}

.day_fr img{
	border-radius: 3%;
}
.day_fr_txt{
	font-size: 16px;
	line-height: 2.0em;
	height: 50%;
}
.day_frs{
	float: left;
	width: 46%;margin: 2%;
}
.day_frs img{
	margin-top: 80px;
	border-radius: 4%;
	vertical-align: bottom;

}

/*curric*/
.curric_base{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 15px;
	padding-top: 0;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	height: auto;
	max-width: 1200px;
}
.curric_inner{
	padding: 3%;
	overflow: hidden;
}

.curric_st{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #7F59BE;
	text-align: center;
}
.curric_copy{
	width: 70%;
	font-size: 18px;
	line-height: 2.0em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 30px;
}
.curric_copy span{
	color: #7F59BE;
}
#swim_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #e3f6ff;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#swim_box span{
	color: #4eb4cf;
}
#gym_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #f0fce3;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#gym_box span{
	color: #81b44e;
}
#rithomic_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #fff6de;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#rithomic_box span{
	color: #ff9544;
}
#english_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #ffedf7;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#english_box span{
	color: #ff89c7;
}
#art_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #f3eeff;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#art_box span{
	color: #aa80f0;
}
#march_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #f4f3f2;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#march_box span{
	color: #e26475;
}

.curric_area{
	float: left;
	width: 30%;
	margin: 40px 2% 20px 2%;
	font-size: 15px;
}
.curric_area p{
	margin-top: 60px;
	line-height: 2.2em;
}

.curric_ttl{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	top:-40px;
	z-index: 500;
}
.curric_video{float: left;
	width: 60%;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);			/*同上*/
}

/*EVENTS設定
---------------------------------------------------------------------------*/

#spring_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 20px;
	background-color: #fff6f6;
	margin-top: 30px;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#spring_box span{
	color: #fab8d1;
}
#summer_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 20px;
	background-color: #f7ffea;
	margin-top: 30px;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#summer_box span{
	color: #b1dc70;
}

#autumn_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 20px;
	background-color: #fff8e6;
	margin-top: 30px;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#autumn_box span{
	color: #face69;
}

#winter_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 20px;
	background-color: #f0fcff;
	margin-top: 30px;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#winter_box span{
	color: #91d5ff;
}
.seson_ttl{
	width: 30%;
	margin: 0px auto;
}
.seson_list{
	clear: both;
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.8em;
	border-bottom: 2px dotted #7e6b56;
	margin-bottom: 10px;
	height: auto;
	min-height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table;
	vertical-align: middle;
}

.seson_month{
	float: left;
	width: 10%;
	margin-right: 20px;
	display: table-cell;
}
.seson_txt{
	float: left;
	width:85%;
	padding-top: 15px;
	font-size: 16px;
	line-height: 1.8em;
	display: table-cell;
	vertical-align: middle;
}
.seson_photo{
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.seson_photo ul li{
	list-style: none;
	float: left;
	width: 46%;
	margin: 2%;
}

/*support設定
---------------------------------------------------------------------------*/
.support_catch{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	margin-bottom: 40px;

}
.support_catch p{
	margin-top: 20px;
	text-align: center;
	font-size: 22px;
	line-height: 2.0em;
}
.support_st{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	margin-bottom: 20px;

}
.support_st2{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	margin-bottom: 20px;

}
.support_hour_ttl{
	clear: both;
	width: 20%;
	padding: 8px 20px;
	background-color: #1FBF5A;
	color: #fff;
	font-size: 20px;
	border-radius: 10px;
	margin: 20px auto;
	text-align: center;
}
.support_hour{
	clear: both;
	width: 25%;
	line-height: 2.0em;
	color: #198642;
	font-size: 20px;
	margin: 20px auto;
	text-align: center;
	
}
.support_hour span{
	color: #A4D548;
}
.support_sub_ttl{
	clear: both;
	width: 50%;
	padding: 12px 20px;
	background-color: #C884EB;
	color: #fff;
	font-size: 22px;
	border-radius: 12px;
	margin: 30px auto;
	text-align: center;
}
.support_maincp{
	width: 60%;
	margin: 20px auto;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
}
.support_maincp2{
	width: 60%;
	margin: 20px auto;
	text-align: left;
	font-size: 16px;
	line-height: 2em;
}
#support_action{
	width: 75%;
	padding: 50px 10%;
	margin: 20px auto;
	background-color: #FAF2FE;
	border-radius: 15px;
	
}
.support_action_ttl{
	font-size: 30px;
	color: #6F387F;

}
.support_action_txt{
	margin: 20px auto;
}
.support_action_txt span{
	color: #D28BF7;
}
.temporary_ttl{
	width: 100%;
	text-align: center;
	margin: 20px 0px;
	font-size: 20px;
	color: #329D4F;
}
.temporary_img{
	width: 96%;
	padding: 0px 2%;
	margin: 20px 0px;
}
.temporary_img img{
		border-radius: 15px;

} 
.temporary_g_base{
	clear: both;
	width: 85%;
	padding: 40px 5%;
	margin: 30px auto;
	background-color: #F7FFEC;
	border-radius: 15px;
	overflow: hidden;
}
.g_base_left{
	float: left;
	width: 60%;
	line-height: 2.2em;
}
.g_base_left_ttl{
	width: 100%;
	font-size: 28px;
	color: #00A447;
	margin-bottom: 30px;
}
.g_base_left span{
	color: #00A447;
}
.g_base_right{
	float: left;
	width: 40%;
	margin-left: 0px;
}

.temporary_g_info_st{
	clear: both;
	width: 85%;
	padding: 12px 5%;
	margin: 30px auto;
	background-color: #1FBF5A;
	border-radius: 8px;
	color: #fff;
	font-size: 22px;
	text-align: center;
}
.temporary_g_info{
	clear: both;
	width: 90%;
	padding: 40px 5%;
	margin: 30px auto 10px auto;
	display: table;
	font-size: 18px;
	line-height: 1.8em;
}
.temporary_g_info dl{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	padding-top: 6px;
	padding-left: 1%;
	padding-bottom: 6px;
	border-bottom: 2px dotted #7e6b56;
	display: table;
}
.temporary_g_info dt{
    loat: left;
	width: 280px;		/*幅*/
	padding-top:6px;
	padding-bottom:6px;
	position: relative;
	color: #227947;
}
.temporary_g_info dd{
	width: 95%;
	float: left;
    padding-left: 5%;
	line-height:2em;
	padding-top:6px;
	padding-bottom:6px;
	position: relative;
	
}
.temporary_g_info dd span{
	color: #C0DF76;
}
.temporary_info_bottom{
	idth: 80%;
	padding-left: 10%;
	color: #227947;
	text-align: left;
	font-size: 20px;
	line-height: 2em;
}
.temporary_info_bottom span{
	color: #B2D865;
}


/*個人情報保護設定
---------------------------------------------------------------------------*/

.privacy_base{
	width: 80%;
	padding-top: 40px;
	color: #505050;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.privacy_ttl{
	width: 80%;
	margin: 20px auto;
	text-align: center;
	font-size: 20px;
	color: #8546A2;
}

.privacy_sub_ttl{
	clear: both;
	width: 96%;
	padding: 8px 2%;
	background-color: #AC6DC9;
	color: #fff;
	font-size: 20px;
	border-radius: 12px;
	margin: 30px auto;
	text-align: left;
}
.privacy_maincp{
	width: 96%;
	margin: 20px 2%;
	text-align: left;
	font-size: 16px;
	line-height: 2em;
} 
.privacy_sign{
	width: 40%;
	margin-left: 60%;
	font-size: 18px;
	line-height: 2em;}

/*情報公開設定
---------------------------------------------------------------------------*/

.info_base{
	width: 80%;
	padding-top: 40px;
	color: #505050;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.info_base p{
	font-size: 17px;
	line-height: 2.0em ;
	margin-bottom: 20px;
	color: #713B9C;
}

.info{
	clear: both;
	width: 96%;
	padding: 15px 2%;
	background-color: #F5E4FD;
	border-radius: 12px;
	margin: 30px auto;
	text-align: left;
	overflow: hidden;
}
.info_icon a{
	float: left;
	width: 10%;
	margin-right: 20px;
	vertical-align: middle;
}
.info_icon a:hover{
	opacity: 0.7;
	
}
.info_txt{
	float: left;
	width: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #515151;
	font-size: 20px;
}
/*苦情解決設定
---------------------------------------------------------------------------*/

.complain_base{
	width: 80%;
	padding-top: 40px;
	color: #505050;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.complain_ttl{
	width: 80%;
	margin: 20px auto;
	text-align: center;
	font-size: 20px;
	color: #8546A2;
}
.complain_ttl2{
	width: 80%;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
	font-size: 20px;
	color: #743393;
}

.complain_sub_ttl{
	clear: both;
	width: 96%;
	padding: 8px 2%;
	background-color: #AC6DC9;
	color: #fff;
	font-size: 20px;
	border-radius: 12px;
	margin: 30px auto;
	text-align: left;
}
.complain_maincp{
	width: 96%;
	margin: 20px 2%;
	text-align: left;
	font-size: 16px;
	line-height: 2em;
} 

/*ダウンロード
---------------------------------------------------------------------------*/

.download_base{
	width: 80%;
	padding-top: 40px;
	color: #505050;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	height: auto;
	min-height: 500px;
}
.download_base ul li{
	list-style: none;
	float: left;
	width: 48%;
	margin: 20px 1%;
}
.download_base ul li a:hover{
	opacity: 0.7
}
.download_base p{
	font-size: 18px;
	line-height: 2.0em ;
	margin-bottom: 30px;
	color: #713B9C;
	text-align: center;
}

.info{
	clear: both;
	width: 96%;
	padding: 15px 2%;
	background-color: #F5E4FD;
	border-radius: 12px;
	margin: 30px auto;
	text-align: left;
	overflow: hidden;
}


/*NEWS/GUARDIAN設定
---------------------------------------------------------------------------*/
.news_base{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 15px;
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-bottom: 40px;
	height: auto;
	min-height: 300px;
	max-width: 1200px;
}


#news_main  {
	float: left;	/*右に回り込み*/
	width: 80%;		/*ボックス幅*/
	overflow: hidden;
	margin-top: 10px;
}
.news_main_ttl{
	width: 35%;
	clear: both;
	padding-left: 10px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
.news-area{
	width: 93%;
	height: auto;
	padding: 3%;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 30px;
	min-height: 100px;
    overflow: hidden;
}

.news_subttl{
	clear: both;
	margin-bottom: 15px;
	padding: 6px 25px;	/*上下、左右への余白*/
	color: #000;
	font-size: 16px;
	line-height: 2em;
	background-color: #FFF;
	border: 1px solid #983cc4;
	border-radius: 8px;
}
.guardian_subttl{
	clear: both;
	margin-bottom: 15px;
	padding: 6px 25px;	/*上下、左右への余白*/
	color: #000;
	font-size: 16px;
	line-height: 2em;
	background-color: #FFF;
	border: 1px solid #fb5c95;
	border-radius: 8px;
}

.photonews_subttl{
	clear: both;
	margin-bottom: 15px;
	padding: 6px 25px;	/*上下、左右への余白*/
	color: #000;
	font-size: 16px;
	line-height: 2em;
	background-color: #FFF;
	border: 1px solid #4fad35;
	border-radius: 8px;
}


.news_txt_area{
    width: 94%;
	height: auto;
	padding: 3%;
	font-size: 15px;
	margin: 10 auto 10 auto;
	line-height: 1.8em;
	color: #666;
}
.news_txt a{
	color: #36C;
}
.news_txt a:hover{
	color: #C30 ;
}
.news_bottom{
    clear: both;
    width: 100%;
    margin-top: 30px;
}

.news_zoom{
    margin-top: 50px;
    margin-left: 20px;
    float: left;
    margin-bottom: 10px;
    width: 45%;
}
.news_return{
    margin-top: 50px;
    float: right;
    margin-bottom: 10px;
    width: 45%;
    text-align: right;
}
.news_photo_box{
    clear: both;
	width: 94%;
	height: auto;
	padding: 3%;
}

.news_photo_box ul li{
	border: 1px solid #999;
	width: 175px;
	float: left;
	height: auto;
	padding: 6px;
	margin: 10px;
	list-style: none;
	font-size:12px;
	line-height:2em;
}
.news_photo_box ul li a:hover{
    opacity: 0.7
}

.news_ttl a:hover{
	color:#C93;
}
.click{
	clear:both;
	margin-top:30px;
	margin-left:40px;
}
.news_date{
	float: left;
	width: 100px;
	font-size: 16px;
	line-height: 2em;
	color: #983cc4;
	margin-left: 10px;
	margin-right: 20px;
}
.guardian_date{
	float: left;
	width: 100px;
	font-size: 16px;
	line-height: 2em;
	color: #e93480;
	margin-left: 10px;
	margin-right: 20px;
}
.photonews_date{
	float: left;
	width: 100px;
	font-size: 16px;
	line-height: 2em;
	color: #4fad35;
	margin-left: 10px;
	margin-right: 20px;
}


/*お知らせ　subグ設定*/
#news_sub {
	width: 18%;
	float: right;	/*右に回り込み*/
	overflow: hidden;
	background-color: #fbf8ff;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 8px;
	text-align: center;
	margin-top: 10px;
    padding-bottom: 10px;
}

.newest {
    width: 18%;
	float: right;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 10%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 3em;
    text-align: center;
    background-color: #C1A6EB;
    color: #fff;
}
.newest a {color: #fff;
    text-decoration: none;
}
.newest a:hover{
    color: #994FC7;
}
.guardian_newest {
    width: 18%;
	float: right;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 10%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 3em;
    text-align: center;
    background-color: #FFB2D1;
    color: #fff;
}
.guardian_newest a {color: #fff;
    text-decoration: none;
}
.guardian_newest a:hover{
    color: #F385A1;
}



#news_sub .ttl {
	background-color:#C1A6EB;
	padding: 10px 10px;	/*上下、左右へのボックス内の余白*/
	color: #fff;

}
#news_sub li {
	font-size:14px;
	line-height:1.8em;
	border-bottom:#b487ff dotted 2px;
	text-align:center;
	color: #404040;
	list-style:none;
	padding:10px 10px;
	margin-left:10px;
	margin-right:10px;
    letter-spacing: 0.2em;
}
#news_sub li a{
	list-style:none;
	text-decoration: none;
	color: #404040;
}
#news_sub li a:hover {
	color: #994FC7;
}


#guardian_sub {
	width: 18%;
	float: right;	/*右に回り込み*/
	overflow: hidden;
	background-color: #fcf2f6;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 8px;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
	
}


#guardian_sub .ttl {
	background-color:#ffb2d1;
	padding: 10px 10px;	/*上下、左右へのボックス内の余白*/
	color: #fff;

}
#guardian_sub li {
	font-size:14px;
	line-height:1.8em;
	border-bottom:#fb5c95 dotted 2px;
	text-align:center;
	color: #404040;
	list-style:none;
	padding:10px 10px;
	margin-left:10px;
	margin-right:10px;
}
#guardian_sub li a{
	list-style:none;
	text-decoration: none;
	color: #f44d90;
}
#guardian_sub li a:hover {
	color: #EE7BA9;
}






/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
    background-image: repeating-linear-gradient( 90deg, rgba(228, 203, 232, 1.0) 0px 20px, rgba(238, 229, 240, 1.0) 20px 40px );
}



/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	font-size: 14px;	/*文字サイズを少し小さく*/
	padding-top: 30px;
	padding-bottom: 40px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
    line-height: 2em;
    width: 92%;
    margin-left: auto;
    margin-right: auto;

}
.footer_logo{
	width: 28%;
	float: left;
}

#footermenu ul {
	float: left;
	width: 70%;		/*幅。*/
    margin-left: 2%;
}
/*メニュー１個あたりの設定*/
#footermenu ul li {
	padding: 5 10px;	/*上下、左右への余白*/
    float: left;
    border: 1px solid #9555b7;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #fff;
    width: 18%;
    margin-top: 40px;
    margin-left: 1.5%;
}
#footermenu ul li a{
    color: #9555b7;
    line-height: 1.8em;
    text-align: center;
}
#footermenu ul li a:hover{
    color:#541285;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
    padding-top: 15px;
	clear: both;
    height:35px;
	text-align: center;background-image: url("../images/footer_bg.png");
    background-repeat: repeat;
    color: #fff;
    font-size: 70%;
}



@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}


/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
    text-decoration: none;
    text-align: center;
    z-index: 4000;
    position: fixed;
	width: 80px;		/*幅*/
	line-height: 80px;	/*高さ*/
	bottom: 50px;		/*下から50pxの場所に配置*/
	right: 3%;			/*右から3%の場所に配置*/
	background-image: url("../images/pagetop.png");
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration:25;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
    background-image: url("../images/pagetop2.png");

}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}




/*画面幅1301px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1301px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: 1301px;	/*サイトの幅。この指定がないと上部メニューが一瞬段落ちする場合があります。*/
}
.day_fls img{
	margin-top: 90px;}
day_frs img{
	margin-top: 90px;}
}

/*画面幅1250px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1250px){
.day_fls img{
	margin-top: 40px;}
.day_frs img{
	margin-top: 40px;}
}

/*画面幅1200px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){
.day_fls img{
	margin-top: 30px;}
.day_frs img{
	margin-top: 30px;}}
/*画面幅1100px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:1100px){
#menubar { width: 60%;}
.day_fls img{
	margin-top: 10px;
}
.day_frs img{
	margin-top: 10px;
}
}
/*画面幅1000px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:1000px){
#menubar { width: 60%;}
.day_fls img{
	margin-top: 10px;
}
.day_fl_txt{
	font-size: 15px;
	line-height: 1.8em;
	height: 50%;
}
.day_frs img{
	margin-top: 10px;
}
.day_fr_txt{
	font-size: 15px;
	line-height: 1.8em;
	height: 50%;
}
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
#menubar {width: 60%;}

/*ロゴ
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {
	width: 45%;		/*ロゴ画像の幅*/
	margin-top: 35px;	/*ロゴの上にあける余白。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	margin-left: 27%;	/*ロゴの左側にあける余白。*/
    margin-bottom: 20px;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu header,body.is-fixed header {margin-bottom: 0px;}


/*スマホ用メニューブロック*/
#menubar-s {
    display: block;
    overflow: hidden;
    z-index: 5000;
    position: absolute;
    top: 105px;	/*上から100pxの場所に配置*/
    width: 77%;
    margin-left: 12%;
    animation-name: menu1;		/*上のkeyframesの名前*/
    animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
    animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
    background-color: rgba(127,86,193,0.8) ;
    left: -1px;
	border-radius: 15px;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 4%;
	padding-right: 4%;
}
#menu_l{
		width: 49%;
		float: left;
}
#menu_r{
		width: 49%;
		float: right;
}

.menubox{
	width: 70%;
	margin-left: 25%;
	border: 1px solid #fff;
	border-radius: 12px;
	}
.menubox ul li{
		list-style: none;
		font-size: 14px;
		width: 90%;
		padding-left: 10%;
		line-height: 3.0em;
		border-top: 1px solid #fff;
		color: rgba(255,255,255,1.0)
	}

.menubox li:first-child{
		border: none;
	}
.menubox ul li a{
	color: rgba(255,255,255,1.0)
	}
.menubox ul li a:hover{
	opacity: 0.7;
	}
#m_box1{
	float: left;
	width: 94%;
	margin-left: 5%;
	margin-bottom: 15px;
	background-image:url("../images/navi/s/about_icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	}
#m_box2{
	float: left;
	width: 94%;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image:url("../images/navi/s/facility_icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	}
#m_box3{
	float: left;
	width: 94%;
	margin-left:5%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:url("../images/navi/s/education_icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	}
#m_box4{
	float: right;
	width: 94%;
	margin-right: 5%;
	margin-bottom: 15px;
	background-image:url("../images/navi/s/support_icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	}
#m_box5{
	float: right;
	width: 94%;
	margin-right: 5%;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image:url("../images/navi/s/news_icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	}
#m_box6{
	float: right;
	width: 94%;
	margin-right: 5%;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image:url("../images/navi/s/recruit_icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	}    
#m_box7{
	float: right;
	width: 94%;
	margin-right: 5%;
	margin-top: 10px;
	margin-bottom: 0px;
	}
.menubox2{
	width: 70%;
	margin-left: 25%;
	}
.menubox2 ul li{
	list-style: none;
	background-color: #fff;
	font-size: 14px;
	border-radius: 30px;
	line-height: 2.3em;
	margin-top: 10Px;
	margin-bottom: 10px;
	padding-left: 10%;
}
.menubox2 ul li a{
		color: #a257d3;
	}
	.menubox2 ul li a:hover{
		color: #a257d3;
		opacity: 0.7;
	}

	/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;position: absolute;
	top: 24px;	/*上から24pxの場所に配置*/
	right: 3%;	/*右から3%の場所に配置*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 60px;		/*幅*/
	height: 60px;		/*高さ*/
	border-radius: 10px;	/*円形にする。この行削除すれば正方形になります。*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #E9608B url("../images/navi/menu.png") no-repeat center top/60px;	/*背景色、アイコンの読み込み、上半分(top)を表示、幅50px*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #E9608B url("../images/navi/menu.png") no-repeat center bottom/60px;	/*背景色、アイコンの読み込み、上半分(bottom)を表示、幅50px*/
}
/*トップインデックス*/
.cp1{
    width: 80%;
}

.pic1{
    padding-left: 58%;
	padding-top: 7%;
    width: 35%;
    z-index: 200;
	position: absolute;
}
/*indexのボックス（list2）設定
---------------------------------------------------------------------------*/
#box{
	width: 94%;
}
/*ボックス１個あたりの設定*/
.list2 {
	height: 260px;			/*高さ（下の「.list a」の高さと揃える）*/

}

.list2 a {
	height: 260px;	/*高さ（上の「.list」の高さと揃える）*/
}


.list2_icon{
	width: 90%;
	left: 8%;
}

.f-cont2{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: auto;
	height: auto;
	min-height: 350px;
}

.pic2{
	width: 60%;
	top:52%;
	left: 5%;
	font-size: 18px;
}
.pic2 img{
	width: 55%;
	margin-right: 44%;
}
.pic2 p{
	font-size: 14px;

}
/*トップニュース
---------------------------------------------------------------------------*/
#topnews{
	width: 90%;

}
#topnews ul li{
	width: 90%;
	line-height: 2em;
	padding-left: 70px;
	margin: 5px auto;
}
    
 #topnews li dd{
        clear: both;
    }
/*各ページの設定
---------------------------------------------------------------------------*/

#page_ttl{
	width: 40%;
	margin-top: 30px;
	margin-bottom: 30px
}
/*ABOUT設定
---------------------------------------------------------------------------*/
.about_catch{
	width: 60%;

	padding-top: 60px;
	margin-bottom: 30px;

}
.about_copy{
	width: 80%;
	margin-bottom: 20px;
}

.about_bnr_area{
	width: 100%;
}
.about_st{
	padding-top: 20px;
	margin-bottom: 20px;
}
.about_mk{
	margin-bottom: 20px;

}
/*outline
---------------------------------------------------------------------------*/
#outline_TB{
	margin-top: 80px;
	clear: both;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	font-size: 15px;
	line-height: 2em;
	text-align: left;
	color: #565656;
	border-color: #816237;
	padding-bottom: 30px;
}
.map_area{
	clear: both;
	margin-top: 100px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.gmap{
	clear: both;
	margin-top: 40px;

}

.opera{color: #8326A4;
}
.opera2{
	color: #C28ED4;
}

#outline_TB  dt {
	width: 100px;		/*幅*/
}
/*内容設定*/
#outline_TB dd {
	width: 70%;
}

/*入園案内900pix
---------------------------------------------------------------------------*/
.guide_st{
	width: 40%;
	padding: 6px 20px;
	font-size: 18px;
	border-radius: 10px;
	margin-right: 60%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.guide_st2{
	width: 78%;
	padding: 6px 20px;
	font-size: 18px;
	margin-right: 22%;
	margin-top: 10px;
}
.guide_st_yellow,.guide_st_blue,.guide_st_pink,.guide_st_beige{
	width: 70%;
	padding: 5px 15px;
	font-size: 18px;
	margin-right: 30%;
	margin-bottom: 10px;
	margin-top: 20px;
}

.big1{
	font-size: 18px;
	font-weight: 600;
	line-height: 2.2em;
}

/*FACILITY　設定
---------------------------------------------------------------------------*/

.facility_base{
	width: 96%;
	padding-bottom: 10px;
}


.facility_half_1{
	float: left;
	width: 47%;
	margin-right: 3%;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}
.facility_half_2{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}


/*職員採用
---------------------------------------------------------------------------*/

#rec_ttl{
	clear: both;
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px
}

.page_base hr{
	margin-bottom: 40px;
	border: 2px dashed #A072AC;

}

.rec_sttl{
	clear: both;
	position: absolute;
	width: 35%;
	left:32.5%;
	top:0;
	font-size: 20px;
	line-height: 2.4em;
	color: #fff;
	background-color: #B782CB;
	text-align: center;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.rec_main{
	width: 70%;
	font-size: 16px;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;

}
.rec_main img{
	border-radius: 12px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.rec_st{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #a856d2;
	margin-top: 70px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
    
.rec_st_05{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #a856d2;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.rec_st_copy{
	clear: both;
	width: 80%;
	line-height: 1.8em;
	text-align:left;
	font-size: 18px;
	color: #a856d2;
	margin-top: 80px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-left: #a856d2 6px solid;
}
.rec_fr{
	float: right;
	width: 45%;
	margin: 2%;

}
.rec_fr img{
		border-radius: 12px;
}
.rec_fl{
	float: left;
	width: 60%;
	margin: 2%;

}
.rec_fl img{
		border-radius: 12px;
}
.rec_frl{
	float: right;
	width: 50%;
	padding-right: 10%;
	margin: 2%;

}
.rec_fll{
	float: left;
	width: 50%;
	margin: 2%;
	padding-left: 10%;
}
.rec_frl img{
		border-radius: 12px;
}

.rec_fll img{
		border-radius: 12px;
}
.rec_frs{
	float: right;
	width: 30%;
	margin: 2%;

}
.rec_frs img{
		border-radius: 12px;
}
.rec_fls{
	float: left;
	width: 30%;
	margin: 2%;

}
.rec_fls img{
		border-radius: 12px;
}
.cmttl{
	text-align: center;
	font-size: 16px;
	line-height: 2.4em;
	width: 100%;
	border-top: 1px solid #a856d2;
	border-bottom: 1px solid #a856d2;

}
.cmttl span{
	font-size: 14px;
}
.rec_line{
	clear: both;
	width: 80%;
	padding-top: 30px;
	border-bottom: 3px dashed #F0BFEE;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/*質問と答えのボックス全体を囲むブロック*/
/*Q&A
---------------------------------------------------------------------------*/
/*Q&Aブロック*/
.qes_area{
	width: 80%;
	margin-left: 10%;
	overflow: hidden;
	clear: both;
	margin-top: 20px;
}
.qes_icon{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.qes {
	float: left;
	width:80%;
	margin-bottom:20px;
	margin-top:10px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:18px;
	color:#635D0B;
	line-height:2em;
}
.ans_area{
	clear: both;
	width: 70%;
	margin-left: 20%;
	overflow: hidden;
}
.ans_icon{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.ans {
	float: left;
	width:85%;
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom:10px;
	color: #343434;
}
.rec_st2{
	font-size: 18px;
	line-height: 2.8em;
	text-align: center;
	color: #000;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F4EFE9;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rec_btn{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rec_btn a:hover{
	opacity: 0.7;
}


.contact_btn{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact_btn a:hover{
	opacity: 0.7;
}

/*EDUCATION 1日の流れ
---------------------------------------------------------------------------*/
.days_base{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-top: 0;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
	height: auto;
	max-width: 1200px;
}
.days_base2{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 30px;
	height: auto;
	max-width: 1200px;
	padding-bottom: 200px;
	background-image: url("../education/education_image/base2_bg.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 80%;
}
.days_base3{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 15px;
	padding-top: 0;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	height: auto;
	max-width: 1200px;
}
.day_inner{
	padding: 3%;
	overflow: hidden;
}
.edu_st{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-bottom: 20px;
	font-size: 28px;
	color: #7F59BE;
	text-align: center;
}

.edu_catch{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-bottom: 0px;

}
.day_catch{
	clear: both;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 50px;

}
.edu_copy{
	width: 80%;
	font-size: 18px;
	line-height: 2.0em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.edu_copy2{
	width: 80%;
	font-size: 16px;
	line-height: 2.0em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 30px;
}
.days_slide_base{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0%;
	padding-right: 0%;
	position: relative;
	height: auto;
	max-width: 1200px;
	background-image: url("../education/education_image/slide_bg.jpg");
	border-image-repeat: repeat;
	overflow: hidden;
}
.day_timebox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.day_time{
	float: left;
	width: 50%;
	margin: 0%;
}
.day_fl{
	float: left;
	width: 45%;
	margin: 2.5%;
	overflow: hidden;
	position: relative;
	height: auto;
}

.day_fl img{
	border-radius: 3%;
}

.day_fls{
	float: left;
	width: 46%;margin: 2%;
}
.day_fls img{
	margin-top: 0px;
	border-radius: 4%;
	vertical-align: bottom;

}
.day_fr{
	float: right;
	width: 45%;
	margin: 2.5%;
	overflow: hidden;
	position: relative;
	height: auto;
}

.day_fr img{
	border-radius: 3%;
}

.day_frs{
	float: left;
	width: 46%;margin: 2%;
}
.day_frs img{
	margin-top: 0px;
	border-radius: 4%;
	vertical-align: bottom;
}
.day_fl_txt{
	font-size: 14px;
	line-height: 1.6em;
	height: 50%;
}
.day_fr_txt{
	font-size: 14px;
	line-height: 1.6em;
	height: 50%;
}
	
	
/*curric*/


.curric_st{
	width: 80%;
}
.curric_copy{
	width: 70%;
	font-size: 16px;
}

#swim_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #e3f6ff;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#swim_box span{
	color: #4eb4cf;
}
#gym_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #f0fce3;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#gym_box span{
	color: #81b44e;
}
#rithomic_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #fff6de;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#rithomic_box span{
	color: #ff9544;
}
#english_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #ffedf7;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#english_box span{
	color: #ff89c7;
}
#art_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #f3eeff;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#art_box span{
	color: #aa80f0;
}
#march_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #f4f3f2;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#march_box span{
	color: #e26475;
}

.curric_area{
	float: none;
	width: 70%;
	margin: 40px auto 10px auto;
	font-size: 15px;
}
.curric_area p{
	margin-top: 20px;
	line-height: 2.0em;
}

.curric_ttl{
	width: 40%;
}
.curric_video{float: none;
	width: 80%;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border-radius: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);			/*同上*/
}

/*EVENTS設定
---------------------------------------------------------------------------*/


.seson_ttl{
	width: 40%;
}

.seson_txt{
	font-size: 15px;
	}
.seson_photo{
	margin-top: 20px;
	margin-bottom: 20px;
}
.seson_photo ul li{
	float: none;
	width: 90%;
	margin: 10px auto;
}
	/*support設定
---------------------------------------------------------------------------*/
.support_catch{
	width: 70%;
}
.support_catch p{
	font-size: 18px;
}
.support_st{
	width: 60%;
	padding-top: 0px;
	margin-bottom: 20px;
}
.support_st2{
	width: 60%;
	padding-top: 50px;
}
.support_hour_ttl{
	width:30%;
}
.support_hour{
	width: 35%;
}

.support_sub_ttl{
	width: 70%;
}
.support_maincp{
	width: 80%;
}
.support_maincp2{
	width: 80%;
}

.support_action_ttl{
	font-size: 28px;
}

.temporary_ttl{
	font-size: 16px;
}

.temporary_g_base{
	clear: both;
	width: 90%;
	padding: 40px 2%;
	margin: 30px auto;
	background-color: #F7FFEC;
	border-radius: 15px;
	overflow: hidden;
}
.g_base_left{
	float: left;
	width: 60%;
	line-height: 2.2em;
}
.g_base_left_ttl{
	width: 100%;
	font-size: 22px;
	color: #00A447;
	margin-bottom: 30px;
}

.g_base_right{
	margin-top: 50px;
}

.temporary_g_info_st{
	clear: both;
	width: 85%;
	padding: 12px 5%;
	margin: 30px auto;
	background-color: #1FBF5A;
	border-radius: 8px;
	color: #fff;
	font-size: 22px;
	text-align: center;
}
.temporary_g_info{

	font-size: 16px;
}


.temporary_info_bottom{
	idth: 80%;
	padding-left: 10%;
	color: #227947;
	text-align: left;
	font-size: 16px;
	line-height: 2em;
}
/*個人情報保護設定
---------------------------------------------------------------------------*/

.privacy_base{
	width: 96%;
}
.privacy_ttl{
	width: 90%;
	font-size: 18px;
}

.privacy_sub_ttl{
	width: 96%;
	padding: 6px 2%;
	font-size: 15px;
}
.privacy_maincp{
	width: 96%;
	margin: 20px 2%;
} 
.privacy_sign{
	width: 45%;
	margin-left: 55%;
	font-size: 16px;
	}
	
/*苦情解決設定
---------------------------------------------------------------------------*/

.complain_base{
	width:90%;
	
}

    
/*ニュース*/
#news_main  {
	float:none;	/*右に回り込み*/
	width: 96%;		/*ボックス幅*/
    margin-left: auto;
    margin-right: auto;
}
.news_main_ttl{
	width: 40%;
	;
}
#news_sub {
	width:90%;
	float:none;	/*右に回り込み*/
	margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
#guardian_sub {
	width:90%;
	float:none;	/*右に回り込み*/
	margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.newest {
    width: 90%;
	float: none;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
}
.newest a {color: #fff;
    text-decoration: none;
}
.newest a:hover{
    color: #994FC7;
}
    .guardian_newest{
        width: 90%;
	float: none;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
}
    
 

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	font-size: 14px;	/*文字サイズを少し小さく*/
	padding-top: 20px;
	padding-bottom: 20px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
    line-height: 2em;
    width: 85%;
    margin-left: auto;
    margin-right: auto;

}
.footer_logo{
	width: 50%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#footermenu ul {
	display: none;
}


}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.pc{
    display: none;
    
}
.sp{
    display: block;
    }

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 13px;	/*文字サイズ*/
}
/*ロゴ画像*/
header #logo {
	width: 70%;		/*ロゴ画像の幅*/
	margin-top: 30px;	/*ロゴの上にあける余白。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	margin-left: 5%;	/*ロゴの左側にあける余白。*/
    margin-bottom: 10px;
}

/*スマホ用メニューブロック*/
#menubar-s {
    top: 100px;	/*上から100pxの場所に配置*/
    width: 80%;
    margin-left: 6%;
	padding-left: 4%;
	padding-right: 4%;
}
#menu_l{
		width: 95%;
		float: none;
	margin-bottom: 10px;
}
#menu_r{
		width: 95%;
	margin-left:4%;
		float: none;
	padding-top: 10px;
}

.menubox{
	width: 70%;
	margin-left: 25%;
	border: 1px solid #fff;
	border-radius: 12px;
	}
.menubox ul li{
		list-style: none;
		font-size: 14px;
		width: 90%;
		padding-left: 10%;
		line-height: 3.0em;
		border-top: 1px solid #fff;
		color: rgba(255,255,255,1.0)
	}

.menubox li:first-child{
		border: none;
	}
.menubox ul li a{
	color: rgba(255,255,255,1.0)
	}
.menubox ul li a:hover{
	opacity: 0.7;
	}

#m_box4{
	margin-top: 10px;
	}

.menubox2{
	width: 70%;
	margin-left: 25%;
	}
.menubox2 ul li{
	list-style: none;
	background-color: #fff;
	font-size: 14px;
	border-radius: 30px;
	line-height: 2.3em;
	margin-top: 10Px;
	margin-bottom: 10px;
	padding-left: 10%;
}
.menubox2 ul li a{
		color: #a257d3;
	}
	.menubox2 ul li a:hover{
		color: #a257d3;
		opacity: 0.7;
	}
.cp1_ttl{
    font-size: 25px;
	margin-top: 30px;
    margin-bottom: 20px;
}
.f-cont{
    width: 90%;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 10%;
    position: relative;
    overflow: hidden;
}
.photo1{
	float: none;
   width: 95%;
}

.pic1{
    padding-left: 15%;
	padding-top: 0%;
    width: 70%;
	margin-bottom: 10px;
	position: relative;

}
/*indexのボックス（list2）設定
---------------------------------------------------------------------------*/

/*ボックス１個あたりの設定*/
.list2 {
	float: none;	/*左に回り込み*/
	width: 80%;		/*幅*/
	max-width: 360px;
	margin-left:auto;	/*ボックス同士の左右間の余白*/
	margin-right: auto;
	margin-bottom: 30px;	/*ボックス同士の上下間の余白*/
	background-color: #fff;
	border-radius: 5%;
	height: 100%;			/*高さ（下の「.list a」の高さと揃える）*/
	margin-top: 50px;
}

.list2 a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 100%;	/*高さ（上の「.list」の高さと揃える）*/
	color: #000;
	border-radius: 5%;
}
/*トップ新着情報
---------------------------------------------------------------------------*/
#topnews{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 40px;
	overflow:hidden;
	position: relative;
	background-image: none;
	max-width: 1300px;
}
.news_main_ttl{
	width: 80%;
}
.topnews_ttl{
	width: 90%;
	margin-left: 4%;
	font-size: 35px;
	color: #fff;
	line-height: 2em;

}
.news_date{
	float: none;
    }
.guardian_date{
    	float: none;

}
.photonews_date{
	float: none;
	
}
    #topnews ul li{
	list-style: none;
	width: 80%;
	float: none;
	background-color: #fff;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.8em;
	padding-left: 60px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 10px auto;
}

#topnews li dl {
padding: 10px 0;
}

#topnews li dt {
    float: none;
    clear: both;
	width: 10em;
	color:#AF54C3;
}
#topnews li dd {
	clear: both;
margin-left: 0px;
}
.cat_news,.cat_photo_news,.cat_guardian_news{
    float: none;
    clear: both;
	margin-right:15px;
}

    
.f-cont2{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: auto;
	height: auto;
	padding-bottom: 30px;
}
.photo2{
	float: right;
   width: 90%;
    max-width: 1600px;
    z-index: 100;
}
.photo2 img{
	border-top-left-radius: 7%;
    border-bottom-left-radius: 7%;
}
.photo3{
	top:0;
	left: 15%;
    width: 60%;
    z-index: 100;
	position:relative;
}
.pic2{
	clear: both;
	width: 80%;
	top:15px;
	left: 0%;
	margin: 10px auto 10px;
    z-index: 100;
	position:relative;
	padding:4%;
	border-radius: 15px;
	font-size: 15px;
}
.pic2 img{
	width: 55%;
	margin-right: 44%;
}
.pic2 p{
	font-size: 13px;
}

/*各ページの設定
---------------------------------------------------------------------------*/
#page_mainimg{
	padding-bottom: 30px;
}
#page_mainimg video{
	width: 90%
}
#page_ttl{
	width: 60%;
	margin-top: 20px;
	margin-bottom: 20px
}
.page_base{
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 15px;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-bottom: 40px;
	height: auto;
	max-width: 1200px;
}
.page_base2{
	width: 88%;

}
.page_sttl{
	clear: both;
	position: absolute;
	width: 60%;
	left:20%;
	top:0;
	font-size: 18px;
	line-height: 2.4em;
	color: #fff;
	background-color: #B782CB;
	text-align: center;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-bottom: 30px;
}
/*ABOUT設定
---------------------------------------------------------------------------*/
.about_catch{
	width: 80%;
	padding-top: 30px;
	margin-bottom: 20px;
}
.about_copy{
	width: 90%;
	margin-bottom: 20px;
}

.about_bnr_area{
	width: 100%;
}

.about_mk{
	margin-bottom: 20px;

}
.about_st{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-bottom: 20px;

}
.about_mk{
	width: 55%;
	margin-left: 25%;
	margin-right: auto;
	padding-top: 30px;
	margin-bottom: 40px;

}

.about_bnr_area ul li{
	float: none;
	width: 80%;
	padding-left: 1%;
	padding-right: 1%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.down{
	padding-top: 10px;
}
/*outline
---------------------------------------------------------------------------*/
#outline_TB{
	margin-top: 60px;
	width: 90%;
}
.map_area{
	margin-top: 50px;
	width: 90%;
;
}
.gmap{
	clear: both;
	margin-top: 30px;
}

#outline_TB dl{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	padding-top: 6px;
	padding-left: 1%;
	padding-bottom: 6px;
	border-bottom: 1px dotted #816237;	/*下線の幅、線種、色*/
}
#outline_TB  dt {
	float: left;
	width: 120px;		/*幅*/
	padding-top:6px;
	padding-bottom:6px;
	position: relative;
}
/*内容設定*/
#outline_TB dd {
	width: 80%;
	float: left;
	line-height:2em;
	padding-top:6px;
	padding-bottom:6px;
	position: relative;
}
/*入園案内900pix
---------------------------------------------------------------------------*/
.guide_half{
	float: none;
	width: 90%;
	padding-top: 0px;
	margin-left: 5%;
	margin-right: auto;
	line-height: 2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.guide_half2{
	float: none;
	width: 90%;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.guide_st{
	width: 80%;
	padding: 6px 20px;
	font-size: 18px;
	border-radius: 10px;
	margin-right: 20%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.guide_st2{
	width: 78%;
	padding: 3px 20px;
	font-size: 18px;
	margin-right: 22%;
	margin-top: 10px;
}
.guide_st_yellow,.guide_st_blue,.guide_st_pink,.guide_st_beige{
	width: 80%;
	padding: 5px 15px;
	font-size: 16px;
	margin-right: 20%;
	margin-bottom: 10px;
	margin-top: 20px;
}

.big1{
	font-size: 16px;
	line-height: 1.6em;
}

/*給食
---------------------------------------------------------------------------*/

.lunch_base p{
	margin-top: 10px;
	margin-bottom: 10px;
}
.lunch_base span{
	font-size: 18px;

}
.lunch_base img{
	border-radius: 18px;
	margin-bottom: 10px;
}
.lunch_half_1{
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
.lunch_half_2{
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

/*FACILITY　設定
---------------------------------------------------------------------------*/

.facility_base{
	width: 96%;
	padding-bottom: 10px;
}
.facility_base p{
	margin-bottom: 10px;
	}


.facility_half_1{
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
.facility_half_2{
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*職員採用
---------------------------------------------------------------------------*/



.page_base hr{
	margin-bottom: 0px;
	border: 2px dashed #A072AC;

}

.rec_sttl{
	clear: both;
	position: absolute;
	width: 80%;
	left:10%;
	top:0;
	font-size: 18px;
	line-height: 2.4em;
	color: #fff;
	background-color: #B782CB;
	text-align: center;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.rec_main{
	width: 85%;
	font-size: 16px;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

}

.rec_st{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #a856d2;
	margin-top: 70px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
    
.rec_st_05{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #a856d2;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.rec_st_copy{
	clear: both;
	width: 80%;
	line-height: 1.8em;
	text-align:left;
	font-size: 15px;
	color: #a856d2;
	margin-top: 60px;

}


.rec_frl{
	float: none;
	width: 80%;
	margin: auto;
	padding-right: 0;

}
.rec_fll{
	float: none;
	width: 80%;
	margin: 10px auto;
	padding-left: 0;
}

.rec_frs{
	float: none;
	width: 70%;
	margin: auto;
	padding-left: 0;
}

.rec_fls{
	float: none;
	width: 70%;
	margin: auto;
	padding-left: 0;

}

.cmttl{margin-top: 10px;

}

.rec_line{
	clear: both;
	width: 80%;
	padding-top: 30px;
	border-bottom: 3px dashed #F0BFEE;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/*質問と答えのボックス全体を囲むブロック*/
/*Q&A
---------------------------------------------------------------------------*/
/*Q&Aブロック*/
.qes_area{
	width: 100%;
	margin-left: 0%;
	overflow: hidden;
	clear: both;
	margin-top: 20px;
}
.qes_icon{
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

.qes {
	float: left;
	width:70%;
	margin-bottom:0px;
	margin-top:10px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:16px;
	color:#635D0B;
	line-height:2em;
}
.ans_area{
	clear: both;
	width: 90%;
	margin-left: 7%;
	overflow: hidden;
}
.ans_icon{
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
.ans {
	float: left;
	width:75%;
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom:10px;
	color: #343434;
}
.rec_st2{
	font-size: 16px;
	line-height: 2.8em;
	text-align: center;
	color: #000;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F4EFE9;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rec_btn{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rec_btn a:hover{
	opacity: 0.7;
}


.contact_btn{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact_btn a:hover{
	opacity: 0.7;
}
/*EDUCATION 1日の流れ
---------------------------------------------------------------------------*/

.days_base2{
	padding-bottom: 90px;
}
.days_base3{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 15px;
	padding-top: 0;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	height: auto;
	max-width: 1200px;
}

.edu_st{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #7F59BE;
	text-align: center;
}

.edu_catch{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	margin-bottom: 0px;

}
.day_catch{
	clear: both;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;

}
.edu_copy{
	width: 90%;
	font-size: 15px;
	line-height: 2.0em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
.edu_copy2{
	width: 90%;
	font-size: 15px;
	line-height: 2.0em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 30px;
}
.days_slide_base{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0%;
	padding-right: 0%;
	position: relative;
	height: auto;
	max-width: 1200px;
	background-image: url("../education/education_image/slide_bg.jpg");
	border-image-repeat: repeat;
	overflow: hidden;
}

.day_time{
	float: none;
	width: 100%;
	margin: 0%;
}
.day_fl{
	float: none;
	width: 90%;
	margin: 5%;
	overflow: hidden;
	position: relative;
	height: auto;
}

.day_fls img{
	margin-top: 10px;
	border-radius: 4%;
	vertical-align: bottom;
}
	.day_frs img{
	margin-top: 10px;
	border-radius: 4%;
	vertical-align: bottom;
}
.day_fr{
	float: none;
	width: 90%;
	margin: 5%;
	overflow: hidden;
	position: relative;
	height: auto;
}


.day_frs{
	float: left;
	width: 46%;margin: 2%;
}

.day_fl_txt{
	font-size: 14px;
	line-height: 1.6em;
	height: 50%;
}
.day_fr_txt{
	font-size: 14px;
	line-height: 1.6em;
	height: 50%;
}
	
/*curric*/


.curric_st{
	width: 	100%;
	font-size: 18px;
}
.curric_copy{
	width: 90%;
	font-size: 14px;
}

#swim_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 20px;
	background-color: #e3f6ff;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#swim_box span{
	color: #4eb4cf;
}
#gym_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #f0fce3;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#gym_box span{
	color: #81b44e;
}
#rithomic_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #fff6de;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#rithomic_box span{
	color: #ff9544;
}
#english_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #ffedf7;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#english_box span{
	color: #ff89c7;
}
#art_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #f3eeff;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#art_box span{
	color: #aa80f0;
}
#march_box{
	clear: both;
	width: 90%;
	padding: 30px 5% 30px;
	background-color: #f4f3f2;
	margin-top: -30px;
	z-index: 100;
	border-radius: 15px;;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 40px;
}
#march_box span{
	color: #e26475;
}

.curric_area{
	float: none;
	width: 100%;
	margin: 40px auto 10px auto;
	font-size: 15px;
}
.curric_area p{
	margin-top: 20px;
	line-height: 2.0em;
}

.curric_ttl{
	width: 80%;
}
.curric_video{float: none;
	width: 94%;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-radius: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);			/*同上*/
}	

/*EVENTS設定
---------------------------------------------------------------------------*/


.seson_ttl{
	width: 80%;
}
.seson_list{
	clear: both;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 10px;
	height: auto;
	min-height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table;
}

.seson_month{
	float: left;
	width: 15%;
	margin-right: 20px;
	display: table-cell;
}
.seson_txt{
	float: left;
	width:75%;
	padding-top: 0px;
	font-size: 14px;
	line-height: 1.8em;
	display: table-cell;
}
.seson_photo{
	margin-top: 20px;
	margin-bottom: 20px;
}
.seson_photo ul li{
	float: none;
	width: 100%;
	margin: 10px auto;
}
	/*support設定
---------------------------------------------------------------------------*/
.support_catch{
	width: 80%;
	padding-top: 50px;
	margin-bottom: 10px;
}
.support_catch p{
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 2.0em;
}
.support_st{
	width:70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	margin-bottom: 20px;

}
.support_st2{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	margin-bottom: 20px;

}
.support_hour_ttl{
	width: 80%;
	color: #fff;
	font-size: 18px;
}
.support_hour{
	clear: both;
	width: 80%;
	line-height: 2.0em;
	color: #198642;
	font-size: 18px;
	margin: 20px auto;
	text-align: center;
	
}
.support_hour span{
	color: #A4D548;
}
.support_sub_ttl{
	clear: both;
	width: 80%;
	padding: 12px 20px;
	background-color: #C884EB;
	color: #fff;
	font-size: 16px;
	border-radius: 12px;
	margin: 30px auto;
	text-align: center;
}
.support_maincp{
	width: 90%;
	font-size: 14px;
}
.support_maincp2{
	width: 90%;
	margin: 20px auto;
	text-align: left;
	font-size: 14px;
	line-height: 2em;
}
#support_action{
	width: 75%;
	padding: 30px 10%;
	margin: 20px auto;
	background-color: #FAF2FE;
	border-radius: 15px;
	
}
.support_action_ttl{
	font-size: 18px;
}
.support_action_txt{
	margin: 20px auto;
}
.support_action_txt span{
	color: #D28BF7;
}
.temporary_ttl{
	width: 100%;
	text-align: center;
	margin: 20px 0px;
	font-size: 16px;
	color: #329D4F;
}
.temporary_img{
	width: 96%;
	padding: 0px 2%;
	margin: 20px 0px;
}
.temporary_img img{
		border-radius: 15px;

} 
.temporary_g_base{
	clear: both;
	width: 85%;
	padding: 40px 5%;
	margin: 30px auto;
	background-color: #F7FFEC;
	border-radius: 15px;
	overflow: hidden;
}
.g_base_left{
	float: none;
	width: 100%;
	line-height: 2.2em;
}
.g_base_left_ttl{
	width: 100%;
	font-size: 18px;
	color: #00A447;
	margin-bottom: 30px;
}

.g_base_right{
	float: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}


    
    /*情報公開設定
---------------------------------------------------------------------------*/

.info_base{
	width: 96%;
	padding-top: 40px;
	color: #505050;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.info_base p{
	font-size: 15px;

}

.info{
	clear: both;
	width: 96%;
	padding: 15px 2%;
	background-color: #F5E4FD;
	border-radius: 12px;
	margin: 30px auto;
	text-align: left;
	overflow: hidden;
}
.info_icon a{
	float:left;
	width: 15%;
	margin-right: auto;
    margin-left: auto;
    
}
.info_icon a:hover{
	opacity: 0.7;
	
}
.info_txt{
	float: left;
	width:75%;
	padding-top: 10px;
    padding-left: 20px;
	padding-bottom: 20px;
	color: #515151;
	font-size: 14px;
}
	/*個人情報保護設定
---------------------------------------------------------------------------*/

.privacy_base{
	width: 96%;
}
.privacy_ttl{
	width: 90%;
	font-size: 18px;
}

.privacy_sub_ttl{
	width: 96%;
	padding: 6px 2%;
	font-size: 14px;
}
.privacy_maincp{font-size: 14px;
} 
.privacy_sign{
	width: 80%;
	margin-left: 20%;
	font-size: 15px;
}

/*苦情解決設定
---------------------------------------------------------------------------*/

.complain_base{
	width: 96%;
	padding-top: 20px;
}
.complain_ttl{
	width: 96%;
}
.complain_ttl2{
	width: 96%;
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;
	font-size: 18px;
	color: #743393;
}

.complain_sub_ttl{
	clear: both;
	width: 96%;
	padding: 8px 2%;
	font-size: 18px;
	border-radius:8px;
	margin: 20px auto;
}
.complain_maincp{
	width: 96%;
	margin: 20px 2%;
	text-align: left;
	font-size: 14px;
	line-height: 2em;
} 

    
/*-----お知らせNEWS-guardian----*/
.news_zoom{
    margin-top: 30px;
    margin-left: 20px;
    float: none;
    margin-bottom: 10px;
    width: 80%;
}
.news_return{
    margin-top: 0px;
    float: right;
    width: 60%;
}
.newest {
    width: 80%;
	float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    }

.guardian_newest {
    width: 90%;
	float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
/*ダウンロード
---------------------------------------------------------------------------*/

.download_base{
	min-height: 0px;
}
.download_base ul li{
	float: none;
	width: 95%;
    margin-left: auto;
    margin-right: auto;
    
}

.download_base p{
	font-size: 14px;

}
    

    
    
/*FOOTER*/
.footer_logo{
	width: 80%;
}

}
