@charset "UTF-8";
/* ---------------------------------------------------------
   case.css【施工事例】
----------------------------------------------------------*/
#case_cat{
	padding: 30px 0;
	background-color: #f1f2f5;
}
#case_cat ul {
	display: flex;
	flex-wrap: wrap;
}
#case_cat ul li{
	width: 18%;
	margin-right: 15px;
}
#case_cat ul li:nth-child(5){
	margin-right: 0;
}
/*#case_cat ul li:last-child{
	margin-right: 0;
}
#case_cat ul.area li:last-child{
	margin-top: 15px;
	margin-left: 192px;
}*/
#case_cat ul li .cube_btn_wrap{
	display: block;
	width: 100%;
}
#case_cat ul li .cube_btn.arrow02::after {
  top: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
}
/*//20200420追記*/
#case_cat ul li .cube_btn_green.arrow04::after {
  top: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
}
/*20200420追記*/
#case_cat ul li .cube_btn{
	display: block;
	font-size: 18px;
	line-height: 25px;
	padding: 10px;
}
/*20200420追記*/
#case_cat ul li .cube_btn_green{
	display: block;
	font-size: 18px;
	line-height: 25px;
	padding: 10px;
}
/*//20200420追記*/

#case_cat ul.detail,
#case_cat ul.area{
	margin-bottom: 15px;
}
#case_cat ul.detail .cube_btn{
	background-color: #eb6120;
}
/*20200420追記*/
#case_cat ul.detail .cube_btn_green{
	background-color: #13bf00;
}
/*//20200420追記*/

#case_cat ul.area .cube_btn{
	background-color: #ef9201;
}
#case_cat .hidden_box {
	display: flex;
}
#case_cat .hidden_box .bt{
	width: 18%;
}
#case_cat .hidden_box ul.iro{
	margin-left: 2%;
	width: 75%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#case_cat ul.iro li{
	line-height: 1.4;
	position: relative;
	width: calc(100% /8);
	margin-right: 0;
	margin-bottom: 20px;
}
#case_cat ul.iro li:hover{
	top: 1px;
}
#case_cat ul.iro li a::before{
	content: " ";
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #f9e3d5;
	margin: 0 auto 10px;
}
#case_cat ul.iro li:nth-of-type(1) a::before{
	background-color: #f9e3d5;
}
#case_cat ul.iro li:nth-of-type(2) a::before{
	background-color: #803c20;
}
#case_cat ul.iro li:nth-of-type(3) a::before{
	background-color: #2e6fab;
}
#case_cat ul.iro li:nth-of-type(4) a::before{
	background-color: #6ea647;
}
#case_cat ul.iro li:nth-of-type(5) a::before{
	background-color: #e37933;
}
#case_cat ul.iro li:nth-of-type(6) a::before{
	background-color: #dde9f5;
}
#case_cat ul.iro li:nth-of-type(7) a::before{
	background-color: #f9e3d5;
	background-image: url("../img/case/multicolor.png");
}
#case_cat ul.iro li:nth-of-type(8) a::before{
	background-color: #f9e3d5;
	background-image: url("../img/case/twotone.png");
	background-size: contain;
}
#sekou_detail .label{
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 16px;
	line-height: 35px;
	padding: 0 20px;
	color: #FFFFFF;
	font-weight: bold;
}
#sekou_detail .label-1{
background-color: #0080E7;
}
#sekou_detail .label-2{
background-color: #1E9D4E;
}
#sekou_detail .label-3{
background-color: #FF800F;
}
#sekou_detail .label-5{
background-color: #333;
}
#sekou_detail .label-6{
background-color: #f14848;
}
#sekou_detail .label-7{
background-color: #63c;
}
#sekou_detail .label-8{
background-color: #630;
}
#sekou_detail .label-9{
background-color: #690;
}
#sekou_detail .label-10{
background-color: #F4BD00;
}
#sekou_detail .label-11{
background-color: #0080E7;
}
#sekou_detail .label-12{
background-color: #1E9D4E;
}
#sekou_detail .label-13{
background-color: #FF800F;
}
#sekou_detail .label-14{
background-color: #333;
}
#sekou_detail .label-15{
background-color: #f14848;
}

.case-ttl{
	padding: 70px 0 40px;
}
.case-ttl h3{
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	margin-bottom: 0;
}
.case-ttl p{
	float: right;
	font-size: 16px;
	font-weight: bold;
	padding-top: 18px;
}
#sekou_list ul{
}
#sekou_list li.case-item{
	float: left;
	width: calc((99.99% / 3) - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
}
#sekou_list li.case-item:nth-child(3n){
	margin-right: 0;
}
#sekou_list .photo{
	position: relative;
	height: 230px;
	overflow: hidden;
}
#sekou_list .photo img{
	width: 100%;
}
#sekou_list .photo img:first-child {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
#sekou_list .photo .stamp{
	position: absolute;
	width: 100px;
	right: 10px;
	bottom: 10px;
}
#sekou_list li ul{
	padding: 15px 0 10px;
}
#sekou_list .name{
	margin-bottom: 15px;
	line-height: 1.4;
}
#sekou_list .cost{
	margin-bottom: 10px;
	font-weight: bold;
}
#sekou_list .roof{
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.4;
	margin-left: 3em;
	text-indent: -2.8em;
}
#sekou_list .wall{
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.4;
	margin-left: 3em;
	text-indent: -2.8em;
}


#sekou_detail .cate ul{
	margin-bottom: 30px;
	padding: 15px 0;
	background-color: #f1f2f6;
}
#sekou_detail .cate ul li.sl-point{
	margin-bottom: 0;
	font-size: 14px;
}
#sekou_detail .cate ul li:first-child{
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  margin-bottom: 0;
  line-height: 30px;
  padding: 0 10px;
  margin-right: 5px;
}

#detail_container .ab-tbl_wrap{
	margin-top: 60px;
}
#detail_container .about{
	float: left;
	width: calc(50% - 15px);
	margin-right: 30px;
}
#detail_container .about table{
	width: 100%;
	margin-bottom: 3px;
}
#detail_container .about:last-child{
	margin-right: 0;
}
#detail_container .about th,
#detail_container .about td{
	padding: 20px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #f1f2f6;
}
#detail_container .about th{
	line-height: 1.5;
	background-color: #f8deb5;
	font-weight: 900;
	width: 15%;
}
#detail_container .about .color-cat th{
	background-color: transparent;
	border: none;
}
#detail_container .about td.color{
	width: 100px;
	background-color: #fdf4e6;
}
#detail_container .about td.rp1{
	vertical-align: top;
}
#detail_container .gallery .photo{
	position: relative;
}
#detail_container .gallery .photo img{
	width: 100%;
	height: auto;
}
#detail_container .gallery .photo .stamp{
	position: absolute;
	width: 150px;
	right: 20px;
	bottom: 20px;
}

#detail_container .before-ttl{
	margin-top: 60px;
	padding: 15px 0 15px 30px;
	background-color: #eb6120;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
#detail_container .before_list li{
	margin-top: 35px;
}
#detail_container .before_list li img{
	width: 100%;
	height: auto;
}
.voice-link{
	width: 800px;
	margin: 40px auto auto auto;
}


@media screen and (max-width: 1000px) {
	#sekou_detail .cate ul li:first-child {
    font-size: 14px;
    height: 20px;
		line-height: 20px;
	}
	#sekou_detail .cate ul li.sl-point {
    font-size: 12px;
	}
	#case_cat ul li .cube_btn {
		font-size: 14px;
		line-height: 16px;
	}
	/*20200420追記*/
	#case_cat ul li .cube_btn_green {
		font-size: 14px;
		line-height: 16px;
	}
	/*//20200420追記*/
	#sekou_list .name,#sekou_list .cost,#sekou_list .roof,#sekou_list .wall{
		font-size: 14px;
		margin-bottom: 10px;
	}
	#case_cat ul li .cube_btn.arrow02::after {
    top: calc(50% - 6px);
    right: 5px;
    width: 12px;
    height: 12px;
	}
	/*20200420追記*/
	#case_cat ul li .cube_btn_green.arrow04::after {
    top: calc(50% - 6px);
    right: 5px;
    width: 12px;
    height: 12px;
	}
	/*//20200420追記*/
	#detail_container .gallery .photo .stamp {
    width: 150px;
	}
	.case-ttl {
    padding: 60px 0 30px;
	}
	.case-ttl h3 {
    float: left;
		height: 40px;
		line-height: 40px;
		font-size: 26px;
	}
	.about td.color {
    width: 80px;
	}
	#detail_container .about th, #detail_container .about td {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
	}
	#detail_container .comment .txt {
    font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.case-ttl {
    padding: 40px 0 20px;
	}
	.case-ttl h3 {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
	}
	.case-ttl p {
    font-size: 12px;
    padding-top: 9px;
	}
	#case_cat ul li:first-child {
    text-align: left;
    float: none;
    width: 100%;
		margin-bottom: 25px;
	}
	#case_cat ul li:first-child img{
		height: 40px;
		width: auto;
	}
	#case_cat ul li{
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#case_cat ul li:nth-child(2n - 1){
		margin-right: 0;
	}
	#sekou_list .photo .stamp {
		width: 80px;
	}
	#sekou_list li.case-item {
    float: none;
    width: 100%;
    margin-right: 0;
	}
	#sekou_detail .cate ul {
    margin-bottom: 10px;
	}
	#detail_container .comment,#detail_container .ab-tbl_wrap,#detail_container .voice-link {
    margin-top: 40px;
	}
	#detail_container .comment.tanto .ttl::before {
    height: 24px;
    width: 21px;
	}
	#detail_container .before_list li {
    margin-top: 20px;
	}
	#detail_container .before-ttl {
    margin-top: 40px;
    padding: 10px 0 10px 15px;
    background-color: #eb6120;
    font-size: 16px;
		line-height: 20px;
    color: #fff;
    font-weight: bold;
	}
	#detail_container .gallery .photo .stamp {
    width: 80px;
    right: 10px;
    bottom: 10px;
	}
	#detail_container .about {
    float: none;
    width: 100%;
    margin-right: 0;
	}
	#sekou_detail .label {
    left: 10px;
    bottom: 10px;
    font-size: 12px;
    line-height: 25px;
	}
	#detail_container .about table{
	margin-bottom: 10px;
	}
	#detail_container .about table th{
	width: auto;
	}
	#detail_container .about:first-child{
		margin-bottom: 20px;
	}
	#detail_container .about td.color {
    width: auto;
	}
	#detail_container .about th, #detail_container .about td {
		display: block;
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
	}
}
/*20190627*/
/*施工概要*/
.gallery_two_column,
.gallery_one_column{
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
	width: auto;
	margin: 20px auto;

}
.photo_gallery{
	width: 30%;
	height: auto;
	margin-right: 5%;
}
.photo_gallery:nth-child(3n){
	margin-right: 0;
}
h1.gallery_title{
	margin-top: 60px;
    padding: 15px 0 15px 30px;
    background-color: #eb6120;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
#detail_container .gallery .comment{
	margin-top: 60px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 60px;
}
/*//施工概要*/
#detail_container .gallery .photo_comment{
	text-align: center;
	padding: 10px 0 30px;
}
/* 担当者コメント add 20200311 */
#detail_container .comment {
	margin-bottom: 40px;
  }
#detail_container .comment .tantoInner {
	display: flex;
	justify-content: space-between;
}
#detail_container .comment .tantoInner .txt {
	word-wrap: break-word;
	width: 68%;
	padding-left: 0;
}
#detail_container .comment .tantoInner .tantoImage {
	width: 30%;
	text-align: right;
}
/* //担当者コメント add 20200311 */
@media screen and (max-width: 767px) {
/*施工概要*/
	h1.gallery_title{
		padding: 20px 10px;
		height: auto;
	}
	.gallery_two_column, .gallery_one_column{
		display: block;
	}
	.photo_gallery{
		width: 96%;
		margin: 0 auto;
	}
	#detail_container .gallery .photo_comment{
		padding: 10px 0 10px;
	}

/*施工事例一覧　地域・色選択*/
	#case_cat .hidden_box{
		display: block;
		text-align: left;
	}
	#case_cat .hidden_box label {
		width: 42%;
		height: 40px;
		text-indent: -9999px;
		display: inline-block;
		text-align: center;
		background-image: url(../img/case/icon-color.png);
	}
	#case_cat .hidden_box label:nth-of-type(1) {
		margin-right: 30px;
		background-image: url(../img/case/icon-area.png);
	}
	#case_cat .hidden_box input {
    	display: none;
	}
	#case_cat .hidden_box .hidden_show1,
	#case_cat .hidden_box .hidden_show2{
    	height: 0;
    	padding: 0;
    	overflow: hidden;
    	opacity: 0;
    	transition: 0.8s;
	}
	#case_cat .hidden_box input#label1:checked ~ .hidden_show1,
	#case_cat .hidden_box input#label2:checked ~ .hidden_show2{
    	height: auto;
    	opacity: 1;
		margin-top: 25px;
	}
	#case_cat .hidden_box ul.area{
		justify-content: space-between;
	}
	#case_cat .hidden_box ul.area li{
		margin: 0 2% 10px 0;
		width: 48.5%;
		text-align: center;
	}
	#case_cat .hidden_box ul.area li:nth-child(even){
		margin: 0 0 10px 0;
	}
	#case_cat .hidden_box ul.iro{
		width: 100%;
		margin-left: 0;
		flex-wrap: wrap;
	}
	#case_cat ul.iro li{
		width: calc(100% /4);
	}
	#case_cat ul.iro li:first-child{
		width: calc(100% /4);
	}
	#case_cat ul.iro li a{
		font-size: 14px;
	}
	#case_cat ul.iro li a::before{
		width: 60px;
		height: 60px;
	}
	/* 担当者コメント add 20200311 */
		#detail_container .comment .tantoInner {
			flex-wrap:wrap;
		}
		#detail_container .comment .tantoInner .txt {
			font-size: 16px;
			width: 100%;
			order: 2;
		}
		#detail_container .comment .tantoInner .tantoImage {
			width: 100%;
			text-align: center;
			margin-bottom: 20px;
			order: 1;
		}
	/* //担当者コメント add 20200311 */
}

@media screen and (max-width: 320px) {
/*施工事例一覧　地域・色選択*/
	#case_cat .hidden_box label{
		width: 49%;
	}
	#case_cat .hidden_box label:nth-of-type(1){
		margin-right: 2px;
	}
}

/* relation posts 2022 1018 */
.relation_post{
	background: #f2f4f3;
	margin-top: 20px;
}
.relation_post #page_title{
	max-width: 1162px;
  margin: 0 auto;
  padding: 0 10px 40px;
}
.relation_post ul.heightLineParent {
	/* display: flex; */
	justify-content: space-between;
}
.relation_post li.case-item {
    width: calc((99.99% / 3) - 20px);
    margin-bottom: 30px;
}
.case-item .photo {
    position: relative;
}
.relation_post .case-item .photo a .attachment-sekou_large.size-sekou_large{
		height: 230px;
		object-fit: cover;
		margin: 10px 0;
}
.relation_post .photo .stamp {
    position: absolute;
    width: 100px;
    right: 10px;
    bottom: 20px;
}
.case-ttl h3.l-line{
	line-height: 37px;
	height: auto;
}
ul.heightLineParent.clearfix::after{
	content: none;
}
@media screen and (max-width: 1000px){
	.case-ttl h3.l-line{
		float: none;
	}
}
@media screen and (max-width: 767px){
	.relation_post ul.heightLineParent {
	    flex-direction: column;
	}
	.relation_post li.case-item {
	    float: left;
	    width: 100%;
	    margin-bottom: 30px;
	}
	.relation_post #page_title {
    padding: 0px 10px 20px;
	}
}
/* relation case bxslider */
.relation_post .bx-wrapper .bx-next{
	right: 0;
	background-color: rgba(0,0,0,0.8)
  }
  .relation_post .bx-wrapper .bx-next::after{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: calc(50% - 10px);
	right: 15px;
	transform: rotate(-45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
  }
  .relation_post .bx-wrapper .bx-prev{
	left: 0;
	background-color: rgba(0,0,0,0.8)
  }
  .relation_post .bx-wrapper .bx-prev::after{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: calc(50% - 10px);
	left: 15px;
	transform: rotate(45deg);
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
  }
  .relation_post .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40%;
	width: 40px;
	height: 80px;
	border-radius: 5px;
  }
  /* .relation_post .bx-viewport{
	overflow: visible !important;
  } */
  @media screen and (max-width: 767px){
	  .relation_post .bx-wrapper .bx-controls-direction a {
		  width: 30px;
		  height: 60px;
		}
		.relation_post .bx-wrapper .bx-next::after {
			width: 10px;
			height: 10px;
			top: calc(50% - 7px);
			right: 10px;
		}
		.relation_post .bx-wrapper .bx-prev::after {
			width: 10px;
			height: 10px;
			top: calc(50% - 7px);
			left: 10px;
		}
	}

/*20220630流れへの遷移ボタン追加*/
	.flow_link{
	width: 980px;
	margin: 15px auto;
	padding: 0;
	text-align: center;
  }
  @media screen and (max-width: 767px){
	.flow_link{
	width: 100%;
	text-align: center;
		}
	.flow_link img{
	width: 90%;
		}
	}
