@charset "utf-8";

/* ==================================================
　ハンバーガーメニュー制御
================================================== */
@media screen and (max-width: 767px) {
	header#sp_header ul.menu_btn li.menu01 {
		float: right;
		text-align: center;
		position: relative;
		width: 60px;
	}
	header#sp_header ul.menu_btn li.menu01 a {
		padding: 0px;
		line-height: 60px;
		height: 60px;
		width: 60px;
		display: block;
		color: #363636;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		background-color: none;
	}
	header#sp_header ul.menu_btn li.menu01 a:hover {
		color: #363636;
		text-decoration: none;
	}
	
	header#sp_header ul.menu_btn li.menu01 a::before {
		content: "\f7a4";
		font-family:'Font Awesome 5 Free';
		display: block;
		position: absolute;
		width: 100%;
		top: 0;
		text-align: center;
		font-size: 20px;
		color: #363636;
		font-weight: 900;
	}
}