@charset "utf-8";
/* CSS Document */

/*for seo*/
/*
body>div>header>h1{
	width:120px;
	height:40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo.png) no-repeat;
	background-size:100%;
}
*/

/*
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
-webkit-font-smoothing: antialiased;
*/

/*
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
*/




/************/
/*common*/
/************/

body {
	width:100%;
	color:#3E3A39;/*K90%*/
	background-color:#ffffff;
	font-family: "ゴシックMB101 R", "Gothic MB101 Regular", "NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:normal;
	font-weight:400;/*100〜900*/
	font-size:12px;
	line-height:12px;
	letter-spacing:2px;
}

section#main {
	margin: 100px auto 50px auto;
}

section#main>h1 {
	width: 80%;
	margin: 6% auto 0 auto;
	display:none;
}

section#main>h1>img {
	display:block;
}

section#main_sp {
	width: 80%;
	margin: 6% auto 0 auto;
}

section#main_sp>h1>img {
	display:block;
}

body>div {
	width: 80%;
	margin: 0 auto 50px auto;
}

body>div>header {
	width: 80%;
	margin: 0 auto 0 auto;
	background-color: #fff;
	position: fixed;
	top: 0;
}

body#sub>header {
	width: 80%;
	margin: 100px auto 0 auto;
}

body>div>header>h1 {
	width:180px;
	height:50px;
	margin: 20px 0;
	position: relative;
}

body>div>header>h1>a.up {
	display: block;
	width:180px;
	height:50px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo_w.png) no-repeat;
	background-size:100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	opacity:1.0;
}

body>div>header>h1>a.up:hover {
	display: block;
	width:180px;
	height:50px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo_b.png) no-repeat;
	background-size:100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}


body>div>header>h1>a.down {
	display: block;
	width:180px;
	height:50px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo_b.png) no-repeat;
	background-size:100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 1.0;
}

body>div>header>h1>a.down:hover {
	display: block;
	width:180px;
	height:50px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo_b.png) no-repeat;
	background-size:100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 1.0;
}

body>div>header>nav {
	display: none;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}

li.pc {
	display: none;
}

body>div>header>nav>ul>li {
	font-size:10px;
	margin: 0 0 15px 0;
}

body>div>header>nav>ul>li:first-child {
	margin-left: 0;
}

body>div>header>nav>ul>li>a {
	color:#3E3A39;/*K90%*/
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>div>header>nav>ul>li>a:hover {
	color:#3E3A39;/*K90%*/
	opacity: 0.6;opacity:0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>div>header>nav>ul>li>a>span {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
}

body>div>header>p {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 6%;
	display: none;
}

body>div>article {
	width: 100%;
	margin-top: 40px;
	background-color: #000;
}

body>div>article>a {
	display: block;
	width: 100%;
	height: 100%;
	opacity:1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 0 auto;
}

body>div>article>a:hover {
	display: block;
	opacity:0.6;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 0 auto;
}

body#sub>header {
	width: 100%;
	margin: 0 auto 0 auto;
	background-color: #fff;
	position: fixed;
	top: 0;
}

body#sub>header>h1 {
	width:180px;
	height:50px;
	margin: 20px 0 0 10%;
	position: relative;
}

body#sub>header>h1>a.up {
	display: block;
	width:180px;
	height:50px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo_w.png) no-repeat;
	background-size:100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	opacity:1.0;
}

body#sub>header>h1>a.up:hover {
	display: block;
	width:180px;
	height:50px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo_b.png) no-repeat;
	background-size:100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}


body#sub>header>h1>a.down {
	display: block;
	width:180px;
	height:50px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo_w.png) no-repeat;
	background-size:100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 1.0;
}

body#sub>header>h1>a.down:hover {
	display: block;
	width:180px;
	height:50px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo_b.png) no-repeat;
	background-size:100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 1.0;
}

body#sub>header>nav {
	display: none;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}

body#sub li.pc {
	display: block;
}

body#sub #iphone_nav li.pc {
	display: none;
}

body#sub>header>nav>ul>li {
	float: left;
	margin: 0 10px 0 0;
	font-size: 10px;
}

body#sub>header>nav>ul>li:first-child {
	margin-left: 0;
}

body#sub>header>nav>ul>li>a {
	color:#3E3A39;/*K90%*/
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body#sub>header>nav>ul>li>a:hover {
	color:#3E3A39;/*K90%*/
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body#sub>header>nav>ul>li>a>span {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
}

body#sub>header>p {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 6%;
}


/************/
/*news*/
/************/

section#news {
	width: 80%;
	margin: 100px auto;
}

section#news>article {
	width: 100%;
	float: none;
	margin-right: 0%;
	margin-bottom: 80px;
}

/*
section#news>article:nth-child(3),section#news>article:nth-child(6),section#news>article:nth-child(9),section#news>article:nth-child(12) {
	width: 32%;
	float: left;
	margin-right: 0%;
}
*/

section#news>article>a {
	color:#3E3A39;/*K90%*/
	position: relative;
	display: block;
	height: 100%;
}

section#news>article>a>p.day {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	margin: 15px 0 10px 0;
}

section#news>article>a>h2 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 15px;
}

section#news>article>a>p.content {
	line-height: 22px;
}

section#news>article>a>div {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	-webkit-font-smoothing: antialiased;
}

section#news>article>a:hover>div {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	-webkit-font-smoothing: antialiased;
}

section#news>article>a>div>p {
	position: absolute;
	top:48%;
	width: 100%;
	color:#fff;
	text-align: center;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}

section#news>article>a:hover>div>p {
	position: absolute;
	top:50%;
	width: 100%;
	color:#fff;
	text-align: center;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}

section#news>article>a>div>p>span {
	display: block;
	width: 50px;
	height: 1px;
	background-color: #fff;
	margin: 20px auto 0 auto;
}

/************/
/*news_single*/
/************/

section#news_single {
	width: 80%;
	margin: 100px auto;
}

section#news_single>article {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #ccc solid;
}

section#news_single>article>img {
	width: 100%;
}

section#news_single>article>div {
	width: 100%;
	margin-top: 30px;
}

section#news_single>article>div>header {
	width: 100%;
	float: none;
}

section#news_single>article>div>header>p.day {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	margin: 0 0 10px 0;
}

section#news_single>article>div>header>h2 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 15px;
}

section#news_single>article>div>p.content {
	width: 100%;
	float: none;
	line-height: 22px;
}

footer>nav {
	width: 100%;
	margin: 0 auto;
}

p.prev>a {
	display: block;
	width:100px;
	height:40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/prev.png) no-repeat;
	background-size:100%;
	float: left;
}

p.next>a {
	display: block;
	width:100px;
	height:40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/next.png) no-repeat;
	background-size:100%;
	float: right;
}

div#iphone_nav ul {
	margin-top: 30px;
}

div#iphone_nav li {
	margin-bottom: 15px;
	font-size: 10px;
}

div#iphone_nav a {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	color:#3E3A39;/*K90%*/
}

div#iphone_nav p {
	border-top: 1px #ccc solid;
	padding-top: 50px;
	margin: 50px auto 0 auto;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 1px;
}

/************/
/*works*/
/************/

section#works {
	width: 100%;
	margin: 50px auto;
	background: #EEECEB;
}

article.bricklayer {
	width: 80%;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

article.bricklayer a {
	display: block;
	margin-bottom: 80px;
}

article.bricklayer a>img {
	display: block;
	margin-bottom: 20px;
}

article.bricklayer a>h2 {
	color:#3E3A39;/*K90%*/
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 15px;
	overflow-wrap:break-word;
}

article.bricklayer a>h2>span {
	display: block;
	color:#3E3A39;/*K90%*/
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
}

article.bricklayer a>h3 {
	color:#3E3A39;/*K90%*/
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 8px;
	letter-spacing: 0;
}

/*bricklayer*/
.bricklayer-column {
	width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0px;
  padding-right: 30px;
}

.bricklayer-column:nth-child(3) {
	width: 40%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0px;
  padding-right: 0px;
}

/************/
/*contact*/
/************/

section#contact {
	width: 80%;
	margin: 150px auto;
}

section#contact article.contact_left {
	width:100%;
}

section#contact article.contact_right {
	width:100%;
}

section#contact dt {
	margin-bottom: 10px;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}

section#contact dl {
	margin-bottom: 30px;
}

section#contact dd textarea {
	width: 95%;
	border-radius: 0;
	-webkit-appearance: none;
}

input {
	width: 95%;
	border-radius: 0;
	-webkit-appearance: none;
}

input.form_btn {
	display: block;
	width:150px;
	padding: 10px;
	text-align: center;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 20px auto;
	background-color:#ffffff;
	border:1px #000 solid;
	box-shadow: none;
}

input.form_btn:hover {
	display: block;
	width:150px;
	padding: 10px;
	text-align: center;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 20px auto;
	background-color:#000000;
	border:1px #000 solid;
	box-shadow: none;
	color:#ffffff;
	cursor: pointer;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border:1px #000 solid;
}

.complete {
	line-height: 30px;
}

footer.for_sp {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 50px;
	text-align: center;
}