@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{
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	font-family: 'Noto Sans JP', Arial, Verdana, "游ゴシック", YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8;
}

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: #000;
}

#mainImg{
	text-align:center;
}

/*#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}*/


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 0.7em;
}


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

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

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

section h2{
	font-size: 1.8em;
	font-weight: 500;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color: #4696cc;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #4696cc;
	width: 90%;
}

/*section h2 span {
	background: #fff;
	padding: 0 80px;
}*/

.inner{
	width: 94%;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.innerS{
	width: 60%;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* 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 li{
	line-height: 2.0;
}

.col3 .img{
	/*padding: 80px 50px;*/
	/*margin-bottom: 40px;*/
	line-height: 0 !important;
	/*background: #f6f6f6;*/
}

/*#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;
}*/


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

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

/*#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;
}*/
/*施工事例追加*/
.col2s li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}






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

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

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

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
	display: inline-block;
	width: 28%;
	margin-bottom: 0;
	vertical-align: top;
	text-align: left;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 45%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 50%;
		padding-right: 4%;
	}
	/*施工事例追加*/
	.col2s li{
		width: 48%;
		vertical-align: top;
	}
	.col2s li:first-child{
		width: 48%;
		padding-right: 3%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 10px;/*30px*/
		margin-bottom: 20px;/*20px*/
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
	/*追加*/
	section h2{
	font-size: 1.4em;
	line-height: 1.4;
	padding-bottom: 10px;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		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: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#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: 0px auto 0 auto;/*50px auto 0 auto*/
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
	margin: 0 auto 20px;
	}
	/*section h2 span {
		padding: 0 30px;
	}*/
}


/*------------------------------------------------------------

　　　　　　　　　　　　　 追加設定

------------------------------------------------------------*/


/*全サイト共通ベース設定
------------------------------------------------------------*/

/*マウスオーバー　リンク透過*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 800px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*改行指定 */
.br-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
}

/*クリック発信*/
a#tel {
position: fixed;
width: 250px;
height: 44px;
text-align: center;
line-height: 44px;
left:50%;
bottom: 10px;
margin-left:-125px;
display: block;
background: rgba(118,118,118,.7);/*背景色変更*/
color: #fff;
text-align: center;
text-decoration: none;
border-radius: 10px;
z-index: 99;
margin-bottom: 10px;
}
a#tel:hover{
  background: rgba(118,118,118,.9);/*背景色変更*/
}
/*スマホのみ表示*/
@media screen and (min-width: 768px) {
a#tel {
display: none;
}
}
@media screen and (min-width:960px) {
a#tel {
display: none;
}
}

/*追従するトップへボタン　*/
#page_top{
width: 50px;
height: 50px;
position: fixed;
right: 0;
bottom: 0;
opacity: 0.6;
background-color: #000;/*リンクカラーに変更*/
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 30px;/*初期値25*/
  color: #fff;
  position: absolute;
  width: 25px;
  height: 50px;
  top: 0;
  bottom: 10px;/*アイコンセンター調整　初期値0*/
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*追加設定*/
#page_top a:hover {
background-color: #4696cc;/*サイトカラーに変更*/
}
/*spでは非表示*/
@media only screen and (max-width: 480px) {
   #page_top{
      display:none;
    }
}



/*リンクボタン　角丸*/
.btn-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color:#000;
}
.btn-radius:hover {
  background-color:#999;/*サイトカラーに変更*/
  color: #FFF;
}






/*このサイトの設定
------------------------------------------------------------*/

/*タイトル枠*/
.btn-flat {
	position: relative;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #4696cc;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	text-align: center;
	font-size: 1.2em;
}
@media only screen and (max-width: 799px){
.btn-flat {
	margin-right: 0.4em;
	margin-left: 0.4em;
	margin-bottom: 0.2em;
}
}

#sec04 h2 {
	color: #a363a5;
	border-bottom-style: none;

}
#purple {
	background-color: #ebd5e1;
}
#blue {
	background-color: #ced8e7;
	margin-top: -10px;
}
#green {
	background-color: #e0efe1;
}

/*リンクボタン1*/
#linkbox {
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
}

a.btn-blue {
	border-radius: 0;
	text-decoration: none;
	background-color: #4696cc;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
	border: thin solid #4696cc;
	margin-right: 5px;
	margin-left: 5px;
}

a.btn-blue:hover {
	color: #4696cc;
	border: thin solid #4696cc;
	background-color: #ced8e7;
}

a.btn-green {
	border-radius: 0;
	text-decoration: none;
	background-color: #4696cc;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
	border: thin solid #4696cc;
	margin-right: 5px;
	margin-left: 5px;
}

a.btn-green:hover {
	color: #4696cc;
	border: thin solid #4696cc;
	background-color: #e0efe1;
}
h3 {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 20px;
}
#sec03 {
	padding-bottom: 20px;
}
h3 span{
	font-size: 0.7em;
}

/*会社概要テーブル*/
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #000;
}

table th {
  padding: 15px 0;
  border-right: 1px solid #bbb;
}

table tr {
  background-color: #fff;
  padding: 30px;
  border-bottom: 1px solid #bbb;
}

table tr:last-child{
   border-bottom: none
}

table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}

table th:last-child,
table td:last-child{
  border: none;
}
.ul01  {
	list-style-type: disc;
	margin-left: 20px;
}
.li01  {
}
.tel {
	font-size: 2em;
	font-weight: 500;
	text-align: center;
	color: #a8d06a;
}
.subtitle {
	font-size: 1.5em;
}


.sekou {
	color: #4492C7;
	padding-right: 10px;
}
.work {
	margin-bottom: 20px;
}


/* NEWS 2023.11追加
------------------------------------------------------------*/
#sec_news {
	background-color:#FF9;
	padding-bottom:20px;
}

#sec_news h2 {
	color:#F90;
	border-bottom-style: none;
}

#sec_news .fss{
	font-size:0.9em;
	margin-bottom:20px;
	line-height:1.8;
	margin-top:20px;
}

#sec_news p{
	margin-bottom: 10px;
}

