@charset "utf-8";
/*----------------------------------------------
	.l_all
---------------------------------------------*/
.l_all {
	overflow: hidden;
}
/*----------------------------------------------
	.l_wrap
---------------------------------------------*/
.l_wrap {
	width: 1140px;
	margin: auto;
}
.l_wrap_sm {
	width: 700px;
	margin: auto;
}
@media screen and (max-width: 1280px) {
	.l_wrap {
		width: 95%;
	}
}
@media screen and (max-width: 768px) {
	.l_wrap_sm {
		width: 95%;
	}
}
/*----------------------------------------------
	.l_header
---------------------------------------------*/
.l_header {
	padding: 110px 0 80px;
}
/*  .l_logo
---------------------------------------------*/
.l_logo {
	width: 65%;
	max-width: 446px;
	margin: auto;
	font-size: 0;
	line-height: 1;
}
@media screen and (max-width: 1024px) {
	/*  .l_logo
---------------------------------------------*/
	.l_logo {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	/*  .l_logo
---------------------------------------------*/
	.l_logo {
		width: 40%;
	}
}
@media screen and (max-width: 640px) {
	.l_header {
		padding: 60px 0 40px;
	}
	/*  .l_logo
---------------------------------------------*/
	.l_logo {
		width: 50%;
	}
}

/*----------------------------------------------
	.l_pagetop　必要なら復活
---------------------------------------------*/
/* .l_pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.l_pagetop a {
    display: block;
    background: #fff;
    padding: .7em .7em .5em;
    font-size: 1.4rem;
    color: var(--bk-color);
    text-align: center;
    line-height: 1.2;
    transition: all .2s ease;
}
.l_pagetop a:hover {
    color: var(--bk-color);
    opacity: .5;
}
@media screen and (max-width: 1280px) {
    .l_pagetop a  {
      font-size: calc(14px + ((1vw - 12.6px)*(16/10)));
    }
}
@media screen and (max-width: 768px) {
    .l_pagetop {
        position: static;
    }
    .l_pagetop a {
        background: var(--bk-color);
        border-bottom: 1px solid var(--bk-color);
        padding: 1em;
        font-size: 1.2rem;
        color: #fff;
    }
    .l_pagetop a:hover {
        color: #fff;
    }
} */
/*----------------------------------------------
	.l_footer
---------------------------------------------*/
.l_footer {
	padding: 80px 0 60px;
}
.l_footer_info {
	text-align: center;
}
.l_footer_ttl {
	margin-bottom: 20px;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.125em;
	color: var(--main-color);
	font-weight: 400;
}
.l_footer_schedule {
	margin-top: 30px;
	font-size: 1.25em;
	line-height: 1.2;
}
.l_footer_links {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 30px;
}
.l_footer_btn {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	width: 120px;
	height: 120px;
	background: var(--main-color);
	border-radius: 20px;
	color: #fff !important;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}
.l_footer_btn > * {
	width: 100%;
}
.l_footer_btn img {
	display: block;
	width: 44px;
	margin: 0 auto 10px;
}
.l_footer_btn:hover {
	background: var(--key-color);
}
.l_footer_note {
	margin-bottom: 20px;
	font-size: 0.875em;
}
.l_footer_note a {
	color: var(--gn-color);
}
.l_footer_note a:hover {
	color: #c00;
	text-decoration: none;
}
/*  .l_copyright
---------------------------------------------*/
.l_copyright {
	font-family: "Cinzel", serif;
	font-size: 0.75em;
	color: var(--base-color);
	text-align: center;
}
@media screen and (max-width: 640px) {
	.l_footer {
		padding: 40px 0 30px;
	}
	.l_footer_links {
		margin-top: 40px;
	}
	.l_footer_btn {
		width: 94px;
		height: 94px;
	}
}
@media screen and (max-width: 420px) {
	.l_footer_links {
		justify-content: center;
		flex-wrap: wrap;
	}
	.l_footer_btn {
		margin: 10px 20px;
	}
}
