@charset "utf-8";

/*メニュー*/

.top_menu{
	max-width:1920px;
	display:flex;
	justify-content:center;
	position:fixed;
	top:0;
	left:0;
	z-index:6;
	width:100%;
	margin:0 auto;
	background-color:rgba(255,255,255,0);
}
.top_menu_sub{
	position:relative;
}
.top_menu_1{

}
.top_menu_2{
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:5;
	width:100%;
	max-width:1298px;
	height:100px;
	margin-left:auto;
	background-color:rgba(255,255,255,1);
}

.menu_div_1{
	max-width:40px;
	width:100%;
	
}
.menu_div_2{
	max-width:414px;
	width:100%;
	
}
.menu_div_3{
	max-width:458px;
	width:100%;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:space-between;
	letter-spacing:0px;

}
.menu_div{
	
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:space-between;
}


.menu_text{
	color:#000;font-size:15px;font-weight:bold;text-align:center;
	padding:0 10px;
	box-sizing:border-box;
}
.menu_text:hover{
	color:#E5004F;
}
.yokosen1{transition:border 1.5s;transition:color 0.5s;position:relative;}
.yokosen1:before{content: '';position: absolute;left:  0%;bottom: -5px;transition:all 0.5s;border-bottom: solid 3px #E5004F;width:0;}
.yokosen1:hover:before{content: '';border-bottom: solid 3px #E5004F;position: absolute;left: 0%;bottom: -5px;width:100%;}
