@charset "utf-8";

/*----------------------------
基本
----------------------------*/
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-image: url("../img/index/back.jpg");
	background-size: contain;
}
p ,li ,span ,h2 ,h3 ,h4 {
	
}

a {	transition:all 0.5s ease-in; text-decoration:none;}
a:hover {opacity:0.8; }

img { width: 100%; height:auto;}

strong{
	font-weight: bold;
}
.sp{
display: none
}
.pc{
display: block
}
/*----------------------------
module
----------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom: 1; }

.font_min {
	font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","HGS明朝E";}
.font_goth {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	width:100%;
}
.left { float: left;}
.right { float: right;}
.mb2em { margin-bottom: 2em;}
.mb1em { margin-bottom: 1em;}
.mt2em { margin-top: 2em;}
.mt1em { margin-top: 1em;}

.font_ttl{
	font-size: 1.4em;
	line-height: 1.2;
	/*font-weight: bold;*/
}

/*----------------------------
nav
----------------------------*/
#head_contents {
	margin: 10px auto 1em;
}
#head_contents h1{
	max-width:500px;
	width:50%;
	font-size: 1.3rem;
	margin-top: 10px;
}
#head_contents #head_contact {
	display: table;
	width:45%;
	margin-left: 5%;
	/*margin-top: 10px;*/
}
#head_contents #head_contact2 {
	display: table;
	width:20%;
	margin-left: 5%;
	margin-top: 10px;
	max-width:350px;
}
#head_contents #head_contact li,#head_contents #head_contact2 li {
	display: table-cell;
	margin-top: 10px;
}
#head_contents #head_contact li:nth-child(1) {
	width:50%;
	padding: 10px;
	font-size: 1.5rem;
}
#head_contents #head_contact li:nth-child(2) {
	border-left:1px dashed #006c84;
	font-size: 0.8rem;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 1.5;
}
#head_contents #head_contact2 li:nth-child(1) {
	max-width: 154px;
}
#head_contents #head_contact2 li:nth-child(2) {
	padding-left:2px;
	max-width: 154px;
}


/*----------------------------
nav
----------------------------*/
#gnav{position: relative; height: 42px; margin-bottom: 1em;}	

#gnav #toggle {
	display: none;
}
nav ul {
	position: relative;
}
nav ul li img {
	width:100px;
}
nav ul li {
	position: absolute;
	z-index: 0;
	left: -19px;
	width:183px;
	width:18.3%;
	text-align: center;
}
nav ul li#nav02 {
	left: 145px;
	left:14.5%;
}
nav ul li#nav03 {
	left: 309px;
	left:30.9%;
}
nav ul li#nav04 {
	left: 473px;
	left: 47.3%;
}
nav ul li#nav05 {
	left: 637px;
	left: 63.7%;
}
nav ul li#nav06 {
	left: 801px;
	left:80.1%;
}
nav ul li a {
	position: relative;
	z-index: 10;
	display: block;
	padding-bottom: 10px;
}	
nav ul li span {
	display: block;
	font-size: 0.8rem;
	line-height: 1.0;
}
nav ul li:hover {
	background: url(../img/common/nav_bg.png) no-repeat;
	background-size: 100%;
	opacity: 1;
}
nav ul li a:hover {
	opacity: 1;
}

.home nav ul li#nav01 ,
.page-id-5 nav ul li#nav02 ,
.page-id-7 nav ul li#nav03 ,
.single nav ul li#nav04,
.page-id-9 nav ul li#nav06{
	background: url(../img/common/nav_bg.png) no-repeat;
	background-size: 100%;
}

/*----------------------------
footer
----------------------------*/
footer{
}

#foot_contents {
	padding:2em 0;
	margin: 0 auto;
}
#foot_contents #foot_box01 {
	width:300px;
	width:30%;
	margin-right: 4%;
}
#foot_contents #foot_box01 .logo{
	font-size: 1.8rem;
	line-height: 1.2;
}
#foot_contents #foot_box01 .address {
	font-size: 0.8rem;
	margin: 1.6em 0;
	line-height: 1.6em;
	text-align: left;
}
#foot_contents #foot_box02 {
	width:334px;
	width:33.4%;
	margin-right: 4%;
	padding-right: 4%; 
	border-right:1px dotted #ccc;
}
#foot_contents #foot_box02 .tel{
	font-size: 1.8rem;
}
#foot_contents #foot_box02 li {
	font-size: 0.8rem;	
}
#foot_contents #foot_box02 li:nth-child(1){
	margin-bottom: 1em;
	max-width: 284px;
}
#foot_contents #foot_box02 li:nth-child(4){
	margin-top: 1em;

}

#foot_contents #footnav {
	width:286px;
	width:28.6%;
}
#foot_contents #footnav ul {
	width: 50%;
}
#foot_contents #footnav ul li {
	background: url(../img/common/foot_list.png) no-repeat left 10px;
	background-size: 12px 6px;
	padding-left: 20px;
	margin-bottom: 1em;
	font-size: 0.9rem;
}
#foot_contents #footnav ul li span {
	display: block;
}

#copy {
	border-top:1px solid #ccc;
	padding: 8px 0;
	text-align: center;
	clear: both;
	display: block;
	color: #fff;
	background-color: #006c84;
}

.ispot_bnr{
	margin-top:5px}

/*#sp_contact {
	display: none;
}*/
#pagetop {
	text-indent: -9999px;
	width:70px;
	height: 70px;
	position: fixed;
	bottom:20px;
	right:20px;
	background: url(../img/common/pagetop.png) no-repeat;
	background-size:70px 70px;
}
/*----------------------------
content
----------------------------*/
main {
	margin-top: 1em;
}
.line {
	background-color: #6eb5c0;
	text-align: right;
	padding: 20px 0;
	margin-top: 2em;
}
.line_page {
	text-align: right;
}
.pan { display: table; padding-top: 4px;}
.pan li {display: table-cell; padding-right: 4px; font-size: 0.8rem;}
/*.pan li:after { content:">";padding-left: 4px;}
.pan li:last-child:after { content:""}*/
.sec_box {
	margin: 2em 0 4em;
}
.sec_in {
	margin: 2em 0;
}
.index_gall{
	background: url(../img/index/galla_bg.jpg) repeat-x;
	background-size:cover;
}

.sec_ttl {
	text-align: center;
	font-size: 2em;
	margin-bottom: 1.5em;
}
.sec_ttl01 {
	background: url(../img/common/bg_ttl.jpg) repeat-x left top , url(../img/common/bg_ttl.jpg) repeat-x left bottom;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	font-size: 2em;
	margin-bottom: 1.5em;
}
.sec_ttl02 {
	background: url(../img/common/bg_ttl.jpg) repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 2em;
}
.page_ttl {
	border-top: 1px solid #e3e7d8;
	border-bottom: 1px solid #e3e7d8;
	padding: 1em 0;
}

.page_ttl h2 img {
	max-width: 380px;
}
.page_ttl h2{
	font-size: 2.0rem;
	margin: 1.5rem auto;
}
.page_toptxt {
	width: 600px;
	margin: 3em auto;
}
.error {
	border-top: 1px solid #e3e7d8;
	padding-top: 2em;
}
.contact_box {
	background-color: #f5f1e9;
	border-radius: 10px;
	padding: 30px 50px;
	margin: 3em 0 5em;
	/*width:900px*/
}
.contact_box .left {
	width:550px;
	width:61.1111%;
	border-right:1px dotted #ccc;
	padding-right:2em;
	box-sizing: border-box;
}
.contact_box .left p:first-child{
	width:284px;
	width:51.6363%;
	float: left;
}
.contact_box .left p:nth-child(2){
	width:236px;
	width:42.9090%;
	float: right;
	font-size: 0.8rem;
	line-height: 1.4rem;
}
.contact_box .left p:nth-child(2) span{
	display: inline-block;
}
.contact_box .left p:nth-child(3){
	clear: both;
	font-size: 0.8rem;
	line-height: 1.4rem;
	padding-top: 1em;
}
.contact_box .right {
	width:312px;
	width:34.6666%;
}
.contact_box .right p {
	margin: 5px 0;
	text-align: center;
}
/*----------------------------
MV
----------------------------*/
#mv { position: relative;}
#mv ul { }
#mv ul li { float: left; width:25%;}
#slideframe { position: absolute; bottom:0;}


/*----------------------------
index
----------------------------*/
.index_top {
	margin: 2em auto;
	text-align: center;
	color:#533e28;
}

#service h2 {
	margin: 0 auto;
}
#service .right {
	width:48%;
}
#service .left {
	width:48%;
}
#service .font_ttl{
	font-size: 1.2rem;
	font-weight: 600;
}
#service .sec_in {
	clear: both;
	padding-top: 6em;
}
#service .sec_in_ttl {
	max-width:289px;
	width:36.1%;
	margin: 0 auto;
}
#service .sec_in ul {
	margin: 4em 0;
}
#service .sec_in ul li {
	width:220px;
	width:22%;
	float: left;
	margin-left: 4%;
}
#service .sec_in ul li:first-child {
	margin-left: 0;
}
#service .btn {
	width:191px;
	width: 19.1%;
	margin: 0 auto;
}

#profile h2 {
	margin: 0 auto;
}
#profile .right {
	width:50%;
}
#profile .left {
	width:45%;
	margin-top: 30px;
}
.profbox{
	padding:20px;
	background-color:#fff;
	border-radius: 10px;
}
#profile .font_ttl{
	font-size: 1.2rem;
	font-weight: 600;
}
#profile .sec_in {
	clear: both;
	padding-top: 6em;
}
#profile .sec_in_ttl {
	max-width:289px;
	width:36.1%;
	margin: 0 auto;
}
#profile .sec_in ul {
	margin: 4em 0;
}
#profile .sec_in ul li {
	width:220px;
	width:22%;
	float: left;
	margin-left: 4%;
}
#profile .sec_in ul li:first-child {
	margin-left: 0;
}
#profile .btn {
	width:191px;
	width: 19.1%;
	margin: 0 auto;
}
#index_info {
	width:630px;
	width:63.0%;
}
#index_info h2 {
	max-width:228px;
	width:36.1904%;
}
#index_info .left {
	width:340px;
	width:53.9682%;
}
#index_info .left p {
	font-size: 0.8rem;}
#index_info .left p.font_min {
	margin-bottom: 1em;
}
#index_info .left .btn {
	margin-top: 1em;
}
#index_info .right {
	width:250px;
	width:39.6825%;
}
#index_info .sec_access {
	clear: both;
	padding-top: 2em;
}
#index_info .sec_access .right {
	width:190px;
	width: 30.1587%	
}
#index_info .sec_access .right p ,
#index_info .sec_access .right li{
	font-size: 0.8rem;
}
#index_info .sec_access .right ul {
	margin: 1em 0;
}
#index_info .sec_access .left {
	width:420px;
	width:66.6666%;
	height:250px;
	border-radius: 5px; 
}
#index_info .sec_access .left iframe {
	display: block;
}
#index_blog {
	width:1000px;
	width:100%;
	position: relative;
	margin: 0 auto;
}

#index_blog h2 {
}
#index_blog .all_item{
	position: absolute;
	top: 15px;
	right: 20px;
}
#index_blog .blog_area {
	border-bottom: 1px dotted #ccc;
	padding: 20px 0;
}

#index_blog .blog_area .left {
	width:24%;
}
#index_blog .blog_area .right {
	width:72%;
}
#index_blog .blog_area .in_blog_cate span  {
	display: block;
	margin-bottom: 10px
}
#index_blog .blog_area .in_blog_cate span:last-child {
	margin-bottom: 0;
}
#index_blog .blog_area .in_blog_cate span a {
	font-size: 0.8rem;
	color:#fff;
	text-align: center;
	padding: 10px;
	display: block;
}

#index_blog .blog_area .in_blog_date {
	font-size: 0.8rem;
	color:#666;
}
#index_blog .blog_area .in_blog_ttl {
	font-size: 0.9rem;
	padding-left: 16px;
	background: url(../img/index/blog_list.jpg) no-repeat left 8px;
}
/*----------------------------
menu
----------------------------*/
.menu_txt{
	text-align: center;
}
.menu_list{
	margin: 2em 0;
}
.menu_list .sec_ttl01 .menu_ttl  {
	max-width: 344px;
	width: 100%;
	padding-left: 1em;
}
.menu_list .right {
	width:644px;
	width:64.4%;
}
.menu_list .left {
	width:322px;
	width:32.2%;
}
.menu_list .price {
	margin-top: 1em;
}
.price span { font-size: 1.4rem;}

.menu_list .small{
	margin-top: 0px;
	font-size: 0.8rem;
}

.menu_other {
	max-width: 1000px;
}
.menu_other .menu_ttl {
	width:170px;
	margin: 0 auto;
}
.menu_other .opt_ttl {
	width:300px;
	margin: 0 auto;
}
.menu_other .other_f_wrap {
	background: url(../img/menu/other_f_mid.jpg) repeat-y;
	background-size: contain;
}
.menu_other .other_f {
	background: url(../img/menu/other_f_top.jpg) no-repeat left top,url(../img/menu/other_f_btm.jpg) no-repeat left bottom;
	background-size: contain ,contain;
	padding: 20px;
	/*width:960px;*/
}
.menu_other .other_f .right{
	width:550px;
	width:57.2916%;
}
.menu_other .other_f .left {
	width:370px;
	width:38.5416%;
}

.menu_other .other_box {
	margin: 2em 0;
}

.menu_other .other_box_ttl {
	background: url(../img/menu/menu_dotted_line.jpg) repeat-x left center;
	width:350px;
	width:63.6363%;
	float: left;
	margin-bottom: 0.8em;
}
.menu_other .other_box_ttl01 {
	width:194px;
}
.menu_other .other_box_ttl02 {
	width:338px;
}
.menu_other .other_box_ttl03 {
	width:142px;
}
.menu_other .other_box_ttl04 {
	width:129px;
}
.menu_other .opt_box_ttl01 {
	width:168px;
}

.menu_other .price {
	float: right;
	width:180px;
	width:32.7272%;
}
.menu_other .txt {
	clear: both;
}
.page-id-2 .menu_box_ttl {
	max-width: 140px;
	margin: 0 auto 2em;
}
.flow_box {
	margin-bottom: 6em;
}

.flow_list{
	background: #fcf5f0;
	padding: 2em;
	border-radius: 10px;
}

.flow_list .flow_list_ttl {
	max-width: 416px;
	width:100%;
}
.flow_list .flow_list_txt {
	margin-top: 6px;
padding-left: 40px;

}
.flow_box .arw {
	max-width:70px;
	margin: 1em auto;
}
.opt_box{
	padding: 0 20px;
}


/*----------------------------
access
----------------------------*/
.access_box {
	width:775px;
	margin: 4em auto 6em;
}
.access_box .g_map_wrap {
	width:100%;
}
.access_box .g_map {
	border-radius: 10px;
	position: relative;
	padding-top:78%;
}
.access_box .g_map iframe {
	display: block;
	position: absolute;
	top:0;
	left: 0;
	
}
.access_box .g_map_wrap p {
	text-align: right;
	padding-top: 10px;
}
.access_box .g_map_wrap a {
	color:#527b1c;
	text-decoration: underline;
}
.access_box .address_in {
	margin: 2em 0;
}
.access_box .e_map {
	margin-top: 4em;
}
/*----------------------------
blog
----------------------------*/
.blog_box {
	width:630px;
	width:63%;
	margin-top: 3em;
}
.blog_box article {
	border-bottom: 1px solid #b2a79c;
	padding-bottom: 3em;
}

/*--ditail--*/
.entry_ttl_box {
	background: url(../img/common/bg_ttl.jpg) repeat-x left top , url(../img/common/bg_ttl.jpg) repeat-x left bottom;
	padding: 2em 1em;
	margin-bottom: 2em;
}
.blog_box .cat {
	display: inline-block;
	padding: 8px 10px;
	margin-right: 10px;
	color: #fff;
	font-size: 0.8rem;
}
.blog_box .cat a{
	color:#fff;
}
.blog_box .entry_date {
	font-size: 0.9rem;
}
.entry_ttl_box .entry_ttl {
	font-size: 1.6rem;
	padding-top: 20px;
	line-height: 2rem;
}
.entry_content p {
	margin-bottom: 10px;
}
.entry_nation {
	margin: 2em 0 6em;
}
.entry_nation li {
	width:50%;
}
.entry_nation li a {
	color:#533e28;
}

.entry_nation .prev {
	background: url(../img/blog/blog_list02.jpg) no-repeat left 10px;
	padding:0 10px 0 20px;
	float: left;
} 
.entry_nation .next{
	background: url(../img/blog/blog_list01.jpg) no-repeat right 10px;
	padding:0 20px 0 10px;	
	text-align: right;
	float: right;
} 
.entry_nation .all {
	clear: both;
	float: none;
	width:100%;
	padding-top: 1em;
}
.entry_nation .all a {
	display: block;
	color:#533e28;
	padding: 4px 0;
	background-color: #d9d3ce;
	text-align: center;
	width: 40%;
	margin: 0 auto;
}


/*--category--*/
.blog_box .blog_cat_ttl {
	font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","HGS明朝E";
	background:url(../img/common/bg_ttl.jpg) repeat-x left bottom;
	font-size: 1.4rem;
	padding-bottom: 1em;
	margin-bottom:1em;
}
.blog_box article.entry_all {
	border: none;
}
.entry_all .entry_ttl {
	font-size: 1.4rem;
	padding-bottom: 1em;
	border-bottom: 1px solid #c5d4b1;
	margin-bottom: 1em;
}
.entry_all .entry_info {
	margin-bottom: 1em;
}
.blog_box .wp-pagenavi {
	text-align: right;
	border-top: 2px solid #c5d4b1;
	padding-top: 1em;
}
.blog_box .wp-pagenavi a {
	color:#5e842b;
	text-decoration: underline;
	display: inline-block;
	margin: 0 6px;
}
.blog_box .wp-pagenavi .current {
	color:#666666;

}

.blog_box .size-medium{
	width:initial;
}
.blog_box .size-thumbnail{
	width:initial;
}


/*--side--*/
.side_box {
	width:320px;
	width:32%;
	margin-top: 3em;
}
.side_box .side_in {}

.side_in h2{
	/*font-weight: bold;*/
	font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","HGS明朝E";
	font-size: 1.4rem;
	padding-bottom: 1em;
	background: url(../img/common/bg_ttl.jpg) repeat-x left bottom;
}

.side_in ul {
	margin-bottom: 4em;
}

.side_in ul li {
	margin-top: 1em;
	padding-bottom: 1em;
	padding-left: 40px;
	border-bottom: 1px solid #ccc;
	background: url( ../img/blog/blog_list01.jpg) no-repeat 20px 8px;
}
.side_in ul li .post-date {
	display: block;
	font-size: 0.8rem;
}
/*----------------------------
inquiry
----------------------------*/
.inquiry_box {
	width: 775px;
	margin: 2em auto 6em;
}
.inquiry_box p{
	text-align: center;
}
.inquiry_box p.attn {
	color:#cc0000;
	margin-bottom: 1em;
}
.inquiry_box .reserve_box {
	margin: 2em auto;
	background: url(../img/common/bg_ttl.jpg) repeat-x left top , url(../img/common/bg_ttl.jpg) repeat-x left bottom;
	padding: 20px 0;
}
.inquiry_box .reserve_box .btn {
	max-width:312px;
	width:90%;
	margin: 10px auto;
}
.inquiry_box dl {width:640px; margin: 0 auto;}
.inquiry_box dl dt {width:30%; float:left; margin-bottom: 1em; padding-top: 4px; clear: both;}
.inquiry_box dl dd {width:70%; float:left; margin-bottom: 1em;}

.inquiry_box input { padding: 4px; width:100%; box-sizing: border-box;}
.inquiry_box input.mid {width:60%;}
.inquiry_box textarea { width:98%;}
.inquiry_box .submit_btn {
	width:240px;
	margin: 0 auto;
}
.inquiry_box .submit_btn .btn {
	width:100%;
	line-height: 40px;
	background-color: #006c84;
	border:0;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","HGS明朝E", serif;
	border-radius: 40px; 
	color: #fff;
}
.inquiry_box .faq_box {
	margin: 0em auto 2em;
/*	background: url(../img/common/bg_ttl.jpg) repeat-x left bottom;*/
	padding-bottom: 20px;
}
.inquiry_box .faq_box table {
	width:80%;
	margin: 1em auto 0;
border-top: 1px dotted #ccc;}
.inquiry_box .faq_box table th {
	width:40px;
}
.inquiry_box .faq_box table td{
	padding-bottom: 10px;
	
}
.inquiry_box .faq_box table .i_top th ,
.inquiry_box .faq_box table .i_top td {
	padding-top: 20px;
}
.inquiry_box .faq_box table .i_btm th ,
.inquiry_box .faq_box table .i_btm td {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.inquiry_box .faq_box table th span {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.2rem;
	width:30px;
	text-align: center;
	color: #fff;
	border-radius:5px;
	
}
.inquiry_box .faq_box .f_q {
	background-color:#719316;
	padding-bottom: 4px ;
}
.inquiry_box .faq_box .f_a {
	background-color: #E9771F;
	padding: 2px 0;
}
.inquiry_box .faq_box table td ul {
	list-style: disc;
	margin-left: 20px;
}
.inquiry_box .inq_ttl {
	max-width: 140px;
	margin: 0 auto 1em;
}
/*----------------------------
inquiry
----------------------------*/
.voice_box {
	margin: 2em auto 4em;
}
.voice_box ul li {
	background-color: #e3e7d8;
	width:482px;
	width:48.2%;
	float: left;
	padding: 2em 3%;
	margin-bottom: 36px;
}
.voice_box ul li span {
	display: block;
	text-align: right;
	margin-top: 10px;
}
.voice_box ul li:nth-child(even) {
	margin-left: 36px;
	margin-left: 3.6%;
}

.spec { /*クラス名は任意でOKです*/
    width:100%; /*幅は任意の幅*/
    border: 1px solid rgba(63,63,63,.6);
    border-collapse: collapse;
}
.spec th, .spec td {
    width: 50%;
	padding: 1rem;
    border: 1px solid rgba(63,63,63,.6);
}
.spec thead tr {
    background: #b3a789; /*1行目の背景色*/
}
.nrow2, .nrow4, .nrow6 { /*想定される行数分だけ*/
    background: #b3a789; /*偶数行の背景色*/
    width:32%;
    
}


.brand_image {
    margin: 60px auto;
    padding: 0;
  }

 .c-holizontal,
  .c-holizontal--rowreverse {
    display: flex;
    flex-wrap: wrap;
  }

 .brand_image01 {
    width: 28%;
    max-width: 280px;
    margin: 0;
  }
  .brand_text {
    width: 70%;
  }
.prof_ttl {
	font-size: 1.2rem;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","HGS明朝E", serif;
	font-weight: bold;
}
.prof_ttl span{
	font-size: 1.6rem;
}
.c-justify--between {
  justify-content: space-between;
}

.calendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
  .calendar iframe {
	height: 600px;
  }
}
.tel img{
	width:30px;
}

