@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
}
.inner {
	width: 100%;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	position: absolute;
	width: 100%;
	line-height: 1;
	z-index: 999;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 50%;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
	float: left;
	font-size: 4vw;
	margin-left: 2%;
	margin-top: -10%;
}
#top-head .logo span {
	display: none;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	margin-right: 2vw;
	text-align: center;
	margin-top: -40%;
	right: 0px;
}
#global-nav ul li {
	padding-top: 10px;

}
#global-nav ul li a {
	font-size: 5vw;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 70px;
	height: 20px;
	background: #fff;
	background: rgba(255,255,255,.85);
	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 {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	font-weight: bold;
	margin-right: 2vw;
}
#top-head.fixed #global-nav ul li {
    float: left;
}

#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
	font-size: 2vw;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 26px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	background-color: #666;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
#top-head .inner #mobile-head .logo img {
	height: auto;
	width: 500px;
}

/* 一番上の背景画像 */
#background {
	margin: 0px;
	padding: 0px;

}
#background img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

/* ロゴ画像 */
#logoimg {
	position: absolute;
	margin-top: -60%;
	margin-left: 2%;
	text-align: center;
}
#logoimg img {
	height: auto;
	width: 30vw;
	position: relative;
}
/* Official Website の文字 */
#logoimg p {
	font-size: 4vw;
	color: #FFF;
	margin-top: -1%;
}

/* SNSのアイコン */
#sns {
	text-align: center;
	width: 100%;
	margin-top: -10%;
	margin-bottom: 10%;
}
#sns img {
	margin-right: 2vw;
	margin-left: 2vw;
}

/* About */
#about {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 100px;
}
#about h1 {
	text-align: center;
}
#about .text {
	width: 550px;
	float: left;
	line-height: 30px;
	margin-right: 20px;
}
#about img {
	height: auto;
	width: 500px;
	float: right;
	margin-top: 30px;
}

/* Photos */
#photos {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
#photos h1 {
	text-align: center;
}
#photos p {
	text-align: center;
}

#photos p img {
	height: auto;
	width: 25%;
	margin: 30px;
}

/* スケジュール */
#schedule {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
#schedule h1 {
	text-align: center;
}

#schedule p {
	font-weight: bold;
	font-size: 1.4em;
}
#schedule p br {
	display: none;
}

#schedule p span {
	margin-left: 0px;
}
#schedule p a {
	margin-left: 10px;
}

/* コンタクト */
#contact {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	clear: both;
	margin-top: 50px;
	padding-top: 50px;
}
#contact #caution {
	color: #F00;
}

#contact form #contact_input_area {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 10px;
}


#contact form #contact_textarea {
	float: right;
	width: 49%;
}
#contact h1 {
	text-align: center;
}

#contact form label {
	margin-right: 10px;
	margin-left: 10px;
}
#contact form input {
	width: 60%;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #777;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 1px #fff;
	-moz-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top, #eee, #fff);


    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	margin-top: 20px;
}
#contact form textarea {
	border: 1px solid #777;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 1px #fff;
	-moz-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top, #eee, #fff);

    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	width: 90%;
}
#contact form #mail_contact_button {
	clear: both;
	text-align: center;
	padding-top: 20px;
}
#contact form #mail_contact_button input {
	width: 150px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	line-height: 16px;
	height: 20px;
}

footer {
	text-align: center;
	height: 100px;
	line-height: 100px;
	clear: both;
}

/* ここから下はモニターサイズの横幅が 640pxになった時のスタイル */
 @media screen and (max-width: 640px) {

#top-head,  .inner {
	width: 100%;
	padding: 0;
}
#top-head .logo {
	float: left;
	font-size: 36px;
	display: inline;
}

#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo,  #top-head .logo {
	position: absolute;
	left: 13px;
	top: 13px;
	color: #333;
	font-size: 100%;
}
#global-nav {
	position: absolute;
	background: #333;
	width: 100%;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	top: -260px;
	margin-top: -500px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#global-nav ul li {
	float: none;
	position: static;
	padding-top: 0px;
}
#top-head #global-nav ul li a,  #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
	background-color: #333;
}
#nav-toggle {
	display: block;
	background-color: #FFF;
	padding: 5px;
}
#top-head.fixed #global-nav ul {
	list-style: none;
	bottom: 0;
	font-size: 14px;
	font-weight: bold;
	position: static;
}
#top-head.fixed #global-nav ul li {
	float: none;
}
#top-head.fixed #global-nav ul li a {
	font-size: 5vw;
}

/* #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(750px);
	-webkit-transform: translateY(750px);
	transform: translateY(750px);
}
#top {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#background {
	margin: 0px;
	padding: 0px;
	width: 100%;
}



/* ロゴ画像 */
#logoimg {
	position: absolute;
	margin-top: -60%;
	text-align: center;
	padding-left: 3%;
	margin-left: 0px;
}

#sns {
	text-align: center;
	width: 100%;
	margin-top: -15%;
}
#sns img {
	margin-right: 5vw;
	margin-left: 5vw;
	height: auto;
	width: 10%;
}

#about {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 30px;
}
#about h1 {
	text-align: center;
}
#about .text {
	width: 90%;
	float: none;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
}
#about .text p br {
	display: none;
}



#about img {
	height: auto;
	width: 100%;
	float: none;
	margin-top: 15px;
}

#photos {
	clear: both;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#photos h1 {
	text-align: center;
}
#photos p {
	text-align: center;
}

#photos p img {
	height: auto;
	width: 90%;
	float: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#schedule {
	clear: both;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#schedule h1 {
	text-align: center;
}
#schedule p {
	font-size: 1em;
}
#schedule p br {
	display: block;
}

#schedule p span {
	margin-left: 100px;
}




#contact {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	float: none;
	padding-top: 30px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#contact form fieldset #caution {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#contact form fieldset #caution ul {
	margin-left: 0px;
	padding-left: 15px;
}


#contact form #contact_input_area {
	width: 100%;
	float: none;
	text-align: left;
}
#contact form #contact_textarea {
	width: 100%;
	float: none;
}
#contact form input {
	font-size: 26px;
	width: 100%;
	height: auto;
	line-height: 26px;
	margin-top: 0px;
}
#contact form label {
	margin-right: 0px;
	margin-left: 0px;
}
#contact form fieldset #contact_textarea label textarea {
	font-size: 26px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#contact form fieldset #mail_contact_button input {
	height: 26px;
	font-size: 22px;
}



footer {
	text-align: center;
	height: 100px;
	line-height: 100px;
	clear: both;
	font-size: 11px;
	width: 100%;
}
}
