@charset "utf-8";



/* header
-----------------------------------*/
#header h2{
	position: absolute;
	top: 93px;
	right: -17px;
}

#header h2 + p{
	position: absolute;
	top: 93px;
	right: 334px;
}



/* page_title
-----------------------------------*/
h2.page_title{
	width: 100%;
	height: 250px;
	position:relative;
	margin-bottom: 195px;
	background:#b49e90 url("../img/bg_page_title.png") no-repeat center 0;
}

h2.page_title img{
	position:absolute;
	top: 64px;
	left: 50%;
	margin-left: -478px;
}



/* works_unit
-----------------------------------*/
#works_unit{
	width: 100%;
	position:relative;
}

#works_unit section.box{
	width: 1000px;
	margin: 0 auto 133px;
	position:relative;
}

#works_unit section.box h3{
	color:#75451e;
	font-weight: bold;
	font-size: 153.9%;
	border-left: 8px solid #633815;
	padding: 10px 0 5px 12px;
	margin: 0 0 20px 30px;
}

#works_unit section.box p{
	width: 440px;
	margin:0 0 15px 10px;
}

#works_unit section.box .image{
	position: absolute;
	top: -70px;
	right: 0;
}

#works_unit section.box .image02{
	position: absolute;
	top: 69px;
	right: 265px;
}



/* works_list_unit
-----------------------------------*/

#works_list_unit{
	width: 100%;
	margin-bottom: 265px;
}

#works_list_unit ul.list{
	padding: 35px 0 80px;
}

#works_list_unit ul.list li{
	width: 100%;
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 65px;
}

#works_list_unit ul.list li:nth-child(odd){
	background: url("../../common/img/bg_04.png");
}

#works_list_unit ul.list li:nth-child(even){
	background: url("../../common/img/bg_05.png");
}

#works_list_unit ul.list li:before{
	display: block;
	content: "";
	background: #ffffff;
	width: 100%;
	height: 73px;
	position: absolute;
	top: 0;
}

#works_list_unit ul.list li a{
	display: block;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#works_list_unit ul.list li a:after{
	display: block;
	content: "";
	background: url("../img/bg_works_01.png") no-repeat 0 0;
	width: 384px;
	height: 157px;
	position: absolute;
	z-index: 1;
}

#works_list_unit ul.list li:nth-child(odd) a:after{
	top: 22px;
	left: -12px;
}

#works_list_unit ul.list li:nth-child(even) a:after{
	top: 22px;
	left: 628px;
}

#works_list_unit ul.list li a div.thumb{
	width: 340px;
	height: 160px;
	border: 1px solid #000000;
	position: relative;
	background: #ffffff;
	z-index: 2;
}

#works_list_unit ul.list li:nth-child(odd) a div.thumb{
	margin-left: 10px;
}

#works_list_unit ul.list li:nth-child(even) a div.thumb{
	margin-left: 650px;
}

#works_list_unit ul.list li a div.thumb:before{
	display: block;
	content: "";
	border: solid 6px #ffffff;
	border-color: rgba(255,255,255,0.35);
	box-sizing: border-box;
	width: 340px;
	height: 160px;
	position: absolute;
	z-index: 3;
}

#works_list_unit ul.list li a div.thumb:after{
	display: block;
	content: "";
	background: url("../../common/img/ico_04.png") no-repeat 0 0;
	width: 40px;
	height: 41px;
	position: absolute;
	top: -3px;
	right: -3px;
	z-index: 4;
}

#works_list_unit ul.list li a div.thumb span{
	width: 340px;
	height: 160px;
	position: absolute;
	overflow: hidden;
	z-index: 2;
}

#works_list_unit ul.list li a div.thumb span img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#works_list_unit ul.list li a:hover div.thumb span img{
	opacity: 0.7;
}

#works_list_unit ul.list li:nth-child(odd) a div.box{
	position: absolute;
	top: 16px;
	left: 400px;
}

#works_list_unit ul.list li:nth-child(even) a div.box{
	position: absolute;
	top: 16px;
	left: 10px;
}

#works_list_unit ul.list li a h4{
	color: #5A3C1E;
	font-size: 138.5%;
	font-weight: bold;
	margin: 0 0 27px 20px;
	width: 520px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#works_list_unit ul.list li a:hover h4{
	color: #8C7864;
	text-decoration: underline;
}

#works_list_unit ul.list li a p{
	color: #323232;
	width: 590px;
	margin-bottom: 15px;
}

#works_list_unit ul.list li a:hover p{
	color: #787878;
	text-decoration: underline;
}



/* #detail_unit page_title
-----------------------------------*/
#detail_unit h2.page_title{
	width: 100%;
	height: 250px;
	position:relative;
	margin-bottom: 190px;
	background:#b49e90 url("../img/bg_page_title.png") no-repeat center 0;
}



/* #detail_unit 
-----------------------------------*/
#detail_unit{
	width: 100%;
	margin-bottom: 265px;
	position:relative;
}

#detail_unit div.detail{
	width: 100%;
	height: 573px;
	position: relative;
	margin-bottom: 180px;
	background: url("../../common/img/bg_04.png");
}

#detail_unit div.detail:before{
	display: block;
	content: "";
	background: #ffffff;
	width: 100%;
	height: 275px;
	position: absolute;
	top: 0;
	z-index: 1;
}

#detail_unit div.detail div.detail_inner{
	width: 1000px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}

#detail_unit div.detail div.detail_inner section.box{
	width: 390px;
	position: absolute;
	top: 43px;
	right: 10px;
}

#detail_unit div.detail div.detail_inner section.box h3{
	color:#75451e;
	font-weight: bold;
	font-size: 138.5%;
	border-bottom: 1px solid #787878;
	padding: 0 24px 22px 18px;
	margin-bottom: 10px;
}	
#detail_unit div.detail div.detail_inner section.box p{
	margin-bottom: 15px;
}	

#detail_unit div.detail div.detail_inner p.home{
	position: absolute;
	top: -70px;
	right: 0;
}

/* slider
-----------------------------------*/
#detail_unit .detail .bx_img{
	width: 540px;
	height: 360px;
	background: #ffffff;
	border: 1px solid #000000;
	margin: 0 0 30px 10px;
	position: relative;
	z-index: 2;
	list-style: none;
	overflow: hidden;
}

#detail_unit .detail .detail_inner .bx_img:before{
	display: block;
	content: "";
	border: solid 5px #ffffff;
	border-color: rgba(255,255,255,0.35);
	box-sizing: border-box;
	width: 540px;
	height: 360px;
	position: absolute;
	z-index: 3;
}

#detail_unit .detail .detail_inner:after{
	display: block;
	content: "";
	background: url("../img/bg_detail_01.png") no-repeat 0 0;
	width: 580px;
	height: 200px;
	position: absolute;
	top: 182px;
	left: -10px;
	z-index: 1;
}

#detail_unit .detail .detail_inner .bx-pager{
	width: 560px;
	margin-left: 10px;
}

#detail_unit .detail .detail_inner .bx-pager a{
	display: block;
	width: 120px;
	height: 110px;
	border: 1px solid #333333;
	background: #cccccc;
	box-sizing: border-box;
	text-align: center;
	margin: 0 20px 20px 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
	float: left;
}

#detail_unit .detail .detail_inner .bx-pager a:before{
	display: block;
	content: "";
	border: solid 5px #ffffff;
	border-color: rgba(255,255,255,0.35);
	box-sizing: border-box;
	width: 118px;
	height: 108px;
	position: absolute;
	z-index: 3;
}

#detail_unit .detail .detail_inner .bx-pager a:nth-child(4n+1){
	clear: left;
}



/* loading
-----------------------------------*/
#loading{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 780px;
	left: 50%;
	margin-left: -236px;
	z-index: 999;
}

#detail_unit .detail .detail_inner .bx_img ul li{
	opacity: 0;
}
