/* CSS Document */

.header-title {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: clamp(1rem, 0.827rem + 0.74vw, 1.25rem);
	color: #5a1e7c;
	background-color: rgba(255, 255, 255, 0.8);
    font-family: serif;
    font-weight: 600;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.25);
	position: relative;
	z-index: 100;
}

@media screen and (max-width: 918px) {
    #sp_btn_header {
        top: 50%;
		transform: translateY(-50%);
    }
}

footer {
	width: 100%;
	text-align: justify;
	font-size: 14px;
}

.footer-inner {
	width: 100%;
	margin-bottom: 30px;
}

.footer-inner ul {
	padding: 0 24px;
}

.footer-inner ul li {
	margin-bottom: 12px;
}

.footer-inner ul li:last-child {
	margin-bottom: 0;
}