@import url(http://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800,300,200);
/*************************
*******Typography*********
**************************/
html {
//	font-size: 62.5%;
	font-size: 100%;
}

body {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-size: 1.0rem;
//	font-size: 16px;
//	line-height: 26px;
	line-height: 1.5;
	color: #fff;
}

body,
.preloader {
	background-color: #007bbb; 
}

h1,h2,h3,h4,h5,h6 {
	color: #fff !important;
}
h1 {
	margin-top: 0 !important;
}

h3 {
	margin-top:5px;
}

ul {
	list-style: none;
	padding: 0
}


a {
	color:#fff;
	text-decoration: none;
	-webkit-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
//	color: rgba(255,255,255,.5);
	color: rgba(255,255,255,1);
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
//	z-index: 999999;
}

.preloader > i {
	position: absolute;
//	font-size: 36px;
//	line-height: 36px;
	font-size: 360%;
	line-height: 1em;
	top: 50%;
	left: 50%;
	height: 36px;
	width: 36px;
	margin-top: -15px;
	margin-left: -15px;
	display: inline-block;
}

/*************************
*******Navigation CSS*****
**************************/

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
//	z-index: 9999;
	z-index: 999;
}
@media(min-width:992px) {
	#header {
		height: 100px;
	}
}

#header .container {
	height: 100px;
	display: table;
}

#header .container-inner {
	display: table-cell;
	vertical-align: middle;
}

#header .logo {
	width: 150px;
}

@media(min-width:1200px) {
	#header .logo {
		width: 185px;
	}
}

#header .logo h1 {
	margin: 0 !important;
}

#header .nav-button{
	display: inline-block;
	margin-top: 10px;
	text-transform: uppercase;
}

#navigation {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.8);
//	z-index: 99999;
	z-index: 999;
	text-align: center;
	display: none;
}

.main-nav {
	background-color: #fff;
	width: 400px;;
	display: inline-block;
	position: relative;
}

.main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-nav ul li {
	display: block;	
	text-align: center;
	margin: 0;
	padding: 0;
}

.main-nav ul li a {
	display: block;
	border-top: 1px solid #f5f5f5;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 36px;
	color:#5e5e5e;
}

.main-nav ul li:first-child a {
	border-top: 0;
}

.main-nav ul li:hover a,
.main-nav ul li.active a {
	background-color: #333;
	color: #999;
}

#hidemenu {
	display: inline-block;
	position: absolute;
	top: -30px;
	right: -30px;
	color: #666;
}

#hidemenu:hover {
	color: #000;
}

/*************************
*******Home Page CSS******
**************************/

#home-page .caption {
	font-weight: 600;
	font-size: 18px;
}

#home-page h2.heading {
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: 50px;
	text-shadow: 0 0 2px #333, 0 0 5px #333, 0 0 10px #333;
}
@media(min-width:768px) {
	#home-page h2.heading {
		font-size: 3.75em;
	}
}

#home-page .btn {
	margin:20px 0;
}
@media(min-width:992px) {
	#home-page .btn {
		margin:40px 0;
	}
}

#page-slider > .carousel-inner,
#page-slider .item > .container {
	height: 100%;
}

#page-slider .item > .container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
//	padding-bottom: 100px;
}

.vertical-middle {
	height: 100%;
	width: 100%;
	display: table;
}

.vertical-middle > div {
	display: table-cell;
	vertical-align: middle;
}

#welcome-page {
	margin-top: 0px;
}

@media(min-width:768px) {
	#welcome-page {
		margin-top: 120px;
	}
}

@media(min-width:992px) {
	#welcome-page {
		margin-top: 100px;
	}
}

#page-slider .item {
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.welcome-page-left {
	left:20px;
}

.welcome-page-right {
	right:20px;
}

.welcome-page-left, 
.welcome-page-right {
//	position: absolute;
	position: fixed;
	top: 50%;
	margin-top:-35px;
	font-size: 57px;
	z-index: 10;
	text-shadow: 0 0 2px #333, 0 0 5px #333, 0 0 10px #333;
}

.page-header {
	font-size: 300%;
//	line-height: 3;
	border: 0;
	padding: 0;
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 0 0 2px #333, 0 0 5px #333, 0 0 10px #333;
}

.entry-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}

.overlay-container {
	display: block;
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
}

.overlay-container:hover .overlay {
	opacity: 1;
}

a.readmore {
	font-size: 110%;
}
a.readmore > span.name  {
	font-size: 130%;
	font-weight: 500;
}

.box {
	background: rgba(0,0,0,.2);
	padding: 20px;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

.box:hover {
	background: rgba(0,0,0,.5);
}

#footer {
	margin: 30px 0;
}


/*************************
*****Contact Page CSS*****
**************************/

.btn {
	border: 0;
	border-radius: 0;
	-webkit-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
	font-size: 95%;
}
@media(min-width:768px) {
	.btn {
		font-size: 140%;
	}
}

.btn.btn-transparent {
//	background: rgba(0,0,0,.5);
	background: rgba(226,4,27,.7);
	color: #fff;
}

.btn.btn-transparent:hover {
	background: rgba(255,255,255,.3);
	color: #fff;
}

.form-group,
.shadow {
	text-shadow: 0 0 2px #333, 0 0 5px #333, 0 0 10px #333;
}

input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control,
input[type="url"].form-control,
textarea.form-control {
//	color: #333333;
	border-radius: 0;
//	background: transparent;
	background-color: rgba(255,255,255,.90);
//	background-color: #ffffff;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 2px solid #c1e4e9;
}

.form-control::-webkit-input-placeholder {
//	color: rgba(255,255,255,.8);
	color: rgba(226,4,7,.7);
	font-size: 80%;
}

.form-control:-moz-placeholder {
//	color: rgba(255,255,255,.8);
	color: rgba(226,4,7,.7);
	font-size: 80%;
}

.form-control::-moz-placeholder {
//	color: rgba(255,255,255,.8);
	color: rgba(226,4,7,.7);
	font-size: 80%;
}

.form-control:-ms-input-placeholder {
//	color: rgba(255,255,255,.8);
	color: rgba(226,4,7,.7);
	font-size: 80%;
}

label {
	font-weight: 500;
	font-size: 120%;
}

.btn-primary {
	color: #fff;
	background-color: #007bbb;
	border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #aacf53;
	border-color: #285e8e;
}

.inputed {
	color: #555;
	text-align: left !important;
	background-color: rgba(255,255,255,.2);
	border-radius: 0;
	background-color: rgba(255,255,255,.90);
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 2px solid #c1e4e9;
	text-shadow: none;
}
