@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
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-style: normal;
	font-variant: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.9;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif, Arial, "ＭＳ Ｐゴシック";
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #666;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
}
body h1{
	font-size: 80%;
	font-weight: normal;
	background-color: #9f886e;
	color: #f0f0f0;
	padding-top: 5px;
	padding-bottom: 5px;
}

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 h1{
	padding-top: 60px;
}

#mainnav a{
	color: #666;
}

#mainImg{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #------;
}

#mainImg img{
  width: 100%;
}

#subImg{
	position: relative;
	overflow: hidden;
	width: 100%;background-color: #DAD0C7;
	height: 30px;
}

#subImg img{
	width: 100%;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 12px;
	background-color: #dad0c7;
	margin-top: 40px;
}

#copyright{
	background-color: #9f866f;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 70px;
}

section h2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px 50%;
	background-size: 1px 1px;
	background-origin: padding-box;
	background-clip: border-box;
}

section h2 span{
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 150%;
}

section h3{
	font-size: 110%;
	padding-bottom: 15px;
	margin-top: 15px;
}
section h3 span{
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 130%;
	font-weight: bold;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 10px;
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}


/* SEC04 BRAND
------------------------------------------------------------*/

.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 a{
	color: #666666;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 20px 10px;
	margin-bottom: 10px;
	line-height: 0 !important;
	background: #ffffff;
}
.col3 img:hover{
  cursor:pointer;
  opacity:.8;
}

#sec04{
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}

.col4 li{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}

/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* SEC00s
------------------------------------------------------------*/
#sec00s{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 50px;
}
.news{
	width: 68%;
	margin: 0 auto;
}

/* SEC01w
------------------------------------------------------------*/
#sec01w{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 40px;
	background-color: #f6f6f6;
}

#sec01w h2{
}

#sec01w img{
	margin-bottom: 40px;
}

/* SEC01s
------------------------------------------------------------*/

#sec01s{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}

.vision{
	width: 68%;
	margin: 0 auto;
}

.visions{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1100px;
}
.visionss{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1100px;
}

.vision p{
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}

.contactus{
	margin-bottom: 5px;
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-style: none;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	font-weight: normal;
	width: 100%;
	margin-right: 10px;
}

/* SEC02s
------------------------------------------------------------*/
#sec02s{
}

.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;

}

.txt h2{
	padding: 0 0 20px !important;
}


/* SEC03s
------------------------------------------------------------*/
#sec03s{

}





/* SEC05s
------------------------------------------------------------*/
#sec05s{
	padding-top: 30px;
}


#sec05s dl{
	line-height: 1.2;
}

#sec05s dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05s dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05s header{
	display: none;
}

/* SEC06
------------------------------------------------------------*/
#sec06{
	background-image : url(images/bgSec04.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
}


.col6 li{
	display: inline-block;
	width: 40%;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	color: white;
}



.btn02 a{
	display: block;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	color: #1b1b1b;
	text-decoration: none;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #1b1b1b;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	transition: all 0.2s ease 0s;
	font-size: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 96%;
}
.btn02 a:hover{
	color:#fff;
	background:#1b1b1b;
	transition:all 0.2s ease 0s;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}

#mainImg{
  width: 100%;
}

#mainImg img{
  width: 100%;
}


	#subImg{
	
	width: 100%;
	
	border-top-width: 1px;
	
	border-top-style: solid;
	
	border-top-color: #e3e3e3;
	
}

#subImg img{
  width: 100%;
}


}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
	
	display: inline-block;
	
	padding-top: 40px;
	
	padding-right: 20px;
	
	padding-bottom: 40px;
	
	padding-left: 20px;
	
	font-size: 15px;
	
}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}

	
  #footer{
		padding: 0px 10px 0px 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: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.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%;
	}
	#sec04_02{
		padding: 50px 20px;
	}


}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
	
	position: relative;
	
	width: 100%;
	
	height: 60px;
	
	background-color: #ffffff;
	
	background-image: url(images/menuwrap01.png);
	
	background-repeat: repeat;
	
	background-attachment: scroll;
	
	background-position: 0% 0%;
	
	background-size: auto auto;
	
	background-origin: padding-box;
	
	background-clip: border-box;
	
	border-bottom-width: 1px;
	
	border-bottom-style: solid;
	
	border-bottom-color: #cccccc;
	
}
	
	#header h2{
		padding-top: 1px;
	}
	
	#header h2 img{
		margin-top: 3px;
		max-height: 65px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn::before, #menuBtn::after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	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: 100;
	}

	#mainnav{
	
	position: absolute;
	
	top: 0px;
	
	width: 100%;
	
	text-align: right;
	
	z-index: 500;
	
	background-color: #e9d7c2;
	
}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		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);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;

	}
	.col6 li{
	display: block;
	width: 100%;
}
	section{
		padding-top: 50px;
	}
	section h2{
	
	margin-top: 40px;
	
	margin-right: auto;
	
	margin-bottom: 20px;
	
	margin-left: auto;
	
	font-size: 120%;
	
	font-weight: bold;
	
}
	section h2 span{
	
	padding-top: 40px;
	
	padding-right: 10px;
	
	padding-bottom: 0px;
	
	padding-left: 10px;
	
	font-size: 120%;
	
}
section h3{
	
	margin-top: 40px;
	
	margin-right: auto;
	
	margin-bottom: 20px;
	
	margin-left: auto;
	
	font-size: 120%;
	
	font-weight: bold;
	
}
section h3 span{
	
	padding-top: 40px;
	
	padding-right: 10px;
	
	padding-bottom: 0px;
	
	padding-left: 10px;
	
	font-size: 120%;
	
}
}



/* テーブル装飾
----------------------------------------------------------- */

.t-company1{
	text-align: left;
	border-style: none;
	border-width: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.t-company2{
	border-style: none;
	border-width: 0px;
	line-height: 23px;
}

.t-company3{
}

.t-drive1{
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  background-color: #dedede;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.t-drive2{
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.waku{
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: silver #dddddd #dddddd;
	border-spacing: 1px 1px;
	padding-bottom: 1px;
}

#date{
  text-align: left;
  font-weight: normal;
  font-size: 11px;
  padding-left: 5px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}


img.aligncenter{
  display: block;
  margin:5px auto;
}
img.alignright, img.alignleft{
  padding:4px;
  margin:0 0 2px 7px;
  display:inline;
}
img.alignleft{
  margin: 0 7px 2px 0;
}
.alignright{
  float:right;
}
.alignleft{
  float: left;
}



#page-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a{
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover{
  text-decoration: none;
  background: #999;
}




}