@charset "UTF-8";



/******************************************************

 main
 
******************************************************/

.main{
	background:url(images/main@2x.jpg);
	background-size:cover;
}
.main p{
	height:200px;
	max-width:980px;
	margin:auto;
	position:relative;
}
.main img{
	position:absolute;
	left:60%;
	top:50%;
	margin-left:-100px;
	margin-top:-30px;
}

@media screen and (max-width: 600px){
.main img{
	left:50%;
	width:150px;
	height:auto;
	margin-left:-75px;
	margin-top:-22.5px;
}
}


/******************************************************

 contents
 
******************************************************/

.container{
	background:#f2f2f2;
}

.contents{
	margin:auto;
	width:90%;
	max-width:980px;
	padding-top:40px;
}

@media screen and (max-width: 600px){
.contents{
	padding-top:30px;
}
}



/******************************************************

 slider
 
******************************************************/

ul.slider{
	padding:0px !important;
	margin:0px !important;
}
ul.slider li{
	list-style:none;
	padding:0px !important;
	margin:0px !important;
}
ul.slider li img{
	width:100%;
	height:auto;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width:40px !important;
	height:40px !important;
	text-indent: -9999px;
	z-index: 50 !important;
	background-size:40px 40px !important;
}
.bx-wrapper .bx-controls-direction a.bx-prev{
	left:0px;
	background-image:url(images/back_btn@2x.png);
}
.bx-wrapper .bx-controls-direction a.bx-next{
	right:0px;
	background-image:url(images/next_btn@2x.png);
}


.bx-pager{
	padding-top:10px !important;
	margin-top:0px !important;
	text-align:center;
}
.bx-pager a {
	width:80px;
	background:#000;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	display:inline-block;
	*display: inline;
	*zoom: 1;
}
.bx-pager a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	width:80px;
	height:auto;
}
.bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.bx-pager a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}

@media screen and (max-width: 600px){
.bx-pager a {
	width:50px;
}
.bx-pager a img {
	width:50px;
}
}



/******************************************************

 slider
 
******************************************************/

ul.slider2{
	padding:0px !important;
	margin:0px !important;
    padding-top: 40px!important;
}
ul.slider2 li{
	list-style:none;
	padding:0px !important;
	margin:0px !important;
}
ul.slider2 li img{
	width:100%;
	height:auto;
}
ul.slider2 li .imgBA ul{
	padding:0px !important;
	margin:0px !important;
}
.imgBA_txt{
	text-align: center;
	color: #fff;
	background: #7d6440;
	padding: 10px 0px;
	font-size: 12px;
	margin-bottom: 0px!important;
}
.imgBA_img{
	margin-top: 5px!important;
}
ul.slider2 li .imgBA li{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	width: 49%;
	margin-right: 2%!important;
	margin-bottom: 10px!important;
}
ul.slider2 li .imgBA li:nth-child(2){
	margin-right: 0%!important;
}
ul.slider2 li .imgBA li img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 600px){

.imgBA_txt{
	margin-top: 0px!important;
}
.imgBA_img{
	margin-bottom: 15px!important;
	padding-bottom: 0px!important;
}
ul.slider2 li .imgBA li{
	width: 100%;
	margin-right: 0%!important;
	margin-bottom: 5px!important;
}
}




.bx-pager2{
	padding-top:10px !important;
	margin-top:0px !important;
	text-align:center;
	padding-bottom: 30px;
}
.bx-pager2 a {
	width:100px;
	background:#fff;
	color: #117411;
	text-decoration: none;
	padding: 10px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	display:inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
}
.bx-pager2 a.active:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #117411;
}
.bx-pager2 a.active {
	background:#117411;
	color:#fff;
}
.bx-pager2 a:hover {
	background:#117411;
	color:#fff;
}

@media screen and (max-width: 600px){

.bx-pager2 a {
	width:80px;
	background:#fff;
	color: #117411;
	text-decoration: none;
	padding: 7px 0px;
	font-size: 10px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	position: relative;
}
.bx-pager2 a.active:before{
	content: "";
	position: absolute;
	top: -14px;
	left: 50%;
 	margin-left: -7px;
	border: 7px solid transparent;
	border-bottom: 7px solid #117411;
}
}







/******************************************************

 work_list
 
******************************************************/

.work_list{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:auto;
	max-width:980px;
}
.work_list ul{
	margin-left:-1.66666666% !important;
	width:101.66666666% !important;
	text-align:left;
	padding:0px;
	margin:0px;
}
.work_list li{
	width:31.693989071% !important;
	margin-left:1.639344262% !important;
	list-style:none !important;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align:top;
	position:relative;
	margin-bottom:60px;
}
.work_list li a{
	display:block;
	text-decoration:none;
	background:#fff;
	min-height:400px;
}
.work_plus{
	position:absolute;
	z-index:2;
	top:0px;
	right:0px;
}
.work_img {
	position:relative;
	overflow:hidden;
}
.work_img img{
	width:130%;
	height:auto;
	margin-left:-15%;
}
.work_list li div{
	padding:15px 20px;
	padding-bottom:35px;
}
.work_txt{
	color:#117411;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	font-size:13px;
	line-height:150%;
}
.work_list table{
	width:100%;
	margin-top:10px;
}
.work_list table td{
	padding-right:5px;
	padding-bottom:5px;
	font-size:10px;
	color:#333;
}
.work_list li a:hover{
	background:#fff;
}
.work_list li a:hover .work_img{
	opacity:0.75;
}
.work_btn{
	width:120px;
	display:block;
	position:absolute;
	text-align:center;
	background:#7d6440;
	left:50%;
	bottom:-17px;
	margin-left:-70px;
	color:#fff;
	padding:10px;
	font-size:11px;
}
.work_list li a:hover .work_btn{
	background:#000;
}

@media screen and (max-width: 600px){
.work_list li a{
	min-height:350px;
}
}
@media screen and (max-width: 450px){
.work_list li a{
	min-height:280px;
}
.work_list li div{
	padding:10px 10px !important;
	padding-bottom:30px !important;
}
}

.work_list li.new:after{
  content: 'NEW';
  display: block;
  color: #fff;
  width: 30px;
  text-align: center;
  padding: 1px;
  background: #ce2323;
  position: absolute;
  top: 0;
  left: 0;
}


/******************************************************

 case_title
 
******************************************************/

.case_title{
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	text-align:center;
	margin-bottom:60px;
}
.case_title img{
	margin-top:-15px;
	margin-bottom:-27px;
}
.works_case_list{
	margin:auto;
	width:90%;
	max-width:980px;
	padding-top:50px;
}
.works_case_list .work_list ul{
	margin-left:-2.222222222% !important;
	width:102.222222222% !important;
}
.works_case_list .work_list li{
	width:22.826086956% !important;
	margin-left:2.173913043% !important;
	margin-bottom:20px;
}
.works_case_list .work_list li div{
	padding:10px 15px;
	padding-bottom:15px;
}
.works_case_list .work_txt{
	padding-bottom:0px;
	border-bottom:none;
	font-size:10px;
}




@media screen and (max-width: 600px){
.work_list ul,
.works_case_list .work_list ul{
	margin-left:-3.333333333% !important;
	width:103.333333333% !important;
}
.work_list li,
.works_case_list .work_list li{
	width:46.774193548% !important;
	margin-left:3.225806451% !important;
	margin-bottom:40px;
}
.works_case_list .work_list li{
	margin-bottom:10px;
}
.work_list li div{
	padding:10px 10px;
	padding-bottom:20px;
}
.work_txt{
	font-size:12px;
}
.work_btn{
	width:90px;
	bottom:-12px;
	margin-left:-51px;
	padding:6px;
	font-size:9px;
}

}

@media screen and (max-width: 450px){

.work_list li div{
	padding:15px 20px;
	padding-bottom:35px;
}
.work_txt{
	font-size:11px;
}
.work_btn{
	width:100px;
	bottom:-17px;
	margin-left:-60px;
	padding:10px;
	font-size:11px;
}

.work_img img{
	width:150%;
	height:auto;
	margin-left:-25%;
}
}




/******************************************************

 works_column
 
******************************************************/


.works_column{
	padding:40px 0px;
	border-top:1px solid #bca685;
	margin-top:40px;
}
.works_column h3{
	margin-bottom:40px;
	font-size:20px;
	line-height:180%;
	font-weight:lighter;
	color:#117411;
}

.works_contents{
}
.works_left{
	float:left;
	width:69.444444444%;
	position:relative;
	margin-bottom:-10px;
}
.works_left p{
	margin-bottom:10px;
}
.befor_img {
	padding:20px;
	background:#fff;
    position: relative;
    margin-top: 40px;
}
.befor_img img{
	width:100%;
	height:auto;
}
.befor_txt{
	color:#fff;
	background:#7d6440;
	padding:10px;
	width:80px;
	text-align:center;
	display:block;
	position:absolute;
	top:-14px;
	left:20px;
}
.befor_madori{
	position:relative;
	box-sizing:border-box;
	display:block;
	border:3px solid #fff;
}
.befor_madori a:hover{
	border:3px solid #b46a00;
	box-sizing:border-box;
	display:block;
	margin:-3px !important;
	background:#fff;
}
.befor_madori a:hover img{
	opacity:0.8;
}
.befor_madori img{
	width:100%;
	height:auto;
}
.large_icon {
	position:absolute;
	top:-10px;
	right:-10px;
	z-index:10;
}
.large_icon img{
	width:33px;
}
.works_right{
	float:right;
	width:27.777777777%;
}
.worksspec{
	padding:0px;
	margin:0px;
}
.type04 .worksspec{
	float:left;
	width:47.457627118%;
}
.type04 .works_left{
	margin-bottom:10px;
}
.type04 .worksspec:last-child{
	margin-left:5.084745762%;
}
.worksspec li{
	padding:10px 10px;
	margin:0px;
	list-style:none;
	border-top:1px solid #bca685;
}
.worksspec li:last-child{
	border-bottom:1px solid #bca685;
}
.workstype{
	text-align:left;
	padding-left:0px !important;
	padding-top:20px;
}
.type04 .workstype{
	padding-top:0px;
}
.workstype li{
	display:inline-block;
	padding:4px 5px;
	text-align:center;
	background:#fff;
	font-size:9px;
	line-height:12px;
	list-style:none;
	margin-bottom:4px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-weight:bold;
	width:auto !important;
	min-height:inherit !important;
}
.workstype li.type_y{	color:#a69c01;	}
.workstype li.type_g{	color:#6aa601;	}
.workstype li.type_v{	color:#01a671;	}

#works_list .workstype{
	margin-top:12px;
}
#works_list .workstype li{
	background:#f2f2f2;
}


@media screen and (max-width: 640px){
.works_column{
	padding:20px 0px;
	border-top:1px solid #bca685;
	margin-top:20px;
}
.works_column h3{
	margin-bottom:30px;
	font-size:16px;
}
.works_left,
.works_right{
	float:none;
	width:100%;
}
.works_right{
	margin-top:20px;
}

.type04 .worksspec:first-child li:last-child{
	border-bottom:none;
}
.type04 .worksspec{
	float:none;
	width:100%;
}
.type04 .works_left{
	margin-bottom:10px;
}
.type04 .worksspec:last-child{
	margin-left:0%;
}

}


@media screen and (max-width: 640px){
.workstype li{
	padding:2px 2px;
	font-size:7px;
	line-height:8px;
	list-style:none;
	margin-bottom:3px;
	border-radius: 5px;
	width:auto !important;
	min-height:inherit !important;
}
}





/******************************************************

 goindex
 
******************************************************/



.goindex{
	text-align:center;
	padding:30px 0px;
	border-bottom:1px dotted #ccc;
}
.goindex a{
	display:inline-block;
	max-width:260px;
	background:#117411;
	color:#fff;
	width:60%;
	padding:10px 0px;
	text-decoration:none;
	position:relative;
	font-size:12px;
}
.goindex a:hover{
	background:#639963;
}
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow01::before{
left: 10px;
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}



@media screen and (max-width: 640px){
.goindex a{
	font-size:10px;
}
}






/******************************************************

category-nav
 
******************************************************/

.category-nav-container {
	background-color: #d6d4d0;
}
.category-nav-inner {
	width: 100%;
	max-width: 950px;
	margin: auto;
}
.category-nav {
	float: left;
	width: 29%;
	margin: 2%;
	position: relative;
	z-index: 100;
	left: 0.5%;
}
.category-nav-h {
	display: table;
	width: 100%;
}
.category-nav-h a {
	display: table-cell;
	text-decoration: none;
	border: 2px solid;
	padding: 1.4em;
	padding-right: 10%;
	position: relative;
	background-color: #fff;
}
.category-nav-h a:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 1px solid;
	border-width: 0 2px 2px 0;
	transform-origin: center;
	transform: translateY(-80%) rotate(45deg);
	position: absolute;
	right: 5%;
	top: 50%;
}


.open .category-nav-h a:after {
	transform: translateY(-60%) rotate(-135deg);
}
.category-nav-b {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding:0px;
	margin:0px;
}
.category-nav-b li{
	list-style:none;
	padding:0px;
	margin:0px;
}
.category-nav-b a {
	display: block;
	text-decoration: none;
	background-color: #fdfdfd;
	box-shadow: 0 -1px 0 0 rgba(0,0,0,0.10) inset, -1px 0 0 0 rgba(0,0,0,0.10) inset, 1px 0 0 0 rgba(0,0,0,0.10) inset;
	padding: 1em;
}

@media screen and (max-width: 600px){
.category-nav-inner {
	padding: 1px 0;
}
.category-nav {
	float: none;
	width: 95%;
}
.category-nav-b {
	position: static;
}
}

.category-nav-1 .category-nav-h a {
	color: #b1ac64;
	border-color: #b1ac64;
}
.category-nav-1.open .category-nav-h a {
	background-color: #b1ac64;
	color: #fff;
}
.category-nav-1 .category-nav-b a {
	color: #b1ac64;
}
.category-nav-1 .category-nav-b a:hover {
	background-color: #b1ac64;
	color: #fff;
}
.category-nav-2 .category-nav-h a {
	color: #6aa601;
	border-color: #6aa601;
}
.category-nav-2.open .category-nav-h a {
	background-color: #6aa601;
	color: #fff;
}
.category-nav-2 .category-nav-b a {
	color: #6aa601;
}
.category-nav-2 .category-nav-b a:hover {
	background-color: #6aa601;
	color: #fff;
}
.category-nav-3 .category-nav-h a {
	color: #01a671;
	border-color: #01a671;
}
.category-nav-3.open .category-nav-h a {
	background-color: #01a671;
	color: #fff;
}
.category-nav-3 .category-nav-b a {
	color: #01a671;
}
.category-nav-3 .category-nav-b a:hover {
	background-color: #01a671;
	color: #fff;
}
.cf:after {
  display : block;
  clear : both;
  content : '';
}





/******************************************************

wide
 
******************************************************/


.works_wide{
}
.w_left{
    float: left;
    width: 70%;
}
.w_right{
    float: right;
    width: 26%;
}
.w_left .spec01,
.w_left .spec02{
	width: 48%;
	float: left;
}
.w_left .spec02{
    margin-left: 4%;
}
.w_left .workstype{
	width: 100%;
	padding-top: 30px;
	margin-top: 0px;
    clear: both;
}

.wide_madori{
    border-top:1px solid #bca685;
    padding-top: 40px;
    display: none;
}

.wide_madori img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 600px){
.w_left{
    float: none;
    width: 100%;
}
.w_right{
    display: none;
}
.wide_madori{
    display: inline-block;
}
}


@media screen and (max-width: 640px){


.works_wide .workstype{
	width: 100%;
	float: none;
	padding-top: 25px;
	clear: both;
}
}

@media screen and (max-width: 414px){

.works_wide .worksspec{
	width: 100%;
	max-width:none;
	margin-right: 0%;
    margin-left: 0px;
	float: none;
}

    .works_wide .spec02 li:nth-child(1){
        border-top: none!important;
    }
	
.works_wide .workstype{
	width: 100%;
	float: none;
	padding-top: 25px;
	clear: both;
}
}






