@charset "UTF-8";
.breadcrumb ul a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb ul a:hover {
  color: #333;
  text-decoration: underline;
}
.breadcrumb ul {
  margin: 0 auto 30px;
  padding: 0;
  font-size: 14px;
  color: #fff;
  list-style: none;
}
.breadcrumb ul li {
  float: left;
}
.breadcrumb ul li.current {
  color: #80aba9;
}
.breadcrumb ul li:first-child {
  margin-left: 0;
}
.breadcrumb ul li:first-child::before {
  content: '';
  margin: 0;
}
.breadcrumb ul li::before {
  content: '>';
  color: #fff;
  margin: 0 5px;
}
/*施工事例一覧*/
.works_2nd .inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.works_2nd .inner ul li a{
	width: 31.33%;
	float: left;
	outline: solid 1px #aaa;
	margin: 0 1% 25px;
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;
}
.works_2nd figure{
	margin: 0 auto -5px;
}
.works_2nd figure img{
	width: 100%;
}
.works_2nd .txt {
	padding: 20px 5%;
	text-align: left;
	height: 60px;
}
.works_2nd .txt  h3{
	margin: 0;
	font-size: 14px;
	
	/**/
	font-weight: normal;
}
.works_2nd .date{
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	color: #aaa;
	/*font-weight: bold;*/
}
.works_2nd .category{
	color: #fff;
	font-size: 12px;
	/*font-weight: bold;*/
	padding: 1px 10px;
	display: inline-block;
	margin: 0 0 10px;
	text-align: center;
}
.works_2nd .category.other{
	background-color: #00736d;
}
.works_2nd .category.interior{
	background-color: #f39800;
}
.works_2nd .category.floor{
	background-color: #6a3906;
}
.works_2nd .category.entrance{
	background-color: #a40000;
}
.works_2nd .category.office{
	background-color: #005982;
}
.works_2nd .more{
	display: block;
	font-size: 12px;
	/*font-weight: bold;*/
	margin-top: 10px;
	position: absolute;
	right: 5%;
	bottom: 20px;
	color: #80aba9;
}
.works_2nd .more i{
	margin-left: 5px;
}

/*詳細ページ*/
.works_3rd .inner {
  width: 1000px;
  margin: 0 auto;
}
.works_3rd h3{
	font-size: 22px;
	margin-bottom: 30px;
	position: relative;
	
	/**/
	font-weight: normal;
}
.works_3rd h3:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #80aba9;
}

.works_3rd h4{
	width: 80px;
	background-color: #80aba9;
	display: block;
	color: #fff;
	border-radius: 5px;
	padding: 3px 0;
	font-size: 16px;
	margin-left: 1%;
	
	/**/
	font-weight: normal;
}
.works_3rd h4.before{
	background-color: #80aba9;
}
.works_3rd section.box{
  padding: 30px 5% 15px;
  outline: solid 10px #938669;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
  position: relative;
  background-color: #fff;
  color: #666;
  font-weight: 500;
  padding-bottom: 50px;
}
.works_3rd section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.works_3rd section ul li{
	position: relative;
}
.works_3rd section ul li.w01{
	width: 48%;
	float: left;
	margin: 0 1% 10px;
}
.works_3rd section ul li.h01{
	width: 48%;
	float: left;
	margin: 0 1% 10px;
}
.works_3rd section ul li.w02{
	width: 66.44%;
	float: left;
	margin: 0 1% 10px;
}
.works_3rd section ul li.h02{
	width: 29.56%;
	float: left;
	margin: 0 1% 10px;
}
.works_3rd figure{
	margin: 0;
}
.works_3rd figure img{
	width: 100%;
}
.works_3rd figcaption{
	font-size: 13px;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	/*font-weight: bold;*/
}
/*〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
@media screen and (max-width:1050px) {
.inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
 /*施工事例一覧*/
.works_2nd .inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.works_2nd .inner ul li a{
	width: 48%;
	float: left;
	outline: solid 1px #fff;
	margin: 0 1% 25px;
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;
} 
.works_2nd .txt {
	padding: 10px 5%;
	text-align: left;
	height: 60px;
}
.works_2nd .txt  h3{
	margin: 0;
	font-size: 12px;
}
.works_2nd .date{
	font-size: 12px;
	margin-bottom: 0;
	display: block;
	color: #aaa;
	/*font-weight: bold;*/
}
.works_2nd .category{
	color: #fff;
	font-size: 10px;
	/*font-weight: bold;*/
	padding: 1px 5px;
	display: inline-block;
	margin: 0 0 5px;
	text-align: center;
}
.works_2nd .more{
	display: block;
	font-size: 10px;
	/*font-weight: bold;*/
	margin-top: 10px;
	position: absolute;
	right: 5%;
	bottom: 10px;
	color: #80aba9;
}
.works_2nd .more i{
	margin-left: 5px;
}

/*詳細ページ*/
.works_3rd .inner {
  width: 90%;
  margin: 0 auto;
}
.works_3rd h3{
	font-size: 18px;
	margin-bottom: 30px;
	position: relative;
}
.works_3rd h3:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #80aba9;
}
.works_3rd h4{
	width: 80px;
	background-color: #80aba9;
	display: block;
	color: #fff;
	border-radius: 5px;
	padding: 2px 0;
	font-size: 13px;
	margin-left: 1%;
}
.works_3rd h4.before{
	background-color: #80aba9;
}
.works_3rd section.box{
	margin-bottom: 50px;
}
.works_3rd section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.works_3rd section ul li{
	position: relative;
}
.works_3rd section ul li.w01{
	width: 100%;
	float: none;
	margin: 0 auto 5px;
}
.works_3rd section ul li.h01{
	width: 100%;
	float: none;
	margin: 0 auto 5px;
}
.works_3rd section ul li.w02{
	width: 100%;
	float: none;
	margin: 0 auto 5px;
}
.works_3rd section ul li.h02{
	width: 100%;
	float: none;
	margin: 0 auto 5px;
}
}