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

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
	color:#333333;		/*文字色*/
}
 
body {
	background-color:#FFFFFF;	/*ページ全体の背景色*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/
}
div#pagebody {
  /* width:960px; */
  max-width: 960px;
  width: 100%;
  margin:0 auto;	/*内容全体をセンタリング*/
	text-align:left;	/*テキストの配置を左揃えにする*/
	background-color:#ffffff;		/*内容全体の背景色*/
}

.clear{
	clear:both;
}

.FR{
	float:right;
}

.FL{
	float:left;
}

.mr6{margin-right:6px;}
.mr10{margin-right:10px;}
.mr12{margin-right:12px;}
.mr14{margin-right:14px;}
.mr18{margin-right:18px;}
.mr20{margin-right:20px;}
.mr24{margin-right:24px;}
.ml6{margin-left:6px;}
.ml10{margin-left:10px;}
.ml12{margin-left:12px;}
.ml18{margin-left:18px;}
.ml20{margin-left:20px;}
.ml24{margin-left:24px;}
.ml59{margin-left:59px;}
.ml20p{margin-left:20%;}
.ml23p{margin-left:23%;}
.mt6{margin-top:6px;}
.mb6{margin-bottom:6px;}
.mr2p{margin-right:2%;}

.w96p{width:96%;}

.w200{width:200px;}
.w235{width:235px;}
.w270{width:270px;}
.w280{width:280px;}
.w430{width:430px;}
.w270{width:272px;}
.w280{width:280px;}
.w298{width:298px;}
.w340{width:340px;}
.w380{width:380px;}
.w400{width:400px;}
.w436{width:436px;}
.w440{width:440px;}
.w450{width:450px;}
.w454{width:454px;}
.w460{width:460px;}
.w500{width:500px;}
.w550{width:550px;}
.w560{width:560px;}
.w568{width:568px;}
.w628{width:628px;}
.w630{width:630px;}
.w662{width:662px;}
.w920{width:900px;}

.mt12{margin-top:12px;}
.pr12{padding-right:12px;}
.h175{height:175px;}
.h180{height:180px;}
.h208{height:208px;}
.h260{height:260px;}
.h270{height:270px;}
.h280{height:280px;}
.h300{height:300px;}
.h320{height:320px;}
.h415{height:400px;}
.h440{height:440px;}

.pw300{
	width:300;
	height:auto;
}



.s-tit02{
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #8C0305;
	font-size:larger;
	font-weight:bolder;
}

.readmore-button-box a{
	font-size:medium;
	color:rgba(129,3,5,1.00);
	font-weight:bold;
	float:left;
}

#social{
	/* float:right; */
	/* margin-top:12px; */
	/* width:300px;	 */
}

#social a{
		/* margin-top:3px; */
}

#tw-like{
	/* float:left; */
	/* margin-right:5px; */
	/* margin-top:1px; */
	}

.fb-like{
	/* float:left;	 */
	/* width:150px; */
}

/*見出し・段落・水平線のスタイル指定*/
h2 {
	font-size:100%; 
	margin-bottom:10px; 
	padding-left:25px;
	font-size:95%; 
}

/*==h2 {
	font-size:100%; margin-bottom:10px; padding-left:25px;
	font-size:95%; border-bottom:solid 1px #cccccc;
	background-image:url("images/icon.gif");
	background-repeat:no-repeat; background-position:left center;
}====*/

h3 {font-size:90%; margin-left:5px;}
p {font-size:90%; margin:10px 0px 10px 10px; /*text-indent:10px;*/}
hr {height:1px; border:solid 1px #cccccc; margin-bottom:30px;}

/*============================================
ヘッダ
============================================*/
div#header01 {
	width:100%;
	background-color:#FFFFFF;		/*ヘッダ部分の背景色*/
}

div#header02 {
	
	width:100%;
	background-color:#FFFFFF;		/*ヘッダ部分の背景色*/
}


h1 {
	padding:0;
	/*padding:20px 0px 0px 30px;		見出し内容の位置調整*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
}

h1 a {text-decoration:none;} 			/*リンクの下線を無くす*/

/*============================================
メインメニュー
============================================*/
#navi {
	float:left;
	width: 960px;
	height:45px;
	margin:0; 
	padding:0;
}

#navi img{
float:left;naviC
padding:0px;
}

#navi em {
float:left;
list-style:none;
text-indent:-9999px;/*テキスト非表示*/
}

#navi04 {
	text-decoration:none;
display:block;
height: 45px;
	background: url(../images/menu01.jpg)no-repeat;
	background-position:-858px 0; width:102px;}

#navi a{
text-decoration:none;
display:block;
height: 45px;
background: url(../images/menu01.jpg)no-repeat;
background-position:left top;
}


#navi00 a{background-position:0px 0; width:68px;}
#navi01 a{background-position:-68px 0; width:228px;}
#navi02 a{background-position:-296px 0; width:282px;}
#navi03 a{background-position:-578px 0; width:280px;}


#navi00 a:hover{background-position:0px -45px; width:68px;}
#navi01 a:hover{background-position:-68px -45px; width:228px;}
#navi02 a:hover{background-position:-296px -45px; width:282px;}
#navi03 a:hover{background-position:-578px -45px; width:280px;}

#page0 #navi00 a{background-position:0px -45px; width:68px;}
#page1 #navi01 a{background-position:-68px -45px; width:228px;}
#page2 #navi02 a{background-position:-296px -45px; width:282px;}
#page3 #navi03 a{background-position:-578px -45px; width:280px;}

#page14 #navi01 a{background-position:-68px -45px; width:228px;}
#page13 #navi01 a{background-position:-68px -45px; width:228px;}

#naviB {
	float:left;
	width: 960px;
	height:39px;
	margin:0; 
	padding:0;
}

#naviB img{
float:left;
padding:0px;
}

#naviB em {
float:left;
list-style:none;
text-indent:-9999px;/*テキスト非表示*/
}


#naviB a{
text-decoration:none;
display:block;
height: 39px;
background: url(../images/menu02.jpg);
background-position:left top;
}


#navi16 a{background-position:0px 0; width:236px;}
#navi15 a{background-position:-236px 0; width:232px;}
#navi14 a{background-position:-468px 0; width:232px;}
#navi13 a{background-position:-700px 0; width:232px;}

#navi16 a:hover{background-position:0px -39px; width:236px;}
#navi15 a:hover{background-position:-236px -39px; width:232px;}
#navi14 a:hover{background-position:-468px -39px; width:232px;}
#navi13 a:hover{background-position:-700px -39px; width:232px;}

#page1 #navi16 a{background-position:0px -39px; width:236px;}
#page15 #navi15 a{background-position:-236px -39px; width:232px;}
#page14 #navi14 a{background-position:-468px -39px; width:232px;}
#page13 #navi13 a{background-position:-700px -39px; width:232px;}

#naviC {
	float:left;
	width: 820px;
	height:35px;
	margin:1% 5.4% 2% 5.4%; 
}

#naviC img{
float:left;
padding:0px;
}

#naviC em {
float:left;
list-style:none;
text-indent:-9999px;/*テキスト非表示*/
}


#naviC a{
text-decoration:none;
display:block;
height: 35px;
background: url(../images/sub-menu.jpg);
background-position:left top;
}

#naviC #navi20 a{background-position:0px 0; width:43px;}
#naviC #navi21 a{background-position:-43px 0; width:194px;}
#naviC #navi22 a{background-position:-237px 0; width:194px;}
#naviC #navi23 a{background-position:-431px 0; width:194px;}
#naviC #navi24 a{background-position:-625px 0; width:195px;}

#naviC #navi20 a:hover{background-position:0px -35px; width:43px;}
#naviC #navi21 a:hover{background-position:-43px -35px; width:194px;}
#naviC #navi22 a:hover{background-position:-237px -35px; width:194px;}
#naviC #navi23 a:hover{background-position:-431px -35px; width:194px;}
#naviC #navi24 a:hover{background-position:-625px -35px; width:195px;}

#page21 #naviC #navi21 a{background-position:-43px -35px; width:194px;}
#page22 #naviC #navi22 a{background-position:-237px -35px; width:194px;}
#page23 #naviC #navi23 a{background-position:-431px -35px; width:194px;}
#page24 #naviC #navi24 a{background-position:-625px -35px; width:195px;}




.toHome {
	margin:0 36px 0 48px;
	float:right;
	width: 56px;
	height:45px;
}

.toHome  {
text-indent:-9999px;/*テキスト非表示*/
}


.toHome li {
display:block;
width: 56px;
height: 47px;
}

.toHome a{
text-decoration:none;
display:block;
width: 56px;
height: 45px;
background: url(../images/bt-home00.png);
background-position:left top;
}


.toHome a{background-position:0 0px;}

.toHome a:hover{background-position:-56px 0px;}


/*============================================
コンテンツ
============================================*/
div#content {
  /* width:960px; */
  max-width: 960px;
  width: 100%;
  margin:0px;	/*幅の指定と位置調整*/
	/* margin-top:12px; */
}

/*============================================
カラム
============================================*/
.c-column{
	width:100%;
}

.c-tit{
	width:100%;
	height:56px;
}

.caseX-L{
	float:left;
}

.caseX-R{
	float:right;
}

.nenndo{
	margin-left:2%;
	font-size:larger;
	color:hsla(173,70%,39%,1.00);
	margin-top:2%;
	margin-bottom:-2%;
}

.t2-column{
	width:50%;
	background-color: #ffffff;
	float:left;

}

.t2-column img{
	float:left;
}

.bined{
	width:60%;
	float:right;
	margin-top:3%;
}

.o-date{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:small;
	width:100%;
}

.school{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: larger;
	font-weight:bold;
	color: #7a1c1e;
	margin-top:6%;
	width:100%;
}

.arrow{
	margin-top:6%;
	width:90%;
}

.arrow img {
	float:right;
}

.case{
	margin-left:2%;
	float:left;
	text-align:left;
}

.case-in01{
	margin:1% 4%;
	float:left;
	text-align:left;
}

.case-in00{
	margin:1% 36px;
	width:640px;
	float:left;
	text-align:left;
}

#head02{margin:1% 1% 0 2%;
}

div#news {
	width:390px; margin-right:5px; padding-top:10px; /*幅の指定と位置調整*/
	float:left;					/*カラムを左寄せにする*/
	background-image:url("images/bar_news.gif");	/*中央カラムの背景画像*/
	background-repeat:no-repeat;			/*背景画像を繰り返さない*/
}


.d01{
	background-image:url(../images/back01.jpg);
	background-repeat:repeat-y;	
/* box-shadow */
box-shadow:0px 0px 8px 1px #c2c2c2;
-moz-box-shadow:0px 0px 8px 1px #c2c2c2;
-webkit-box-shadow:0px 0px 8px 1px #c2c2c2;

/* border-radius */
border-radius:6px 6px 6px 6px ;
-moz-border-radius:6px 6px 6px 6px ;
-webkit-border-radius:6px 6px 6px 6px ;

/* border */
border:1px solid #cccccc;
}

.d011{
	background-image:url(../images/back011.jpg);
	background-repeat:repeat-y;	
/* box-shadow */
box-shadow:0px 0px 8px 1px #c2c2c2;
-moz-box-shadow:0px 0px 8px 1px #c2c2c2;
-webkit-box-shadow:0px 0px 8px 1px #c2c2c2;

/* border-radius */
border-radius:6px 6px 6px 6px ;
-moz-border-radius:6px 6px 6px 6px ;
-webkit-border-radius:6px 6px 6px 6px ;

/* border */
border:1px solid #cccccc;
}


/*============================================
ピックアップ（右カラム）
============================================*/
div#pickup {
	width:150px; padding-top:10px; 		/*幅の指定と位置調整*/
	float:right;				/*カラムを右寄せにする*/
	background-image:url("images/bar_pickup.gif");	/*右カラムの背景画像*/
	background-repeat:no-repeat;		 /*背景画像を繰り返さない*/
}
div#pickup ul {
	margin-left:10px; 		/*左マージンを10px空ける*/
	font-size:90%;			/*フォントサイズを90%にする*/
}
div#pickup li {
	list-style-type:none; 		/*リストマーカー無しにする*/
	line-height:1.8;		/*行の高さを1.8倍にする*/
}

/*============================================
フッタ
============================================*/
/* footer {
	width:100%;
	height:42px; 
	text-align:right;
	clear:both;
	border-top:hsla(0,1%,56%,1.00) double; 
} */

address {
	font-style:normal;			 /*フォントスタイルを標準にする*/
	font-size:small;			 /*フォントサイズを小さくする*/
	padding:8px 20px 0px 0px;		 /*要素内容の位置調整*/
}

button{
	margin:0;
	padding:0;
	height:48px;
	width:960px;
	background-color: #7a1c1e;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	border:1px solid #7a1c1e;
}

.video-case{
	width:100%;
}

video{
	margin:12px 0 12px 36px;
	float:left;
}


.each-coment3{
	margin-top:12px;
	width:426px;
	padding:12px;
	background-color:#f2f2f2;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	-ms-border-radius:16px;
	-o-border-radius:16px;
	border-radius:16px;
/* box-shadow */
box-shadow:0px 0px 8px 1px #c2c2c2;
-moz-box-shadow:0px 0px 8px 1px #c2c2c2;
-webkit-box-shadow:0px 0px 8px 1px #c2c2c2;
}

.each-coment4{
	margin-top:12px;
	width:96%;
	padding:12px;
	background-color:#f2f2f2;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	-ms-border-radius:16px;
	-o-border-radius:16px;
	border-radius:16px;
/* box-shadow */
box-shadow:0px 0px 8px 1px #c2c2c2;
-moz-box-shadow:0px 0px 8px 1px #c2c2c2;
-webkit-box-shadow:0px 0px 8px 1px #c2c2c2;
}

.each-coment4B{
	margin-top:12px;
	width:96%;
	padding:12px;
	background-color: #FFFFFF;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	-ms-border-radius:16px;
	-o-border-radius:16px;
	border-radius:16px;
/* box-shadow */
box-shadow:0px 0px 8px 1px #c2c2c2;
-moz-box-shadow:0px 0px 8px 1px #c2c2c2;
-webkit-box-shadow:0px 0px 8px 1px #c2c2c2;
}

.c008bo{
	border:#dc8387 1px solid;
	}
	
.c008{
	color:#dc8387;
	border-bottom:solid 1px #cccccc;
}

.each-coment5{
	margin-top:12px;
	width:270px;
	padding:12px;
	background-color:#f2f2f2;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	-ms-border-radius:16px;
	-o-border-radius:16px;
	border-radius:16px;
/* box-shadow */
box-shadow:0px 0px 8px 1px #c2c2c2;
-moz-box-shadow:0px 0px 8px 1px #c2c2c2;
-webkit-box-shadow:0px 0px 8px 1px #c2c2c2;
}

.c011{
	border: solid 2px #1ad6ae;
}

.ec-L{
	float:left;
	width:170px;
	margin-right:15px;
	margin-top:16px;
}

.ec-R{
	float:right;
	width:225px;
	margin-top:16px;
}

.int-per02{
	width:170px;
	float:left;
	margin-bottom:12px;
	font-size:12px;
}

.int-per02B{
	width:140px;
	float:left;
	margin-bottom:20px;
}

.int-per03{
	position:relative;
	left:150px;
	top:-20px;
	width:120px;
	font-size:12px;
}



.one-col{
float:left;
width:920px;
margin:10px 15px 0 15px;
font-size: small;
}

.case4-left{
float:left;
margin-right:12px;
}

.case4-mid{
float:left;
margin-right:12px;
}

.case4-right{
float:right;
}

.case4-right-b{
float:right;
padding-left:8px;
}

.caseInt01-left{
float:left;
}

.caseInt01-right{
float:right;
}

.lightB{
font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
line-height:1.7em;
}


.ec-L{
	float:left;
	padding-left:20px;
	width:170px;
	margin-right:15px;
	margin-top:16px;
}

.ec-R{
	float:right;
	padding-right:20px;
	width:225px;
	margin-top:16px;
}

.com_face{width:50px; float:left;margin-right:10px;margin-bottom:5px}

.clickhere{font-size:12px; color:#32700D;margin-top:2px;}


.soukatu{font-size:18px; margin-bottom:10px; line-height:20px;}

.ec-C{margin:0 18px;}


.cooking-coment{
	margin-top:12px;
	width:450px;
	background-color:#F2E7C2;
	border: solid 2px #D59D5D;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	-ms-border-radius:16px;
	-o-border-radius:16px;
	border-radius:16px;
}

.bento_com {
	float:left;
	font-size:smaller;
	width:180px;
	padding:2px 8px;
	color:#ffffff;
	background-color: #E46062;
	margin-left:10px;
	margin-bottom:12px;
	}
	
.bento_com02 {
	float:left;
	font-size:smaller;
	width:180px;
	padding:2px 8px;
	color:#ffffff;
	background-color: #51A773;
	margin-left:10px;
	margin-bottom:12px;
	}	
	
.bento_com03 {
	float:left;
	font-size:smaller;
	width:180px;
	padding:2px 8px;
	color:#ffffff;
	background-color: #58A4FB;
	margin-left:10px;
	margin-bottom:12px;
	}		
	
	
.bento_com a{
	color:#ffffff;
}

.bento_com02 a{
	color:#ffffff;
}

.bento_com03 a{
	color:#ffffff;
}

.class{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:600;
	color:#790406;
}

.cooking-coment02{
	margin-top:12px;
	width:450px;
	background-color: #FCE6E6;
	border: solid 2px #E69495;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	-ms-border-radius:16px;
	-o-border-radius:16px;
	border-radius:16px;
}

.teacher-coment{
	margin-top:12px;
	width:450px;
	background-color:#EBF5D6;
	border: solid 2px #B2C86D;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	-ms-border-radius:16px;
	-o-border-radius:16px;
	border-radius:16px;
}

.tuzukiwaku{
	/*border:1px solid #badefe;*/
	padding:3px;
	margin:3px;
	display:none;
	}
	
	.DL-PDF{
	margin-top:12px;
	width:950px;
	height:71px;
	background-color: #f1f1f1;
	border: solid 1px #e0e0e0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	}
	
	.PDFpart{
		float:left;
		margin-left:21px;
		margin-top:12PX;
	}
	
		
	.PDFall{
		float:right;
		margin-right:21px;
		margin-top:12px;
	}
	
	.d02{
		width:93%;
		border-bottom:1px solid #7B4E4F;
		border-left:4px solid #B74547;
		padding:6px 8px;
	}



/*============================================
index02 index03
============================================*/
.nonD{
	display:none;
}

.d03{
	padding:8px 12px;
	margin:2% 2% 0 2%;
	color:#ffffff;
	font-size:larger;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c0beb9), color-stop(1.00, #c0beb9), color-stop(1.00, #c0beb9), color-stop(0.00, #69645d));
    background: -webkit-linear-gradient(top, #69645d 0%, #c0beb9 100%, #c0beb9 100%, #c0beb9 100%);
    background: -moz-linear-gradient(top, #69645d 0%, #c0beb9 100%, #c0beb9 100%, #c0beb9 100%);
    background: -o-linear-gradient(top, #69645d 0%, #c0beb9 100%, #c0beb9 100%, #c0beb9 100%);
    background: -ms-linear-gradient(top, #69645d 0%, #c0beb9 100%, #c0beb9 100%, #c0beb9 100%);
    background: linear-gradient(to bottom, #69645d 0%, #c0beb9 100%, #c0beb9 100%, #c0beb9 100%);
}


.d04{
	background: url(../images/back02.jpg) repeat-y;
	padding: 2% 4% 4% 4%;
	-moz-border-top-left-radius:0px;
	-moz-border-top-right-radius:0px;
	-moz-border-bottom-left-radius:16px;
	-moz-border-bottom-right-radius:16px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:16px;
	-webkit-border-bottom-right-radius:16px;
}

.prof-photo{
	float:left;
	width:20%;
	margin-top:20px;
}

.prof-photo img{
	width:100%;
	height:auto;
}

.prof{
	float:right;
	width:70%;
	margin-top:20px;
}
	
.prof-name{
	float:left;
	color:#e18718;
	font-size: larger;
	font-weight:600;
	width:100%;
}

.prof-title{
     float:left;
	color:#666666;
	font-size:small;
	font-weight: normal;
	line-height:1.4em;
}



@media screen and (min-width: 769px){
  .mainnavi{
    position: relative;
    width: 100%;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
  }
  .mainnavi::before,
  .mainnavi::after{
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #231815;
    z-index: 10;
  }
  .mainnavi::before{
    top: -4px;
  }
  .mainnavi::after{
    bottom: -4px;
  }
  .mainnavi ul{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 194px 336px 251px 179px;
    grid-template-columns: 194px 336px 251px 179px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding: 0;
    margin: 0;
    background-color: #f5e8bb;
  }
  .mainnavi ul li{
    position: relative;
    list-style: none;
    font-weight: bold;
  }
  .mainnavi ul li.mainnavi-item-top{
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .mainnavi ul li.mainnavi-item-report{
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .mainnavi ul li.mainnavi-item-about{
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .mainnavi ul li.mainnavi-item-teacher{
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .mainnavi ul li::after{
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 1px;
    height: calc(100% - 20px);
    border-right: 2px dotted #231815;
  }
  .mainnavi ul li:last-child::after{
    content: none;
  }
  .mainnavi ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #231815;
    text-decoration: none;
    padding: 9px 0;
    transition: color 0.5s;
  }
  .mainnavi ul li a::before{
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: #231815;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 10px;
    transition: background-color 0.5s;
  }
  .mainnavi ul li.mainnavi-item-top a::before{
    background-image: url(../images/navi-icon01.png);
    background-size: 24px 22px;
  }
  .mainnavi ul li.mainnavi-item-report a::before{
    background-image: url(../images/navi-icon02.png);
    background-size: 24px 24px;
  }
  .mainnavi ul li.mainnavi-item-about a::before{
    background-image: url(../images/navi-icon03.png);
    background-size: 16px 22px;
  }
  .mainnavi ul li.mainnavi-item-teacher a::before{
    background-image: url(../images/navi-icon04.png);
    background-size: 28px 22px;
  }
  .mainnavi ul li a:hover{
    color: #e38700;
  }
  .mainnavi ul li a:hover::before{
    background-color: #e38700;
  }
  
  footer{
    margin: 30px 0 20px;
  }
  footer dl{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
  }
  footer dl dt{
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #231815;
  }
  footer dl dd{
    font-size: 12px;
    margin-left: 20px;
  }
  footer .footer-copy{
    font-size: 10px;
    text-align: center;
    margin: 0;
  }
}
@media screen and (max-width: 768px){
  .mainnavi{
    position: relative;
    width: 100%;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
  }
  .mainnavi::before,
  .mainnavi::after{
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #231815;
    z-index: 10;
  }
  .mainnavi::before{
    top: -4px;
  }
  .mainnavi::after{
    bottom: -4px;
  }
  .mainnavi ul{
    padding: 0;
    margin: 0;
    background-color: #f5e8bb;
  }
  .mainnavi ul li{
    position: relative;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
  }
  .mainnavi ul li::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    border-bottom: 2px dotted #707070;
  }
  .mainnavi ul li:last-child::after{
    content: none;
  }
  .mainnavi ul li a{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #231815;
    padding: 9px 10px;
    transition: color 0.5s;
  }
  .mainnavi ul li a::before{
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: #231815;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 10px;
    transition: background-color 0.5s;
  }
  .mainnavi ul li a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    transform: translateY(-50%) rotate(45deg);
  }
  .mainnavi ul li.mainnavi-item-top a::before{
    background-image: url(../images/navi-icon01.png);
    background-size: 24px 22px;
  }
  .mainnavi ul li.mainnavi-item-report a::before{
    background-image: url(../images/navi-icon02.png);
    background-size: 24px 24px;
  }
  .mainnavi ul li.mainnavi-item-about a::before{
    background-image: url(../images/navi-icon03.png);
    background-size: 16px 22px;
  }
  .mainnavi ul li.mainnavi-item-teacher a::before{
    background-image: url(../images/navi-icon04.png);
    background-size: 28px 22px;
  }
  
  footer{
    text-align: center;
    background-color: #fff;
    padding: 15px 5px;
  }
  footer dl{
    font-size: 12px;
    margin: 0 0 20px;
  }
  footer dl dt{
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px solid #231815;
    margin-bottom: 12px;
  }
  footer p{
    font-size: 10px;
  }
}
h1 img{
  width: 100%;
}
.pattern{
	margin:0 2%;
}
.pattern img{
  width: 100%;
}

.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:960px;
  padding: 10px 5px;
  box-sizing: border-box;
}
.header-second{
  max-width: 920px;
  margin: 0 auto;
}

.header .nippn{
	width:100px;
	/* float:left; */
	margin:0px;
	padding:0px;
}

.header .nippn img{
  display: block;
	/* margin:10px 0 10px 10px; */
	/* padding:0px; */
	/* vertical-align: bottom; */
}

.header .sns{
  display: flex;
	margin:0px;
	padding:0px;
	text-align: right;
}

.header .twitter-follow-button {
  margin: 0!important;
}

.header .tw{
	margin-right: 5px;
}

.header .fb{
	margin:0px;
	padding:0px;
}

.header .fb iframe,
.header .tw iframe{
  display: block;
	margin:0px;
	padding:0px;
}