@media screen and (min-width: 900px){

.hamburger{
	display: none;
}

/* メニュー部分*/
#menuarea{
	width: 100%;
	height: 64px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/comm/menubg.jpg);
	background-repeat: repeat-x;
}
#menu{
	width: 900px;
	height: 64px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu li{
	float :left;
	display: inline;
}
#menu li a , #menu li a:hover{
	float: left;
	text-decoration: none;
}
#menu li em{
	visibility: hidden;
}
#menu a:hover img{
	visibility: hidden;
}
#menu01 a:link , #menu01 a:visited{
	width: 230px;
	height: 64px;
	background-image: url(../img/comm/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu01 a:hover{
	width: 230px;
	height: 64px;
	background-image: url(../img/comm/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px -64px;
}

#menu01on a:link , #menu01on a:visited ,#menu01on a:hover{
	width: 230px;
	height: 64px;
	background-image: url(../img/comm/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px -64px;
}

#menu02 a:link , #menu02 a:visited{
	width: 220px;
	height: 64px;
	background-image: url(../img/comm/menu.jpg);
	background-repeat: no-repeat;
	background-position: -230px 0px;
}
#menu02on a:link , #menu02on a:visited , #menu02on a:hover{
	width: 220px;
	height: 64px;
	background-image: url(../img/comm/menu.jpg);
	background-repeat: no-repeat;
	background-position: -230px -64px;
}

#menu02 a:hover{
	width: 220px;
	height: 64px;
	background-image: url(../img/comm/menu.jpg);
	background-repeat: no-repeat;
	background-position: -230px -64px;
}



#menu03 a:link , #menu03 a:visited{
	width: 220px;
	height: 64px;
	background-image: url(../img/comm/menu.jpg);
	background-repeat: no-repeat;
	background-position: -450px 0px;
}
#menu03 a:hover{
	width: 220px;
	height: 64px;
	background-image: url(../img/comm/menu.jpg);
	background-repeat: no-repeat;
	background-position: -450px -64px;
}
#menu03on a:link , #menu03on a:visited , #menu03on a:hover{
	width: 220px;
	height: 64px;
	background-image: url(../img/comm/menu.jpg);
	background-repeat: no-repeat;
	background-position: -450px -64px;
}


#menu04 a:link , #menu04 a:visited{
	width: 230px;
	height: 64px;
	background-image: url(../img/comm/menu.jpg);
	background-repeat: no-repeat;
	background-position: -670px 0px;
}
#menu04 a:hover{
	width: 230px;
	height: 64px;
	background-image: url(../img/comm/menu.jpg);
	background-repeat: no-repeat;
	background-position: -670px -64px;
}
#menu04on a:link , #menu04on a:visited ,#menu04on a:hover{
	width: 230px;
	height: 64px;
	background-image: url(../img/comm/menu.jpg);
	background-repeat: no-repeat;
	background-position: -670px -64px;
}


}




@media screen and (max-width: 899px){
#menuarea{
	display: none;
}

/* ----------smartphone size---------- */
@media screen and (max-width: 700px){
.hamburger{
	position: fixed;
	top: 50px;
	right: 0;
	z-index: 9999;
	width: calc(100% - 250px);
	height: 50px;
	overflow: visible;
}
.hamburger .spnavi{
	width: 50px;
	height: 50px;
	margin: -50px 0 0 auto;
}
.hamburger .spnavi .toggle{
	transition: 0.3s ease;
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
	appearance: none;
	border: 0;
	z-index: 100;
	background-color: #0054a5;
}
.hamburger .spnavi .toggle:hover{
	opacity: 0.7;
}
.hamburger .spnavi .toggle.spnavi-btn,
.hamburger .spnavi .toggle.navi-btn-on{
	outline: none;
}
.navi-btn {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}
.navi-btn div {
	position: absolute;
	left: 12px;
	height: 1px;
	width: 28px;
	border-radius: 1px;
	background-color: #fff;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.3s;
}
.navi-btn div:nth-of-type(1) {
	top: 15px;
}
.navi-btn div:nth-of-type(2) {
	top: 24px;
}
.navi-btn div:nth-of-type(3) {
	bottom: 16px;
	width: 20px;
}
.navi-btn-on{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.3s;
}
.navi-btn-on div{
	position: absolute;
	left: 11px;
	height: 1px;
	width: 30px;
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	box-sizing: border-box;
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3)); 
	transition: 0.3s;
}
.navi-btn-on div:nth-of-type(1) {
	top: 24px;
	transform: translateX(0px) rotate(45deg);
}
.navi-btn-on div:nth-of-type(2) {
	display: none;
}
.navi-btn-on div:nth-of-type(3) {
	width: 30px;
	bottom: 25px;
	transform: translateY(0px) rotate(-45deg);
}

/*-----spmenu-----*/
.spmenu{
	display: none;
	position: absolute;
	top: -50px;
	right: 0;
	margin: 0;
	padding: 5%;
	box-sizing: border-box;
	color: #fff;
	background-color: #0054a5;
	width: calc(100% + 250px);
	height: calc(100vh + 50px);
	touch-action: manipulation;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 10;
}

/*list*/
.spmenu ul{
	width: 90%;
	margin: 0 auto;
	padding: 50px 10px 10px;
	list-style: none;
	text-align: left;
	font-weight: 500;
}
.spmenu ul li a{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	color: #fff;
}
.spmenu ul li a:hover{
	color: #0054a5;
	background-color: #fff;
	text-decoration: none;
}






}