@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Zen+Kaku+Gothic+New&display=swap');

.tabHeader{
	text-align: center;
	height: 40px;
	font-size: 18pt;
	background-color: #404040;
	color: #ffffff;
}
@media screen and (min-width: 770px) {
	.center500{
		width:500px;
		margin: auto;
	}
	.center600{
		width:600px;
		margin: auto;
	}
}
.center400{
	width:400px;
	margin: 32px auto 0;
}
@media screen and (min-width: 770px) {
	.center400{
		width:350px;
	}
}
.gaiyoTable{
	width: 100%;
	padding: 40px 0px;
}
.gaiyoTable th{
	padding: 0px 20px;
	text-align-last: justify;
	vertical-align: top;
}
.gaiyoTable td{
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}

.jigyoTable{
	width: 100%;
	padding: 40px 0px;
}
.jigyoTable th{
	text-align: center;
}
.jigyoTable td{
	padding-left: 30px;
	text-align: left;
	vertical-align: top;
}

.toriatsukai {
	width: 290px;
	margin-top: 70px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.toriatsukai > li {
	width: 99%;
}

.makerTable {
	width: 100%;
	padding: 40px 0px;
	text-align: left;
}
.makerTable span {
	font-size: 18pt;
	font: bold;
	border-bottom: 2px solid #000;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.titleTable{
	width: 100%;
	height: 100%;
}

.headAdress {
	width: 300px;
	height: 80px;
	font-size: 9pt;
	text-align: right;
	padding-top: 10px;
}

.accessTable{
	width: 100%;
	text-align: center;
	padding: 40px 0px;
}

.saiyoTable{
	width: 100%;
	padding: 40px 0px;
}
.saiyoTable th{
	padding: 0px 6px;
	text-align-last: justify;
	vertical-align: top;
}
.saiyoTable td{
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}

.contact{
	width: 300px;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
}
.contactTable{
	width: 100%;
	text-align: left;
}
.contactHeader{
	background:#BBBBBB;
	font-size:15px;
	width:100%;
	min-width: 300px;
	margin:auto;
	padding: 20px 30px;
}

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
.rinen {
	position: absolute;
	top: 80px;
	width: 100%;
	font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
	font-weight: bold;
	font-size: 28pt;
	color: #ffffff;
	text-shadow: #000000 1px 1px 5px;
	-webkit-text-stroke: 1px #5599FF;
	text-align: center;
}
@media screen and (max-width: 769px) {
	.rinen {
		top: 20px;
		right: 5px;
		text-align: right;
		font-size: 9pt;
	}
}

#tab ul{
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
#tab li{
	float: left;
	font-size: 14pt;
	font-weight: lighter;
	width: 20%;
	height: 50px;
	padding-top: 10px;
	cursor:pointer
}#tab li:hover{
	background-color: #555555 ;
	opacity: 0.7;
	transition: .4s;
}
#tab li a{
	display:inline-block;
	color: #ffffff ;
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
}

#tabSub ul{
	width: 900px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
#tabSub li{
	float: left;
	font-size: 14pt;
	font-weight: lighter;
	width: 20%;
	height: 50px;
	padding-top: 10px;
	color: transparent ;
	cursor:pointer
}#tabSub li:hover{
	background-color: #555555 ;
	color: #ffffff ;
	opacity: 0.7;
	transition: .4s;
}
#tabSub li a{
	display:inline-block;
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
}

.haikei {
	background-image: url(./imgBack.jpg);
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.imgRelative {
  position: relative;
  width: 100%;
  height: 80vh;
}
.imageAbsolute {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size:cover;
  width:100%;
  background-position:center center;
  
  animation: image-switch-animation 12s infinite;
}
.src1 {
  background-image: url(./plantHp.jpg);
}
.src2 {
  background-image: url(./imgWatar.jpg);
}
.imageAbsolute:nth-of-type(1) {
  animation-delay: 0s;
}
.imageAbsolute:nth-of-type(2) {
  animation-delay: 6s;
}
@keyframes image-switch-animation {
  0%{ opacity: 0;}
  15%{ opacity: 1;}
  50%{ opacity: 1;}
  65%{ opacity: 0;}
  100%{ opacity: 0;}
}

#productsMenu:hover .productsLists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.productsLists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 60%;
    position: absolute;
    top: 50px;
    left: 20%;
}
.productsList {
    background-color: #555555;
    height: 60px;
    transition: all 1s;
    position: relative;
}

.productsList:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #aaaaaa;
    position: absolute;
    top: 0;
    left: 0;
}
.productsList:hover {
    background-color: #003558;
}
.productsList a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.fontTitle {
	font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 30pt;
	height: 100%;
	vertical-align: center;
}
@media screen and (max-width: 769px) {
	.fontTitle {
		font-size: 24pt;
	}
}
.fontMenu {
	font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
	font: bold;
	font-size: 20pt;
}