@charset "UTF-8";
html { scroll-behavior: smooth;}
body,
html {
  height: 100%;
  margin: 0 auto;
}
/*  ハンバーガーメニュー */
.header {
  position: relative;
  padding: 20px;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  background-color: #333;
  opacity: 0.8;
  border-radius: 10%;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #fff;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 2px 0 4px rgba(0,0,0,.1);
  transform: translateX(-100%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

/* トップへ戻るボタン */
a.page_top_btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  text-decoration: none;
  background-color: #666;
  display: block;
  text-align: center;
  border-radius: 24px;
  z-index: 10;
  opacity: 0.8;
}

a.page_top_btn::before {
  content: '\f062';
  font-family: 'Font Awesome 6 Free';
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 48px;
}

/*  ファーストビューエリア */
.fv {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
}

.top_header{
  width: 100%;
  height: 20px;
  background-color: #000;
  z-index: 1;
}
.zoom {
  position: static;
  z-index: 1;
width: 100%;
overflow: hidden;
}
.zoom-1 img {
width: 100%;
height: auto;
animation: animationZoom1 10s ease-in-out forwards;
}
@keyframes animationZoom1 {
100% { transform: scale(1.3)}
}
.top_logo{
   position: static;
   text-align:center;
   margin: 0;
   padding: 0;
}
.top_logo img{
  width: 100%;
}
.underzoom {
  position: static;
  z-index: 1;
  width: 100%;
  height: 200px;
}
.top_chatchcopy {
   position: absolute;
   bottom: 20px;
   left: 20px;
   z-index: 10;
   text-align: center;
}
.bounce-in-fwd {
	-webkit-animation: bounce-in-fwd 1.1s both;
	        animation: bounce-in-fwd 1.1s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-6-22 
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
/*  背景固定エリア  */
.fiximg {
    height: 100px;
    position: relative;
    clip-path: inset(0);
}
.fiximg img {
    object-fit: cover;
    position: fixed;
    left: 0;
    
    width: 100%;
    height: 100%;
}
.cd-bg-1{ height: 200px;}
.cd-bg-1 img {top: 0px;}
.cd-bg-2{ height: 200px;}
.cd-bg-2 img {bottom: -150px;}

.cd-fixed-bg {
 position: relative;
 min-height: 100px;
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center center;
 z-index: 2;
}

/*  SPメインエリア  */
.wrap {
  padding: 0 0 0;
}

.area {
 width: 100%;
 text-align: center;
 margin: 0;
 padding-bottom: 50px;
}
div.wrap section.area h2 {
  margin: 0 ;
  width: 100%;
  text-align: center;
}
div.wrap section.area h2.areah img{
  max-width: 100%;
  margin: 30px auto 20px;
}
.area div.in_area{
 width: 90%;
 margin: 20px auto 0;
 text-align: left;
}
.area01 {
  padding-bottom: 0;
}
div.wrap section.area01 h2.areah img{
  max-width: 90%;
}
.area02 {
  padding-top: 20px;
  background-color: #dd0000;
  padding-bottom: 30px;
}
.area03 { 
  padding-top: 20px;
  padding-bottom: 30px;
}
.area04 {
  height: 1000px;
  background: #fff url("imgs/c_bg.png") no-repeat center 280px/auto 820px ;
}
.area01 .commitment_contents {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.cmt_img {
  width: 100%;
  padding: 0 0 30px;
}
.cmt_img img {
  width: 100%;
}
.cmt_imgslinL {
  opacity: 0;
}
.cmt_imgslinL.slideInL {
  -webkit-animation: slideInL 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation: slideInL 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay:0.3s;
}
 
@keyframes slideInL {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.cmt_imgslinR {
  opacity: 0;
}
.cmt_imgslinR.slideInR {
  -webkit-animation: slideInR 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation: slideInR 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay:0.3s;
}
 
@keyframes slideInR {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}


.cmt_text {
  width: 100%;
  padding-bottom: 5px;
  line-height: 1.7em;
}
.cmt_text p {
  margin: 0 0 20px;
}
.cmtLink {
  text-align: center;
}
.cmtLink a{
  font-weight: bold;
  transition: 0.5s;
}
.andmorecmt {
  display: inline-block;
  width: 90%;
  border-radius: 10px;
  border: solid 2px #000;
  padding: 10px 10px;
  margin: 10px auto 5px;
}
 .cmtLink a:link, .cmtLink a:visited {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
 .cmtLink a:hover {
  color: #000;
  background-color: #ffcc66;
}
.menu_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_contents a{
  transition: 0.5s;
}
.menu_contents a:link, .menu_contents a:visited {
  color: #000;
}
.menu_contents a:hover {
  font-size: 1.2em;
  color: #000;
}
section.listG {
  width: 100%;
  margin-left: 0px;
}
ul.menulist {
  list-style: none;
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 0;
}
ul.menulist li {
  line-height: 1.9em;
  padding-left: 10px;
}
ul.menulist .recommend::after {
  content: "オススメ!";
font-size: .75rem;
color: #fff;
border: solid 1px #fff;
padding:  2px 5px;
vertical-align: top;
margin-left: 10px;
margin-bottom: 3px;
border-radius: 3px;
}
.menuLink {
  text-align: center;
}
.andmoremenu {
  display: inline-block;
  width: 240px;
  border: solid 2px #fff;
  border-radius: 5px;
  padding: 10px 10px;
  margin: 20px auto 50px;
}
.menu_contents .menuLink a:link, .menu_contents .menuLink a:visited {
  color: #fff;
  text-decoration: none;
}
.menu_contents .menuLink a:hover {
  font-size: 1.2em;
  color: #fff;
}
.menu-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92%;
  margin: 10px auto 10px;
}
.menu-image a {
margin-bottom: 30px;
}
.menu-image a {
text-decoration: none;
color:#fff;
font-weight: bold;
font-size: 14px;
}
.menu-image img {
width: 80px;
height: 80px;

transition: all .4s;
}
.menu-image img:hover{
  transform:scale(1.1,1.1);
}
 

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#challenge h3 {
  margin: 0;
  padding: 5px 0 0;
  width: 100%;
}
#challenge h3 img{
  width: 100%;
}
.c_chatch {
  position: static;
  display: flex;
  width: 100%;
  margin: 2px 5%;
}
.c_wanted {
  width: 35%;
  margin-top: 20px;
  margin-right: 5%;
}
.c_reward {
  width: 50%;
}
.c_chatch02 {
  position: relative;
  width: 100%;
}
.c_dodon {
  position: absolute;
  width: 90%;
  top: 90px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 30;
}
.c_matteruze {
  position: absolute;
  width: 96%;
  top: 280px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 30;
}
.c_wanted img, .c_reward img, .c_dodon img, .c_matteruze img {
 width: 100%;
}
.c_note {
  width: 100%x;
  padding: 10px 20px;
  margin:2px auto 20px;
  background-color: #fff;
  border: solid 5px #c00;
}
.c_note strong{
  font-size: larger;;
  font-weight: bold;
  color: #b00;
}
.c_note .reservedTEL a {
  color: #333;
  font-size: larger;
  font-weight:900;
}
.misocallenge {
  padding: 5px 15px;
  margin: 5px 10px 0;
  background-color: #fff666;
  font-weight:900;
}
.remen {
  margin: 0 auto;
  width: 100%;
}
.remen img{
  width: 100%;
}
.animein {
  opacity: 0;
  transition: 2s;
}
.animein.bounce-in-bck {
  opacity: 1;
  
	-webkit-animation: bounce-in-bck 1.1s both;
	        animation: bounce-in-bck 1.1s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-6-30 
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-bck
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-bck {
  0% {
    -webkit-transform: scale(7);
            transform: scale(7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.24);
            transform: scale(1.24);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-bck {
  0% {
    -webkit-transform: scale(7);
            transform: scale(7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.24);
            transform: scale(1.24);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.acs_top {
  display: flex;
  flex-wrap: wrap;
  flex-direction:column-reverse;
}
.acs_copy {
  width: 100%;
  padding: 0 0 0;
  text-align: center;
}
.acs_img {
  width: 80%;
  margin: 0 auto 20px;
  text-align: center;
}
.acs_img img {
  width: 100%;
}
.acs_note {
  width: 100%;
  padding: 0 0 30px;
}
.acs_note dl {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 margin: 10px auto;
}
.acs_note dl dt {
  width: 100%;
  padding-bottom: 5px;

  margin: 0 0 0  ;
  text-align: left;
  border-bottom: none;
}
.acs_note dl dt::before {
content: '';
width: 12px;
height: 12px;
border-radius: 50%;
background: #cc0000;
display: inline-block;
margin: 0 6px 0 0;
}
.acs_note dl dd {
  width: 100%;
  padding-bottom: 15px;
  padding-left: 5px;
  margin: 0 0 10px ;
  text-align: left;
  border-bottom: solid 1px #ccc;
  line-height: 1.8em;
}
.acs_note .telcss a{
  text-decoration: underline;
}
.map {
  width: 100%;
  margin-bottom: 60px;
}
footer {
  height: 100px;
  width: 100%;
  background-color: #000;
  color: #fff;
}
footer .copyright {
  padding: 30px;
  text-align: center;
}

/*  下層ヘッダー  */

.subpage .wrap {
  position: static;
  padding: 0 0 0;

}
/*  まるちゃんのこだわりページ  */
#commitmentpage .area01 .commitment_contents {
  display:block;
}
#commitmentpage .cmt_g {
  margin: 0 auto 0;
  padding: 10px 0 20px;
  width: 100%;
}
#commitmentpage .cmt_g .cmt_text {
  width: 100%;
  padding: 10px 0;
}
#commitmentpage .cmt_g .cmt_img {
  width: 100%;
  padding: 0 0 10px ;
}


/*  PC用CSS */
@media screen and (min-width: 481px) {
/*  ファーストビューエリア */
.fv {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
}

.top_header{
  width: 100%;
  height: 100px;
  background-color: #000;
  z-index: 1;
}
.zoom {
  display: inline-block;
  position: absolute;
  top: 100px;
  z-index: 1;
width: 100%;
height: 800px;
overflow: hidden
}
.zoom-1 img {
width: 100%;
height: auto;
animation: animationZoom1 10s ease-in-out forwards;
}
@keyframes animationZoom1 {
100% { transform: scale(1.2)}
}
.top_logo{
   display: inline-block;
   position: absolute;
   z-index: 10;
   top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.underzoom {
  height: 10px;
}
.top_chatchcopy {
   display: inline-block;
   position: absolute;
   z-index: 10;
   top: 550px;
    left: 12%;
}

/*  PCメインエリア  */
.wrap {
  position: relative;
  top: 800px;
  padding: 50px 0 0;
}
.area {
 width: 100%;
 text-align: center;
}

.area div.in_area{
 width: 900px;
 margin: 20px auto;
}
.commitment_contents {
  display: flex;
  flex-wrap: wrap;
}
.commitment_contents.cmt01 {
  flex-direction: row;
}
.commitment_contents.cmt02 {
  flex-direction: row-reverse;
}
.cmt_img {
  width: 480px;
  padding: 0 40px 0 0;
}
.cmt_img img { width: 100%; }
.cmt02 .cmt_img {
  padding: 0 0 0 40px;
}
.cmt_text { 
  width: 420px; 
  padding-top: 50px;
  padding-bottom: 30px;
}
.cmtLink {
  text-align: left;
}
.andmorecmt {
  width: 320px;
  margin: 40px 25px 30px;
   text-align: center;
}
section.listG {
  width: 32%;
  margin-left: 10px;
}
section.last { width: 32%;}
.gohan { padding-left: 3.35em}

.andmoremenu {
  display: inline-block;
  margin: 0;
  margin-left: 20px;
  border: solid 2px #fff;
  border-radius: 5px;
  padding: 20px 20px;
  
}
.menu-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 740px;
  margin: 10px auto;
}
.menu-image img {
width: 150px;
height: 150px;
transition: all .4s;
}

.area04 {
  height: 1250px;
  background: #fff url("imgs/c_bg.png") no-repeat center 200px/cover ;
}
#challenge h3 {
  margin: 0;
  padding: 40px 0 0;
  width: 640px;
  margin: 0 auto;
  z-index: 1;
}
.c_chatch {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
.c_wanted{
  position: absolute;
  width: 180px;
  top: -20px;
  left: 50px;
  margin: 0;
  z-index: 20;
}
.c_reward {
  position: absolute;
  width: 240px;
  top: -50px;
  right: 0;
  z-index: 20;
}
.c_chatch02 {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
.c_dodon {
  position: absolute;
  width: 419px;
  margin: 0 ;
  top: -10px;
  left: 15px;
  margin: 0 ;
  z-index: 30;
}
.c_matteruze {
  position: absolute;
  width: 602px;
  margin: 0 ;
  top: 400px;
  left: 310px;
  z-index: 30;
}
.c_note {
  width: 450px;
  padding: 10px 30px 10px;
  margin:20px auto 80px;
}
.c_note .reservedTEL a {
  font-size: 22px;
  text-decoration: none;
}
.remen {
  margin: 0 auto;
  width: 660px;
}
.remen img{
  width: 100%;
}
.animein {
  opacity: 0;
  transition: 2s;
  z-index: 10;
}

.acs_top {
  display: flex;
  flex-wrap: wrap;
  flex-direction:row;
}
.acs_copy {
  width: 220px;
  padding: 0 0;
}
.acs_img {
  width: 320px;
  margin: 15px 0 0 20px;
}
.acs_note {
  width: 100%;
  padding: 30px 0;
}
.acs_note dl {
 display: flex;
 flex-wrap: wrap;
 width: 600px;
 margin: 10px auto;
}
.acs_note dl dt::before {
display: none;
}
.acs_note dl dt {
  width: 15%;
  padding-bottom: 15px;
  margin: 0 0 15px 15% ;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
.acs_note dl dd {
  width: 70%;
  padding-bottom: 15px;
  margin: 0 0 15px ;
  text-align: left;
  border-bottom: solid 1px #ccc;
  line-height: 1.8em;
}
.acs_note .telcss a{
  color: #000;
  text-decoration: none;
}
.cd-fixed-bg {
 min-height: 300px;
}
.fiximg img {
    bottom: 0;
}
/*  下層ヘッダー  */
.subpage .wrap {
  position: static;
  padding: 0 0 0;
}
.cd-bg-1 img {
  top: 0;
}
.cd-bg-2 img {
  bottom: 0;
}
/*  メニューページ  */


/*  まるちゃんのこだわりページ  */

#commitmentpage .cmt_g {
  width: 700px;
  line-height: 1.8em;
}
#commitmentpage .cmt_g .cmt_text {
  width: 100%;
  padding: 10px 0;
}
#commitmentpage .cmt_g .cmt_img {
  padding: 0 ;
  text-align: center;
  padding: 0 0 10px ;
}
#commitmentpage .cmt_g .cmt_img img{
  width: 600px;
}
}
@media (min-width: 751px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}