@charset "utf-8";
/* CSS Document */

/* -------------------------------- 
Primary style
-------------------------------- */
#sd-contents {
	/*background:  url("../works/img/visual-back-2.jpg") repeat-x bottom left;*/
	padding-top: 150px;
	width: 100%;
}
#sv-contents {
	margin: 0 auto;
	width: 80%;
	display: flex;
}
#sv-contents h2 {
    font-family: 'Roboto', sans-serif;
	font-size: 60px;
	line-height: 2.5;
}


/* パンくず */
.block__breadcrumb-works {
    display: flex;
    flex-wrap: wrap;
	font-size: 0.8125rem;
    list-style: none;
	margin: 3rem auto 4rem;
	width: 80%;
}
.block__breadcrumb-works li:not(:last-of-type)::after {
    content: "/";
    margin: 0 .6em;
    color: #777;
}
.block__breadcrumb-works li {
	line-height: 1.8;
}




.sv-left {
	width: 100%;
}
.sv-left h3 {
    /*font-family: 'Playfair Display', serif;*/
    font-size: 25px;
    font-weight: normal;
    line-height: 1.0;
}
.btn-mincho {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
}



/* categoryメニュー */
.search_item {
  display: inline-block;
  /*padding: 3px;*/
  cursor: pointer;
}
.search_item.is-active {
  color: white;
  background-color: black;
}
.is-hide {
  display: none;
}

.category-contents {
    display: flex;
    justify-content: center;
/*    margin: 100px auto 50px;*/
    margin: 100px auto;
 /*   height: 200px;*/
    max-width: 960px;
/*    margin-bottom: 30px;*/
}

.category-list {
 /*   margin: 10px 15px;*/
 /*   width: 290px;*/
    margin: 0 1%;
    width: 23%;
}

/* カテゴリーボタン */
.category-btn,
span.category-btn,
lgy-button.category-btn {
  border: 1px solid #000;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 20px 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
    color: #000;
    width: 100%;
	box-sizing: border-box;
}
span.category-btn:hover {
  background: #937040;
}




#architecture-contents {
	padding: 0;
	width: 100%;
}

/* 一覧 */
#works-list-contents {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	padding: 0 80px 150px;
    margin: 20px 0;
}
.works-list, .works-list-link-none {
    margin: 20px 20px;
    position: relative;
    width: calc( 100% / 3 - 40px);
}

.works-list h4, .works-list-link-none h4 {
	color: rgba(0,0,0,1.00);
    font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	padding-top: 5px;
}
#works-list-contents .works-list p, #works-list-contents .works-list-link-none p {
	color: rgba(77,77,77,1.00);
    font-size: 12px;
    text-align: left;
}
.works-list h4 a {
	color: rgba(54,54,54,1.00);
}

.works-list a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.works-list:hover {
  opacity: 0.6;
}

.works-list h4:hover {
	text-decoration: underline;
}


.box-engineering {
    width: 940px;
    margin: 20px auto 200px;
}

.box-engineering h4 {
	border-bottom: 1px solid rgba(144,137,128,1.00);
    font-size: 28px;
	font-weight: normal;
    line-height: 1.5;
	text-align: center;
}
.ctg-text p  {
	color: rgba(77,77,77,1.00);
    font-size: 12px;
    text-align: right;
    margin-bottom: 30px;
	margin-top: 10px;
}


.new {
    display: none;
}
.new.icn__new {
    display: inline-block;
	margin-left: 0.625rem;
	padding: 0.125rem 0.625rem;
    background: #b22222;
	font-size: 0.625rem;
	color: #FFF;
	border-radius: 5px;
}

/*
.archi-contents h4 {
	padding: 0 10px;
}

#archi-contents {
	padding: 35px 5px;
}

#archi-contents p {
	padding-bottom: 35px;
}

.outlink {
	background: url(../architecture/img/icn-outlink.jpg) no-repeat left center;
	padding: 5px 0 5px 18px;
}*/


/* 工事実績 */
.archi-c-contents h4 {
	border-bottom: 1px solid #CCC;
	padding: 0 10px 20px 10px;
}
.works-photo {
	width: 940px;
	margin: 50px auto;
}
.works-photo-2 {
	width: 940px;
	margin: 0 auto 50px;
}
.works-photo-center {
	width: 940px;
	margin: 0 auto;
}
.works-photo-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 940px;
}
.works-photo-flex img {
	width: 46%;
	height: auto;
	padding: 2%;
} 
.works-photo img, .works-photo-2 img, .works-photo-center img {
	width: 96%;
	height: auto;
	padding: 2%;
} 
.works-photo-award {
	width: 940px;
	margin: 0 auto 50px;
	text-align: center;
}
.works-photo-award img {
	width: 300px;
	height: auto;
}

.box-engineering dl {
    /*border-bottom: 1px solid #CCC;*/
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    text-align: left;
    width: 90%;
    padding-bottom: 10px;
    margin: 50px auto;
    line-height: 1.5;
}
.box-engineering dt {
  width: 26%;
  padding: 20px 2%;
}
.box-engineering dd {
  padding: 20px 2%;
  width: 66%;
}
.box-engineering p {
    font-size: 15px;
}

.comment {
	margin-bottom: 50px;
}
.comment h5 {
    font-size: 20px;
    font-weight: normal;
    line-height: 2.0;
    margin: 40px 0 10px;
display: flex;
align-items: center;
}
.comment h5:after {
border-top: 1px solid rgba(193,179,156,1.00);
content: "";
flex-grow: 1;
margin-left: 2rem;
}
.comment ul {
	font-size: 14px;
	list-style-type: disc;
	list-style-position: inside;
	margin: 15px 0 20px;
}
.comment li {
	line-height: 1.8;
}



.archi-works-list {
	border-bottom: 1px solid #EAEAEA;
	padding: 30px 10px;
	overflow: hidden;
}

.archi-works-left dl {
	display: flex;
	width: 540px;
}


.archi-works-left dt {
	color: #575757;
	font-size: 12px;
	padding: 10px 10px 0 0;
	width: 90px;
}

.archi-works-left dd {
	color: #575757;
	font-size: 12px;
	padding: 10px 10px 0 0;
	width: 430px;
}
.archi-works-right {
	float: right;
	padding-left: 20px;
	width: 150px;
}

.archi-works-right p {
	background: url(../img/icn-gray-s.gif) no-repeat left 0.3em;
	font-size: 11px;
	width: 124px;
	padding-left: 10px;
	margin-top: 5px;
	float: left;
}

.fb-right {
	float: right;
	margin-top: 5px;
}


/* ===================================== */
/* 工事実績一覧 変更 200425 sugaya */
/* ===================================== */


h5.h5-works {
  text-align: center;
  font-size: 26px;
	color: #575757;
  line-height: 1.5;
}

.flexbox-works-index {
  display: flex;
  flex-wrap: wrap;
  width: 726px;
  margin: 30px auto 10px;
}

.list-works-index {
  position: relative;
  width: 200px;
  border: 1px solid #EAEAEA;
  margin: 10px;
  padding: 10px;
}

.list-works-index a {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
}

.list-works-index a:hover {
  opacity: 0.2;
  background-color: #D1E4F3;
}

p.cat-works-name {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
	color: #575757;
  margin-top: 10px;
  font-weight: bold;
}

.cat-works-sub {
  font-size: 14px;
}


h4.h4-works {
  font-size: 19px;
	color: #575757;
}

.flexbox-works {
  display: flex;
  flex-wrap: wrap;
  width: 726px;
  margin: 10px auto;
}

.list-works {
  position: relative;
  width: 220px;
  border: 1px solid #EAEAEA;
  margin: 10px;
}

.list-works a {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
}

.list-works a:hover {
  opacity: 0.2;
  background-color: #D1E4F3;
}

.list-works h5 {
  text-align: left;
  margin: 10px 0 10px;
  padding: 10px;
	color: #575757;
  line-height: 1.5;
}

h5.list-works-name {
  font-size: 18px;
}

h5.list-works-name2 {
  font-size: 16px;
}

h5.list-works-name3 {
  font-size: 14px;
}

.h5-sub {
  font-size: 14px;
}

.h5-sub2 {
  font-size: 10px;
}

dl.dl-list-works {
  padding: 0 10px 10px;
	color: #575757;
	font-size: 12px;
  line-height: 1.5;
}

dl.dl-list-works dd {
  margin-bottom: 10px;
}

/*
dl.dl-list-works dd:last-child {
  margin-bottom: 0;
}
*/

.btn-cate {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 999;
}

.btn-cate2 {
  position: fixed;
  top: 262px;
  right: 0;
  z-index: 999;
}

.btn-cate a:hover , .btn-cate2 a:hover {
  opacity: 0.5;
}


.works-list h4 i {
    padding-right: 1rem;
}





@media (max-width: 1024px) {

.category-contents {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
    margin: 75px auto;
	padding: 0 80px;
	box-sizing: border-box;
}

.category-list {
    margin: 10px 0;
    width: calc(50% - 10px);
}

/* 一覧 */
#works-list-contents {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
/*	padding: 0 80px 150px;*/
    margin: 20px 0;
}
.works-list, .works-list-link-none {
    margin: 20px 15px;
    position: relative;
    width: calc( 100% / 2 - 30px)
}

	
/* 詳細 */
.box-engineering {
}
.box-engineering dl {
    /*border-bottom: 1px solid #CCC;*/
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    font-size: 15px;
    text-align: left;
    width: 70%;
    padding-bottom: 10px;
    margin: 50px 15%;
    line-height: 1.5;
}
.box-engineering dt {
	font-weight: 500;
    width: 100%;
    padding: 1.5rem 0 0.5rem;
}
.box-engineering dd {
	border-bottom: 1px solid rgba(181,172,162,1.00);
    padding: 0 0 1.5rem;
    width: 100%;
}
	
	
	
}



@media (max-width: 960px) {

/*
.category-contents {
    display: flex;
    justify-content: center;
    margin: 50px 5% 50px;
    height: auto;
    width: 90%;
    margin-bottom: 30px;
}
.category-list {
    margin: 10px auto;
    width: 22%;
}
*/

.box-engineering {
    width: 80%;
    margin: 50px auto 200px;
}
.works-photo {
	width: 100%;
	margin: 50px 0;
}
.works-photo-2 {
	width: 100%;
	margin: 0 0 50px;
}
.works-photo-award {
	width: 100%;
	margin: 0 0 50px;
	text-align: left;
}
.works-photo-center {
	width: 100%;
	margin: 0 0;
}
.works-photo-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0;
	width: 100%;
}
	
}

@media (max-width: 768px) {
/*
.category-contents {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    margin: 50px 5% 50px;
    height: auto;
    width: 90%;
    margin-bottom: 30px;
}
.category-list {
    margin: 10px auto;
    width: 22%;
}
.works-list, .works-list-link-none {
    margin: 20px auto;
    position: relative;
    width: 48%;
}
*/

}



@media (max-width: 559px) {
.category-contents {
	padding: 0 40px;
}

#works-list-contents {
	padding-left: 40px;
	padding-right: 40px;

}

.works-list, .works-list-link-none {
    margin: 20px auto;
    position: relative;
    width: 100%;
}
.box-engineering dl {
    width: 90%;
    padding-bottom: 10px;
    margin: 50px 5%;
    line-height: 1.5;
}
.box-engineering dt {
	font-weight: 500;
    width: 100%;
    padding: 1.5rem 0 0.5rem;
}
.box-engineering dd {
	border-bottom: 1px solid rgba(181,172,162,1.00);
    padding: 0 0 1.5rem;
    width: 100%;
}
	
	
}




/* print */
@page {
    margin: 10mm;
    size: 210mm 297mm; /* A4縦サイズの場合 */
}
@media print {
/*#sd-contents {
    padding-top: /*150px;*/
	/*padding-bottom: 3rem;
}*/
	
#sd-black-contents {
	background-color: #F5EFE8;
    padding: 60px 0 60px;
    width: 100%;
}

#sd-contents {
	padding-top: 50px;
}
#sv-contents h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
	line-height: 2.5;
}
.sv-left h3 {
    /*font-family: 'Playfair Display', serif;*/
    font-size: 14px;
    font-weight: normal;
    line-height: 1.0;
}
	
/* パンくず */
.block__breadcrumb-works {
	font-size: 8px;
	margin: 0 auto 20px;
}

/* カテゴリーボタン */
.category-btn,
span.category-btn,
lgy-button.category-btn {
  font-size: 9px;
  line-height: 1.25;
  padding: 6px;
}
	
/* 一覧 */
#works-list-contents {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	padding: 0 0 30px;
    margin: 20px 0;
}
.works-list, .works-list-link-none {
    margin: 20px 20px;
    position: relative;
    width: calc( 100% / 3 - 40px);
}

.works-list h4, .works-list-link-none h4 {
    font-size: 10px;
}
#works-list-contents .works-list p, #works-list-contents .works-list-link-none p {
    font-size: 8px;
}

/* 詳細ページ */	
.box-engineering h4 {
    font-size: 12px;
}
.ctg-text p  {
    font-size: 8px;
    margin-bottom: 30px;
}
.new.icn__new {
	font-size: 8px;
}
	
	
.box-engineering {
    width: 90%;
    margin: 20px auto 50px;
}
	
.box-engineering dl {
    font-size: 7px;
    width: 80%;
    padding-bottom: 50px;
	text-indent: 0;
    line-height: 1.5;
	margin: 0 auto;
	list-style-position: outside;
}
.box-engineering dt {
  padding: 5px 15px 0;
	border: none;
}
.box-engineering dd {
  padding: 0 15px 5px;
	border: none;
}
.box-engineering p {
    font-size: 7px;
}
.comment h5 {
    font-size: 10px;
}
.works-photo-2 {
	display: flex;
	flex-wrap: wrap;
}	
.works-photo-2 img {
	width: 46%;
	height: auto;
	padding: 2%;
} 

	
	
.btn-contents {
    margin: 2rem 0;
}

.box-engineering {
    padding-bottom: 3rem;
}


	
}





