@charset "utf-8";
/* CSS Document */
#ham_move{
	cursor:pointer;
}

.ham_menu{
	top:10vh;
	right:0;
	width:8.5%;
	background-color:#000;
	border-radius:10px 0 0 10px;
	pointer-events: auto;
	z-index:1000;
	padding:30px 10px;
}

.ham_li_a{
	color:#fff;
	text-decoration:none;
	font-size:1vw;	
}

.ham_contact{
	border:1px solid #fff;
	box-sizing:border-box;
}

.ham_menu_img{
	width:50%;
}

/* CSS Document */
.ham_ul{
	padding:0 9%;
	display:none;
	list-style:none;
}

.ham_li{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px dashed #000;
}

.ham_li-contact{
	width:100%;
}

@media(max-width:480px){
	.ham_menu{
		width:18%;
		padding:15px 5px;
		top:3vh;
	}
	.ham_li_a{
		font-size:2vw;	
	}
}
