@charset "utf-8";

/* ========================================
index.css
 ------------------------------------------

======================================== */

/* ---------------------------------------- 
 - navi
---------------------------------------- */
@media screen and (max-width: 768px) {
nav{
	margin:-250px auto 250px;
	width:100%;
}
}

/* ---------------------------------------- 
 - mainVisual 
---------------------------------------- */
#mainVisual{
	width:100%;
	text-align:center;
	margin:0 auto;
	height:548px;
	background:url("../images/mainvisual.jpg") no-repeat center center;
	background-size:cover;
}
#mainVisualCol{
	height:100%;
}
#mainVisual .txt{
	width:628px;
	margin:0 auto;
	padding:60px 0 0;	
}
@media screen and (max-width: 1000px) {
#mainVisual{
	width:1000px;
}
}
@media screen and (max-width: 768px) {
#mainVisual{
	width:100%;
	height:300px;
}
}

/* ---------------------------------------- 
 - contents 
---------------------------------------- */
/* lead */
#contents #lead{
}
#contents #lead h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:30px;
	font-weight:bold;
	line-height:1.6;
	padding:0 0 30px;
}
#contents #lead .txt{
	text-align:left;
}
@media screen and (max-width: 768px) {
#contents #lead h2{
	font-size:20px;
	padding:0 5% 1.0em;
}
#contents #lead .txt{
	font-size:13px;
	line-height:1.6;
}
}

/* staff */
#contents #staff{
	background:url("../images/section_bg.png") repeat-x center top;
}
#contents #staff h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:26px;
	font-weight:bold;
	color:#00a6e9;
	padding:0 0 20px;
}
#contents #staff h3{
	font-size:16px;
	padding:0 0 30px;
}
#contents #staff ul{
	overflow:hidden;
}
#contents #staff ul li{
	float:left;
	width:13.4%;
	margin-right:1%;
	background:#eee;
	margin-bottom:0.8em;
}
#contents #staff ul li:nth-child(7){
	margin-right:0;
}
#contents #staff ul li:last-child{
	margin-right:0;
}
#contents #staff ul li a:hover {
	text-decoration:none;
}
#contents #staff ul li dl dd{
	text-align:left;
	padding:0.5em 10% 0.7em;
	position:relative;
}
#contents #staff ul li dl dd .ttl{
	font-size:11px;
	color:#222;
	text-decoration:none;
}
#contents #staff ul li dl dd .name{
	font-size:13px;
	color:#222;
	text-decoration:none;
}
#contents #staff ul li dl dd .btn{
	padding:0.7em 2%;
	display:block;
	background:#00a6e9;
	position: absolute;
	bottom: 0;
	right: 0;
	vertical-align: middle;
	text-decoration: none;
	text-align:left;
	width:15px;
}
#contents #staff ul li dl dd .btn::before,
#contents #staff ul li dl dd .btn::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
#contents #staff h2{
	font-size:22px;
	font-weight:bold;
	color:#00a6e9;
	padding:0 0 0.5em;
}
#contents #staff h3{
	font-size:13px;
	line-height:1.6;
	padding:0 0 1.5em;
}
#contents #staff ul li{
	float:left;
	width:32%;
	margin-right:2%;
	background:#eee;
	margin-bottom:0.8em;
}
#contents #staff ul li:nth-child(7){
	margin-right:2%;
}
#contents #staff ul li:nth-child(3n){
	margin-right:0;
}
#contents #staff ul li:last-child{
	margin-right:0;
}
}

/* schedule */
#contents #schedule{
	background:url("../images/section_bg.png") repeat-x center top;
}
#contents #schedule h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:26px;
	font-weight:bold;
	color:#00a6e9;
	padding:0 0 30px;
}
#contents #schedule table{
	width:850px;
	box-sizing: border-box;
	margin:0 auto;
	border-top:solid 1px #bfbfbf;
	border-left:solid 1px #bfbfbf;
}
#contents #schedule table th{
	width:25%;
	background:#00a6e9;
	color:#fff;
	border-bottom:solid 1px #bfbfbf;
	border-right:solid 1px #bfbfbf;
	padding:15px 0;
	box-sizing: border-box;
}
#contents #schedule table td{
	background:#fff;
	border-bottom:solid 1px #bfbfbf;
	border-right:solid 1px #bfbfbf;
	padding:15px 0;
	text-align:left;
	padding:15px 2%;
	box-sizing: border-box;
}
#contents #schedule table td a{
	color:#222;
	font-size:13px;
}
@media screen and (max-width: 768px) {
#contents #schedule h2{
	font-size:22px;
	padding:0 0 1.0em;
}
#contents #schedule table{
	width:100%;
	font-size:12px;
}
#contents #schedule table th{
	width:100%;
	padding:1.0em 0;
	display:block;	
}
#contents #schedule table td{
	padding:1.0em 0;
	padding:1.0em 1%;
	display:block;
	width:100%;
}
#contents #schedule table td a{
	font-size:11px;
}
}

/* subject */
#contents #subject{
	background:url("../images/section_bg.png") repeat-x center top;
}
#contents #subject h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:26px;
	font-weight:bold;
	color:#00a6e9;
	padding:0 0 30px;
	line-height:1.4;
}
#contents #subject table{
	width:850px;
	box-sizing: border-box;
	margin:0 auto;
	border-top:solid 1px #bfbfbf;
	border-left:solid 1px #bfbfbf;
}
#contents #subject table th{
	width:31%;
	background:#e2f7ff;
	color:#222;
	border-bottom:solid 1px #bfbfbf;
	border-right:solid 1px #bfbfbf;
	padding:15px 2%;
	vertical-align:middle;
}
#contents #subject table th.ttl{
	width:auto;
	background:#00a6e9;
	color:#fff;
}
#contents #subject table td{
	background:#fff;
	border-bottom:solid 1px #bfbfbf;
	border-right:solid 1px #bfbfbf;
	padding:15px 0;
	text-align:left;
	padding:15px 2%;
	font-size:13px;
}
@media screen and (max-width: 768px) {
#contents #subject h2{
	font-size:22px;
	padding:0 0 1.0em;
}
#contents #subject table{
	width:100%;
	font-size:12px;
}
#contents #subject table th{
	width:40%;
	padding:1.0em 0;
}
#contents #subject table td{
	padding:1.0em 0;
	padding:1.0em 2%;
}
}