@charset "UTF-8";
/* ----------------------------------------
common
---------------------------------------- */
.m0 {
	margin: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
a img {
	transition: all 0.3s;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a:link, a:visited {
	color: #434654;
	text-decoration: none;
}
a:hover, a:active {
	color: #434654;
	text-decoration: underline;
}
body {
	background: #FFF;
}
/* ----------------------------------------
topimg
---------------------------------------- */
.bgimg-slider {
	width: 100%;
	height: 80vh;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-title {
	color: #fff;
	font-size: 35px;
	line-height: 1.8;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 5px;
}
/* ----------------------------------------
header
---------------------------------------- */
header {
	height: 90px;
	padding-left: 4%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	width: 100%;
}
header h1 {
	width: 200x;
	float: left;
	padding-top: 30px;
	color: #FFF;
	font-weight: normal;
}
header h1 a {
	font-size: 32px;
	letter-spacing: 3px;
	color: #FFF;
	text-shadow: 0px 0px 10px #000;
}
header h1 a:link, header h1 a:visited {
	color: #FFF;
}
header h1 a:hover, header h1 a:active {
	text-decoration: none;
}
header ul {
	float: right;
	margin-top: 32px;
	margin-right: 20px;
}
header ul li {
	float: left;
	margin-right: 20px;
}
header ul li a {
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1px;
	padding-bottom: 10px;
	display: block;
	transition: .3s;
	position: relative;
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
}
header ul li a:link, header ul li a:visited {
	color: #FFF;
}
header ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FFF;
	transition: .3s;
}
header ul li a:hover::after {
	width: 100%;
}
header ul li a:hover {
	text-decoration: none;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
}
header div {
	float: right;
	width: 175px;
}
header div a {
	display: block;
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	box-sizing: border-box;
	background: #000;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all 1s;
}
header div a:link, header div a:visited {
	color: #FFFFFF;
	font-size: 14px;
}
header div a:hover {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	cursor: pointer;
}
#topimg {
	margin-bottom: 90px;
	overflow: hidden;
}
#topimg_img {
	width: 100%;
	float: right;
}
#topimg img {
	width: 100%;
	height: auto;
}
#topimg_text {
	width: 46%;
	margin-left: 4%;
	position: absolute;
	float: left;
	z-index: 100;
}
#topimg_text .img {
	margin-top: 90px;
	margin-bottom: 40px;
}
#topimg_text .text {
	font-size: 16px;
	line-height: 2em;
}
.scrolldown1 {
	position: absolute;
	left: 50%;
	bottom: 180px;
	height: 50px;
}
.scrolldown1 span {
	position: absolute;
	left: -15px;
	top: -15px;
	color: #eee;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.scrolldown1::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #FFF;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}
@keyframes pathmove {
 0% {
 height:0;
 top:0;
 opacity: 0;
}
 30% {
 height:30px;
 opacity: 1;
}
 100% {
 height:0;
 top:50px;
 opacity: 0;
}
}
/* ----------------------------------------
news
---------------------------------------- */
#news {
	background: url(../images/bg.jpg);
	clear: both;
	box-sizing: border-box;
	padding: 80px 10%;
	overflow: hidden;
}
#news .left {
	float: left;
	width: 25%;
}
#news h2.title {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
#news h2.title span {
	display: block;
	font-size: 12px;
}
#news .list a::before {
	display: inline-block;
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;
	margin-right: 10px;
}
#news ul {
	float: right;
	width: 75%;
	border-top: 1px solid #CCC;
}
#news ul li {
	display: block;
	border-bottom: 1px solid #CCC;
}
#news ul li a {
	display: block;
	padding: 15px 0;
}
#news ul li a span {
	display: inline-block;
	text-align: center;
	border-right: 1px solid #000;
	width: 100px;
	margin-right: 20px;
}
#news ul li .text {
	margin-bottom: 10px;
	font-size: 14px;
}
#news ul li .data {
	margin-bottom: 0px;
	color: #999;
	font-size: 14px;
}
#news ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	cursor: pointer;
}
/* ----------------------------------------
about
---------------------------------------- */
#about dl {
	width: 80%;
	clear: both;
	margin:80px auto 100px;
	overflow:hidden
}
#about dl dt {
	float: left;
	width: 35%;
	margin-top:50px;
}
#about dl.even dt {
	float: right;
	text-align:right;
}
#about dl dt h2.title{
	font-size:40px;
	font-weight:normal;
	line-height:1em;
	margin-bottom:60px;
}
#about dl dt h2.title span{
	font-size:14px;
	display:block;
}
#about dl dt h3.title{
	font-size:35px;
	font-weight:normal;
	margin-bottom:0px;
}
#about dl dt p{
	width:120%;
	background:#FFF;
	padding:80px 50px 80px 0;
	line-height:2.4em;
	float:left;
}
#about dl dd {
	float: right;
	width: 65%;
}
#about dl.even dd {
	float: left;
}
#about dl.even dt p{
	width:120%;
	background:#FFF;
	padding:80px 0 80px 50px;
	float:right;
}
#about dl dd img{
	width:100%;
	height:auto;
}
/* ----------------------------------------
職人紹介
---------------------------------------- */
#person{
	padding:80px 0;
	background: url(../images/bg.jpg);
}
#person h2.title{
	text-align:center;
	font-size:40px;
	font-weight:normal;
	line-height:1em;
	margin-bottom:60px;
}
#person h2.title span{
	font-size:14px;
	display:block;
}
#person dl{
	width: 80%;
	clear: both;
	margin:40px auto;
	overflow:hidden
}
#person dl dt{
	width:49%;
	float:left;
	background:#FFF;
}
#person dl dd{
	width:49%;
	float:right;
	background:#FFF;
}
#person dl img{
	width:100%;
	height:auto;
}
#person div.text{
	padding:20px;
}	
#person dl p{
	margin-bottom:10px;
	text-align:left;
	font-size:14px;
}
#person dl h3{
	margin-bottom:10px;
	font-weight:normal;
	font-size:18px;
	text-align:left;
}
/* ----------------------------------------
施工事例
---------------------------------------- */
#works{
	padding:80px 0;
}
#works h2.title{
	text-align:center;
	font-size:40px;
	font-weight:normal;
	line-height:1em;
	margin-bottom:60px;
}
#works h2.title span{
	font-size:14px;
	display:block;
}
#works ul{
	width: 80%;
	clear: both;
	margin:40px auto 40px;
	overflow:hidden;
	letter-spacing: -.4em;
}
#works ul li{
	display: inline-block;
    letter-spacing: normal;
	width:32%;
	background:#FFF;
	vertical-align:top;
	margin-right:2%;
	text-align:left;
}
#works ul li:last-child{
	margin-right:0;
}
#works ul li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
#works ul li p{
	text-align:left;
	font-size:14px;
}
.button{
	width:250px;
	margin:auto;
}
.button a{
    position: relative;
    display: inline-block;
	border:1px solid #000;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
}
.button a::after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #000;
    border-right: solid 1px #000; 
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
}
/* ----------------------------------------
会社案内
---------------------------------------- */
#company{
	padding:80px 0;
	background: url(../images/bg.jpg);
}
#company h2.title{
	text-align:center;
	font-size:40px;
	font-weight:normal;
	line-height:1em;
	margin-bottom:60px;
}
#company h2.title span{
	font-size:14px;
	display:block;
}
#company ul{
	width: 80%;
	clear: both;
	margin:40px auto 40px;
	overflow:hidden;
	letter-spacing: -.4em;
}
#company ul li{
	display: inline-block;
    letter-spacing: normal;
	width:32%;
	vertical-align:top;
	margin-right:2%;
	text-align:left;
}
#company ul li:last-child{
	margin-right:0;
}
#company ul li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
#company ul li p{
	text-align:left;
	font-size:14px;
}
#company .table {
    width: 80%;
	margin:auto;
    margin-bottom: 20px;
	border-top:1px solid #CCC;
}
.table th {
    color: #FFF;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    width: 25%;
    box-sizing: border-box;
    padding: 10px 20px;
    background: #000;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    font-weight: normal;
}
.table td {
    color: #000;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
    width: 75%;
    box-sizing: border-box;
    padding:10px 20px;
    border-bottom: 1px solid #CCC;
}
/* ----------------------------------------
お問い合わせ
---------------------------------------- */
#contactbody{
	padding:80px 0;
	background:#000;
	clear:both;
}
#contactbody h2.title{
	text-align:center;
	font-size:40px;
	font-weight:normal;
	line-height:1em;
	margin-bottom:40px;
	color:#FFF;
}
#contactbody h2.title span{
	font-size:14px;
	display:block;
	color:#FFF;
}
#contactbody p{
	font-size:14px;
	color:#FFF;
	margin-bottom:40px;
	text-align:center;
}
#contactbody dl{
	width: 80%;
	clear: both;
	margin:40px auto;
	overflow:hidden;
	text-align:center;
}
#contactbody dl dt{
	width:300px;
	display:inline-block;
	height:80px;
	border:1px solid #FFF;
	vertical-align:top;
	margin-right:40px;
}
#contactbody dl dd{
	width:300px;
	display:inline-block;
	height:80px;
	border:1px solid #FFF;
	vertical-align:top;
}
#contactbody dl dt a{
	color:#FFF;
	display:block;
	height:80px;
	line-height:20px;
	padding-top:20px;
	font-size:22px;
	letter-spacing:2px;
}
#contactbody dl dt a::before{
	content: '';
	background:url(../images/icon01.gif) no-repeat left top;
	display:inline-block;
	height:18px;
	width:18px;
	background-size:18px;
	margin-right:10px;
}
#contactbody dl dd a{
	color:#FFF;
	display:block;
	height:80px;
	line-height:80px;
	font-size:16px;
}
#contactbody dl dd a::before{
	content: '';
	background:url(../images/icon02.gif) no-repeat left 5px;
	display:inline-block;
	height:18px;
	width:18px;
	background-size:18px;
	margin-right:10px;
	margin-top:10px;
}
#contactbody dl dt span{
	color:#FFF;
	font-size:12px;
	display:block;
	letter-spacing:0;
}

/* ----------------------------------------
contact
---------------------------------------- */
#contact {
	width: 85%;
	margin: 0 auto 90px;
	overflow: hidden;
}
#contact dt {
	float: left;
	width: 48%;
	text-align: center;
}
#contact dt a {
	display: block;
	background: #434654;
	height: 160px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 50px;
	color: #FFF;
	-webkit-transition: all .1s;
	transition: all 1s;
}
#contact dd {
	float: right;
	width: 48%;
	text-align: center;
}
#contact dd a {
	display: block;
	background: #495443;
	height: 160px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 50px;
	color: #FFF;
	-webkit-transition: all .1s;
	transition: all 1s;
}
#contact dt a img, #contact dd a img {
	margin-bottom: 10px;
}
#contact dt a:hover, #contact dd a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	cursor: pointer;
}
/* ----------------------------------------
footer
---------------------------------------- */
footer {
	clear: both;
	background: #f0f1f5;
	padding: 60px 10% 30px;;
	box-sizing: border-box;
	overflow: hidden;
}
footer #left {
	width: 40%;
	float: left;
}

footer #left #flogo {
	font-size:30px;
	margin-bottom:20px;
	letter-spacing:2px;
}
footer #left #address {
	color: #FFF;
	float: left;
}
footer #right {
	width: 60%;
	float: right;
}
footer #right ul {
	float: right;
	margin-bottom:20px;
	clear:both;
}
footer #right ul li {
	display:inline-block;	
	margin-left: 20px;
}
footer #right p {
	text-align: right;
	font-size: 12px;
	clear: both;
	color: #000;
}
#map{
	height:450px;
}
/* ----------------------------------------
pagetop
---------------------------------------- */
.page-top {
	margin: 0;
	padding: 0;
	display: none;
}
.page-top p {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 16px;
	bottom: 16px;
}
.move-page-top {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	background: #000;
	border: 1px solid #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.move-page-top:hover {
	opacity: 0.85;
	text-decoration: none;
}
