@charset "utf-8";
/*
Theme Name:
Description:
Theme URI:
Author: 株式会社リードアライアンス
Author URI: https://leadalliance.jp/
Version:9.1xxx
License:
License URI:
*/

/* reset
------------------------------------------------------------------------- */
html {line-height: 1.15;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, a, address, code, strong, i, center,	dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, figure, figcaption, footer, header, menu, nav, section, video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;} ul,li {list-style: none;}
table {border-collapse:collapse;border-spacing:0;}img {max-width: 100%;height: auto;}
input[type="checkbox"] {width: 1em;}
[type="checkbox"],[type="radio"] {box-sizing: border-box;padding: 0;}
button,input,optgroup,select,textarea {font-family: sans-serif;font-size: 100%;line-height: 1.15;margin: 0;}
button,input {overflow: visible;}
button,select {text-transform: none;}
button,html [type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
textarea {overflow: auto;}
/* style
------------------------------------------------------------------------- */
html,body {
	background: #000 url(../images/common/bg.gif);
	color: #eeeeee;
	padding: 0;
	margin: 0;
	font: 14px/2;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	height: 100%;
	position: relative;
}
* html .clearfix { zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}
/* text style
------------------------------------------------------------------------- */
a {color:#2e2e2e; text-decoration: none;background-color: transparent;-webkit-text-decoration-skip: objects;}
a:hover {color: #15b8d5;text-decoration: none;}
.bold {font-weight: bold;}
.center {text-align: center;}
.center-pc {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.clear {clear: both;}
.last {margin-bottom: 45px;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.pc{display: block;}
.sp{display: none;}
.op:hover {opacity: 0.7;}
.btm {margin-bottom: 1.5em;}

/* grid
------------------------------------------------------------------------- */
.col-1 {width: 10%;}
.col-2 {width: 20%;}
.col-3 {width: 30%;}
.col-4 {width: 40%;}
.col-5 {width: 50%;}
.col-6 {width: 60%;}
.col-7 {width: 70%;}
.col-8 {width: 80%;}
.col-9 {width: 90%;}
.f50 {
	width: 49%;
	float: left;
	margin: 0 1% 15px 0;
}
.f50:nth-of-type(3),.f50:nth-of-type(5) {
	clear: both;
}
 /* header
------------------------------------------------------------------------- */
header {
	width: 100%;
	padding: 10px 0;
	background: #000;
	position: fixed;
	z-index: 99999;
	border-bottom: 1px solid #3d3e00;
}
.inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.sitename {
	width: 120px;
	float: left;
}
/* メインビジュアル
------------------------------------------------------------------------- */
.mainvis {
	width: 100%;
	height: 100%;
	background: url(../images/top/wrapper.jpg) no-repeat center center;
  background-size: cover;
  background-color: #464646;
}
.swiper-container {
	width: 100%;
	height: 100%;
	z-index: 10;
}
.massage {
	width: 550px;
	position: absolute;
	top: 350px;
	left: 0;
}
.mainvis a {
  padding-top: 60px;
}
.mainvis a span {
  position: absolute;
  left: 50%;
	top: 92%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.mainvis a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.banner {
	width: 100%;
	background: #000 url(../images/common/banner-bg.jpg) no-repeat center center;
  background-size: 1800px;
	height: 200px;
	text-align: center;
}
/* セクション
------------------------------------------------------------------------- */
section {
  padding: 0 0 50px 0;
	margin: 0;
	line-height: 1.8em;
}
section:after,.contents:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.contents {
	width: 100%;
	padding: 60px 0;
}
.contents-2 {
	width: 100%;
	background: #222222;
  background-image: radial-gradient(#000 20%, transparent 0), radial-gradient(#000 20%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
	border-top: 1px solid #6b6700;
	border-bottom: 1px solid #6b6700;
}
/* 見出し
------------------------------------ */
h2 {
	color: #fff;
	line-height: 250px;
	font-size: 1.3em;
	font-family: "Noto Sans Japanese";
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.53);
}
h3.news {
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Noto Sans Japanese";
	border-left: 5px solid #000;
	padding: 0 0 0 10px;
	color: #000;
	margin-bottom: 25px;
}
h3.sub {
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Noto Sans Japanese";
	border-left: 5px solid #fff;
	padding: 0 0 0 10px;
	color: #fff;
	margin-bottom: 25px;
}
/* #メインテーブル
------------------------------------ */
.main-tb {
	width: 100%;
	margin: 10px 0 30px 0;
	border-collapse: collapse;
	border: 1px solid #575757;
	font-size: 0.85em;
	background: #0a0106;
	color: #fff;
}
.main-tb th,.main-tb td {
	width: 30%;
	text-align: left;
	padding: 8px 20px;
	border: 1px solid #575757;
}
.main-tb td {
	width: 70%;
}
/* #トップページ
------------------------------------ */
.newswrap {
	width: 100%;
	background: #000 url(../images/top/newswrap.jpg) no-repeat center center;
	background-size: 1500px;
	height: 280px;
	padding: 60px 0
}
.title-news {
	font-size: 1.6em;
	text-align: center;
	margin: 0 0 25px 0;
	color: #fff;
}
.news-box {
	width: 100%;
	height: 240px;
	overflow-x: scroll;
}
.news-tb {
	width: 100%;
	font-size: 0.9em;
}
.news-tb a {
	color: #fff;
	text-decoration: underline;
}
.news-tb tr {
	border-bottom: 1px solid #525252;
}
.news-tb th {
	width: 25%;
	padding: 15px;
	text-align: left;
}
.news-tb td {
	width: 75%;
	padding: 15px 0;
}
.news-contents {
	width: auto;
	background: #f7f7f2;
	padding: 50px;
	color: #000;
	line-height: 1.8em;
}
.top-greeding-left {
	width: 200px;
	float: left;
}
/*.top-greeding-right {
	width: 650px;
	height: 400px;
	float: right;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top-greeding-right p {
	margin-left: 20px;
	line-height: 1.9em;
	font-size: 0.8em;
}*/
.top-greeding-right {
	width: 650px;
	height: auto;
	float: right;
}
.top-greeding-right p {
	margin-left: 20px;
	line-height: 2.3em;
	font-size: 1.1em;
}
.profbtn {
	width: 400px;
	text-align: center;
	padding: 15px 0;
	background: #000;
	color: #fff;
	margin: 25px auto 0 auto;
	border: 1px solid #444444;
}
.profbtn:hover {
	background: #660153;
}
.btn {
	width: 100%;
	text-align: center;
	margin: 15px 0;
	background: #2f2f2f;
	padding: 8px 0;
	color: #fff;
	font-size: 0.9em;
}
.btn:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  margin-left: 0;
  border: transparent solid 5px;
  border-left-color: #fff;
}
.btn:hover {
	background: #660153;
}
.youtube-left {
	width: 48%;
	float: left;
	clear: both;
	margin: 50px 0 0 0;
}
.youtube-right {
	width: 48%;
	float: right;
	margin: 50px 0 0 0;
}
/* #トップメニュー
------------------------------------ */
.contents-2 figure {
  width: 25%;
  height: 335px;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
	position: relative;
	float: left;
}
.contents-2 figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	border-left: 1px solid #000;
}
.contents-2 figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.contents-2 figure p {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(88, 71, 1, 0.81);
	text-align: center;
	padding: 8px 0;
	color: #fff;
}
.cont-box-left,.cont-box-right {
	width: 48%;
	float: left;
	background: #000 url(../images/top/cont-box.png) no-repeat center center;
	background-size: contain;
	height: 270px;
	position: relative;
}
.cont-box-right {
	float: right;
}
.cont-box-left .title,.cont-box-left .title2,.cont-box-left .bottom,
.cont-box-right .title,.cont-box-right .cont-btn,.cont-box-right .bottom {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
}
.cont-box-left .title2 {
	font-size: 2em;
	top: 120px;
	color: #fcdc00;
	text-shadow: 1px 1px 3px rgb(0, 0, 0);
	background: url(../images/top/tel-bg.png) no-repeat 18% center;
	background-size: 30px;
	padding-left: 40px;
}
.cont-box-left .bottom,.cont-box-right .bottom {
	font-size: 0.8em;
	font-weight: normal;
	top: 65%;
}
.cont-box-right .cont-btn {
	width: 70%;
	padding: 10px 0;
	background: #fcdc00;
	top: 120px;
	margin: 0 auto;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgb(0, 0, 0);
}
.cont-box-right .cont-btn:hover {
	background: #660153;
	color: #fff;
}
/* #ギャラリー
------------------------------------ */
.herf-left,.herf-right {
	width: 47%;
	float: left;
	margin: 0 0 30px 0;
	text-align: center;
}
.herf-right {
	float: right;
}
.herf-left p,.herf-right p {
	background: #000;
	padding: 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
.model-list {
	width: 31%;
	height: 260px;
	float: left;
	margin: 0 30px 50px 0;
	text-align: center;
}
.model-list a {
	color: #fff;
}
.model-list:nth-child(3n+3) {
	margin: 0 0 50px 0;
}
.model-list img {
	margin: 0 0 5px 0;
	border-radius: 5px;
	height: 260px;
}
.note {
	width: 75%;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	background: #1f1f1f;
	color: #fff;
	border: #443d00;
	font-size: 0.8em;
}
.note ul {
	margin: 0 0 15px 0;
}
.note li {
  position: relative;
	padding: 0 0 0 12px;
	display: inline-block;
	margin: 0 30px 0 0;
}
.note li::after {
  display: block;
  content: '';
  position: absolute;
  top: .8em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
}
.note .price {
	width: 150px;
	padding: 5px 10px;
	background: #fff;
	margin: 0 0 10px 0;
	color: #000;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.note_title {
	font-size: 20px;
	font-weight: bold;
	color: #c8ae00;
	margin: 0 0 10px 0;
}
.note_detail {
	font-size: 0.85em;
}
.kids_box {
	width: 30%;
	float: left;
	margin: 0 4% 20px 0;
	border: 1px solid #fff;
	text-align: center;
	height: 100px;
	line-height: 100px;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}
.kids_box:nth-of-type(3) {
	margin: 0 0 20px 0;
}
.kids_box a {
	display: block;
	width:100%;
	height: 100%;
	color: #fff;
}
.kids_box:hover {
	border: 1px solid #c8ae00;
}
/* #お問い合わせ
------------------------------------ */
.formTable {
	width:100%;
	border-collapse:collapse;
	margin:15px auto;
	background: #000;
	font-size: 0.9em;
	border: 1px solid #535353;
}
.formTable th {
	width:25%;
	text-align:left;
	vertical-align: middle;
	padding: 15px;
	border: 1px solid #535353;
}
.formTable td {
	width:75%;
	padding: 15px 30px;
	border: 1px solid #535353;
}
.yuubin {
	width: 30%;
}
input, textarea {
  font: 1em sans-serif;
  padding: 5px 8px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #b7b8b7;
}
select{
	padding: 4px;
	font-size: 1em;
	height: 30px;
}
select option{
  background-color: #fff;
  color: #333;
}
::-webkit-input-placeholder {
  color: #b7bbb7;
  font-weight: normal;
	font-size: 0.9em;
}
:-ms-input-placeholder {
  color: #b7bbb7;
  font-weight: normal;
	font-size: 0.9em;
}
::-moz-placeholder {
  color: #b7bbb7;
  font-weight: normal;
	font-size: 0.9em;
}
.submit_button{
	width: 30%;
	height: auto;
	padding: 10px 0;
	margin: 20px auto;
	text-align: center;
	background-color: #363636;
	color: #fff;
}
.submit_button:hover{
	background-color: #df4949;
}
.hissu {
	font-size: 1.2em;
	color: #f1732d;
	margin-left: 8px;
}
.hide {
	display: none;
}
	/* footer
------------------------------------ */
.contactbtn {
	width: 130px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
footer {
	width: auto;
	height: auto;
	clear: both;
  padding :20px;
	margin: 0 auto;
	color: #fff;
	font-size: 0.7em;
	text-align: center;
}
.first {margin-left: 0;clear: left;}
.last {margin-bottom: 45px;}

/*-------------------------------------------------------------------------------------
████████╗ █████╗ ██████╗ ██╗     ███████╗████████╗
╚══██╔══╝██╔══██╗██╔══██╗██║     ██╔════╝╚══██╔══╝
   ██║   ███████║██████╔╝██║     █████╗     ██║
   ██║   ██╔══██║██╔══██╗██║     ██╔══╝     ██║
   ██║   ██║  ██║██████╔╝███████╗███████╗   ██║
   ╚═╝   ╚═╝  ╚═╝╚═════╝ ╚══════╝╚══════╝   ╚═╝
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 601px) and (max-width: 949px) {
	/* header
 ------------------------------------------------------------------------- */
 header {
	 padding: 10px;
 }
 .inner {
	 width: auto;
 }
 .massage {
	 width: 80%;
	 position: absolute;
	 top: 350px;
	 left: 10px;
 }
 .swiper-container {
 	width: 100%;
 	height: 500px;
 	z-index: 10;
 }
 section {
	 padding: 0 15px 30px 15px;
 }
 .contents {
	 width: auto;
	 padding: 60px 15px;
 }
 .news-box {
	 width: 430px;
	 height: 170px;
	 margin: 0 5px 15px 5px;
	 float: left;
	 border: 1.5px dotted #62b3ee;
	 padding: 15px;
 }
 .top-greeding-left {
	 width: 200px;
	 float: none;
	 margin: 0 auto;
 }
 .top-greeding-right {
	 width: auto;
	 height: auto;
	 float: none;
	 margin: 0 auto;
 }
 .top-greeding-right p {
	 margin-left: 0;
 }
 .contents-2 figure {
	 height: 260px;
	 margin: 0;
 }
 .cont-box-left,.cont-box-right {
	 width: 48%;
	 height: 270px;
 }
 .cont-box-left .title,.cont-box-left .title2,.cont-box-left .bottom,
 .cont-box-right .title,.cont-box-right .cont-btn,.cont-box-right .bottom {
	 font-size: 0.9em;
 }
 .cont-box-left .title2 {
	 font-size: 1.3em;
	 background-size: 25px;
 }
 .model-list {
 	width: 29%;
 	height: 200px;
 }
 .model-list img {
 	height: 180px;
 }
}


/*-------------------------------------------------------------------------------------
███████╗███╗   ███╗ █████╗ ██████╗ ████████╗██████╗ ██╗  ██╗ ██████╗ ███╗   ██╗███████╗
██╔════╝████╗ ████║██╔══██╗██╔══██╗╚══██╔══╝██╔══██╗██║  ██║██╔═══██╗████╗  ██║██╔════╝
███████╗██╔████╔██║███████║██████╔╝   ██║   ██████╔╝███████║██║   ██║██╔██╗ ██║█████╗
╚════██║██║╚██╔╝██║██╔══██║██╔══██╗   ██║   ██╔═══╝ ██╔══██║██║   ██║██║╚██╗██║██╔══╝
███████║██║ ╚═╝ ██║██║  ██║██║  ██║   ██║   ██║     ██║  ██║╚██████╔╝██║ ╚████║███████╗
╚══════╝╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝
----------------------------------------------------------------------------------------*/


@media (max-width: 600px) {
	.pc{display: none;}
	.sp{display: block;}
	.center-pc{text-align: left;}
	header {
		width: 100%;
		padding: 12px 8px;
	}
	.inner {
		width: auto;
	}
	.sitename {
		width: 100px;
	}
	.f50 {
		width: auto;
		float: none;
		margin: 0 0 15px 0;
	}
	/* メインビジュアル
	------------------------------------------------------------------------- */
	.mainvis {
		width: 100%;
		height: 300px;
		background: url(../images/top/wrapper.jpg) no-repeat center center;
	  background-size: cover;
	  background-color: #464646;
	}
	.swiper-container {
  	width: 100%;
  	height: 280px;
  	z-index: 10;
  }
	.massage {
		width: 90%;
		top: 250px;
		left: 8px;
	}
	.mainvis a {
	  padding-top: 10px;
	}
	.mainvis a span {
		top: 88%;
	}
	.banner {
		width: 100%;
		height: 130px;
		text-align: center;
		background: #000;
	}
	/* セクション
	------------------------------------------------------------------------- */
	section {
	  padding: 0 0 30px 0;
	}
	.contents {
		width: auto;
		padding: 30px 10px;
	}
	.contents-2 {
		width: 100%;
		background: #222222;
	  background-image: radial-gradient(#000 20%, transparent 0), radial-gradient(#000 20%, transparent 0);
	  background-position: 0 0, 10px 10px;
	  background-size: 20px 20px;
		border-top: 1px solid #6b6700;
		border-bottom: 1px solid #6b6700;
	}
	/* 見出し
	------------------------------------ */
	h2 {
		color: #fff;
		line-height: 170px;
		font-size: 1.1em;
		font-family: "Noto Sans Japanese";
		letter-spacing: 2px;
	}
	h3 {
	}
	/* #メインテーブル
	------------------------------------ */
	.main-tb {
		width: 100%;
		margin: 10px 0 30px 0;
		border-collapse: collapse;
		border: 1px solid #575757;
	}
	.main-tb th,.main-tb td {
		width: 30%;
		text-align: left;
		padding: 8px 10px;
		border: 1px solid #575757;
	}
	.main-tb td {
		width: 70%;
	}
	/* #トップページ
	------------------------------------ */
	.news-box {
		width: 430px;
		height: 170px;
		margin: 0 5px 15px 5px;
		float: left;
		border: 1.5px dotted #62b3ee;
		padding: 15px;
	}
	.top-greeding-left {
		width: 60%;
		float: none;
		margin: 0 auto;
	}
	.top-greeding-right {
		width: auto;
		height: auto;
		float: none;
		-ms-writing-mode: lr-tb;
	  writing-mode: horizontal-tb;
	}
	.top-greeding-right p {
		margin-left: 0;
	}
	.btn {
		font-size: 0.8em;
	}
	.profbtn {
		width: 90%;
	}

	/* #トップメニュー
	------------------------------------ */
	.contents-2 figure {
	  width: 50%;
	  height: auto;
	}
	.cont-box-left,.cont-box-right {
		width: 95%;
		float: none;
		margin: 0 auto;
		height: 200px;
	}
	.cont-box-right {
		float: none;
	}
	.cont-box-left .title,.cont-box-left .title2,.cont-box-left .bottom,
	.cont-box-right .title,.cont-box-right .cont-btn,.cont-box-right .bottom {
		font-size: 0.8em;
		top: 60px;
	}
	.cont-box-left .title2 {
		font-size: 1.2em;
		top: 90px;
		background-size: 20px;
		padding-left: 10%;
	}
	.cont-box-left .bottom,.cont-box-right .bottom {
		font-size: 0.8em;
		top: 65%;
	}
	.cont-box-right .cont-btn {
		width: 70%;
		background: #fcdc00;
		top: 85px;
		margin: 0 auto;
	}
	.cont-box-right .cont-btn:hover {
		background: #660153;
		color: #fff;
	}
	.kids_box {
		width: 100%;
	}
	/* #お問い合わせ
	------------------------------------ */
	.formTable {
		border: none;
	}
	.formTable th {
		width:auto;
		display: block;
		padding: 6px 0 0 0;
		border: none;
	}
	.formTable td {
		width:auto;
		display: block;
		padding: 0 0 6px 0;
		border: none;
	}
	input, textarea {
	  font: 16px sans-serif;
	}
	.yuubin {
		width: 60%;
	}
		/* footer
	------------------------------------ */
	footer {
		width: auto;
		height: auto;
		clear: both;
	  padding :20px;
		margin: 0 auto;
		color: #fff;
		font-size: 0.7em;
		text-align: center;
	}
	.model-list {
		width: 70%;
		height: 200px;
		float: none;
		margin: 0 auto 50px auto;
		text-align: center;
	}
	.model-list:nth-child(3n+3) {
		margin: 0 auto 50px auto;
	}
	.model-list img {
		margin: 0 0 5px 0;
		border-radius: 5px;
		height: 200px;
	}
	.news-contents {
		padding: 20px;
	}
	.contactbtn {
		width: 70px;
	}
	.title2 a {
		color: #fff;
	}
	.youtube-left {
		width: auto;
		float: none;
		clear: both;
		margin: 50px 0 0 0;
	}
	.youtube-right {
		width: auto;
		float: none;
		margin: 10px 0 0 0;
	}
}
