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

html {
    font-family: "Noto Sans Japanese", "Yu Gothic Medium", "渃NゃGゃLック Medium", YuGothic, "渃NゃGゃLック体", "ヒラゃノ@ゴ Pro W3", "チBめAッFゃF", sans-serif;
    font-size: 62.5%;
    line-height: 100%;
	background: #F7F8F2;
}

body {
}

a:hover img {
	cursor: pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity: 0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity: 0.6;
	zoom: 1;
    transition: all 0.3s, all 0.3s;
}

.video{
	position:relative;
	padding-top:56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe{
  position:absolute;
  top:0;
  left: 0;
  width:100%;
  height:100%;
}

#top-head #global-nav{
		display:none;
}

.wrap {
	box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
	margin:0 auto 100px;
	padding:20px 20px 35px;
	background: #fff;
}

/* page-theme */
h1.page-theme {
    text-align: center;
    font-size: 3.6rem;
	font-family: "Noto Sans Japanese", "Yu Gothic Medium", "渃NゃGゃLック Medium", YuGothic, "渃NゃGゃLック体", "ヒラゃノ@ゴ Pro W3", "チBめAッFゃF", sans-serif;
	font-weight:500;
	letter-spacing: 0.1em;
    text-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    line-height: 1.4;
    margin: 0 0 1rem 0;
	padding:0;
}
h1.page-theme span{
    font-size: 2.8rem;
}


/*header*/
#top-head {
    width: 1000px !important;
    margin: 0 auto;
    padding: 5px 0 0 0 !important;
}

h1.top-reader-txt {
    text-align: center;
    font-size: 3.6rem;
	font-family: "Noto Sans Japanese", "Yu Gothic Medium", "渃NゃGゃLック Medium", YuGothic, "渃NゃGゃLック体", "ヒラゃノ@ゴ Pro W3", "チBめAッFゃF", sans-serif;
	font-weight:500;
	letter-spacing: 0.1em;
    text-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    line-height: 1;
    margin: 50px 0 0;
    background: linear-gradient(0deg, #756215, #AD8B0D);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2.top-reader-txt {
	color:#5F4A0B;
    text-align: center;
    font-size: 2.8rem;
    font-family: "渃N明朝","Sawarabi Mincho","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","Sawarabi Mincho","チBめAッFゃF",Meiryo,serif;
    text-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    line-height: 1;
    margin: 40px 0;
}

.width-full {
    width: 100%;
	margin-bottom:100px;
}
.width-full:last-child {
	margin-bottom:0;
}

/* footer */
footer {
    width: 100%;
	font-size:1.4rem;
	line-height:90px;
	background: #fff;
	text-align: center;
}

/*============================
#page_top
ペーゃNぃ先@ぃN戃Tる
============================*/
#page_top {
	position: fixed;
	bottom: 90px;
	right: 20px;
	z-index: 100;
	display: none;
}
#page_top a {
    display: block;
    background: #C9C9C9;
    height: 50px;
    width: 50px;
    /* border-radius: 50%; */
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    text-decoration: none;
    color: #ffffff;
    /* border: 3px solid #ffffff; */
    transition: all 0.3s, all 0.3s;
}
#page_top a:hover {
	background: #f9a300;
}

#page_top a span {
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    transform: rotate(45deg);
    position: relative;
    top: 20px;
    /* left: 15px; */
    border-right: 0;
    border-bottom: 0;
    margin: 0 auto;
}

/* パンくずッFゃPト */
.breadcrumb-wrap {
    margin: 10px 0;
}

.breadcrumb {
    width: 100%;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 120%;
    padding: 0px 0;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;


}

.breadcrumb ul li {
    color: #555555;
    margin: 0;
}

.breadcrumb ul li a {
    color: #333333;
}

.breadcrumb ul li + li:before {
    content: ">";
    margin: 0 5px 0px 7px;
}


/* 汎用 */
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}

.sec-title {
	box-sizing: border-box;
	display: block;
	margin:0 0 20px;
	padding:1px 0 1px 20px;
	font-family: "渃N明朝","Sawarabi Mincho","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","Sawarabi Mincho","チBめAッFゃF",Meiryo,serif;
	font-weight:normal;
	font-size:32px;
	line-height:1;
	border-left:#C49C07 1px solid;
	height:60px;
}
.sec-title span{
	display: block;
	padding-top:8px;
	font-size:16px;
	color:#666;
}

.main-visual img {
	width:100%;
	max-width:960px;
	height:auto;
}

/* project-intro */

#project-intro {
	width:100%;
	max-width:860px;
	margin:50px auto 50px;
}

#project-intro h1 {
    text-align: center;
    font-size: 3.4rem;
	font-family: "Noto Sans Japanese", "Yu Gothic Medium", "渃NゃGゃLック Medium", YuGothic, "渃NゃGゃLック体", "ヒラゃノ@ゴ Pro W3", "チBめAッFゃF", sans-serif;
	font-weight:500;
	letter-spacing: 0.1em;
    text-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    line-height: 1;
    margin: 50px 0 0;
    background: linear-gradient(0deg, #756215, #AD8B0D);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#project-intro h2 {
	color:#5F4A0B;
    text-align: center;
    font-size: 2.6rem;
    font-family: "渃N明朝","Sawarabi Mincho","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","Sawarabi Mincho","チBめAッFゃF",Meiryo,serif;
    text-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    line-height: 1;
    margin: 40px 0;
}

#project-intro hr{
	margin:20px auto;
	border-color: #CDCDCD;
}

#project-intro p{
	margin:1em auto;
    font-size: 1.6rem;
	line-height:2;
}

.members {
	width:90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin:0 auto;
	padding:0;
}
.members li{
	list-style: none;
	margin:5px 10px;
	padding:0;
}
.members li img{
	width:100%;
	max-width:150px;
	height:auto;
}

/* sec-rough */

#sec-rough {
	
}

#sec-rough p{
	width:90%;
	margin:1em auto;
    font-size: 1.6rem;
	line-height:2;
}

#sec-rough hr{
	width:80%;
	height: 0;
	margin: 30px auto;
	padding: 0;
	border: 0;
	background-color: #fff;
	border-top: 1px dashed #bbb;
}

.intro-rough {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin:0 auto;
	padding:0;
	width:90%;
}
.intro-rough li{
	flex: 1 0 260px;
	list-style: none;
	margin:0;
	padding:8px;
	width:30%;
	text-align: center;
}
.intro-rough img{
	width:100%;
	height:auto;
}

.name-rough {
	margin:0;
	padding:0;
	text-align: center;
	font-family: "渃N明朝","Sawarabi Mincho","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","Sawarabi Mincho","チBめAッFゃF",Meiryo,serif;
}
.name-rough dt{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:1.8rem;
	line-height:1;
	color:#B20000;
}
.name-rough dd{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:3.2rem;
	line-height:1.6;
}

.tbl-rough{
	
}
table.tbl-rough {
	border-collapse: collapse;
	width: 100%;
	max-width:700px;
	margin:24px auto;
	border:#E5E5E5 1px solid;
}
.tbl-rough th,
.tbl-rough td {
 	padding: 1rem 2rem;
 	text-align: center;
	border:#E5E5E5 1px solid;
	font-size: 1.4rem;
	line-height:1.6;
}
.tbl-rough th {
  font-weight: normal;
  background: #F6F6F6;
}

/* #sec-construction */

.photogallery{
	margin:24px 0 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.photo {
	position: relative;
	width: 31%;
	height: auto;
	margin: 1%;
	overflow: hidden;
}
.photo-long {
	position: relative;
	width: 62%;
	height: auto;
	margin: 1%;
	overflow: hidden;
}
.photo:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.photo-long:before {
	content: "";
	display: block;
	padding-top: 50%;
}
.inner {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
.inner img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

/* #sec-contact */

#sec-contact{
	/* padding-bottom:30px; */
}

#sec-contact p{
    margin: 1em auto;
    text-align: center;
    font-size: 1.8rem;
	line-height:2;
}

#sec-contact .btn-flat-simple {
	position: relative;
	display: block;
	width:100%;
	max-width:10em;
	font-family: "渃N明朝","Sawarabi Mincho","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","Sawarabi Mincho","チBめAッFゃF",Meiryo,serif;
	margin:3rem auto 6rem;
	padding: 1.5rem 5rem;
	text-decoration: none;
	font-size: 3.0rem;
	font-weight:bold;
	color: #ffffff;
	background: #7a3e7b;
	transition: .4s;
	text-align: center;
	line-height: 100%;
}

#sec-contact .btn-flat-simple:hover {
	  background: #ff9900;
}

#sec-corporate {
	border-top:#ccc 2px dotted;
	padding:50px 0 0;
	text-align: center;
}

#sec-corporate .btn-flat-simple {
	position: relative;
	display: block;
	width:80%;
	max-width:14em;
	font-family: "渃N明朝","Sawarabi Mincho","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","Sawarabi Mincho","チBめAッFゃF",Meiryo,serif;
	margin: 0rem auto 6rem auto;
	padding: 1.5rem 3rem;
	text-decoration: none;
	font-size: 2.0rem;
	font-weight:bold;
	color: #a326a5;
	/* background: #986699; */
	transition: .4s;
	text-align: center;
	line-height: 100%;
}

#sec-corporate .btn-flat-simple:hover {
	  opacity: 0.9;
	  transition: .4s;
}
section#sec-corporate img {
    display: block;
    margin: 0 auto;
    transition: .4s;
}

/* #sec-craftsman */
#sec-craftsman .box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding:20px;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
}
#sec-craftsman .box .img {
	width:350px;
	margin: 0 20px 0 0;
	text-align: center;
}
#sec-craftsman .text-box{
  width:calc(100% - 370px);
}
@media screen and (max-width: 640px) {

	#sec-craftsman .box .img {
		order:1;
		margin: 0 auto 10px;
	}
	#sec-craftsman .text-box{
		order:2;
		width:500px;
		margin: 0 auto;
	}
}
#sec-craftsman h2{
	margin:0;
	font-family: "渃N明朝","Sawarabi Mincho","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","Sawarabi Mincho","チBめAッFゃF",Meiryo,serif;
    font-size: 2.4rem;
	color:#906E02;
	line-height:1.6;
}

#sec-craftsman p{
	margin:1em auto;
    font-size: 1.6rem;
	line-height:2;
}

/* #sec-project */

#sec-project .box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding:20px;
	flex-direction: row-reverse;
}
#sec-project .box .img {
  margin: 0 0 0 20px;
}

#sec-project .text-box{
  width:calc(100% - 340px);
}

#sec-project h2{
	margin:0 0 0 1rem;
	font-family: "渃N明朝","Sawarabi Mincho","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","Sawarabi Mincho","チBめAッFゃF",Meiryo,serif;
    font-size: 2rem;
	color:#906E02;
	line-height:1.6;
}

#sec-project p{
	margin:1em auto;
    font-size: 1.6rem;
	line-height:2;
}

/* sec-safety */

#sec-safety dl{
	width:90%;
	margin:1em auto;
	font-family: "渃N明朝","Sawarabi Mincho","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","Sawarabi Mincho","チBめAッFゃF",Meiryo,serif;
}
#sec-safety dl dt{
	font-weight: bold;
	margin:1rem 0 0 0;
    font-size: 2.4rem;
	line-height:1.6;
}
#sec-safety dl dd{
	margin:0.5rem 0 2rem 3rem;
    font-size: 1.8rem;
	line-height:1.6;
}

/* facility */

#sec-facility img{
	width:100%;
	height:auto;
}

.tbl-facility {
	width:90%;
	margin: 12px auto;
    font-size: 1.6rem;
	line-height:1.4;
}
.tbl-facility th {
	background: #F7F5E7;
	padding: 5px 1em;
	font-weight:normal;
}
.tbl-facility td {
	background: #fefefe;
	padding: 5px 1em;
}
.tbl-facility ul{
	list-style:none;
	margin:0;
	padding:0;
}

@media screen and (min-width: 960px) {
	
	#top-mobile-view{
		display: none;
	}
}

@media screen and (min-width: 640px) {
	.br-mobile {
		display: none;
	}
}

@media screen and (max-width: 640px) {

	#sec-project .box .img {
		order:1;
		margin: 0 auto 10px;
	}
	#sec-project .text-box{
		order:2;
		width:100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 640px) {

	#top-head #global-nav{
		display:block;
	}

	#top-pc-view{
		display: none;
	}

	.wrap {
		width: 100%;
		padding:0;
	}

	header#top-head {
		width: 100% !important;
		padding: 0 !important;
		height: 0;
		position: relative;
	}

	.header-left {
		width: 100%;
		text-align: left;
		margin: 0 0 0 0;
		padding: 0 55px 0 5px;
	}

	.header-center {width: 100%;top: 0;margin: 0 0 0px 0;}

	.header-center a {
		width: 33%;
		min-width: 130px;
	}

	.header-right {
		width: 100%;
		margin: 0;
	}

	address.tel {
		text-align: center;
		justify-content: center;
	}

	ul.contact-list {
		width: 50%;
		margin: 0 auto;
		min-width: 250px;
	}

	.header-intro {
		line-height: 145%;
		font-size: 115%;
	}

	.main-visual {
		position: relative;
		transition: .5s ease-in-out;
	}
  
	.fixed ~ .main-visual {
		margin: 10px 0 0 0;
    	transition: .5s ease-in-out;
	}

	h1.page-theme {
		font-size: 2.4rem;
	}
	h1.page-theme span{
		font-size: 1.8rem;
	}
	
	h2.top-reader-txt {
		padding: 20px 20px;
		font-size: 2.0rem;
		line-height: 150%;
		margin: 10px auto 10px auto;
		text-align: left;
	}

	h2.top-reader-txt br {
		display: none;
	}

	footer {
		padding: 20px 0 20px 0;
	}

	.footer-inner {
		width: 95%;
		margin: 0 auto;
		min-width: 300px;
	}

	.footer-logo {
		margin: 0 auto;
	}

	.footer-logo a {
		margin: 0 auto;
	}

	.footer-logo address {
		width: 100%;
		text-align: center;
	}

	.footer-left-wrap {
		width: 100%;
		margin: 0 0 0 0;
	}

	.footer-contact {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.footer-contact address.tel {
		line-height: 100%;
	}

	.footer-contact a.btn-mail {
		line-height: 100%;
		padding: 10px 0 10px 0;
		display: block;
		width: 75%;
		min-width: 250px;
	}

	.footer-contact a.btn-mail span {
		margin: 0;
	}

	.footer-map {
		width: 100%;
		height: 200px;
		margin: 10px 0 0 0;
	}

	.footer-right {
		margin: 20px 0 0 0;
		justify-content: center;
	}

	  ul.footer-page-list li + li {
		margin-top: .5em;
	}

	footer + small {
		min-width: 300px;
	}

	  #page_top {
		right: 0;
		bottom: 0;
	}

	.tbl-facility {
    	width: 80%;
  	}
  	.tbl-facility th,
  	.tbl-facility td {
    	display: block;
    	width: 100%;
  	}
	.tbl-facility ul li:before{
    	content:  "ッT";
		margin-right:3px;
		display: inline-block;
  	}
	
	#project-intro h1 {
		text-align: center;
		font-size: 2.4rem;
		line-height:1.5;
		margin:0 auto 20px;
	}
	#project-intro h2 {
		text-align: center;
		font-size: 1.8rem;
		line-height:1.8;
		margin:0 auto 10px;
	}
	#project-intro p {
		padding-left:2rem;
		padding-right:2rem;
	}

	#sec-contact .btn-flat-simple {
		font-size: 2rem;
	}
	
	#sec-corporate {
		padding-bottom:30px;
	}
	#sec-corporate .btn-flat-simple {
		font-size: 2rem;
	}
	
	.members li img{
		max-width:100px;
	}
}
