@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap');



/*=======　Sumaho Menu ====================*/

#menu_box_sp{
	margin-top: 0px;
	position: fixed;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.00);
	/*border-bottom: 1px solid #fff;*/
	z-index: 100;
	-ms-filter: "alpha( opacity=90 )";
	filter: alpha( opacity=90 );
	opacity: 0.9;
	text-align: center;

}

.spmenu_toplink{
	width: 100%;
	height: 45px;
	position: absolute;
	top:0;
	left: 0;
}

.spmenu_btnbox{
	width: 40px;
	height: 40px;
	position: absolute;
	top:0px;
	right: 0px;
	background-color: #00A1E9;


}


.spmenu_btn {
    display:block;
    position:absolute;
    top:9px;
    right:5px;
    width:30px;
    height:22px;
    background:#fff;/*3本線の真ん中の線*/
    border-top:10px solid #00A1E9;
    border-bottom:10px solid #00A1E9;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:before {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#fff;
    top:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:after {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#fff;
    bottom:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn.active {
    background:#00A1E9;
}
.spmenu_btn.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
}
.spmenu_btn.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
}
 
.spmenu {
    display:none;
    position:absolute;
    top:51px;
    left:0;
    width:100%;
    background:#00A1E9;
}
nav {
    display:block;
    width:100%;
    margin:0 auto;
}
	
nav li{
	color: #FFF;
}

nav li:not(:last-of-type){
	border-bottom: 1px solid #FFF;
}

	
nav li a:link,nav li a:visited,nav li a:active {
	display: block;
	width: 100%;
	color: #FFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	font-family: 'Kosugi Maru', sans-serif;
	background-color: #00A1E9;
}

nav li a:hover {
	display: block;
	width: 100%;
	color: #FFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	font-family: 'Kosugi Maru', sans-serif;
	background-color: #1F6EC1;
}

nav ul {
	margin:0px;
	padding: 0px;
}
	
nav li a.anav{
	display: inline-block;
	width: 30%;
}

nav li a.anav:hover {
	display: inline-block;
	width: 30%;
}

nav li a.bnav{
	display: inline-block;
	width: 45%;
}

nav li a.bnav:hover {
	display: inline-block;
	width: 45%;
}

/*-----Menu Box-------*/
.menu_box_sp{
	/*	position: absolute;*/
	z-index: 20;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}

.btn_menu_sp{
	font-family: 'Comfortaa', cursive;
	font-size: 15pt;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #00A1E9;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	/*	text-transform: inherit;*/
/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
/*	display: block;*/
}

.btn_menu_sp:hover{
	cursor: pointer;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	background-color: #8EC31F;
}
