@charset "utf-8";


/*slide.cssの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@import url(slide.css);


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

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;	
	line-height: 1.8;	
	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%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;		
	transition: 0.5s;
}
a:hover {
	color: #5b2873;		
	text-decoration: none;	
}

.br-sm{display:none;}

.imgL {
	float:left;
	margin:0 0.5em 0.2em 0;
        width: 30%;
}

.color1 {color: #50318f;}
.color2 {color: #1C00EF;}
.clear {clear: both; text-align: center;font-size: 22px;}
.clear2 {clear: both;font-size: 18px;font-weight: bold;color: #333;}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
    width: 30%;
}

.imgR02 {
	float: right;
	width: 20%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
	height: auto;
}

.mb10{	margin-bottom: 10px;}
.mb15{	margin-bottom: 15px;}
.mb20{	margin-bottom: 20px;}
.mb30{	margin-bottom: 30px;}
.mb40{	margin-bottom: 40px;}
.mb50{	margin-bottom: 50px;}

.p-left{
	text-align: left;
}
.p-center{
	text-align: center;
}
.p-right{
	text-align: right;
}

.img_center {
display: block;
margin: 0 auto;
width:40%;
}


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

.imgR02 {
	float: none;
	width: 70%;
	display: block;
	margin-left: auto;
	clear: both;
	margin-top: 0;
	margin-right: auto;
}

.img_center {
display: block;
margin: 0 auto;
width:80%;
}

}



.sukima{
width:90%;
padding: 10px;
text-align: center;
}

}

/*================================================
 *  高さ
 ================================================*/

a.jump_point {height: 1px;
display: block;
padding-top: 60px;
margin-top: -60px;
}


/*================================================
 *  テーブル
 ================================================*/

.tbl
   {
   width: 100%;
   }

.scroll td{
   border: solid 1px #ccc;
   padding: 10px;
  }



@media screen and (max-width: 640px) {
  .scroll {
    overflow-x: auto;

  }
  .tbl {
    min-width: 640px;
    margin: 0 10px 50px;
  }
  .tbl td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}




/*================================================
 *  カラム
 ================================================*/
.col_1{
	overflow:hidden;
	width:100%;   
        margin:0 auto;
        background:#f5f5f5;

}

.col_1 ul{
	width: 1296px;
	overflow:hidden;

                margin:0 auto;
}
.col_1 li{
	list-style:none;
	width:100%;       
	margin:0 auto;
}
.col_1 li:nth-child(2n+1){
	clear:both;
}
.col_1 li img{
	width:100%;

}


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

.col_1 li{

height: 80px;
}

}

/*================================================*/
.col_2 {
	overflow:hidden;
}

.col_2 ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_2 li {
	list-style: none;
	float: left;
	width: 48%;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 15px;
}
.col_2 li:nth-child(2n+1) {
	clear:both;
}
.col_2 li img {
	width:100%;
	margin-bottom:0;
}

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

	.col_2 ul{
		margin-right:0;
	}
	.col_2 li{
		width:100%;
		margin-bottom:10px;
	padding-bottom: 0px;
	}
	.col_2 li:nth-child(2n+1){
		clear:both;
	}

}



/*================================================
 *  pre
 ================================================*/

.prev {
clear:both;
  text-align: right;
  margin-top: 0px;
  margin-bottom: 20px;
}

.prev a:hover {
  color: rgb(75, 152, 39);
  text-decoration: underline;
}







/*================================================
 *  コンテンツ
 ================================================*/



#contents1 {
	width: 100%; 
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
        background:#006430;

}

#contents2 {
	clear:both;
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background : url(../images/top-1.png)no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;  
}




/*================================================
 *  見出し
 ================================================*/
h1 {
	margin:0;
	padding:0;
}


h2 {
  position: relative;
  padding: 0.5rem .5rem;
  font-size:24px;
  text-align: center;
  margin-bottom:0.5em;
  background-color: #f4fff4;
}

h2:before,
h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#094), to(#00cc5b));
  background-image: -webkit-linear-gradient(right, #094 0%, #00cc5b 100%);
  background-image: linear-gradient(to left, #094 0%, #00cc5b 100%);
}

h2:before {
  top: 0;
}

h2:after {
  bottom: 0;
}






h3 {
  position: relative;
  padding: .2em 0 .2em .75em;
  border-left: 3px solid #00cc5b;
  font-size:18px;
  margin-bottom:0.5em;
  background-color: #f4fff4;
}


h4 {
  position: relative;
  padding-bottom: 0.5em;
  padding-top: 0.2em;
  border-bottom: 3px solid #ccc;
  font-size:24px;
  margin-bottom:1em;
}

h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #00cc5b;
}


h5 {
  position: relative;
  padding: .5em .75em;
  background-color: #07a33e;
  margin-bottom:1em;
  margin-top:0.5em;
  font-size:16px;
  font-weight:bold;
  color:#fff;
}

h5.bl{
	background-color: #4A4A4A;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}



h6 {
  position: relative;
  padding: .5em .75em;
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-bottom:1em;
  margin-top:0.5em;
  font-size:16px;
  font-weight:nomal;
  color:#000;
}

h6::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #f5f5f5;
}

.student-list li{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 15px;
	padding-left: 15px;
}

/*
.student-list li:first-child{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
*/

.student-list li:nth-of-type(even){
	background-color: #F9F9F9;
}


/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1300px;
	margin: 0 auto;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #fff;	
	height: 100px;		
	color: #fff;	
}
header a {
	color: #fff;
}
/*ロゴ画像*/
header #logo {
	width: 635px;		
	float: left;	
	margin-top: 10px;
	margin-left: 1%;
}



/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	height: 50px;		
	text-align: center;
	background: #fff;	
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;
	border-top: 1px solid rgba(204,204,204,0.5);	
	border-bottom: 1px solid rgba(204,204,204,0.5);
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;
	width: 12.5%;	/*メニュー幅（100÷6個=16.66%）　もし４個にするなら100÷4=25%になる。*/
}
#menubar li a {
	text-decoration: none;display: block;
	line-height: 1.4;
	color: #333;	
	height: 35px;		
	padding-top: 16px;	
	border-right: 1px solid #ccc;	
	border-right: 1px solid rgba(204,204,204,0.5);
	  font-size:13px;
}
/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
	border-left: 1px solid #ccc;
	border-left: 1px solid rgba(204,204,204,0.5);
}

/*マウスオン時、現在表示中(current)のメニューの共通設定*/
#menubar li a:hover, #menubar li.current a {
	background: #07a33e;	
	color: #fff;	
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;z-index: 10;padding-top: 1px;
	width: 12.5%;		/*幅。上の「#menubar li」と合わせる。*/
	font-size: 14px;
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	float: none;
	width: 100%;
}
#menubar ul.ddmenu li a {
	width: 100%;height: auto;font-weight: normal;
	border: none;	
	border-bottom: 1px solid #fff;	
	background: #000;	
	background: rgba(0,0,0,0.7);	
	color: #fff;	
	padding: 10px 0;
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	background: #000;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed-menu header {
	margin-bottom: 75px;	/*メニューの高さを指定。menubarのborderが2px分ありますが大差ないので75でOKです。*/
}
/*上の設定の「is-fixed-menu」を「is-fixed」に変更したものをそのまま記入します。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed header {
	margin-bottom: 75px;
}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	padding-top: 40px;	
	padding-bottom: 40px;
}

/*contents-in（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;	
	width: 80%;	
}
/*２カラム時*/
.c2 #contents-in {
	float: none;
	width: auto;
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	
	width: 75%;		
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0px 20px 20px;	
}
/*他。微調整。*/
#main p + p {
	margin-top: -5px;
}

#main section + section {
	margin-top: 30px;
}

/*見出しの箱
---------------------------------------------------------------------------*/

.topic_box{
	background-color: #FFF8F4;
	border: 2px solid #C33;
	color: #CC3333;
	padding-top: 17px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: bold;
}

/*subコンテンツ（左側のブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	
	width: 22.5%;	
}

/*sideコンテンツ（右側のブロック）
---------------------------------------------------------------------------*/
#side {
	float: right;
	width: 18%;	
}
/*２カラム時*/
.c2 #side {
	display: none;	
}


/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}

.submenu li a {
	display:block;
	padding:10px 22px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
	font-size:16px;
}
.submenu li a:hover {
	background:#eee;
}

/*================================================
 *  サブコンテンツ  バナー部分
 ================================================*/

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	margin-top: 50px;
	background: #fff;
	padding-top: 10px;
	color: #006430;
	font-size: 15px;
	border-top:1px dotted #ccc;
	line-height: 1.4;	
}

footer .title {
	font-size: 22px;
	text-align:left;
	color: #006430;
	font-weight: bold;
	line-height: 1.4;
	padding-top: 10px;	
}




.footer-logo{
        float: left;
	margin-bottom: 10px;
	
}
.footer-logo img{
	margin-right: 15px;
}


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

	footer {
		width: 100%;
		text-align: left;
	}


}




@media screen and (max-width:767px) {
footer {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
	}
	
footer .title {
	font-size: 16px;
	text-align:center;
	color: #4e3425;
	font-weight: nomal;
	line-height: 1.4;	
}

footer p {
	font-size: 13px;
	
}

.footer-logo{
	display:none;	
}

#copyright{
	display:none;	
}



}

/*簡易なスタッフ紹介*/
.point-staff{
	margin-left: 15px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
	display:flex;
}

.point-staff dt{
	padding-right: 10px;
	width: 15%;
}

.point-staff dt .p-staff_name01{
	color: #FFF;
	background-color: #333;
	text-align: center;
	border-radius: 5px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}

.point-staff dd{
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 85%;
}

@media screen and (max-width:767px) {
.point-staff dt{
	width: 30%;
}
.point-staff dd{
	width: 70%;
}


}

/*動画紹介
---------------------------------------------------------------------------*/

.movie-box{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}

.movie-list{
	width: 70%;
}

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

.movie-list{
	width: 100%;
	height: auto;
}

}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #006430;
	color: #fff;
	font-size: 13px;
}
#copyright a {text-decoration: none;}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	margin-bottom: 20px;
	overflow-y: scroll;
	height: 300px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーグレーム設定（変更不要）*/
@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: 100;position: fixed;
	width: 50px;	
	line-height: 50px;	
	bottom: 50px;		/*下から50pxの場所に配置*/
	right: 3%;			/*右から3%の場所に配置*/
	background: #07a33e;	/*背景色（古いブラウザ用）*/
	background: rgba(7,163,62,0.6);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
	color: #fff;		/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	border-radius: 10px;
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}



/*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 {
}

/*メインメニューとドロップダウンメニューの設定変更。
メニュー数が6個なので、1301÷6=216pxになります。
---------------------------------------------------------------------------*/
#menubar li, #menubar ul.ddmenu {
		width: 162px;
}

}



/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	margin: 0 1%;
}

}



/*画面幅1160px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1160px){


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

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	top: 100px;
	border-top: 1px solid #fff;		
	width: 100%;
	z-index: 10;
	animation-name: menu1;		
	animation-duration: 0.5S;	
	animation-fill-mode: both;	
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 15px 10px 15px 20px;
	border-bottom: 1px solid #fff;	
	background: rgba(0,0,0,0.8);
	font-size: 20px;
	color: #fff;
}
/*英語表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 12px;
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 24px;	
	right: 3%;	
	border: 1px solid #fff;	
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	
	height: 50px;
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: url(../images/icon_menu.png) no-repeat center bottom/50px;
}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding: 20px 2%;
}

/*main,sub,side,contents-in
---------------------------------------------------------------------------*/
#main, #sub, #side, #contents-in {
	float: none;
	width: auto;
}


/*画面幅767px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){

.br-sm{display:inline;}


/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 90px;		
}
/*ロゴ画像*/
header #logo {
	width: 550px;		
	margin-top: 10px;
	margin-left: 10px;
}


}

/*画面幅640px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:640px){

/*ロゴ画像*/
header #logo {
	width: 450px;		
	margin-top: 10px;
	margin-left: 10px;
}


}





/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 15px;
	line-height: 1.5;	
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 70px;	
}

/*ロゴ画像*/
header #logo {
	width: 280px;		/*ロゴ画像の幅*/
	margin-top: 10px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-left: 10px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューブロック*/
#menubar-s {
	top: 70px;	
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	top: 9px;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main h2, #main h3 {
	font-size: 18px;
	padding: 0.5rem .5rem;

}
/*段落タグ設定*/
#main p {
	padding: 0px 10px 15px;
}




/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	padding: 10px;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {

	padding-right: 10px;
}

/*日付設定*/
#new dt {
	float: left;
	width: 100%;
	letter-spacing: 0.1em;
	font-weight:bold;
}
/*記事設定*/
#new dd {
	padding-left: 1em;

}

}

