/*
Theme Name: Saga-U Lightning
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
.inline-text {
	display: inline-block;
}
.red-text {
	color: #C70C10;
}
a {
	color: #000000;
}
a[href$=".pdf"]{
	padding-right: 1.5em;
	background: url('images/pdf-icon-red.png') top 0.1em right / 0.9em no-repeat;
}
a.wp-block-button__link[href$=".pdf"]{
	background-image: none;
}
a.wp-block-button__link[href$=".pdf"] strong{
	padding-right: 1.5em;
	background: url('images/pdf-icon-red.png') top 0.1em right / 0.9em no-repeat;
}
.top-mini-space {
	margin-top: 1em !important;
}
.bottom-mini-space {
	margin-bottom: 0.5em !important;
}
/* --------------- body --------------- */
body.custom-background {
	background-image: url('images/page-bg01.png');
	background-position: top 50px right -20px;
	background-repeat: no-repeat;
	background-size: 33.333%;
}
body.home.custom-background {
	background: #FFFFFF !important;
}
body.single-about {
	background-image: url('images/page-bg01.png');
}
body.single-program {
	background-image: url('images/page-bg02.png');
}
body.single-resident {
	background-image: url('images/page-bg03.png');
}
body.single-tour {
	background-image: url('images/page-bg04.png');
}
body.single-application {
	background-image: url('images/page-bg05.png');
}
body.post-name-access {
	background-image: url('images/page-bg06.png');
}
@media (max-width: 991.98px) {
	body.custom-background {
		background-size: 200px;
		background-position: top 50px right -10px;
	}
}
/* --------------- header --------------- */
.header_scrolled .header-top, .header_scrolled .site-header-logo, .header_scrolled .site-header-sub, .header_scrolled .vk-campaign-text {
	display: block;
}
	.site-header--layout--nav-float .site-header-container {
		max-width: inherit;
	}
/* --------------- header-logo --------------- */
.site-header-logo {
	display: flex !important;
	align-items: center;
}
@media (max-width: 1100px) {
	.site-header-logo {
		background: url(images/logo2s.png) center / 100% no-repeat;
		min-height: 60px;
		max-width: 150px;
		padding: 0;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	.site-header-logo img {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.site-header-logo {
		background: none;
		min-height: inherit;
		max-width: 300px;
	}
	.site-header-logo img {
		margin-left: 0;
		display: block;
	}
}
@media (max-width: 400px) {
	.site-header-logo {
		background: url(images/logo2s.png) center / 100% no-repeat;
		min-height: 45px;
		max-width: 120px;
	}
	.site-header-logo img {
		display: none;
	}
}

.vk-mobile-nav-menu-btn {
	position: fixed;
	top: 15px;
	left: auto;
	right: 20px;
	z-index: 2100;
	overflow: hidden;
	border: 1px solid var(--vk-color-primary);
	border-radius: 6px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	text-indent: -9999px;
	background-size: 24px 24px;
	background-image: url('images/nav-btn01.png');
	background-color: var(--vk-color-primary);
	transition: border-color .5s ease-out;
}
.vk-mobile-nav-menu-btn.menu-open {
	background-size: 24px 24px;
	background-image: url('images/nav-btn02.png');
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.vk-mobile-nav {
	background-color: var(--vk-color-primary);
	padding-top: 0;
}
.vk-mobile-nav::before {
	content: "MENU";
	font-size: 1.6em;
	display: block;
	padding: 0.85em 0;
	font-weight: 700;
	color: #FFFFFF;
}
.vk-mobile-nav nav > ul {
	border-top: 1px dashed #FFFFFF;
}
.vk-mobile-nav nav ul li a {
	color: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
}
.vk-menu-acc .acc-btn {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-size: 24px 24px;
	background-image: url('images/nav-btn03.png');
}
.vk-menu-acc .acc-btn-close {
	background-image: url('images/nav-btn02.png');
}
/* --------------- global-nav --------------- */
.device-pc .global-nav-list > li > a::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url('images/menu-icon01.png') center / contain no-repeat;
}
.device-pc .global-nav-list > li:nth-child(2) > a::before {
	background-image: url('images/menu-icon02.png');
}
.device-pc .global-nav-list > li:nth-child(3) > a::before {
	background-image: url('images/menu-icon03.png');
}
.device-pc .global-nav-list > li:nth-child(4) > a::before {
	background-image: url('images/menu-icon04.png');
}
.device-pc .global-nav-list > li:nth-child(5) > a::before {
	background-image: url('images/menu-icon05.png');
}
.device-pc .global-nav-list > li:nth-child(6) > a::before {
	background-image: url('images/menu-icon06.png');
}
.global-nav-list > li::before {
	border-bottom-width: 2px;
}
.global-nav-list > li > ul.sub-menu {
	border-radius: 10px;
}
.global-nav-list > li > ul.sub-menu li {
	font-size: 1rem;
}
/* --------------- page-header --------------- */
.page-header {
	background: none;
	color: var(--vk-color-text-body);
	text-align: left;
	min-height: 12rem;
}
/* --------------- breadcrumb --------------- */
.breadcrumb {
	margin-top: 24px;
	position: relative;
	z-index: 2;
	border: 0;
}
/* --------------- main --------------- */
.entry,
.post-list {
	position: relative;
	z-index: 2;
}
#main {
	background-color: #FFFFFF;
}
#main::before {
	content: "";
	width: 200%;
	position: absolute;
	height: calc(100% + 160px);
	top: -80px;
	right: -20px;
	z-index: 1;
	background-color: #FFFFFF;
	border-radius: 30px;
}
.home #main::before {
	display: none;
}
@media (min-width: 630px) {
	#main::before {
		right: -40px;
	}
}
@media (min-width: 768px) {
	.breadcrumb {
		margin-top: 30px;
	}
	#main::before {
		height: calc(100% + 188px);
		top: -94px;
	}
}
@media (min-width: 992px) {
	.breadcrumb {
		margin-top: 36px;
	}
	#main {
		min-height: 350px;
	}
	#main::before {
		height: calc(100% + 228px);
		top: -114px;
	}
}
@media (min-width: 1200px) {
	.breadcrumb {
		margin-bottom: -10px;
	}
	#main::before {
		right: -60px;
	}
}

/* --------------- entry-meta --------------- */
.entry-meta-item,
.entry-meta-data-list {
	display: none;
}
.single-resident-notes .entry-meta-item-date,
.single-resident-gallery .entry-meta-item-date {
	display: block;
}

/* --------------- entry-title --------------- */
.entry h2 {
	padding: 0 0 0 1.3em;
	border: 0;
	position: relative;
}
.entry h2::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.3em;
	left: 0;
	border-radius: 50%;
	width: 0.9em;
	height: 0.9em;
	box-shadow: 0 0 0 5px var(--vk-color-primary) inset;
}
.entry h3 {
	background-color: var(--vk-color-custom-2);
	padding: 0.6em 1em;
	border: 0;
	border-radius: 10px;
}
.entry h3::after {
	display: none;
}
.entry h4 {
	padding: 0;
	background: none;
	padding-bottom: 0.5em;
	border-bottom: 3px solid var(--vk-color-primary);
	border-radius: 0;
}
.entry ul li {
	position: relative;
	list-style: none;
}
.entry ul li::before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: -1.5em;
	width: 1em;
	height: 1em;
	background-color: var(--vk-color-primary);
	border-radius: 50%;
}
.entry ul li ul li::before {
	box-shadow: 0 0 0 4px var(--vk-color-primary) inset;
	background: none;
}
.entry ul li ul li ul li::before {
	width: 0.5em;
	height: 0.5em;
	border-radius: 0;
	top: 0.6em;
	left: -1em;
}
.entry table ul {
	margin: 0;
}
.entry table th,
.entry table td {
	font-size: 1rem;
	border: 1px solid rgba(0,0,0,0.3);
	word-break: break-all;
}
.entry table th {
	background-color: var(--vk-color-custom-2);
}
/* --------------- vk_posts --------------- */
.vk_posts {
	margin: 0;
}
.postListText_date,
.postListText_title {
	font-size: 1em;
}
.postListText {
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	padding: 0;
	position: relative;
}
.postListText:first-child {
	border-top: 1px dashed rgba(0,0,0,0.2);
}
.postListText_title,
.postListText_date {
	font-size: 1em;
	padding: 0;
}
.postListText_date {
	color: rgba(0,0,0,0.5);
	font-weight: bold;
	position: absolute;
	top: 1.2em;
	padding-left: 1em;
}
.postListText_title span.post-text,
.postListText_title a {
	padding: 2.7em 1em 1em;
	color: #353535 !important;
	display: block;
	transition: all .4s;
}
.postListText_title a {
	color: #000000 !important;
	background: url('images/arrow-icon01.png') no-repeat center right 1em;
	background-size: 1em;
	padding-right: 3em;
}
.postListText_title a:hover {
	background-color: var(--vk-color-custom-2);
}
@media (min-width: 992px) {
	.postListText_title span.post-text,
	.postListText_title a {
		padding: 1em 0 1em 8.0em;
	}
}
.vk_post_title_new {
	background-color: #f5a500;
	color: #FFFFFF;
	padding: 0 0.5em;
	display: inline-block;
	font-size: 0.85em;
	border-radius: 3px;
	margin-left: 0.5em;
}
/* --------------- sub --------------- */
blockquote {
  border: 1px solid var(--vk-color-primary);
  background-color: rgba(0,0,0,0.05);
}
/* --------------- sub --------------- */
.sub-section {
	position: relative;
	z-index: 3;
	content-visibility: visible;
}
.sub-section::before {
	content: "";
	width: 200%;
	position: absolute;
	height: calc(100% + 50px);
	top: 0;
	right: -20px;
	z-index: 1;
	background-color: #FFFFFF;
	border-radius: 30px;
}
@media (min-width: 630px) {
	.sub-section::before {
		right: -40px;
	}
}
@media (min-width: 992px) {
	.sub-section::before {
		display: none;
	}
}
.sub-section-name {
	margin-left: -9px;
	background: none;
	padding: 0 0 0 24px;
	position: relative;
	z-index: 2;
}
.sub-section-name::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px 0 0 3px;
	width: 6px;
	height: 100%;
	background-color: var(--vk-color-primary);
}
.page-menu {
	list-style: none;
	padding: 0 0 0 18px;
	position: relative;
	z-index: 2;
	height: calc(100vh - 220px);
	overflow-y: auto;
}
.page-menu li {
	margin: 1em 0;
	position: relative;
}
.page-menu a {
	background: url('images/arrow-icon01.png') top 0.35em left / 1em no-repeat;
	padding-left: 1.5em;
	color: var(--vk-color-text-body);
	text-decoration: none;
	display: block;
}
.page-menu li.sub::before {
	content: "";
	border-left: 2px solid var(--vk-color-primary);
	position: absolute;
	top: 0;
	left: 0.4em;
	height: 100%;
}
.page-menu li.sub a {
	background: none;
	padding: 0.7em 0 0.7em;
	margin-left: 1.5em;
	border-bottom: 1px dashed rgba(0,0,0,0.4);
}
.page-menu li.sub a:first-child {
	border-top: 1px dashed rgba(0,0,0,0.4);
}
@media (max-width: 991.98px) {
	.sub-section-name {
		background-color: var(--vk-color-custom-2);
		border-bottom: 2px dashed var(--vk-color-primary);
		padding: 1em 1em;
		margin: 0;
		border-radius: 10px 10px 0 0;
	}
	.sub-section-name::before {
		display: none;
	}
	.page-menu {
		background-color: var(--vk-color-custom-2);
		padding: 0.8em 1.4em 1em;
		margin: 0;
		border-radius: 0 0 10px 10px;
		height: auto;
		overflow-y: inherit;
	}
}
/* --------------- 目次 --------------- */
#toc_container {
	display: block !important;
	margin: 0 0 4em !important;
	padding: 1em 0.5em 0.5em;
	box-shadow: 0 0 0 2px rgba(0,0,0,0.1) inset;
	background-color: var(--vk-color-custom-2);
	border-radius: 6px;
}
.post-name-staff #toc_container {
	display: none !important;
}
#toc_container p.toc_title {
	margin-left: 0.5em;
	text-align: left !important;
	color: var(--vk-color-primary-dark);
}
#toc_container p.toc_title + ul.toc_list {
	margin: 0.5em 0 !important;
}
#toc_container p.toc_title + ul.toc_list li::before{
	display: none;
}
#toc_container p.toc_title + ul.toc_list a {
	display: block;
	padding: 5px 30px;
	text-decoration: underline;
	position: relative;
}
#toc_container p.toc_title + ul.toc_list a:hover {
	text-decoration: none;
}
#toc_container p.toc_title + ul.toc_list a span {
	position: absolute;
	top: 8px;
	left: 10px;
}
/* --------------- home --------------- */
.home-head {
	position: relative;
	padding: 20px 0;
}
@media (min-width: 922px) {
	.home-head {
		padding-bottom: 0;
	}
}
.home-head-bg {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	opacity: 0.3 !important;
}
.home-head-bg .slick-list {
	width: 100% !important;
	height: 100% !important;
}
.home-head-bg .slick-track {
	height: 100% !important;
}
.home-head-bg .slick-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-ms-filter: blur(6px);
	filter: blur(6px);
}

.home-head-nav {
	margin-bottom: 7em;
}
.home-head-nav .slick-list {
	overflow: inherit !important;
	padding: 15px 30px !important;
	background-image: url('images/home-slide-line01.png') , url('images/home-slide-line02.png');
	background-repeat: no-repeat , no-repeat;
	background-position: left 28px top, right 28px bottom 25px;
	background-size: 40px , 40px;
}
@media (min-width: 992px) {
	.home-head-nav .slick-list {
		background-size: 75px , 75px;
	}
}
.home-head-nav .slide-items {
	width: 100%;
	display: flex;
	max-width: 80%;
	margin: auto;
}
.home-head-nav .slick-slide {
	margin-right: 15px;
	margin-left: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
	margin-top: 30px !important;
	transition: all .4s;
}
.home-head-nav .slick-slide.slick-center {
	margin-top: 0 !important;
	transition: all .4s;
}
.home-head-nav .slick-slide span {
	position: absolute;
	bottom: 15px;
	left: 0;
	background-color: #FFFFFF;
	padding: 10px 20px 10px 15px;
	border-radius: 0 999px 999px 0;
}

.home-head-nav .slick-dots {
	bottom: 0;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.home-head-nav .slick-dots li {
	margin: 0 2px;
}
.home-head-nav .slick-dots li button::before {
	font-size: 15px;
}
.home-head-nav .slick-dots li button:hover:before,
.home-head-nav .slick-dots li button:focus:before {
	color: var(--vk-color-primary);
}
.home-head-nav .slick-dots li.slick-active button::before {
	opacity: 1;
	color: var(--vk-color-primary);
}

.home-head-nav .slick-prev,
.home-head-nav .slick-next {
	height: 50px;
	width: 50px;
	top: 48%;
}
.home-head-nav .slick-next {
	right: 4px;
}
.home-head-nav .slick-prev {
	z-index: 2;
	left: 4px;
}
.home-head-nav .slick-prev:before,
.home-head-nav .slick-next:before {
	content: "";
	display: block;
	height: 50px;
	width: 50px;
	background: url('images/arrow-icon01.png') center / cover no-repeat;
	opacity: 1;
}
.home-head-nav .slick-prev:before {
	background-image: url('images/arrow-icon02.png');
}

.home-head-link {
	position: relative;
	z-index: 2;
	list-style: none;
	padding: 0;
	background-color: #FFFFFF;
	margin-left: -15px;
	border-radius: 0 30px 30px 0;
}
.home-head-link li {
	margin: 0;
}
.home-head-link li a {
	background: url('images/arrow-icon01.png') center right 1.5em / 1.5em no-repeat;
	color: var(--vk-color-text-body);
	text-decoration: none;
	display: flex;
	align-items: center;
	border-top: 1px dashed rgba(0,0,0,0.2);
	padding: 1em 4em 1em 1em;
}
.home-head-link li:first-child a {
	border-top: 0;
}
.home-head-link li a br {
	display: none
}
.home-head-link li:nth-child(3) a br {
	display: block;
}
.home-head-link li img {
	width: 70px;
	margin: 0 10px;
}
@media (min-width: 576px) {
	.home-head-link {
		margin-left: 0;
		border-radius: 30px;
	}
	.home-head-link li a {
		font-size: 1.3em;
	}
}
@media (min-width: 922px) {
	.home-head-link {
		display: flex;
		background: none;
		margin-top: 60px;
	}
	.home-head-link li {
		width: 33.33333%;
		margin: 0 10px;
	}
	.home-head-link li a {
		background-color: #FFFFFF;
		flex-direction: column;
		padding: 0.7em 1em 3em 1em;
		background-size: 1.3em;
		background-position: center bottom 1em;
		border: 0;
		border-radius: 30px 30px 0 0;
		text-align: center;
	}
	.home-head-link li a img {
		margin-top: -45px;
		margin-bottom: 10px;
	}
	.home-head-link li a br {
		display: block;
	}
}




.home-topics {
	background: url('images/home-topics-bg.png') top center / 1238px no-repeat;
}
.home-topics-box {
	padding-top: 10em;
	margin-bottom: 5em;
}
.home-topics .home-topics-title {
	border: 0;
	padding: 0;
	max-width: 480px;
	margin: 0 auto 1em;
}
.home-topics .home-topics-title span {
	font-size: 1rem;
	display: block;
	margin-bottom: 1em;
	color: var(--vk-color-primary-dark);
}
.home-topics .home-topics-text {
	max-width: 480px;
	margin: 0 auto 1em;
}
.home-topics .home-topics-text img {
	margin-top: 1em;
}
@media (min-width: 992px) {
	.home-topics {
		background-position: top right -120px;
	}
	.home-topics-box {
		display: flex;
		justify-content: space-between;
	}
	.home-topics .home-topics-title {
		margin: 0;
		max-width: inherit;
		width: 40%;
	}
	.home-topics .home-topics-text {
		margin: 0.7em 0 0;
		max-width: inherit;
		width: 53%;
	}
	.home-topics .home-topics-text img {
		max-width: 500px;
		margin-top: 2.5em;
	}
}


.home-topics-pickup-title {
	border: 0;
	padding: 0;
	text-align: center;
}
.home-topics-pickup-title span {
	padding: 0 1em;
	background-image: url('images/home-pickup-title01.png') , url('images/home-pickup-title02.png');
	background-repeat: no-repeat , no-repeat;
	background-size: 0.7em , 0.7em;
	background-position: left center, right center;
}
@media (min-width: 992px) {
	.home-topics-pickup-title {
		text-align: left;
	}
}
.home-topics-link {
	padding: 0;
}
.home-topics-link li {
	margin: 1em auto 3em;
	list-style: none;
	max-width: 400px;
}
.home-topics-link li a {
	display: flex;
	align-items: flex-end;
	background: url('images/home-pickup01-bg-20260324.jpg') top center / cover no-repeat;
	height: 260px;
	border-radius: 10px;
	color: var(--vk-color-text-body);
	text-decoration: none;
	font-weight: 600;
}
.home-topics-link li:nth-child(2) a {
	background-image: url('images/home-pickup02-bg-20260324.jpg');
}
.home-topics-link li:nth-child(3) a {
	background-image: url('images/home-pickup03-bg-20260324.jpg');
}
.home-topics-link-box {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	width: calc(100% - 20px);
	border-radius: 0 10px 0 0;
	padding: 10px 0;
	font-size: 1.3em;
	margin-bottom: -2em;
}
.home-topics-link-box img {
	width: 54px;
	margin: 0 10px;
}
@media (min-width: 992px) {
	.home-topics-link {
		display: flex;
		justify-content: space-between;
	}
	.home-topics-link li {
		margin: 0 0 3em;
		max-width: inherit;
		width: 48%;
	}
	.home-topics-link li a {
		height: 492px;
	}
	.home-topics-link li:nth-child(3) a {
		background-image: url('images/home-pickup03-bga-20260324.jpg');
	}
	.home-topics-link-box {
		display: block;
		text-align: center;
		margin: 0 auto;
		width: 240px;
		border-radius: 999px 999px 0 0;
		padding: 10px 0 15px;
		margin-bottom: 0;
	}
	.home-topics-link-box img {
		width: 90px;
		margin: 0.7em 0 0;
	}
}


.home-news {
	position: relative;
	margin-bottom: 7em;
}
.home-news .home-news-title {
	border: 0;
	padding: 0;
}
.home-news .home-news-title span {
	font-size: 1rem;
	display: block;
	padding-left: 1.3em;
	position: relative;
	color: var(--vk-color-primary);
}
.home-news .home-news-title span::before {
	content: "";
	position: absolute;
	top: 0.9em;
	left: 0;
	width: 0.8em;
	height: 0.8em;
	background-color: var(--vk-color-primary);
	border-radius: 50%;
}
.home-news-link {
	margin: 1em auto;
	max-width: 12em;
	background: url('images/arrow-icon01.png') #FFFFFF center left 1.5em / 1.5em no-repeat;
	color: var(--vk-color-text-body);
	text-decoration: none;
	display: flex;
	align-items: center;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 999px;
	padding: 1em 0.1em 1em 4em;
}
@media (min-width: 992px) {
	.home-news {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.home-news .post-list {
		width: calc(100% - 10em);
		margin-top: 1em;
	}
	.home-news-link {
		position: absolute;
		top: 5em;
		left: 0;
		padding: 0.7em 1em 0.7em 3.2em;
		background-size: 1.3em;
		background-position: center left 1em;
	}
}


.home-gallery {
	background: url('images/home-gallery-bg.png') top center / cover no-repeat;
	padding: 10em 0 1em;
}
@media (min-width: 992px) {
	.home-gallery {
		padding-bottom: 1px;
	}
}
.home-gallery .container {
	position: relative;
}
.home-gallery .home-gallery-title {
	border: 0;
	padding: 0;
}
.home-gallery .home-gallery-title span {
	font-size: 1rem;
	display: block;
	padding-left: 1.3em;
	position: relative;
	color: var(--vk-color-primary);
}
.home-gallery .home-gallery-title span::before {
	content: "";
	position: absolute;
	top: 0.9em;
	left: 0;
	width: 0.8em;
	height: 0.8em;
	background-color: var(--vk-color-primary);
	border-radius: 50%;
}
.home-gallery-link {
	list-style: none;
	padding: 0;
}
.home-gallery-link li {
	margin: 1em auto;
	max-width: 18em;
}
.home-gallery-link a {
	background: url('images/arrow-icon01.png') #FFFFFF center left 1.5em / 1.5em no-repeat;
	color: var(--vk-color-text-body);
	text-decoration: none;
	display: flex;
	align-items: center;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 999px;
	padding: 1em 1em 1em 4em;
}
.home-gallery-link .ig a {
	background-image: url('images/ig-icon.png');
	background-size: 2em;
	background-position: center left 1.2em;
}
@media (min-width: 768px) {
	.home-gallery-link {
		display: flex;
	}
	.home-gallery-link li {
		margin: 0 0 0 0.7em;
		max-width: inherit;
	}
	.home-gallery-link a {
		padding: 0.7em 1em 0.7em 3.2em;
		background-size: 1.3em;
		background-position: center left 1em;
	}
	.home-gallery-link .ig a {
		background-size: 1.5em;
		background-position: center left 1em;
	}
}
@media (min-width: 992px) {
	.home-gallery-link {
		position: absolute;
		top: 1.1em;
		left: 10.5em;
	}
}
.home-gallery-slide {
	margin-bottom: 7em;
}
.home-gallery .slick-list {
	overflow: inherit !important;
}
.home-gallery .slide-items {
	width: 100%;
	display: flex;
	max-width: 80%;
	margin: auto;
}
.home-gallery .home-gallery-slide-box .slick-slide {
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: #FFFFFF;
	position: relative;
}
.home-gallery .home-gallery-slide-box .slick-slide:hover {
	opacity: 0.7;
}
.home-gallery .home-gallery-slide-box .slick-slide span {
	position: absolute;
	top: 15px;
	left: 0;
	background-color: #b7e4e5;
	padding: 5px 10px 5px 5px;
	border-radius: 0 999px 999px 0;
}

.home-gallery-slide-img {
	margin: 0 10px;
}
.home-gallery .home-gallery-slide-box .slick-slide img {
	width: 280px;
	height: 210px;
	object-fit: cover;
	object-position: center;
	display: block;
	margin: 0 auto;
}
.home-gallery .home-gallery-slide-box .slick-slide p {
	margin: 10px 10px 0;
}

.home-gallery .slick-dots {
	bottom: -60px;
	display: block;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.home-gallery .slick-dots {
	margin-left: 5px;
}
.home-gallery .slick-dots li {
	margin: 0 2px;
}
.home-gallery .slick-dots li button::before {
	font-size: 15px;
}
.home-gallery .slick-dots li button:hover:before,
.home-gallery .slick-dots li button:focus:before {
	color: var(--vk-color-primary);
}
.home-gallery .slick-dots li.slick-active button::before {
	opacity: 1;
	color: var(--vk-color-primary);
}

.home-gallery .slick-prev,
.home-gallery .slick-next {
	height: 50px;
	width: 50px;
	top: auto;
	bottom: -100px;
}
.home-gallery .slick-next {
	right: 10px;
}
.home-gallery .slick-prev {
	left: inherit;
	right: 70px;
}
.home-gallery .slick-prev:before,
.home-gallery .slick-next:before {
	content: "";
	display: block;
	height: 50px;
	width: 50px;
	background: url('images/arrow-icon01.png') center / cover no-repeat;
	opacity: 1;
}
.home-gallery .slick-prev:before {
	background-image: url('images/arrow-icon02.png');
}

.home-link {
	list-style: none;
	padding: 0;
	margin: 3em 0;
}
.home-link li {
	margin: 1em auto;
	max-width: 350px;
}
.home-link a {
	background: url('images/arrow-icon01.png') center right 1em / 1.5em no-repeat;
	color: var(--vk-color-text-body);
	text-decoration: none;
	display: flex;
	align-items: center;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 1em 3.5em 1em 1em;
}
.home-link a div {
	width: calc(100% - 60px - 1em);
}
.home-link a div.home-link-img {
	width: 60px;
	margin-right: 1em;
}
@media (min-width: 992px) {
	.home-link {
		display: flex;
		justify-content: space-between;
	}
	.home-link li {
		width: 48.5%;
		max-width: inherit;
	}
}


/* --------------- philosophy --------------- */
.post-name-philosophy .entry h3 {
	border: 1px solid var(--vk-color-primary);
	background: none;
	padding: 0.7em 0;
	border-radius: 999px;
	font-size: clamp(1px, 4.3vw, 1.8em);
	text-align: center;
}
.post-name-philosophy .entry h4 {
	padding: 0;
	border: 0;
	font-size: clamp(1px, 4.3vw, 1.8em);
	text-align: center;
	color: var(--vk-color-primary);
}
.post-name-philosophy .entry h4.philosophy-head01 {
	color: var(--vk-color-text-body);
}
.post-name-philosophy .philosophy-contents01 {
	margin: 0 auto 4em;
	text-align: center;
}
.post-name-philosophy .philosophy-contents01 h5 {
	font-size: clamp(1px, 7.3vw, 1.8em);
	padding: 0;
	border-bottom: 0;
	margin: 1em 0 0.5em;
}
.post-name-philosophy .philosophy-contents01 h5 mark {
	font-size: 1.3em;
}
/* --------------- staff --------------- */
.post-name-staff .entry h2 {
	padding: 0;
	display: flex;
	flex-direction: column;
}
.post-name-staff .entry h2 em {
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
}
.post-name-staff .is-layout-flex {
	padding-top: 3em;
	margin-top: 3em;
	border-top: 2px dashed var(--vk-color-primary);
}
.post-name-staff .is-layout-flex:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
.post-name-staff .entry h2::before {
	display: none;
}
@media (max-width: 781px) {
	.post-name-staff .is-layout-flex {
		flex-direction: column-reverse;
	}
	.post-name-staff .entry h2 {
		align-items: center;
	}
}
/* --------------- program --------------- */
.program-list {
	padding: 0;
}
.program-list li {
	margin: 2em 0;
	padding-bottom: 2em;
	padding-left: 1.5em;
	border-bottom: 2px dotted rgba(0,0,0,0.2);
}
.entry ul.program-list li::before {
	left: 0;
}
.program-list a {
	font-size: 1.2em;
	display: block;
	color: #000000;
	padding-bottom: 0.5em;
}
.program-list li em {
	border: 1px solid var(--vk-color-primary);
	margin: 1em 0 0;
	padding: 1em 1.5em;
	display: block;
	border-radius: 6px;
	font-style: normal;
}
.program-list li em a {
	font-size: 1em;
	padding-bottom: 0;
}
.program-list a + br {
	display: none;
}
.entry h2.program-facility-title {
	padding: 0.5rem 0 0 1rem;
	min-height: 2.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url('images/program-title-bg.jpg') top left / 1em 2.5em no-repeat;
}
.entry .program-facility-text,
.entry h2.program-facility-title em {
	color: var(--vk-color-primary-dark);
	font-size: 1rem;
	font-style: normal;
	display: block;
}
.entry h2.program-facility-title::before {
	display: none;
}
.program-facility-recommended {
	background-color: #e4eff9;
	border-radius: 10px;
	padding: 1em 3em 1em;
	
}
.entry .program-facility-recommended li::before {
	width: 6px;
	height: 14px;
	left: -1.1em;
	transform: rotate(35deg) skewY(16deg);
	transform-origin: center right;
	border-right: 2px solid #196092;
	border-bottom: 2px solid #196092;
	border-radius: 0;
	background: none;
}
.program-facility-attention {
	background-color: rgba(0,0,0,0.05);
	border-radius: 10px;
	padding: 0 1em 0.1em;
	
}
.program-facility-attention summary {
	padding: 1em 1rem 0.9em;
	margin: -2rem -1rem 0;
	display: block;
	font-weight: 600;
	font-size: 1.1em;
	position: relative;
}
.program-facility-attention summary::before,
.program-facility-attention summary::after {
	content: '';
	height: 3px;
	width: 1.2em;
	display: block;
	background: #999999;
	position: absolute;
	top: 1.6em;
	right: 1.1em;
	transition: all .4s;
}
.program-facility-attention summary::after{
	height: 1.2em;
	width: 3px;
	top: 1.08em;
	right: 1.6em;
}
.program-facility-attention[open] summary::before,
.program-facility-attention[open] summary::after {
	transform: rotate(135deg);
}
.program-facility-attention ul li::before {
	background-color: rgba(0,0,0,0.3);
}
.program-facility-attention ul li ul li::before {
	box-shadow: 0 0 0 4px rgba(0,0,0,0.3) inset;
}
/* --------------- seminar --------------- */
.entry table.seminar-table {
	margin-bottom: 1.5em;
}
.entry table.seminar-table th {
	background-color: var(--vk-color-custom-2);
}
.entry table.seminar-table.pc-table {
	display: none;
}
.entry table.seminar-table.sp-table tr td:first-child {
	width: 3em;
}
.seminar-table-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 0.5em;
	font-size: 1.1em;
}
.seminar-table-title-status {
	background-color: #E5E5E5;
	padding: 0.2em 0.5em;
	margin-right: 0.7em;
	margin-bottom: 0.5em;
}
.entry table.seminar-table td.open,
.seminar-table-title-status.open {
	background-color: #FFEDED;
	color: #C70C10;
	border-color: #000000;
}
.seminar-table-title-text {
	font-weight: 600;
	margin-bottom: 0.5em;
}
.seminar-table-box {
	margin: 0;
	padding-bottom: 0.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.seminar-table-box dt {
	margin: 0.5em 0 0;
	width: 6em;
	padding: 0.3em 0;
	background-color: var(--vk-color-custom-2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.seminar-table-box dd {
	margin: 0.5em 0 0;
	width: calc(100% - 7em);
	padding: 0.3em 0;
}
@media (max-width: 320px) {
	.seminar-table-box dt,
	.seminar-table-box dd {
		width: 100%;
		justify-content: center;
		align-items: center;
	}
}
@media (min-width: 992px) {
	.entry table.seminar-table.pc-table {
		display: table;
	}
	.entry table.seminar-table.sp-table {
		display: none;
	}
}
.seminar-table.performance th,
.seminar-table.performance td {
	padding: 0.5em;
}
.seminar-table.performance td.performance-date {
	word-break: normal;
	width: 6em !important;
	text-align: center;
}
.seminar-table.performance td.performance-name {
	word-break: normal;
	width: 14em !important;
}
.seminar-table.performance .performance-group  {
	border-top: 3px solid rgba(0,0,0,0.3);
}
.seminar-table.performance .performance-group:nth-child(2n+1) td {
	background-color: rgba(0,0,0,0.05);
}
.seminar-table.performance td a {
	text-decoration: underline;
}
.performance-department {
	display: block;
	color: #46600A;
}

/* --------------- performance --------------- */
.resident-performance-title {
	position: relative;
	cursor: pointer;
}
.open-icon {
	position: absolute;
	top: 50%;
	right: 1.65rem;
	transition: all .4s;
	margin-top: -2px;
}
.open-icon::before,
.open-icon::after {
	content: '';
	height: 3px;
	width: 19px;
	display: block;
	background: var(--vk-color-primary);
	position: absolute;
	top: 0;
	right: -8px;
}
.open-icon::after{
	height: 19px;
	width: 3px;
	top: -8px;
	right: 0;
}
.active .open-icon {
	transform: rotate(135deg);
	margin-top: 2px;
	right: 1.75rem;
}

/* --------------- gallery --------------- */
.gallery-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 200px;
}
.gallery-list-box {
	display: block;
	transition: all .3s;
	margin: 1em 0;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	overflow: hidden;
	border-radius: 10px;
}
.gallery-list-box:hover  {
	opacity: 0.7;
	box-shadow: 0 0 0 2px var(--vk-color-primary);
}
.gallery-list-img {
	height: 200px;
	width: 200px;
}
.gallery-list-img img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	object-position: center;
}
.gallery-list-date {
	color: var(--vk-color-primary);
	margin: 0.7em 1em 0.2em;
}
.gallery-list-title {
	color: var(--vk-color-text-body);
	margin: 0 1em 0.7em;
}
@media (min-width: 300px) {
	.gallery-list {
		max-width: 260px;
	}
	.gallery-list-box {
		width: 260px;
	}
	.gallery-list-img,
	.gallery-list-img img {
		height: 260px;
		width: 260px;
	}
}
@media (min-width: 576px) {
	.gallery-list {
		max-width: inherit;
	}
	.gallery-list-img,
	.gallery-list-img img {
		width: 241px;
		height: 241px;
	}
	.gallery-list-box {
		width: 241px;
		margin-left: 26px;
	}
	.gallery-list-box:nth-child(2n+1) {
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	.gallery-list {
		max-width: inherit;
	}
	.gallery-list-img,
	.gallery-list-img img {
		width: 211px;
		height: 211px;
	}
	.gallery-list-box,
	.gallery-list-box:nth-child(2n+1) {
		width: 211px;
		margin-left: 27px;
	}
	.gallery-list-box:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.gallery-list-box,
	.gallery-list-box:nth-child(2n+1) {
		width: 188px;
	}
	.gallery-list-img,
	.gallery-list-img img {
		width: 188px;
		height: 188px;
	}
}
@media (min-width: 1200px) {
	.gallery-list-box,
	.gallery-list-box:nth-child(2n+1) {
		width: 228px;
	}
	.gallery-list-img,
	.gallery-list-img img {
		width: 228px;
		height: 228px;
	}
}


/* --------------- sitemap --------------- */
.tour-schedule-btn {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.tour-schedule-btn li {
	width: 49%;
	padding: 0;
	margin: 0 0 0.7em 2%;
}
.tour-schedule-btn li::before {
	display: none;
}
.tour-schedule-btn li:nth-child(2n+1) {
	margin-left: 0;
}
@media (min-width: 992px) {
	.tour-schedule-btn li {
		width: 32%;
		margin-left: 1.999999%;
	}
	.tour-schedule-btn li:nth-child(2n+1) {
		margin-left: 1.999999%;
	}
	.tour-schedule-btn li:nth-child(3n+1) {
		margin-left: 0;
	}
}
.tour-schedule-btn li a {
	padding: 0.5em;
	display: flex;
	height: 100%;
	align-items: center;
	color: #000000;
	border: 1px solid #acc45e;
	background-color: #f1f9d8;
	border-radius: 6px;
	text-decoration: none;
}
.cate01 .tour-schedule-table th {
	border-color: #acc45e;
	background-color: #f1f9d8;
}
.tour-schedule-contents.cate02 h3,
.cate02 .tour-schedule-table th,
.tour-schedule-btn li.cate02 a {
	border-color: #8ba8d4;
	background-color: #d8e5f9;
}
.tour-schedule-contents.cate03 h3,
.cate03 .tour-schedule-table th,
.tour-schedule-btn li.cate03 a {
	border-color: #d48b94;
	background-color: #f9d8dc;
}
.tour-schedule-contents.cate04 h3,
.cate04 .tour-schedule-table th,
.tour-schedule-btn li.cate04 a {
	border-color: #d5b58b;
	background-color: #f9ebd8;
}
.tour-schedule-contents.cate05 h3,
.cate05 .tour-schedule-table th,
.tour-schedule-btn li.cate05 a {
	border-color: #d58bbe;
	background-color: #f9d8ef;
}
.tour-schedule-contents.cate06 h3,
.cate06 .tour-schedule-table th,
.tour-schedule-btn li.cate06 a {
	border-color: #af8bd5;
	background-color: #e8d8f9;
}
.tour-schedule-contents.cate07 h3,
.cate07 .tour-schedule-table th,
.tour-schedule-btn li.cate07 a {
	border-color: #d5d18c;
	background-color: #f9f5d8;
}
.tour-schedule-contents {
	padding: 2em 0 1em;
}
.tour-schedule-contents h3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-end;
}
.tour-schedule-contents-title {
	margin-right: auto;
}
.tour-schedule-contents-btn {
	display: flex;
	align-items: center;
	font-size: 0.9em;
	font-weight: 400;
}
.tour-schedule-contents-btn-hp {
	background-color: #6486BB;
	color: #FFFFFF;
	padding: 0.1em 0.5em;
	border-radius: 4px;
	cursor: pointer;
}
.tour-schedule-contents-btn-sns {
	display: inline-block;
	margin-left: 0.5em;
}
.tour-schedule-contents-btn-sns img {
	width: 1.7em;
	display: block;
}
.entry table.tour-schedule-table {
	table-layout: fixed;
	margin-bottom: 1em;
}
.entry table.tour-schedule-table th,
.entry table.tour-schedule-table td {
	padding: 0.5em;
	font-size: 0.95em;
}
.entry table.tour-schedule-table th {
	width: 3em;
}
.entry table.tour-schedule-table td.text-center {
	background-color: #F5F5F5;
}
/* --------------- link --------------- */
.post-name-link a[href$=".pdf"] {
	padding-right: 0;
	background: none;
}
.post-name-link .entry ul li ul li:has(a[href$=".pdf"])::before {
	border-radius: 0;
	box-shadow: none;
	width: 1.3em;
	height: 1.3em;
	background: url('images/pdf-icon-red.png') top right / 0.9em no-repeat;
}
/* --------------- sitemap --------------- */

.sitemap-box-inner {
	margin: 1em 0;
	box-shadow: 0 0 0 3px rgba(0,0,0,0.1) inset;
	border-radius: 10px;
	padding-bottom: 1px;
}
.sitemap-box-inner h2 {
	border: 0;
	position: relative;
	background-color: var(--vk-color-custom-2);
	padding: 0.6em 1em;
	margin: 0;
	border-radius: 10px 10px 0 0;
}
.sitemap-box-inner h2::before {
	display: none;
}
.sitemap-box-inner ul {
	margin: 2em;
}
@media (min-width: 768px) {
	.sitemap-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sitemap-box-inner {
		width: 48%;
	}
}
@media (min-width: 992px) {
	.sitemap-box-inner {
		width: 31%;
	}
}
/* --------------- site-footer --------------- */
.site-footer {
	margin-top: 5em;
	padding-top: 3em;
	border: 0;
	font-size: 1em;
	background-color: #FFFFFF;
}
.footer-logo {
	display: block;
}
.footer-logo img {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 0 auto 2em;
}
.footer-detail {
	text-align: center;
}
.footer-list-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	justify-content: space-between;
}
.footer-list-box div {
	width: 100%;
}
.footer-list-box h5 {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 1.15em;
}
.footer-list-box h5 a {
	display: block;
	padding: 1em;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	font-weight: 400;
	color: var(--vk-color-text-body);
	background: url('images/arrow-icon01.png') center right 1.5em / 1em no-repeat;
}
.footer-list-box div:first-child h5 a {
	border-top: 1px dashed rgba(0,0,0,0.2);
}
.footer-list-box .footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}
.footer-list-box .footer-list-main {
	display: block;
	font-size: 1.15em;
}
.footer-list-box .footer-list-main li {
	margin: 0;
}
.footer-list-box .footer-list-main li a {
	display: block;
	padding: 1em;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	color: var(--vk-color-text-body);
	text-decoration: none;
	background: url('images/arrow-icon01.png') center right 1.5em / 1em no-repeat;
}
.footer-link {
	list-style: none;
	padding: 0;
	margin: 2em auto 0;
	max-width: 16em;
}
.footer-link li a {
	display: block;
	padding: 0.7em 0 0.7em 2.5em;
	color: var(--vk-color-text-body);
	text-decoration: none;
	background: url('images/ig-icon.png') center left / 1.5em no-repeat;
}
.footer-link li.saga a {
	background-image: url('images/saga-icon.png');
}
.footer-link li.twitter a {
	background-image: url('images/x-icon.png');
}
@media (min-width: 576px) {
	.footer-list-box div {
		width: 48%;
	}
	.footer-list-box h5 {
		border: 0;
		padding: 0;
		margin: 1em 0;
		font-size: 1.15em;
	}
	.footer-list-box h5 a {
		padding: 0.5em 0;
		background: none;
	}
	.footer-list-box div:first-child h5 a {
		border-top: 0;
	}
	.footer-list-box .footer-list {
		display: block;
	}
	.footer-list-box .footer-list li a {
		display: block;
		padding-left: 1.5em;
		background: url('images/arrow-icon01.png') top 0.3em left / 1em no-repeat;
	}
	.footer-list-box .footer-list-main {
		margin: 1em 0;
	}
	.footer-list-box .footer-list-main li a {
		display: block;
		padding: 0.5em 0;
		padding-left: 1.5em;
		border-bottom: 0;
		margin: 0.5em 0;
		background: url('images/arrow-icon01.png') top 0.7em left / 1em no-repeat;
	}
}
@media (min-width: 768px) {
	.footer-list-box div {
		width: 31%;
	}
}
@media (min-width: 1200px) {
	.footer-inner {
		display: flex;
		justify-content: space-between;
		position: relative;
		font-size: 0.9em;
	}
	.footer-logo img {
		margin: 0 auto 1em;
	}
	.footer-list-box {
		max-width: 55em;
	}
	.footer-list-box div {
		margin-left: 3em;
	}
	.footer-list-box div:nth-child(1),
	.footer-list-box div:nth-child(4) {
		width: 16em;
	}
	.footer-list-box div:nth-child(2),
	.footer-list-box div:nth-child(5) {
		width: 16em;
	}
	.footer-list-box div:nth-child(3),
	.footer-list-box div:nth-child(6) {
		width: 14em;
	}
	.footer-link {
		position: absolute;
		top: 12em;
		left: 2em;
	}
	.footer-logo {
		margin: 1em 0 0;
	}
}
.page_top_btn {
	border-radius: 50%;
	right: 15px;
	background-color: #F58127;
	box-shadow: 0 0 0 1px rgba(255,255,255,.8),0 0 0 2px  #F58127;
}
.site-footer-copyright a {
	display: block;
	font-size: 1rem;
	color: var(--vk-color-text-body);
	margin: 1em 0;
}
@media (min-width: 400px) {
	.copy-link {
		display: flex;
		justify-content: center;
	}
	.site-footer-copyright a {
		margin: 0 0.5em 1em;
	}
}
@media (min-width: 1200px) {
	.site-footer-copyright a {
		margin: 0 0.5em 1em;
		font-size: 1em;
	}
	.site-footer-copyright {
		display: flex;
		justify-content: space-between;
	}
}

.post-name-link .wp-block-list {
	padding: 0;
}
.post-name-link .wp-block-list li {
	padding: 1em 0 1em 2em;
	border-bottom: 1px dotted rgba(0,0,0,0.4);
	list-style: none;
	margin: 0;
}
.post-name-link .wp-block-list li::before {
	top: 1.3em;
	left: 0;
}
.post-name-link .wp-block-list li a {
	color: #708E31;
	display: block;
}
.post-name-link .wp-block-list li a + br {
	display: none;
}
.post-name-link .wp-block-list li ul {
	margin: 0;
}
.post-name-link .wp-block-list li ul li {
	margin: 0;
	border-bottom: 0;
	padding: 1em 0 0 2em;
}

.map {
	overflow: hidden;
}
.map iframe {
	width: 100%;
	height: 400px;
}