@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html{
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
	
	}


header{
	height: 20px;
	width: 100%;
	padding: 30px 0 0 0;
}

h1{	
	color: #fff;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 2px;
	text-align: center;
	font-family: Pacifico;
	padding: 0 0 50px;
}

nav ul{
	text-align: center;
}

nav ul li{
	display: inline;
	padding:  0 30px ;	
}

nav ul li a{

	color: #fff;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 4px;
}


.works{
	width: 960px;
	margin: 50px auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.work{
	width: 300px;
	margin: 50px 10px;
}


.work p{
 font-size: 16px;
 margin: 40px 0 0 0;
 text-align: center;
}

.work p span{
	font-size: 18px;
	font-weight: bold;
}

.imgbox{
	width: 300px;
	height: 300px;
}

.work img{
	width: 300px;
	height: 300px;
	object-fit: contain;
}


.about{
	height: 350px;
	margin: 50px auto;
}

.about p{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 0 0 ;
}

.about p span{
	font-size: 14px;
	font-weight: normal;
}

.btn a{
	color: #ffffff;
	background-color: #000;
	padding: 10px 20px 12px 23px;
	border-radius: 3px;
	margin: 10px 0 0 0;
	display: inline-block;
}



.worksigle{
	height: 350px;
	margin: 50px auto;
	overflow: hidden;
}

.workimg{
	float: left;
}

.worktext{
	float: left;
	width: 400px;
	margin: 220px 0 0 40px;
}

.worktext p{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.worktext p span{
	font-size: 14px;
	font-weight: normal;
}

footer p.btn{
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}

footer p.btn a{
	display: block;
	line-height: 2;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	border-radius: 100px;
	text-decoration: none;
	margin: 0 0 30px;
}

footer p.btn a:hover{
	opacity: 0.6;
}


footer{
	overflow: hidden;
	width: 100%;
	overflow: hidden;
	padding:50px 0px 0 0;
	margin: 0 0 50px;
}

footer p{
	color: #333;
	margin:20px 0px 0 0;
	text-align: center;
	letter-spacing: 0.1rem;
}

@media screen and (max-width: 600px) {
  .works{
	width: 300px;
	margin: 50px auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



