@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------------

共通

------------------------------------------------------------------------*/

body {
	min-width: 100%;
	margin: 0 auto;
}
header {
  border-top: 22px solid #0d045f;
  padding: 0 0 0 0;
}
header h1 {
	display: inline-block;
	color: #fff;
	font-size: 10px;
	text-align: left;
	position: absolute;
	top: 4px;
	left: 3%;
	margin: 0;
}
#header {
	
}
#header:after {
	content: "";
	display: block;
 	clear: both;
}

#header #logo_wrap {
	float: left;
	clear: both;
	width: 50%;
	padding-left: 3%;
}
#header #logo {
	max-height: 55px;
}
#header #logo img {
	width: auto;
	max-height: 55px;
}
#header #h_tel_wrap {
	display: inline-block;
	width: 110px;
	float: right;
	margin-left: 0px;
	font-size: 0;
}
#header #h_mail {
	display: inline-block;
	width: 55px;
	vertical-align: top;
}
#header #h_mail img {
	max-width: 100%;
}
#header #h_tel {
	display: inline-block;
	width: 55px;
	vertical-align: top;
	margin-left: 0px;
	
	display: none;
}
#header #h_tel img {
	max-width: 100%;
}
#header #menu_sp {
	display: inline-block;
	width: 55px;
}
#header #menu_sp img {
	max-width: 100%;
}

#fl_tel {
	display: block;
	position: fixed;
	bottom: 0;
	transition: .3s;
}
#fl_tel.open {
	bottom: -12%;
}
#fl_tel img {
	max-width: 100%;
	position: relative;
	z-index: 101;
}

#fl_tel .btn_toggle {
	position: absolute;
	top: -32%;
	right: 3%;
	z-index: 100;
	
	display: inline-block;
	background: #999;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}
#fl_tel .btn_toggle img {
	display: inline-block;
	transition: .3s;
}
#fl_tel.open .btn_toggle img {
	transform: rotate(180deg);
	transition: .3s;
}


footer {
	padding-bottom: 30%;
}

#gnav {
	display: block;
	width: 100%;
	float: none;
	clear: both;
	background: #1f8a76;
	padding-bottom: 10%;
	
	position: absolute;
	top: 55px;
	right: inherit;
	transform: translateY(0%);
	z-index: 8000;
	
	display: none;
}
#gnav ul {
	font-size: 0;
	padding-top: 0px;
	padding: 2% 4% 6%;
}
#gnav li {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
#gnav li:first-child {
	display: block;
}
#gnav li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 2px;
	position: relative;
	border-bottom: none;
}
#gnav li a:after {
	content: '〉';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

#menu_mail,
#menu_tel {
	display: block;
	margin-top: 6%;
}
#menu_mail img,
#menu_tel img {
	max-width: 100%;
}




#main {
	padding: 50px 0;
}
#main h1 {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
#main h1 span {
	display: block;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	padding-top: 10px;
}

#breadcrumb {
	max-width: 1220px;
	margin: 0 3% 10%;
	padding: 15px 0;
	
	background: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}
#breadcrumb ul {
	
}
#breadcrumb li {
	display: inline-block;
}
#breadcrumb li:before {
	content: '〉';
	display: inline-block;
	font-size: 12px;
	margin: 0 0px 0 5px;
}
#breadcrumb li:first-child:before {
	display: none;
}
#breadcrumb li a {
	color: #333;
	font-size: 12px;
}
#breadcrumb li:last-child a {
	pointer-events: none;
}

h2.title_h2_01 {
	text-align: center;
}
h2.title_h2_01 span {
	display: inline-block;
	color: #1f8a76;
	font-size: 22px;
	font-weight: bold;
	position: relative;
}
h2.title_h2_01 span:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #1f8a76;
	position: absolute;
	top: 50%;
	left: -40px;
}
h2.title_h2_01 span:after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #1f8a76;
	position: absolute;
	top: 50%;
	right: -40px;
}
h2.title_h2_02 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 6%;
	text-align: center;
}
h2.title_h2_02 span {
	display: block;
	width: 240px;
	margin: 0 auto 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #1f8a76;
	padding: 10px 0;
}
h2.title_h2_02 span span {
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	vertical-align:baseline;
	padding: 0;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 0;
}


p.link {
	text-align: center;
}
p.link a {
	background-color: #1f8a76;
	color: #FFF;
	display: inline-block;
	width: 300px;
	line-height: 60px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	border: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
p.link a::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -5px;
}
p.link a:hover {
	opacity: .8;
	transition: .3s;
}

p.link_top {
	text-align: center;
}
p.link_top a {
	background-color: #e8b742;
	color: #FFF;
	display: inline-block;
	width: 300px;
	line-height: 60px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	border: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
p.link_top a::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -5px;
}
p.link_top a:hover {
	opacity: .8;
	transition: .3s;
}

.site_txt01 p {
	margin-bottom: 30px;
}

.site_business .site_business_wrap {
	margin-bottom: 30px;
}


.site_contact_wrap {
	background: #f9f9f9;
	padding: 60px 3%;
}
.site_contact {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff url("../../img/img_pic04.png") no-repeat right 10% top 8%;
  background-size:100px;
  border: 2px solid #1f8a76;
  padding: 4px;
}
.site_contact .inner {
	border: 1px solid #1f8a76;
	padding: 4%;
	text-align: center;
}
.site_contact h3 {
	width: 60%;
	color: #1f8a76;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.site_contact .site_contact_tel {
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 4%;
}
.site_contact .site_contact_tel a {
	pointer-events: auto;
}
.site_contact .site_contact_tel img {
	max-width: 100%;
}
.site_contact .site_contact_mail {
	display: inline-block;
	text-align: center;
}
.site_contact .site_contact_mail img {
	max-width: 100%;
}
.site_contact h4 {
	width: 60%;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
}
.site_contact h4.h4_pc {
	display: none;
}
.site_contact h4.h4_sp {
	display: block;
	margin-bottom: 10px;
}

.site_tieup img {
	width: 100%;
}
.site_tieup .ma-btn {
	font-weight: bold;
	width: 100%;
	height: auto;
	background-position: right 22px top 31px;
	font-size: 18px;
}
.site_tieup .lead-txt {
	text-align: left;
	padding: 0 12px;
	box-sizing: border-box;
	font-size: 18px;
}


/*------------------------------------------------------------------------

シンエイが選ばれる理由

------------------------------------------------------------------------*/

#reason {
	padding-bottom: 50px;
}
#reason #main {
	background: url(../../img/reason/reason_main.jpg) no-repeat center center;
	background-size:cover;
}
.reason_block {
	width: 94%;
	margin: 0 auto 60px;
	box-sizing: border-box;
}

.reason_block .reason_wrap {
	
}
.reason_block .reason_wrap:after {
	content: "";
	display: block;
 	clear: both;
}
.reason_block .reason_wrap .img {
	width: 100%;
	float: none;
	margin-bottom: 6%;
}
.reason_block .reason_wrap .img img {
	max-width: 100%;
}
.reason_block .reason_wrap .text_wrap {
	width: 100%;
	float: none;
}
.reason_block#reason02 .reason_wrap .img {
	float: none;
}
.reason_block#reason02 .reason_wrap .text_wrap {
	float: none;
}
.reason_block .reason_wrap .text_wrap p {
	color: #333;
	font-size: 16px;
	text-align: left;
	line-height: 200%;
	margin-bottom: 4%;
}


/*------------------------------------------------------------------------

サービスメニュー

------------------------------------------------------------------------*/

#service {
	padding-bottom: 40px;
}
#service #main {
	background: url(../../img/service/service_main.jpg) no-repeat center center;
	background-size:cover;
}
#service .lead_section {
	width: 94%;
	max-width: 1220px;
	margin: 0 auto 40px;
}
#service .lead_section p {
	color: #333;
	font-size: 16px;
	line-height: 200%;
	text-align: left;
}

#service_anchor {
	width: 100%;
}
#service_anchor.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  background: #fff;
}
#service_anchor .scroll {
	width: 100%;
	overflow-x: scroll;
}
#service_anchor ul {
	max-width: 1100px;
	font-size: 0;
	text-align: left;
	white-space: nowrap;
}
#service_anchor li {
	display: inline-block;
	width: auto;
	margin: 0 5px 3%;
	background: #1f8a76;
}
#service_anchor li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 15px 30px 15px 10px;
	position: relative;
}
#service_anchor li a:after {
	content: '〉';
	display: inline-block;
	font-size: 11px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-30%) rotate(90deg);
}

.service_block {
	width: 94%;
	margin: 0 auto;
	padding-top: 10%;
	padding-bottom: 10%;
	border-bottom: 1px solid #999;
}
.service_block h2 {
	margin-bottom: 4%;
}
.service_block p.lead_text {
	color: #333;
	font-size: 16px;
	line-height: 200%;
	text-align: left;
	margin-bottom: 4%;
}
#service01 {
	
}
#service01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service01 li {
	width: 100%;
	margin-bottom: 50px;
}
#service01 li h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	border-left: 4px solid #1f8a76;
	padding-left: 4%;
	margin-bottom: 4%;
}
#service01 li .service01_wrap {
	
}
#service01 li .service01_wrap:after {
	content: "";
	display: block;
 	clear: both;
}
#service01 li .text_wrap {
	width: 100%;
	float: none;
	text-align: left;
}
#service01 li .text_wrap h4 {
	display: inline-block;
	color: #1f8a76;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #1f8a76;
	padding: 5px 15px;
	margin-bottom: 3%;
}
#service01 li .text_wrap p.text {
	color: #333;
	font-size: 16px;
	line-height: 200%;
	text-align: left;
}
#service01 li .img {
	width: 100%;
	float: none;
	margin-bottom: 3%;
}
#service01 li .img img {
	max-width: 100%;
}
#service01 .img {
	text-align: center;
}
#service01 .img img {
	max-width: 100%;
}
#service02 {
	width: 94%;
	margin: 0 auto;
}
#service02 .img {
	text-align: center;
}
#service02 .img img {
	max-width: 100%;
}
#service03 {
	width: 94%;
	margin: 0 auto;
	border-bottom: none;
}
#service03 .img {
	text-align: center;
}
#service03 .img img {
	max-width: 100%;
}






/*------------------------------------------------------------------------

施工実績

------------------------------------------------------------------------*/

#works {
	padding-bottom: 100px;
}
#works #main {
	background: url(../../img/works/works_main.jpg) no-repeat center center;
	background-size:cover;
}
#works_anchor {
	width: 94%;
	margin: 0 auto 10px;
}
#works_anchor ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#works_anchor li {
	width: 380px;
	text-align: center;
	border: 2px solid #1f8a76;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 3%;
}
#works_anchor li:after {
	content: '〉';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-30%) rotate(90deg);
	color: #1f8a76;
	font-size: 24px;
	font-weight: bold;
}
#works_anchor li a {
	display: block;
	font-size: 22px;
	font-weight: bold;
	padding: 15px 0;
}
#works_anchor li a:hover {
	opacity: .8;
}
#works_anchor li a span {
	display: inline-block;
	width: 160px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #1f8a76;
	padding: 5px 0;
	margin-bottom: 10px;
}
#works_anchor li a span span {
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	vertical-align:baseline;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 0;
}

.works_block {
	width: 94%;
	margin: 0 auto;
	padding-top: 10%;
}
.works_block h2 span {
	width: 200px;
	padding: 8px 0;
}

.request_wrap {
	margin-bottom: 20px;
}
.request_wrap .customer {
	display: block;
	margin-right: 0px;
	margin-bottom: 4%;
	vertical-align: middle;
	text-align: center;
}
.request_wrap .request {
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	box-sizing: border-box;
	
	background:#FFFFFF;
    padding:10px 5px;
    text-align:center;
    border:1px solid #CCCCCC;
	border-radius: 10px;
	position:relative;
}
.request_wrap .request:after,.request_wrap .request:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
	right:inherit;
    left:50%;
    top:inherit;
}
.request_wrap .request:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
	margin-top: inherit;
    border-bottom-color:#FFFFFF;
	border-right-color:transparent;
}
.request_wrap .request:before{
    border-color: rgba(204, 204, 204, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
	margin-top: inherit;
    margin-bottom: 1px;
	margin-right: inherit;
    border-bottom-color:#CCCCCC;
    border-right-color:transparent;
}

.suggestion_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.suggestion_wrap .img {
	width: 100%;
	margin-bottom: 4%;
}
.suggestion_wrap .img img {
	max-width: 100%;
}
.suggestion_wrap .suggestion {
	width: 100%;
}
.works_block h3 {
	display: block;
	width: auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #000;
	padding: 10px 0;
	margin-bottom: 3%;
}
.works_block p.text {
	color: #333;
	font-size: 16px;
	line-height: 200%;
	text-align: left;
}

.works_block .details {
	margin-bottom: 40px;
}

.cost_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.cost_wrap .term {
	width: 100%;
	margin-bottom: 6%;
}
.cost_wrap .cost {
	width: 100%;
}
.cost_wrap .cost table {
	width: 100%;
}
.cost_wrap .cost tr {
	
}
.cost_wrap .cost th {
	width: 50%;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
.cost_wrap .cost td {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

.img_wrap {
	
}
.img_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img_wrap li {
	width: 100%;
	margin-bottom: 20px;
}
.img_wrap li img {
	max-width: 100%;
}




/*------------------------------------------------------------------------

会社案内

------------------------------------------------------------------------*/

#company #main {
	background: url(../../img/company/company_main.jpg) no-repeat center center;
	background-size:cover;
}
#company01,
#company02 {
	padding: 0 3%;
}
#company h2 {
	margin-bottom: 6%;
}
#company table {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}
#company tr {
	
}
#company th {
	display: block;
	width: 100%;
	background: #e6e6e6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
#company td {
	display: block;
	width: 100%;
	font-size: 16px;
	text-align: left;
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}



































































































