<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/************************************
* 施工事例　一覧
*************************************/

.w_vis {
  background-image: url(../img/works/w_vis_works.jpg);
}
.w_vis.typeHouse {
  background-image: url(../img/works/w_vis_works2.jpg);
}
.w_vis.typeTown {
  background-image: url(../img/works/w_vis_works3.jpg);
}

.categoryNav ul.column2 li a {
  background-color: transparent;
}

.town {
  background-color: #eaebe0;
}

.otherContents {
  border-top: 0;
}

.categoryNav {
  padding-top: 105px;
}


/* 家の実例 */

.house .postList {
  margin: 0 auto;
  padding-bottom: 110px;
}

.house .postListInner {
  margin-left: -60px;
  margin-bottom: 70px;
}

.house .postListInner:after {
  content: '';
  display: table;
  clear: both;
}

.house .postList .box {
  float: left;
  margin-top: 75px;
  margin-left: 60px;
  position: relative;
}

.house .postList .number {
  font-size: 46px;
  color: #163817;
  position: absolute;
  top: -37px;
  left: 5px;
  z-index: 10;
}

.house .postList .photo {
  height: 193px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.house .postList .title {
  text-align: center;
  font-size: 19px;
}


/* 街の事例 */

.town {
  padding-top: 105px;
  padding-bottom: 90px;
}

.town .w_title {
  margin-top: 0;
}

.town .postList {
  margin: 0 auto;
}

.town .postListInner {
  margin-left: -35px;
  margin-bottom: 70px;
}

.town .postListInner:after {
  content: '';
  display: table;
  clear: both;
}

.town .postList .box {
  float: left;
  margin-top: 75px;
  margin-left: 35px;
  position: relative;
}

.town .postList .number {
  font-size: 46px;
  color: #163817;
  position: absolute;
  top: -37px;
  left: 5px;
  z-index: 10;
}

.town .postList .photo {
  width: 100%;
  height: 319px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.town .postList .title {
  text-align: center;
  font-size: 19px;
  margin-bottom: 10px;
}

.town .postList .info {
  text-align: center;
}

.town .postList .info span:first-child {
  padding-left: 0;
}

.town .postList .info span:first-child:before {
  content: none;
}

.town .postList .box:first-child,
.town .postList .box:nth-child(2) {
  margin-top: 0;
}

.town .categoryNav {
  margin-bottom: 0;
}
.town .categoryNav ul li a::before,
.town .categoryNav ul li a::after {
  transform: rotate(180deg);
}
.town .categoryNav ul li a::after {
  margin-top: -3px;
}
.moreBtn .w_Btn01.white {
  font-size: 18px;
  border-color: #373838;
  color: #373838;
  background-color: transparent;
}

@media print,
screen and (min-width: 680px) {
  .postList a .photo {
    overflow: hidden;
  }
  .postList a .photo img {
    transition: transform 0.3s ease;
  }
  .postList a:hover .photo img {
    transform: scale(1.1);
  }
  .house .postList {
    width: 1000px;
  }
  .house .postList .box {
    width: 290px;
  }
  .house .postList .box:first-child,
  .house .postList .box:nth-child(2),
  .house .postList .box:nth-child(3) {
    margin-top: 0;
  }
  .house .postList .photo {
    width: 290px;
  }
  .town .postList {
    width: 1000px;
  }
  .town .postList .box {
    width: 480px;
  }
  .town .postList .info span {
    display: inline-block;
    padding-left: 30px;
    position: relative;
  }
  .town .postList .info span:before {
    content: "";
    width: 1px;
    height: 18px;
    display: block;
    position: absolute;
    background-color: #3c3c3c;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width:679px) {
    .house .w_title {
    margin: 25px 0 0;
}
  .categoryNav {
    padding-top: 30px;
  }
  .house .postListInner,
  .town .postListInner {
    margin-left: -3.5%;
  }
  .town .postList .number,
  .house .postList .number {
    font-size: 23px;
    top: -17px;
  }
  .town .postList .box,
  .house .postList .box {
    width: 46.5%;
    margin-left: 3.5%;
    margin-top: 30px;
  }
  .house .postList .photo,
  .town .postList .photo {
    height: 34vw;
      margin-bottom: 0px;
  }
  .house .postList .title,
  .town .postList .title {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
      margin-bottom: 0px;
  }
  .town .postList .info {
    font-size: 12px;
  }
  .town .postList .info span {
    display: block;
  }
  .moreBtn .w_Btn01.white {
    font-size: 13px;
  }
  .house .postListInner,
  .town .postListInner {
    margin-bottom: 35px;
  }
  .house .postList {
    padding-bottom: 40px;
  }
  .town {
    padding-bottom: 50px;
  }
  .town {
    padding-top: 40px;
  }
  .town .categoryNav ul li a::after {
    bottom: 7px;
  }
}


/************************************
* 詳細
*************************************/

.singleHead {
  background-color: #eaebe0;
  padding-top: 45px;
  padding-bottom: 370px;
}

.singleHead:after {
  content: '';
  display: table;
  clear: both;
}

.singleHead .number {
  font-size: 19px;
  color: #013912;
  line-height: 0.9;
  text-align: center;
  width: 94px;
  position: relative;
  top: 10px;
}

.singleHead .number span {
  font-size: 63px;
  display: block;
}

.singleHead .title {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
}

.postSingle .mainImage {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -340px;
  margin-bottom: 30px;
}

.mainImageCaption {
  margin: 0 auto;
}

.mainImageCaption .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.61;
}

.photoGallery .imageList:after {
  content: '';
  display: table;
  clear: both;
}

.photoGallery .imageList .item {
  width: 25%;
  height: 83%;
  float: left;
  position: relative;
}

.photoGallery .imageList .item .button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/ico_zoom.svg);
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
}

.data .w_title {
  margin-bottom: 10px;
}

.dataList {
  text-align: center;
  font-size: 20px;
  line-height: 1.85;
  margin-bottom: 70px;
}

.dataList dt,
.dataList dd {
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

.dataList dt:after {
  content: "：";
}

.commonBanner {
  margin: 0 auto;
  background-color: #e1e1cc;
  padding: 40px 40px 20px 40px;
}

.commonBanner:after {
  content: '';
  display: table;
  clear: both;
}

.commonBanner .description {}

.commonBanner .photo {
  position: relative;
  top: 5px;
}

.commonBanner .photo img {
  margin-bottom: 5px;
}

.commonBanner .photo figcaption {
  font-size: 15px;
  line-height: 1.2;
  text-align: right;
}

.commonBanner .title {
  font-size: 32px;
  line-height: 1.37;
  color: #013912;
  margin-bottom: 15px;
}

.commonBanner .catchCopy {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.27;
  margin-bottom: 20px;
}

.commonBanner .txt {
  font-size: 17px;
  line-height: 1.705;
}

.postSingle .categoryNav ul li a::before,
.postSingle .categoryNav ul li a::after {
  display: none;
}

.fancybox-slide--html .fancybox-close-small{
	height: 59px;
	right: 29px;
	top: auto;
	bottom: 3px;
	padding: 0;
	width: 59px;
}

.fancybox-content{
	padding:44px 44px 20px 44px;
}

.fancybox-content .data:after{
	content:'';
	display:table;
	clear:both;
}

.fancybox-content img{
	margin-bottom: 20px;
}

.fancybox-content .count{
	font-size:11px;
	color:#969696;
	float: left;
	line-height: 2.35;
}

.fancybox-content .caption{
	font-size:16px;
	float: left;
	position: relative;
	/* padding-left: 30px; */
}

/* .fancybox-content .caption:before{
	content:"";
	display: block;
	width:1px;
	height:100%;
	background-color: #969696;
	position: absolute;
	left:10px;
} */

.commonBanner{
	margin-bottom: 80px;
}

	.btnList .w_Btn01{
			width:100%;
	}

@media print,
screen and (min-width: 680px) {
  .singleInner {
    width: 1000px;
    margin: 0 auto;
  }
  .singleHead .title {
    float: left;
    width: 754px;
  }
  .singleHead .number {
    float: left;
  }
  .singleHead .title {
    margin-left: 30px;
  }
  .mainImageCaption {
    width: 650px;
  }
  .photoGallery .imageList .item {
    overflow: hidden;
  }
  .photoGallery .imageList .item a img {
    transition: transform 0.3s ease;
  }
  .photoGallery .imageList .item a:hover img {
    transform: scale(1.1);
  }
  .postSingle .categoryNav {
    width: 730px;
  }
  .postSingle .categoryNav ul.column2 li {
    width: 350px;
  }
  .commonBanner {
    width: 900px;
  }
  .commonBanner .description {
    width: 593px;
    float: left;
  }
  .commonBanner .photo {
    width: 172px;
    float: right;
  }
	.dataList .item01,
	.dataList .item02{
		display: inline-block;
	}
  .dataList .item02:before {
    content: "／";
    padding-left: 10px;
    padding-right: 15px;
  }
	.btnList{
		text-align: center;
		margin-bottom: 150px;
	}

	.btnList li{
		width:350px;
		display: inline-block;
	}

	.btnList li:not(:first-child){
		margin-left: 30px;
	}

	.btnList .w_Btn01{
			font-size:18px;
			height:50px;
	}
}

@media screen and (max-width:679px) {
  .singleInner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .postSingle .mainImage {
    height: 58vw;
    margin-top: -30vw;
    margin-bottom: 10px;
  }
  .mainImageCaption .txt {
    font-size: 13px;
    line-height: 2.2;
  }
  .singleHead {
    padding-top: 20px;
    padding-bottom: 33vw;
  }
  .singleHead .number {
    font-size: 13px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .singleHead .number span {
    font-size: 40px;
  }
  .singleHead .title {
    font-size: 16px;
  }
  .singleHead .title br {
    display: none;
  }
  .photoGallery .imageList .item {
    width: 50%;
  }
  .photoGallery .imageList .item .button {
    width: 25px;
    height: 25px;
    background-size: 12px;
  }
  .dataList {
    font-size: 13px;
    line-height: 2.2;
		margin-bottom: 35px;
  }
	.commonBanner{
		padding:20px;
		margin-bottom: 40px;
	}
	.commonBanner .description{
		margin-bottom: 10px;
	}
	.commonBanner .title{
		font-size:24px;
		margin-bottom: 10px;
	}
	.commonBanner .catchCopy{
		font-size:16px;
		margin-bottom: 10px;
	}
	.commonBanner .txt{
		font-size:13px;
	}
	.commonBanner .photo{
		text-align: center;
	}
	.commonBanner .photo img{
		height:47vw;
		margin-bottom: 10px;
	}
	.commonBanner .photo figcaption{
		font-size:12px;
		text-align: center;
	}
	.categoryNav ul.column2 li .arrow01{
		top:26px;
	}
	.btnList{
		margin-bottom: 35px;
	}
	.btnList .w_Btn01{
		width:90%;
	}
	.btnList li:not(:first-child){
		margin-top: 10px;
	}
	.fancybox-content img{
		margin-bottom: 5px;
	}
	.fancybox-content .caption{
		font-size:12px;
	}
	.fancybox-slide--html .fancybox-close-small{
		height: 52px;
		right: 6px;
		top: auto;
		bottom: 3px;
		padding: 0;
		width: 34px;
	}
    .data .w_title {
    margin: 35px 0 10px;
}
}

/* 詳細 家の事例 */

.dataList.type02{

}

@media print,
screen and (min-width: 680px) {
	.dataList.type02 .item03{
		display: inline-block;
	}
	.dataList.type02 .item03:before{
    content: "／";
    padding-left: 10px;
    padding-right: 15px;
	}
}

@media screen and (max-width:679px) {

}
</pre></body></html>