/*
Theme Name: Green Taoka Lightning
Theme URI: sankyosyoji.com
Template: lightning
Description: 介護老人保健施設 リハビリセンターグリーンTAOKAオリジナルテーマ
Author:
Tags:
Version: 0.6.1
*/
body {
	font-size: 15px;
	line-height: 1.8;
}
@media (min-width: 992px) {
	body {
		font-size: 17px;
	}
}
a {
	color: var(--vk-color-primary);
}
a:hover {
	color: var(--vk-color-custom-1);
}
a[target="_blank"] {
	padding-right: 1.5em;
	background: url(images/blank.png) right 0.3em top 0.25em / 0.8em no-repeat;
}
a.no-blank[target="_blank"] {
	padding-right: 0;
	background: none;
}
a[href$=".pdf"] {
	padding-right: 1.6em;
	background: url(images/pdf-icon.png) right 0.3em top 0.1em / 1em no-repeat;
}
.wp-block-image figcaption {
	font-size: 1rem;
}
.home .fade,
.post-name-taoka-mcs .fade {
	opacity: 0;
	transition: all .7s;
	transform: translateY(100px);
}
.home .fade.show,
.post-name-taoka-mcs .fade.show {
	opacity: 1;
	transform: translateY(0);
}

/*----- header -----*/
.site-header,
.header_scrolled .site-header {
	z-index: 5000;
}
.site-header {
	border-bottom: 1px solid #86b287;
	box-shadow: none !important;
}
.home .site-header {
	border-bottom: 0;
}
.home.header_scrolled .site-header {
	border-bottom: 1px solid #86b287;
}
@media print{
	.site-header,
	.site-footer {
		display: none;
	}
}
.site-header-container.container {
	max-width: inherit;
}
@media (min-width: 992px) {
	.site-header {
		animation: none !important;
		position: fixed;
		max-width: 100% !important;
		width: 100% !important;
	}
	.home-head,
	.page-header {
		margin-top: 109px !important;
	}
	.home .site-body {
		padding-top: 0;
	}
	.site-header--layout--nav-float .site-header-container {
		justify-content: space-between;
	}
}
@media (max-width: 991.98px) {
	.home-head,
	.page-header {
		margin-top: 66px !important;
	}
	.site-header {
		height: 66px;
		z-index: 9000;
		transition: all .4s;
		position: fixed;
		left: 0;
		top: 0;
	}
	.site-header-container {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 66px;
		background-color: #FFFFFF;
		border-bottom: 1px solid #86b287;
		transition: all .4s;
	}
	.home .site-header-container {
		border-bottom: 0;
	}
	.home.header_scrolled .site-header-container {
		border-bottom: 1px solid #86b287;
	}
}
/*----- header-logo -----*/
.site-header-logo img {
	margin-left: 0;
	max-height: 67px;
}
@media (min-width: 992px) {
	.site-header-logo,
	.header_scrolled .site-header-logo {
		padding-top: 1.3rem !important;
		margin-bottom: 1.2rem !important;
	}
	.header_scrolled .site-header-logo {
		display: flex;
		align-items: center;
	}
	.site-header--layout--nav-float .site-header-logo {
		margin-right: 25px;
		max-width: 500px;
		display: flex;
		align-items: center;
	}
	.header_scrolled .site-header .global-nav {
		margin-right: 0;
	}
}
@media (max-width: 991.98px) {
	.site-header-logo {
		margin-right: 138px;
	}
	.site-header-logo img {
		max-height: 41px;
		transition: all .4s;
	}
	.header_scrolled .site-header-logo {
		display: block;
	}
}
/*----- header-menu -----*/
.header-menu {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 59em;
}
@media (max-width: 991.98px) {
	.header-menu {
		width: auto;
	}
}
/*----- header-sub-menu -----*/
.header-sub-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 1em 0.5em 0 0;
	margin: 0;
}
.header-sub-menu li {
	padding: 0 0.7em;
	margin: 0;
	list-style: none;
	border-left: 1px solid rgba(0,0,0,0.2);
	line-height: 1;
	font-size: 0.7em;
}
@media (min-width: 1200px) {
	.header-sub-menu li {
		font-size: 0.80em;
	}
}
.header-sub-menu li.header-tel {
	border-left: 0;
}
.header-sub-menu a {
	text-decoration: none;
	color: #212121;
	transition: all .4s;
}
@media (any-hover: hover) {
	.header-sub-menu a:hover {
		opacity: 0.5;
	}
}
.header-sub-menu li.header-tel a {
	font-size: 1.5em;
	padding-left: 1.2em;
	background: url(images/header-tel.png) left top 0.25em / 0.8em no-repeat;
	color: var(--vk-color-primary);
	font-weight: bold;
	opacity: 1;
}
.header-sub-menu li.header-access a {
	padding-left: 1.4em;
	background: url(images/header-access.png) left top 0.1em / 1.2em no-repeat;
}
.header-sub-menu li.header-fb {
	border-left: 0;
	padding: 0;
	width: 28px;
}
.header-sub-menu li.header-fb a {
	display: flex;
	align-items: center;
}
@media (max-width: 991.98px) {
	.header-sub-menu {
		position: absolute;
		top: 0;
		right: 67px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding: 0;
		margin: 0;
	}
	.header-sub-menu li {
		padding: 0;
		border-left: 1px solid rgba(0,0,0,0.2) !important;
	}
	.header-sub-menu li:nth-child(3),
	.header-sub-menu li:nth-child(4),
	.header-sub-menu li.header-access,
	.header-sub-menu li.header-fb {
		display: none;
	}
	.header-sub-menu li.header-tel a {
		width: 66px;
		height: 66px;
		padding: 0;
		padding-top: 40px;
		display: block;
		text-align: center;
		text-indent: -9999px;
		position: relative;
		font-weight: normal;
		color: #212121;
		background-position: left 21px top 10px;
		background-size: 24px;
		font-size: 1.2em;
	}
	.header-sub-menu li.header-tel a::after {
		content: "お電話";
		position: absolute;
		top: 42px;
		left: 50%;
		width: 100%;
		text-indent: 0;
		transform: translateX(-50%);
	}
}
/*----- global-nav-list -----*/
.global-nav-list > li {
	margin-left: 0.5em;
}
.global-nav-list > li.pc-none {
	display: none;
}
.global-nav-list > li:first-child {
	margin-left: 0;
}
.global-nav-list > li::before {
	border-bottom-width: 5px;
}
.global-nav-list > li.no-active.current-menu-item::before {
	width: 0;
}
.global-nav-list > li.no-active.current-menu-item:hover::before {
	width: 100%;
}
.vk-mobile-nav li.sp-none {
	display: none !important;
}
@media (min-width: 992px) {
	.device-pc .global-nav-list > li > a {
		padding: 22px 0.3em;
		transition: all .4s;
	}
	.device-pc .global-nav-list > li > a strong {
		font-size: 12px;
	}
	.device-pc .global-nav-list > li.menu-item-has-children > a {
		padding-right: 1.5em;
		background: url(images/header-plus.png) center right 0.1em / 1em no-repeat;
	}
}
@media (min-width: 1200px) {
	.device-pc .global-nav-list > li > a {
		padding: 22px 0.5em;
	}
	.device-pc .global-nav-list > li > a strong {
		font-size: 14px;
	}
}
@media (min-width: 1400px) {
	.device-pc .global-nav-list > li > a {
		padding: 22px 0.9em;
	}
}
.global-nav-list > li ul.sub-menu {
	border-radius: 6px;
}
.global-nav-list > li ul.sub-menu li {
	font-size: 1.2em;
}
.global-nav-list > li ul.sub-menu li a[target="_blank"] {
	padding-right: 2.5em;
	background: url(images/pdf-icon-w.png) right 1.2em center / 1.2em no-repeat;
}
/*----- vk-mobile-nav-menu-btn -----*/
.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open {
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	border: 0;
	border-left: 1px solid rgba(0,0,0,0.2);
	border-radius: 0;
	text-align: center;
	width: 66px;
	height: 66px;
	padding-top: 37px;
	text-indent: 0;
	z-index: 9998;
	font-size: 0.9em;
	transition: all .4s;
}
.vk-mobile-nav-menu-btn {
	background: url(images/sp-menu01.png) left 21px top 10px / 24px no-repeat;
}
.vk-mobile-nav-menu-btn.menu-open {
	background: url(images/sp-menu02.png) var(--vk-color-primary) left 21px top 10px / 24px no-repeat;
	color: #FFFFFF;
}
/*----- vk-mobile-nav -----*/
.vk-mobile-nav {
	padding: 81px 0 15px;
	background-color: var(--vk-color-custom-5);
	overflow-y: auto;
}
.vk-mobile-nav nav > ul {
	border-color: rgba(0,0,0,0.2);
}
.vk-mobile-nav nav ul li a {
	background: url(images/footer-arrow01.png) left 1em top 1em / 1em no-repeat;
	color: #FFFFFF;
	padding-left: 2.5em;
	border-color: rgba(0,0,0,0.2);
}
.vk-mobile-nav ul.sub-menu li a {
	background-image: url(images/footer-arrow02.png);
	padding-left: 2.5em;
}
.vk-mobile-nav nav ul li a[target="_blank"] {
	padding-right: 2.5em;
	background: url(images/footer-arrow01.png) left 1em top 1em / 1em no-repeat , url(images/pdf-icon-w.png) right 1em top 1em / 1.2em no-repeat;
}
.vk-mobile-nav ul.sub-menu li a[target="_blank"] {
	background: url(images/footer-arrow02.png) left 1em top 1em / 1em no-repeat , url(images/pdf-icon-w.png) right 1em top 1em / 1.2em no-repeat;
}
.vk-mobile-nav nav ul li.blank a[target="_blank"] {
	padding-right: 2.5em;
	background: url(images/footer-arrow01.png) left 1em top 1em / 1em no-repeat , url(images/blank-w.png) right 1em top 1em / 1em no-repeat;
}
.vk-mobile-nav ul.sub-menu li.blank a[target="_blank"] {
	background: url(images/footer-arrow02.png) left 1em top 1em / 1em no-repeat , url(images/blank-w.png) right 1em top 1em / 1em no-repeat;
}
.vk-menu-acc .acc-btn {
	border: 1px solid #FFFFFF;
	background: var(--vk-menu-acc-icon-open-white-bg-src) center 50% no-repeat;
}
.vk-menu-acc .acc-btn-close {
	background: var(--vk-menu-acc-icon-close-white-bg-src) center 50% no-repeat;
}

/*----- layout -----*/
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	transition: all .4s;
}
@media (min-width: 1540px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1400px;
	}
	.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		max-width: 1400px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
/*----- page-header -----*/
.page-header {
	color: var(--vk-color-primary);
	background-color: #FFFFFF;
	text-align: left;
	font-weight: 600;
	min-height: 10rem;
}
.page-header-inner.container {
	transition: all .4s;
	margin-bottom: 0;
}
.page-header-title,
h1.page-header-title {
	color: var(--vk-color-text-body);
	font-size: clamp(2rem, 3.8vw, 3rem);
	line-height: 1.2;
}
@media (min-width: 992px) {
	.page-header {
		min-height: 15rem;
	}
}
@media (min-width: 1400px) {
	.page-header-inner.container {
		width: 90%;
		max-width: 1500px;
	}
}
/*----- breadcrumb -----*/
.breadcrumb {
	border-top: 0;
	border-bottom: 0;
	position: relative;
	z-index: 2;
}
.breadcrumb .container {
	width: 90%;
	max-width: 1500px;
	margin-bottom: -2rem;
}
.breadcrumb-list {
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 991.98px) {
	.breadcrumb {
		display: none;
	}
}
.single-post .breadcrumb .breadcrumb-list__item:nth-child(3) {
	display: none;
}
/*----- contents-bg -----*/
.contents-head {
	padding: 0 30px;
	opacity: 0;
	transition: all .7s;
	transform: translateY(100px);
}
.contents-head.show {
	opacity: 1;
	transform: translateY(0);
}
@media (min-width: 992px) {
	.contents-head {
		padding: 20px 50px;
	}
}
/*----- contents-bg -----*/
.contents-bg {
	position: relative;
	padding: 2.5em 30px;
	margin-bottom: 3em;
	opacity: 0;
	transition: all .7s;
	transform: translateY(100px);
}
.contents-bg.show {
	opacity: 1;
	transform: translateY(0);
}
.contents-bg::before {
	content: "";
	background-color: var(--vk-color-custom-2);
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 20px 0 0 20px;
}
.contents-bg-inner {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 2rem;
	margin: 0 -10px;
	position: relative;
	z-index: 2;
}
.entry h2.contents-bg-title {
	border: 0;
	position: relative;
	z-index: 2;
	padding: 0 0 1rem;
	margin: -2rem -2rem 3rem;
	background-color: var(--vk-color-custom-2);
}
.entry h2.contents-bg-title::before {
	content: "";
	position: absolute;
	top: 0.55em;
	right: calc(100% + 10px);
	width: 100vw;
	height: 10px;
	background: url(images/contents-bg-title-a.png) top right / 10px no-repeat, url("images/contents-bg-title-b.png") center right / 1px repeat-x;
}
.entry h2.contents-bg-title::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	height: 10px;
	background: url(images/contents-bg-inner-a.png) top left / 10px no-repeat, url("images/contents-bg-inner-b.png") top right / 10px no-repeat;
}
.entry h2.contents-bg-title em {
	font-size: 1rem;
	display: block;
	font-style: normal;
	font-weight: 600;
	color: var(--vk-color-primary);
}
.entry h2.contents-bg-title.no-top {
	padding-bottom: 0.5em;
	margin: 0 0 var(--vk-margin-headding-bottom);
	border-bottom: 1px solid var(--vk-color-border-hr);
	background: none;
}
.entry h2.contents-bg-title.no-top::before,
.entry h2.contents-bg-title.no-top::after {
	display: none;
}
.entry h2.submit a {
	font-size: 1rem;
	padding: 1rem;
	background-image: none !important;
	line-height: 1.4;
	margin: 1em 0;
}
.entry h2.submit.pdf a span {
	padding-right: 1.6em;
	background: url(images/pdf-icon.png) right 0.3em top 0.1em / 1em no-repeat;
}
@media (min-width: 430px) {
	.entry h2.submit a {
		position: absolute;
		left: 13em;
		top: 0;
		margin: 0;
		height: calc(100% - 1.5em);
		align-items: center;
		width: auto;
		padding: 1rem 1.5rem;
	}
}
@media (min-width: 992px) {
	.contents-bg {
		padding-left: 50px;
		padding-right: 50px;
	}
	.contents-bg h2:first-child::before {
		right: calc(100% + 20px);
	}
}
/*----- bg-space -----*/
.bg-space {
	position: relative;
	background-color: var(--vk-color-custom-2);
	margin: 2em -2rem;
}
.bg-space::before,
.bg-space::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	height: 10px;
	background: url(images/contents-bg-inner-a.png) top left / 10px no-repeat, url("images/contents-bg-inner-b.png") top right / 10px no-repeat;
}
.bg-space::before {
	top: inherit;
	bottom: 100%;
	transform: rotate(180deg);
}

/*----- entry -----*/
.entry h2 {
	border-top: 0;
	padding-top: 0;
	margin-top: 0.5rem;
}
.entry h3 {
	border: 0;
	margin-bottom: 0 !important;
	color: var(--vk-color-primary);
}
.entry h3::after {
	display: none;
}
.entry h4 {
	background: none;
	padding: 0;
	margin-bottom: 0.5em;
}
.h4-title h4 {
	display: inline;
	background: linear-gradient(transparent 60%, #e7f7e7 60%);
}
.entry img {
	border-radius: 10px;
}
.entry ul li {
	list-style: none;
	position: relative;
}
.entry ul li::before {
	content: "";
	position: absolute;
	top: 0.45em;
	left: -1.5em;
	width: 0.9em;
	height: 0.9em;
	background-color: var(--vk-color-primary);
	border-radius: 50%;
}
.entry ul.point-list li em:first-child {
	position: absolute;
	top: 0;
	left: -1.5em;
	font-style: normal;
}
.entry ul.point-list li::before {
	display: none;
}
.entry-body ul.point-text li::before {
	content: "※";
	top: 0;
	background: none;
}
.entry-body ul.point-text li.none::before {
	display: none;
}
/*----- table -----*/
.entry table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
	border: 0;
}
.entry table th,
.entry table td,
.entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table th,
.entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table td {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 0.5em 15px;
	font-size: 1rem;
}
.entry table th,
.entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table th {
	text-align: left;
	background-color: var(--vk-color-custom-2);
}
.required {
	background-color: #E50012;
	color: #FFFFFF;
	margin-right:10px;
	padding: 3px 5px;
}
.any {
	background-color: #FFFFFF;
	color: #212121;
	margin-right:10px;
	padding: 3px 5px;
}
@media screen and (max-width: 768px){
	.entry table {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.entry table.is-stacked-on-mobile th,
	.entry table.is-stacked-on-mobile td {
		border-bottom: 0 !important;
	}
	.entry table.break th,
	.entry table.break td {
		border-bottom: 0;
		display: block;
		width: 100%;
	}
}
.entry .overview-table table tr {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.entry .overview-table table th,
.entry .overview-table table td {
	border: 0 !important;
	vertical-align: top !important;
	background: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
@media screen and (max-width: 768px){
	.entry .overview-table table th {
		padding-bottom: 0 !important;
	}
	.entry .overview-table table tr:first-child th {
		padding-top: 0 !important;
	}
	.entry .overview-table table td {
		padding-top: 0.5em !important;
	}
}
.entry .contact-table input {
	margin: 0.5em 0;
}
@media screen and (min-width: 768px){
	.entry .contact-table th {
		width: 16em;
	}
	.entry .contact-table textarea {
		height: 6em;
	}
}
/*----- submit -----*/
.submit a,
input[type="submit"]#submit,
input[type="submit"].submit {
	border: 2px solid var(--vk-color-custom-1);
	padding: 1.5rem;
	border-radius: 5px;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	color: var(--vk-color-custom-1);
	background-color: #FFFFFF;
	justify-content: center;
	display: flex;
	position: relative;
	width: 100%;
	transition: all .4s;
	font-weight: 600;
}
.submit a:has(i.fa-arrow-right) span {
	padding-right: 1.5em;
	position: relative;
}
.submit a i {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
@media (any-hover: hover) {
	.submit a:hover,
	input[type="submit"]#submit:hover,
	input[type="submit"].submit:hover {
		background-color: var(--vk-color-custom-1);
		color: #FFFFFF;
	}
}
/*----- scroll-hint -----*/
.scroll-hint {
	display: none;
}
.table-scroll table {
	min-width: 600px;
}
.table-scroll {
	overflow-x: auto;
	position: relative;
}
.table-scroll .scroll-hint {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	background: #22a835;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	display: none;
	animation: scroll-hint-animation 2s infinite ease;
	border-radius: 6px;
	opacity: 0.9;
}

@keyframes scroll-hint-animation {
	0% {
		transform: translate(-50%, -50%);
	}
	50% {
		transform: translate(-40%, -50%);
	}
	100% {
		transform: translate(-50%, -50%);
	}
}

.table-scroll .scroll-hint--show {
	display: block;
}





/*----- footer -----*/
.site-footer {
	background-color: var(--vk-color-custom-5);
	border: 0;
	padding: 3em 0 2em;
	color: #FFFFFF;
	font-size: clamp(1px, 4.1vw, 0.9em);
}
.footer-logo {
	width: 90%;
	margin: 0 auto 15px;
}
.footer-text {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-text p {
	margin-bottom: 0;
}
.footer-contact {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-contact-tel,
.footer-contact-fax {
	font-size: 1.7em;
	padding-left: 1.2em;
	display: inline-block;
	background: url(images/footer-icon02.png) left center / 0.8em no-repeat;
	font-weight: 600;
}
.footer-contact-fax {
	background-image: url(images/footer-icon01.png);
}
.footer-contact-tel a {
	color: #FFFFFF;
}
.footer-box-inner {
	padding: 0 2em;
	margin: 0 auto;
	max-width: 27em;
}
.footer-list a {
	display: block;
	background: url(images/footer-arrow01.png) left top 0.75em / 1em no-repeat;
	color: #FFFFFF;
	padding: 0.3em 0 0.3em 1.5em;
	transition: all .4s;
}
.footer-list a.sub {
	background-image: url(images/footer-arrow02.png);
	display: none;
}

.footer-list a span {
	padding-right: 1.6em;
	background: url(images/pdf-icon-w.png) right 0.3em top 0.1em / 1em no-repeat;
}
.footer-list a span.blank {
	padding-right: 1.5em;
	background: url(images/blank-w.png) right 0.3em top 0.2em / 0.8em no-repeat;
}
.footer-box-list {
	border-top: 1px solid #FFFFFF;
	margin-top: 2em;
	padding-top: 2em;
}
.footer-box-list a {
	text-align: center;
	display: block;
	margin-bottom: 1em;
	color: #FFFFFF;
	background: none !important;
}
.footer-box-list a.footer-fb span {
	padding: 1em 0 1em 2.7em;
	background: url(images/fb-icon-w.png) left center / 2em no-repeat;
}

@media (any-hover: hover) {
	.footer-list a:hover,
	.footer-box-list a:hover {
		opacity: 0.5;
	}
}
.copy {
	display: flex;
	justify-content: center;
	font-size: 0.75em;
	padding: 0 2em;
}
.copy span {
	margin-right: 0.5em;
	display: inline-block;
}

@media screen and (min-width: 572px){
	.footer-box-inner.detail {
		max-width: 42em;
	}
	.footer-text p:first-child {
		margin-right: 1.5em;
	}
	.footer-contact-tel {
		margin-right: 1em;
	}
	.copy {
		font-size: 0.85em;
	}
	.footer-box-list-inner {
		display: flex;
		justify-content: center;
	}
}
@media screen and (min-width: 576px){
	.footer-box-inner.detail {
		max-width: 42em;
	}
	.footer-text p:first-child {
		margin-right: 1.5em;
	}
	.footer-contact-tel {
		margin-right: 1em;
	}
	.copy {
		font-size: 0.85em;
	}
	.footer-box-list-inner {
		display: flex;
		justify-content: center;
	}
}
@media screen and (min-width: 640px){
	.footer-list-box {
		display: flex;
		justify-content: center;
	}
	.footer-list-box .footer-box-inner {
		margin: 0;
		padding: 0;
	}
	.footer-list-box-inner .footer-box-inner {
		min-width: 16em;
	}
}
@media screen and (min-width: 992px){
	.footer-list-box {
		font-size: 0.9em;
	}
	.footer-list-box-inner {
		display: flex;
		justify-content: center;
	}
	.footer-list a.sub {
		display: block;
	}
	.footer-list-box-inner .footer-box-inner {
		min-width: 15em;
	}
	.footer-list-box-inner .footer-box-inner:first-child {
		min-width: 22em;
	}
}
@media screen and (min-width: 1260px){
	.footer-box {
		display: flex;
		justify-content: center;
		padding-right: 2em;
	}
	.footer-box-inner {
		margin: 0;
	}
	.footer-box-inner.detail {
		max-width: 25em;
	}
	.footer-logo {
		width: 100%;
		margin-top: 0.8em;
	}
	.footer-text,
	.footer-contact {
		justify-content: flex-start;
	}
}


/*----- page_top_btn -----*/
.page_top_btn {
	background-color: #86b287;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(255,255,255,.8),0 0 0 2px #86b287;
}
.scrolled .page_top_btn {
	opacity: 0.8;
}

/*----- home-head -----*/
.home-head {
	position: relative;
	z-index: 2;
	margin-bottom: -10%;
}
.home-head-text {
	display: none;
}
#home-head-video {
	margin-top: 1px;
	margin-left: 15px;
	border-radius: 10px 0 0 10px;
	position: relative;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
#home-head-video video {
	display: block;
	width: 100%;
}
.home-head-video-box {
	opacity: 0;
}
#video-btn {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 100%;
}
#video-btn img {
	border-radius: 10px 0 0 10px;
}
.home-head-video-text {
	font-size: clamp(1px, 3vw, 1em);
	background-color: #ffe2c7;
	border-radius: 10px 0 0 10px;
	position: absolute;
	bottom: -2em;
	right: 0;
	padding: 1em;
	line-height: 1.4;
	z-index: 3;
	cursor: pointer;
}
.home-head-video-text span {
	color: var(--vk-color-primary);
	display: inline-block;
	font-size: 1.3em;
	font-weight: 600;
	margin-right: 0.5em;
}
.active #video-btn,
.active .home-head-video-text {
	display: none;
}
.active .home-head-video-box {
	opacity: 1;
}
@media screen and (min-width: 576px){
	.home-head {
		margin-bottom: -5%;
	}
	.home-head-video-text {
		border-radius: 10px 0 0 0;
		bottom: 0;
	}
}
@media screen and (min-width: 768px){
	.home-head {
		display: flex;
		align-items: center;
	}
	.home-head-text {
		display: flex;
		border: 0;
		width: 25%;
	}
	.home-head-text img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	#home-head-video {
		width: 75%;
	}
}
@media screen and (min-width: 992px){
	.home-head-text {
		width: 35%;
	}
	.home-head-text img {
		width: 50%;
	}
	#home-head-video {
		width: 65%;
	}
}


/*----- home-philosophy -----*/
.home-philosophy-bg {
	background-color: #fff6f0;
	padding: 20% 0 0;
	margin-bottom: 6em;
	position: relative;
}
.home-philosophy-sub {
	color: var(--vk-color-primary);
	font-weight: 600;
	padding-left: 1.3em;
	position: relative;
	margin-bottom: 0.5em !important;
}
.home-philosophy-sub::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.7em;
	height: 0.7em;
	border-radius: 50%;
	background-color: var(--vk-color-primary);
}
.home-philosophy-title {
	font-size: clamp(1px, 4.3vw, 1em);
	border: 0;
	margin-top: 0;
}
.home-philosophy-title strong {
	font-size: 1.9em;
	display: block;
	color: var(--vk-color-custom-1);
	margin-bottom: 0.3em;
}
.home-philosophy-text {
	margin-bottom: 3em !important;
}
.home-philosophy-text br {
	display: none;
}
.home-philosophy-img {
	position: relative;
}
.home-philosophy-img img:nth-child(1) {
	position: relative;
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: -5%;
	z-index: 2;
}
.home-philosophy-img img:nth-child(2) {
	position: absolute;
	top: 0;
	left: -5%;
	width: 60%;
}
@media screen and (min-width: 576px){
	.home-philosophy-bg {
		padding-top: 15%;
	}
	.home-philosophy-sub {
		margin-left: auto;
		margin-right: auto;
		max-width: 36rem;
		position: relative;
		z-index: 2;
	}
	.home-philosophy-title {
		font-size: 1.3em;
		margin-left: auto;
		margin-right: auto;
		max-width: 36rem;
		position: relative;
		z-index: 2;
	}
	.home-philosophy-title strong {
		font-size: 2.4em;
	}
	.home-philosophy-text {
		margin-left: auto;
		margin-right: auto;
		max-width: 36rem;
		position: relative;
		z-index: 2;
	}
	.home-philosophy-text br {
		display: block;
	}
}
@media screen and (min-width: 992px){
	.home-philosophy-bg {
		padding-top: 25%;
		padding-bottom: 10%;
	}
	.home-philosophy-img {
		position: absolute;
		top: 30%;
		left: 50%;
		width: 100%;
		transform: translateX(-50%) !important;
	}
	.home-philosophy-img img {
		max-width: 230px;
	}
}
@media screen and (min-width: 1080px){
	.home-philosophy-img {
		top: 30%;
	}
	.home-philosophy-img img {
		max-width: 300px;
	}
}
@media screen and (min-width: 1200px){
	.home-philosophy-img {
		top: 25%;
	}
	.home-philosophy-img img {
		max-width: 350px;
	}
}
@media screen and (min-width: 1400px){
	.home-philosophy-img img {
		max-width: 520px;
	}
	.home-philosophy-img img:nth-child(1) {
		width: 30%;
		margin-right: -2%;
	}
	.home-philosophy-img img:nth-child(2) {
		width: 30%;
		left: -2%;
	}
}
/*----- home-service -----*/
.home-service {
	margin-bottom: 5em;
}
.home-service-title {
	width: 90%;
	margin: 0 auto;
	font-size: clamp(1px, 4.1vw, 1em);
	border: 0;
}
.home-service-title span {
	font-size: 2.8em;
	display: block;
	color: var(--vk-color-primary);
	margin-bottom: 0.3em;
}
.home-service-box-inner img {
	display: block;
}
.home-service-box-inner ul {
	margin: 0 0 0 0.7em;
	border-left: 3px solid var(--vk-color-primary);
	padding: 1px 0;
}
.home-service-box-inner:nth-child(1) ul {
	border-left-color: var(--vk-color-custom-1);
}
.home-service-box-inner:nth-child(3) ul {
	border-left-color: var(--vk-color-custom-4);
}
.home-service-box-inner ul li {
	list-style: none;
	margin-left: 0.7em;
	background: url(images/arrow-icon02.png) left top 0.35em / 1em no-repeat;
	padding: 0 0 0 1.5em;
}
.home-service-box-inner:nth-child(1) ul li {
	background-image: url(images/arrow-icon01.png);
}
.home-service-box-inner:nth-child(3) ul li {
	background-image: url(images/arrow-icon03.png);
}
.home-service-box-inner ul li a {
	color: #212121;
	text-decoration: none;
}
.home-service-box-inner ul li a.pdf {
	padding-right: 1.6em;
	background: url(images/pdf-icon.png) right 0.3em top 0.1em / 1em no-repeat;
	margin-right: 0.2em;
}
@media (any-hover: hover) {
	.home-service-box-inner ul li a:hover {
		color: var(--vk-color-primary);
	}
	.home-service-box-inner:nth-child(1) ul li a:hover {
		color: var(--vk-color-custom-1);
	}
	.home-service-box-inner:nth-child(3) ul li a:hover {
		color: var(--vk-color-custom-4);
	}
}
.home-service-box.slick-slider {
	width: 90%;
	margin: 0 auto;
}
.home-service-box .slick-list {
	overflow: inherit;
	margin: 0 -5px; 
}
.home-service-box .slick-slide {
	margin: 0 5px;
} 
.home-service-box .slick-prev, 
.home-service-box .slick-next {
	background: url(images/arrow-right.png) #fff6f0 center / 20px no-repeat;
	width: 40px;
	height: 40px;
	top: auto;
	bottom: calc(100% - 12px);
	right: 0;
	border-radius: 0 10px 10px 0;
}
.home-service-box .slick-prev {
	background: url(images/arrow-left.png) #fff6f0 center / 20px no-repeat;
	right: 40px;
	left: auto;
	border-radius: 10px 0 0 10px;
	border-right: 1px solid #bacebb;
}
.home-service-box .slick-prev::before, 
.home-service-box .slick-next::before {
	display: none;
}
.home-service-box .slick-prev:hover,
.home-service-box .slick-prev:focus {
	background: url(images/arrow-left.png) var(--vk-color-custom-2) center / 20px no-repeat;
}
.home-service-box .slick-next:hover,
.home-service-box .slick-next:focus {
	background: url(images/arrow-right.png) var(--vk-color-custom-2) center / 20px no-repeat;
}
.home-service-box .slick-prev.slick-disabled,
.home-service-box .slick-next.slick-disabled {
	opacity: 0.7;
}
@media screen and (min-width: 320px){
	.home-service-box .slick-prev, 
	.home-service-box .slick-next {
		background-size: 30px;
		width: 60px;
		height: 60px;
		bottom: calc(100% - 25px);
	}
	.home-service-box .slick-prev {
		right: 60px;
	}
}
@media screen and (min-width: 768px){
	.home-service-box.slick-slider {
		width: 100%;
	}
	.home-service-title {
		text-align: center;
	}
}

/*----- home-news -----*/
.home-news-bg {
	background-color: #fff6f0;
	padding: 5em 0;
	margin-bottom: 6em;
}
.home-news-title {
	font-size: clamp(1px, 4.1vw, 1em);
	border: 0;
}
.home-news-title span {
	font-size: 2.8em;
	display: block;
	color: var(--vk-color-primary);
	margin-bottom: 0.3em;
}
.home-news-link {
	border-radius: 10px;
	border: 2px solid var(--vk-color-primary);
	color: var(--vk-color-primary);
	background: url(images/arrow-right.png) center right 1em / 1em no-repeat;
	padding: 1em 2.7em 1em 1em;
	display: block;
	transition: all .4s;
	font-weight: 700;
	cursor: pointer;
	margin-top: 2em;
}
@media (any-hover: hover) {
	.home-news-link:hover {
		color: var(--vk-color-primary);
		background-color: var(--vk-color-custom-2) !important;
	}
}
@media (min-width: 768px) {
	.home-news {
		display: flex;
		position: relative;
	}
	.home-news-title {
		width: 14rem;
	}
	.home-news-box {
		width: calc(100% - 14rem);
	}
	.home-news-link {
		max-width: 15em;
		position: absolute;
		top: 4em;
		padding-top: 0.7em;
		padding-bottom: 0.7em;
	}
}

/*----- home-mcs -----*/
.home-mcs-img {
	position: relative;
	z-index: 1;
}
.home-mcs-box {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 2.5em 1.5em 1.5em;
	margin: -30px 20px 0;
	position: relative;
	z-index: 2;
}
.home-mcs-title {
	font-size: clamp(1px, 4.1vw, 1em);
	text-align: center;
	border: 0;
}
.home-mcs-title span {
	font-size: 2.2em;
	display: block;
	color: #d36c89;
	margin-bottom: 0.3em;
}
.home-mcs-box p br {
	display: none;
}
.home-mcs-link {
	border-radius: 10px;
	border: 2px solid #d36c89;
	color: #d36c89;
	background: url(images/arrow-right-p.png) center right 1em / 1em no-repeat;
	padding: 1em 2.7em 1em 1em;
	display: block;
	transition: all .4s;
	font-weight: 700;
	cursor: pointer;
	margin-top: 2em;
}
@media (any-hover: hover) {
	.home-mcs-link:hover {
		background-color: #f7dae3;
		color: #d36c89;
	}
}
@media (min-width: 768px) {
	.home-mcs {
		display: flex;
	}
	.home-mcs-img {
		width: 50%;
	}
	.home-mcs-box {
		width: calc(50% + 30px);
		margin: 30px 0 0 -30px;
		padding: 2.5em 0 2.5em 2.5em;
	}
	.home-mcs-title {
		text-align: left;
	}
	.home-mcs-title span {
		font-size: 2.8em;
	}
	.home-mcs-link {
		max-width: 14em;
		margin-left: auto;
	}
}
@media (min-width: 992px) {
	.home-mcs-box {
		margin-top: 60px;
	}
}
@media (min-width: 1200px) {
	.home-mcs-img {
		width: 45%;
	}
	.home-mcs-box {
		width: calc(55% + 30px);
		padding: 3.5em 0 2.5em 3em;
	}
	.home-mcs-box p br {
		display: block;
	}
}

/*----- news-list -----*/
.news-list {
	border-top: 1px solid var(--vk-color-primary);
	padding: 0;
	margin: 0;
}
.news-list li {
	list-style: none;
	border-bottom: 1px solid var(--vk-color-primary);
	margin: 0;
}
.news-list li a {
	text-decoration: none;
	display: block;
	position: relative;
	padding: 2.5em 0 0.7em;
	line-height: 1.5;
	color: #212121;
	transition: all .4s;
}
.news-list li .news-list-date {
	position: absolute;
	top: 0.7em;
	left: 0;
	color: rgba(0,0,0,0.6);
	transition: all .4s;
}
@media (any-hover: hover) {
	.news-list li a:hover {
		padding-left: 1em;
		background-color: var(--vk-color-custom-2) !important;
		color: var(--vk-color-primary);
	}
	.news-list li a:hover .news-list-date {
		left: 1em;
	}
}
@media screen and (min-width: 768px){
	.news-list li a {
		padding: 1em 0 1em 7em;
	}
	.news-list li .news-list-date {
		top: 1em;
	}
	@media (any-hover: hover) {
		.news-list li a:hover {
			padding-left: 8em;
		}
	}
}
.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;
}
@keyframes postnew {
	0%,100% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
}
.news-list li a[target="_blank"],
.news-list li a[href$=".pdf"] {
	padding-right: 0;
	background: none;
}
.news-list 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-list li a[href$=".pdf"] .pdf {
	padding-right: 1.6em;
	background: url(images/pdf-icon.png) right 0.3em top 0.1em / 1em no-repeat;
}
.news-list li a[href$=".pdf"] .blank {
	display: none;
}

/*----- news-inner -----*/
.entry-meta-item-updated,
.entry-meta-item-author {
	display: none;
}
.blog .contents-bg,
.single-post .contents-bg {
	padding-left: 40px;
	padding-right: 40px;
}

.blog .page-header-inner::after,
.single-post .page-header-inner::after {
	content: "News"
}
.entry .entry-header.contents-bg-title {
	position: relative;
	z-index: 2;
	padding: 0 0.2em 1.5rem;
	margin: -2rem -2rem 3rem;
	background-color: var(--vk-color-custom-2);
}
.entry .entry-header.contents-bg-title h1 {
	font-size: 1.75rem;
}
.entry .entry-header.contents-bg-title::before {
	content: "";
	position: absolute;
	top: 0.85em;
	right: calc(100% + 10px);
	width: 100vw;
	height: 10px;
	background: url(images/contents-bg-title-a.png) top right / 10px no-repeat, url("images/contents-bg-title-b.png") center right / 1px repeat-x;
}
.entry .entry-header.contents-bg-title::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	height: 10px;
	background: url(images/contents-bg-inner-a.png) top left / 10px no-repeat, url("images/contents-bg-inner-b.png") top right / 10px no-repeat;
}
.entry .entry-header.contents-bg-title .entry-meta {
	font-size: 1rem;
	display: block;
	font-style: normal;
	font-weight: 600;
	color: var(--vk-color-primary);
}
@media (min-width: 992px) {
	.contents-bg {
		padding-left: 60px;
		padding-right: 60px;
	}
	.entry .entry-header.contents-bg-title::before {
		right: calc(100% + 20px);
	}
}



/*----- basic-philosophy -----*/
.basic-philosophy-text {
	font-size: clamp(15px, 1.6vw, 1.2em);
	max-width: 36em;
	margin-left: auto;
	margin-right: auto;
}
.basic-policy-text strong {
	font-size: 1.6em;
}
.basic-policy-text .is-layout-flex p {
	margin: -1em 0 0.5em !important;
}
.basic-policy-text .is-layout-flex p strong {
	font-size: 1.8em;
}
@media screen and (max-width: 430px){
	.basic-policy-text .is-layout-flex {
		margin-top: 2em;
	}
	.basic-policy-text .is-layout-flex p {
		width: 100%;
	}
}
.operatio-policy ul {
	max-width: 64em;
	margin-left: auto;
	margin-right: auto;
}
.origin-of-name p {
	max-width: 44em;
	margin-left: auto;
	margin-right: auto;
}
/*----- entrance -----*/
.about-head {
	display: flex;
	justify-content: center;
}
.about-introduction p {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.about-feature ul {
	max-width: 51em;
	margin-left: auto;
	margin-right: auto;
}
.about-points .wp-block-columns {
	margin: 1.5em 0;
}
.about-points figure {
	border: 2px solid var(--vk-color-primary);
	border-radius: 50%;
	overflow: hidden;
	width: 170px;
	height: 170px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.about-points h3 {
	border: 0;
	margin-bottom: 0 !important;
	color: var(--vk-color-text-body);
}
.about-points h3 em {
	font-size: 1.3em;
	font-style: normal;
	margin-right: 0.2em;
	color: var(--vk-color-primary);
}
@media screen and (max-width: 991.98px){
	.about-points figure {
		width: 150px;
		height: 150px;
	}
}
.about-daily-flow {
	margin: 0 auto;
	position: relative;
	max-width: 19em;
}
.about-daily-flow::before {
	content: "";
	position: absolute;
	top: 0;
	left: 1.85em;
	height: 100%;
	border: 2px dotted var(--vk-color-primary);
}
.about-daily-flow .wp-block-group {
	margin: 0.7em 0;
	position: relative;
	z-index: 2;
}
.about-daily-flow .wp-block-group p {
	width: calc(100% - 5em);
	border-bottom: 5px solid #e7f7e7;
}
.about-daily-flow .wp-block-group p:first-child {
	width: 4em;
	height: 4em;
	border-radius: 50%;
	background-color: #e7f7e7;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0 !important;
	border-bottom: 0;
}
.about-bathing-day p {
	max-width: 35em;
	margin: 0 auto;
}
.about-bathing-day-box {
	max-width: 35em;
	margin: 0 auto 1em;
}
.about-bathing-day-box .wp-block-column {
	box-shadow: 0 0 0 3px #e7f7e7 inset;
	border-radius: 10px;
	padding: 1em;
}
.about-bathing-day-box .wp-block-column h3 {
	text-align: center;
}
.about-bathing-day-box .wp-block-column p {
	max-width: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	text-align: center;
	min-height: 10em;
}
.about-bathing-day-box .wp-block-column .wp-block-group {
	max-width: 12em;
	margin: 0.7em auto;
}
.about-bathing-day-box .wp-block-column .wp-block-group.is-nowrap p {
	min-height: inherit;
}
.about-bathing-day-box .wp-block-column .wp-block-group.is-nowrap p:first-child {
	min-height: 4em;
	padding: 0 1em;
	border-radius: 5px;
	background-color: #e7f7e7;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0 !important;
	border-bottom: 0;
}
@media (max-width: 767.98px) {
	.about-bathing-day-box .wp-block-column p {
		min-height: inherit;
	}
}
@media screen and (max-width: 380px){
	.about-bathing-day-box .wp-block-column .wp-block-group {
		display: block;
	}
	.about-bathing-day-box .wp-block-column .wp-block-group.is-nowrap p:first-child {
		min-height: 2em;
		margin-bottom: 0.5em !important;
	}
}
/*----- past-calculations -----*/
@media (max-width: 1199.98px) {
	.past-calculations-box {
		display: block !important;
	}
	.past-calculations-box table {
		margin-bottom: 2em;
	}
}
/*----- past-calculations -----*/
.fixed-text p:first-child {
	margin-bottom: 0 !important;
}
.fixed-text .submit a {
	padding: 1em 1.5rem;
}


/*----- department -----*/
.post-name-department .metaslider .flexslider {
	margin-bottom: 0;
}
.post-name-department .metaslider .flexslider:has(.flex-control-nav li) {
	margin-bottom: 80px;
}
.post-name-department .metaslider .flex-control-nav {
	text-align: left;
	bottom: -70px;
}
.post-name-department .metaslider .flexslider .flex-control-nav a {
	background-color: rgba(0,0,0,0.2) !important;
}
.post-name-department .metaslider .flexslider .flex-control-nav a:hover {
	background-color: var(--vk-color-primary) !important;
}
.post-name-department .metaslider .flexslider .flex-control-nav a.flex-active {
	background-color: var(--vk-color-custom-1) !important;
}
.post-name-department .metaslider .flex-direction-nav {
	margin: 30px 0 0 auto !important;
	width: 120px;
}
.post-name-department .metaslider .flexslider .flex-direction-nav li a {
	background-color: #fff6f0 !important;
	background-image: url(images/arrow-right.png) !important;
	background-size: 30px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	width: 60px !important;
	height: 60px !important;
	transform: none !important;
	top: auto !important;
}
@media (any-hover: hover) {
	.post-name-department .metaslider .flexslider .flex-direction-nav li a:hover {
		background-color: var(--vk-color-custom-2) !important;
	}
}
.post-name-department .metaslider .flexslider .flex-direction-nav li a.flex-prev {
	border-radius: 10px 0 0 10px;
	left: 0 !important;
	background-image: url(images/arrow-left.png) !important;
}
.post-name-department .metaslider .flexslider .flex-direction-nav li a.flex-next {
	border-radius: 0 10px 10px 0;
	right: 0 !important;
	border-left: 1px solid #bacebb;
}
.post-name-department .metaslider .flexslider .flex-direction-nav li a::after {
	display: none !important;
}


@media screen and (max-width: 991.98px){
	.post-name-department .is-layout-flex {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 380px){
	.post-name-department .metaslider .flexslider:has(.flex-control-nav li) {
		margin-bottom: 60px;
	}
	.post-name-department .metaslider .flex-control-nav {
		bottom: -57px;
	}
	.post-name-department .metaslider .flex-direction-nav {
		width: 80px;
	}
	.post-name-department .metaslider .flexslider .flex-direction-nav li a {
		background-size: 20px !important;
		width: 40px !important;
		height: 40px !important;
	}
}
/*----- facilities -----*/
.post-name-facilities .wp-block-image {
	position: relative;
}
.post-name-facilities .wp-block-image figcaption {
	position: absolute;
	top: 0.5em;
	left: 0;
	padding: 0.2em 1em;
	border-radius: 0 5px 5px 0;
	background-color: #FFFFFF;
	font-size: 1rem;
}


/*----- price -----*/
@media (max-width: 767.98px) {
	.post-name-price .entry h2.contents-bg-title mark {
		display: block;
	}
}
.contents-link-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin-bottom: 2.5em !important;
}
.contents-link-btn li {
	display: flex;
	width: 100%;
	margin-bottom: 0.5em;
}
.contents-link-btn li::before {
	display: none;
}
.contents-link-btn li a {
	border: 2px solid rgba(0,0,0,0.2);
	padding: 0.5em 1em;
	line-height: 1.4;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 6px;
	transition: all .4s;
	color: #212121;
}
.contents-link-btn.sub li a {
	background-color: #fff6f0;
}
@media (any-hover: hover) {
	.contents-link-btn li a:hover {
		color: #FFFFFF;
		background-color: var(--vk-color-primary);
	}
}
@media (min-width: 350px) {
	.contents-link-btn.btn04 li {
		width: 49%;
	}
}
@media (min-width: 768px) {
	.contents-link-btn li {
		width: 31%;
	}
	.contents-link-btn.btn04 li {
		width: 24%;
	}
}
.price-table th,
.price-table td {
	border: 1px solid rgba(0,0,0,0.2) !important;
}
.price-table th.no-border.en,
.price-table td.no-border.en {
	border: 0 !important;
	padding: 0.3em 0 0.5em !important;
}
.price-table th.no-border.blue,
.price-table td.no-border.blue {
	border: 0 !important;
	padding: 0.1em 15px !important;
	color: #3887E5 !important;
	border-right: 1px solid rgba(0,0,0,0.2) !important;
}
.price-table tr th.no-border.blue:first-child,
.price-table tr td.no-border.blue:first-child {
	border-left: 1px solid rgba(0,0,0,0.2) !important;
}
.price-table td.diagonal {
	background-image: linear-gradient(to top right,transparent, transparent 50%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.25) 51%, transparent 51%, transparent);
	position: relative;
}
.price-table td.diagonal em {
	font-style: normal;
	position: absolute;
	width: 100%;
	top: 0;
	right: 0.5em;
	text-align: right;
	font-size: 0.8em;
}
.price-table td.diagonal em:nth-child(2) {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0.5em;
	text-align: left;
}
@media (min-width: 1200px) {
	.price-table td.diagonal em {
		font-size: 1em;
	}
}

/*----- faq -----*/
.contents-bg.faq-box h2 {
	padding-left: 1.5em;
	position: relative;
	font-size: 1.3em;
}
.contents-bg.faq-box h2::before {
	content: "Q";
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	right: inherit;
	background: none;
	width: auto;
	color: var(--vk-color-custom-1);
}
/*----- access -----*/
.map {
	margin-bottom: 0 !important;
}
.map iframe {
	width: 100%;
	height: 400px;
	margin-bottom: 0 !important;
}


/*----- employment -----*/
.voice-list .wp-block-image a {
	color: var(--vk-color-text-body);
	transition: all .4s;
}

@media (any-hover: hover) {
	.voice-list .wp-block-image a:hover {
		opacity: 0.7;
	}
	.voice-list .wp-block-image:hover figcaption a {
		color: var(--vk-color-primary);
	}
}

/*----- contact -----*/
.contact-tel {
	font-size: clamp(1px, 6.4vw, 2.2em);
	margin: -1rem 0 0.5rem !important;
	font-weight: 600;
}
.contact-tel a {
	text-decoration: none;
	padding: 0.5em 0 0.5em 1em;
	background: url(images/tel-icon.png) center left / 0.7em no-repeat;
}
.contact-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*----- taoka-mcs -----*/
.post-name-taoka-mcs a img {
	transition: all .4s;
	border-radius: 0 !important;
}
.post-name-taoka-mcs a:has(img) {
	padding-right: 0;
	background: none;
}
@media (any-hover: hover) {
	.post-name-taoka-mcs a img:hover {
		opacity: 0.5;
	}
}
@media (min-width: 1540px) {
	.post-name-taoka-mcs .container,
	.post-name-taoka-mcs .container-lg,
	.post-name-taoka-mcs .container-md,
	.post-name-taoka-mcs .container-sm,
	.post-name-taoka-mcs .container-xl {
		max-width: 1200px;
	}
	.post-name-taoka-mcs .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		max-width: 1200px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
.post-name-taoka-mcs .page-header {
	text-align: center;
	color: #f4597a;
}
.post-name-taoka-mcs .page-header-title,
.post-name-taoka-mcs h1.page-header-title {
	font-size: clamp(1px, 6.8vw, 3rem);
}
.post-name-taoka-mcs .breadcrumb {
	display: none;
}
.post-name-taoka-mcs .site-body {
	padding-top: 1em;
}
.mcs-head {
	padding: 2em 2em;
	padding-right: 28%;
	border-radius: 10px;
	background-color: #FFFFFF;
	margin-bottom: 2em;
	text-shadow: 0 0 5px rgba(255,255,255,1);
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
@media (min-width: 1200px) {
	.mcs-head {
		padding-right: 370px;
	}
}
@media (max-width: 767.98px) {
	.mcs-head {
		padding: 1.5rem;
		padding-top: 280px;
		background-position: center top 2em !important;
		background-size: 250px !important;
	}
}
@media (max-width:300px) {
	.mcs-head {
		padding-top: 250px;
		background-position: right top !important;
	}
}
.entry .mcs-head h2 {
	color: #564a39;
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0.5em;
	font-size: clamp(1px, 7.0vw, 1.9em);
}
@media (min-width:300px) {
	.entry .mcs-head h2 {
		font-size: clamp(1px, 4.6vw, 1.9em);
	}
	.entry .mcs-head h2 .inline {
		display: none;
	}
}
@media (min-width: 576px) {
	.entry .mcs-head h2 {
		font-size: clamp(1px, 3.3vw, 1.3em);
	}
	.entry .mcs-head h2 br {
		display: none;
	}
}
@media (min-width: 992px) {
	.entry .mcs-head h2 {
		font-size: 1.6em;
	}
}

.mcs-head-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mcs-head-menu .fade {
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	margin-bottom: 2em;
}
.entry .mcs-head-menu h2 {
	font-size: clamp(1px, 5.0vw, 1.3em);
	background-color: rgba(255,255,134,0.2);
	color: #564a39;
	padding: 1rem 1em;
	margin-bottom: 0;
	border-bottom: 2px dashed #d8cd94;
}
.mcs-head-menu p {
	padding: 1.5rem;
}
@media (min-width: 450px) {
	.entry .mcs-head-menu h2 {
		font-size: clamp(1px, 3.7vw, 1.3em);
	}
	.entry .mcs-head-menu h2 br {
		display: none;
	}
}
@media (min-width: 768px) {
	.entry .mcs-head-menu h2 br {
		display: block;
	}
}
@media (min-width: 992px) {
	.entry .mcs-head-menu h2 {
		font-size: 1.15em;
	}
	.entry .mcs-head-menu h2 br {
		display: none;
	}
}
@media (min-width: 1200px) {
	.entry .mcs-head-menu h2 {
		font-size: 1.3em;
	}
}

.mcs-menu {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
	padding-left: 0;
}
.mcs-menu li {
	margin: 0 0 1em 4%;
	width: 48%;
	display: flex;
}
.mcs-menu li:nth-child(2n+1) {
	margin-left: 0;
}
.mcs-menu li::before {
	display: none;
}
.mcs-menu li a {
	width: 100%;
	border-radius: 10px;
	border: 2px solid #86b287;
	background: url(images/arrow-bottom.png) #FFFFFF center right 1em / 1em no-repeat;
	padding: 0.7em 2.7em 0.7em 0.7em;
	position: relative;
	display: flex;
	align-items: center;
	transition: all .4s;
	text-decoration: none;
	line-height: 1.4;
}
@media (min-width: 992px) {
	.mcs-menu li,
	.mcs-menu li:nth-child(2n+1) {
		margin-left: 1.33333%;
		width: 24%;
	}
	.mcs-menu li:nth-child(4n+1) {
		margin-left: 0;
	}
}
.mcs-menu li a {
	width: 100%;
	border-radius: 10px;
	border: 2px solid #86b287;
	background: url(images/arrow-bottom.png) #FFFFFF center right 1em / 1em no-repeat;
	padding: 0.7em 2.7em 0.7em 0.7em;
	position: relative;
	display: flex;
	align-items: center;
	transition: all .4s;
	text-decoration: none;
	line-height: 1.4;
}

.entry .mcs-contents h2 {
	margin-top: -1.5rem;
	margin-left: -1.5rem !important;
	margin-right: -1.5rem !important;
	background-color: #e4f7e4;
	border-radius: 10px 10px 0 0;
	padding: 0.7em 0.7em;
	border-bottom: 2px dashed #bfddbf;
}

.mcs-qualification01 {
	border-radius: 10px;
	border: 2px solid rgba(86,74,57,0.2);
	padding: 1.5em 1.5em;
	margin-bottom: 1.5em !important;
	position: relative;
}
.mcs-qualification01::before {
	content: "";
	position: absolute;
	top: calc(100% + 2px);
	left: calc(50% - 34px);
	border-style: solid;
	border-width: 14px 20px 0 20px;
	border-color: #dc7894 transparent transparent transparent;
}

.mcs-qualification01-box .wp-block-column {
	background-color: rgba(255,255,134,0.2);
	padding: 1em;
	border-radius: 10px;
	border: 2px solid rgba(0,0,0,0.1);
}

.mcs-qualification01-box h3 {
	font-size: 1.10em;
	font-weight: bold;
	color: #f4597a;
	text-align: center;
	margin-bottom: 0.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 3.2em;
}
.mcs-qualification01-box h3.center {
	justify-content: center;
}
.mcs-qualification01-box h3 em {
	background-color: rgba(243,107,48,0.95);
	color: #FFFFFF;
	display: inline-block;
	font-size: 0.85em;
	padding: 0.1em 0;
	border-radius: 3px;
	animation: flash 2s linear infinite;
	width: 5em;
	line-height: 1.4;
	font-style: normal;
}
.mcs-qualification01 ul {
	display: flex;
	flex-wrap: wrap;
}
.mcs-qualification01 ul li {
	margin-bottom: 0;
	margin-right: 2.5em;
}

@keyframes flash {
	0%,100% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
}
.mcs-qualification02 {
	border-radius: 10px;
	border: 2px solid rgba(86,74,57,0.2);
	padding: 1.5em 1.5em;
	margin-top: 1.5em !important;
	position: relative;
}
.mcs-qualification02::before {
	content: "";
	position: absolute;
	bottom: calc(100% + 2px);
	left: calc(50% - 34px);
	border-style: solid;
	border-width: 0 20px 14px 20px;
	border-color: transparent transparent #eaa672 transparent;
}

.mcs-step .wp-block-group {
	border-radius: 10px;
	border: 2px solid rgba(86,74,57,0.2);
	padding: 1.5rem;
	margin-bottom: 1.5em !important;
	position: relative;
}
.mcs-step .wp-block-group::before {
	content: "";
	position: absolute;
	top: calc(100% + 2px);
	left: calc(50% - 34px);
	border-style: solid;
	border-width: 14px 20px 0 20px;
	border-color: #dc7894 transparent transparent transparent;
}
.mcs-step .wp-block-group.none {
	margin-bottom: 0 !important;
}
.mcs-step .wp-block-group.none::before {
	display: none;
}
.entry .mcs-step h3 {
	font-size: clamp(1px, 5.0vw, 1.3em);
	background-color: rgba(255,255,134,0.2);
	color: #564a39;
	padding: 1rem 1em 1rem 4.5em;
	margin: -1.5rem -1.5rem 1rem !important;
	border-bottom: 2px dashed #d8cd94;
	position: relative;
}
.entry .mcs-step h3 em {
	position: absolute;
	background-color: rgba(244,89,122,0.85);
	color: #ffffff;
	padding: 5px 0.7em;
	font-size: 0.9em;
	border-radius: 6px 0 0 0;
	height: calc(100% + 2px);
	font-style: normal;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	border-bottom: 2px dashed #be556b;
}

.mcs-price strong {
	font-size: 1.3em;
	font-weight: bold;
}
.mcs-price th {
	font-size: clamp(1px, 3.5vw, 1.15em) !important;
}
.mcs-price th span {
	display: block;
	padding: 0.5em 0;
	margin: 0.5em 0;
	border-top: 1px dashed rgba(0,0,0,0.3);
	border-bottom: 1px dashed rgba(0,0,0,0.3);
}
@media (min-width: 300px) {
	.mcs-price td {
		font-size: 1.15em !important;
	}
}

.entry .mcs-price-furikomi h3 {
	border-radius: 6px;
	background-color: #e4f7e4;
	margin-bottom: 0.7em !important;
	padding: 0.5em 1em;
	color: #212121;
}
.mcs-price-furikomi strong {
	font-size: clamp(1px, 3.5vw, 1.6em);
	color: #564a39;
	font-weight: bold;
}
@media screen and (max-width:720px){
	.mcs-price-box {
		flex-direction: column;
		justify-content: center;
	}
	.mcs-price-title,
	.mcs-price-detail {
		width: 100%;
	}
	.mcs-price-title {
		font-size: 1.15em;
	}
	.mcs-price-detail {
		font-size: 1em;
	}
	.mcs-price-furikomi {
		font-size: 2.7vw;
	}
}

.mcs-info h3 {
	font-size: 1.15em;
	color: #f4597a;
}
.mcs-info-tel {
	font-size: 1.6em;
	margin-bottom: 0.5em !important;
	color: #564a39;
	font-weight: bold;
}
.mcs-info-tel strong {
	font-size: 1.6em;
}
@media screen and (max-width:991.98px){
	.mcs-info h3 {
		font-size: 0.95em;
	}
}
@media screen and (max-width:440px){
	.mcs-info {
		font-size: clamp(1px, 3.0vw, 1em);
	}
}
.mcs-btn a {
	font-weight: bold;
	display: block;
	margin-top: -0.5em;
	text-align: center;
	border: 2px solid #33883B;
	color: #33883B;
	padding: 0.7em 1.5em;
	line-height: 1.4;
	border-radius: 5px;
	text-decoration: none;
	background-position: center right 0.7em;
}
.mcs-info .map {
	height: 100%;
	width: 100%;
}
.mcs-satellite .wp-block-group {
	width: 100%;
}

.mcs-satellite .h4-title {
	text-align: center;
}
.mcs-satellite-box-map {
	width: 100%;
	height: 300px;
}
@media screen and (max-width:991.98px){
	.mcs-satellite .h4-title h4 {
		font-size: 1em;
	}
}
@media screen and (max-width:767.98px){
	.mcs-satellite {
		font-size: clamp(1px, 3.2vw, 1em);
	}
}
@media screen and (max-width:760px){
	.mcs-satellite-box {
		width: 100%;
		margin: 0.5em 0;
	}
}