@charset "utf-8";


html {
	height: 100%;
}
body {
	height: 100%;
}
#wrap {
	height: 100%;
}
#header {
	background: transparent url(images/top_kv01.jpg) center 0 no-repeat;
	-webkit-background-size: auto calc(100% - 90px);
	background-size: auto calc(100% - 90px);
	height: 100%;
	position: relative;
}
#header .inner {
	height: 90px;
	bottom: 0;
	padding: 0;
	position: absolute;
}
#g_nav {
}
.btn_view {
	position: absolute;
	bottom: 127px;/* 古きブラウザのために */
	bottom: calc((100% - 90px) * .056 + 90px);
	left: 50%;
	width: 100%;
	margin: 0;
	margin-left: -50%;
	text-align: center;
}
.btn_view a {
	display: inline-block;
	position: relative;
	width: 106px;
}
.btn_view a:before {
	border-top: 1px solid #b28955;
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 0;
	right: 0;
	transform: scale(0,1);
	transition: transform 0.35s;
	width: 106px;
}
.btn_view a:hover:before {
	opacity: 1;
	transform: scale(1);
}
.btn_view a img {
}
.btn_view a:hover img {
	opacity: 1;
}

#main {
	padding-bottom: 0;
}
section {
	margin-bottom: 0;
	padding: 30px 0 60px;
}
section .inner {
	padding: 0;
}
.con_nav .inner {
	width: 980px;
}
.con_nav ul {
	font-size: 0;
	margin-right: -40px;
	list-style: none;
	text-align: center;
}
.con_nav li {
	display: inline-block;
	font-size: 1px;
	margin-right: 40px;
	position: relative;
	z-index: 1;
}
.con_nav li a {
	display: block;
	text-align: center;
}
.con_nav li a:hover img {
	opacity: 1;
}
#craftsman {
	background: #000 url(../common/images/bg_pic.png) center top no-repeat;
	padding-top: 48px;
}
#craftsman .inner {
}
#craftsman h2 {
	margin: 4px 0 58px;
	padding: 0;
}
#craftsman li a img{
	box-shadow:rgba(0, 0, 0, 1) 0px 2px 6px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 1) 0px 2px 6px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 1) 0px 2px 6px 2px;
	border-radius: 5px;
}
#news {
	border-top: 1px solid #b28955;
}
#news ul {
	margin: 0 35px;
	list-style: none;
}
#news li {
	border-bottom: 1px dotted #dfdfdf;
	line-height: 145%;
	padding: 14px 12px;
}
#news li:first-child {
	border-top: 1px dotted #dfdfdf;
}
#news time {
	color: #b28955;
	font-size: .875em;
	display: inline-block;
	width: 8.5em;
}
#news a {
}
