@charset "utf-8";

.ac_menu_sp_header {
	width: 100%;
	margin: 0;
	height: 40px;
	background: #eee;
	position: relative;
}
.ac_menu_sp_header #hmbgr {
	width: 35px;
	height: 18px;
	position: absolute;
	left: 15px;
	bottom: 10px;
	cursor: pointer;
}
.ac_menu_sp_header #hmbgr img {
	width: 100%;
}
.ac_menu_sp_header h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 0;
	z-index: 200;
}
.ac_menu_sp_header h1 img {
	width: 100px;
	height: auto;
}
.ac_menu_sp_main {
	width: 100%;
	height: 100vh;
	background: #fff;
	transition: .2s;
	display: none;
}
.ac_menu_sp_main.opened {
	display: block;
}
.ac_menu_sp_main li {
	background: #fff;
	height: 40px;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.ac_menu_sp_main li::after {
	content: " ";
	position: absolute;
	top: calc(50% - 4px);
	right: 30px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	transform: rotate(45deg);
}
.ac_menu_sp_main li a {
	color: #555;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
	display: block;
	width: 100%;
	padding-left: 55px;
}

/*sticky.js用*/
#ac_menu_sp {
	width: 100%;
}
#ac_menu_sp-sticky-wrapper {
	position: relative;
	z-index: 3;
}
