@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

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

/* リンク設定
------------------------------------------------------------*/
a{color:#c50202;text-decoration:none;}
a:hover{	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;}
a:active, a:focus {outline:0;}


/* バックイメージ
------------------------------------------------------------*/
body{	background: url(../images/bgita.jpg) center center / cover no-repeat fixed;
}

/* メイン画像切り替え設定
------------------------------------------------------------*/
.slide{
  position:relative;
}
.slide img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:auto;
  opacity:0;
}

/* ページスクロール 設定
------------------------------------------------------------*/
#pagetop{
    position: fixed;
    right: 10%;
    bottom: 10%;
    opacity: 0;
    -ms-filter: "alpha( opacity=0 )";
    filter:alpha(opacity:0);
    zoom:1;
    z-index: 9999;
}
#pagetop a{
    display: block;
    padding: 20px;
    background: #e10404;
    color:#fff;
    text-decoration: none;
    font-weight:bold;
  font-size:18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    transition: .4s;
}

#pagetop a:before {
  content:'\25B2';
  position:absolute;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}

#pagetop a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;

}

/* サイド BUTTON
---------------------------------------------*/

#side_bt {
	position: fixed;
	right: 0; top: 57%;
	padding: 5px 0 0 5px;
	z-index: 1002;
	}

#side_bt ul li {
	list-style:none;
	margin-bottom: 5px;}

#side_bt ul li a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;}
	
/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: #000;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

/*************
/* 電話番号
*************/
.info{
float:left;
text-align:left;
margin-bottom:35px;
}

.info .open{font-size:12px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
font-size:22px;
font-weight:bold;
}

.logo span,.info span{
color:#333;
font-size:.6em;
font-weight:normal;
}

/* ナビゲーション
------------------------------------------------------------*/

p.sp-area {
   display: none;/*PCの時は非表示*/
}
 p.sp-area-re{
    display: none;/*PCの時は非表示*/
}
p.sub-area {
   display: block;/*PCの時は表示*/
}

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

/* プライバシーポリシー
------------------------------------------------------------*/
ul.priwaku{
margin-top:10px;
padding:10px;
background-color:#ffffff;
}

section.content article{
padding-top:20px;
margin-bottom:30px;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
	font-size: 20px;
font-weight: bold;
line-height:36px;
border-bottom:1px solid #D6D6D6;
color:#333;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

.m1 {
font-size: 16px;
font-weight:bold;
}

.m2 {
font-size: 16px;
font-weight:bold;
}

.m3 {
font-size: 14px;
line-height:2.0;
}

.m4 {
font-size: 14px;
line-height:2.0;
border-bottom: 1px dashed #a0a0a0;
}

.m4 a{color:#000000;text-decoration:none;}
.m4 a:hover{	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;}
.m4 a:active, a:focus {outline:0;}

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

section{
  clear: both;
}

section h2{
	width: 60%;
	margin: 70px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

/*************
/* キャプション
*************/
figure{text-align:center;}
figcaption{color:#000;font:13px;
	margin-top: -3.5em;}

section h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}

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

#sec03 .inner, #sec04 .inner, #sec06 .inner, #sec07 .inner{
	border-bottom: 1px solid #a0a0a0;
}

#sec08{
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid #a0a0a0;
}
.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

/* SEC06 menue
------------------------------------------------------------*/


.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}
.wrap{
	clear: both;
	width: 100%;
}

.bg{
	line-height: 0;
}

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



.gridWrapper{
padding:10px 0 20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}

.grid{
float:left;
border-radius:5px;
}

.box{
margin:0 5px;
}

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

.box h3{padding:10px 0 5px;
color: #000000;
font-weight: bold;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.inactive{
padding:10px 5px 5px;
text-align:right;
}

.readmore{clear:both;}

.inactive{clear:both;}

.readmore a{
padding:3px 5px;
border-radius:3px;
background:#e10404;
}

.inactive a{
padding:3px 5px;
border-radius:3px;
background:#006565;
}

.readmore a:hover{background:#e10404;}
.inactive a:hover{background:#006565;}

.box p a{color:#ffffff;text-decoration:none;}
.box p a:hover{	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;}
.box p a:active, a:focus {outline:0;}
	
/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery{
	overflow: hidden;
}

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


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


/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;
}



/* SEC04 PROJECT
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.article img{
	float: left;
	margin: 5px 20px 20px;
}

.article p{
	margin-bottom: 20px;
}



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

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

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

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


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){


	/* グリッド全体 */
	.gridWrapper{
	width:100%;
	margin: 0 auto;
	margin:0 0 0 -10px;
	}
	
	
	#gallery article{padding:10px 0 10px 10px;}
	#supporter article{padding:10px 0 10px 10px;}
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	padding-bottom: 30px;
	}
}

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

@media only screen and (min-width: 800px){
	body{
		font-size:15px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		right: 4%;
	}
	
	.slide:before{
  content:"";
  display:block;
  padding-top:55%; /* 画像の高さを横幅に対する比率で設定 */
}

  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		text-align: center;
		padding: 30px 0 0 0;
	}

	#mainnav li{
		font-size: 16px;
		padding: 10px 0;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	/* SEC06 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	}

	
	#sec06_02 .txt, #sec06_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 50px;
		vertical-align: middle;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
		height: 200px !important;
  }
	
  #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: 640px){
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}
	
	    .grid{width:100%;
    padding-bottom: 30px;}
}

@media only screen and (max-width: 799px){

	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 140px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar h1{
		text-align: center;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 50px;
	}
	
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	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: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#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);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 55px auto;
	}
@media screen and (max-width: 480px){
.none {display:none}

.show-on-mobile{
    display:block;
  }
      p.sp-area {
       display: block;/*スマートフォンの時は表示*/
    }
    p.pc-area {
       display: none;/* PCの時は非表示*/
    }
      p.sp-area-re{
             display: block;/*スマートフォンの時は表示*/
      		margin: 0 auto;
		text-align: center;
    }
    .grid{width:100%;
    padding-bottom: 30px;}
.box img{max-width:100px;}

}