@charset "utf-8";

html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family: "游明朝体",YuGothic,"游明朝",Yu Mincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	background: url(img/background.png) repeat top center;
}

#slogan .container{
    background: url(img/background.jpg) repeat;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 30px;
	font-family: "游明朝体",YuGothic,"游明朝",Yu Mincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
	font-weight: 700;
	line-height: 1.2;
}
blockquote {
	font-family: Georgia, arial, sans-serif;
	font-size: 20px;
}
p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.6;
}
p.lead {
	font-weight: 600;
}
p.caption {
	font-size: 12px;
}
a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:link,
a:visited,
a:active,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
.light {
	font-weight: 400;
}
.img-responsive {
	margin: 0 auto 20px;
}
.gothic {
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo, sans-serif;
}

/* --- position --- */
.relative {
	position: relative;
}



/* --- misc --- */
hr {
	margin-top: 10px;
}

/* --- margins --- */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* --- icon --- */
.glyphicon,
.fa {
	margin-right: 0.3em;
}

/* --- column same height --- */
.row-height {
	display: table;
}
.col-height {
	display: table-cell;
	float: none;
	height: 100%;
}
.col-top {
	vertical-align: top;
}
.col-middle {
	vertical-align: middle;
}
.col-bottom {
	vertical-align: bottom;
}

/* --- background --- */
.bg-white {
	background-color: #fff;
}
.bg-gray {
	background-color: #666;
}
.bg-dark {
	background-color: #202020;
}
.bg-pattern01 {
}

/* =================================================================
* Common
================================================================= */
section {
	position:relative;
	z-index:1;
}
/* -----------------------------------------------------------------
* Footer
----------------------------------------------------------------- */
footer {
	text-align: center;
	padding: 50px 0 30px;
	width: 100%;
	position: relative;
	background:none ;
	background-color:#000;
	background-size: cover;
}
footer #footerBnr .img-responsive {
	margin-bottom: 0.5em;
}
.visible-g-page {
	display: none;
}


/* =================================================================
* Home
================================================================= */
/* -----------------------------------------------------------------
* Header Intro
----------------------------------------------------------------- */
.intro {
	padding: 40px 0;
	width: 100%;
	position: relative;
	background-size: cover;
}
.intro .slogan {
	background-size: auto 100%;
}
.intro p,
.intro .img-responsive {
	margin-bottom: 0;
}
.intro #busho-aichi {
	position: relative;
	top: 0;
	left: 0;
	width: 20%;
	height: auto;
	margin-left: 50px;
}
.intro #ninjyatai {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.intro .slogan .row-height {
	margin-top: 20%;
}
.intro .slogan h1,
.intro #catchcopy {
	margin: 0;
}
.intro .page-scroll {
	text-align: center;
}
.intro .page-scroll a .fa {
	margin-right: 0;
}

/* -----------------------------------------------------------------
* Navigation
----------------------------------------------------------------- */
#navigation {
	background-color: #222;/*if lt IE 8*/
	background-color: rgba(34,34,34,.95);
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #222;
	box-shadow: 0px 0px 20px rgba(0,0,0,.6);
	text-align: center;
	margin: 0 auto;
}
.navbar {
	margin-bottom: 0;
}
.navbar-brand {
	font-weight: 700;
}
.navbar-brand:focus {
	outline: 0;
}
#menu .nav.navbar-bar {
	text-align: center;
	float: none;
	margin: 0 auto;
}
.navbar-custom ul.nav {
	text-align: center;
	float: none;
	margin: 0 auto;
}
.navbar-custom ul.nav li {
	float: none;
	display: inline-block;
	text-align: center;
}
.navbar-custom ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #777;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	cursor: pointer;
}
.navbar-custom ul.nav li a:hover,
.navbar-custom ul.nav li a:focus,
.navbar-custom ul.nav li.active {
	outline: 0;
	background: none;
}
.navbar-toggle {
	padding: 4px 6px;
	font-size: 14px;
	color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
	outline: 0;
}

/* -----------------------------------------------------------------
* General sections
----------------------------------------------------------------- */
.home-section {
	display:block;
	background: url(img/background.png) repeat top center;
}
.home-section h2 {
	font-size: 40px;
	margin-bottom: 50px;
}




/* -----------------------------------------------------------------
* Modal
----------------------------------------------------------------- */
.modal-header h1 {
	font-size: 24px;
}
.modal h2 {
	font-size: 20px;
}
.modal h3 {
	font-size: 18px;
}
.modal table>tbody>tr>th {
	font-weight: 700;
	white-space: nowrap;
}

/* -----------------------------------------------------------------
* Elements
----------------------------------------------------------------- */
.btn {
	font-weight: 700;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.page-scroll a i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.page-scroll a:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
	0 {
	-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
	-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
	-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes pulse {
	0 {
	-moz-transform: scale(1);
		transform: scale(1);
	}
	50% {
	-moz-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
	-moz-transform: scale(1);
		transform: scale(1);
	}
}

/* Media queries */
@media only screen and (max-width: 767px) {
	.intro {
		padding: 50px 0 0;
	}
	.intro #slogan {
		background-size: 130% auto;
	}

	.intro #busho-aichi {
		margin-top: -30px;
		margin-left: 20px;
	}
	.intro #ninjatai {
		margin-top: -80px;
	}
	.intro .slogan .row-height {
		margin-top: -100%;
	}
	.intro #catchcopy img {
		height: auto;
		width: 50px;
	}
	.page-scroll a {
		width: 36px;
		height: 36px;
		margin-top: 0;
		font-size: 18px;
		line-height: 1;
	}

	.col-xs-6 {
	margin-bottom: 30px;
	}
	.item p {
		font-size: 14px;
		line-height: 1.6;
	}
	#experience h3 {
		font-size: 22px;
	}
	

	.ico {
		background-image: url(../img/ico_event@2x.png);
	}
}
@media screen and (max-width:480px) {
	.intro #ninjatai {
		margin-top: -20%;
	}
	.navbar.navbar-custom.navbar-fixed-top {
	margin-bottom: 30px;
	}
	#schedule .modal {
	padding-top: 52px;
	}
}
@media screen and (max-width: 389px) {
	.hidden-g-page {
		display: none;
	}
	.visible-g-page {
		display: block;
	}
}
@media screen and (max-width: 360px) {
	#experience > div {
		float: none;
		width: auto;
	}
}


/* =================================================================
* bnr_area
================================================================= */
section#bnr_area  {
	padding-bottom:20px;
}