@charset "utf-8";
.contentsWrap {
  background: #fafafa;
  padding-bottom: 65px;
}
.contentsWrap .contentsInner {
  width: 990px;
  margin: 0 auto;
/* --------------------
		 * ナビゲーション
		 * -------------------- */
/* --------------------
		 * イベント一覧
		 * -------------------- */
/* --------------------
		 * イベント情報
		 * -------------------- */
/* --------------------
		 * イベント情報
		 * -------------------- */
/* --------------------
		 * 施工例詳細
		 * -------------------- */
}
.contentsWrap .contentsInner >.navigation {
  display: table;
  width: 100%;
  padding-top: 30px;
}
.contentsWrap .contentsInner >.navigation >li {
  position: relative;
  display: table-cell;
  width: 231px;
  padding: 0 22px 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.contentsWrap .contentsInner >.navigation >li .subNavigation {
  position: absolute;
  top: 38px;
  left: -7px;
  -webkit-box-shadow: 0 1px 3px #ccc;
  box-shadow: 0 1px 3px #ccc;
  display: none;
}
.contentsWrap .contentsInner >.navigation >li .subNavigation li {
  display: block;
}
.contentsWrap .contentsInner >.navigation >li .subNavigation li a {
  display: block;
  background-color: #fff;
  width: 246px;
  border: 1px solid #eee;
  padding: 7px 0;
  font-size: 13px;
  color: #333;
/*新築*/
/*リフォーム*/
}
.contentsWrap .contentsInner >.navigation >li .subNavigation li a:hover {
  background-color: #f8f8f8;
}
.contentsWrap .contentsInner >.navigation >li .subNavigation li a .construction {
  color: #90a0d1;
}
.contentsWrap .contentsInner >.navigation >li .subNavigation li a .renovation {
  color: #8fccb0;
}
.contentsWrap .contentsInner >.navigation >li .subNavigation li:first-child a {
  border-bottom: none;
}
.contentsWrap .contentsInner >.navigation >li:last-child {
  padding-right: 0;
}
.contentsWrap .contentsInner >.navigation >li >a {
  display: block;
  line-height: 1.4;
  width: 231px;
  padding: 10px 0;
  font-size: 14px;
  color: #333;
  position: relative;
}
.contentsWrap .contentsInner >.navigation >li >a:after {
  content: '';
  width: 231px;
  height: 10px;
  background-image: url("/img/common/tab_border.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.contentsWrap .contentsInner >.navigation >li >a:hover,
.contentsWrap .contentsInner >.navigation >li >a:active {
  color: #d17373;
}
.contentsWrap .contentsInner >.navigation >li >a:hover:after,
.contentsWrap .contentsInner >.navigation >li >a:active:after {
  background-position: 0 -10px;
}
.contentsWrap .contentsInner >.navigation >li.active a {
  color: #d17373;
}
.contentsWrap .contentsInner >.navigation >li.active a:after {
  background-position: 0 -10px;
}
.contentsWrap .contentsInner .contentTitle {
  font-weight: bold;
  font-size: 18px;
  margin: 25px 0;
/*新築*/
/*リフォーム*/
}
.contentsWrap .contentsInner .contentTitle .construction {
  color: #90a0d1;
}
.contentsWrap .contentsInner .contentTitle .renovation {
  color: #8fccb0;
}
.contentsWrap .contentsInner .eventList li {
  background-color: #fff;
  display: table;
  padding: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 37px;
}
.contentsWrap .contentsInner .eventList li:last-child {
  margin-bottom: 0;
}

.contentsWrap .contentsInner .eventList li .imgwrap {
	display: table;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.contentsWrap .contentsInner .eventList li .image {
	width: 350px;
  height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
vertical-align: middle;
	background: #efefef;
	border-right: 35px solid #fff;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.contentsWrap .contentsInner .eventList li .eventContent {
  width: 550px;
  display: table-cell;
  vertical-align: top;
}
.contentsWrap .contentsInner .eventList li .eventContent .eventTitle {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #333;
}
.contentsWrap .contentsInner .eventList li .eventContent dl {
  color: #717071;
}
.contentsWrap .contentsInner .eventList li .eventContent dl dt {
  float: left;
  clear: left;
  margin: 0;
}
.contentsWrap .contentsInner .eventList li .eventContent dl dd {
  padding-left: 6em;
  margin: 0;
}
.contentsWrap .contentsInner .eventList li .eventContent .btn a {
  display: inline-block;
  background-color: #f8f8f8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 10px 10px 10px 10px;
  -webkit-box-shadow: #ccc 0px 1px 3px;
  box-shadow: #ccc 0px 1px 3px;
}
.contentsWrap .contentsInner .eventList li .eventContent .btn a:hover,
.contentsWrap .contentsInner .eventList li .eventContent .btn a:active {
  color: #5c5c5c;
  background-color: #f9f9f9;
}
.contentsWrap .contentsInner .eventList li .eventContent .btn a:after {
  content: '';
  width: 11px;
  height: 11px;
  background-image: url("/img/common/icon_arrow04.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-left: 5px;
}
.contentsWrap .contentsInner .eventInfro .eventTitle {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #333;
}
.contentsWrap .contentsInner .eventInfro dl {
  color: #717071;
  border-bottom: #dbdbdb 1px solid;
}
.contentsWrap .contentsInner .eventInfro dl dt {
  float: left;
  clear: left;
  border-top: #dbdbdb 1px solid;
  margin: 0;
  color: #333;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
}
.contentsWrap .contentsInner .eventInfro dl dd {
  padding-left: 10em;
  margin: 0;
  border-top: #dbdbdb 1px solid;
  color: #666;
  padding-top: 6px;
  padding-bottom: 6px;
}
.contentsWrap .contentsInner .eventInfro .btn {
  margin: 40px 0;
}
.contentsWrap .contentsInner .eventInfro .btn a {
  display: block;
  width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #666;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: #ccc 0px 1px 3px;
  box-shadow: #ccc 0px 1px 3px;
}
.contentsWrap .contentsInner .eventInfro .btn a:hover,
.contentsWrap .contentsInner .eventInfro .btn a:active {
  color: #fff;
  background-color: #858585;
}
.contentsWrap .contentsInner .eventInfro .btn a:after {
  content: '';
  width: 11px;
  height: 11px;
  background-image: url("/img/common/icon_arrow05.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-left: 5px;
}
.contentsWrap .contentsInner .eventInfro .eventDetail {
  margin: 40px 0;
}
.contentsWrap .contentsInner .eventInfro .eventDetail .eventDetailTitle {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  color: #333;
}
.contentsWrap .contentsInner .eventInfro .eventDetail .eventDetailContent {
  margin: 20px 0;
}
.contentsWrap .contentsInner .eventInfro .map iframe {
  width: 100%;
  height: 300px;
}
.contentsWrap .contentsInner .work form {
  position: relative;
  border-top: 3px solid #90a0d1;
  background-color: #fff;
  padding: 0 25px;
}
.contentsWrap .contentsInner .work form h3 {
  font-size: 21.6px;
  font-weight: 100;
  padding: 15px 0 14px 5px;
  letter-spacing: -1px;
  cursor: pointer;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
}
.contentsWrap .contentsInner .work form h3:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.contentsWrap .contentsInner .work form .toggle {
  position: absolute;
  top: 17px;
  right: 30px;
  color: #333;
}
.contentsWrap .contentsInner .work form >.wrap {
  overflow: hidden;
  height: 0;
}
.contentsWrap .contentsInner .work form >.wrap h4 {
  font-size: 17px;
  padding: 16px 0 0 4px;
}
.contentsWrap .contentsInner .work form >.wrap >.wrap >div {
  border-top: 1px solid #ececec;
  margin-top: 9px;
  padding-top: 5px;
}
.contentsWrap .contentsInner .work form >.wrap >.wrap >div:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.contentsWrap .contentsInner .work form >.wrap >.wrap label {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px #d2d2d2;
  box-shadow: 0 1px 3px #d2d2d2;
  padding: 0 9px 0 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  line-height: 26px;
  font-size: 15px;
  margin: 0 2px 4px 0;
  border-top: 1px solid #f0f0f0;
}
.contentsWrap .contentsInner .work form >.wrap >.wrap input {
  margin-right: 2px;
}
.contentsWrap .contentsInner .work form .submit {
  text-align: center;
  padding: 25px 0;
}
.contentsWrap .contentsInner .work form .submit input {
  display: inline-block;
  margin: auto;
  padding: 6px 80px;
  font-size: 14px;
  border: none;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px #d2d2d2;
  box-shadow: 0 3px 3px #d2d2d2;
  background-color: #666;
  background-image: url("/img/common/icon_arrow05.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
}
.contentsWrap .contentsInner .work form .submit input:hover {
  background-position: right 10px center;
}
.contentsWrap .contentsInner .work .caseList:first-child {
  zoom: 1;
  margin-top: 74px;
}
.contentsWrap .contentsInner .work .caseList:before,
.contentsWrap .contentsInner .work .caseList:after {
  content: "";
  display: table;
}
.contentsWrap .contentsInner .work .caseList:after {
  clear: both;
}
.contentsWrap .contentsInner .work .more {
  text-align: center;
  margin-top: 4px;
}
.contentsWrap .contentsInner .work .more a {
  display: inline-block;
  color: #333;
  padding: 6px 215px;
  font-size: 15px;
  letter-spacing: -1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px #d2d2d2;
  box-shadow: 0 3px 3px #d2d2d2;
  background-color: #fff;
  background-image: url("/img/common/icon_arrow04.png");
  background-repeat: no-repeat;
  background-position: right 198px center;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
}
.contentsWrap .contentsInner .work .more a:hover {
  background-position: right 190px center;
}
.contentsWrap .contentsInner .workDetail .mainLeft {
  width: 600px;
  float: left;
}
.contentsWrap .contentsInner .workDetail .mainLeft .image {
  margin: 0 0 25px 0;
}

.contentsWrap .contentsInner .workDetail .mainLeft .image img {
  max-width: 600px;
}

.contentsWrap .contentsInner .workDetail .mainLeft .txt {
  margin: 0 0 25px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #717071;
}
.contentsWrap .contentsInner .workDetail .mainLeft .mgb25 {
  margin-bottom: 25px;
}
.contentsWrap .contentsInner .workDetail .mainRight {
  float: right;
  width: 340px;
}
.contentsWrap .contentsInner .workDetail .mainRight .aboutCon h3 {
  font-size: 18px;
  margin: 0 0 23px 0;
  padding: 0 0 9px 0;
  border-bottom: 1px solid #333;
}
.contentsWrap .contentsInner .workDetail .mainRight .aboutCon .txtBlock .txt01 {
  font-size: 14px;
  line-height: 1.4;
}
.contentsWrap .contentsInner .workDetail .mainRight .aboutCon .txtBlock .aboutData {
  margin: 25px 0 25px 0;
}
.contentsWrap .contentsInner .workDetail .mainRight .aboutCon .txtBlock .aboutData table {
  width: 100%;
}
.contentsWrap .contentsInner .workDetail .mainRight .aboutCon .txtBlock .aboutData table tbody tr th {
  width: 105px;
  font-size: 14px;
  line-height: 1.4;
  color: #717071;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  text-align: left;
  padding: 10px 0 10px 0;
}
.contentsWrap .contentsInner .workDetail .mainRight .aboutCon .txtBlock .aboutData table tbody tr th span {
  display: block;
  border-right: 1px solid #eee;
}
.contentsWrap .contentsInner .workDetail .mainRight .aboutCon .txtBlock .aboutData table tbody tr td {
  padding: 0 0 0 24px;
  font-size: 14px;
  line-height: 1.4;
  color: #717071;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.contentsWrap .contentsInner .workDetail .mainRight .contactBtn2 {
  margin: 0 0 60px -3px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherCon h3 {
  font-size: 18px;
  margin: 0 0 24px 0;
  padding: 0 0 9px 0;
  border-bottom: 1px solid #333;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherCon .otherList {
  margin: 0 0 58px 0;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherCon .otherList ul li {
  margin: 0 0 15px 0;
  padding: 0 0 14px 0;
  border-bottom: 1px solid #eee;
  zoom: 1;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherCon .otherList ul li:after {
  content: "";
  display: block;
  clear: both;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherCon .otherList ul li a {
  display: block;
  color: #333;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherCon .otherList ul li a:hover {
  color: #9f9f9f;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherCon .otherList ul li a:hover .rightBlock .moreBrn {
  background-position: right 7px center;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherCon .otherList ul li a .thumb {
  float: left;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherCon .otherList ul li a .rightBlock {
  float: right;
  width: 197px;
  position: relative;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherCon .otherList ul li a .rightBlock h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  max-height: 40px;
  overflow: hidden;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherCon .otherList ul li a .rightBlock .txt {
  padding: 4px 0 0 0;
  font-size: 12px;
  line-height: 1.5;
  max-height: 36px;
  overflow: hidden;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherCon .otherList ul li a .rightBlock .moreBrn {
  display: inline-block;
  color: #333;
  margin: 3px 0 0 0;
  padding: 6px 27px 6px 15px;
  font-size: 11px;
  letter-spacing: -1px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px #d2d2d2;
  -webkit-box-shadow: 0 3px 3px #d2d2d2;
  box-shadow: 0 3px 3px #d2d2d2;
  background-color: #fff;
  background-image: url("/img/common/icon_arrow08.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList h3 {
  font-size: 18px;
  margin: 0 0 13px 0;
  padding: 0 0 9px 0;
  border-bottom: 1px solid #333;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li {
  border-bottom: 1px solid #eee;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li a {
  display: block;
  position: relative;
  padding: 10px 0 10px 0;
  font-size: 14px;
  color: #333;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li a:hover {
  color: #9f9f9f;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li a:hover:before {
  background-position: 0 -15px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li a:hover:after {
  background-position: 0 -11px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li a:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 12px;
  display: block;
  width: 17px;
  height: 15px;
  background: url("/img/common/icon_othertype_sprite.png") no-repeat top left;
  background-position: 0 0;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li a:after {
  content: '';
  position: absolute;
  right: 17px;
  top: 12px;
  display: block;
  width: 8px;
  height: 11px;
  background: url("/img/common/icon_arrow07sprite.png") no-repeat top left;
  background-position: 0 0;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li a .txt {
  padding: 0 0 0 34px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list01 a:before {
  background-position: 0 0;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list01 a:hover:before {
  background-position: 0 -15px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list02 a:before {
  background-position: 0 -30px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list02 a:hover:before {
  background-position: 0 -45px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list03 a:before {
  background-position: 0 -60px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list03 a:hover:before {
  background-position: 0 -75px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list04 a:before {
  background-position: 0 -90px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list04 a:hover:before {
  background-position: 0 -105px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list05 a:before {
  background-position: 0 -120px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list05 a:hover:before {
  background-position: 0 -135px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list06 a:before {
  background-position: 0 -150px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list06 a:hover:before {
  background-position: 0 -165px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list07 a:before {
  background-position: 0 -180px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list07 a:hover:before {
  background-position: 0 -195px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list08 a:before {
  background-position: 0 -210px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list08 a:hover:before {
  background-position: 0 -225px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list09 a:before {
  background-position: 0 -240px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list09 a:hover:before {
  background-position: 0 -255px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list10 a:before {
  background-position: 0 -270px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list10 a:hover:before {
  background-position: 0 -285px;
}
.contentsWrap .contentsInner .workDetail .mainRight .otherTypeList .list ul li.list11 a:before {
  background-position: 0 -300px;
}
.contentsWrap .contentsInner .contentTitle .detailTitle {
  font-size: 24px;
  color: #333;
}
.contentsWrap .contentsInner .contentTitle.mgn5 {
  margin-bottom: 5px;
}
