nav {
	width: 1200px;
	font-family: a-otf-midashi-mi-ma31-pr6n, serif;
	font-size: 15px;
	position: relative;
	z-index: 990;
	height: 50px;
	padding-top: 16px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D8EDF0;
}
nav ul {
	text-align: center;
	position: relative;
	width: 540px;
	min-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D8EDF0;
}
nav ul li {
	display: inline-block;
	position: relative;
	font-size: 16px;
	border-left: 1px solid #5e5d5d;
	margin-right: -5px;
	height: 22px;
	vertical-align: top;
	font-family: kozuka-gothic-pro, sans-serif;
}
nav ul li:last-child  {
	display: inline-block;
	position: relative;
	font-size: 16px;
	border-left: 1px solid #5e5d5d;
	border-right: 1px solid #5e5d5d;
}

nav ul li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #5e5d5d;
	display: inline-block;
	width: 100%;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 3px;
}
nav ul li a:hover{
	color: #3595A8;
}
#nav_home {
	width: 55px;
	height: 16px;
	margin-bottom: 4px;
}
#nav_purest {
	width: 127px;
	height: 16px;
	margin-bottom: 4px;
}
#nav_order {
	width: 92px;
	height: 16px;
	margin-bottom: 4px;
}
#nav_contact {
	width: 111px;
	height: 16px;
	margin-bottom: 4px;
}
#nav_cost {
	width: 56px;
	height: 16px;
	margin-bottom: 4px;
}
#nav_company {
	width: 74px;
	height: 17px;
	margin-bottom: 4px;
}
#nav_diohs {
	width: 99px;
	height: 30px;
	margin-top: -20px;
}


.fixed {
	position: fixed;
	width: 100%;
	margin-top: 0px;
	top: 0;
}

#footer_nav {
	text-align: center;
	background-color: #146475;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	min-width: 1000px;
}

#footer_nav li {
	display: inline-block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	border-left: 1px solid hsla(0,0%,100%,1.00);
	font-size: 18px;
	padding-left: 26px;
	padding-right: 26px;
	text-align: center;
}
#footer_nav li:last-child {
	border-right: 1px solid hsla(0,0%,100%,1.00);
	
}
#footer_nav li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #FFFFFF;
}

#footer_nav li a:hover{
	color: #D87F00;
}
#footer_nav2 {
	text-align: left;
	padding-left: 131px;
	margin-bottom: 50px;
}
#footer_nav2 li {
	list-style-position: outside;
	list-style-type: none;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 13px;
	font-weight: normal;
	border-left: 1px solid hsla(0,0%,100%,1.00);
	text-align: center;
	margin-bottom: 20px;
}
#footer_nav2 li:last-child {
	border-right: 1px solid hsla(0,0%,100%,1.00);
}
#footer_nav2 li a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #FFFFFF;
}
#footer_nav2 li a:hover {
	color: #D87F00;
}


@media (max-width:540px){

#menuButton {
	display: block;
	width: 55px;
	height: 55px;
	position: fixed;
	top: 9px;
	right: 35px;
	z-index: 100;
	border-radius: 5px;
	border: 1px solid #000;
}
#menuButton span {
	display: block;
	background: #000;
	width: 35px;
	height: 2px;
	position: absolute;
	left: 9px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 15px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 15px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-moz-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
	border-radius: 10px;
	border: 1px solid #000;
}
	
#nav_button{
	position: absolute;
	right: 30px;
}
nav {
	width: 100%;
	font-family: a-otf-midashi-mi-ma31-pr6n, serif;
	font-size: 15px;
	position: fixed;
	z-index: 10000;
	min-width: 540px;
	background-color: hsla(0,0%,100%,0.00);
	top: 0px;
	left: 0px;
	height: 80px;
	bottom: auto;
	padding-bottom: 0px;
	margin-top: 80px;
}
nav ul {
	text-align: center;
	position: relative;
	padding-top: 20px;
	display: none;
	width: 540px;
	background-color: hsla(0,0%,100%,0.92);
	padding-bottom: 20px;
	min-width: 540px;
	margin-top: -24px;
	z-index: 1;
	-webkit-box-shadow: 0px 5px 5px hsla(0,0%,0%,0.26);
	box-shadow: 0px 5px 5px hsla(0,0%,0%,0.26);
}
nav ul li {
	display: inline-block;
	position: relative;
	font-size: 18px;
	border-left: 1px solid hsla(0,0%,55%,1.00);
	border-right: 1px solid hsla(0,0%,55%,1.00);
	border-bottom: 1px solid hsla(0,0%,55%,1.00);
	border-top: 1px solid hsla(0,0%,55%,1.00);
	padding: 0px;
	font-weight: bold;
	border-radius: 5px;
	width: 40%;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	height: 50px;
}
nav ul li:last-child  {
	display: inline-block;
	position: relative;
	font-size: 18px;
	/* [disabled]border-left-color: #5e5d5d; */
	border-left-style: solid;
	border-left-width: 1px;
	margin-right: 10px;
	/* [disabled]border-right-color: #5e5d5d; */
	border-right-style: solid;
	border-right-width: 1px;
	margin-left: 10px;
}

nav ul li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #5e5d5d;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 13px;
}
nav ul li a:hover{
	color: #3595A8;
}
#nav_home {
	width: 55px;
	height: 16px;
	margin-bottom: 4px;
}
#nav_purest {
	width: 127px;
	height: 16px;
	margin-bottom: 4px;
}
#nav_order {
	width: 92px;
	height: 16px;
	margin-bottom: 4px;
}
#nav_contact {
	width: 111px;
	height: 16px;
	margin-bottom: 4px;
}
#nav_cost {
	width: 56px;
	height: 16px;
	margin-bottom: 4px;
}
#nav_diohs {
	width: 111px;
	height: 35px;
	margin-top: -8px;
}
#nav_nagare {
	font-size: 14px;
	white-space: nowrap;
}

.fixed {
	position: fixed;
	width: 100%;
}

#footer_nav {
	text-align: center;
	background-color: #146475;
	padding-top: 20px;
	padding-bottom: 1px;
	width: 540px;
	min-width: 540px;
}

#footer_nav li {
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	border-left: 1px none hsla(0,0%,100%,1.00);
	font-size: 18px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	margin-bottom: 20px;
}
#footer_nav li:last-child {
	border-right: 1px none hsla(0,0%,100%,1.00);
	
}
#footer_nav li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #FFFFFF;
}

#footer_nav li a:hover{
	color: #D87F00
}
#footer_nav2 {
	text-align: center;
	padding-top: 1px;
	padding-bottom: 20px;
	width: 540px;
	min-width: 540px;
	margin-top: -11px;
	padding-left: 0px;
}

#footer_nav2 li {
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	border-left: 1px none hsla(0,0%,100%,1.00);
	font-size: 18px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	margin-bottom: 20px;
}
#footer_nav2 li:last-child {
	border-right: 1px none hsla(0,0%,100%,1.00);
	
}
#footer_nav2 li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #FFFFFF;
}

#footer_nav2 li a:hover{
	color: #D87F00
}
}
