@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
/*======================================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}
/*=============================================  初期化 ======*/
body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;/*============================= #fff=白 ======================*/
	background: #fff;/*===================== #092c4c=背景色マークスネイビー*/
	}
a{
	color: #0066ff;
	text-decoration: none;
}
a:hover, .active{
text-decoration: underline;
}
a:active, a:focus,input:active, input:focus{outline:0;}
/* ヘッダー============================================================*/
#header{
	text-align: center;
}
#header img{
	width: 50px;
	height: 16px;
}
#mainnav a{
	color: #fff;
}
/*==================================================== loadingGAMEN ==*/
#loader {
	display: none;
	position: fixed;
	top: 50%; left: 50%;
	margin-top: -100px; margin-left: -100px;
	text-align: center;
	z-index: 2;
}
#emb{/*=======================================マークとタイトルトップ画面（画像）*/
	position: absolute;
	top: 30%;
	left: 0%;
	width: 100%;
	}
/* フッター===========================================================*/
#footer{
	clear: both;
	padding: 20px 2px 50px 0;
	text-align: center;
	font-size: 12px;
	}
/* 共通===============================================================*/
img{
	max-width: 100%;
	height: auto;
	}
section{
	clear:both;
	padding-top: 10px;
	}
section h2{
	width: 60%;
	margin: 0 auto 20px;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;/* ======== 点の繰り返しで横線をひく========= */
	background-size: 1px 1px;
	}
section h2 span {
	padding: 0 0;
	}
.inner{
	width: 100%;
	/*margin: 5 auto 5;*/
	padding-bottom: 2px;
	}
.innerS{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px
	}
.innerSb{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 10px
	}
#sec00{
	padding: 10 !important;
	text-align: left;
	}
#sec00 img{
		padding: 10;
	}
#sec01{
	padding: 10 !important;
	text-align: left;
	}
#sec01 p{
    text-align:left;
    }
#sec01 div{
    text-align:right;
    }
.col2b li{
	display: inline-block;
	width: 100%;
	}
/* SEC02  =======================================================*/
#sec02{
	padding: 0 !important;
	}
#sec02 h2{
	font-size: 30px;
	font-family: 'arial black', sans-serif;
	}
#sec02 h3{
	font-size: 20px;
	font-family: 'arial black', sans-serif;
	}
.col3 img{
	display: block;
	padding:5 0 5;
	margin: 5 0 5;
	}
.col3 li{
	line-height: 2.0;
	}
	
/* SEC03 BUSINESS=======================================================*/
#sec03{
	padding: 0 !important;
	}
#sec03 iframe {
	width: 100%;
	height: 310px;
}	
/* SEC05 ABOUT US======================================================*/
.col2 li{
	display: inline-block;
	width: 100%;
	line-height: 1.3;
	text-align: left;
	margin: 15px 0;
	}
/* ========================================================================== */
/* RESPONSIVE 設定======== 画面の大きさでレイアウトを変える================== */
/* ========================================================================== */
@media only screen and (min-width: 1370px){/* =============================================1200px以上*/
	.inner{
		width: 100%;
		padding-bottom: 10px;
	}
	section h2{
		padding: 20px 0 10px;
	}
	.txt h2{
		padding: 0 0 10px !important;
	}
}	
@media only screen and (max-width: 1368px) and (min-width: 1360px){
	#emb{
		top: 20%;
		left: 0%
	}
	#sec02 iframe
		height: 820px;
	}
}
@media only screen and (max-width: 1360px) and (min-width: 1021px){/* =============1360以下1023px以上*/
	#emb{
		top: 12%;
	}
}
@media only screen and (min-width: 800px){/* ==============================================800px以上*/
	body{
		font-size:14px;
		}
	a#menu{
		display:none;
		}	
	.panel{
		display:block !important;
    	}
	#mainnav{
		position:fixed;
		top: 0;width:100%;z-index:500;
		}
	#mainnav ul{
		text-align: right;
		padding-right: 30px;
		}
	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300；
		}
	#mainnav a{
		color: #ff0000;
		}
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
		}
	#mainnav.changeNav li{
		padding: 20px 10px;
		}
	.col3{/* ============================SEC2 PROJECT ========= */
		text-align: center;
		}
	.col3 li{
		display: inline-block;
		width: 28%;
		/*padding: 0 2.5% 20px;*/
		padding: 0 0 20px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
		}
	#footer{
		padding: 30px 10px 70px 0;
		}
}
@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;vertical-align: top;
		}
	.col2 li:first-child{
		width: 35%;padding-right: 4%;
		}
}
@media only screen and (max-width: 420px){/* ========================================== i-phone6やスマホ*/
	.innerS{
		width: 96%;
		padding-top: 20px;
		padding-bottom: 10px;
		}
	.innerSb{
		width: 100%;
		transform: scale( 0.8 , 1 );/* ========================== 小スマホでは文字幅を圧縮 ============*/
		padding-top: 20px;
		padding-bottom: 10px;
		}
	section h2{
		width: 98%;
	}
	.col3 li{
		line-height: 1.7;
		}
	.col3 img{
		margin: 0 auto;
		}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
		}
	#gallery li{
		float: none;
		width: 100%;
		}
	#map iframe{
		width: 96% !important;
		left: 2%;
		}
	.col5 li{
		line-height: 1.7;
		}
	.col5 img{
		margin: 0 auto;
		}
	.col5 .img{
		padding: 30px;
		margin-bottom: 20px;
		}
	#sec02 iframe{
		width: 100%;
		height: 250px;
	}
	#sec03 iframe{
		width: 100% ;
		height: 260px;
		left: 2%;
		}
	#sec03b iframe{
		width: 100% ;
		height:1300px;
		left: 2%;
		}
	#sec04 {
		text-align: left;
		}
	#sec04_02{
		padding: 50px 20px;
		}
	#sec04b {
		text-align: center;
		}
	#sec05 {
		text-align: left;
		}	
section h2{
	font-size: 10px
	}
section h2 span {
	padding: 0 0;
	}
	#emb{
		top: 12%;
		}
}
@media only screen and (max-width: 799px){/* ======================================== */
	#header{
		position: fixed;
		width: 100%;
		z-index: 500; 
		}
	#headerWrap{
		position: relative; 
		width: 100%;
		height: 44px;
		background: #000;
		border-bottom: 1px solid #fff;
		}
	#header h1 {
		padding-top:44px;
		}
	#header h1 img{
		margin-top: 3px;
		max-height: 40px;
		width: auto !important;
		}
	a#menu{
		display: inline-block;
		position: relative;
		width: 40px;
		height: 20px;
		margin: 10px;
		}
	#menuBtn{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #fff;
		transition: .2s;
		}
	#menuBtn:before, #menuBtn:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 2px;
		background: #fff;
		transition: .3s;
		}
	#menuBtn:before{
		margin-top: -7px;
		}
	#menuBtn:after{
		margin-top: 5px;
		}
	a#menu .close{
		background: transparent;
		}
	a#menu .close:before, a#menu .close:after{
		margin-top: 0;
		}
	a#menu .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		}
	a#menu .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		}
	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;top: 0;
		z-index: 550;
		}
	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
		}
	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #000;
		text-align: left;
		}
	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
		}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;left: 5px;
		width: 6px;height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
		text-align: left;
		}
	section{
		padding-top: 40px;
		}
	section h2{
		margin: 10px  auto 10px;
		}
	section h2 span {
		padding: 0 0;
		}
}
@media only screen and (max-width: 740px) and (min-width: 421px){/*======================== 横向きのi-phone6やスマホ*/
	#emb{
		position: absolute;
		top: 30%;
		width: 100%;
		}

}
@media only screen and (max-width: 1020px) and (min-width: 767px){/* ==================== i-padpro i-pad tabletPC*/
	#emb{
		position: absolute;
		top: 10%;
		width: 100%;
		}
}
}