#header{
margin: 0;
}

.main{
    min-height: 100vh;
    position: relative;/*ft相対位置*/
    padding-bottom: 120px;/*ftの高さ*/
    box-sizing: border-box;/*ft*/
 display: -webkit-flex;
 display: flex;
flex-wrap: wrap;
  padding:0;
  margin: 0;
  }
a { text-decoration: none; }

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

 .left{
    width: 420px;
	margin: 0px auto;
	padding-bottom: 90px;
  }
  
  .right{
   -webkit-flex: 1;
  flex: 1;
  	padding-bottom: 90px;
	width: 100%;
  }
  
  .png{
  width: 70%;
  margin: 15px auto;
  display: block;
  }
  
.topspace{
	margin: 58px;
}


h1 {
	flex: 1;
	text-align: right;
	vertical-align: middle;
	margin: auto 10px;
	 font-size: 10pt;
}

.head{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	border-bottom: inset 5px #52B448;
	background-color: #fff;
	position: fixed;
	z-index:9999;
	top: 0;
	left: 0;
}


.logo1{
 margin: auto 15px;
 
}

.logo1 img{
 margin: auto 15px;
 max-width: 90%;
 
}

h2 {
  position: relative;
  padding: 0.5em 0.5em 0.5em 2.5em;/*アイコンのスペース*/
  margin: 50px 10px;
  line-height: 1.4;
  color: #444;
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #eae9e4;
}

i.fax,home{
  font-size: 1em;/*サイズ*/
  margin-right: 15px;
  left: 1.5em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #444; /*アイコン色*/
}

h3 {
  position: relative;
  padding: 0.2em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(172, 187, 202), #20D290);
  background: linear-gradient(to right, rgb(172, 187, 202), #20D290);
  color: white;
  font-weight: lighter;
  width: 93%;
   margin:auto;
}

h3:first-letter {
  font-size: 1.5em;
  color: #52B448;
}

.h3p{
	text-align: left;
	margin-top: -15px;
	padding-left: 40px;
	font-family: 那欽;
}

p.sen{
	margin: auto;
	padding: 5px 30px;
	display: block;
}

h4 {
  position: relative;
  padding-left: 25px;
  font-size: 2em;
}

h4:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(82, 180, 72);
}
h4:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(82, 180, 72);
}

h5 {
  color: #52B448;
  padding: 5px;
  font-size: 14pt;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #52B448;
  background: -webkit-repeating-linear-gradient(-45deg, #EBEBEB, #bababa 3px,#e5e5e5 3px, #e5e5e5 7px);
  background: repeating-linear-gradient(-45deg, #EBEBEB, #EBEBEB 3px,#e5e5e5 3px, #e5e5e5 7px);
}

h6 {
  border-bottom: solid 3px #aaaaaa;
　margin-top: 20px;
  position: relative;
  font-size: 14pt;
}

h6:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #52B448;
  bottom: -3px;
  width: 30%;
}

.topcall {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 10px;
  margin: 5px 40px 5px 0;
  text-decoration: none;
  color: #FFF;
  background: #42BC63;
  transition: .4s;
}

.topcall:hover {
  background: #ACE37B;
}

/*----------------------------------------------------------eyecatch*/
.eyecatch {
  position: relative;
  padding-top: 50px;
  height: 500px;
  background: #fff;
  }

/*slideshow*/
.slide {
	position: relative;
	width: 100%;
	height:500px;
	overflow: hidden;
	}
@keyframes slideshow{
	0%{opacity: 0;}
	10%{ opacity: 1; }
	28%{ opacity: 1 }
	38%{ opacity: 0; }
	100%{ opacity: 0; }
	}
.slide img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: auto;
opacity: 0;
animation :slideshow 20s linear infinite;
}
.slide img:nth-child(2){ animation-delay: 8s; }
.slide img:last-child{ animation-delay: 16s; }
/*slideshow*/

.mainsentence1{
	position: absolute;
	bottom: 50%;
	left: 3%;
	width: 700px;
}

p.bigsen{
	position: absolute;
	font-size: 3em;
	text-shadow: 0 0 0px #fff,0 0 5px #fff;
	top: 2%;
	left: 3%;
}

.mainsentence2{
	position: absolute;
	top: 55%;
	left: 3%;
	width: 50%;
}

ul.check {
  position: relative;
  background-color: rgba(255,255,255,0.7);
  width: 380px;
}

ul.check li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

ul.check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #004789; /*アイコン色*/
}

.mainsentence3{
	position: absolute;
	bottom: 20%;
	right: 3%;
	width: 17%;
}
 
.mainbtn {
  display: inline-block;
  width: 250px;
  text-align: center;
  font-size: 20pt;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #5EE3FF, #8DC306);
  transition: .5s;
  position: absolute;
  bottom: 7%;
  right: 3%;
  background-size: 200%;
}

.mainbtn a{
	 color: #FFF;
	 
}

.mainbtn:hover {
  background-position: right center;
}
  
/*mainimg*/
.mainimg{
	width: 100%;
	height: 500px;
	opacity: 0.5;
	object-fit: cover;
}

/*menu*/
#menu {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}
 
#menu li {
  width: 16.666%;
  padding: 12px 0;
  text-align: center;
  background-color: #333;
  display: inline-block;
  font-size: 16px;
}

#menu a{
	 color: #fff;
}
 
#menu li a {
  text-decoration: none;
  display:block;
  font-weight: bold;
}

#menu li:hover{
  background: #444;
}
#toggle{ 
 display: none;
}

 
  .eyecatch a {
  top: 50%;
  left: 50%;
  }
	
.imgright{
	width: 95%;
	height: 400px;
	object-fit: cover;
	object-position: 0 95%;
	display: block;
    margin: 15px auto;
}

.tel{
	width: 80%;
	margin: 15px auto;
	border-radius: 8px;
	padding: 15px;
	background-color: #52B448;
	text-align: center;
}

img.tel1{
	width: 80%;
	display: block;
	margin: 20px auto;

	background:-color: #000; 
}

.tel p{
	padding: 8px;
	background-color: #fff;
	margin: 5px;
}

.tel a{
	font-size: 18pt;
	color: #fff;
}

.tel a:hover{
	color: #eaddd2;
}

.tel i{
	margin: 3px;
}

.mail{
	width: 80%;
	margin: 15px auto;
	border-radius: 8px;
	padding: 15px;
	background-color: #52B448;
	text-align: center;
}

.mail p{
	padding: 8px;
	background-color: #fff;
	margin: 5px;
}

.mail a{
	font-size: 18pt;
	color: #fff;
}

.mail a:hover{
	color: #eaddd2;
}

.mail i{
	margin: 3px;
}

.download {
	width: 70%;
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 16pt;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #fff;
  border: solid 2px #000;
  transition: .4s;
}

.download:hover {
  background: #444;
  color: white;
  border: solid 2px #444;
}

.download i{
	margin-right: 15px;
}
a.recruitbutton{
	display: none;
}

.icon{
	width: 30px;
	margin-bottom: 3px;
	padding-right: 7px;
	vertical-align: bottom;
}

p.fax{
	font-size: 26pt;
	color: #52B448;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.box {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	margin: 0 30px;
}
.box .box-title {
    font-size: 1.2em;
    background: #999;
    padding: 4px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box p {
    padding: 15px 20px;
    margin: 0;
}

dt{
    font-weight: bold;
    border-bottom: solid 1px #cccccc;
    color: #999999;
	padding: 15px;
    margin-top: 1em;
	}
      
dd{
    padding: 5px 15px;
    margin-right: 0em;
    margin-top: 0.5em;
	}

.arrow{
	display: inline-block;
	width: 100%;
	text-align:center;
	line-height: 50px;
	background-color: #fff;
	margin: 10px auto;
}

.number{
	margin-right: 7px;
	margin-left: 10px;
}

.access{
	 display: flex;
	flex-wrap: wrap;
}

p.backpage{
	text-align: right;
	margin-right: 40px;
}

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 60%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #89B37F;
	color: #89B37F;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #89B37F;
}

.station{
	margin: auto 40px;
	width: 400px;
}

.map{
	-webkit-flex: 1;
	flex: 1;
	position:relative;
    margin: 0 60px;
	height: 300px;
}

.map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

ul.st {
  box-shadow :0px 0px 3px silver;
  border: solid 1px whitesmoke;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background: #fafafa;
}

ul.st li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.st li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
}

.rightbody{
	width: 98%;
}

.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 90%;
	margin: auto;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table th {
	width: 30%;
	text-align: center;
	background: #f4f4f4;
}

.box8 {
    padding: 0.5em 1em;
	width: 90%;
    margin: 2em auto;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}

.about {
width: 90%;
margin: auto;
border-collapse: collapse;
}

.about th,td {
padding: 20px 15px;
border: 1px solid #ddd;
font-weight: normal; 
}

.about th {
background: #f4f4f4;
width: 15%;
text-align: left;
}

.trim{
width: 100%;
padding-left: 0;
text-align: center;
overfllow: hidden;
}

.trim li {
list-style:none;
display:inline-block;/
padding:10px 0;
width:48%;
vertical-align:middle;
text-align:center;
}

.trim img{
width: 100%;
height: 300px;
object-fit: cover;

}

/*--------------------------------glass-table---------------------------------------*/

.glassfilmsumples {
 width: 100%;
 text-align: center;
 font-size: 0.8em;
 border-collapse: collapse;
 border-spacing: 0;
}

.glassfilmsumples img{
 width: 100%;
 height: 200px;
 object-fit: cover;
}

.glassfilmsumples figure{
 margin: 0px;
 width: 100%;
}

.glassfilmsumples td {
 padding: 2px;
 border: solid 1px #89B37F;
}


/*----------------------------------------------------------form*/
.tb-cell {
  display: table;
  width: 100%;
  margin: 20px auto 40px auto;
  text-align: left;
}
.tb-cell .row {
  display: table-row;
}
.tb-cell .row .cell {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  color: #fff;
}
.tb-cell .row .cell:nth-child(odd) {
  width: 30%;
}
.tb-cell .row .cell:nth-child(even) {
  width: 70%;
}
.mail-form .row .cell {
  padding: 5px;
}
.mail-form .row .cell:nth-child(1) {
  background: #9fb7d4;
}
.mail-form .row .cell:nth-child(2) {
  background: #ccc;
}
input[type="text"],
input[type="email"] {
  height: 30px;
  font-size: 16px;
}
textarea {
	width: 100%;
  height: 300px;
  font-size: 16px;
}
button {
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
button[type="button"] {
  margin-left: 10px;
}
button[type="button"],
button[type="submit"] {
  background: #afc6e2;
}
button[type="reset"] {
  background: none;
}
button[type="button"]:hover,
button[type="submit"]:hover {
  background: #ddd;
}
button[type="reset"]:hover {
  text-decoration: underline;
}
.msg {
  margin: 50px 0;
  font-weight: bold;
}



/*------------------------------------------------------------------------media screen-----*/

.right-top{
object-position: 0 78%;
}


@media only screen and (max-width: 600px) {
	.cp_table {
		margin: 0;
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}	
}

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

#head{
margin: 0;
padding: 0;
max-width: 100%;
}

.right,.left,.header{
width: 100%;
overflow: hidden;
}

.rightbody{
overflow: hidden;
}

h4{
font-size: 1.5em;
}

img{
	width: 100%;
}
    #menu li{
    width: 33%;
    border-bottom: 1px solid #444;
  }
  .main{
	flex-direction: column-reverse;
}

.eyecatch{
	width: 100%;
	overflow: hidden;
}

/*slideshow*/

.slide img {
height:700px;
object-fit: cover;
}

.topspace{
	margin: 96px;
	
}

.mainsentence1{
	position: absolute;
	width: 90%;
	top: 50%;
}

p.bigsen{
	position: absolute;
	font-size: 1.1em;
	text-align: center;
	top: 15%;
	left: 5%;
}

.mainbtn,.mainsentence2{display : none;}

.mainsentence3{
	position: absolute;
	bottom: 1%;
	right: 3%;
	width: 10%;
}

a.btn_01 {
 width: 60%;
 padding: 1;
}

.trim{
	padding-left: 0;
	text-align: center;
}


.about th,td {
width: auto;
display: block;
border-top: none;
}

.about tr:first-child {
border-top: 1px solid #d5d5d5;
}

  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
a.recruitbutton {
	display: block;
	width: 300px;
	padding: 0.8em;
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #5a89bb;
	border: 2px solid #5a89bb;
	border-radius: 3px;
	transition: .4s;
}
a.recruitbutton:hover {
	background: #5a89bb;
	color: #fff;
}
  
  /*-------------------------------------------------------------------------formmob----*/
  
  .tb-cell {
  width: 98%;
}
.tb-cell .row {
  display: table-row;
}
.tb-cell .row .cell {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  color: #fff;
}
.tb-cell .row .cell:nth-child(odd) {
  width: 30%;
}
.tb-cell .row .cell:nth-child(even) {
  width: 90%;
}
input[type="text"],
input[type="email"] {
  width: 80%;
}
textarea {
  width: 90%;
}


}
/*-----------------------------------------------------------------------------footermob*/
.footermenu{
    width: 100%;
	height: 70px;
    background-color: #52B448;
    color: #fff;
    text-align: center;
	font-size: 8pt;
    padding:  0px;
	margin: 30px 0px 0px 0px;
 position: absolute;/*←絶対位置*/
 bottom: -5%; /*下に固定*/
 left: 0;
}
ul.footer{
padding-right: 40px;
}
ul.footer li {
display: inline;
color: #fff;
text-align: left;
}
ul.footer a{padding-right: 0.3em;}
ul.footer a:link { color: #fff; }
ul.footer a:visited { color: #97a4cc; }
ul.footer a:hover { color: #050036; }
}