@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(/service/images/main_image.jpg) center -150px;
	background-size: cover;
}

@media screen and (min-width: 1280px) {
	.side-contents .side-wrap,
	.scroll-up .side-contents .side-wrap,
	.scroll-down .side-contents .side-wrap {
		position: relative;
		top: 0;
	}
}


.lower-contents .main-contents section:last-of-type {
	margin-bottom: 35px;
}

.main-contents .list {
	
}

.main-contents .list__header {
	display: flex;
	align-items: center;
}

.main-contents .list__header h2 {
	margin: 0;
	font-size: 1.4rem !important;
	font-weight: bold !important;
}

@media screen and (min-width: 768px) {
	.main-contents .list__header h2 {
		font-size: 1.6rem !important;
	}
}

/* warning */
.main-contents .list.-warning .list__header {
	
}

.main-contents .list.-warning .list__header h2 {
	
}

.main-contents .list.-warning .list__header h2::before {
	border-color: #ff3364;
}

.main-contents .list.-warning .result-list a {
	color: #ff3364;
	font-weight: bold;
}

.main-contents .list.-warning .result-list a:hover {
	background-color: #ff33641a;
}





/* Entry lists ----------------------------------------------------------------------- */


.contents-area .result-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px !important;
}

.contents-area .result-list a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 1.5;
	font-size: 1.2rem;
	transition: all 0.2s ease;
	text-decoration: none;
	border-radius: 5px;
	filter: none;
	box-shadow: 8px 8px 16px rgba(0,0,0,.075), 0 0px 13px 0px rgba(0,0,0,0.025);
}

.contents-area .result-list a:hover {
	margin-right: 0;
	background-color: var(--color-link);
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}


.contents-area .result-list a::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;
}

.contents-area .result-list a {
	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);
}

.contents-area .result-list a::before {
	background-color: var(--color-link);
}

.contents-area .result-list a::after {
	border: 1px solid;
	transition: 0.2s ease;
	opacity: 0.2;
}

.contents-area .result-list a:hover {
	background-color: var(--color-link);
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

.contents-area .result-list a:hover::after {
	border-color: var(--color-link);
	opacity: 1;
}


.contents-area .result-list figure {
	position: relative;
	display: flex;
	align-self: stretch;
	width: 150px;
	height: auto;
	overflow: hidden;
	border-radius: 5px 0 0 5px;
	aspect-ratio: 1.414 / 1;
	margin: 0;
}

.contents-area .result-list figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	transition: 0.6s cubic-bezier(.17,.84,.44,1);
}

.contents-area .result-list a:hover img {
	opacity: 0.7;
}

.contents-area .result-list li .meta__issue {
	position: absolute;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1rem;
	margin: 6px 8px;
	display: block;
	color: #fff;
	z-index: 2;
	border-bottom: 1px solid;
}



.contents-area .result-list li .meta {
	display: block;
	margin: 0;
}

.contents-area .result-list li .meta__date {
	font-family: "Open Sans", sans-serif;
}

.contents-area .result-list li .ttl {
	display: block;
	box-sizing: border-box;
	width: 100%;
	line-height: 1.5;
	min-height: calc(1.2rem * 2);
	margin-top: 5px;
	font-feature-settings: "palt";
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.contents-area li .result-list__body {
	width: calc(100% - 90px);
	padding: 15px;
	box-sizing: border-box;
}


@media screen and (min-width: 768px) {
	
	.contents-area .result-list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		align-items: flex-start;
		gap: 40px;
		padding-top: 20px;
	}
	
	.contents-area .result-list li {
		align-self: stretch;
		border-bottom: none;
		font-size: 1.4rem;
	}
	
	.contents-area .result-list li a {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		height: 100%;
		margin: 0;
		padding: 0;
		font-size: inherit;
		background-image: none;
	}
	
	.contents-area .result-list li figure {
		width: 100%;
		height: auto;
		margin: 0;
		border-radius: 5px 5px 0 0;
		aspect-ratio: 1.618 / 1;
	}
	
	.contents-area .result-list li .meta__issue {
		margin: 8px 13px;
	}
	
	.contents-area li .result-list__body {
		width: 100%;
		padding: 20px;
	}
	
}

.article-sticky-post {
	display: inline-block;
	margin-left: 1em;
	font-size: 1.1rem;
	opacity: 0.5;
}




#post-wrap {
	margin-top: 30px;
}

#post-wrap section {
	position: relative;
	margin-bottom: 40px;
	padding: 0;
	text-align: left;
	vertical-align: top;
	border-radius: 10px;
	box-sizing: border-box;
}

#post-wrap section .section-ttl {
	display: block;
	margin: 0;
	font-size: 1.4rem !important;
	font-weight: bold !important;
	line-height: 1.4;
	margin-bottom: 20px;
}

#post-wrap section article {
	min-height: 0;
}

#post-wrap section a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.35s ease-in-out;
}

#post-wrap section a:hover {
	color: var(--color-link);
}

#post-wrap section figure {
	position: relative;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.1);
	border-radius: 5px;
}

#post-wrap section figure img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	width: 100%;
	height: auto;
	filter: brightness(0.95);
	transition: all 0.35s ease-in-out;
}


#post-wrap section a:hover figure img {
	filter: brightness(1.1);
}

#post-wrap section time {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.1s ease-in-out;
}

#post-wrap section p {
	position: absolute;
	bottom: 0;
	width: calc(100% - 28px);
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	border-top: 1px solid #e0e0e0;
}


@media screen and (min-width: 768px) {

	#post-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#post-wrap::before,
	#post-wrap::after {
		content: "";
		display: block;
		width: calc(33.33% - 20px);
		order: 2;
	}

	#post-wrap section {
		width: calc(33.333% - 20px);
	}

}

@media screen and (min-width: 1280px) {

	#post-wrap section h4 {
		font-size: 1.6rem;
	}

}







.archive-nav {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 30px;
}

.archive-nav > * {
	
}

.archive-nav > *:first-child {
	margin-top: 0;
}

.archive-nav__block {
	width: 100%;
	padding: 20px 0 0 20px;
	box-sizing: border-box;
	border-top: 1px solid  rgba(0,0,0,0.2);
	border-left: 1px solid  rgba(0,0,0,0.2);
	border-radius: 5px 0 0 0;
}

.archive-nav__block h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

.archive-nav__block select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	border: 1px solid #ccc;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #fff url(../../../../common/images/arrow_up_black.png) calc(100% - 10px) center no-repeat;
	background-size: 5px 3px;
	vertical-align: middle;
	text-indent: 5px;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	cursor: pointer;
	font-size: 1.6rem;
	font-family: inherit;
}

@media screen and (min-width: 1280px) {
	.archive-nav {
		flex-direction: row;
	}
	
	.archive-nav__block {
		padding: 30px 0 0 30px;
	}
	
	.archive-nav__block select {
		font-size: inherit;
	}
}

.cat-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}



/* Entry ----------------------------------------------------------------------- */

.ArticleHeader {
	max-width: 700px;
	padding: 40px 0;
}


.ArticleHeader-inner {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ArticleHeader-inner > * {
	margin-top: 10px;
	margin-bottom: 0;
}

.ArticleHeader-inner > *:first-child {
	margin-top: 0;
}



.ArticleHeader__meta {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
}

.ArticleHeader__meta .date {
	display: flex;
	align-items: baseline;
	line-height: 1 !important;
	font-weight: bold;
	font-size: 1.5rem;
	font-family: "Open Sans", sans-serif;
}

.post-categories {
	list-style: none;
	padding: 0;
	display: flex;
	font-weight: bold;
	font-size: 1.2rem;
	font-feature-settings: 'palt';
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid rgba(0,0,0,0.2);
}

.post-categories a {
	text-decoration: none;
}

.post-categories li {
	margin-right: 10px;
}

.post-categories li:last-child {
	margin-right: 0;
}

.ArticleHeader__ttl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	margin-top: 10px;
	font-weight: bold;
}

.ArticleHeader__ttl::after {
	display: block;
	width: 8em;
	height: 1px;
	margin: 1em auto;
	background-color: currentColor;
	content: "";
	opacity: 0.5;
}

.ArticleHeader__ttl .ja {
	display: block;
	font-size: 2rem;
	font-feature-settings: "palt";
	line-height: 1.5;
}

.ArticleHeader__ttl .issue {
	margin-bottom: 10px;
	font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 768px) {

	.ArticleHeader__ttl .ja {
		font-size: 2.5rem;
	}

}

@media screen and (min-width: 1280px) {

	.ArticleHeader {
		padding: 60px 0;
	}

	.ArticleHeader__meta .date {
		font-size: 1.4rem;
	}

	.ArticleHeader__meta .post-categories {
		font-size: 1.4rem;
	}

	.ArticleHeader__ttl {
	}

	.ArticleHeader__ttl .ja {
		font-size: 3rem;
	}

}

/* ---------- */

.ArticleBody {
	margin-top: 0;
	padding-bottom: 40px;
	max-width: 700px;
}

.ArticleBody > *:last-child {
	margin-bottom: 0;
}

.ArticleBody p {
	line-height: 2;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.ArticleBody p {
	line-height: 2;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.ArticleBody p a {
	text-decoration: underline;
}

.ArticleBody figure {
	margin-bottom: 40px;
}

.ArticleBody img {
	max-width: 100%;
	height: auto;
	margin: 20px 0;
}

.ArticleBody figure img {
	margin: 0;
}

.wp-caption {
	max-width: 100% !important;
}

/* ---------- */

.ArticleFooter {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	padding: 30px 0;
	border-top: 1px solid rgba(0,0,0,0.2);
	text-align: center;
	font-family: "Open Sans", sans-serif;
}

.ArticleFooter > * {
	margin: 0;
}

.ArticleFooter .posted {
	flex-shrink: 0;
	font-size: 1.2rem;
	font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 768px) {

	.ArticleFooter {
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px;
	}

	.ArticleFooter > * {
		margin-top: 0;
	}

}


/* ---------- */

.ArticleNav .prev-next {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.ArticleNav .prev-next li {
	
}

.ArticleNav .prev-next li a {
	display: inline-block;
	padding: 13px 15px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	font-size: 1.3rem;
	line-height: 1;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.ArticleNav .prev-next li a:hover {
	background-color: rgba(0,0,0,0.1);
}

.ArticleNav .prev-next .prev {
	flex: 1;
}

.ArticleNav .prev-next .prev a {
	padding-left: 25px;
	background-image: url(/common/images/arrow_reverse.png);
	background-size: 3px 5px;
	background-position: 10px center;
	background-repeat: no-repeat;
}

.ArticleNav .prev-next .prev a:hover {
	background-position: 5px center;
}

.ArticleNav .prev-next .next {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.ArticleNav .prev-next .next a {
	padding-right: 25px;
	background-image: url(/common/images/arrow.png);
	background-size: 3px 5px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}

.ArticleNav .prev-next .next a:hover {
	background-position: right 5px center;
}

@media screen and (min-width: 1280px) {

	.ArticleNav .prev-next li a {
		font-size: 1.4rem;
	}

}




.sns {
	display: flex;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
	gap: 15px;
}

.sns > * {
	margin: 0;
}

.share-items {
	display: flex;
	list-style: none;
	gap: 15px;
	padding: 0;
}

.share-items li {
	display: inline-flex;
	flex-wrap: wrap;
}

.sns a {
	color: var(--color-link);
}

.sns svg {
	width: 20px;
	height: 20px;
}

.sns .facebook a:hover  { color: #3b5998; }
.sns .twitter a:hover   { color: #32a7e0; }
.sns .pinterest a:hover { color: #bd081c; }
.sns .line a:hover      { color: #00b900; }



.tags {
	
}

.tags:empty {
	display: none;
}

.post-tags {
	display: flex;
	justify-content: center;
	gap: 0.25em;
	font-size: 1.1rem;
}

.post-tags li {
	display: flex;
	flex-wrap: wrap;
}

.post-tags a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 8px 8px 6px;
	margin-right: 5px;
	border-radius: 5px;
	background-color: var(--color-link-bg);
	color: var(--color-link);
	background-image: none;
	text-decoration: none;
	line-height: 1;
}

.post-tags a:hover {
	background-color: var(--color-link);
	color: #fff;
}

.post-tags a:hover::before {
	opacity: 1;
}









/*entry*/

.main-contents #entry h1,
.main-contents #entry h2,
.main-contents #entry h3,
.main-contents #entry h4,
.main-contents #entry h5 {
	margin-bottom: 20px;
}

.main-contents #entry h1 {
	font-size: 2.5rem;
}

.main-contents #entry h2 {
	font-size: 2.0rem;
	padding: 0;
}

.main-contents #entry h3 {
	font-size: 1.7rem;
	color: #000;
	font-weight: normal;
}

.main-contents #entry h4,
.main-contents #entry h5 {
	font-size: 1.6rem;
	font-weight: normal;
}

.main-contents #entry h2::before {
	border: none;
}

.main-contents #entry img {
	width: 100%;
	height: auto;
}

.main-contents #entry ul {
	list-style: inside none disc;
	border-top: none;
	margin-bottom: 40px;
}

.main-contents #entry ol {
	list-style: inside none decimal;
	margin-bottom: 40px;
}

.main-contents #entry ul li,
.main-contents #entry ol li {
	border-bottom: none;
	font-size: 1.4rem;
	height: auto;
	line-height: 2.8rem;
}

.main-contents #entry p em {
	font-style: italic;
}




/*pagenavi*/

.wp-pagenavi {
	margin: 30px 0;
	text-align: center;
}

.wp-pagenavi .page {
}

.wp-pagenavi .pages {
	display: block;
	border: none;
	margin: 20px 0;
	padding: 0;
}

.wp-pagenavi .current,
.wp-pagenavi a {
	font-size: 1.2rem;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	border-radius: 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	box-sizing: border-box;
	transition: all 0.15s ease-in-out 0s;
	margin: 5px !important;
}

.wp-pagenavi .extend {
	border: none;
	padding: 0;
}

.wp-pagenavi .current {
	background-color: rgba(0, 0, 0, 0.2);
	font-weight: bold;
}

.wp-pagenavi a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.wp-pagenavi a.nextpostslink {
	margin-right: 0;
}


.main-contents #prev-next {
	border-top: none;
}

.main-contents #prev-next li {
	border: none;
}

.main-contents #prev-next li#prev {
	border: none;
	line-height: 1.0;
	box-sizing: inherit;
	height: auto;
}

.main-contents #prev-next li#prev a {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	transition: all 0.2s ease-in-out 0s;
	margin-right: 0;
}


.main-contents #prev-next li#next {
	line-height: 1.0;
	box-sizing: inherit;
	height: auto;
	cursor: pointer;
	padding-right: 0;
}

.main-contents #prev-next li#next a {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	transition: all 0.2s ease-in-out 0s;
	margin-right: 0;
	background-position: right 10px center;
}

.main-contents #prev-next li#next:hover {
	padding-right: 0;
}

.main-contents #prev-next li#next:hover a {
	padding-right: 35px;
	background-position: right 5px center;
}






/*口たべ活動報告*/
.main-contents section#kuchikara-list {
	display: none;
}

/*ギャラリー*/
.main-contents section#gallery-list {
	display: none;
}

/*イベントレポート*/
.main-contents section#event-list {
	display: none;
}

/*デイケアからのお知らせ*/
.main-contents section#recreation-list {
	display: none;
}




@media screen and (min-width: 1280px) {

	.main-contents section:last-of-type {
		margin-bottom: 60px;
	}

	.main-contents .post-hospital li .ttl {
		width: calc(100% - 170px);
	}

}




/* ------------------------------------------------------------ */
/* Gutenberg Block Editor for WordPress */

.has-black-color{#000}
.has-black-background-color{#000}

.has-dark-gray-color{#333}
.has-dark-gray-background-color{#333}

.has-medium-gray-color{#999}
.has-medium-gray-background-color{#999}

.has-light-gray-color{#d3d3d3}
.has-light-gray-background-color{#d3d3d3}

.has-ghost-white-color{color:#f8f8ff}
.has-ghost-white-background-color{background-color:#f8f8ff}

.has-white-color{color:#FFF}
.has-white-background-color{background-color:#FFF}


.has-red-color{color:#ff0000}
.has-red-background-color{background-color:#ff0000}

.has-vivid-red-color{color:#cf2e2e}
.has-vivid-red-background-color{background-color:#cf2e2e}

.has-blue-color{color:#0000ff}
.has-blue-background-color{background-color:#0000ff}

.has-vivid-blue-color{color:#0693e3}
.has-vivid-blue-background-color{background-color:#0693e3}

.has-green-color{color:#008000}
.has-green-background-color{background-color:#008000}


.has-vivid-green-color{color:#00d084}
.has-vivid-green-background-color{background-color:#00d084}







/* ============================================================================================== */
/* Module / document container                                                                    */
/* ============================================================================================== */
/* Article free area */
/* CMSを利用した投稿記事部分など、プレーンなタグで整形を行う場合 */

.document-container {
	font-size: 1.3rem;
}

.document-container section > *:last-child {
	margin-bottom: 0;
}

.document-container p {
	
}


/* h1 - h5 */
.document-container h1,
.document-container h2,
.document-container h3,
.document-container h4,
.document-container h5,
.document-container h6 {
	margin: 0 0 0.5em;
	line-height: 1.3;
	font-weight: bold;
	font-size: 1.8rem;
}

.document-container h5,
.document-container h6 {
	font-size: 1.4rem;
}

/* p */
.document-container p {
	line-height: 2;
	margin: 1.5em 0;
	/*word-break: break-all;*/
}

.document-container p:first-child {
	margin-top: 0;
}

.document-container iframe {
	width: 100%;
}

.document-container address {
	
}

.document-container footer {
	
}

.document-container hr {
	margin: 2em 0;
}


@media screen and (min-width: 768px) {
	.document-container {
		font-size: 1.45rem;
	}
	.document-container h1,
	.document-container h2,
	.document-container h3,
	.document-container h4,
	.document-container h5,
	.document-container h6 {
		font-size: 2rem;
	}

	.document-container h5,
	.document-container h6 {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1024px) {
	
}




/* ----------------------------------------------------------------------- */
/* LIST */

/* ul, ol */
.document-container ol,
.document-container ul {
	margin: 1.5em 0;
	padding-left: 1em;
	box-sizing: border-box;
}

.document-container ol {
	list-style-type: decimal;
}

.document-container ul {
	list-style-type: disc;
}

.document-container ul ul,
.document-container ul ol,
.document-container ol ul,
.document-container ol ul {
	margin-top: 0.5em;
}

.document-container li {
	line-height: 1.5;
	margin-bottom: 0.5em;
}

.document-container li:last-child {
	margin-bottom: 0;
}


/* dl */
.document-container dl {
	margin: 1.5em 0;
}

.document-container dt {
	font-weight: 600;
	margin-bottom: 0.5em;
}

.document-container dd {
	margin-left: 20px;
	margin-bottom: 0.5em;
}

.document-container dd + dt {
	margin-top: 1.5em;
}


/* ----------------------------------------------------------------------- */
/* TABLE */

.document-container table {
	width: 100%;
	margin: 1.5em 0;
	border: 1px solid rgba(0,0,0,0.1);
}

.document-container tr {
	border-top: 1px solid rgba(0,0,0,0.1);
}

.document-container tr:first-child {
	border-top: none;
}

.document-container th {
	padding: 1em;
	border-right: 1px solid rgba(0,0,0,0.1);
}

.document-container td {
	padding: 1em;
}

/* ----------------------------------------------------------------------- */
/* TEXT */

.document-container img {
	width: auto;
	height: auto;
	max-width: 100%;
}

/* quotation */
.document-container blockquote {
	position: relative;
	margin: 1.5em 0;
	padding: 2em;
	box-sizing: border-box;
}

.document-container blockquote:before {
	position: absolute;
	content: "\201C";
	left: 0;
	top: -0.25em;
	font-size: 3em;
	opacity: 0.3;
}

.document-container q {
	margin: 1.5em 0.5em;
	quotes: "\201C" "\201D";
}

.document-container q:before {
	content: open-quote;
}

.document-container q:after {
	content: close-quote;
}

/*  */
.document-container em {
	font-style: italic;
}

.document-container a {
	display: inline-block;
	text-decoration: underline;
}


.document-container pre {
	margin: 2em 0;
	overflow: auto;
}


/* ----------------------------------------------------------------------- */
/* DIVIDER */

.document-container hr {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

