@charset "UTF-8";
html {
	-webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
body {
color: #000000;
font: 16px/30px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* 横スクロール視覚化
* {
	outline: 1px solid magenta;
}
*/

/* Header------------------------- */
#HeaderWRP {
width: 100%;
height: 240px;
position: absolute;
z-index: 100;
background-image: url(../images/NaviBG.gif);
background-repeat: repeat-x;
}
#Header {
width: 1200px;
height: 240px;
margin-left: auto;
margin-right: auto;
}
#HeaderBG {
width: 100%;
height: 400px;
position: absolute;
background-image: url(../images/HeaderBG.png);
background-repeat: repeat-x;
z-index: 50;
}
#LogoWRP {
width: 100%;
height: 380px;
margin-left: auto;
margin-right: auto;
z-index: 80;
position: absolute;
color: #FFFFFF;
margin-top: 70px;
}
#Logo {
width: 210px;
height: 380px;
margin-right: auto;
margin-left: auto;
padding-left: 20px;
padding-right: 970px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-align: left;
background-image: url(../images/Logo.png);
background-repeat: no-repeat;
background-size: 200px 380px;
vertical-align: top;
font-size: 20px;
}
#SNSwrp {
width: 100%;
height: 50px;
position: absolute;
top: 900px;
z-index: 80;
}
#SNS {
width: 1200px;
height: 50px;
margin-right: auto;
margin-left: auto;
text-align: right;
}
.Icon {
margin-right: 20px;
}
#Navi {
width: 660px;
height: 240px;
margin-left: 550px;
}
#Navi ul#Menu{
}
#Navi ul#Menu  li{
}
#Navi ul#Menu  li a{
text-decoration: none;
padding-top: 50px;
padding-right: 9px;
padding-left: 9px;
height: 188px;
font-size: 20px;
line-height: 20px;
color: #000000;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
margin-right: 80px;
border: 1px solid #000000;
background-color: #FFFFFF;
display: block;
float: left;
width: 20px;
}
#Navi ul#Menu  li a.last {
	margin-right: 0px;
}
#Navi ul#Menu li a:hover {
text-decoration: none;
color: #FFFFFF;
background-color: #671A1E;
}

/* SlideCopy--------------------------- */
.SlideCopy {
width: 36px;
height: 400px;
margin: -200px 0 0 -18px;  /*縦横の半分をネガティブマージンでずらす*/
position: absolute;  /*body要素に対して絶対配置*/
top: 550px;  /*上端を中央に*/
left: 50%;  /*左端を中央に*/
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
color: #FFFFFF;
z-index: 100;
font-size: 36px;
text-shadow: 2px 2px 3px #000000;
font-weight: bold;
}

/* Slider------------------------- */
.slidecontainer {
	width: 100%;
	height: 1000px;
	float: left;
	z-index: 1;
}
.slider {
	position: relative;
	width: 100%;
	height: 1000px;
	overflow: hidden;
}
.slider__wrapper {
height: 1000px;
list-style: none;
overflow: hidden;
  *zoom: 1;
-webkit-backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
}
.slider__item {
  height: 100%;
  float: left;
  background-size: cover;
  background-position: center;
  clear: none;
}
.slider__arrows-item {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
  cursor: pointer;
}
.slider__arrows-item--right {
  bottom: 50%;
  right: 30px;
}
.slider__arrows-item--left {
  bottom: 50%;
  left: 30px;
}
.slider__nav {
position: absolute;
bottom: 10px;
}
.slider__nav-item {
width: 10px;
height: 10px;
float: left;
clear: none;
display: block;
margin: 0 5px;
background: #fff;
border-radius: 5px;
}
.slider__nav-item--current {
background: #000000;
}
.slider__nav-item:hover {
background: #CCCCCC;
}


/* ScrollHeader------------------------- */
#headbar {
/* 上部に固定するCSS */
position: fixed;
top: 0px;
left: 0px;
width: 100%;
background-image: url(../images/fixedHeaderBG.gif);
background-repeat: repeat-x;
z-index: 200;
}
#headbar2 {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
background-image: url(../images/fixedHeaderBG.gif);
background-repeat: repeat-x;
z-index: 200;
}
#ScrollHeader {
width: 1200px;
margin-right: auto;
margin-left: auto;
}
#ScrollLogo {
width: 190px;
height: 169px;
padding: 34px 24px 35px;
border: 1px solid #000000;
background-color: #FFFFFF;
float: left;
}
#ScrollNavi {
width: 960px;
height: 80px;
float: left;
}
#ScrollNavi ul#Menu{
}
#ScrollNavi ul#Menu  li{
}
#ScrollNavi ul#Menu  li a{
color: #FFFFFF;
text-decoration: none;
font-size: 20px;
line-height: 20px;
background-color: #000000;
display: block;
float: left;
padding: 30px 25px;
}
#ScrollNavi ul#Menu li a:hover {
color: #FFFFFF;
text-decoration: none;
background-color: #671A1E;
}

/* Philosophy------------------------- */
.Philosophy {
width: 560px;
height: 420px;
padding-left: 20px;
vertical-align: middle;
display: table-cell;
padding-right: 20px;
}
.PhiloTTL {
font-size: 26px;
margin-bottom: 30px;
font-weight: bold;
}

/* Commitment------------------------- */
.commitmentBG {
width: 500px;
padding: 20px 50px;
display: table-cell;
vertical-align: middle;
background-color: #671A1E;
background-image: url(../images/CommitmentBG.png);
background-repeat: no-repeat;
background-position: 90% 50%;
background-size: 144px 300px;
color: #FFFFFF;
height: 320px;
}
.CommitTTL {
font-size: 36px;
margin-bottom: 30px;
font-weight: bold;
}
.nutritionBG {
width: 1140px;
padding: 50px 30px 30px;
color: #FFFFFF;
background-color: #C88C2D;
}
.nutritionBOX1 {
width: 235px;
height: 153px;
padding: 30px 15px 15px;
border: 1px solid #FFFFFF;
margin-right: 24px;
}
.nutritionBOX2 {
width: 235px;
height: 153px;
padding: 30px 15px 15px;
border: 1px solid #FFFFFF;
}
.nutriTTL {
font-size: 26px;
text-align: center;
margin-bottom: 10px;
}
.Lack {
text-align: center;
font-size: 26px;
margin-top: 20px;
}


/* Menu------------------------- */
.MenuBox1 {
width: 380px;
padding-bottom: 15px;
margin-right: 30px;
border-top: 3px solid #000000;
border-bottom: 1px solid #000000;
font-size: 26px;
line-height: 36px;
}
.MenuBox2 {
width: 380px;
padding-bottom: 15px;
border-top: 3px solid #000000;
border-bottom: 1px solid #000000;
font-size: 26px;
line-height: 36px;
}
.MenuBox3 {
width: 285px;
padding-bottom: 10px;
margin-right: 20px;
border-top: 3px solid #000000;
border-bottom: 1px solid #000000;
font-size: 22px;
line-height: 32px;
}
.MenuBox4 {
width: 285px;
padding-bottom: 10px;
margin-right: 20px;
border-top: 3px solid #000000;
border-bottom: 1px solid #000000;
font-size: 22px;
line-height: 32px;
}
.MenuBox5 {
width: 285px;
padding-bottom: 10px;
border-top: 3px solid #000000;
border-bottom: 1px solid #000000;
font-size: 22px;
line-height: 32px;
}
.MenuBox6 {
width: 285px;
padding-bottom: 10px;
margin-right: 20px;
border-top: 3px solid #000000;
border-bottom: 1px solid #000000;
font-size: 22px;
line-height: 32px;
}
.MenuBox1 img {
margin-bottom: 10px
}
.MenuBox2 img {
margin-bottom: 10px
}
.MenuBox3 img {
margin-bottom: 10px
}
.MenuBox4 img {
margin-bottom: 10px
}
.MenuBox5 img {
margin-bottom: 10px
}
.MenuNameS {
font-size: 16px;
}


/* ToGo------------------------- */
.Delivery {
width: 1140px;
font-size: 26px;
text-align: center;
padding: 29px;
border: 1px solid #000000;
line-height: 45px;
}


/* Access------------------------- */
.ShopInfo {
width: 500px;
height: 500px;
padding: 50px;
background-color: #FFFFFF;
}
.ShopInfo img {
margin-bottom: 10px;
}
.address {
font-size: 26px;
margin-bottom: 15px;
}
.Tel {
font-size: 36px;
margin-bottom: 10px;
}
.serviceTime {
font-size: 18px;
line-height: 26px;
}


/* Inquiry------------------------- */
.InqTTL {
font-size: 26px;
margin-right: 20px;
}
.InqTEL {
font-size: 36px;
}
.InqLine {
border-bottom: 1px solid #000000;
margin-top: 20px;
margin-bottom: 20px;
width: 100%;
clear: both;
}
.InqDotLine {
border-bottom: 1px dotted #000000;
margin-top: 20px;
margin-bottom: 20px;
width: 100%;
clear: both;
}
.InqName {
width: 30%;
float: left;
text-align: center;
font-size: 24px;
padding-left: 10%;
padding-top: 12px;
}
.InqForm{
width: 60%;
float: left;
text-align: left;
}
.input {
width: 400px;
height: 20px;
border: 1px solid #000000;
float: left;
padding: 14px;
font-size: 20px;
line-height: 35px;
}
.input2 {
width: 600px;
height: 20px;
border: 1px solid #000000;
float: left;
padding: 14px;
font-size: 20px;
line-height: 35px;
}
.textarea {
width: 600px;
height: 260px;
font-size: 20px;
line-height: 30px;
border: 1px solid #000000;
padding: 9px;
}
.submit {
width: 200px;
height: 65px;
font: 25px/25px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
background-color: #000000;
border: 1px solid #000000;
padding-top: 20px;
padding-bottom: 20px;
color: #FFFFFF;
cursor: pointer;
border-radius: 10px;
}
.submit:hover {
background-color: #333333;
color: #FFFFFF;
}
.submit:active {
background-color: #CCCCCC;
color: #000000;
}


/* Footer------------------------- */
.Footer {
width: 1200px;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 50px;
text-align: center;
}
.FooterLogo {
width: 190px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.FooterAdd {
font-size: 18px;
margin-bottom: 10px;
}
.FooterTEL {
font-size: 36px;
margin-bottom: 10px;
}
.FooterST {
font-size: 16px;
line-height: 24px;
}
#FooterSNS {
width: 1200px;
height: 50px;
text-align: center;
}
.Copyright {
width: 100%;
height: 14px;
padding-top: 20px;
padding-bottom: 40px;
clear: both;
text-align: center;
font-size: 14px;
line-height: 14px;
color: #FFFFFF;
background-color: #000000;
}


/* PageTop------------------------- */
.pagetop {
	position: fixed;
	bottom: -80px;
	right: 80px;
}
.pagetop a {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #000000;
	text-align: center;
	color: #fff;
	font-size: 36px;
	text-decoration: none;
	line-height: 68px;
	z-index: 200;
	border-radius: 10px;
}
.pagetop a:hover {
	background-color: #333333;
}


/* Common------------------------- */
.Chapter1 {
width: 100%;
background-color: #F5ECD3;
}
.Chapter2 {
width: 100%;
background-color: #FFFFFF;
}
.Contents {
width: 1200px;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 100px;
}
.TTL {
width: 36px;
padding-left: 32px;
padding-right: 32px;
margin-left: auto;
margin-right: auto;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-size: 36px;
line-height: 36px;
text-align: center;
background-image: url(../images/ttlBG.png);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100px 100px;
margin-bottom: 50px;
font-weight: bold;
}
.Column {
max-width: 100%;
display: flex;
}
.LeftBox {
width: 50%;
order: 1;
}
.RightBox {
width: 50%;
order: 2;
}
.sTTL {
font-size: 26px;
}
.pad10T {
padding-top: 10px;
}
.mgn50B {
margin-bottom: 50px;
}
.mgn40B {
margin-bottom: 40px;
}
.mgn30B {
margin-bottom: 30px;
}
.mgn20B {
margin-bottom: 20px;
}
.mgn15B {
margin-bottom: 15px;
}
.mgn10B {
margin-bottom: 10px;
}
.mgn20r {
margin-right: 20px;
}
.px16 {
font-size: 16px;
}
.Box100 {
width: 100%;
height: 100px;
clear: both;
}
.Box50 {
width: 100%;
height: 50px;
clear: both;
}
.Red {
color: #C8161D;
}
.cl {
clear: both;
}
.br-pc { display:block; }
.br-sp { display:none; }







@media screen and (min-width: 960px) {
	/* 959px以下に適用されるCSS（タブレット用） */

.hamburger {
display: none;
}
nav.globalMenuSp {
display: none;
}
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #000000
}

}








@media screen and (max-width: 959px){
body {
color: #000000;
font: 16px/28px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.pc { display:none; }
.sp { display:inline; }

.br-pc { display:none; }
.br-sp { display:block; }

/* HeaderPC------------------------- */
#HeaderWRP {
display: none;
}
#Header {
display: none;
}
#Navi {
display: none;
}
#headbar {
display: none;
}
#headbar2 {
display: none;
}
#ScrollHeader {
display: none;
}


/* Menu------------------------- */
/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 120;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #BBBBBB;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 110;
  top  : 0;
  left : 0;
  color: #fff;
  background: #000000;
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}

/* Logo&Copy------------------------- */
#LogoWRP {
width: 100%;
height: 142px;
margin-left: 0px;
margin-right: 0px;
z-index: 80;
position: absolute;
color: #FFFFFF;
margin-top: 20px;
}
#Logo {
width: 145px;
height: 142px;
margin-right: 0px;
margin-left: 20px;
padding-left: 20px;
padding-right: 0px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-align: left;
background-image: url(../images/LogoSP.png);
background-repeat: no-repeat;
background-size: 160px 142px;
vertical-align: top;
font-size: 15px;
}
.SlideCopy {
width: 26px;
height: 280px;
margin: -140px 0 0 -13px;  /*縦横の半分をネガティブマージンでずらす*/
position: absolute;  /*body要素に対して絶対配置*/
top: 340px;  /*上端を中央に*/
left: 50%;  /*左端を中央に*/
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
color: #FFFFFF;
z-index: 100;
font-size: 26px;
text-shadow: 2px 2px 3px #000000;
font-weight: bold;
}
#SNSwrp {
width: 100%;
height: 50px;
position: absolute;
top: 580px;
z-index: 80;
}
#SNS {
width: 90%;
height: 30px;
margin-right: 5%;
margin-left: 5%;
text-align: right;
}
.Icon {
margin-right: 10px;
}

/* Slider------------------------- */
.slidecontainer {
	width: 100%;
	height: 640px;
	float: left;
	z-index: 1;
}
.slider {
	position: relative;
	width: 100%;
	height: 640px;
	overflow: hidden;
}
.slider__wrapper {
height: 640px;
list-style: none;
overflow: hidden;
  *zoom: 1;
-webkit-backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
}

/* Philosophy------------------------- */
.Philosophy {
width: 100%;
height: auto;
vertical-align: middle;
display: table-cell;
padding: 15px 0px;
}
.PhiloTTL {
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
}

/* Commitment------------------------- */
.commitmentBG {
height: auto;
width: 90%;
padding: 20px 5%;
display: table-cell;
vertical-align: middle;
background-color: #671A1E;
background-image: url(../images/CommitmentBG.png);
background-repeat: no-repeat;
background-position: 90% 50%;
background-size: auto 80%;
color: #FFFFFF;
}
.CommitTTL {
font-size: 21px;
font-weight: bold;
margin-bottom: 20px;
}
.nutritionBG {
width: 90%;
padding: 20px 5%;
color: #FFFFFF;
background-color: #C88C2D;
}
.nutritionBOX1 {
width: 90%;
height: auto;
padding: 15px;
border: 1px solid #FFFFFF;
margin-right: 0px;
margin-bottom: 20px;
}
.nutritionBOX2 {
width: 90%;
height: auto;
padding: 15px;
border: 1px solid #FFFFFF;
}
.nutriTTL {
font-size: 18px;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}
.Lack {
text-align: center;
font-size: 16px;
margin-top: 20px;
}


/* Menu------------------------- */
.MenuBox1 {
width: 100%;
padding-bottom: 10px;
margin-right: 0px;
border-top: 3px solid #000000;
border-bottom: 1px solid #000000;
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
}
.MenuBox2 {
width: 100%;
padding-bottom: 10px;
border-top: 3px solid #000000;
border-bottom: 1px solid #000000;
font-size: 14px;
line-height: 24px;
}
.MenuBox3 {
width: 48%;
padding-bottom: 10px;
margin-right: 4%;
border-top: 3px solid #000000;
border-bottom: 1px solid #000000;
font-size: 14px;
line-height: 24px;
float: left;
margin-bottom: 20px;
}
.MenuBox4 {
width: 48%;
padding-bottom: 10px;
margin-right: 0px;
border-top: 3px solid #000000;
border-bottom: 1px solid #000000;
font-size: 14px;
line-height: 24px;
float: left;
margin-bottom: 20px;
}
.MenuBox5 {
width: 48%;
padding-bottom: 10px;
border-top: 3px solid #000000;
border-bottom: 1px solid #000000;
font-size: 14px;
line-height: 24px;
float: left;
}
.MenuBox6 {
width: 48%;
padding-bottom: 10px;
border-top: 3px solid #000000;
border-bottom: 1px solid #000000;
font-size: 14px;
line-height: 24px;
float: left;
margin-bottom: 20px;
}
.MenuNameS {
font-size: 12px;
}

/* ToGo------------------------- */
.Delivery {
width: 90%;
font-size: 16px;
text-align: center;
padding: 15px;
border: 1px solid #000000;
line-height: 36px;
}

/* Access------------------------- */
.ShopInfo {
width: 90%;
height: auto;
padding: 5%;
background-color: #FFFFFF;
}
.ShopInfo img {
margin-bottom: 5px;
}
.address {
font-size: 14px;
margin-bottom: 0px;
}
.Tel {
font-size: 24px;
margin-bottom: 5px;
}
.serviceTime {
font-size: 12px;
line-height: 18px;
}

/* Inquiry------------------------- */
.InqTTL {
font-size: 14px;
margin-right: 0px;
}
.InqTEL {
font-size: 24px;
}
.InqName {
width: 100%;
float: left;
text-align: center;
font-size: 16px;
padding-left: 0px;
padding-top: 12px;
padding-bottom: 20px;
}
.InqForm{
width: 100%;
text-align: left;
}
.input {
width: 90%;
height: 20px;
border: 1px solid #000000;
padding: 14px;
font-size: 20px;
line-height: 35px;
}
.input2 {
width: 90%;
height: 20px;
border: 1px solid #000000;
padding: 14px;
font-size: 20px;
line-height: 35px;
}
.textarea {
width: 90%;
height: 260px;
font-size: 20px;
line-height: 30px;
border: 1px solid #000000;
padding: 9px;
}
.submit {
width: 50%;
height: 65px;
font: 20px/20px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
background-color: #000000;
border: 1px solid #000000;
padding-top: 20px;
padding-bottom: 20px;
color: #FFFFFF;
cursor: pointer;
border-radius: 10px;
margin-left: 25%;
margin-right: 25%;
margin-bottom: 20px;
}

/* Footer------------------------- */
.Footer {
width: 100%;
margin-left: 0;
margin-right: 0;
padding-top: 50px;
padding-bottom: 25px;
text-align: center;
}
.FooterLogo {
width: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.FooterAdd {
font-size: 14px;
margin-bottom: 0px;
}
.FooterTEL {
font-size: 24px;
margin-bottom: 5px;
}
.FooterST {
font-size: 12px;
line-height: 20px;
}
#FooterSNS {
width: 100%;
height: 30px;
text-align: center;
}

/* PageTop------------------------- */
.pagetop {
	position: fixed;
	bottom: -80px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 48px;
	height: 48px;
	background-color: #000000;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 48px;
	z-index: 200;
	border-radius: 10px;
}

/* Common------------------------- */
.Contents {
width: 90%;
padding-top: 50px;
padding-bottom: 50px;
}
.TTL {
width: 80%;
height: 20px;
padding-top: 15px;
padding-bottom: 15px;
margin-left: 0px;
margin-right: 0px;
-ms-writing-mode: horizontal-tb;
writing-mode: horizontal-tb;
font-size: 20px;
line-height: 20px;
text-align: center;
background-image: url(../images/ttlBG.png);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 50px 50px;
margin-bottom: 50px;
font-weight: bold;
}
.Column {
width: 100%;
max-width: 100%;
display: inline-block;
}
.LeftBox {
width: 100%;
max-width: 100%;
}
.RightBox {
width: 100%;
max-width: 100%;
}
.sTTL {
font-size: 18px;
font-weight: bold;
}


}
