@charset "utf-8";

* {
	box-sizing: border-box;
}
body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	color: #333;
	background-color: #eeefef;
}
a {
	transition: 0.3s;
}
a:hover {
	opacity: 0.7;
}

header {
    padding: 10px 20px 20px;
	position: fixed;
    width: 100%;
    z-index: 999;
	background-color: RGBa(255,255,255,0.7);
}
header h1 {
	width: calc(100% - 40px);
	max-width: 300px;
	float: left;
}
header h1 a {
	text-indent: -9999px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 0;
	padding-bottom: 21.7%;
	display: block;
}
header h1 a:hover {
    opacity: 1;
}
header .navBtn {
	font-size: 14px;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 5px 10px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: none;
}
header nav {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
header nav#navsp {
    display: none;
}
header nav ul {
	display: flex;
}
header nav li {
	margin-right: 10px;
	border-right: 1px solid #666;
	padding-right: 10px;
}
header nav li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
header nav a {
	color: #333;
	text-decoration: none;
}
header nav a:hover {
	text-decoration: underline;
}
header nav .fb img {
	width: 18px;
	height: auto;
}
header .comment {
	font-size: 12px;
	float: right;
}

article {
	z-index: 1;
	position: relative;
}
section {
	position: relative;
	width: 100%;
	max-width: 1000px;
	padding: 0 10px;
	margin: 80px  auto;
}

footer {
	color: #fff;
	background-color: #131358;
	padding: 20px 0;
}
footer small {
	text-align: center;
	display: block;
}
footer .info {
	font-weight: thin;
	line-height: 1.8;
	text-align: center;
	padding-bottom: 40px;
}
footer .info img {
	margin-bottom: 20px;
}
article {
    padding-top: 151.59px;
}
#eyecatch {
	max-width: 100%;
    margin: 0;
    padding: 150px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: Url(../img/backimg3.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}
#eyecatch p {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 36px;
    /*color: #96551c;*/
    color: #fff;
}
#eyecatch img {
    width: 100%;
}

section h2 {
	color: #131358;
	font-size: 32px;
	text-align: center;
	margin: 50px 0;
}
section p {
	font-size: 18px;
	line-height: 1.8;
}
section ul {
	list-style: none;
}
#woodbox .comment {
    text-align: center;
}
#about .comment {
	text-align: center;
}
.flowchart h3 {
    font-size: 24px;
    margin-top: 30px;
}
.flowchart>p {
    font-size: 20px;
    margin: 30px 0 5px; 
}
.chart {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.flowchart .chartTwo div:nth-child(odd) {
    background-color: #386b00;
}
.chart div {
    margin-right: 20px;
}
.chart div:last-child {
    margin-right: 0;
}
.chart div:nth-child(odd) {
    width: 30%;
    padding: 15px 10px;
    color: #fff;
    background-color: #126b93;
    border-radius: 5px;
}
.chart .next {
    width: 3.33%;
    display: flex;
    align-self: center;
}
.chart .next img {
    width: 100%;
    max-width: 50px;
    display: block;
}
.chart div p {
	font-size: 14px;
	text-align: center;
}
.chart div p:first-child {
    font-weight: bold;
}

.prof {
    width: 60%;
    margin: 0 auto;
}
.prof p {
    display: flex;
    justify-content: flex-start;
	vertical-align: middle;
}
.prof p span:first-child {
    width: 30%;
    margin-right: 5%;
    font-weight: bold;
}
#woodbox ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}
#woodbox ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
    text-align: center;
}
#woodbox ul li:nth-child(3n) {
    margin-right: 0;
}
#woodbox ul li:nth-child(n + 3) {
    margin-bottom: 0;
}
#woodbox ul li img {
    width: 100%;
}
#works p,
#renov p {
	text-align: center;
	margin-bottom: 20px;
}
#works ul ul,
#renov ul ul {
	display: flex;
	justify-content: space-between;
}
#works ul li li,
#renov ul li li {
	width: 48%;
	margin-bottom: 20px;
}
#works h3 {
	text-align: center;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#works img,
#renov img {
	width: 100%;
	height: auto;
}
#renov li li:hover img:first-child {
	display: none;
}
#renov li li img:nth-child(2) {
	display: none;
}
#renov li li:hover img:nth-child(2) {
	display: block;
}
#works .lnkbtn,
#renov .lnkbtn {
	margin: 50px 0;
}
#works .lnkbtn a,
#renov .lnkbtn a {
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	text-decoration: none;
	background-color: #623100;
	display: block;
	padding: 10px 0;
}

#contact table {
	width: 100%;
}
#contact th,
#contact td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	padding: 20px 0;
	font-weight: normal;
	vertical-align: top;
}
#contact .inquiry {
	color: #fff;
	background-color: red;
	display: inline-block;
	padding: 2px 5px;
	margin-left: 10px;
}
#contact .formTable input,
#contact textarea {
	width: 100%;
	padding: 5px;
}
#contact input[type="reset"],
#contact input[type="submit"],
#contact input[type="button"] {
	color: #fff;
	font-size: 18px;
	background-color: #131358;
	border: none;
	display: inline-block;
	padding: 5px 20px;
	transition: 0.3s;
}
#contact input[type="reset"]:hover,
#contact input[type="submit"]:hover,
#contact input[type="button"]:hover {
	cursor: pointer;
	opacity: 0.7;
}
#contact .annotation {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-bottom :40px;
}

#workspage {
	padding-top: 82px;
	margin-top: 0;
}
#workspage h3 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}
#workspage li {
	margin-bottom: 80px;
}
#workspage li div {
	width: 100%;
	margin-bottom: 20px;
}
#workspage li .photo {
	display: flex;
}
#workspage li .photo img {
	width: 50%;
	height: auto;
}


iframe {
	width: 100%;
	margin: 0 0 20px;
}

/* 汎用 */
.fs30 {font-size: 30px}
.fs28 {font-size: 28px}
.fs26 {font-size: 26px}
.fs24 {font-size: 24px}
.fs22 {font-size: 22px}
.fs22 {font-size: 22px}
.fs20 {font-size: 20px}
.fs18 {font-size: 18px}

.nopc {display: none}
.nosp {display: block}