﻿@charset "UTF-8";
.header {
	display: flex;
/* justify-content: space-around; */
	background: #ddd;
	padding: 20px;
}

.nav-button {
	display: none;
}

.nav a {
	text-decoration: none;
	font-size: 14px;
	color: #448aff;
}

.nav-wrap li {
/*	width: 10%; */
}

.nav-wrap li a {
	color: #717071;
	display: block;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


/* ホバー時に透明度50% */

.nav-wrap ul {
	display: flex;
/*	justify-content: space-around;　*/
/*	width: 98%; */
}

.nav li {
	width: 100%;
}

.nav-wrap.open {
	display: block;
}

.nav-wrap.close {
	display: none;
}

	img[src="sozai/index/title.png"] {
/*		display: none; */
	}

/* これはパソコンのみの設定 */
@media screen and (min-width: 1023px) {
	.nav-wrap {
		display: block !important;
	}
	.nav-wrap li a img:hover {
  opacity: 0.5;
  }
	.nav-wrap ul {
	flex-wrap: wrap;
	align-content: stretch;
	}

	.nav-wrap li {
/*		width: 100px; */
	}
}
/* これはスマホのみの設定 */
@media screen and (max-width: 1024px) {
	.nav-wrap ul {
		display: block;
	}

	.nav-wrap li {
		width: 100%;
	}

	.nav-button {
		display: block;
		cursor: pointer;
	}

	.nav-wrap {
		position: relative;
		left: 0;
		top: 0;
		display: none;
		z-index: 10;
		background-color: #FFFFFF;
		width: 100%;
		height: 100%;
	}
	.nav-wrap .nav {
		height: 100%;
		width: 100%;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.nav-wrap li {
		display: block;
		margin: 0;
		padding: 0;
	}
	.nav-wrap li a {
		color: #717071;
		font-size: 18px;
		display: block;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #B4B5B5;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
	}
	.nav-wrap li a:hover {
	background-color: #E6F1D6;
	transition: .4s;
	}

	img[src="sozai/index/button_a.png"] {
	height:65px;
	width:112.938px;
	}
	img[src="sozai/index/button_b.png"] {
	height:65px;
	width:125.125px;
	}
	img[src="sozai/index/button_c.png"] {
	height:65px;
	width:87.75px;
	}
	img[src="sozai/index/button_d.png"] {
	height:65px;
	width:112.938px;
	}

	.nav-button:link, .nav-button:visited {
		text-decoration: none;
		color: #59B65B;
	}

	.nav-button {
		display: block;
		box-sizing: border-box;
		position: relative;
		height: 60px;
		vertical-align: middle;
		margin-top: 20px;
	}

	.nav-button span {
		position: absolute;
		left: 10px;
		width: 30px;
		height: 6px;
		background-color: #59B65B;
	}

	.nav-button span:nth-of-type(1) {
		top: 0;
	}

	.nav-button span:nth-of-type(2) {
		top: 12px;
	}

	.nav-button span:nth-of-type(3) {
		top: 24px;
	}

	.nav-button.active span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}

	.nav-button.active span:nth-of-type(2) {
		opacity: 0;
	}

	.nav-button.active span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
	}
	img[src="sozai/index/title_e.png"] {
		display: none;
	}
}
