/* ページ */

body, td, th {
	font-size: 16px;
	font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-display: swap;
	color: #111111;
	margin: 0px;
	}

img {
	border: 0px;
	vertical-align: bottom;
	}

p, a, div, span, font, strong, section, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, label, input, textarea, select, :before, :after {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	}

form {
	margin: 0px;
	}

a:link { color: #111111; text-decoration: none; }
a:visited { color: #111111; text-decoration: none; }
a:hover { color: #111111; text-decoration: none; }
a:active { color: #111111; text-decoration: none; }

@media screen and (min-width: 641px){

img {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

a {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

a:hover {
	opacity: 0.6;
	}

a:hover img {
	opacity: 0.6;
	}

}

@media screen and (max-width: 640px){
	
body, td, th {
	font-size: 14px;
	font-family: "Jost", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

}


/* 全体レイアウト */

.r5 {
	border-radius: 5px;
	overflow: hidden;
	}

.r10 {
	border-radius: 10px;
	overflow: hidden;
	}

@media screen and (min-width: 641px){

#main {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	}

#hbg {
	width: 100%;
	height: 240px;
	margin: 0px 0px 130px 0px;
	position: relative;
	}

#hbg:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#hbg.com {
	background: url(company/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.poi {
	background: url(point/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.woo {
	background: url(wood/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.mod {
	background: url(modelhouse/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.exa {
	background: url(example/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.inq {
	background: url(inquiry/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.pri {
	background: url(privacy/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.lin {
	height: 800px;
	background: url(lineup/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.lin picture img {
	width: 90%;
	max-width: 1113px;
	position: absolute;
	left: 50%;
	top: calc(50% - 90px);
    transform: translate(-50%, -50%);
	z-index: 1;
	}

#hbg.lin #mor {
	margin: 0px;
	position: absolute;
	left: 50%;
	top: calc(50% + 200px);
    transform: translate(-50%, -50%);
	}

#hbg h2 {
	width: 90%;
	font-size: 48px;
	line-height: 120%;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	}

h2.title {
	font-size: 42px;
	line-height: 120%;
	margin: 0px auto 50px auto;
	position: relative;
	}

h2.title font {
	color: #EC6D37;
	}

h2.whi {
	color: #ffffff;
	}

h2.title br {
	display: none;
	}

#new {
	font-weight: bold;
	color: #37A4ED;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	}

#pag {
	width: 100%;
	text-align: center;
	}

#pag a {
	width: 40px;
	height: 40px;
	background: #FFF8F3;
	border-radius: 100%;
	line-height: 40px;
	margin: 0px 10px;
	display: inline-block;
	position: relative;
	}

#pag a:hover {
	background: #EC6D37;
	color: #ffffff;
	opacity: 1;
	}

#pag a.previouspostslink {
	border: none;
	background: none;
	}

#pag a.previouspostslink:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 3px #EC6D37 solid;
	border-right: 3px #EC6D37 solid;
	position: absolute;
    left: 12px;
	top: 50%;
    transform: translateY(-50%) rotate(-135deg);
	}

#pag a.nextpostslink {
	border: none;
	background: none;
	}

#pag a.nextpostslink:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 3px #EC6D37 solid;
	border-right: 3px #EC6D37 solid;
	position: absolute;
    right: 12px;
	top: 50%;
    transform: translateY(-50%) rotate(45deg);
	}

#pag span {
	width: 40px;
	height: 40px;
	background: #EC6D37;
	border-radius: 100%;
	line-height: 40px;
	color: #ffffff;
	margin: 0px 10px;
	display: inline-block;
	}

#fab dl {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	display: table;
	}

#fab dt {
	width: 240px;
	display: table-cell;
	vertical-align: middle;
	}

#fab dt #mor {
	margin: 0px;
	}

#fab dd {
	width: calc((100% - 240px) / 2);
	padding: 0px 0px 0px 30px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	}

#fab dd:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 3px #EC6D37 solid;
	border-right: 3px #EC6D37 solid;
	position: absolute;
    left: 12px;
	top: 50%;
    transform: translateY(-50%) rotate(-135deg);
	}

#fab dd.next {
	padding: 0px 30px 0px 0px;
	text-align: right;
	}

#fab dd.next:before {
	left: auto;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
	}

#fab dd a {
	display: table;
	}

#fab dd a p {
	width: 25.862%;
	display: table-cell;
	}

#fab dd a img {
	width: 100%;
	}

#fab dd a h3 {
	font-size: 16px;
	line-height: 120%;
	padding: 0px 0px 0px 10px;
	display: table-cell;
	vertical-align: middle;
	}

#fab dd.next a h3 {
	padding: 0px 10px 0px 0px;
	}

#mor {
	width: 240px;
	background: #EC6D37;
	border-radius: 25px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
	margin: 50px auto 0px auto;
	text-align: center;
	display: block;
	position: relative;
	}

#mor.big {
	width: 480px;
	border-radius: 40px;
	font-size: 32px;
	line-height: 80px;
	}

#mor.whi {
	background: #ffffff;
	color: #111111;
	}

#mor:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 3px #ffffff solid;
	border-right: 3px #ffffff solid;
	position: absolute;
    right: 22px;
	top: 50%;
    transform: translateY(-50%) rotate(45deg);
	}

#mor.whi:before {
	border-top: 3px #EC6D37 solid;
	border-right: 3px #EC6D37 solid;
	}

}

@media screen and (max-width: 640px){

#main {
	width: 90%;
	margin: 0px 5% 0px 5%;
	}

#hbg {
	width: 100%;
	height: 100px;
	margin: 0px 0px 70px 0px;
	position: relative;
	}

#hbg:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#hbg.com {
	background: url(company/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.poi {
	background: url(point/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.woo {
	background: url(wood/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.exa {
	background: url(example/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.inq {
	background: url(inquiry/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.pri {
	background: url(privacy/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.lin {
	height: 500px;
	background: url(lineup/img/hbg.jpg) no-repeat center;
	background-size: cover;
	}

#hbg.lin picture img {
	width: 90%;
	position: absolute;
	left: 50%;
	top: calc(50% - 50px);
    transform: translate(-50%, -50%);
	z-index: 1;
	}

#hbg.lin #mor {
	margin: 0px;
	position: absolute;
	left: 50%;
	top: calc(50% + 120px);
    transform: translate(-50%, -50%);
	}

#hbg h2 {
	width: 90%;
	font-size: 28px;
	line-height: 120%;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	}

h2.title {
	font-size: 24px;
	line-height: 120%;
	margin: 0px auto 30px auto;
	position: relative;
	}

h2.title font {
	color: #EC6D37;
	}

h2.whi {
	color: #ffffff;
	}

#new {
	font-weight: bold;
	color: #37A4ED;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	}

#pag {
	width: 100%;
	text-align: center;
	}

#pag a {
	width: 40px;
	height: 40px;
	background: #FFF8F3;
	border-radius: 100%;
	line-height: 40px;
	margin: 0px 5px;
	display: inline-block;
	position: relative;
	}

#pag a:hover {
	background: #EC6D37;
	color: #ffffff;
	opacity: 1;
	}

#pag a.previouspostslink {
	border: none;
	background: none;
	}

#pag a.previouspostslink:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 3px #EC6D37 solid;
	border-right: 3px #EC6D37 solid;
	position: absolute;
    left: 12px;
	top: 50%;
    transform: translateY(-50%) rotate(-135deg);
	}

#pag a.nextpostslink {
	border: none;
	background: none;
	}

#pag a.nextpostslink:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 3px #EC6D37 solid;
	border-right: 3px #EC6D37 solid;
	position: absolute;
    right: 12px;
	top: 50%;
    transform: translateY(-50%) rotate(45deg);
	}

#pag span {
	width: 40px;
	height: 40px;
	background: #EC6D37;
	border-radius: 100%;
	line-height: 40px;
	color: #ffffff;
	margin: 0px 5px;
	display: inline-block;
	}

#fab dd {
	display: none;
	}

#mor {
	width: 240px;
	background: #EC6D37;
	border-radius: 25px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
	margin: 30px auto 0px auto;
	text-align: center;
	display: block;
	position: relative;
	}

#mor.big {
	width: 80%;
	border-radius: 30px;
	font-size: 18px;
	line-height: 60px;
	}

#mor.whi {
	background: #ffffff;
	color: #111111;
	}

#mor:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 3px #ffffff solid;
	border-right: 3px #ffffff solid;
	position: absolute;
    right: 22px;
	top: 50%;
    transform: translateY(-50%) rotate(45deg);
	}

#mor.whi:before {
	border-top: 3px #EC6D37 solid;
	border-right: 3px #EC6D37 solid;
	}

}

@media screen and (min-width: 1366px){


}

@media screen and (max-width: 1365px){


}


/* ヘッダー */

@media screen and (min-width: 1366px){

header {
	width: 100%;
	height: 120px;
	position: relative;
	z-index: 2;
	}

header .head {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	}

header .log {
	width: 256px;
	margin: 36px 0px 0px 0px;
	float: left;
	display: block;
	}

header .log img {
	width: 100%;
	}

header .inq {
	margin: 35px 0px 0px 0px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	}

header .inq a {
	width: 200px;
	background: #EC6D37;
    border-radius: 25px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
	margin: 0px 0px 0px 20px;
	text-align: center;
	display: block;
	}

header .inq .tel {
	font-size: 10px;
	}

header .inq .tel p {
	background: url(img/tel01.svg) no-repeat left center;
	background-size: auto 21px;
	font-size: 28px;
	font-weight: bold;
	line-height: 21px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 40px;
	}

nav {
	margin: 50px 20px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	float: right;
	}

nav a {
	font-weight: bold;
	line-height: 120%;
	margin: 0px 20px 0px 0px;
	}

#menubtn,
#menusp {
	display: none;
	}

}

@media screen and (max-width: 1365px){

header {
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 2;
	}

header .head {
	width: 90%;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	}

header .log {
	width: 200px;
	float: left;
	display: block;
	}

header .log img {
	width: 100%;
	}

header .inq {
	width: 100%;
	border-top: 1px #ffffff solid;
	position: fixed;
	left: 0px;
	bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	z-index: 4;
	}

header .inq a {
	width: 50%;
	background: #EC6D37;
	font-weight: bold;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	display: block;
	}

header .inq .tel {
	width: 50%;
	background: #595656;
	height: 60px;
	font-size: 8px;
	color: #ffffff;
	text-align: center;
	}

header .inq .tel p {
	background: url(img/tel02.svg) no-repeat left center;
	background-size: auto 18px;
	font-size: 24px;
	font-weight: bold;
	line-height: 18px;
	margin: 15px auto 5px auto;
	padding: 0px 0px 0px 30px;
	display: table;
	}

#menubtn,
#menubtn.open {
	width: 44px;
	height: 44px;
	background: #EC6D37;
	border-radius: 100%;
	font-size: 8px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: normal;
	padding: 22px 0px 0px 0px;
	text-align: center;
    position: fixed;
    right: 5%;
    top: 8px;
    z-index: 99;
	}

#menubtn.open {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

#menubtn.open p {
	display: none;	
	}

#menubtn .menu__line {
    width: 18px;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
	left: 13px;
    transition: transform .5s;
	}

#menubtn.open .menu__line {
    background: #ffffff;
	}

#menubtn .menu__line--top {
    top: 12px;
	}

#menubtn .menu__line--bottom {
    top: 18px;
	}

#menubtn .menu__line--top.active {
    background: #ffffff;
	left: 13px;
    top: 21px;
    transform: rotate(45deg);
	}

#menubtn .menu__line--center.active {
    transform:scaleX(0);
	}

#menubtn .menu__line--bottom.active {
    background: #ffffff;
	left: 13px;
    top: 21px;
    transform: rotate(135deg);
	}

#menusp {
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: none;
    position: fixed;
	top: 0px;
	z-index: 3;
	}

#menusp .scr {
	height: 100%;
	overflow: auto;
　　overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	}

#menusp .main {
    width: 85%;
    height: 100%;
	margin: 0px auto;
	padding: 120px 0px 0px 0px;
	}

#menusp .spmenu {
	width: 100%;
	margin: 0px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	}

#menusp .spmenu ul {
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	}

#menusp .spmenu ul.lon {
	width: 100%;
	}

#menusp .spmenu h3 {
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 0px;
	}

#menusp .spmenu ol {
	border-left: 1px rgba(255,255,255,0.4) solid;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 10%;
	}

#menusp .spmenu a {
	color: #111111;
	margin: 0px 0px 30px 0px;
	padding: 0px 15px 0px 0px;
	display: table;
	position: relative;
	}

#menusp .spmenu a:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 3px #EC6D37 solid;
	border-right: 3px #EC6D37 solid;
	position: absolute;
    right: 0px;
	top: 50%;
    transform: translateY(-50%) rotate(45deg);
	}

#menusp .sns {
	margin: 0px auto 30px auto;
	display: table;
	}

#menusp .sns a {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	line-height: 40px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	display: inline-block;
	}

#menusp .sns a:last-child {
	margin: 0px;
	}

#menusp .sns img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	}

#menusp .sns .ins {
	background: url(img/icoinsbg.jpg) no-repeat center;
	background-size: cover;
	}

#menusp .sns .fac {
	background-color: #1877F2;
	}

#menusp .sns .fac img {
	width: 18px;
	vertical-align: bottom;
	}

#menusp .sns .lin {
	background-color: #00B700;
	}

#menusp .sns .lin img {
	width: 26px;
	}

header .smenu,
nav {
	display: none;
	}

}

@media screen and (max-width: 1365px) and (min-width: 641px) {

header {
	height: 120px;
	}

header .head {
	padding: 0px;
	}

header .log {
	width: 256px;
	margin: 36px 0px 0px 0px;
	}

#menubtn,
#menubtn.open {
    top: 38px;
	}

}


/* フッター */

@media screen and (min-width: 641px){

footer {
	margin: 130px 0px 0px 0px;
	}

footer .inq {
	width: 100%;
	background: url(img/finqbg.jpg) no-repeat center;
	background-size: cover;
	line-height: 200%;
	color: #ffffff;
	padding: 130px 0px;
	text-align: center;
	position: relative;
	}

footer .inq:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	}

footer .inq span,
footer .inq .tel {
	position: relative;
	z-index: 1;
	}

footer .inq span br:nth-child(1) {
	display: none;
	}

footer .inq .tel {
	font-size: 14px;
	margin: 50px auto 5px auto;
	text-align: left;
	display: table;
	}

footer .inq .tel p {
	background: url(img/tel02.svg) no-repeat left center;
	background-size: auto 42px;
	font-size: 56px;
	font-weight: bold;
	line-height: 42px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 70px;
	display: table;
	}

footer .com {
	width: 100%;
	background: #EC6D37;
	color: #ffffff;
	padding: 130px 0px 50px 0px;
	}

footer .com dl {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 80px auto;
	display: table;
	}

footer .com dt {
	width: 160px;
	display: table-cell;
	vertical-align: top;
	}

footer .com dt img {
	width: 100%;
	}

footer .com dd {
	line-height: 200%;
	padding: 0px 0px 0px 50px;
	display: table-cell;
	vertical-align: middle;
	}

footer .com .tel {
	font-size: 10px;
	}

footer .com .tel p {
	background: url(img/tel02.svg) no-repeat left center;
	background-size: auto 21px;
	font-size: 28px;
	font-weight: bold;
	line-height: 21px;
	margin: 30px 0px 5px 0px;
	padding: 0px 0px 0px 40px;
	}

footer .com .menu {
	margin: 0px auto 130px auto;
	padding: 0px 0px 0px 20px;
	display: table;
	}

footer .com .menu a {
	font-weight: bold;
	color: #ffffff;
	margin: 0px 20px 0px 0px;
	}

#cop {
	text-align: center;
	}

}

@media screen and (max-width: 640px){

footer {
	margin: 70px 0px 0px 0px;
	}

footer .inq {
	width: 100%;
	background: url(img/finqbg.jpg) no-repeat center;
	background-size: cover;
	line-height: 200%;
	color: #ffffff;
	padding: 70px 0px;
	text-align: center;
	position: relative;
	}

footer .inq:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	}

footer .inq span,
footer .inq .tel {
	position: relative;
	z-index: 1;
	}

footer .inq span {
	width: 90%;
	margin: 0px auto;
	display: block;
	}

footer .inq .tel {
	font-size: 12px;
	margin: 30px auto 5px auto;
	text-align: left;
	display: table;
	}

footer .inq .tel p {
	background: url(img/tel02.svg) no-repeat left center;
	background-size: auto 26px;
	font-size: 36px;
	font-weight: bold;
	line-height: 26px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 47px;
	display: table;
	}

footer .com {
	width: 100%;
	background: #EC6D37;
	color: #ffffff;
	padding: 70px 0px 90px 0px;
	}

footer .com dl {
	width: 90%;
	margin: 0px auto 40px auto;
	display: table;
	}

footer .com dt img {
	width: 120px;
	margin: 0px auto 20px auto;
	display: block;
	}

footer .com dd {
	line-height: 200%;
	text-align: center;
	}

footer .com .tel {
	font-size: 10px;
	margin: 30px auto 5px auto;
	text-align: left;
	display: table;
	}

footer .com .tel p {
	background: url(img/tel02.svg) no-repeat left center;
	background-size: auto 21px;
	font-size: 28px;
	font-weight: bold;
	line-height: 21px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 40px;
	}

footer .com .menu {
	margin: 0px auto 70px auto;
	padding: 0px 0px 0px 20px;
	display: table;
	}

footer .com .menu a {
	font-weight: bold;
	line-height: 200%;
	color: #ffffff;
	margin: 0px 20px 0px 0px;
	display: inline-block;
	}

#cop {
	text-align: center;
	}

}
