/* 


works


*/



/* !contentsArea
---------------------------------------------------------- */
.works .content {
    margin-top: 50px;
}

.works .main {
    margin: 0 auto 120px;
}

.works .contentsArea{
	float: right;
	width: 820px;
	min-width: 820px;
	margin-top: -230px;
}

.works .sideArea{
	float: left;
	width: 195px;
	min-width: 195px;
	padding-left: 0;
}

@media screen and (max-width: 480px) {
	.works .contentsArea{
		float: none;
		width: 100%;
		min-width: 100%;
		margin-top: 30px;
	}
	.works .sideArea{
		float: none;
		width: 100%;
		min-width: 100%;
		padding-left: 15px;
	}
	.works .content {
	    margin-top: 0;
	}
}

/* !heading
---------------------------------------------------------- */
.works .headding{
}

.works .headding h2.sp-ttl{
	display: none;
}

.works .headding .heddingInner {
    max-width: 1060px;
    min-width: 1024px;
}

@media screen and (max-width: 480px) {
	.works .headding{
    background: #983300;
    height: auto;
	}
	.works .headding .heddingInner {
	    max-width: 100%;
	    min-width: 100%;
	}
	.works .headding .heddingInner h2.pc-ttl {
    	display: none;
	}
	.works .headding h2.sp-ttl{
		display: block;
		max-width: 100%;
		min-width: 100%;
		color: #ffffff;
		text-align: center;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 2.1rem;
		line-height: 60px;
		font-weight: normal;
  	}
}

/* !contentsArea
---------------------------------------------------------- */
.contentsArea .box.box01{
	display: flex;
	flex-wrap: wrap;
}
.description-area{
	min-height: 145px;
}
.works .box article.worksDetail{
/*	float: left;*/
	width: 195px;
	margin-left: 10px;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.works .box article.worksDetail:hover{
	opacity: 0.6;
}

.works .box article.worksDetail a{
	display: inline;
}

.works .box article.worksDetail:first-child{
	margin-left: 0;
}

.works .box article.worksDetail .imgArea{
	margin-bottom: 15px;
}

.works .box article.worksDetail h1{
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.works .box article.worksDetail .description{
	font-size: 1.1rem;
	line-height: 14px;
	margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
	.works .box article.worksDetail{
		/*float: left;*/
		width: 43%;
		margin-left: 5%;
	}

	.works .box article.worksDetail:nth-child(4n+1){
		margin-left: 5%;
	}
	.works .box article.worksDetail .description {
		font-size: 0.9rem;
	}
}


/* !詳細ページ
---------------------------------------------------------- */

.works.single .box article.worksSigle {
	width: 100%;
	max-width: 775px;
	margin-bottom: 80px;
}

.works.single .box article.worksSigle .mainImage{
	margin-bottom: 40px;
	height: 360px;
    overflow: hidden;
   	position: relative;
}

.works.single .box article.worksSigle .mainImage img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.works.single .box article.worksSigle h1{
	margin-bottom: 30px;
	font-size: 2.0rem;
	font-weight: bold;
}

.works.single .box article.worksSigle .textArea{
	margin-bottom: 35px;
}

.works.single .box article.worksSigle .textArea p{
	margin-bottom: 15px;
}

.works.single .box article.worksSigle dl.detailList{
	margin-bottom: 30px;
	font-size: 1.3rem;
}

.works.single .box article.worksSigle dl.detailList dt{
	float: left;
	clear: left;
	width: 90px;
}

.works.single .box article.worksSigle dl.detailList dd{
	padding-left: 50px;
}

.works.single .box article.worksSigle ul.imageList li {
    float: left;
    width: 24%;
    max-width: 180px;
    margin-left: 2%;
    margin-bottom: 2%;
}

.works.single .box article.worksSigle ul.imageList li:first-child,
.works.single .box article.worksSigle ul.imageList li:nth-child(4n+1) {
	margin-left: 0;
}

.works.single .box article.worksSigle .photo {
	text-align: right;
	font-size: 1.1rem;
}

@media screen and (max-width: 480px) {
	.works.single .main {
	  margin: -30px auto 20px;
	}
	.works.single .contentsArea{
		margin-top: 30px;
	}
	.works.single .sideArea{
		margin-bottom: 30px
	}
	.works.single .box article.worksSigle {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.works.single .box article.worksSigle h1,
	.works.single .box article.worksSigle .textArea,
	.works.single .box article.worksSigle dl.detailList,
	.works.single .box article.worksSigle .photo{
		padding: 0 5%;
	}
	.works.single .box article.worksSigle ul.imageList {
	    padding: 0 5%;
	}
	.works.single .box article.worksSigle ul.imageList li {
		float: left;
		width: 47%;
		max-width: 180px;
		margin-left: 5%;
		margin-bottom: 5%;
	}
	.works.single .box article.worksSigle ul.imageList li:first-child,
	.works.single .box article.worksSigle ul.imageList li:nth-child(2n+1) {
		margin-left: 0;
	}
	.works .btn a{
		margin-bottom: 50px;
	}
}











