@charset "utf-8";

body {
	background: url(../images/an_bg_sp.jpg) repeat-y top;
	background-size: 100%;
}

.logo,
.certification,
.aspara {
	display: none;
}

.mainContents {
	margin-top: 0px;
}

h1 {
	max-width: 95%;
	font-size: 1.125rem; /*18px相当*/
	padding-bottom: 2px;
	margin-left: -5%;
	border-top: rgb(57 23 0 / .5) 1.5px solid;
	border-bottom: rgb(57 23 0 / .5) 1.5px solid;
	text-align: center;
}

.text {
	max-width: 95%;
    font-size: 0.875rem; /* 14px相当 */
	margin-left: -5%;
	margin-bottom: 10%;
}

footer {
	background: url(../images/new-nin-mark-l.png) no-repeat bottom;
	background-size: 30%;
	background-position-y: bottom;
	padding-bottom: 10%;
}

footer ul {
	margin-top: -35px;
	margin-bottom: 40%;
	font-size: 1rem; /*16px相当*/
}

footer li {
	display: block;
	padding: 10px;
}

footer li+li::before {
	content: none;
}

footer p small {
	position: absolute;
	right: 0;
	left: 0;
	padding: 16px;
	margin-top: 5rem;
	background: #C1E17A;
	mix-blend-mode: multiply;
}

small {
    font-size: 0.875rem; /* 14px相当 */
}

/* Nav items */
.menu {
	list-style: none;
	position: fixed;
	width: 100%;
	top: 0;
	clear: both;
	background: url(../images/an_bg_sp_gr.jpg) no-repeat top;
	background-size: 100%;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	transform: scale(1, 0);
	transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
	transform: scale(1, 1);
	transform-origin: top;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menu text */
.menu a {
	text-decoration: none;
	font-size: 1.125rem; /* 18px相当 */
	line-height: 4rem;
	color: #391700;
	opacity: 0;
	transition: 0.5s;
}

.menu li {
	opacity: 0;
	transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
	opacity: 1;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
	display: none;
}

.menu-icon {
	display: inline-block;
	position: fixed;
	cursor: pointer;
	padding-top: 34px;
	right: 16px;
	padding-right: 10px;
	z-index: 3;
}

.navicon {
	background: #fff;
	display: block;
	height: 1.5px;
	width: 38px;
    filter: drop-shadow(0 0 2px #636363);
	position: relative;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #fff;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
	top: 8px;
}

.navicon:after {
	bottom: 8px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
	top: 0;
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
	background: rgba(0, 0, 0, 0);
	transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/*ドロワーメニュー用設定*/
nav ul {
	position: fixed;
	height: 100%;
	width: 100%;
	padding: 4em;
	flex-direction: column;
	z-index: 1;
	transition: .3s;
}

nav ul li {
	width: auto;
}

nav ul li a,
nav ul li:first-child a {
	border-style: none;
}

nav ul li a {
	text-align: left;
	padding: 0.4em 0;
}