@charset "utf-8";

.menu-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 90;
	width: 40px;
	height: 47px;
}

.menu-btn span , .menu-btn span:before , .menu-btn span:after {
	position: absolute;
	display: block;
	width: 25px;
	height: 3px;
	border-radius: 3px;
	content: "";
	background-color: #ffffff;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}

#menu-btn-check {
	display: none;
}


.menu-content ul {
	margin-bottom: 10px;
	padding: 80px 40px 0;
}

.menu-content ul li a {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 7px;
	padding: 9px 30px 10px;
	border-radius: 10px;
	font-weight: bold;
	color: #491C05;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.header-contact__icon a {
	padding: 0;
	background-color: inherit !important;
}

.menu-content ul li a::before {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: solid 2px #491C05;
	border-right: solid 2px #491C05;
	content: "";
	transform: rotate(45deg);
}

.menu-content {
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	width: 100%;
	height: 100%;
	transition: all .5s;/*アニメーション設定*/
	background-color: #D1ECA0;
}

#menu-btn-check:checked ~ .menu-content {
	left: 0;/*メニューを画面内へ*/
}

#menu-btn-check:checked ~ .menu-btn img {
	display: none;
}

#menu-btn-check:checked ~ .nav-btn {
	position: fixed !important;
	top: 25px;
	display: flex;
	background-image: url("../images/sp-menu__btn-close.png");
	background-repeat: no-repeat;
	background-size: cover;
}

ul.header-contact__list {
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 10px;
}

ul.header-contact__list li a::before {
	content: none;
}

.header-contact__tel {
	margin-bottom: 15px;
}

.header-contact__list .header-contact__icon a {
	margin-bottom: 0;
	padding: 0 10px;
}

.header-contact__icon {
	margin-right: 0;
}

.menu-btn-check {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 6px 0;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	background: #491C05;
}

.header-contact__tel {
	width: 100%;
	text-align: center;
}

ul.header-info__list {
	display: flex;
	justify-content: center;
	padding: 0;
}

ul.header-info__list .header-info__list-item a {
	padding: 0 10px;
	font-weight: 400;
	background: none;
}

ul.header-info__list .header-info__list-item a:before {
	content: none;
}
