@charset "UTF-8";

/* !ページタイトル -------------------------------------------------------------- */
.bg_01 {
	padding: 1.25em 0;
	background: url(../images/bg_01.webp) no-repeat;
	background-size: cover;
}
.bg_01 .h1 {
	letter-spacing: 0.05em;
}
@media screen and (max-width: 540px) {
	.bg_01 {
		padding: 8.4vw 0 9.6vw;
	}
}



/* !パンくずリスト -------------------------------------------------------------- */
.breadcrumb {
	border-top: 2px solid var(--green);
	padding-top: 1.2em;
	margin-top: .1em;
}
.breadcrumb li {
	display: inline;
	font-weight: 500;
}
.breadcrumb li::after {
	content: "";
	margin-left: 0.8em;
	margin-right: 0.8em;
	background: #1e2523;
	display: inline-block;
	width: .6em;
	height: .55em;
	clip-path: polygon(5% 0, 100% 50%, 5% 100%, 0 91%, 77% 50%, 0 9%);
}
.breadcrumb li:last-child::after {
	content: none;
}
.breadcrumb li a {
	color: var(--green);
}
.breadcrumb li a:hover {
	border-bottom: 1px solid;
}
.breadcrumb li a br {
	display: none;
}
@media screen and (max-width: 540px) {
	.breadcrumb {
		padding-top: 1em;
		margin-bottom: 1em;
		margin-top: .3em;
		line-height: 1.6;
	}
	.breadcrumb li span {
		display: inline;
	}
}


/* !contents -------------------------------------------------------------- */


/* page */
.detail > * {
	width: 92%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.detail h2,
.detail_news h1 {
	border-left: 3px solid var(--green);
	background: #f5f5f5;
	padding: .5em .8em;
}
.detail h3,
.detail_news h2 {
	color: var(--green);
	border-bottom: 2px solid;
	padding-bottom: .45em;
}

.detail_news a,
.detail a:not(.btn_01,.btn_02,.btn_03,.anchor,.mente-link,[href*="tel:"]) {
	color: var(--green);
	font-weight: 700;
	border-bottom: 1px solid;
}
.detail_news a:hover,
.detail a:not(.btn_01,.btn_02,.btn_03,.anchor,.mente-link,[href*="tel:"]):hover {
	color: #008569;
}

.btn-wrap {
	background: var(--lyellow);
	padding: 1.6em 0;
}
@media screen and (max-width: 1024px) {
	.btn-wrap {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}
}

.table-scroll {
	overflow-x: auto;
	white-space: nowrap;
}
.table-scroll table {
	border-collapse: collapse;
}
.table-scroll th {
	padding: 1.35em 2.8em;
	border: 1px solid #a9a9a9;
	background-color: #f9faee;
	text-align: center;
}
.table-scroll td {
	padding: 1.35em 2.8em;
	border: 1px solid #a9a9a9;
}
@media screen and (max-width: 1305px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 540px) {
	.table-scroll {
		padding-bottom: 4vw;
	}
	.table-scroll th {
		padding: 1.35em 1.3em;
	}
	.table-scroll td {
		padding: 1.35em 1em;
	}
}


.btn-wrap2 {
	background: var(--lyellow);
	padding: 1.5em 2.18em 3em;
}
@media screen and (max-width: 1024px) {
	.btn-wrap2 {
		width: 100%;
		padding: 1.1em 4% 2em;
	}
}
a.btn_02 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #000;
	background: #fff;
	min-height: 7.5em;
	font-weight: 700;
	width: 100%;
	position: relative;
	border-radius: .625em;
	transition: .2s;
	box-shadow: 0px 0px .3em .2em rgba(0,0,0,.04);
}
a.btn_02:hover {
	background: #f5fbfa;
}
a.btn_02::before,
a.btn_02::after {
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	transition: .2s;
	content: "";
}
a.btn_02::before {
	background: var(--green);
	width: 2.1875em;
	height: 2.1875em;
	border-radius: 50%;
}
a.btn_02::after {
	content: "→";
	font-weight: 400;
	font-size: 1.25em;
	color: #fff;
	right: 5.5%;
}
a.btn_02:hover::before {
	right: 2%;
}
a.btn_02:hover::after {
	right: 3.5%;
}
a.btn_02 span {
	padding-left: 4%;
}
@media screen and (max-width: 1024px) {
	a.btn_02 {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 540px) {
	a.btn_02 {
		width: 100%;
		line-height: 1.5;
		min-height: 6em;
		padding: 1.3em 0;
	}
	a.btn_02 span {
		padding: 0 3em 0 3.5%;
	}
	a.btn_02 .fz18 {
		font-size: 4.1vw;
	}
	a.btn_02 .fz14 {
		margin-top: .5em;
		font-size: 3.3vw;
	}
	a.btn_02::before {
		width: 1.9em;
		height: 1.9em;
		right: 3%;
	}
	a.btn_02::after {
		font-size: 1.111em;
		right: 4.5%;
	}
}

.faq dt {
	border-left: 3px solid var(--green);
	background: #f5f5f5;
	padding: .85em .5em .85em 3.55em;
	font-size: 1.25em;
	line-height: 1.6;
	position: relative;
	margin-top: 1.1em;
}
.faq dd {
	position: relative;
	padding: 1em .5em 1em 4.625em;
}
.faq dt::before,
.faq dd::before {
	position: absolute;
	display: inline-block;
	font-size: 1.5em;
	content: "Q.";
	color: var(--green);
	font-weight: bold;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.faq dt::before {
	top: .3em;
	left: .9em;
}
.faq dd::before {
	font-size: 1.875em;
	content: "A.";
	left: 1em;
	top: .1em;
}
@media screen and (max-width: 540px) {
	.faq dt {
		padding: .85em .2em .85em 2.8em;
		font-size: 1.05em;
	}
	.faq dd {
		padding: 1em 0 1em 3.1em;
		line-height: 1.8;
	}
	.faq dt::before {
		top: .3em;
		left: .5em;
	}
	.faq dd::before {
		font-size: 1.6em;
		left: .6em;
		top: .3em;
	}
}

.guidance li {
	position: relative;
	padding-left: 1.3em;
}
.guidance li::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: .5em;
	height: .5em;
	background: var(--green);
	border-radius: 50%;
	top: .8em;
	left: .1em;
}
.guidance img {
	border-radius: .625em;
}
@media screen and (max-width: 540px) {
	.parking_map {
		width: 200vw;
	}
	.parking_map img {
		max-width: inherit;
	}
}

.sitemap-nav {
	border-bottom: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
}
.sitemap-nav a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}
.sitemap-nav a:hover {
	color: var(--green);
}
.sitemap-link {
	font-weight: 700;
}
.sitemap-link-sub {
	font-size: 0.875em;
	font-weight: 500;
}
.sitemap-link a {
	padding: 1.5em 0 1.5em 1.66em;
	position: relative;
}
.sitemap-link a::before {
	position: absolute;
	content: "→";
	display: inline-block;
	color: var(--green);
	left: 0;
	font-size: 1.25em;
	font-weight: 400;
	top: 50%;
	transform: translateY(-50%);
}
.sitemap-link-sub a {
	padding: .35em 0 1.8em 3.1em;
	position: relative;
}
.sitemap-link-sub a::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: .9em;
	height: 2px;
	background: var(--green);
	top: 1.35em;
	left: 2em;
}
.sitemap-link + .sitemap-link-sub {
	margin-top: -1.1em;
}
.sitemap-link-sub + .sitemap-link-sub {
	margin-top: -1.3em;
}
.sitemap-link + .sitemap-link,
.sitemap-link-sub + .sitemap-link{
	border-top: 1px solid #a9a9a9;
}
@media screen and (max-width: 540px) {
	.sitemap-nav + .sitemap-nav {
		border-top: none;
		margin-top: 0 !importan;
	}
}

.mente-link {
	position: relative;
	display: flex;
	align-items: center;
	width: 33.4%;
	border-bottom: none;
	border: 1px solid #a9a9a9;
	margin-left: -1px;
	margin-top: -1px;
	font-weight: 700;
	line-height: 1.875;
	padding: 1.25em 1.8em;
}
.mente-link img {
	margin-right: .8em;
}
.mente-link:hover {
	background: var(--lyellow);
}
.mente-link::before,
.mente-link::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	transition: .2s;
	content: "";
}
.mente-link::before {
	background: var(--green);
	width: 2.1875em;
	height: 2.1875em;
	border-radius: 50%;
	right: 1.18em;
}
.mente-link::after {
	content: "→";
	font-weight: 400;
	font-size: 1.25em;
	color: #fff;
	right: 1.35em;
}
.mente-link:hover::before {
	right: .88em;
}
.mente-link:hover::after {
	right: 1.05em;
}
@media screen and (max-width: 1024px) {
	.mente-link {
		width: 50%;
	}
}
@media screen and (max-width: 540px) {
	.mente-link {
		width: 100%;
		margin-left: 0;
	}
}


a.btn_03 {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
	color: var(--green);
	border: 2px solid var(--green);
	min-height: 4.4em;
	font-weight: 700;
	width: 100%;
	max-width: 31.25em;
	position: relative;
	border-radius: 2.5em;
	font-size: 1.125em;
	transition: .2s;
	padding-bottom: .5em;
}
a.btn_03:hover {
	background: var(--lyellow);
}
a.btn_03::after {
	position: absolute;
	left: 50%;
	bottom: .4em;
	transform: translateX(-50%);
	display: block;
	content: "";
	transition: .2s;
	background: var(--green);
	width: .9em;
	height: .5em;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
a.btn_03:hover::after {
	bottom: .1em;
}
@media screen and (max-width: 540px) {
	a.btn_03 {
		min-height: 3.5em;
		padding-bottom: 0;
	}
	a.btn_03::after {
		left: inherit;
		right: 1em;
		bottom: 50%;
		transform: translateY(50%);
		height: .6em;
	}
	a.btn_03:hover::after {
		bottom: 50%;
	}
}


.detail h2 {
	margin-top: 3em;
}
.detail h2.mt1 {
	margin-top: 1em;
}
.detail h3 {
	margin-top: 2.5em;
}
.detail > div:not([class^="mt"]) {
	margin-top: 3em;
}
.detail > p + div:not([class^="mt"]) {
	margin-top: 1.6em;
}
.detail p + h2 {
	margin-top: 2em;
}
.detail h2 + p,
.detail .btn-wrap + p,
.detail .btn-wrap2 + p,
.detail .picture-div + p,
.detail .table-scroll + p,
.detail p + .wp-block-image {
	margin-top: 1.1em;
}
@media screen and (max-width: 540px) {
	.detail h2 {
		margin-top: 3em;
	}
	.detail > div:not([class^="mt"]) {
		margin-top: 2em;
	}
	.detail > p + div:not([class^="mt"]) {
		margin-top: .3em;
	}
	.detail p + h2 {
		margin-top: 2em;
	}
	.detail h2 + p,
	.detail .btn-wrap + p {
		margin-top: .3em;
	}
}


/* post */
.detail_news .wp-block-image,
.detail .wp-block-image {
	text-align: center;
}


.detail_news h2,
.detail_news h3 {
	margin-top: 2em;
}

.detail_news h2 + h3,
.detail_news p + h2,
.detail_news .wp-block-image + h2,
.detail_news .wp-block-image + h3 {
	margin-top: 1.5em;
}
.detail_news h1 + .wp-block-gallery,
.detail_news p + .wp-block-gallery,
.detail_news .wp-block-gallery + p,
.detail_news h2 + .wp-block-image,
.detail_news h2 + div,
.detail_news h2 + figure,
.detail_news h2 + ol,
.detail_news h2 + ul,
.detail_news .wp-block-table + h2 {
	margin-top: 2.5em;
}
.detail_news .news_day + p,
.detail_news h2 + p,
.detail_news p + .wp-block-image {
	margin-top: 1em;
}

.detail_news ul {
	list-style: disc;
	padding: 1em 0 1em 2em;
}
.detail_news ol {
	list-style: decimal;
	padding: 1em 0 1em 2em;
}


.pagelink {
	width: 20%;
}
.pagelink + .pagelink {
	margin-left: 1.6em;
}
@media screen and (max-width: 540px) {
	.pagelink {
		width: 32%;
	}
	.pagelink + .pagelink {
		margin-left: 2%;
	}
}


.gate-open {
	cursor: pointer;
}
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 0;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 100;
	overflow-y: scroll;
	scrollbar-width: none;
	overscroll-behavior: none;
}
.modal-container::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 900px;
	width: 90%;
}
.modal-close{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	width: 1em;
	height: 1em;
	font-size: 3em;
	color: #fff;
	cursor: pointer;
}
.modal-content{
}
@media screen and (max-width: 1024px) {
	.modal-close{
		top: inherit;
		right: 0;
		bottom: -1em;
	}
}
