@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
基本設定
---------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4c4c4c;
	background-color: #fff;
	background-image: url(../images/footer_buck.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
h1{
	width: 40%;
	margin: 0 auto;
}
h1 img{
	width: 100%;
	height: auto;
}
h3{
	font-size: 3em;
}
div.main_img{
	float: left;
	width: 50%;
	overflow: hidden;
}
#wrapper{
	width: 80%;
	margin: 0 auto;
}
/*---------------navi-------------*/
nav{
	display: block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #7DAC5E;
	border-bottom: 1px solid #7DAC5E;
}
nav ul li{
	position: relative;
	float: left;
	width: 25%;
}
nav li ul{
	display: none;
  	position: absolute;
  	top: 50px;
  	left: -1px;
  	padding: 5px;
  	width: 100%;
  	background: #fff;
}
nav li ul li{
	margin: 0;
  	padding: 0;
  	width: 100%;
}
nav ul li a{
	color: #4C4C4C;
	text-decoration: none;
	display: inline-block;
  	transition: .3s;
  	-webkit-transform: scale(1);
  	transform: scale(1);
}
nav li ul li a{
	display: inline-block;
  	width: 100%;
}
nav li ul li a:hover{
	background: #7dac5e;
 	color: #fff;
}
nav ul li a:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color:#7dac5e
}
/*---------------main-------------*/
h2{
	letter-spacing: 0.3em;
	border-left: 5px solid #7DAC5E;
	border-bottom: 1px solid #858585;
	font-weight: lighter;
	float: none;
}
h3{
	font-weight: lighter;
}
th{
	font-weight: lighter;
	text-align: left;
}
/*---------------footer-------------*/
footer{
	color: #fff;
	}
footer p{
	font-size: 10px;
	float: right;
	margin:20px;
}
/*---------------responsive-------------*/
@media screen and (min-width: 737px){
	div.main_img{
		height: 200px;
		margin-bottom: 50px;
	}
	nav{
		margin-bottom: 50px;
		margin-top: 30px;
		height: 70px;
		line-height: 70px;
		font-size: 1.3em;
	}
	h2{
		width: 45%;
		font-size: 18pt;
		padding: 10px 0 10px 30px;
		margin-bottom: 50px;
	}
	#page_top{
		position: fixed;
		bottom: 80px;
		right: 80px;
	}
	#page_top a:hover{
		opacity: 0.5;
		filter: alpha(opacity=50);
 		 -moz-opacity: 0.5;
		-webkit-transition: 0.4s ease-in-out;
  		-moz-transition: 0.4s ease-in-out;
  		-o-transition: 0.4s ease-in-out;
  		transition: 0.4s ease-in-out;
	}
}
@media screen and (max-width: 736px){
	div.main_img img{
		width: 368px;
	}
	div.mainvisual,div.main_img{
		height: 50px;
	}
	nav{
		height: 50px;
		line-height: 50px;
		font-size: 1em;
		margin: 20px 0;
	}
	h2{
		width: 70%;
		font-size: 1em;
		padding: 5px 0 5px 20px;
		margin-bottom: 30px;
	}
	h3{
		font-size: 2em;
	}
	p{
		font-size: 0.8em;
	}
	li{
		font-size: 0.8em;	
	}
	th{
		font-size: 1em;
	}
	td{
		font-size: 0.8em;
	}
	#page_top{
		display: none;
	 }
}
@media screen and (max-width: 949px){
	th,td{
		width: 100%;
		display: block;
	}
	/*#index_page div.top_cont{
		height: 400px;
	}*/
}
/*---------------------------------------------
index_page
---------------------------------------------*/
section.top{
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
#index_page section.top img{
	width: 35%;
	height: auto;
	float: left;
}
section.top:nth-child(2) ul li{
	margin-bottom: 1.5em;
}
#index_page div.top_cont table{
	line-height: 3em;
}
#index_page main a:link{
	color: #7dac5e;
	text-decoration: none;
}
#index_page main a:hover{
	text-decoration: underline;	
}
#index_page main a:visited{
	color: #7dac5e;
}
#index_page ul.caution{
	color: #ac5e5e;
	margin-left: 20px;
}
section.top:last-child div{
	width: 80%;
	margin: 0 auto;
}
#index_page th span{
	padding-left: 10px;
	font-size: 0.8em;
	color: #7dac5e;
}
/*---------------responsive-------------*/
@media screen and (min-width: 847px){
	#index_page section.top img{
		width: 250px;
	}
	#index_page section.top:first-child{
		height: 300px;	
	}
	#index_page section.top{
		margin-bottom: 200px;
	}
}
@media screen and (min-width: 737px){
	#index_page nav{
		margin-top: 250px;
	}
	section.top{
		margin-bottom: 80px;
	}
	#index_page section.top img{
		margin-right: 30px;
		margin-bottom: 50px;
	}
	#index_page div.top_cont th{
		font-size: 16pt;
		padding-right: 20px;
}
	#index_page div.top_cont table{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 736px){
	section.top{
		margin-bottom: 30px;
	}
	#index_page section.top img{
		margin-right: 20px;
		margin-bottom: 5px;
	}
	section.top:nth-child(3) img{
		display: none;
	}
	section.top:last-child div{
		margin: 0;
	}
	#index_page div.top_cont table{
		margin-bottom: 20px;
	}
	#index_page div.top_cont{
		margin-bottom: 50px;
	}
	}
/*---------------------------------------------
teacher_page
---------------------------------------------*/
#teacher_page #teacher_img img{
	width: 100%;
	height: auto;
}
#teacher_page section.top div{
	float: left;
}
#teacher_page #profile h3 img{
	width: 150px;
	height: auto;
  	transition: 0.3s;
}
#teacher_page #profile h3 img:hover{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}
#teacher_page #profile h3 span{
	font-size: 0.3em;
}
#teacher_page #profile table{
	width: 100%;
	line-height: 3em;
}
#teacher_page #profile tr{
	margin-bottom: 20px;
}
/*---------------responsive-------------*/
@media screen and (min-width: 737px){
	#teacher_page #profile{
		width: 65%;
		margin-bottom: 300px;
	}
	#teacher_page #teacher_img{
		width: 25%;
		margin-right: 30px;
	}
	#teacher_page #profile h3{
		margin-bottom: 40px;
	}
	#teacher_page #profile th{
		width: 20%;
		margin-right: 30px;
}
}
@media screen and (max-width: 736px){
	#teacher_page #profile{
		width: 100%;
		margin-bottom: 50px;
	}
	#teacher_page #teacher_img{
		display: none;
	}
	#teacher_page #profile h3 img{
		width: 100px;
	}
	#teacher_page #profile{
	margin-left: 0px;
	}
	#teacher_page #profile h3{
	margin-bottom: 20px;
	}
}
/*---------------------------------------------
opus_page
---------------------------------------------*/
#opus_page section.ops img{
	margin: 0 5px 50px;
	height: auto;
}
#opus_page h3{
	margin-bottom: 50px;
	color: #4c4c4c;
}
/*---------------responsive-------------*/
@media screen and (min-width: 737px){
	#opus_page h3{
		font-size: 1.5em;
	}
	#opus_page section.ops img{
		width: 300px;
	}
}
@media screen and (max-width: 736px){
	#opus_page h3{
		font-size: 1em;
	}
	#opus_page section.ops img{
		width: 150px;
	}
}
/*---------------------------------------------
axcess_page
---------------------------------------------*/
#axcess_page #map iframe{
	width: 400px;
	height: 400px;
	margin-bottom: 30px;
}
#axcess_page h3{
	margin-bottom: 30px;
	line-height: 2em;
}
#axcess_page h3 a:link{
	color: #7dac5e;
	text-decoration: none;
}
#axcess_page #axcess p{
	margin-bottom: 20px;
	line-height: 2em;
}
#axcess_page main div{
	float: left;
}
/*---------------responsive-------------*/
@media screen and (min-width: 1090px){
	#axcess_page h3{
		font-size: 2em;
	}
	#axcess_page #axcess{
		width: 50%;
		margin-left: 30px;
		margin-bottom: 200px;	
	}
}
@media screen and (max-width: 1089px){
	#axcess_page h3{
		font-size: 1.5em;
	}
	#axcess_page #axcess{
		width: 100%;
		margin-bottom: 20px;	
	}
}
@media screen and (max-width: 495px){
	#axcess_page #map iframe{
		width: 100%;
		height: 250px;
	}
}
