@charset "utf-8";
/* Reset
------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: bottom;
}

/* 共通CSS
------------------------------------------------------------------------- */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7em;
	font-size: 0.88em;
	color: #333;
	}
#container {
	width:100%;
	position: relative;
}


.basic_info {
	background: #f9f3df;
	padding: 10px;
	clear:both;	
}

#head_catch {
	position: relative;
	max-width: 960px;
	font-size:0.88em;
	margin-right: auto;
	margin-left: auto;
}
#head_container {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
header #logo{
	max-width:50%;
position:relative;
	z-index:8;
	}
header #info  {
	position: absolute;
	top: 0px;
	z-index: 6;
	right: 5%;
}
header #site_map{
	width:85.5%;
margin-right:0;
margin-left:auto;
	}
	

header #site_map  ul{
	list-style-type: none;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	overflow: hidden;
margin-right:10px;
}

header #site_map ul li{
	float: left;
		border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;

}
header #site_map ul li a{
	text-decoration: none;
	font-size: 0.75em;
	width: 75px;
	text-align: center;
	display: block;
	color: #999;
}
header #site_map ul li a:hover {
	background: #CCC;
	color: #FFF;
}
/* facebook いいねボタン　*/
.fb-like{
	float:right;
	margin-top:25px;
	margin-right:5px;
	margin-bottom:5px;
	}
/* ============================　*/
article #bg_skyblue{
	background: #ACCDF8;
}
#container article {
	margin-right: auto;
	margin-left: auto;
}

article #catch{
	position: relative;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
article #catch_img{
	position: absolute;
	top: -20px;
	right: 0px;
	max-width:40%;

}

.midashi{
	font-size:1.6em;
	color:#33F;
	font-weight:600;
	position:absolute;
	top:15%;
	left:22%;
	padding:7px 12px;
	z-index:64;
	border-radius:20px;
	background: rgba(255,255,255,0.7);
	}
article #catch_copy{
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 20px;
	font-size:1.2em;
	color:#5c3739;
	font-weight: 600;
	line-height: 1.6em;
	padding:10px;
	border-radius:10px;/*角丸ボックス*/
	background-color:rgba(255,255,255,0.7);/*RGBで色指定、Aはアルファ(透明)指定*/	
}
#contents_container {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	float: left;
	margin-right: 15px;
	width: 72%;
	margin-top: 15px;
}

#contents .part{
	border: 1px solid #999;
	border-radius:10px;/*角丸ボックス*/
	margin-bottom: 20px;
	padding: 10px;
}
#contents .part_s{
	border: 1px solid #999;
	border-radius:10px;/*角丸ボックス*/
	margin-bottom: 20px;
	padding: 10px;
	width:80%;
margin-left:auto;
margin-right:auto;
}
#contents .part p {
	padding-right: 15px;
	padding-left: 15px;
}

#contents .part h1{
	font-size: 1.3em;
	font-weight: 700;
	color: #fff;
	border:1px solid #2ECC71;
	border-radius:5px;/*角丸ボックス*/
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background: #5c3739;	/*background: url(../images/h1.jpg) repeat;*/
}
#contents .part h1 img{
	margin-right: 10px;
}
#contents .part h2{
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #F91CF6;
	margin-top: 30px;
	margin-bottom: 15px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #F91CF6;
	font-size: 1.15em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #300;
	font-weight: 600;
	margin-left: 20px;
	margin-right: 20px;
	background: #F7E7DB;
}

#contents .part h3{
	width:70%;
	font-size: 1em;
	margin-top:30px;
	margin-bottom:20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	color:#300;
	font-weight:600;
	border-top: 1px solid #300;
	border-bottom: 1px solid #300;
	border-left: 10px solid #300;
	border-right: 10px solid #300;
	background: #F7E7DB;
	}

#contents .part h4{
	color:#06F;
	font-weight:600;
	}

#contents .part p img{
	margin-bottom: 30px;
}
/* facebookページ いいねボタン　*/
.fb-page{
	margin-left:25%;
	margin-top:20px;
	}	
/* ============================　*/
#side {	
width:24%;
	float:right;
	border: 1px solid #999;
	margin-top:20px;
}

.side_info {
	font-size: 0.8em;
	background: #dddddd;
	text-align: center;
	position: relative;
	background: #dddddd;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 14px;
}

.side_info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);/*RGBで色指定、Aはアルファ(透明)指定*/
	border-top-color: #dddddd;
	border-width: 15px;
	margin-left: -15px;
}
#side p{
	padding:10px;
	}

#side ul {
	overflow: hidden;
}
#side ul li {
	padding: 10px;
	list-style:none;
}


.footer_info{
background: #f9f3df;
	padding: 10px;
	clear:both;		
	}
#fotter_menu {
	padding-bottom: 15px;
	text-align: center;
}

#fotter_menu ul li {
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 15px;
	float: right;
}
#fotter_menu ul {
	text-decoration: none;
	padding-bottom: 5px;
}

#page_top {
	bottom:0px;
	font-size: 0.8em;
	position: fixed;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.7);/*RGBで色指定、Aはアルファ(透明)指定*/
	text-align:center;
	width: 100%;
	clear: both;
	}
	
#page_top a {
	color: #FFF;
	text-decoration: none;
background-color: rgba(32, 216,0, 0.7);
	padding: 8px;
	border-radius:5px;/*角丸ボックス*/
}
.clearfix:after {
content:'';
	display:block;
	clear:both;
}

/*テキスト装飾*/
.kyoutyou{
	font-size: 1.12em;
	font-weight: 500;
	color: #300;
	line-height: 1.6em;
	border:3px double #0C9;
	border-radius:10px;
	margin:15px;
	padding:5px;
	background: #FDFBF2;
	}
.section_under{
	border-bottom:#999 1px dotted;
	margin-right:5%;
	margin-left:5%;
	}

.section_under2{
	border-bottom:#999 1px dotted;
	margin-top:5px;
	margin-bottom:5px;
	}
.small{
	font-size:0.8em;
	}
	
i{
	margin-right:5px;
	}
	
.right{
	text-align:right;
	}
	
.yoyaku_btn {
	text-align: right;
	font-size:1.4em;
}

.img_border{
	font-size:0.75em;
	background-color:#6C6;
	padding:2px 6px;
	border-color:#6C6;
	border-radius:12px;
	}
	
.img_border a{
	text-decoration:none;
	color:#fff;
	}	
/* ======トップページ用============*/

/* ナビゲーションボタン*/
nav #nav_icon {
	max-width:960px;
	margin-bottom: 20px;
}

.nav_box {
	float: left;
	width: 24.8%;
}
.nav_box:after{
	content:"";
	display:block;
	clear:both;
	}
/* お知らせの表*/
#new_info {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#new_info  tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#new_info tr td {
	padding: 10px;
}

/* ====== PC用メニュー設定 ====== */
@media only screen and (min-width:601px) {
/*トグルボタン*/
#menubtn{
	display:none;
	}
	
/*トップメニュー横並び設定*/
#top_menu{
	display:block !important;
	}
	header #top_menu  ul{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	list-style-type: none;
	overflow: hidden;
	margin-top: 55px;
	margin-bottom: 10px;
	font-size: 1.1em;
}
header #top_menu ul  li{
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	padding-top: 4px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding-left: 11px;
}
header #top_menu ul li  a{
	text-decoration: none;
	color: #666;
}
header #top_menu ul li a:hover {
	color: #FC3;
}

/*受講生ページ用ボタン*/

header #top_menu li#m_student {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}
header #top_menu li#m_student::before,
header #top_menu li#m_student::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
header #top_menu li#m_student,
header #top_menu li#m_student::before,
header #top_menu li#m_student::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


header #top_menu li#m_student{
	font-size:0.85em;
	color:#fff;
	padding-left:0px;
	margin-left:5px;
	position: relative;
  z-index: 2;
  background-color:#FDD16A;
   overflow:hidden;
  border: 2px solid #3c9;
  border-radius:20px;/*角丸ボックス*/

}
header #top_menu li#m_student:hover {
  background-color: #fff;
  border-color: #3c9;
  color: #3c9;
  overflow:hidden;
}
header #top_menu li#m_student::before,
header #top_menu li#m_student::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color:#FDD16A;
}
header #top_menu li#m_student::before {
  right: 0;
}
header #top_menu li#m_student::after {
  left: 0;
}
header #top_menu li#m_student:hover::before,
header #top_menu li#m_student:hover::after {
  width: 0;
  background-color: #3c9;
}


#btn{
	display:none;
	}
	}
	
/* ====== タブレット用コンテンツの設定 ====== */
@media only screen and (min-width:601px) and (max-width:768px) {

	#contents {
	width: 100%;
	}
#contents .part{
	border: none;

}
#side {
	width: 100%;
	text-align:center;
	border:none;
}
/* facebook いいねボタン
.fb-like{
	margin-right:3%;	
	}　*/
/* ============================　*/

	}	
		
	
/* ====== タブレット用全般の設定 ====== */
@media only screen and (min-width:501px) and (max-width:600px) {
.basic_info{
	height:0.8em;
	}	
#head_catch {
	visibility: hidden;	
}

#head_container {
	width: 100%;
}

header #info  {
	width:60%;
	position: absolute;
	top: 5px;
	z-index: 6;
	right: 0;

}
#contents {
	width: 100%;
	}
#contents .part{
	border: none;

}
	
#side {
	width: 100%;
	text-align:center;
	border:none;
}


header #site_map  ul{
	list-style-type: none;
	border:hidden;
}

header #site_map ul li{
	float: left;
	border:hidden;

}
#site_map{
	display:none;
	}
#btn ul{
	margin-top:7px;
	margin-bottom:5px;
	list-style-type:none;
	
}
#btn ul li{
	float:right;
	margin-right:3%;
		}

/*トグルボタン設定*/
#menubtn{
	width:100%;
	color:#FFFFFF;
	font-weight:600;
	margin-top:2.5em;
	padding:12px 12px;
	border:solid 1px #aaaaaa;
	/*border-radius:5px;*/
	background-color:#000000;
	cursor:pointer;
	}/*カーソルをポインターの形にする*/
	
	#menubtn:hover{
		backgroud-color:#dddddd;
		}
	#menubtn:focus{
		outline:none;
		}

/*トップメニュー縦並び*/
#top_menu{
	display:none;
	}
header #top_menu  ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

header #top_menu ul li  a{
	  display: block;
  position: relative;
  padding: 6px 0 6px;
  border-bottom: 1px solid #444;
  font-size:1.1em;
  color: #000000;
  text-align: center;
  text-decoration: none;
}
header #top_menu ul li a:hover {
	background: #FC9;
}
/*トップメニュー縦並びここまで*/

/* facebook いいねボタン　*/
.fb-like{
	margin-right:8x;
	margin-top:7px;
	}	
	}	

/* ====== スマートフォン用の設定 ====== */
@media only screen and (max-width:500px) {
body{
	font-size:0.82em;
	line-height:1.8em;
	}
.basic_info{
	height:1em;
	}	
#head_catch {
	visibility: hidden;
}
#head_container {
	width: 100%;
}

header #info  {
	width:60%;
	position: absolute;
	top: 5px;
	z-index: 6;
	right: 0;
	border:none;
}

#site_map{
	display:none;
	}
#btn{
	padding-top:7px;
	
	}	
	
#btn img{
	max-width:100%;
	}
#btn ul{
	list-style-type:none;
}
#btn ul li{
	float:right;
	margin-right:4%;
		}


/*トグルボタン設定*/
#menubtn{
	width:100%;
	color:#FFFFFF;
	font-weight:600;
	margin-top:1.5em;
	padding:12px 12px;
	border:solid 1px #aaaaaa;
	/*border-radius:5px;*/
	background-color:#000000;
	cursor:pointer;
	}/*カーソルをポインターの形にする*/
	
	#menubtn:hover{
		backgroud-color:#dddddd;
		}
	#menubtn:focus{
		outline:none;
		}

/*トップメニュー縦並び*/
#top_menu{
	display:none;
	}
header #top_menu  ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

header #top_menu ul li  a{
	display: block;
	position: relative;
	border-bottom: 1px solid #444;
	font-size:1.1em;
	color: #000000;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}
header #top_menu ul li a:hover {
	background: #FC9;
}
/*トップメニュー縦並びここまで*/



article #catch{
	width: 100%;
	height:14em;
}
#catch_bg{
	visibility:hidden;
	}
article #catch_copy{
	width:50%;
	color:#333333;
	font-size: 0.9em;
	padding:8px;
	margin-left:-10px;
	border-radius:10px;/*角丸ボックス*/
	background-color:rgba(255,255,255,0.7);/*RGBで色指定、Aはアルファ(透明)指定*/
}

article #catch_img{
	position: absolute;
	top: -15px;
	right: 0px;
	z-index:8;
	max-width:48%;

}

#contents{
	width:100%;
	}

#contents_container {
	width: 100%;
}

nav #nav_icon {
	width:100%;
}

.nav_box {
	float: left;
	width: 50%;
}

#contents .part{
	border: none;

}
	#contents .part_s{width: 95%;
	} 
	
#contents .part h1{
	font-size: 1.2em;	
	p.kyoutyou img{
		clear: both;
	} 


	
#side {
	width: 100%;
	text-align:center;
	border:none;
}

header #site_map{
margin-left:0;	
	}
header #site_map  ul{
	list-style-type: none;
	border:hidden;
margin-right:0;
}

header #site_map ul li{
	float: left;
	border:hidden;
}

header #site_map ul li a{
	width: 70px;
}



}
/* facebook いいねボタン　*/
.fb-like{
	margin-top:4px;
	margin-right:8px;
	}	
.fb-page{
	margin-left:5%;
	margin-top:20px;
	}	
/* ============================　*/


}
