@charset "UTF-8";
@import url('//fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');



h2 {
	color: #333333;
	padding-bottom: 30px;
	font-weight: normal;
	line-height: 180%;
	text-align: center;
}

#openhouse_bnr {
	padding-bottom: 25px;
	border-top: 1px dotted #666;
	padding-top: 10px;
}

#openhouse_bnr > p {
	text-align: center;

}
#openhouse_bnr > p:first-child {
	font-family: 'Kaushan Script', cursive;
	font-size: 28px;
	padding-bottom: 10px;
}
#openhouse_bnr > p:nth-child(2) {
	font-size: 20px;
	padding-bottom: 10px;
}
#openhouse_bnr > p:nth-child(2) br {
	display: none;
}
#openhouse_bnr > p:nth-child(3) {
	padding-bottom: 15px;
}
#openhouse_bnr a:hover {
	opacity: 0.7;
}

#works_wrap,
#service_wrap,
#project_wrap,
#completed_project_wrap,
#openhouse_wrap,
#office_wrap,
.line {
	padding-bottom: 60px;
}

/*ヘッダー固定時、アンカーのズレを解消*/
#works_anchor,
#process_anchor,
#project_anchor,
#openhouse_anchor,
#about_anchor {
	margin-top: -65px;
	padding-top: 65px;
}

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

#contents {
	padding-right: 10px;
}
#openhouse_bnr {
	padding-right: 3px;
	/*padding-bottom: 3px;*/
	box-sizing: border-box;
}

}


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

h2 {
	padding-bottom: 20px;
}
#openhouse_bnr > p:nth-child(2) br {
	display: block;
}

}


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

h2 {
	padding-left: 15px;
	padding-right: 12px;
}
#works_wrap a {
	width: 33.3%;
}

}





/***********************
   施工事例
************************/
#works_nav {
	text-align: center;
	padding-bottom: 30px;
	box-sizing: border-box;
}

#works_nav ul * {
  box-sizing: border-box;
}
#works_nav ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 5px;
  padding: 0;
}
#works_nav ul a {
  padding: 0.5em 0;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
#works_nav ul a:before,
#works_nav ul a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#works_nav ul a:before {
	top: 0;
	display: block;
	height: 3px;
	width: 0%;
	content: "";
	background-color: #222;
}
#works_nav ul a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
#works_nav ul a:hover:before,
#works_nav ul .current a:before {
  opacity: 1;
  width: 100%;
}
#works_nav ul a:hover:after,
#works_nav ul .current a:after {
  max-width: 1
}






#works_nav li {

}
#works_wrap {
	width: 965px;
	padding-bottom: 60px;
}
#works_wrap a {
	display: block;
	width: 25%;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}


#works_wrap figure {
	position: relative;
	overflow: hidden;
}
#works_wrap figcaption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
#works_wrap figcaption h5 {
	color: #FFF;
	padding-bottom: 10px;
	font-weight: normal;
	/* position: absolute;
	top: 35%;
	left: 0; */
	text-align: center;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
#works_wrap figcaption p {
	color: #FFF;
	/* position: absolute;
	top: 50%;
	left: 0; */
	text-align: center;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
#works_wrap figure:hover figcaption {
	opacity: 1;
}


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

#works_wrap {
	width: 100%;
}
#works_wrap a {
	display: block;
	width: 25%;
	float: left;
	padding-right: 3px;
	padding-bottom: 3px;
	box-sizing: border-box;
}

}


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

#works_wrap a {
	width: 33.3%;
}

}


/***********************
   news/blog
************************/

#news_wrap {
	overflow: hidden;
	background-color: #F0EFEC;
	padding: 10px 15px 10px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#news_wrap h5 {
	font-weight: normal;
	width: 15%;
	font-size: 18px;
	float: left;
	border-left: 3px solid #333;
	padding-left: 5px;
}
#news_wrap p {
	width: 80%;
	font-size: 14px;
	float: right;
	padding-top: 4px;
}

#blog_wrap {
	overflow: hidden;
	background-color: #F0EFEC;
	padding: 10px 15px 10px 20px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
#blog_wrap h5 a {
	font-weight: normal;
	width: 15%;
	font-size: 18px;
	float: left;
	text-decoration: none;
	border-left: 3px solid #333;
	padding-left: 5px;
	margin-top: 5px;
	transition:all 200ms linear;
}
#blog_wrap h5 a:hover {
	opacity: 0.5;
}
#blog_wrap #blog {
	width: 80%;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#blog_wrap #blog a {
	display: block;
	width: 32%;
	text-decoration: none;
	border-right: 1px solid #333;
	box-sizing: border-box;
	transition:all 200ms linear;
}
#blog_wrap #blog a:last-child {
	border-right: none;
}
#blog_wrap #blog a:hover {
	opacity: 0.5;
}

#blog_wrap #blog time {
	color: #999;
	font-size: 11px;
}
#blog_wrap #blog p {

}


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

#blog_wrap h5 a {
	width: 100%;
	float: none;
	margin-top: 0px;
}
#blog_wrap #blog {
	width: 100%;
	float: none;
	margin-top: 5px;
}


}


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

#news_wrap {
	padding: 20px 20px 20px 20px;
	margin-bottom: 0px;
}
#news_wrap h5 {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
#news_wrap p {
	width: 100%;
	float: none;
	padding-top: 0px;
}

#blog_wrap {
	padding: 20px 20px 20px 20px;
}
#blog_wrap #blog {
	display: block;
}

#blog_wrap #blog a {
	width: 100%;
	padding: 5px 0px;
	border-bottom: 1px dotted #333;
	margin-top: 10px;
	border-right: none;
}
#blog_wrap #blog a:last-child {
	border-bottom: none;
}

}





/***********************
   会社案内
************************/

#office_wrap #serif {
	padding-bottom: 30px;
}
/*#office_wrap #serif dt {
	font-weight: bold;
	padding-bottom: 10px;
}
#office_wrap #serif dd {
	padding-bottom: 20px;
}*/
#office_wrap #serif dt {
	font-size: 18px;
	border-left: 3px solid #333;
	padding-left: 10px;
	margin-bottom: 10px;
}
#office_wrap #serif dd {
	padding-bottom: 30px;
}
#sp_imanav {
	display: none;
}
#office_wrap #serif > div img {
	width: 25%;
}

#about {
	padding-bottom: 30px;
}
#about_text {
	float: left;
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
}
#about_text p {
	margin-bottom: 10px;
}
#about_text a {
	text-decoration: none;
}


#map {
	float: left;
	width: 50%;
	text-align: right;
}
#map small {
	display: block;
	padding-top: 5px;
}
#map > a {
	color: #069;
	text-decoration: none;
	padding-top: 5px;
	display: block;
}
#map > a:hover {
	color: #F60;
}


#award_wrap {
	padding-bottom: 30px;
}
#award_wrap a {
	color: #069;
	text-decoration: none;
}
#award_wrap a:hover {
	color: #F60;
}
#award_wrap h3 {
	padding-bottom: 10px;
}
#award_wrap dt {
	float: left;
	width: 16%;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
}
#award_wrap dd {
	float: left;
	width: 84%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
}


#staff_wrap div {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}


#staff_wrap img {
	float: left;
	margin-right: 5%;
}
#staff_wrap dl {
	padding-top: 10px;
}


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

#about_text {
	float: none;
	width: 100%;
	padding-bottom: 10px;
}
#about_text p {
	margin-bottom: 5px;
}
#about_text a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#map {
	float: none;
	width: 80%;
	padding-right: 20%;
}
#award_wrap dt {
	float: none;
	width: 100%;
	padding-bottom: 0px;
	border-bottom: none;
}
#award_wrap dd {
	float: none;
	width: 100%;
	padding-top: 0px;
}
#staff_wrap img {
	width: 18%;
}
#staff_wrap dl {
	float: right;
	width: 77%;
	padding-top: 0px;
}

}

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

#office_wrap #serif > div img {
	width: 33.3%;
}
#pc_imanav {
	display: none;
}
#sp_imanav {
	display: inline-block;
}

}



/***********************
   サービス
************************/

#service_wrap > section {
	padding-bottom: 35px;
}
#service_wrap > section:last-child {
	padding-bottom: 0px;
}
#service_wrap dl dt {
	padding-top: 25px;
}
#service_wrap dl dd {
	padding-top: 8px;
}
#service_wrap dl dt span {
	display: inline-block;
	text-align: center;
	padding-top: 7px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 15px;
	margin-right: 15px;
	background-color: #333;
	color: #FFF;
}




.project_nv {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
.project_nv > div {
	width: 25%;
	padding-bottom: 10px;
}

.project_nv > div > a:hover {
	opacity: 0.7;
}
.project_nv section {
	text-align: center;
	padding-bottom: 10px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.project_nv p {
	padding-top: 5px;
}


#process_img {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
/*.project_nv section {
	width: 25%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.project_nv a {
	display: block;
}
.project_nv > a:hover {
	opacity: 0.7;
}
.project_nv p {
	padding-top: 5px;
	font-size: 11px;
}*/

.completed_project_nv {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
.completed_project_nv > div {
	width: 25%;
	padding-bottom: 10px;
}

.completed_project_nv > div > a:hover {
	opacity: 0.7;
}
.completed_project_nv section {
	text-align: center;
	padding-bottom: 10px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.completed_project_nv p {
	padding-top: 5px;
}



.openhouse_nv section {
	width: 50%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.openhouse_nv a {
	display: block;
}
.openhouse_nv > a:hover {
	opacity: 0.7;
}
.openhouse_nv p {
	padding-top: 5px;
}


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

#service_wrap dl dt {
	padding-top: 20px;
}

/*.project_nv section {
	width: 50%;
	float: left;
	text-align: center;
}*/

.project_nv > div {
	width: 50%;
	padding-bottom: 10px;
}

.completed_project_nv > div {
	width: 50%;
	padding-bottom: 10px;
}

}




