@charset "utf-8";
/* CSS Document */

/*==================================================================
   リセットcss
==================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}


/*==================================================================
   基本設定
==================================================================*/

body{
	width:100%;
	font-family:"Arial","Meiryo";
	font-weight:lighter;
	background-color:#e1ebf1;
	
}

div.clear{
	clear:both;
}

div#wrapper{
	
	width:100%;

}

h2{
	font-size:20px;
	text-align:center;
	margin-top:73px;
	margin-bottom:42px;
	font-weight:bold;
}


/*==================================================================
   ヘッダー
==================================================================*/
header{
	width:90%;
	margin:0 auto;
	padding-top:30px;
	
	
}
h1{
	font-size:22px;
	text-align: center;
	line-height:114px;
	float:left;
}

nav{
	font-size:13px;
	
}

nav ul {
	padding-top:50px;
	float:right;
}


nav ul li{
	float:left;
}

nav ul li:hover{
	transform:translateY(-5px);
	text-decoration:underline;
	
}

nav ul li a{
	text-decoration:none;
	color:black;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	padding-right:30px;
	float:right;
	
}

/*==================================================================
   メイン画像
==================================================================*/
div#mainimage{
	width:480px;
	height:auto;
	margin-top:43px;
}

/*==================================================================
   WORKS
==================================================================*/

/*
div#works ul{
	display:flex;
	justify-content:space-evenly;
} 
*/

div#works ul li{
	display: flex;
    justify-content: center;
    align-items: center;
}

ul.slick_demo{
	width:1000px;
	margin:0 auto;
	margin-top:30px;
}


ul.slick_demo li a img{
	width:200px;
	margin-right:30px;
	margin-top:30px;
}
img{
	margin:0 auto;
}
/*==================================================================
   ABOUT
==================================================================*/
div#about{
	width:480px;
	margin:0 auto;
}
div#aboutimage{
	float:left;
	margin-left: 60px;
}
div#abouttext{
	float:left;
	margin-left:20px;
	font-size:13px;
}

div#about p{
	font-size:11px;
	margin-top:20px;
	text-align: center;
	margin-bottom: 30px;
	
}


div#about_left{
	float:left;
}

div#about_right img{
	width:400px;
}

img#left{
	float:left;
	margin-left:55px;
}
/*==================================================================
   SKILL
==================================================================*/
div#skill p{
	font-size:17px;
	text-align: center;
}

/*==================================================================
   CONTACT
==================================================================*/
div#contact{
	width:480px;
	margin:0 auto;
	text-align: center;
}
div#contact label{
	font-size:13px;
}
input#name,#mail{
	width:300px;
	height:31px;
}
textarea#message{
	width:450px;
	height:140px;
}
input#button{
	background-color:black;
	color:#FFFFFF;
	fontsize:12px;
	padding:8px 27px;
}

/*==================================================================
   footer
==================================================================*/
footer{
	width:100%;
	height:226px;
	background-color:#898989;
	text-align: center;
	margin-top:73px;
}
footer img{
	margin-top:21px;
}
footer p{
	font-size:12px;
	color:#FFFFFF;
	margin-top:50px;
}


/*==================================================================
   レスポンシブ
==================================================================*/


/*@media (min-width: 480px){

	}
	nav ul li{
		display: inline-block;
		padding-left:20px;
	}
	ul{
		text-align:center;
	}
	#works{
		text-align: center;
		display: block;
	}
	div#mainimage{
		width:480px;
		padding-bottom: 30px;
	}
}
*/

/*==================================================================
   タブレット
==================================================================*/

/*

@media (min-width: 768px){
	
	div#wrapper{
	width:768px;
	}
	
	header{
	width:768px;
	}
	
	h1{
	float:left;
	margin-left:50px;
	}
	
	nav ul{
		float:right;
	}
	
	nav ul li{
	display: inline-block;
	}
	
	h2{
		text-align: center;
		display: block;
	}
	
	ul.slick_demo{
	width:768px;
	margin:0 auto;
}
	
	ul.slick_demo li a img{
	width:220px;
}

}
	



@media (min-width: 1024px){
	
	
div#wrapper{
	width:1024px;
	}
	
	header{
	width:1024px;
	}
	
	h1{
	float:left;
	margin-left:50px;
	}
	
	nav ul{
		float:right;
	}
	
	nav ul li{
	display: inline-block;
	}
	
	h2{
		text-align: center;
		display: block;
	}
	
	ul.slick_demo{
	width:1024px;
	display: block;
	margin:0 auto;
}
	
	ul.slick_demo li a img{
	width:300px;
}


}

*/