.wrapper {
  padding: 0 0 35px;
}

.pageHeader {
  background-image: url(../img/header_menu_sp.jpg);
}

.anchor {
  margin: -60px 0 0;
  padding: 60px 0 0;
}

.menuContents__heading {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  letter-spacing: .2em;
  margin: 0 0 13.63636%;
}

.menuContents__row:not(:last-child) {
  margin: 0 0 38.63636%;
}

.menuContents__note {
  font-size: 10px;
  letter-spacing: .1em;
}

.course__item {
  border-bottom: 1px solid #646464;
  margin: 0 0 9.09091%;
  padding: 0 0 1em;
}

.course__menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.course__name {
  font-size: 14px;
  width: 60%;
}

.course__name .note {
  font-size: 10px;
  display: block;
}

.course__price {
  font-size: 14px;
  text-align: right;
  width: 40%;
  line-height: 1.2;
}

.course__text {
  font-size: 10px;
  line-height: 2.14;
  margin: 6.81818% 0 0;
}

.alacarte {
  border-bottom: 1px solid #646464;
  margin: 0 0 11.36364%;
  padding: 0 0 5.68182%;
}


.alacarte__item {
  margin: 0 0 6.81818%;
}

.alacarte__menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.alacarte__name {
  font-size: 12px;
  width: 70.45455%;
}

.alacarte__name .note {
  font-size: 10px;
  display: block;
}

.alacarte_title_text{
    font-size: 14px;
	}

.alacarte__price {
  width: 29.54545%;
  text-align: right;
  font-size: 14px;
}

.alacarte_title {
	margin-top: 50px;
}


.menuNav {
  position: fixed;
  bottom: 48px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.125%;
  background: #464646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menuNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  border-left: 1px solid #fff;
}

.menuNav__item {
  width: 25%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  letter-spacing: .1em;
  display: table;
}

.menuNav__item:nth-child(2) {
  letter-spacing: 0;
}

.menuNav__item a {
  display: table-cell;
  padding: 0 6.66667%;
  vertical-align: middle;
}

.course__price span.course__price_zei{
  font-size:10px;
} 

@media screen and (min-width: 480px) {
  .pageHeader {
    background-image: url(../img/header_menu.jpg);
  }
  .anchor {
    margin: -130px 0 0;
    padding: 130px 0 0;
  }
  .menuContents {
    width: 680px;
    margin: auto;
    padding: 200px 0;
  }
  .menuContents__heading {
    font-size: 34px;
    margin: 0 0 60px;
  }
  .menuContents__row:not(:last-child) {
    margin: 0 0 170px;
  }
  .menuContents__note {
    font-size: 12px;
  }
  .course__item {
    margin: 0 0 40px;
    padding: 0 0 40px;
  }
  .course__name {
    font-size: 22px;
    width: 400px;
  }
  .course__name .note {
    font-size: 12px;
  }
  .course__price {
    font-size: 22px;
    width: 280px;
  }

  .course__text {
    font-size: 14px;
    margin: 30px 0 0;
  }
  .alacarte {
    margin: 0 0 40px;
    padding: 0 0 16px;
  }
  .alacarte__item {
    margin: 0 0 20px;
  }
  .alacarte__name {
    font-size: 18px;
    width: 530px;
  }
	
	.alacarte_title_text{
    font-size: 24px;
	}
  .alacarte__price {
    font-size: 22px;
    width: 150px;
  }
	
.alacarte_title {
	margin-top: 100px;
}

  .menuNav {
    position: absolute;
    top: auto;
    bottom: auto;
    background: #000;
    height: 90px;
    padding: 0;
  }
  .menuNav.fix {
    position: fixed;
    top: 0;
  }
  .menuNav__list {
    width: 680px;
    height: 40px;
    margin: auto;
    font-size: 16px;
  }

  .br-sp {
    display: none; 
  }
  .course__price span.course__price_zei{
    font-size:14px;
  } 

}

/*# sourceMappingURL=menu.css.map */
