@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../images/img_3.jpg) center -150px;
	background-size: cover;
}


/* -------------------------------------------- */


@keyframes icon-rotate {
	0% {
		rotate: 0deg;
	}
	
	100% {
		rotate: 1turn;
	}
}

:where(.lower-contents .main-contents) h2 {
	margin-bottom: 1.5em;
}

:where(.lower-contents .main-contents) h3 {
	display: block;
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	font-feature-settings: "palt"; 
	margin-bottom: 20px;
	color: inherit;
}

:where(.contents-area) section p {
	text-align: justify;
}

@media screen and (min-width: 1280px) {
	:where(.contents-area) section h3 {
		font-size: 1.8rem;
	}
}

.main-contents #contact-box {
	margin-top: 0;
}

#lower-contents #main-contents #caption {
	margin-bottom: 30px;
	text-align: center;
}


.ib {
	display: inline-block;
}

.telnum {
	font-size: 110%;
}

.PageBody {
	--color-link: #ff7f97;
	--border-color: color-mix(in srgb, currentColor 20%, transparent);
	
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-top: 0;
	
	& > hr {
		margin: 0;
	}
	
	& > section {
		margin-block: 0;
	}
}

@media only screen and (min-width: 768px) {
	.PageBody {
		gap: 80px;
	}
}


@media only screen and (min-width: 1280px) {
	.PageBody {
		gap: 100px;
	}
}


/* -------------------------------------------- */

.notice {
	font-size: 1.2rem;
	font-weight: 200;
	color: rgba(0,0,0,0.75);
	
	& li {
		margin-bottom: 5px !important;
		margin-left: 0 !important;
		font-size: 1.2rem !important;
		line-height: 1.5 !important;
		list-style: none !important;
	}
}

/* -------------------------------------------- */

.subsection {
	display: flow-root;
	margin-block-end: 40px;
	
	&:last-child {
		margin-block-end: 0;
	}
	
	& > *:last-child {
		margin-block-end: 0;
	}
}

/* -------------------------------------------- */

.lower-contents .PageHeader__ttl .ja {
	margin-right: 15px;
}

@media only screen and (min-width: 1280px) {
	.lower-contents .PageHeader__ttl {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		height: 160px;
	}
}

/* -------------------------------------------- */


.lower-image {
	display: none;
}

@media only screen and (min-width: 1280px) {
	.lower-image {
		display: block;
	}
}

/* -------------------------------------------- */

.pageheader {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	padding: 25px;
	box-sizing: border-box;
	width: calc(100% + 50px);
	min-height: 100lvh;
	aspect-ratio: 1 / 1.5;
	transform: translateX(-25px);
	color: #fff;
	
	& > * {
		position: relative;
		z-index: 2;
	}
	
	& .pageheader__ttl {
		font-weight: bold;
		font-size: 1.6rem;
	}
	
	& .pageheader__body {
		top: auto;
		display: flex;
		flex-direction: column;
		gap: 20px;
		
		& > * {
			margin-block: 0;
		}
		
		& .copy {
			margin: 0;
			font-family: "FOT-マティス Pro M", MatissePro-M, serif;
			text-align: left;
			font-size: 4rem;
			font-feature-settings: "palt";
			line-height: 1.4;
			transition-delay: 2.2s;
		}
		
		& .read {
			transition-delay: 2.3s;
			font-weight: bold;
			line-height: 2;
		}
	}
	
	& .pageheader__img {
		position: absolute;
		inset: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		
		&::before {
			position: absolute;
			inset: 0;
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			margin: 0;
			background-color: rgba(0,0,0,1);
			opacity: 0;
			z-index: 1;
			border-radius: inherit;
		}
		
		& img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
	
	
	& .anm {
		opacity: 0;
		transition-property: opacity, transform;
		transition-duration: 1s;
		transition-delay: 2s;
		transition-timing-function: ease;
		transform: translateY(20px);
	}
	
	&:has(.-loaded) .anm {
		opacity: 1;
		transform: translateY(0px);
	}
	
	&:has(.-loaded) .pageheader__img::before {
		opacity: 0.3;
		transition: opacity 2s ease;
		transition-delay: 1.2s;
	}
}

@media only screen and (min-width: 764px) {
	.pageheader {
		width: calc(100% + 100px);
		transform: translateX(-50px);
		padding: 50px;
		
		& .pageheader__ttl {
			font-size: 1.8rem;
		}
		
		& .pageheader__body {
			position: sticky;
			bottom: 90px;
			
			& .copy {
				font-size: 5rem;
			}
		}
	}
}

@media only screen and (min-width: 1280px) {
	.pageheader {
		width: calc(100% + 120px);
		transform: translateX(-60px);
		aspect-ratio: 1.5 / 1;
		
		& .pageheader__ttl {
			font-size: 2.2rem;
		}
		
		& .pageheader__body {
			& .copy {
				font-size: 6rem;
			}
		}
	}
}


[image-observer] {
	opacity: 0;
	
	&.-loaded {
		opacity: 1;
		transition: opacity 1.2s cubic-bezier(.65,.05,.36,1);
	}
}


/* -------------------------------------------- */

.intro-logo {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	padding-block: 40px;
	
	& .intro-logo__img {
		width: 40%;
		
		& img {
			display: block;
			width: 100%;
		}
	}
	
	& .intro-logo__txt {
		max-width: 40em;
		text-align: center;
		font-feature-settings: "palt";
		font-size: 115%;
		letter-spacing: 0.02em;
		font-family: "FOT-マティス Pro M", MatissePro-M, serif;
		
		& p {
			font-feature-settings: inherit;
			font-size: inherit;
			text-align: inherit;
			line-height: 2;
		}
	}
}

@media only screen and (min-width: 768px) {
	
	.intro-logo {
		font-size: 120%;
		
		& .intro-logo__img {
			width: 30%;
			min-width: 210px;
			
			& img {
				width: 100%;
				min-width: 160px;
			}
		}
	}
}

/* -------------------------------------------- */

.full-width-image {
	width: calc(100% + 50px);
	transform: translateX(-25px);
	
	& img {
		display: block;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.full-width-image {
		width: calc(100% + 100px);
		transform: translateX(-50px);
	}
}

@media only screen and (min-width: 1280px) {
	.full-width-image {
		width: 100%;
		transform: translateX(0);
		
		& img {
			border-radius: 5px;
		}
	}
}

/* -------------------------------------------- */


.message {
	display: flex;
	flex-direction: column;
	gap: 20px;
	
	& .message__body {
		
		& .name {
			text-align: right;
		}
	}
	
	& .massage__img {
		
		& img {
			display: block;
			width: 100%;
			border-radius: 8px;
		}
	}
}

@media only screen and (min-width: 768px) {
	.message {
		flex-direction: row;
		gap: 40px;
		
		& .message__body {
			flex: 1;
		}
		
		& .massage__img {
			flex: 1;
		}
	}
}


/* -------------------------------------------- */


.staffList {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 20px;
	margin-bottom: var(--section-gap-s);
	
	& .staffList__item {
		display: flex;
		gap: 30px;
		
		border: 1px solid var(--border-color);
		border-width: 1px 0 0 0;
		border-top-left-radius: 0;
		padding-top: 30px;
	}
	
	& .staffList__img  {
		width: 100%;
		max-width: 80px;
		
		& img {
			width: 100%;
			height: auto;
			border-radius: 5px;
			object-fit: cover;
			object-position: center top;
			aspect-ratio: 1;
		}
	}
	
	& .staffList__txt {
		width: 100%;
		text-align: justify;
		font-feature-settings: "palt";
		
		& .history li {
			display: inline;
			font-size: 1.3rem;
			margin-left: 0;
			
			&::before {
				content: "●";
				opacity: 0.7;
			}
		}
	}
	
	& .staffList__name {
		display: flex;
		align-items: baseline;
		flex-direction: column;
		gap: 5px;
		margin-bottom: 0.5em;
		line-height: 1.4;
		
		& .ttl {
			font-size: 85%;
			font-weight: normal;
		}
		
		& .name {
			font-size: 120%;
			font-weight: bold;
		}
	}
}

@media screen and (min-width: 768px) {
	.staffList {
		
		& .staffList__item {
			border-width: 1px 0 0 1px;
			border-top-left-radius: 15px;
			padding-top: 30px;
			padding-left: 30px;
		}
		
		& .staffList__img  {
			max-width: 140px;
		}
	}
}

@media screen and (min-width: 1024px) {
	.staffList {
		flex-direction: row;
		justify-content: space-between;
		gap: 40px;
		
		& .staffList__item {
			flex-direction: column;
			width: calc(33.333% - 30px);
		}
		
		& .staffList__name {
			margin-bottom: 1.5em;
		}
	}
}


/* -------------------------------------------- */


.schedule-table {
	border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
	border-radius: 5px;
	
	& th {
		font-size: inherit !important;
		font-weight: 200;
		color: rgba(0,0,0,0.75);
	}
	
	& th,
	& td {
		padding: 10px 0 !important;
		border-bottom: 1px solid rgba(0,0,0,0.05);
		text-align: center !important;
		line-height: 1.4 !important;
		vertical-align: middle;
	}
	
	& td {
		width: 13%;
		color: var(--color-link);
		font-weight: 700;
		font-size: 2.2rem !important;
	}
	
	& td:empty::before {
		content: "-";
		color: rgba(0,0,0,0.4);
		font-weight: 200;
	}
}




/* ---------------------------------------- */

.dl--table {
	margin: 20px 0;
	font-size: 1.5rem;
	
	& div {
		margin-bottom: 10px;
		display: flex;
		justify-content: space-between;
	}

	& dt {
		width: 20%;
		margin: 0 !important;
		font-size: inherit;
	}

	& dd {
		width: 80%;
		font-size: inherit;
	}
	
	& dt:last-of-type,
	& dd:last-of-type {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	
	.dl--table {
		font-size: 1.4rem;
		
		& dt {
			width: 100px;
		}

		& dd {
			width: calc(100% - 100px);
		}
	}
}


/* ---------------------------------------- */

.flow-wrapper {
	container-type: inline-size;
}

.-color-blue {
}

.flow {
	padding: 0;
	display: grid;
	gap: 35px 40px;
	
	& .flow__item {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: subgrid;
		margin-bottom: 0;
		position: relative;
		counter-increment: flowNum;
		margin-bottom: 0;
		padding-block: 20px;
		list-style: none !important;
		border: 1px solid var(--border-color);
		border-right: none;
		border-bottom: none;
		border-radius: 10px 0 0 0;
		padding: 20px 0 0 30px;
		grid-row: span 3;
		container: inline-size;
		
		&::after {
			position: absolute;
			inset: 0 0 auto 0;
			content: "";
			width: 32px;
			height: 32px;
			margin: auto;
			padding: 0 10px;
			z-index: 1;
			background: #fff url(/common/images/flow_arrow.png) center no-repeat;
			background-size: 50%;
			transform: translateY(-50%) rotate(0deg);
			filter: hue-rotate(120deg);
		}
		
		&:first-child::after {
			display: none;
		}
	}
	
	& .flow__num {
		position: absolute;
		left: 20px;
		display: inline-flex;
		align-items: baseline;
		justify-content: center;
		margin-bottom: 20px;
		border-radius: 5px;
		line-height: 1;
		margin: 0;
		padding: 0 10px;
		box-sizing: border-box;
		background-color: #fff;
		transform: translateY(-50%);
		gap: 0.25em;
		flex-direction: row-reverse;
		font-weight: 600;
		
		& .secnum {
			color: color-mix(in srgb, currentColor 50%, transparent);
			font-size: 1.1rem;
		}
		
		& .subnum {
			color: color-mix(in srgb, currentColor 100%, transparent);
			font-size: 1.4rem;
		}
	}
	
	
	& .flow__ttl {
		display: flex !important;
		justify-content: flex-start;
		align-items: baseline;
		gap: 0.5em;
		text-align: left;
		line-height: 1.5 !important;
		margin-block: 0;
		font-size: 1.6rem;
		
		& .lbl {
			display: block;
		}
	}
	
	& .flow__txt {
		display: flex;
		flex-direction: column;
		gap: 1rlh;
		font-feature-settings: "palt";
	}
	
	& .flow__img {
		display: block;
		width: 100%;
		border-radius: 5px;
	}
	
	& .flow__fig {
		flex: 1;
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-top: 0;
		
		& .item {
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 0;
			min-height: 60px;
		}
		
		& img {
			width: 25%;
			align-self: stretch;
			border-radius: 5px 0 0 5px;
			margin: 0;
			object-fit: cover;
		}
		
		& .caption {
			display: inline;
			width: 75%;
			font-weight: bold;
			font-size: 85%;
			padding: 15px;
			font-feature-settings: "palt";
			line-height: 1.5;
		}
		
		& .txt {
			flex: 1;
			font-feature-settings: "palt";
			text-align: justify;
			
			& .txt__txt {
				display: inline;
				font-size: 85%;
			}
			
			& .txt__ttl + .txt__txt::before {
				content: "　";
			}
		}
	}
}

@container (min-width: 600px) {
	.flow-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.flow {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		
		& .flow__item {
			align-items: flex-start;
			justify-content: flex-start;
		
			&::after {
				inset: 0 auto 0 0;
				transform: translateX(-50%) rotate(-90deg);
			}
		}
	}
}



.modal-anchor {
	position: relative;
	display: flex;
	align-items: center;
	opacity: 0.8;
	border-radius: 5px;
	opacity: 1;
	text-decoration: none;
	filter: none;
	box-shadow: 8px 8px 16px rgba(0,0,0,.1), 0 0px 13px 0px rgba(0,0,0,0.05);
	transition: all 0.2s ease-in-out;
	
	&::after {
		position: absolute;
		inset: 0;
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		opacity: 0.15;
		border-radius: 5px;
		pointer-events: none;
		border: 1px solid;
		transition: 0.2s ease;
		opacity: 0.2;
	}

	&:hover {
		background-color: var(--color-link);
		color: #fff;
		box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	}

	&:hover::after {
		border-color: var(--color-link);
		opacity: 1;
	}
}

/* ---------------------------------------- */


.consultation-flow {
	padding-inline: 0;
	display: flex;
	flex-direction: column;
	gap: 1em;
	justify-content: space-between;
	counter-reset: num;
	
	& li {
		position: relative;
		border: 1px solid var(--border-color);
		border-right: none;
		border-bottom: none;
		border-radius: 10px 0 0 0;
		padding: 1.5em 0 0.5em 1.5em;
		list-style: none;
		flex: 1;
		margin: 0;
		
		& + li {
			margin: 0;
		}
		
		&::before {
			counter-increment: num;
			content: counter(num) ".";
			margin-right: 0.4em;
		}
		
		&::after {
			position: absolute;
			inset: 0 0 auto 0;
			content: "";
			width: 30px;
			height: 30px;
			margin: auto;
			padding: 0;
			z-index: 1;
			background: #fff url(/common/images/flow_arrow.png) center no-repeat;
			background-size: auto;
			background-size: 50%;
			transform: translateY(-50%) rotate(0deg);
			filter: hue-rotate(120deg);
		}
		
		&:first-child::after {
			content: none;
		} 
	}
}

@media screen and (min-width: 768px) {
	.consultation-flow {
		flex-direction: row;
		
		& li {
			padding: 1em 0 1em 1.5em;
			&::after {
				inset: 0 auto 0 0;
				transform: translateX(calc(-50% - 5px)) rotate(-90deg);
			}
		}
	}
}



/* ---------------------------------------- */


.pickup {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 30px;
	counter-reset: worknum;
	
	& .pickup__item {
		position: relative;
		padding-top: 20px;
		padding-left: 30px;
		border-top: 1px solid var(--border-color);
		border-left: 1px solid var(--border-color);
		border-top-left-radius: 15px;
		
		& dt {
			display: flex;
			flex-direction: row-reverse;
			align-items: center;
			justify-content: space-between;
			font-weight: bold;
			font-size: inherit;
			gap: 10px;
			
			& .lbl {
			}
			
			& .icon {
				background-color: #fff;
				width: 36px;
				height: 36px;
				aspect-ratio: 1;
				color: var(--color-link);
				
				& svg {
					width: inherit;
					height: inherit;
				}
			}
		}
	}
}

@media screen and (min-width: 1024px) {
	.pickup {
		& .pickup__item {
			
		}
	}
}


/* ---------------------------------------- */


.region {
	
	& li {
		
	}
}

@media screen and (min-width: 768px) {
	
	.region {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		
		& li {
			width: calc(50% - 20px);
			margin-top: 0;
			margin-bottom: 5px;
		}
		
		& li + li {
			margin-top: 0;
			margin-bottom: 5px;
		}
	}
}

@media screen and (min-width: 1280px) {
	
	.region {
		& li {
			width: calc(33.33% - 20px);
		}
	}
}








/* modal window */

[data-modal] {
	display: flex;
	align-items: center;
	margin: auto;
	transform: translateY(5%);
	background-color: transparent;
}

@media screen and (min-width: 1280px) {
	[data-modal] .w-state,
	[data-modal] .w-state--s {
		width: calc(100% - 80px);
	}
}

.Mw {
	font-size: 90%;
	margin: auto;
	
	/* elements ------------------------------------------- */
	
	& address,
	& caption,
	& cite,
	& dfn,
	& em {
		font-style: italic;
	}
	
	& h3,
	& h4,
	& h5,
	& h6 {
		font-size: inherit;
	}
	
	& img {
		display: block;
		width: auto;
		max-width: 100%;
	}
	
	& dl {
		font-size: inherit;
	}
	
	& dl > dd + dt {
		margin-top: 0.75em;
	}
	
	& dt {
		margin-bottom: 0;
	}
	
	& dd {
		color: #666;
		padding-left: 1em;
	}
}

@media screen and (min-width: 768px) {
	.Mw {
		font-size: inherit;
	}
}

.modal-scroll-container__outer {
	max-height: 100lvh;
	height: auto;
}

.modal-scroll-container {
	min-height: 0;
	
	& .modal-scroll-container__inner {
		padding-top: 0;
		padding-bottom: calc(30px + env(safe-area-inset-bottom));
		background-color: #fff;
		border-radius: 8px;
	}
}


/* ------------------------------------------- */

.MwHeader {
	padding: 30px 0;
	box-sizing: border-box;
	text-align: center;
	
	& > * {
		margin-top: 15px;
		margin-bottom: 0;
		opacity: 0;
		transform: translateY(30px);
		transition: 0.2s cubic-bezier(.17,.84,.44,1) 0s;
	}
	
	& > *:first-child {
		margin-top: 0;
	}
	
	.-show & > * {
		transition-duration: 0.6s;
		transform: translateY(0);
		opacity: 1;
	}
}


/* -------------------------------------------------------------------- */


.Mw__img {
	width: calc(100% + 60px);
	margin: 0;
	transform: translateX(-30px);
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.Mw__img::before {
	position: absolute;
	inset: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #E6E0D8;
	transition: 0s linear 0.25s;
	z-index: 2;
}

.Mw__img img {
	border-radius: 0;
	filter: brightness(0.5);
	transition: 0.5s ease 0.25s;
	transition-property: filter;
}

.-show .Mw__img::before {
	transition: 0.5s cubic-bezier(.65,.05,.36,1) 0.25s;
	top: 100%;
	height: 0;
}

.-show .Mw__img img {
	filter: brightness(1);
}

@media screen and (min-width: 768px) {
	.Mw__img {
		width: calc(100% + 100px);
		transform: translateX(-50px);
	}
}

@media screen and (min-width: 1280px) {
	.Mw__img {
		width: calc(100% + 160px);
		transform: translateX(-80px);
	}
}


/* -------------------------------------------------------------------- */


.MwBody {
	display: flex;
	flex-direction: column;
	gap: 1rlh;
	opacity: 0;
	transform: translateY(15px);
	transition: 0.3s cubic-bezier(.17,.84,.44,1) 0s;
	padding-block: 2rlh;
	
	.-show & {
		opacity: 1;
		transition-duration: 0.6s;
		transition-delay: 0.4s;
		transform: translateY(0);
	}
	
	& .ttl {
		display: flex;
		flex-direction: column;
		gap: 0.2rlh;
		
		& > * {
			margin-block: 0;
		}
		
		& .ttl__type {
			display: none;
			font-size: 100%;
		}
		
		& .ttl__name {
			font-size: 160%;
		}
	}
	
	& .txt {
		display: flex;
		flex-direction: column;
		gap: 1rlh;
		
		& > * {
			margin-block: 0;
		}
	}
	
.MwHeader > *:nth-child(1) { transition-delay: 0.20s; }
.MwHeader > *:nth-child(2) { transition-delay: 0.25s; }
.MwHeader > *:nth-child(3) { transition-delay: 0.30s; }
.MwHeader > *:nth-child(4) { transition-delay: 0.35s; }
.MwHeader > *:nth-child(5) { transition-delay: 0.40s; }
}

@media screen and (min-width: 768px) {
	.MwBody {
		flex-direction: row;
	
		& .ttl {
			flex: 1;
		}
		
		& .txt {
			flex: 1;
		}
	}
}


.Mw__close {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	padding: 10px 25px 10px 22px;
	box-sizing: border-box;
	color: #fff;
	background-color: var(--color-link);
	
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	
	transform: none;
	box-shadow: none;
}


.Mw__close .icon {
	margin-right: 5px;
}

.Mw__close svg {
	width: 20px;
	height: 20px;
	stroke-width: 1.5;
}


/* -------------------------------------------- */


.sbs {
	
}

.sbs__item {
	margin-bottom: 30px;
}

.sbs__item:last-child {
	margin-bottom: 0;
}

.sbs__item > *:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.sbs {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.sbs__item {
		width: calc(50% - 15px);
		margin-bottom: 0;
	}
	
	.sbs__item {
		width: calc(50% - 25px);
	}
}


/* -------------------------------------------- */


.overflow-fig {
	
	& .overflow-fig__img {
		overflow-x: auto;
		padding-block-end: 10px;
		width: calc(100% + 50px);
		transform: translateX(-25px);
		box-sizing: border-box;
		
		& .overflow-fig__img-inner {
			width: fit-content;
			padding-inline: 25px;
			box-sizing: border-box;
		}
		
		& img {
			width: auto;
			max-width: 800px;
			min-width: 100%;
		}
	}
}

@media only screen and (min-width: 768px) {
	.overflow-fig {
		& .overflow-fig__img {
			width: 100%;
			transform: translateX(0);
			overflow-x: visible;
			
			& .overflow-fig__img-inner {
				padding-inline: 0;
			}
			
			& img {
				width: 100%;
				max-width: 100%;
			}
		}
	}
}