@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;}
@font-face {
  font-family: 'myfont1';/* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('MochiyPopOne-Regular.ttf') format('truetype');
}
MPLUSRounded1c-Regular.ttf
@font-face {
  font-family: 'myfont2';/* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('MPLUSRounded1c-Regular.ttf') format('truetype');
}


body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
font-family:'myfont2','Noto Sans JP',serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

header{
padding-bottom: 20px;}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.wf-mplus1p { font-family: "M PLUS 1p"; }


/* 画像リンク
------------------------------------------------------------*/
#sec01 {
    background-image: url(../images/hude-paint-blue.png);
    background-size: contain;
    background-color:rgba(255,255,255,0.7);
background-blend-mode:lighten;       
background-repeat: no-repeat;
}

#sec03 { b
    background-size: cover;
    background-color:#faf0e6;
background-blend-mode:lighten;
   
}

#sec03 h4{text-align: center;
font-size: 20px;
}

.back {
    background-color: white;
transition-duration: 0.5s;
  border-radius: 20px 20px 20px 20px;}
.back:hover{ transition-duration: 0.5s;
    background-color: lightcyan;
    
}

.back1 {background-color: white;
transition-duration: 0.5s;
  border-radius: 20px 20px 20px 20px;}
.back1:hover{ transition-duration: 0.5s;
    background-color: #E6E6FA;
}

.back2 {background-color: white;
transition-duration: 0.5s;
  border-radius: 20px 20px 20px 20px;}
.back2:hover{ transition-duration: 0.5s;
    background-color: #FFFFE0;
}

.back3 {background-color: white;
transition-duration: 0.5s;
  border-radius: 20px 20px 20px 20px;}
.back3:hover{ transition-duration: 0.5s;
    background-color: #ffe0e0;
}

.back4 {background-color: white;
transition-duration: 0.5s;
  border-radius: 20px 20px 20px 20px;}
.back4:hover{ transition-duration: 0.5s;
    background-color: #F0FFF0;
}
.back5 {background-color: white;
transition-duration: 0.5s;
  border-radius: 20px 20px 20px 20px;}
.back5:hover{ transition-duration: 0.5s;
    background-color: #ffe0e0;
}
.back6 {background-color: white;
transition-duration: 0.5s;
  border-radius: 20px 20px 20px 20px;}
.back6:hover{ transition-duration: 0.5s;
    background-color: #fffacd;
}


.mem {
    max-width: 100%;
padding-top: 20px;
padding-bottom: 20px;}
.mem2 {
    max-width: 100%;
padding-bottom: 20px;}




/* リンク
------------------------------------------------------------*/
 a {
	color: #999;		/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
 a:hover {
	color: #a9d1ec;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: #000;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}
.article{background-color: azure;
padding-top: 20px;}
.article2{background-color:antiquewhite;
padding-top: 20px;
}



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


/* 共通
------------------------------------------------------------*/
h1, h2{
font-family: 'Kiwi Maru', serif;
font-family: 'Permanent Marker', cursive;
}

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

section{
  clear: both;
}

section h2{
    color: black;
	width: 60%;
	margin-bottom:auto;
    margin-left: auto;
    margin-right: auto;
	font-size: 40px;
	font-weight:normal;
	text-align: center;
}

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

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

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

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

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

.innerS{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 80px;
    padding-top: 30px;
}


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

#sec04 h2{
    color: white;
    padding-top: 20px;
}
#sec04 span {
	padding-bottom: 5px;
	border-bottom: 3px solid #000;
    border-bottom-color: white;
}

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

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

.article iframe{
	float: left;
	margin: 5px 0px 100px;
}


.article2{

	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
}

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

.article2 iframe{
	float: left;
	margin: 5px 20px 20px;
}

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


.video {
 
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
    
    line-height: 120%;
    padding: 10px 10px 10px 10px;
  
   height: 240px;
    
    
  }


.video p {
    margin: 0; 
    padding: 0;
}
.video img {
border-radius: 20px 20px 20px 20px;}

.video h6{margin-bottom: 10px;
margin-top: 10px;
        background-color: #ffc06e;
    color: #fff;
   padding: 3px;
     border-radius: 8px;
}



.video1 {
 
    margin: 2em 0;
    color: #232323;
    background: #f0f8ff;
    border-left: solid 10px #4169e1;
    
    line-height: 120%;
    padding: 10px 10px 10px 10px;
  
   height: 240px;
    
    
  }


.video1 p {
    margin: 0; 
    padding: 0;
}
.video1 img {
border-radius: 20px 20px 20px 20px;}

.video1 h6{margin-bottom: 10px;
margin-top: 10px;
        background-color: #4169e1;
    color: #fff;
   padding: 3px;
     border-radius: 8px;
}


.video2 {
 
    margin: 2em 0;
    color: #232323;
    background: #fafad2;
    border-left: solid 10px #ffd700;
    
    line-height: 120%;
    padding: 10px 10px 10px 10px;
  
   height: 240px;
    
    
  }


.video2 p {
    margin: 0; 
    padding: 0;
}
.video2 img {
border-radius: 20px 20px 20px 20px;}

.video2 h6{margin-bottom: 10px;
margin-top: 10px;
        background-color: #ffd700;
    color: #fff;
   padding: 3px;
     border-radius: 8px;
}

.video3 {
 
    margin: 2em 0;
    color: #232323;
    background: #FFE4E1;
    border-left: solid 10px #b22222;
    
    line-height: 120%;
    padding: 10px 10px 10px 10px;
  
   height: 240px;
    
    
  }


.video3 p {
    margin: 0; 
    padding: 0;
}
.video3 img {
border-radius: 20px 20px 20px 20px;}

.video3 h6{margin-bottom: 10px;
margin-top: 10px;
        background-color: #b22222;
    color: #fff;
   padding: 3px;
     border-radius: 8px;
}

.video4 {
 
    margin: 2em 0;
    color: #232323;
    background: #FFF0F5;
    border-left: solid 10px #ba55d3;
    
    line-height: 120%;
    padding: 10px 10px 10px 10px;
  
   height: 240px;
    
    
  }


.video4 p {
    margin: 0; 
    padding: 0;
}
.video4 img {
border-radius: 20px 20px 20px 20px;}

.video4 h6{margin-bottom: 10px;
margin-top: 10px;
        background-color: #ba55d3;
    color: #fff;
   padding: 3px;
     border-radius: 8px;
}



.video5 {
 
    margin: 2em 0;
    color: #232323;
    background: #fafad2;
    border-left: solid 10px #ff7f50;
    
    line-height: 120%;
    padding: 10px 10px 10px 10px;
  
   height: 240px;
    
    
  }


.video5 p {
    margin: 0; 
    padding: 0;
}
.video5 img {
border-radius: 20px 20px 20px 20px;}

.video5 h6{margin-bottom: 10px;
margin-top: 10px;
        background-color: #ff7f50;
    color: #fff;
   padding: 3px;
     border-radius: 8px;
}






.image_link{
    color: black;
 display:block; 
 position:relative;
 text-decoration:none;
 overflow:hidden;
}
.image_link:before{
  content:"";
  display:block;

}
.image_link img{

  top:0;
  bottom:0;
  left:0;
  right:0;
  transition:0.3s;
  display:block;
  width:100%;
}
.image_link:hover img{
  transform:scale(1.1);
}

.image_link:hover{
    color: black;
}



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

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

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


/* new 設定
------------------------------------------------------------*/

/*見出しを含まないお知らせブロック*/
#new dl {
	padding: 0px 3%;		/*上下、左右へのブロック内の余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
}

.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

#new {background-color: aliceblue;}


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

@media only screen and (min-width: 1400px){
    .video {height: 300px;
        
    }
    
        .video1 {height: 300px;
        
    }
        .video2 {height: 300px;
        
    }
        .video3 {height: 300px;
        
    }
        .video4 {height: 300px;
        
    }
}





@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		max-width: 100%;
        
	}
	
	#content{
		max-width: 80%;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		right: 4%;
	background-color: rgba(255, 255, 255, 0.0001);
	}

    
    
  a#menu{
		display:none;
	}	

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

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

	#sns a:hover img{
		opacity: .8;
	}
    
    	
    #sec01 {
    background-image: url(../images/hude-paint-blue.png);
    background-size: 100% 100%;
    background-color:rgba(255,255,255,0.7);
background-blend-mode:lighten;       
background-repeat: no-repeat;
}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{width: 100%;
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 25%;

		padding: 3%;
		vertical-align: top;
		text-align: left;
	}
    	.col5{width: 100%;
		text-align: center;
	}

	.col5 li{
		display: inline-block;
		width: 29%;
		padding: 1%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
		height: 200px !important;
  }
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}
/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (max-width: 640px){
	.innerS{
		width: 80%;
		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%;
	}
}
 header{padding: 10px;}
/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (max-width: 799px){
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}
    header{padding: 10px;}
  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{
		display: inline-block;
		width: 46%;
     
		padding: 1%;
		vertical-align: top;
		text-align: left;
	}
    	.col5 li{
		display: inline-block;
		width: 46%;
     
		padding: 1%;
		vertical-align: top;
		text-align: left;
	}
	
    
	section h2{
		margin: 20px auto;
	}
     .video {height: 260px;
        
    }
    
        .video1 {height: 260px;
        
    }
        .video2 {height: 260px;
        
    }
        .video3 {height: 260px;
        
    }
        .video4 {height: 260px;
        
    }
   
}
 
    
    
    


div.member1 {
  width: 100%;
  display: flex;
justify-content: space-between;
}

div.member3 img{
  width: 60%;
  background-color: lightsteelblue;
}
div.member3 {
  width: 60%;
  background-color: lightsteelblue;
}

div.member2 {
  width: 500px;
  
}

div.member4 {width: 40%;
background-color: aquamarine;
    margin-left: auto;
    margin-right: auto;
}

div.member4 h2 {
    font-family: 'Kosugi', sans-serif;
    font-weight: bold; 
}

div.member5 {width: 300px;
background-color: red;
        margin-left: auto;
    margin-right: auto;

}
 {
    margin-left: auto;
    margin-right: auto;

}