/*# PC用メニュー */

body.is-fixed .nav--typeA {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.fullscreenmenu{
    display: block;
}

.nav-waku2{
	position:fixed;
	width:992px;
	top: 115px;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
	z-index: 10000;
}

.nav-waku2 div{
	font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	color: #000000;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

.nav-waku2 div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.nav-waku2 div:hover {
	color: #6fb92c;
}

.navimenu {
	display: none;
}

.nav-waku2 .pc-non {
	display: none;
}

.nav-waku2 div.sp-logo{
	display: none;
}


@media screen and (max-width:992px) {
	
.fullscreenmenu{
    display: block;
}

.nav-waku2{
	position:relative;
    width: 300px;
  top: 80px;
  right:auto;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	text-align: center;
}

.nav-waku2 div{
    width: 200px;
	height: 40px;
	line-height: 40px;
    position: relative;
    z-index: 1001; /* 必要であればリンク要素の重なりのベース順序指定 */
	color: #ffffff;
	margin-top: 15px;
	text-align: center;
	font-size: 1.5rem;
	background-color: #6fb92c;
    display: block;
	margin-right: auto;
	margin-left: auto;
}
	
.nav-waku2 div.sp-logo{
    width: 300px;
	height: auto;
	line-height: 1;
    position: relative;
    z-index: 1001; /* 必要であればリンク要素の重なりのベース順序指定 */
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.5rem;
	background-color: transparent;
    display: block;
	margin-right: auto;
	margin-left: auto;
}
	
.nav-waku2 div::before{
    position: relative;
	content: '';
    left: 0;
}

.nav-waku2 div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.nav-waku2 div:hover {
	color: #edf3e2;
}
	
.nav-waku2 .pc-non {
    display: block;
}

.navimenu,
    .navimenu span {
    display: inline-block;
    -webkit-transition:all .4s;
    transition: all .4s;
    }

    .navimenu {
      position: fixed;
      top: 0px;
      right:  0px;
      width: 50px;
      height: 50px;
      z-index: 15000;
	background-color: #6fb92c;
	cursor: pointer;
    }

    .navimenu span {
    position: absolute;
    left: 10px;
    right: 10px;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    z-index: 1500;
    }

    .navimenu span:nth-of-type(1) {
    top: 12px;
    }

    .navimenu span:nth-of-type(2) {
    top: 24px;
    }

    .navimenu span:nth-of-type(3) {
    top: 36px;
    }

    .navimenu.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    top: 24px;
    }

    .navimenu.active span:nth-of-type(2) {
    opacity: 0;
    background-color: #fff;
    }

    .navimenu.active span:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #fff;
    top: 24px;
    }
	
    #nav {
    position: fixed;
    top: 0;
    right: 0;
      z-index: 14000;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: rgba(245,245,245,1);
    transition: all 0.3s ease-in-out;
    visibility:hidden;
    }

    #nav.active{
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    }
	
}

