@charset "utf-8";

html {overflow-y: scroll;}
body {
	font: 14px/1.6 Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	overflow: hidden;
}

nav ul, ul li {list-style: none;}
nav ul li {list-style: none;	display: inline;	margin-right: 10px;}
ul {
	margin: 0;
	padding: 0;
}
/* リンクなど ----------------------------------------------------*/
a {
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
::selection {
	background: #FFAE10;
}
/* 汎用 ----------------------------------------------------*/
/* clerfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
@media screen and (max-width:768px){
	.imgR {
	float: none;
	margin: 0 10px;
}
.imgL {
	float: none;
	margin: 0 auto;
	display: block;
}
}
#bloger .imgL,
#news .imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.tC,
.btn {
	text-align: center;
}
.tR,
.sign {
	text-align: right;
}
.center { text-align:center;}
/*#　page（ページ全体）----------------------------------------------------*/
#page {
	text-align: center;
}
/*#　contents（メインとサイド）----------------------------------------------------*/
#contents {
	/zoom: 1;
	padding-top: 0px;
}
/*	#main（メインコンテンツ）　----------------------------------------------------*/
#main {
}
/*	#side（サイドバー）----------------------------------------------------*/
#side {
}
/*	header#globalHeader　----------------------------------------------------*/
header#top-bar {
	position: relative;
	width: 100%;
	height: 100%;
}
header#top-bar .logo {
	position: absolute;
	top: 50%;
	left: 0px;
	text-align: center;
	width: 100%;
	margin-top: -250px;
}
#top #top-bar .bg {
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}
#top-bar .gNav  {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: rgba(255,255,255,0.3);
}
.nav > li > a {
	position: relative;
	padding: 10px 0px 5px 10px;
	display: block;
}
@media (max-width:1200px) {
	header#top-bar .logo {
	position: absolute;
	top: 50%;
	left: 0px;
	text-align: center;
	width: 100%;
	margin-top: -200px;
	}
	header#top-bar .logo img {
		height: 400px;
		width: auto;
	}
}
@media (max-width:960px) {
	header#top-bar .logo {
	position: absolute;
	top: 50%;
	left: 0px;
	text-align: center;
	width: 100%;
	margin-top: -150px;
	}
	header#top-bar .logo img {
		height: 300px;
		width: auto;
	}
}
@media (max-width:768px) {
	header#top-bar .logo {
	position: absolute;
	top: 50%;
	left: 0px;
	text-align: center;
	width: 100%;
	margin-top: -100px;
	}
	header#top-bar .logo img {
		height: 200px;
		width: auto;
	}
}
@media (max-width:480px) {
	header#top-bar .logo {
	position: absolute;
	top: 50%;
	left: 0px;
	text-align: center;
	width: 100%;
	margin-top: -70px;
	}
	header#top-bar .logo img {
		height: 140px;
		width: auto;
	}
}
	#top-bar .gNav  {
		background-color: rgba(255,255,255,0);
	}
}
@media (max-width:320px) {
	header#top-bar .logo img {
		zoom:.2;
	}
}
/*トグルボタン----------------------------------*/
.toggle {
	float: right;
	margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 8px;
	background-color: transparent;
	border-style: none;
	padding:0;
}
.toggle:focus {
  outline: none;
}
.about {
	background-color: #000;
}
@media (min-width: 768px) {
  .toggle {
    display: none;
  }
	
}
@media (max-width:767px ) {
	.navbar-collapse {
	margin-top: 0px;
	background-color: rgba(255,255,255,0.8);
}
}
.navbar-toggle-anime,
.navbar-toggle-anime span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.navbar-toggle-anime {
	position: relative;
	width: 26px;
	height: 26px;
}
.navbar-toggle-anime span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px 2px rgba(003,00,00,0.5);
box-shadow: 0 0 5px 2px rgba(003,00,00,0.5);
}
.navbar-toggle-anime span:nth-of-type(1) {
	top: 0;
}
.navbar-toggle-anime span:nth-of-type(2) {
	top: 10px;
}
.navbar-toggle-anime span:nth-of-type(3) {
	bottom: 5px;
}
.navbar-toggle-anime.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.navbar-toggle-anime.active span:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggle-anime.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}
/*-----------------------------------------------------------*/

.navbar-header .navbar-brand {
  padding: 0;
	height: auto;
}
@media (max-width:767px ) {
	.navbar-header .navbar-brand {
		padding: 0;
		margin-left: 10px;
	}
}
@media (max-width:320px ) {
	.navbar-header .navbar-brand {
		padding: 0;
		margin-left: 5px;
	}
}
.navbar-header .navbar-brand a {
  height: auto;
  display: inline-block;
}
.navbar-brand a {
	position: relative;
	display: block;
}
.navbar-brand h1 {
	padding: 0;
	margin: 0;
}
.navbar-brand p {
	color: #3d88b5;
	font-size: 9px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	top: 28px;
	left: 0;
	display: block;
	width: 210px;
}
footer#globalFooter ul {
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle {
  background: #444;
}
#top-bar {
  background: #fff;
  color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  padding: 0;
}
#top-bar .navbar-nav > li > a:hover {
  background: transparent;
}
#top-bar.animated-header {
	padding: 0;
	background-color: #ffffff;
	box-shadow: none;
	background-image: url(../images/home2_01.jpg);
	background-repeat: repeat-x;
}
#top-bar .main-menu li > a {
  color: #444;
}
#top-bar .main-menu li {
	position: relative;
	margin-left: 20px;
	margin-left: 20px;
	text-align: center;
	float: none;
	display: inline-block !important;
}
#top-bar .main-menu li a {
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	padding: 15px 0;
	margin-top: 0px;
}
#top-bar .main-menu li a:hover {
  color: #3D88B5;
}
.navbar-custom .nav li > a {
  position: relative;
  color: #000;
}
.navbar-nav {
	float: none;	
}
.navbar-center {
	text-align: center;	
}

.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.navbar-custom .dropdown-menu {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
}
/*	footer#globalFooter　----------------------------------------------------*/
footer#globalFooter {
	clear: both;
	margin-top: 100px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
footer#globalFooter ul li {
	list-style: none;
}
footer#globalFooter .box {
	padding-top: 30px;
}
.flogo {
	padding: 10px 0;
	text-align: center;
}
.sns {
	text-align: center;
}
ul.sns {
	text-align: center;
}
.sns li {
	padding: 0px 5px;
	display: inline-block;
}
#fNav {
}
#fNav ul {
	text-align: center;
}
#fNav ul li {
	padding: 20px 10px;
	display: inline-block;
	font-size: 16px;
}
#fNav ul li.ttl {
	font-weight: bold;
}
#fNav ul li a {
	color: #333;
}
.company { text-align: center; clear: both;}
.company ul.line {
	text-align: center;
	overflow-y: hidden;
}
.company ul.line li {
	padding: 10px;
	font-size: 14px;
	float: left;
}
.company ul.line li.ttl {
	width: 120px;
	text-align: left;
}
.company ul.line li.ttl .mid {
	padding-top: 15px;	
}
.pageTop {
	background-image: url(../images/bg-goTop.png);
	background-repeat: repeat-x;
}
.pageTop a {
	display: block;
	width: 100%;
	padding: 6px 0 12px;
	text-align: center;
}
/* copyright　----------------------------------------------------*/
footer#globalFooter p.copyright {
	font-size: 12px;
	padding: 20px;
	margin: 0;
	text-align: center;
}
/* home --------------------------------------------------------------*/
#concept {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.conceptBox {
	padding: 20px 0;
	margin: 40px 0;
	background-color: #FFFFFF;
}
.conceptBox p {
	font-size: 18px;
}
#concept2 {
	padding-bottom: 30px;
}
.conceptCel p {
	height: 80px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 17px;
}
.areaBox h3 {
	margin: 0;
	text-align: center;
	padding-bottom: 15px;
}
.areaBox p {
	font-size: 14px;
}
.areaBox .box {
	padding: 15px;
	margin-top: 30px;
	height: 220px;
}
.areaBox .box1 {
	background-color: #fdf1f4;
}
.areaBox .box2 {
	background-color: #feefd8;
}
.areaBox .box3 {
	background-color: #ebf7ed;
}
.areaBox .box4 {
	background-color: #ffffcc;
}
@media (max-width:1024px) {
	.areaBox .box {
		height: 260px;
	}
	.conceptBox {
		padding: 20px 20px;
	}
}
@media (max-width:768px) {
	.conceptBox p {
		font-size: 16px;		
	}
	.conceptCel p {
		height: 90px;
		margin-top: 40px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.areaBox .box {
	height: 260px;
	}
	.areaBox .box p {
		font-size: 12px;
	}
}
@media (max-width:480px) {
	.areaBox .box {
		height: auto;
	}
	.areaBox .box p {
		font-size: 13px;
	}
	.conceptCel p {
		height: auto;
	}
	#top-bar .main-menu li {
		position: relative;
		margin-left: 20px;
		margin-left: 20px;
		text-align: left;
		float: none;
		display: block !important;
	}
	
}
@media (max-width:320px) {
	
}
