@charset "utf-8";
/*----------------------------------------------
	.l_all
---------------------------------------------*/
.l_all {
	overflow: hidden;
}
/*----------------------------------------------
	.l_wrap
---------------------------------------------*/
.l_wrap {
	width: 1260px;
	margin: auto;
}
.l_wrap_min {
	width: 1000px;
	margin: auto;
}
.l_wrap_large{
	width: 1800px;
	margin: auto;
}
@media screen and (max-width: 1850px) {
	.l_wrap_large{
		width: 95%;
	}
}
@media screen and (max-width: 1280px) {
	.l_wrap,
	.l_wrap_min {
		width: 95%;
	}
}
/*----------------------------------------------
	.l_header
---------------------------------------------*/
.l_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
    background: #ffffff7a;
    align-items: center;
    transition: all 0.3s ease;
	backdrop-filter: blur(15px);
}
.l_header.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.l_header_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 4rem;
}
@media (max-width: 1300px) {
	.l_header_wrap{
		padding: 0 2rem;
	}
}
@media screen and (max-width: 768px) {
  .l_header {
    padding: 0 0 0 0.5rem;
    height: 60px;
  }
	.l_header_wrap {
        padding: 0 1rem;
        align-items: center;
    }
	.l_logo {
        width: 110px;
    }
}
/*  .l_logo
---------------------------------------------*/
.l_logo {
    width: 200px;
    padding-top: 0.5rem;
}
.l_logo a {
	transition: 0.3s;
}
.l_logo a:hover {
	opacity: 0.5;
}
@media (max-width: 768px) {
	.l_logo {
		width: 110px;
	}
}
/*----------------------------------------------
	.l_page_title
---------------------------------------------*/
.l_page_title {
	margin-bottom: 60px;
	text-align: center;
}
@media (max-width: 960px) {
	.l_page_title {
		margin-bottom: 40px;
	}
}
@media (max-width: 768px) {
	.l_page_title {
		margin-bottom: 20px;
	}
}
/*----------------------------------------------
	.l_page_cont
---------------------------------------------*/
.l_page_cont {
	font-size: 2rem;
}
.l_page_cont .wp-block-button__link {
	background: var(--main-color);
	color: #fff !important;
	transition: 0.3s;
}
.l_page_cont .wp-block-button__link:hover {
	background: var(--base-color);
}
@media (max-width: 1280px) {
	.l_page_cont {
		font-size: calc(16px + 4 * (100vw - 768px) / 512);
	}
}
@media (max-width: 768px) {
	.l_page_cont {
		font-size: 1.6rem;
	}
}
/*----------------------------------------------
	.l_pagetop　必要なら復活
---------------------------------------------*/
.l_pagetop {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 999;
}
.l_pagetop a {
	transition: 0.2s;
}
.l_pagetop a:hover {
	opacity: 0.5;
}
.l_pagetop img {
	width: 60px;
}
@media (max-width: 1280px) {
}
@media (max-width: 968px) {
	.l_pagetop {
		display: none!important;
	}
}
/*----------------------------------------------
	.l_footer
---------------------------------------------*/
.l_footer {
	background-color: var(--bl-color);
	padding: 60px 0 50px;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
}
.l_footer a {
	color: #fff;
	text-decoration: none;
}
.l_footer a:hover {
	text-decoration: none;
}
.l_f_logo {
	max-width: 140px;
	width: 20%;
	margin: auto;
}
.l_f_logo a {
	transition: 0.2s;
}
.l_f_logo a:hover {
	opacity: 0.5;
}
.l_f_link {
	margin: 2rem auto 4rem;
}
.l_f_link a {
    font-size: 1.3rem;
    background: var(--bk-color);
    padding: 0.5rem 2rem;
    border-radius: 50px;
	transition: .3s;
}
.l_f_link a:hover {
	opacity: 0.7;
	transition: .3s;
}

/*  .l_copyright
---------------------------------------------*/
.l_copyright {
	font-size: 1.2rem;
}
@media (max-width: 1280px) {
	.l_footer {
		font-size: calc(14px + 4 * (100vw - 768px) / 512);
	}
	/*  .l_copyright
	---------------------------------------------*/
	.l_copyright {
		font-size: calc(10px + 2 * (100vw - 768px) / 512);
	}
}
@media (max-width: 768px) {
	.l_footer {
		padding: 30px 0 20px;
		font-size: 1.4rem;
	}
		.l_f_link {
			margin: 20px 0 20px;
		}
	}
	.l_copyright {
		font-size: 1rem;
	}
}
