@charset "utf-8";
h1.logo {
	padding-left: 10px;
	font-size: 0;
}
h1.logo img {
	width: 100%;
	max-width: 450px;
	font-size: 0px;
}
h2.sp {
	display: none;
}
h3.sp {
	display: none;
}
h2 img {
	width: 100%;
	max-width: 1000px;
}
/* ************************************************
 *	nav
 * ************************************************ */
.inner {
	width: 100%;
	margin: 0 auto;
	background: rgba(25, 25, 25, 0.5);
	height: 80px;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 14px;
	text-align: left;
	align-items: top;
}
#global-nav ul li {
	white-space: nowrap;
	float:left;
}

#global-nav ul li a {
	padding: 0 10px;
}
#global-nav ul li a:hover {
	color: #F09FBD !important;
	/*-webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;*/
	transition: 1s;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #fff;
	padding: 0 10px;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 25px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #CCC;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
span.logo2 {
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -100px;
	margin-top: -35px;
}
@media screen and (max-width: 1250px) {
	#global-nav ul {
		width: 40%;
		top: 30px;
	}
	span.logo2 {
		display: none;
	}
	span.logo2 img {
		display: none;
	}
}
.shoun {
	position: absolute;
	margin-top: 90px;
	left: 10px;
}
.noso {
	position: absolute;
	margin-top: 125px;
	left: 10px;
}
/* ************************************************
 *	nav
 * ************************************************ */
@media screen and (max-width: 770px) {
	#message_box {
		display: none;
	
	}
	#top-head, .inner {
		width: 100%;
		padding: 0;
		background: rgba(25, 25, 25, 0.3);
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
	}
	#mobile-head {
		width: 100%;
		height: 80px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo img, #top-head .logo img {
		position: absolute;
		left: 13px;
		top: 10px;
		width: 75%;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		background: rgba(25, 25, 25, 0.5);
		top: -476px;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		width: 100%;
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		top: 0;
		font-size: 14px;
	}
	#global-nav ul li {
		float: none;
		position: static;
		text-align: center;
	}
	#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
}
/* ************************************************
 *	fotter
 * ************************************************ */
#fotter_title {
	background-color: #807D6C;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#fotter_title p {
	font-size: 12px;
	color: #fff;
}
footer {
	width: 100%;
	background-color: #403D2E;
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}
footer div.container {
	margin: 0 auto;
	padding-bottom: 50px;
	overflow: hidden;
}
#sitemap {
	text-align: center;
	display: table;
	margin: 0 auto;
}
#sitemap ul {
	text-decoration: none !important;
	text-align: left;
	color: #9F9F9F;
	padding-right: 60px;
	display: table-cell;
}
#sitemap ul li {
	font-size: 0.9em;
	color: #9F9F9F;
	line-height: 1.7em;
}
#sitemap ul li a {
	font-size: 0.9em;
	color: #9F9F9F;
	line-height: 1.2em;
}
#sitemap ul li.hed a {
	font-weight: bold;
	margin-bottom: 5px;
}
#sitemap ul li.tel {
	margin-top: 10px;
	line-height: 1.1em;
	font-size: 1.8em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#sitemap ul li.tel span {
	font-size: 1em;
}
.tel .min {
	font-size: 1em;
}
small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 70%;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
}
#page-top {
	position: fixed;
	bottom: -10px;
	right: 0px;
	font-size: 77%;
	z-index: 999999;
}
#page-top a {
	width: 80px;
	display: block;
}
#page-top a:hover {}
@media screen and (max-width: 768px) {
	/*h2 {
		display: none;
}*/
	
	h2 img {
		display: none;
	}
	h2.sp {
		display: block;
		overflow: hidden;
		text-align: center;
		padding: 0;
		margin-top: -50px;
	}
	h2.sp span {
		position: relative;
		display: inline-block;
		margin: 0 2.5em;
		padding: 0 1em;
		text-align: left;
		font-size: 1.5em;
		font-weight: bold;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
	h2.sp span::before, h2.sp span::after {
		position: absolute;
		top: 50%;
		content: '';
		width: 400%;
		height: 1px;
		background-color: #ccc;
	}
	h2.sp span::before {
		right: 100%;
	}
	h2.sp span::after {
		left: 100%;
	}
	h3.sp {
		display: block;
		overflow: hidden;
		text-align: center;
		padding: 0;
	}
	h3.sp span {
		position: relative;
		display: inline-block;
		margin: 0 2.5em;
		padding: 0 1em;
		text-align: left;
		font-size: 1.5em;
		font-weight: bold;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
	h3.sp span::before, h3.sp span::after {
		position: absolute;
		top: 50%;
		content: '';
		width: 400%;
		height: 1px;
		background-color: #ccc;
	}
	h3.sp span::before {
		right: 100%;
	}
	h3.sp span::after {
		left: 100%;
	}
	footer div.container {
		width: 90%;
	}
	#sitemap {
		text-align: center;
		display: block;
	}
	#sitemap ul {
		margin-top: 30px;
		float: none;
		display: block;
	}
	#sitemap ul li a {
		font-size: 1.2em;
		color: #9F9F9F;
		line-height: 2em;
	}
}
.contact_btn a {
	position: relative;
	background-color: #f7d034;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #f7ba59;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.5em;
}
.contact_btn a:hover {
	top: -4px;
	box-shadow: 0 7px 0 #f7ba59;
}
.contact_btn a:active {
	top: 3px;
	box-shadow: none;
}
@media screen and (max-width: 768px) {
	.contact_btn a {
		font-size: 1em;
	}
	span.shoun, .noso {
		display: none;
	}
}
.mgb10 {
	margin-bottom: 10px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb30 {
	margin-bottom: 30px;
}
section.container {
	width: 90%;
	max-width: 1000px;
	padding-top: 150px;
	margin: 0 auto;
	padding-bottom: 100px;
}
@media screen and (max-width: 1250px) {
.instructor{
	
		margin-top:-50px;
	
}
}