@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(40px,6vw,60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.spot-heading02{
	font-size: clamp(22px, 2.7vw, 30px);
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px,2vw,18px);
	font-weight: bold;
	inline-size: fit-content;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.line{
	width: 1px;
	height: auto;
	/* padding-top: 5.8%; */
	padding-top: 30px;	/*今回のみ*/
	background-color: #000000;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}


.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(18px,5vw,30px);
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	padding-left: clamp(10px,7vw,70px);
	padding-right: 10px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 1vw;
	color:rgb(104, 89, 68);
}

.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	font-size: clamp(40px,10vw,70px);
	text-align: left;
	top: -20px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	font-weight: normal;
	color: #ff7300;
	opacity: 0.3;
	transform: rotate(-10deg);
}
.spot__heading03 p {
	font-size: clamp(14px,1.4vw,16px);
	text-align: left;
	padding-left: 2px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
}

/*＼　／でタイトルを囲む*/
/*heading04の文字が小さいVer*/
.spot__heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(14px, 2vw, 18px);
	text-align: center;
	border: 0;
	color: #444;
	margin-bottom: 10px;
}

.spot__heading04::before,
.spot__heading04::after {
	content: '';
	width: 1px;
	height: 50px;
	background-color: #e7838a;
}

.spot__heading04::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.spot__heading04::after {
	margin-left: 20px;
	transform: rotate(35deg)
}

@media only screen and (max-width: 568px) {
	.spot__heading04::before,.spot__heading04::after {
		content: '';
		width: 1px;
		height: 60px;
		background-color: #e7838a;
	}
}

.spot_photo{
	margin:0 auto;
	position: relative;
}
.spot_photo::after {
	content: "";
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	border-image-source: repeating-linear-gradient(45deg, #ffffffcc 0, #ffffffcc 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
	border-width: 15px;
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.spot_photo02{
	margin:0 auto;
	position: relative;
}
.spot_photo02::before,
.spot_photo02::after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
}
.spot_photo02::before {
	border-top: 2px solid var(--main-color);
	border-left: 2px solid var(--accent-color1);
	top:-10px;
	left:-10px;
}
.spot_photo02::after {
	border-right: 2px solid var(--main-color);
	border-bottom: 2px solid var(--accent-color1);
	bottom:-10px;
	right:-10px;
}

.entry_bk{
	padding: 0;
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}

/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 10px 2px 10px;
	margin: 4px 1px 10px;
	background-color: var(--main-color);
	border: 1px solid var(--accent-color1);
	color:#FFF;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	background-color: var(--main-color);
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: right; /* 水平方向の中央揃え */
}

/*画像装飾*/
.imgdeco{
	box-shadow:10px 10px 0 var(--accent-color1);
	/*margin-bottom: 20px;*/
	max-width: 200px;
}

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: var(--base-color);
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 20px;
	}
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0 50px 0;
    position: relative;
	z-index: 1;
	background-color: #f7faff;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #eaedf2, #eaedf2 1px, #f7faff 1px, #f7faff);
}

.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media only screen and (max-width: 568px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}

/* 画像とテキスト */
.top-imgtext {
	padding:clamp(45px, 7vw, 60px) 0;
	background-color: rgba(255, 255, 255, 0.7);
}
.top-imgtext + .top-imgtext {
	padding-top: 0;
}


.top-imgtext-container {
	display: flex;
	flex-direction: column;
	/*gap: clamp(45px, 6vw, 80px);*/	/* テンプレ初期値 */
	gap: clamp(25px, 6vw, 35px);
}

.top-imgtext-container img{	
	margin: 0px auto;
}

@media print, screen and (min-width: 1200px) {
	.top-imgtext-container {
		flex-direction: row;
		align-items: center;
	}

	.top-imgtext-container.reverse {
		flex-direction: row-reverse;
	}

	.top-imgtext-container > .top-text {
		flex: 1;
		min-width: 17em;
  	}

	.top-imgtext-container > .top-img {
		/*flex: 2;*/	/* テンプレ初期値 */
		flex: 0.5;
	}
}


/*TOP ABOUT*/
.top_sec1{
	padding: var(--v-space) 0;
	background-image: url(../img/bg_01.jpg);
	background-size: cover;
	background-position: bottom center;
}

/*カード*/
.top_sec1-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
}
@media only screen and (max-width: 768px) {
	.top_sec1-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.top_sec1-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap:0px;
	/*ここまで*/

	padding: 20px;
	background-color: #ffffffd7;
	border-radius: 20px;
	box-sizing: border-box;
	border: solid 1px var(--main-color);
}
.top_sec1-card__item H4{
	padding: 5px 0 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: var(--main-color);
	border-bottom: dotted 1px var(--main-color);
	margin-bottom: 10px;
}
.top_sec1-card__item img{
	border-radius: 15px;
}

/*詳しく見る*/
.top_sec1-card__item p.btn11 {
	position: relative;
	border: none;
	font-size:12px;
	width: 100%;
	text-align: right;
	margin-top: 10px;
	color: var(--main-color);
}
.top_sec1-card__item p.btn11 a {	
	border-bottom: 1px solid var(--main-color);
}
.top_sec1-card__item p.btn11 a::after {
	content: ">";
	margin-left: 20px;
	
	border-bottom: 1px solid var(--main-color);
}



/*======= 取扱商品 ======*/

/* 個人印鑑 */
.pr_sec1{
	padding: var(--v-space) 0;
	background-color: #fef4f4;
    background-image: url(../img/bg_01.jpg);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


.pr_sec1-card__item{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:10px;
}
@media only screen and (max-width: 700px) {
	.pr_sec1-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
.pr_sec1-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	gap:0px;
	/*ここまで*/

	background-color: #ffffffd7;
	box-sizing: border-box;
	/* border: solid 1px var(--main-color); */
}
.pr_sec1-card__item H4{
	padding: 0 10px;
	font-size: clamp(18px,2vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	color: var(--main-color);
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 400;
	font-family: 'Kiwi Maru';
}
.pr_sec1-card__item p.price{
	padding: 0 5px 5px;
	text-align: right;
	font-size: 16px;
}
.pr_sec1-card__item p.notes{
	padding: 0 5px 5px;
	text-align: left;
	font-size: 12px;
	color:var(--main-color);
}
.pr_sec1-card__item p{
	padding: 0 10px 5px;
	font-size: clamp(14px,1.4vw,16px);
	text-align: justify;
}


/* 法人印鑑 */
.pr_sec2{
	padding: var(--v-space) 0;
	background-color: #f8f1f0;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* pc横4列のカード */
.pr_sec2-card__item{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:10px;
}
@media only screen and (max-width: 700px) {
	.pr_sec2-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
.pr_sec2-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	gap:0px;
	/*ここまで*/

	background-color: #ffffffd7;
	box-sizing: border-box;
	/* border: solid 1px var(--main-color); */
}
.pr_sec2-card__item H4{
	padding: 0 10px;
	font-size: clamp(18px,2vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	color: var(--main-color);
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 400;
	font-family: 'Kiwi Maru';
}
.pr_sec2-card__item p.price{
	padding: 0 5px 5px;
	text-align: right;
	font-size: 16px;
}
.pr_sec2-card__item p.notes{
	padding: 0 5px 5px;
	text-align: left;
	font-size: 12px;
	color:var(--main-color);
}
.pr_sec2-card__item p{
	padding: 0 10px 5px;
	font-size: clamp(14px,1.4vw,16px);
	text-align: justify;
}

/* pc横3列のカード */
.pr_sec2-card__item2{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:10px;
	max-width: 960px;
	margin: 0 auto;
}
@media only screen and (max-width: 700px) {
	.pr_sec2-card__item2{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
.pr_sec2-card__item2 div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	gap:0px;
	/*ここまで*/

	background-color: #ffffffd7;
	box-sizing: border-box;
	/* border: solid 1px var(--main-color); */
}
.pr_sec2-card__item2 H4{
	padding: 0 10px;
	font-size: clamp(18px,2vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	color: var(--main-color);
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 400;
	font-family: 'Kiwi Maru';
}
.pr_sec2-card__item2 p.price{
	padding: 0 5px 5px;
	text-align: right;
	font-size: 16px;
}
.pr_sec2-card__item2 p.notes{
	padding: 0 5px 5px;
	text-align: left;
	font-size: 12px;
	color:var(--main-color);
}
.pr_sec2-card__item2 p{
	padding: 0 10px 5px;
	font-size: clamp(14px,1.4vw,16px);
	text-align: justify;
}

/* ゴム印 */
.pr_sec3{
	padding: var(--v-space) 0;
	background-color: #fef4f4;
    background-image: url(../img/bg_02.jpg);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


.pr_sec3-card__item{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:10px;
}
@media only screen and (max-width: 1316px) {
	.pr_sec3-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap:20px;
	}
	.pr_sec3_haba{
		max-width: 600px;
		margin: 0 auto;
		
	}
}
@media only screen and (max-width: 638px) {
	.pr_sec3-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:40px;
	}
	/* 375px以下の時、写真幅355pxに合わせる */
	.pr_sec3_haba{
		max-width: 300px;
		margin: 0 auto;
		
	}
}
.pr_sec3-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	gap:0px;
	/*ここまで*/

	/* background-color: #ffffffd7; */
	
	background-color: #fff6f5;
	box-sizing: border-box;
	/* border: solid 1px #fff6f5; */
}
.pr_sec3-card__item H4{
	padding: 0 10px;
	font-size: clamp(18px,2vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	color: var(--main-color);
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 400;
	font-family: 'Kiwi Maru';
}
.pr_sec3-card__item H4 span{
	font-size: 14px;
}
.pr_sec3-card__item p.price{
	padding: 0 10px 10px;
	text-align: right;
	font-size: 16px;
}
.pr_sec3-card__item p.p_name{
	padding: 0 10px 10px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
.pr_sec3-card__item p.notes{
	padding: 0 10px 10px;
	text-align: left;
	font-size: 12px;
	color:var(--main-color);
}
.pr_sec3-card__item p{
	padding: 0 10px 5px;
	font-size: clamp(14px,1.4vw,16px);
	text-align: justify;
}

/* 料金コンテナ */
.pr_sec3__price_container{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:5px;
}



/*======= ご注文の流れ ======*/
.fl_sec1{
	padding: 30px 0 100px 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/*======= FAQ ======*/
.faq_sec1 {
	padding: 30px 0 100px 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
div.faq2 p.b {
	font-weight: bold;
	color: #444;
}
div.faq2 p.b::first-letter {
	color: var(--main-color);
	font-size: 120%;
	padding-right: 2px;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1.45em;
	padding-left: 1.45em;
	display: block;
}
div.faq2 p::first-letter {
	color: var(--accent-color1);
	font-size: 120%;
	padding-right: 2px;
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}



/*======= 店舗案内ページ ======*/

.info_sec1{	
	padding: 30px 0 var(--v-space) 0;
	background-image: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.info_sec1_haba{
	max-width: 1200px;
	margin: 0 auto;
}

/* 画像とテキスト */
.info-imgtext {
	padding:0;
}

.info-imgtext + .info-imgtext {
	padding-top: 0;
}


.info-imgtext-container {
	display: flex;
	flex-direction: column;
	/*gap: clamp(45px, 6vw, 80px);*/	/* テンプレ初期値 */
	gap: clamp(25px, 6vw, 35px);
}

.info-imgtext-container img{	
	margin: 0px auto;
}



.bg-info{
	position: relative;
}
.bg-info::before {
	position: absolute;
	display: block;
	content: '';
	background: #dabc8121;
	margin: auto;
	right: 0;
	z-index: -1;
	width: 80%;
	height: 83%;
	bottom: -35px;
}
@media (max-width: 768px) {
	.bg-info::before {
		width: 85%;
		height: 80%;
		right: -20px;
	}
}

@media print, screen and (min-width: 1000px) {
	.info-imgtext-container {
		flex-direction: row;
		align-items:center;
	}

	.info-imgtext-container.reverse {
		flex-direction: row-reverse;
	}

	.info-imgtext-container > .info-text {
		flex: 1;
		min-width: 17em;
  	}

	.info-imgtext-container > .info-img {
		/*flex: 2;*/	/* テンプレ初期値 */
		flex: 0.5;
	}
}


.info_sec1-mt{
	margin-top: 150px;
}
@media only screen and (max-width: 999px) {
	.info_sec1-mt{
		margin-top: 0px;
	}
}

/* 店舗写真コンテナ */
.info_sec2 {
	padding:0;
	background-color: #FFF;
}

.info_sec2__photo {
	padding: 0;
}

.info_sec2__photo-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0px;
}

@media print, screen and (min-width: 768px) {
	.info_sec2__photo-container {
		grid-template-columns: repeat(6, 1fr);
	}
}

/* 本店 */
 .info_sec3{
	padding: var(--v-space2) 0 var(--v-space);
	background-image: url(../img/bg_03.jpg);
	background-size: auto;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media only screen and (max-width: 568px) {
	.info_sec3{
		background-image: url(../img/bg_03_sp.jpg);
		background-size: auto;
		background-repeat: no-repeat;
	}
 }

 .info_haba{
	max-width: 800px;
	margin: 0 auto;
 }


.info_sec1-frame01{
	padding: 40px;
	background-image: url(../img/bg_frame01.jpg);
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 568px) {
	.info_sec1-frame01 {
		padding: 15px 15px 15px 15px;
	}
}


/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 180px;
}
.info2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	/* width: 400px; */
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}


/* 会社概要 */
.bg_b{
	background: #dabc8175;
	padding:20px;
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

@media print, screen and (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(6, 1fr);
	}
}

/* イオン店 */
.info_sec4{
	padding: var(--v-space) 0;	
	background-color: #fef4f4;
	background-image: url(../img/bg_01.jpg);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
}
.access2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}
