/*
Theme Name: Lemon Kids Lightning
Theme URI: sankyosyoji.com
Template: lightning
Description: NPO法人 とくしま発達支援センター - れもんキッズオリジナルテーマ
Author:
Tags:
Version: 0.6.1
*/

/*-- etc --*/
.text-center {
	text-align: center;
}
.red-text {
	color: #FF0000;
}
.flex-center {
	display: flex;
	justify-content: center;
}
.flex-center.space {
	margin-bottom: 2em;
}

/*-- html, body --*/
html, body {
	font-family: "Kosugi Maru", sans-serif;
}
/*-- site-header --*/
.site-header {
	position: fixed;
	top: 10px !important;
	left: 10px !important;
	z-index: 1000;
	border-radius: 999px;
	width: calc(100% - 20px) !important;
	animation: none !important;
	min-height: 66px;
	display: flex;
	align-items: center;
}
.site-header--layout--nav-float .site-header-container {
	padding: 10px;
	max-width: inherit;
}
.site-header--layout--nav-float .site-header-logo {
	padding: 0;
	margin: 0;
	width: calc(100% - 70px);
	max-width: 300px
}
.header_scrolled .site-header-logo {
	display: block !important;
}
@media screen and (min-width: 992px){
	.site-header {
		width: calc(100% - 40px) !important;
		top: 20px !important;
		left: 20px !important;
	}
	.site-header--layout--nav-float .site-header-logo {
		max-width: 340px
	}
}
/*-- global-nav --*/
@media screen and (min-width: 992px){
	.header_scrolled .site-header .global-nav {
		margin-right: 0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
}
.header_scrolled .global-nav-list {
	height: auto;
}
.global-nav--layout--float-right .global-nav-list {
	margin-right: 0.7em;
	font-size: 1.15em;
}
.global-nav-list > li {
	margin-left: 1.15em;
}
.global-nav-list > li.borders {
	padding-left: 1em;
	border-left: 1px solid rgba(0,0,0,0.1);
}
.device-pc .global-nav-list > li > a {
	color: #66b40c;
	padding: 0.5em 0;
	transition: all .4s;
}
.device-pc .global-nav-list > li.black > a {
	color: #212121;
}
.device-pc .global-nav-list > li.borders > a {
	color: #212121;
}
.device-pc .global-nav-list > li > a strong {
	font-size: 1.6em;
}
.device-pc .global-nav-list > li.black > a strong {
	font-size: 1.3em;
	font-weight: normal;
}
.global-nav-list > li::before {
	bottom: 0.5em;
	height: 10px;
	background-color: rgba(243, 172, 125, 0.3);
	border-bottom: 0;
}
.global-nav-list > li.borders::before {
	left: 1em;
}
.global-nav-list > li:hover a,
.global-nav-list > li[class*=current] a {
	color: var(--vk-color-custom-1);
}
.global-nav-list > li.black:hover a,
.global-nav-list > li.black.borders[class*=current] a {
	color: var(--vk-color-primary);
}
.global-nav-list>li.borders:hover:before,
.global-nav-list>li.borders[class*=current]:where(:not(.menu-item-anchor)):before {
	width: calc(100% - 1em);
}
.global-nav-list > li > ul.sub-menu {
	overflow: hidden;
	border-radius: 10px;
}
.global-nav-list .sub-menu li {
	font-size: 1.3em;
}
.global-nav-list .sub-menu li a,
.global-nav-list .sub-menu li a:hover {
	color: #FFFFFF !important;
}
/*-- vk-mobile-nav-menu-btn --*/
@media screen and (max-width: 991.98px){
	.vk-mobile-nav-menu-btn {
		width: 50px;
		height: 50px;
		transition: all .4s;
		border: 2px solid #66b40c;
		border-radius: 50%;
		background: url("images/vk-menu-btn-white.svg") center 50% no-repeat #66b40c;
		left: auto;
		top: 19px;
		right: 22px;
	}
	.vk-mobile-nav-menu-btn.menu-open {
		background-color: #fec829;
		border-color: #fec829;
		background-image: url("images/vk-menu-close-white.svg");
	}
	.admin-bar .vk-mobile-nav.vk-mobile-nav-drop-in,
	.vk-mobile-nav.vk-mobile-nav-drop-in {
		background-color: #66b40c;
		top: 0;
		left: 100%;
		opacity: 0;
		padding: 0;
	}
	.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,
	.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
	.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
		left: 0;
		opacity: 1;
	}
	.vk-mobile-nav::before {
		content: "MENU";
		color: #FFFFFF;
		font-size: 1.6rem;
		position: absolute;
		top: 33px;
		left: 18px;
		z-index: 9999;
	}
	.vk-mobile-nav-menu-outer {
		margin-top: 90px;
	}
	.vk-mobile-nav nav > ul {
		border-top: 1px solid rgba(255,255,255,0.3);
	}
	.vk-mobile-nav .widget_nav_menu ul li a,
	.vk-mobile-nav nav ul li a {
		border-bottom: 1px solid rgba(255,255,255,0.3);
		color: #FFFFFF;
		padding: 1rem;
		position: relative;
		transition: all .4s;
	}
	.vk-mobile-nav .widget_nav_menu ul li a::before,
	.vk-mobile-nav nav ul li a::before {
		content: "";
		height: 10px;
		width: 10px;
		display: block;
		border: 2px solid #ffec00;
		border-left-width: 0;
		border-top-width: 0;
		transform: rotate(-45deg);
		position: absolute;
		top: 50%;
		right: 18px;
		margin-top: -5px;
	}
	.vk-menu-acc ul.sub-menu,
	.vk-menu-acc ul.acc-child-open {
	  transition: all .5s ease-in;
	  max-height: 80vh;
	  overflow-y: auto;
	  opacity: 1;
	}
	.vk-menu-acc .acc-btn {
		display: none;
	}
	.vk-menu-acc ul.sub-menu li a {
		background-color: rgba(0,0,0,0.1);
	}
	@media (any-hover: hover) {
		.vk-mobile-nav .widget_nav_menu ul li a:hover,
		.vk-mobile-nav nav ul li a:hover {
			background-color: rgba(0,0,0,0.2);
		}
		.vk-menu-acc ul.sub-menu li a:hover {
			background-color: rgba(0,0,0,0.3);
		}
	}
}
/*-- page-head --*/
.page-head,
.page-header,
.post-name-home .site-body {
	margin-top: 0 !important;
}

/*-- site-body --*/
.post-name-home .site-body,
.post-name-aizumi .site-body,
.post-name-ishii .site-body,
.post-name-recruit .site-body {
    padding: 0;
}
.post-name-home .site-body .container,
.post-name-home .site-body .container-lg,
.post-name-home .site-body .container-md,
.post-name-home .site-body .container-sm,
.post-name-aizumi .site-body .container,
.post-name-aizumi .site-body .container-lg,
.post-name-aizumi .site-body .container-md,
.post-name-aizumi .site-body .container-sm,
.post-name-ishii .site-body .container,
.post-name-ishii .site-body .container-lg,
.post-name-ishii .site-body .container-md,
.post-name-ishii .site-body .container-sm,
.post-name-recruit .site-body .container,
.post-name-recruit .site-body .container-lg,
.post-name-recruit .site-body .container-md,
.post-name-recruit .site-body .container-sm {
	max-width: inherit;
	padding: 0;
	margin: 0;
}

/*-- page-header --*/
.page-header {
	padding-top: 100px;
	background-color: var(--vk-color-custom-2);
}
@media screen and (min-width: 992px){
	.page-header {
		padding-top: 130px;
	}
}
.page-header-title {
	text-align: center;
	color: #3fa538;
	font-family: "Stick", sans-serif;
	font-weight: 400;
	font-size: clamp(1px, 8vw, 1.8em);
	line-height: 1.4;
	margin-bottom: 2em;
}
/*-- entry-title --*/
.entry-title {
	border-bottom: 2px solid var(--vk-color-custom-1);
	padding-bottom: 0.3em;
}
/*-- entry-meta --*/
.entry-meta {
	color: var(--vk-color-custom-4);
	margin-bottom: 0.5em;
}
.entry-meta-item-updated,
.entry-meta-item-author {
	display: none;
}
/*-- h2 --*/
.entry-title--post-type--page,
h2:where(:not(.wp-block-post-title)) {
	border: 0;
	padding: 0;
	color: var(--vk-color-primary);
	margin-bottom: 0.5em;
}
/*-- h3 --*/
.site-footer-title,
.sub-section-title,
h3:where(:not(.wp-block-post-title)) {
	border: 0;
	padding: 0 0 0 1em;
}
.site-footer-title::after,
.sub-section-title::after,
h3:where(:not(.wp-block-post-title))::after {
	width: 6px;
	border: 0;
	background-color: var(--vk-color-primary);
	height: 100%;
	text-indent: -9999px;
	border-radius: 3px;
	left: 0;
}
/*-- h4 --*/
h4:where(:not(.wp-block-post-title)) {
	background-color: var(--vk-color-custom-2);
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 10px;
}

.site-body {
	line-height: 1.7;
}

.contents-link {
	padding-top: 150px;
	margin-top: -150px;
}









/*-- contents-bg --*/
.contents-bg {
	padding: 3em 15px;
}
.contents-bg.yellow {
	background-color: #fffde9;
}
@media screen and (min-width: 640px){
	.contents-bg {
		padding: 3em 30px;
	}
}
/*-- contents --*/
.contents {
	max-width: 1090px;
	margin: 0 auto;
}
/*-- home --*/
.home-bg {

	background-color: #fffde9;
	padding: 1px 15px 3em;
	overflow: hidden;
}
.home-head-img {
	margin-top: 60px;
}
@media screen and (min-width: 640px){
	.home-bg {
		padding: 1px 30px 3em;
	}
}
.home-head-text {
	width: 90%;
	max-width: 420px;
	margin: 1em auto 3em;
	font-size: clamp(1px, 5.2vw, 3em);
}
.home-head-text p {
	margin-top: 2em;
}
@media screen and (min-width: 500px){
	.home-head-text {
		font-size: 1.2em;
	}
	.home-head-text .none {
		display: none;
	}
}
@media screen and (min-width: 740px){
	.home-head {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		margin-bottom: -50px;
		position: relative;
		z-index: 2;
	}
	.home-head-img {
		margin-top: -15px;
		margin-right: -60px;
		width: 65%;
	}
	.home-head-text {
		width: 35%;
		font-size: 1.05em;
		margin-top: 5em;
	}
	.home-head-text .none {
		display: block;
	}
}
@media screen and (min-width: 1080px){
	.home-head-img {
		width: 60%;
	}
	.home-head-text {
		width: 40%;
	}
	.home-head-text .none {
		display: none;
	}
}
@media screen and (min-width: 1200px){
	.home-head {
		margin-bottom: -120px;
	}
	.home-head-text {
		width: 40%;
		margin-top: 0;
	}
}
/*-- about --*/
.home-about {
	background-color: #FFFFFF;
	border-radius: 30px 0 0 30px;
	margin-right: -30px;
	padding: 60px 60px 60px 30px;
	position: relative;
}
.home-about-title {
	font-family: "Stick", sans-serif;
	color: #937842;
	text-align: center;
	font-size: clamp(1px, 9vw, 1.3em);
	line-height: 1.4;
	margin: 2em 0;
}
.home-about-title h3 {
	font-size: 2.2em;
	font-weight: 400;
	color: #3fa538;
	margin-bottom: 0;
	padding: 0;
}
.home-about-title h3::after {
	display: none;
}
.home-about-title span {
	position: relative;
	font-size: 1.3em;
	color: #ffca28;
}
.home-about-title span img {
	content: "";
	position: absolute;
	width: 60%;
	top: 12%;
	left: -35%;
}
.home-about-text {
	font-family: "Stick", sans-serif;
}
.home-about-head {
	margin-bottom: 2em;
	font-size: 1.15em;
	display: flex;
	justify-content: center;
}
.home-about-head br {
	display: none;
}
.home-about-detail {
	background-color: rgba(255,249,190,0.5);
	border-radius: 20px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.home-about-detail p {
	margin-bottom: 1em;
}
.home-about-detail span {
	color: #3fa538;
}
.home-about-detail img {
	display: block;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}
@media screen and (min-width: 760px){
	.home-about-detail p {
		font-size: 1.3em;
	}
}
@media screen and (min-width: 860px){
	.home-about-head br {
		display: block;
	}
}
@media screen and (min-width: 1200px){
	.home-about-inner {
		display: flex;
		justify-content: space-between;
		max-width: 980px;
		padding-top: 150px;
		margin: 0 auto;
	}
	.home-about-head {
		margin-top: 1.6em;
	}
	.home-about-title {
		margin: 0.5em 0;
	}
}
/*-- contents-loop --*/
.contents-loop {
	position: absolute;
	bottom: -20%;
	right: -20%;
	z-index: 1;
	max-width: 900px;
	width: 50%;
	min-width: 300px;
	margin:50px;
	animation: 20s linear infinite rotation1;
}
@keyframes rotation1{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}
/*-- loop-slide --*/
.loop-slide {
	margin: 60px -30px;
	position: relative;
	z-index: 2;
}
.loop-slide .slick-slide {
	margin: 0 10px;
	border-radius: 10px;
	overflow: hidden;
}
/*-- plants --*/
.home-plants {
	margin-bottom: 3em;
}
.home-plants-title {
	font-family: "Stick", sans-serif;
	color: #937842;
	text-align: center;
	font-size: clamp(1px, 9vw, 1.3em);
	line-height: 1.4;
	margin-bottom: 2em;
}
.home-plants-title h3 {
	font-size: 2.2em;
	font-weight: 400;
	color: #3fa538;
	margin-bottom: 0;
	padding: 0;
}
.home-plants-title h3::after {
	display: none;
}
.home-plants-title span {
	position: relative;
	font-size: 1.3em;
	color: #ffca28;
}
.home-plants-title span img {
	content: "";
	position: absolute;
	width: 60%;
	top: 12%;
	left: -35%;
}
.home-plants-box-inner {
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	font-family: "Stick", sans-serif;
	padding: 0 0 10px;
	margin-bottom: 20px;
}
.home-plants-box-inner {
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	font-family: "Stick", sans-serif;
}
.home-plants-box-title {
	text-align: center;
	font-size: clamp(1px, 9vw, 1.9em);
	line-height: 1.4;
	margin: 1em 0;
	font-weight: 400;
	padding: 0;
	border: 0;
	background: none;
}
.home-plants-box-title span {
	background:linear-gradient(transparent 60%, #fcf0d0 60%);
}
.ishii .home-plants-box-title span {
	background:linear-gradient(transparent 60%, #cbf4c1 60%);
}
.home-plants-box-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 1em;
	font-size: clamp(1px, 6.5vw, 1.3em);
}
.home-plants-box-link a {
	display: block;
	width: 100%;
	border: 4px solid #f3ac9b;
	margin-bottom: 15px;
	padding: 1em 0;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	overflow: hidden;
	color: #212121;
	position: relative;
	transition: all .4s;
}
.home-plants-box-link a span {
	background:linear-gradient(transparent 60%, #f3ac9b66 60%);
}
.home-plants-box-link a::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid #f3ac9b;
	border-bottom: 10px solid #f3ac9b;
}
.home-plants-box-link a img {
	display: block;
	width: 80%;
	max-width: 180px;
	margin: 0 auto 1em;
}
.home-plants-box-link a:nth-child(2) {
	border-color: #9fce7e;
}
.home-plants-box-link a:nth-child(2) span {
	background:linear-gradient(transparent 60%, #9fce7e66 60%);
}
.home-plants-box-link a:nth-child(2)::before {
	border-right-color: #9fce7e;
	border-bottom-color: #9fce7e;
}
.home-plants-box-link a:nth-child(3) {
	border-color: #e1df7d;
}
.home-plants-box-link a:nth-child(3) span {
	background:linear-gradient(transparent 60%, #e1df7d66 60%);
}
.home-plants-box-link a:nth-child(3)::before {
	border-right-color: #e1df7d;
	border-bottom-color: #e1df7d;
}
.home-plants-box-link a:nth-child(4) {
	border-color: #7f92cc;
}
.home-plants-box-link a:nth-child(4) span {
	background:linear-gradient(transparent 60%, #7f92cc66 60%);
}
.home-plants-box-link a:nth-child(4)::before {
	border-right-color: #7f92cc;
	border-bottom-color: #7f92cc;
}
.home-plants-box-link a:nth-child(5) {
	border-color: #d075a4;
}
.home-plants-box-link a:nth-child(5) span {
	background:linear-gradient(transparent 60%, #d075a466 60%);
}
.home-plants-box-link a:nth-child(5)::before {
	border-right-color: #d075a4;
	border-bottom-color: #d075a4;
}
@media (any-hover: hover) {
	.home-plants-box-link a:hover {
		background-color: #f3ac9b33;
	}
	.home-plants-box-link a:nth-child(2):hover {
		background-color: #9fce7e33;
	}
	.home-plants-box-link a:nth-child(3):hover {
		background-color: #e1df7d33;
	}
	.home-plants-box-link a:nth-child(4):hover {
		background-color: #7f92cc33;
	}
	.home-plants-box-link a:nth-child(5):hover {
		background-color: #d075a433;
	}
}
@media screen and (min-width: 600px){
	.home-plants-box-link a {
		width: 48%;
	}
	.home-plants-box-link a:first-child {
		width: 100%;
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 700px){
	.home-plants-box {
		display: flex;
		justify-content: space-between;
		max-width: 1090px;
		margin: 0 auto;
	}
	.home-plants-box-link {
		font-size: clamp(1px, 1.8vw, 1.3em);
	}
	.home-plants-box-inner {
		width: 48.5%;
	}
}
/*-- recruit --*/
.home-rectuit {
	text-decoration: none;
	max-width: 1090px;
	margin: 0 auto 3em;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	transition: all .4s;
	position: relative;
}
@media (any-hover: hover) {
	.home-rectuit:hover {
		opacity: 0.6;
	}
}
.home-recruit-box {
	background-color: rgba(63,165,56,0.8);

	color: #FFFFFF;
	font-family: "Stick", sans-serif;
	padding: 2em 1em 1em;
}
.home-recruit-title {
	text-align: center;
	font-size: clamp(1px, 8vw, 1.3em);
	line-height: 1.4;
	margin-bottom: 1em;
}
.home-recruit-title h3 {
	font-size: 2.2em;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0;
}
.home-recruit-title h3::after {
	display: none;
}
.home-recruit-title span {
	position: relative;
	font-size: 1.3em;
}
.home-recruit-title span img {
	content: "";
	position: absolute;
	width: 60%;
	top: 12%;
	left: -35%;
}
.home-recruit-box p br {
	display: none;
}
.home-recruit-btn {
	background: url(images/arrow-icon-y.png) #FFFFFF center right 0.5em / 1em no-repeat;
	display: block;
	margin: 1em auto 1em;
	max-width: 300px;
	border-radius: 999px;
	color: #212121;
	text-decoration: none;
	padding: 0.5em 0;
	text-align: center;
	transition: all .4s;
	font-size: clamp(1px, 7vw, 1.3em);
}
.home-rectuit-bg {
	display: block;
}
@media screen and (min-width: 330px) {
	.home-recruit-box p {
		text-align: center;
	}
	.home-recruit-box p br {
		display: block;
	}
}
@media screen and (min-width: 840px) {
	.home-rectuit-bg {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		height: 330px;
		max-width: inherit;
	}
	.home-recruit-box {
		max-width: 350px;
		position: relative;
		z-index: 2;
		margin-left: auto;
		padding-top: 2em;
	}
}

/*-- page-head --*/
.page-head {
	background: url(images/page-head-aizumi.jpg) center / cover no-repeat;
	padding: 80px 30px 30px;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-head.ishii {
	background-image: url(images/page-head-ishii.jpg);
	background-position: center top;
}
.page-head.recruit {
	background-image: url(images/page-title-img03s-20250808.jpg);
}
.page-title {
	max-width: 232px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.page-title h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.2;
	font-size: clamp(1px, 6vw, 1.3em);
}
.page-title h1.solo {
	font-size: clamp(1px, 6vw, 2.5em);
}
.page-title h1 span {
	font-size: 3em;
}
@media screen and (min-width: 500px) {
	.page-head {
		min-height: 620px;
	}
	.page-title {
		max-width: 332px;
	}
	.page-title h1 {
		font-size: clamp(1px, 6vw, 1.6em);
	}
	.page-title h1.solo {
		font-size: clamp(1px, 6vw, 2.5em);
	}
}
@media screen and (min-width: 800px) {
	.page-head {
		justify-content: flex-start;
	}
	.post-name-recruit .page-head {
		justify-content: center;
	}
	.page-title {
		margin-left: 5%;
	}
	.post-name-recruit .page-title {
		margin-left: auto;
	}
}
@media screen and (min-width: 1280px) {
	.post-name-recruit .page-head {
		justify-content: flex-start;
	}
	.post-name-recruit .page-title {
		margin-left: 5%;
	}
	.page-head.recruit {
		background-image: url(images/page-title-img03-20250808.jpg);
	}
}
/*-- page-menu --*/
.page-menu {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.page-menu li {
	width: calc(100%/3);
	list-style: none;
	margin: 0;
}
.page-menu li a {
	border-left: 1px solid #e2f0df;
	display: block;
	border-bottom: 1px solid #e2f0df;
	font-size: clamp(1px, 3vw, 1em);
	text-align: center;
	text-decoration: none;
	color: #353535;
	font-family: "Stick", sans-serif;
	padding: 1em 0 1.8em;
	transition: all .4s;
	position: relative;
}
.page-menu li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10%;
	max-width: 20px;
	height: 20px;
	background: url(images/page-menu-icon.png) center bottom / 100% no-repeat;
}
.page-menu li img {
	display: block;
	margin: 0 auto;
	width: 40%;
	max-width: 46px;
}

@media (any-hover: hover) {
	.page-menu li a:hover {
		background-color: rgba(255,249,190,0.5);
	}
}
@media screen and (min-width: 800px) {
	.page-menu li {
		width: calc(100%/6);
		list-style: none;
	}
	.page-menu li a {
		font-size: clamp(1px, 1.5vw, 1em);
	}
}
/*-- contents-title --*/
.contents-title {
	text-align: center;
	color: #3fa538;
	font-family: "Stick", sans-serif;
	font-weight: 400;
	font-size: clamp(1px, 8vw, 1.8em);
	line-height: 1.4;
	margin-bottom: 2em;
}
.contents-title.recruit {
	font-size: clamp(1px, 7vw, 1.8em);
	margin-bottom: 0;
}
.contents-title span {
	display: inline-block;
}
.contents-title span.min {
	display: block;
	color: #716b57;
	font-family: "Kosugi Maru", sans-serif;
	font-size: 0.7em;
}
.contents-title img {
	display: block;
	width: 70px;
	margin: 0 auto;
}
/*-- news_text --*/
.news_text {
	margin: 0 auto;
	padding: 0;
	max-width: 900px;
	border: 2px solid #A4DEA0;
	border-radius: 10px;
	overflow: hidden;
}
.news_text.inpage {
	max-width: inherit;
	border: 0;
}
.news_text li {
	list-style: none;
	margin: 0;
	position: relative;
}
.news_text li span.date {
	color: var(--vk-color-primary);
	position: absolute;
	top: 1em;
	left: 1em;
	display: block;
	transition: all .4s;
}
.news_text li a {
	display: block;
	padding: 3em 1em 1em;
	border-top: 2px dashed #A4DEA0;
	transition: all .4s;
	width: 100%;
}
.news_text li:first-child a {
	border-top: 0;
}
.news_text li a[target="_blank"],
.news_text li a[href$=".pdf"] {
	padding-right: 0;
	background: none;
}
.news_text li a[target="_blank"] .blank {
	padding-right: 1.5em;
	background: url(images/blank.png) right 0.3em top 0.25em / 0.8em no-repeat;
}
.news_text li a[href$=".pdf"] .pdf {
	padding-right: 1.6em;
	background: url(images/pdf-icon.png) right 0.3em top 0.1em / 0.9em no-repeat;
}
.news_text li a[href$=".pdf"] .blank {
	display: none;
}
.news-list-new {
	background-color: var(--vk-color-custom-1);
	color: #FFFFFF;
	padding: 0 0.5em;
	display: inline-block;
	font-size: 0.85em;
	border-radius: 3px;
	margin-left: 0.5em;
	animation: postnew 3s linear infinite;
}
@media screen and (min-width: 500px) {
	.news_text li {
		display: flex;
	}
	.news_text li span.date {
		top: 1.2em;
	}
	.news_text li a {
		padding: 1.2em 1em 1.2em 8em;
	}
}
.news-link {
	background-color: #5bb24b;
	color: #FFFFFF;
	display: block;
	margin: 2em auto 1em;
	max-width: 300px;
	border-radius: 999px;
	text-decoration: none;
	padding: 0.5em 0;
	text-align: center;
	transition: all .4s;
	font-size: clamp(1px, 7vw, 1.3em);
}
.news-link span {
	background: url(images/arrow-icon-w.png) center left / 1em no-repeat;
	padding-left: 1.5em;
}
@media (any-hover: hover) {
	.news_text li a:hover {
		background-color: var(--vk-color-custom-2);
	}
	.news-link:hover {
		background-color: #ffca28;
		color: #FFFFFF;
	}
}
.news-title {
	margin: 2em 0 0;
	padding: 1em !important;
	background-color: var(--vk-color-custom-3);
}
/*-- contents-head --*/
.contents-head {
	margin-bottom: 4em;
}
.contents-head br {
	display: none;
}
@media screen and (min-width: 350px) {
	#support .contents-head {
		text-align: center;
	}
	#support .contents-head br {
		display: block;
	}
}
@media screen and (min-width: 370px) {
	#program .contents-head {
		text-align: center;
	}
	#program .contents-head br {
		display: block;
	}
}
@media screen and (min-width: 550px) {
	#day-service .contents-head {
		text-align: center;
	}
	#day-service .contents-head br {
		display: block;
	}
}

/*-- contents-box --*/
.contents-box {
	background-color: #fff8f2;
	border-radius: 15px;
	padding: 1px 24px 24px;
	margin-bottom: 6em;
}
.contents-box.bg2 {
	background-color: #f8faf2;
}
.contents-box.bg3 {
	background-color: #eff7fb;
}
.contents-box.bg4 {
	background-color: #fcf1f6;
}
.contents-box.bg5 {
	background-color: #fffde9;
}
.contents-box:last-child {
	margin-bottom: 3em;
}
.yellow .contents-box {
	background-color: #FFFFFF !important;
}
.contents-box-title {
	margin-top: -36px;
	font-family: "Stick", sans-serif;
	font-weight: 400;
	font-size: clamp(1px, 7vw, 2.2em);
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.4;
	padding: 0;
}
.contents-box-title::after {
	display: none;
}
.contents-box-title.no-img {
	margin: 2em 0 2em;
}
.contents-box-title span {
	display: block;
	font-size: 0.9em;
	color: #716b57;
}
.contents-box-title img {
	display: block;
	max-width: 80px;
	margin: 0 auto 1em;
}
/*-- contents-box-sub-title --*/
.contents-box-sub-title {
	font-family: "Stick", sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	padding: 0.7em;
	background-color: #fcebe2;
	border-radius: 8px;
	margin-bottom: 1em;
	line-height: 1.4;
}
.bg3 .contents-box-sub-title {
	background-color: #d9e8ff;
}
.bg4 .contents-box-sub-title {
	background-color: #f9cde4;
}
/*-- contents-box-inner --*/
.contents-box-inner {
	max-width: 840px;
	margin: 0 auto;
}
.contents-box-inner p {
	margin-bottom: 2em;
}

/*-- about --*/
.about-text {
	max-width: 680px;
	margin: 0 auto 1.5em;
}
@media screen and (min-width: 400px) {
	.about-text.name {
		display: flex;
		justify-content: flex-end;
	}
}
.about-img {
	text-align: center;
	margin: 3em auto 1em;
}
.about-img.min {
	max-width: 500px;
}
.about-img-inner {
	margin-bottom: 2em;
}
.about-img-inner img {
	display: block;
	margin-bottom: 1em;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
.about-img-inner.min img {
	max-width: 230px;
}
@media screen and (min-width: 500px) {
	.about-img {
		display: flex;
		justify-content: space-between;
	}
}
.comment-box {
	margin: 1em auto;
}
#comment .comment-box {
	max-width: 58em;
}
.comment-box-name {
	text-align: center;
	line-height: 1.4;
	margin-bottom: 1.5em;
	font-size: 0.83em;
}
.comment-box-name img {
	margin: 0 auto 0.7em;
	max-width: 230px;
	width: 100%;
	display: block;
}
.staff .comment-box-name img {
	margin-bottom: 0;
}
.comment-box-name span {
	font-size: 1.3em;
	font-weight: 700;
}
.comment-box-text {
	position: relative;
	margin: 0.5em 0 1.5em;
	padding: 1px 1em;
	background: #FFF;
	border: solid 3px #fcddd0;
	box-sizing: border-box;
	border-radius: 10px;
}
.comment-box-text p {
	margin: 1em 0;
}
.staff .comment-box-text {
	border-color: #d9e8ff;
}
#comment .comment-box-text,
.bg4 .comment-box-text {
	border-color: #f9cde4;
}
.comment-box-text:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}
.comment-box-text:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #fcddd0;
	z-index: 1;
}
.staff .comment-box-text:after {
	border-bottom-color: #d9e8ff;
}
#comment .comment-box-text:after,
.bg4 .comment-box-text:after {
	border-bottom-color: #f9cde4;
}
@media screen and (min-width: 500px) {
	.comment-box {
		display: flex;
		justify-content: space-between;
	}
	.comment-box.staff {
		align-items: center
	}
	.comment-box-name {
		width: 150px;
	}
	.comment-box-text {
		width: calc(100% - 180px);
		display: flex;
		align-items: center;
	}
	.comment-box-text:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -24px;
		margin-top: -12px;
		margin-left: 0;
		border: 12px solid transparent;
		border-bottom: 12px solid transparent;
		border-right: 12px solid #FFF;
		z-index: 2;
	}
	.comment-box-text:after {
		content: "";
		position: absolute;
		top: 50%;
		left: -30px;
		margin-top: -14px;
		margin-left: -0;
		border: 14px solid transparent;
		border-bottom: 14px solid transparent;
		border-right: 14px solid #fcddd0;
		z-index: 1;
	}
	.staff .comment-box-text:after {
		border-bottom-color: transparent;
		border-right-color: #d9e8ff;
	}
	#comment .comment-box-text:after,
	.bg4 .comment-box-text:after {
		border-bottom-color: transparent;
		border-right-color: #f9cde4;
	}
}

/*-- about-table --*/
.about-table h4 {
	font-weight: 400;
	padding: 0.7em;
	background-color: #e8f2df;
	border-radius: 8px;
	margin-bottom: 1em;
	line-height: 1.4;
	font-size: 1rem;
}
.bg1 .about-table h4 {
	background-color: #fcebe2;
}
p.about-table-text,
.about-table-text {
	padding: 0;
	margin: 0 0 1em;
}
.about-table-text li {
	padding: 0 0 0 1.5em;;
	margin: 0.5em 0;
	position: relative;
	list-style: none;
}
.about-table-text li::before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 1em;
	height: 1em;
	background-color: #c6dfa2;
	border-radius: 50%;
}
.bg1 .about-table-text li::before {
	background-color: #fcddd0;
}
@media screen and (min-width: 400px) {
	ul.about-table-text.line {
		display: flex;
		flex-wrap: wrap;
	}
	ul.about-table-text.line li {
		width: 44%;
	}
	ul.about-table-text.line li:nth-child(2n) {
		width: 56%;
	}
	ul.about-table-text.line.ishii-ryoiku li {
		width: 45%;
	}
	ul.about-table-text.line.ishii-ryoiku li:nth-child(2n) {
		width: 55%;
	}
}
@media screen and (min-width: 500px) {
	.about-table {
		display: flex;
		justify-content: space-between;
	}
	.about-table h4 {
		width: 10em;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.about-table-text {
		width: calc(100% - 11em);
	}
	ul.about-table-text.line.ishii-ryoiku li,
	ul.about-table-text.line.ishii-ryoiku li:nth-child(2n) {
		width: 100%;
	}
}
@media screen and (min-width: 630px) {
	ul.about-table-text.line.ishii-ryoiku li {
		width: 45%;
	}
	ul.about-table-text.line.ishii-ryoiku li:nth-child(2n) {
		width: 55%;
	}
}
@media screen and (min-width: 730px) {
	ul.about-table-text.line {
		display: flex;
		flex-wrap: wrap;
	}
	ul.about-table-text.line li,
	ul.about-table-text.line li:nth-child(2n) {
		width: 30%;
	}
	ul.about-table-text.line li:nth-child(3n) {
		width: 40%;
	}
	ul.about-table-text.line.ishii-ryoiku li:nth-child(3) {
		width: 45%;
	}
}
@media screen and (min-width: 800px) {
	ul.about-table-text.line.ishii-ryoiku li,
	ul.about-table-text.line.ishii-ryoiku li:nth-child(2n) {
		width: 30%;
	}
	ul.about-table-text.line.ishii-ryoiku li:nth-child(3),
	ul.about-table-text.line.ishii-ryoiku li:nth-child(3n) {
		width: 40%;
	}
}

/*-- about-list --*/
.about-list {
	padding: 0;
	margin: 0 auto 2.5em;
	max-width: 13em;
}
.about-list li {
	padding: 0 0 0 1.5em;;
	margin: 0.5em 0;
	position: relative;
	list-style: none;
}
.about-list li::before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 1em;
	height: 1em;
	background-color: #82a6e0;
	border-radius: 50%;
}
.bg4 .about-list li::before {
	background-color: #f9cde4;
}
@media screen and (min-width: 500px) {
	.about-list {
		display: flex;
		flex-wrap: wrap;
		max-width: 22em;
	}
	.about-list li {
		width: 50%;
	}
	.about-list li:last-child {
		width: 100%;
	}
	.post-name-ishii .about-list li {
		width: 40%;
	}
	.post-name-ishii .about-list li:nth-child(2n),
	.post-name-ishii .about-list li:last-child {
		width: 60%;
	}
}
@media screen and (min-width: 900px) {
	.about-list {
		display: flex;
		flex-wrap: wrap;
		max-width: 30em;
	}
	.post-name-ishii .about-list {
		max-width: 24em;
	}
	.about-list li {
		width: 28%;
	}
	.about-list li:nth-child(3n),
	.about-list li:last-child {
		width: 44%;
	}
	.post-name-ishii .about-list li,
	.post-name-ishii .about-list li:nth-child(2n),
	.post-name-ishii .about-list li:nth-child(2),
	.post-name-ishii .about-list li:nth-child(5) {
		width: 34%;
	}
	.post-name-ishii .about-list li:nth-child(3n) {
		width: 29%;
	}
	.post-name-ishii .about-list li:last-child {
		width: 64%;
	}
}
/*-- about-schedule --*/
.about-schedule {
	margin: 0 auto 2em;
	padding: 0 1.5em;
	position: relative;
	max-width: 23.5em;
}
.about-schedule.wide {
	max-width: 30em;
}
.about-schedule::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(2em + 22px);
	height: 100%;
	border: 2px dotted #fcbee1;
}
.about-schedule.no-border::before {
	display: none;
}
.about-schedule-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1em;
	position: relative;
	z-index: 2;
}
.about-schedule-inner.top {
	align-items: flex-start;
}
.about-schedule-time {
	width: 4em;
	height: 4em;
	background-color: #FFFFFF;
	border-radius: 50%;
	border: 4px solid #f9cde4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg5 .about-schedule::before,
.bg5 .about-schedule-time {
	border-color: #e8da89;
}
.about-schedule-text {
	width: calc(100% - 5em);
	border-bottom: 5px solid #f9cde4;
}
.bg2 .about-schedule-text {
	border-bottom-color: #c6dfa2;
}
.bg5 .about-schedule-text {
	border-bottom-color: #e8da89;
}
.about-schedule-text span {
	display: inline-block;
	margin-right: 1em;
}
.about-schedule-text span:last-child {
	margin-right: 0;
}
.about-schedule-box {
	background-color: #fdf4f7;
	border-radius: 10px;
	padding: 0 0 1em;
	margin-bottom: 2em;
}
.bg2 .about-schedule-box {
	background-color: #f8faf2;
}
.about-schedule-box h4 {
	font-family: "Stick", sans-serif;
	color: #716b57;
	font-weight: 400;
	text-align: center;
	font-size: clamp(1px, 7vw, 1.6em);
	padding: 1em 0;
	line-height: 1.4;
	margin-bottom: 2em;
	border-radius: 0;
	background: none;
	border: 0;
	border-bottom: 4px dashed #f9cde4;
}
.bg2 .about-schedule-box h4 {
	border-bottom-color: #c6dfa2;
}
.about-schedule-box h4 span {
	display: block;
	font-size: 0.8em;
}
.about-schedule-box .about-schedule {
	max-width: 22.5em;
}
.bg2 .about-schedule-box .about-schedule::before,
.bg2 .about-schedule-box .about-schedule-time {
	border-color: #c6dfa2;
}
.about-schedule-border {
	border-bottom: 4px dashed #f9cde4;
	margin: 2em 0;
}
.bg2 .about-schedule-border {
	border-bottom-color: #c6dfa2;
}
@media screen and (min-width: 750px) {
	.about-schedule-contents {
		display: flex;
		justify-content: space-between;
	}
	.about-schedule-box {
		width: 48.5%;
	}
	.about-schedule-box h4 {
		padding: 1.58em 0;
	}
	.about-schedule-box h4:has(span) {
		padding: 1em 0;
	}
}


/*-- point-list --*/
.point-list {
	padding: 0;
	margin: 0 0 1.5em;
}
.point-list.min,
.point-list.min2 {
	margin: 0 auto 1.5em;
	padding: 0 1.5em;
	max-width: 29em;
}
.point-list.min2 {
	max-width: 34em;
}
.point-list li {
	padding-left: 1.5em;
	margin-bottom: 0.5em;
	position: relative;
	list-style: none;
}
.point-list li .point {
	position: absolute;
	top: 0;
	left: 0;
}



/*-- program-table --*/
.program-table {
	margin: 0 auto;
	max-width: 60em;
}
#program .program-table {
	max-width: 41em;
}
#day-service .program-table {
	max-width: 48em;
}
.program-table-inner {
	margin-bottom: 2em;
	position: relative;
	padding-top: 3.5em;
}
.program-table-title {
	border: 0;
	border-bottom: 3px solid #ffe3e3;
	line-height: 1.4;
	padding: 0 0 0.4em;
	border-radius: 0;
	background: none;
	margin-bottom: 0.7em;
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.bg3 .program-table-title {
	border-bottom-color: #d9e8ff;
}
.program-table-img {
	border-radius: 10px;
	overflow: hidden;
}
.program-table-img img {
	display: block;
}
.program-table-text {
	margin: 1em 0 0;
}
.program-table-text ul {
	padding: 0;
	margin: 0;
}
.program-table-text ul li {
	padding: 0 0 0 1.5em;
	margin: 0.2em 0;
	position: relative;
	list-style: none;
}
.program-table-text ul li::before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 1em;
	height: 1em;
	background-color: #ffd7d7;
	border-radius: 50%;
}
.bg3 .program-table-text ul li::before {
	background-color: #82a6e0;
}
@media screen and (min-width: 500px) {
	.program-table-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.bg3 .program-table-inner {
		align-items: flex-start;
	}
	.program-table-img {
		width: 13em;
	}
	.program-table-text {
		width: 100%;
	}
	.program-table-img + .program-table-text {
		margin-top: 0;
		width: calc(100% - 14.5em);
	}
}
@media screen and (min-width: 660px) {
	#program .program-table-inner {
		padding-top: 0;
	}
	#program .program-table-title {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}
	#program .program-table-img {
		width: 16em;
	}
	#program .program-table-img + .program-table-text {
		margin-top: 0;
		width: calc(100% - 17.5em);
	}
}
@media screen and (min-width: 1000px) {
	.bg3 .program-table-inner {
		padding-top: 0;
		align-items: center;
	}
	.bg3 .program-table-title {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}
	.bg3 .program-table-img {
		width: 16em;
	}
	.bg3 .program-table-img + .program-table-text {
		margin-top: 0;
		width: calc(100% - 17.5em);
	}
}


/*-- access --*/
.access-head {
	text-align: center;
	margin-bottom: 2em;
}
.access-head img {
	display: block;
	margin: 0 auto 1.5em;
	max-width: 300px;
	width: 100%;
}
.access-head span {
	display: block;
}
.map {
	display: block;
	width: 100%;
	height: 300px;
	margin: 0 auto 2em;
}
@media screen and (min-width: 400px) {
	.access-head span {
		display: inline-block;
		margin-right: 1em;
	}
	.access-head span.fax {
		margin: 0 0 0 1em;
		padding-left: 1em;
		border-left: 1px solid #353535;
	}
}
@media screen and (min-width: 500px) {
	.map {
		height: 400px;
	}
}


/*-- assessment-box --*/
.assessment-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.assessment-box-inner {
	background-color: #eff7fb;
	border-radius: 15px;
	padding: 1px 0 24px;
	margin-bottom: 2em;
	width: 100%;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.assessment-box-inner:nth-child(2) {
	background-color: #fcf1f6;
}
.assessment-box-inner:nth-child(3) {
	background-color: #f8faf2;
}
.assessment-box-inner h4 {
	font-family: "Stick", sans-serif;
	color: #716b57;
	font-weight: 400;
	text-align: center;
	font-size: clamp(1px, 7vw, 1.6em);
	padding: 1em 0;
	line-height: 1.4;
	margin-bottom: 1.5em;
	border: 0;
	border-bottom: 4px dashed #b5d2f4;
	background: none;
	border-radius: 0;
}
.assessment-box-inner:nth-child(2) h4 {
	border-bottom-color: #f9cde4;
}
.assessment-box-inner:nth-child(3) h4 {
	border-bottom-color: #c6dfa2;
}
.assessment-box-inner ul {
	padding: 0 24px;
	margin: 0 auto;
	max-width: 29em;
}
.assessment-box-inner li {
	padding-left: 1.5em;
	margin: 0.5em 0;
	list-style: none;
	background: url(images/pdf-icon.png) top 2px left / 1em no-repeat;
}
.assessment-box-inner li a {
	color: #353535;
}
@media (any-hover: hover) {
	.assessment-box-inner li a:hover {
		opacity: 0.6;
	}
}
@media screen and (min-width: 800px) {
	.assessment-box-inner {
		width: 32%;
	}
	.assessment-box-inner h4 {
		font-size: clamp(1px, 2.5vw, 1.6em);
	}
}


.recruit-list {
	padding: 0;
	margin: 0 auto;
	max-width: 18em;
}
.recruit-list li {
	padding: 0 0 0 1.5em;;
	margin: 0.5em 0;
	position: relative;
	list-style: none;
	font-size: clamp(1px, 5.7vw, 1.3em);
}
.recruit-list li::before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 1em;
	height: 1em;
	background-color: #3fa538;
	border-radius: 50%;
}
@media screen and (min-width: 700px) {
	.recruit-list {
		max-width: inherit;
		text-align: center;
	}
	.recruit-list li {
		display: inline-block;
		margin: 0 0.5em 0.5em;
	}
}
.recruit-text {
	display: flex;
	justify-content: center;
	margin: 2em 0;
	font-size: clamp(1px, 5.7vw, 1.3em);
}
@media screen and (min-width: 550px) {
	.recruit-text {
		text-align: center;
	}
}

/*-- contact --*/
.contact-title {
	font-family: "Stick", sans-serif;
	color: #937842;
	text-align: center;
	font-size: clamp(1px, 9vw, 1.3em);
	line-height: 1.4;
	margin-bottom: 2em;
}
.contact-title h3 {
	font-size: 2.2em;
	font-weight: 400;
	color: #3fa538;
	margin-bottom: 0;
	padding: 0;
}
.contact-title h3::after {
	display: none;
}
.contact-title span {
	position: relative;
	font-size: 1.3em;
	color: #ffca28;
}
.contact-title span img {
	content: "";
	position: absolute;
	width: 60%;
	top: 12%;
	left: -35%;
}
.contact-head br.none {
	display: none;
}
@media screen and (min-width: 500px) {
	.contact-head {
		text-align: center;
	}
	.contact-head br.none {
		display: block;
	}
}
.contact-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: "Stick", sans-serif;
	color: #555555;
	margin-bottom: 1em;
}
.contact-box-inner {
	background-color: #fffbf8;
	border: 6px solid #f8f0c3;
	border-radius: 20px;
	width: 100%;
	max-width: 480px;
	margin: 2em auto 0;
}
.contact-box-inner.ishii {
	background-color: #f9fcf8;
	border-color: #d6e6cb;
}
.contact-box-title {
	font-weight: 400;
	text-align: center;
	font-size: clamp(1px, 7vw, 1.6em);
	padding: 1em 0;
	border-bottom: 4px dashed #f8f0c3;
	background: none;
	border-radius: 0;
	margin-bottom: 0;
}
.ishii .contact-box-title {
	border-color: #d6e6cb;
}
.solo .contact-box-title {
	display: none;
}
.contact-box-tel {
	text-align: center;
	font-size: clamp(1px, 5.5vw, 1.4em);
	padding: 1em 0;
}
.contact-box-tel p {
	margin-bottom: 0 !important;
}
.contact-box-tel a {
	font-weight: bold;
	font-size: 1.8em;
	font-family: "Kosugi Maru", sans-serif;
	color: #bd4c83;
	text-decoration: none;
	padding: 0.2em 0 0.2em 0.8em;
	display: inline-block;
	background: url(images/tel-icon.png) center left / 0.6em no-repeat;
	transition: all .4s;
}
.contact-box-tel .sub {
	font-size: 0.8em;
	font-family: "Kosugi Maru", sans-serif;
}
@media (any-hover: hover) {
	.contact-box-tel a:hover {
		opacity: 0.6;
	}
}
.contact-box-mail {
	border-top: 4px dashed #f8f0c3;
	text-align: center;
	font-size: clamp(1px, 5.5vw, 1.4em);
	padding: 1em 0;
}
.ishii .contact-box-mail {
	border-color: #d6e6cb;
}
.contact-box-mail p {
	margin-bottom: 0.5em !important;
}
.contact-box-mail a {
	background-color: #5bb24b;
	display: block;
	margin: 0.5rem auto 0;
	max-width: 260px;
	width: 90%;
	border-radius: 999px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.5em 0;
	font-family: "Kosugi Maru", sans-serif;
	transition: all .4s;
}
.contact-box-mail a span {
	padding-left: 1.6em;
	background: url(images/mail-icon.png) center left / 1.2em no-repeat;
}
@media (any-hover: hover) {
	.contact-box-mail a:hover {
		background-color: #fec829;
	}
}
@media screen and (min-width: 860px) {
	.contact-box-inner {
		width: 48.5%;
		max-width: inherit;
		margin: 2em 0 0;
	}
	.solo .contact-box-inner {
		width: 100%;
		max-width: 760px;
		margin: 2em auto 0;
		display: flex;
		justify-content: center;
	}
	.solo .contact-box-tel {
		padding: 1em;
		width: 50%;
	}
	.solo .contact-box-mail {
		border-top: 0;
		border-left: 4px dashed #f8f0c3;
		padding: 1em;
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.solo .ishii .contact-box-mail {
		border-left-color: #d6e6cb;
	}
}
/*-- footer --*/
.site-footer {
	font-size: 1rem !important;
	border: 0;
}
#footer-inner {
	padding: 3em 15px 1em;
	background-color: #f8faf2;
}
.footer-box-inner {
	max-width: 17em;
	margin: 0 auto 2em;;
}
.footer-box-inner h5 {
	margin: 0 0 0.5em;
	font-family: "Stick", sans-serif;
	color: #3fa538;
	font-size: clamp(1px, 10vw, 1.5em);
	line-height: 1.4;
	font-weight: 400;
	padding: 0;
	border: 0;
}
.footer-box-inner p {
	margin-bottom: 0;
}
.footer-banner a {
	max-width: 17em;
	display: block;
	margin: 0 auto 1em;
}
.footer-text {
	padding: 1.2em 1em 0.5em;
	text-align: center;
}
@media screen and (min-width: 640px) {
	.footer-box,
	.footer-banner {
		display: flex;
		justify-content: center;
	}
	.footer-box-inner,
	.footer-banner a {
		margin: 0 1em 2em;;
	}
}
@media screen and (min-width: 900px) {
	#footer-inner {
		display: flex;
		justify-content: center;
	}
	.footer-banner {
		display: block;
		margin-left: 1em;
	}
	.footer-banner a {
		max-width: 13em;
		margin: 0 0 1em;
	}
}
.copyright {
	padding: 0 1em 1em;
	font-size: clamp(1px, 3vw, 0.9em);
	text-align: center;
}
.page_top_btn {
	border-radius: 50%;
	background-color: var(--vk-color-primary);
	box-shadow: 0 0 0 1px rgba(255,255,255,.8),0 0 0 2px var(--vk-color-primary);
}
.scrolled .page_top_btn {
	opacity: 0.8;
}