@charset "UTF-8";
@import url("slick-1.8.1/slick/slick-theme.css");
@import url("slick-1.8.1/slick/slick.css");
/* CSS Document */

html{
  scroll-behavior: smooth;
}

*{margin:0;
padding:0;
box-sizing: border-box;}

img { 
	width: 100%;
	max-width: 100%;
	height: 100%;
	vertical-align: middle;
z-index: 10;}

body{
	margin-right: auto;
	margin-left: auto;
	max-width:1200px;
	min-width: 1024px;
margin-bottom: 0px;}

header{max-width:1200px;
	min-width: 1024px;
	position: fixed;
	background-color: rgba(255,255,255,0.85);
	z-index: 1000;
height:60px;}

.home{margin-top: 60px;}

.site-logo{width:40%;
	background: #FFFFFF;
	}
		
.company{	font-size:24px;
	float: left;
letter-spacing: 2.5px;}

.sitenavi{width:60%;
	display: block;
	float: right;
	max-width:100%;
vertical-align: middle;}

.text1{margin-left: 20px;
margin-bottom: 4px;}

nav ul{
margin: 0 ;
padding: 0 ;
	list-style:none;
	display:flex;
}
nav li{
	width:240px;
	text-align: center;
		margin-top: 13px;
}
nav li:not(:last-child){
border-right:1px solid #A4A4A4;
height: 30px;
}
nav a{
	font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
	text-decoration:none;
	text-transform: uppercase;
	color:#5A5A5A;
	font-size:12px;
	letter-spacing: 2.5px;
}

.main{margin-top: 55px;
	padding-bottom:100px;
	box-sizing: border-box;
}



hr{height:4px;
	background: -webkit-linear-gradient(180deg,rgba(196,221,199,1.00) 0%,rgba(160,184,163,1.00) 15.55%,rgba(121,156,126,1.00) 46.12%,rgba(82,106,86,1.00) 63.21%,rgba(30,39,31,1.00) 100%);
	border:none;
	width: 1200px;
}

h1{ font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 4px;
	font-size:24px;
text-transform: uppercase;
	line-height: 40px;}

h2{	font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 4px;
	font-size:21px;
text-transform: uppercase;}

h3{	font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 3px;
	font-size:30px;
	margin-bottom: 4px;}

h4{	font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
	color: darkgray;
	letter-spacing: 1.5px;
	font-size:11px;
text-transform: uppercase;
	margin-top: 9px;}

h5{font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
	background-image: -webkit-linear-gradient(180deg,rgba(196,221,199,1.00) 0%,rgba(160,184,163,1.00) 15.55%,rgba(121,156,126,1.00) 46.12%,rgba(82,106,86,1.00) 63.21%,rgba(30,39,31,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(196,221,199,1.00) 0%,rgba(160,184,163,1.00) 15.55%,rgba(121,156,126,1.00) 46.12%,rgba(82,106,86,1.00) 63.21%,rgba(30,39,31,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(196,221,199,1.00) 0%,rgba(160,184,163,1.00) 15.55%,rgba(121,156,126,1.00) 46.12%,rgba(82,106,86,1.00) 63.21%,rgba(30,39,31,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(196,221,199,1.00) 0%,rgba(160,184,163,1.00) 15.55%,rgba(121,156,126,1.00) 46.12%,rgba(82,106,86,1.00) 63.21%,rgba(30,39,31,1.00) 100%);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h6{	font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;letter-spacing: 2px;
	font-size:12px;
text-transform: uppercase;
line-height: 24px;
text-align:center;
	}



.map{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 68.5%;
	margin-right: 36px;
}
	
.map iframe,
.map object,
.map embed{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	align:middle;
}


.title{margin-bottom: 2.5%;
	display: flex;
	align-items: center;
padding-bottom: 5px;}

.title:before, .title:after {
	content: "";
	flex-grow: 1;
	border-top: 4px dotted #419B41;
	display: block;
}
.title:before {
	margin-right: .4em;
}
.title:after {
	margin-left: .4em;
}

.scene{margin-top: 100px;}

.selecter2{
	width:49%;
	margin-bottom: 2%;
	float: left;
	position: relative;
	opacity: 0;
	list-style: none;
}

.selecter2:hover{
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);}

.leftpart{margin-right: 2%;}


@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

.photoselect{
    position: absolute;
    z-index:400;
	color: black;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 3px;
	font-size:20px;
    text-align:left;
	text-transform: uppercase;
	left: 5%;
	bottom:14.5%;
}

.eng{ position: absolute;
    z-index:400;
	color: dimgray;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2.5px;
	font-size:15px;
    text-align:left;
	text-transform:none;
	left: 5%;
	bottom:6.5%;}

.square{
    position: absolute;
    width: 100%;
	height:30%;
    background-color:ghostwhite;
	box-sizing: border-box;
    z-index: 100;
	bottom:0;
	opacity: 0.8;
}

.space{margin-top: 100px;
	height: 100px;
background: white;}
	
	form{
  width:1024px;
  margin:0 auto;
		padding-bottom: 100px;
		z-index: 10000;
}

.works{margin-bottom:-40px;}

.mapspace{opacity: 0;}

.mapfont{clear:both;
padding-top: 100px;
margin-bottom: -70px;}

.map{	position: relative;
  width: 100%;
  padding-top: 15%;
	padding-bottom: 35%;
	height: 0;
	overflow: hidden;
}
	
.map iframe,
.map object,
.map embed{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.contactfont{padding-bottom: 30px;}

.aboutusimage{margin-top: 50px;}

form{
  width:80%;
  margin:0 auto;
}
.mailForm__group{
  overflow: hidden;
  margin-bottom: 20px;
}
.name{
  float: left;
  margin-right: 20px;
  width:135px;
  border-left: solid 3px rgba(65,155,65,1.00);
  padding-left: 10px;
}
.inputs{
  float: left;
  width:80%;
}
input[type="text"],input[type="email"],input[type="company"],input[type="phonenumber"]{
  border: solid 1px rgba(160,184,163,1.00);
  border-radius:5px;
  padding:10px;
  font-size: 15px;
}
textarea{
  border: solid 1px rgba(160,184,163,1.00);
  border-radius:5px;
  padding: 10px;
  height: 160px;
  font-size: 15px;
}
.mailForm__submit{
	float: right;
  text-align: center;
  background: rgba(65,155,65,1.00);
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin-right: 4%;
}

.mailForm__submit:hover{box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);}

.footerwrap{min-height: 100vh;
	box-sizing: border-box;
	position: relative;}

footer{  width: 100%;
    background-color: #eee;
    text-align: center;
    padding: 30px 0;
    bottom: 0; /*下に固定*/}

.linked{display: flex;
   background-color: #eee;     /* 背景色指定 */
    padding:  10px;  
	justify-content:space-between;/* 余白指定 */}

.foot1{text-decoration: none;
	color: #626262;
font-size: 14px;
	margin-bottom: -3px;}

.flex_item {
}

.void{opacity:0;}