
/*---------- contents ----------*/
#works,#about,#contact {
	margin-top:-150px;padding-top:250px;
	width:1000px;
	overflow:hidden;
	clear:both;
}
#about,#contact{margin-top:0;padding-top:250px;}

/*---- title / midashi ----*/
.maintitle{
	font-size:45px;
	line-height:2.0;
	font-weight:normal;
	color:#484848;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
}
ul.works_wrapper,
.about_wrapper{margin-top:30px;}
.btn{
	background-color:#b89bab;
	width:40%;
	font-size:21px;
	line-height:1.5;
	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
}
.btn a{padding:10px;color:#fff;display: block;}

/*---- works ----*/
ul.works_wrapper{
	font-size:0;
	display:block;
	text-align: left;
}
.works_wrapper li{
	display: inline-block;
	margin-right:20px;
	width:320px;
	font-size:13px;
	text-align: center;
	letter-spacing: 1px;
}
.works_wrapper li:last-child{margin-right:0;}
.works_wrapper li a{color:#313131;text-decoration: none;}
.works_wrapper li img{margin-bottom:10px;border:1px solid #eee;width:318px;}
.works_wrapper li span.marker{
	background: linear-gradient(transparent 50%, #e2c0d5 50%);
	height:30px;
	padding:0 10px 5px;
}

/*---- about ----*/
.about_wrapper{overflow: hidden;clear: both;}
.about_wrapper > img{
	margin-right: 100px;
	width:250px;
	float:left;
}
.about_wrapper > .text{
	width:650px;
	float:right;
	font-size: 14px;
	line-height:1.8;
	text-align: left;
}
.about_wrapper > .text dl{
	border-bottom:1px solid #eee;
	margin-bottom:30px;
	padding-bottom:30px;
	width:650px;
	overflow: hidden;
	clear: both;
}
.about_wrapper > .text dt{
	margin-bottom:30px;
	width:150px;
	float: left;
	clear: left;
}
.about_wrapper > .text dd{
	margin-bottom:30px;
	width:500px;
	font-size:13px;
	float: left;
}
.about_wrapper > .text > p{
	margin-bottom:30px;
	font-size:21px;
	letter-spacing: 2px;
}
.about_wrapper > .text > p span{font-size:11px;}

/*---- contact ----*/
.contact_text{
	margin-top:30px;
	line-height:2.0;
	text-align:center;
}


/*---------- footer ----------*/
#footer{
	background-color:#b89bab;
	margin-top:150px;
	padding:20px 0;
	width:100%;
}
.footer_wrapper{width:1000px;overflow: hidden;clear: both;}
.Copy{
	font-size:10px;
	line-height:1.8;
	text-align: left;
	font-weight: normal;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	float: left;
}
ul.footer_sns{
	font-size:0;
	text-align: right;
	float: right;
}
.footer_sns li{
	display: inline-block;
	margin-right:10px;
	width:20px;
}


/*------------------------------
PC
------------------------------*/
@media screen and (min-width: 769px){
	.sp{display:none;}
	img {
		max-width: 100%;
		height: auto;
		vertical-align: top;
		-ms-interpolation-mode: bicubic;
	}
	
	/*---------- mainvisual ----------*/
	.mainvisual img{
		width: 100%;
		height:auto;
		z-index: 0;
	}
 
  /*---- title / midashi ----*/
	.title br{display:none;}
	
}


/*------------------------------
 Tablet / Smartphone 
------------------------------*/
@media only screen and (max-width:768px) {
	.pc{display: none;}
	
  /*---- mainvisual ----*/
	.mainvisual{
		width:100%;
		height:auto;
		margin-bottom: 85%;
		position: relative;
		left:0;
		top:90px;
		z-index: 0;
	}
	.mainvisual img{
		width:150%;
		position:absolute;
		left:-50%;
		top:0;
	}
  
	/*---------- contents ----------*/
	#works,#about,#contact {width:90%;padding:40% 5% 0;margin-top:35px;}
	#about,,#contact {width:90%;padding:40% 5% 0;margin-top:-95px;}
	
	/*---- title / midashi ----*/
	.maintitle{
		font-size:40px;
		line-height:2.0;
		font-weight:normal;
		color:#484848;
		text-align: center;
		letter-spacing: 2px;
	}
	.title{text-align: center;padding:15px 30px;line-height: 0.8;}
	p{font-size:100%;}
	
	/*---- works ----*/
	ul.works_wrapper{
		margin-top:15px;
		font-size:0;
		display:block;
	}
	.works_wrapper li{margin:0 5% 30px;width:90%;}
	.works_wrapper li img{max-width: 100%; margin-bottom:5px;}
	
	/*---- about ----*/
	.about_wrapper > img{margin-right:0;padding:0 5%;width:90%;clear: both;}
	.about_wrapper > .text{width:90%;margin-top:15px;padding:0 5%;clear:both;}
	.about_wrapper > .text dl{width:100%;font-size:116%;}
	.about_wrapper > .text dt{margin-bottom:0;width:100%;clear: both;}
	.about_wrapper > .text dd{margin-bottom:30px;width:100%;clear:both;}
	.about_wrapper > .text > p{
		margin-bottom:30px;
		font-size:21px;
		letter-spacing: 2px;
	}
	.about_wrapper > .text > p span{font-size:11px;}
	
	/*---- footer ----*/
	#footer{
		background-color:#b89bab;
		margin-top:150px;
		padding:20px 0;
		width:100%;
	}
	.footer_wrapper{width:90%;padding:0 5%;}
	.Copy{
		font-size:84%;
		line-height:1.8;
		text-align: center;
		clear: both;
	}
	ul.footer_sns{
		margin-top:30px;
		font-size:0;
		text-align: center;
		display: block;
		float: none;
		width:60%;
	}
	.footer_sns li{
		display: inline-block;
		margin-right:0;
		width:30%;
	}
	.footer_sns li img{width:50%;}
	
}

