@import url("menu.css");
.entry-content{
    margin-top: 100px;
}
.site-main{
	max-width: 860px;
}
.recent-works{
display: flex;
margin: 100px 0;
justify-content: space-between;
}
.recent-image{
	width: 450px;
	height: 450px;
	
}
.recent-title{
	width: 50%;
position: relative;
}
.recent{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.recent-title h2{
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 0 50px 0;
}
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 50px;
	color: #333;
	font-size: 16px;
	border: solid 1px #333;
	text-decoration: none;
	transition: 0.3s;
	font-family: 'Roboto', sans-serif;
}

.btn a:hover {
	color: #f2f2f2;
}
.btn06 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #333;
}

.btn06 a:hover {
	background-color: #000;
	border: 1px solid #333;
}

.btn06 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}
.works-content{
	border-top: solid #ccc 1px;
	margin: 0 0 200px 0;
	display: flex;
justify-content:space-between;
flex-wrap: wrap;
padding: 100px 0 0 0;
}
.works-p{
	width: 250px;
	height: 250px;
	background-color: #eee;
	margin: 0 0 40px 0;
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
}
.works-p h3{
	position: absolute;
	text-align: center;
	padding: 0 20px;
}
.works-p h3 span{
	background-color: #000;
	color: #fff;
	padding: 10px;
	font-size: 14px;
    line-height: 2;
}
.works-p a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.works-content::after{
  content:"";
  display: block;
  width:250px;
}
.works-p:hover{
	opacity: 0.8;
}
.works-back{
	background-color: #000;
	width: 50px;
	height: 50px;
	margin: 0 auto 100px;
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.works-back a{
position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.works-back:hover{
	opacity: 0.8;
}
.works-single-title{
	text-align: center;
	margin: 100px 0 30px;
}
.works-single-title h2{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 30px;
}
.works-single-title p{
	font-size: 14px;
	color: #9B9B9B;
	letter-spacing: 2px;
}
.works-main-image img{
width: 100%;
height: auto;
}
.works-detail{
	display: flex;
	justify-content: space-between;
	    margin: 50px 0 200px;
	    align-items: flex-start;
}
.works-thumbnail{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 240px;
}
.thumb{
	width: 110px;
	height: 110px;
	margin: 0 0 20px;
}
.thumb a{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.thumb:hover{
	opacity: 0.8;
}
.detail-text{
	width: 540px;
}
.detail-text p{
	line-height: 2;
	margin: 0 0 20px;
}
.works-main-image img{
	width: 100%;
	height: auto;
}
.single-title{
	text-align: center;
    margin: 100px 0 50px;
}
.single-title h3{
font-size: 18px;
font-weight: bold;
letter-spacing: 2px;
margin: 0 0 30px;
}
.single-title h4{
font-size: 12px;
color: #9B9B9B;
}
.detail-text{
	line-height: 2.4;
    font-size: 14px;
}
@media screen and (max-width: 479px) {
	.recent-works,.works-content,.works-detail{
		display: block;
	}
	.recent-image{
		width: 100%;
	}
	.recent{
		position: static;
		transform: translateY(0%) translateX(0%);
		margin: 40px 0 0 0;
	}
	.btn a{
		margin: 0 auto;
	}
.works-p{
	width: 100%;
	margin: 0 0 10px 0;
	height: 200px;
}
.works-thumbnail{
	justify-content: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.detail-text {
    width: 100%;
}
.thumb{
	width: 25%;
	margin: 0;
}
}