@font-face {
    font-family: 'DroidSans';
    src: url('/static/fonts/DroidSans.eot');
    src: url('/static/fonts/DroidSans.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/DroidSans.ttf?7b32d7bb94d7') format('truetype');
         url('/static/fonts/DroidSans.svg#SourceSansPro') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSans-Bold';
    src: url('/static/fonts/DroidSans-Bold.eot');
    src: url('/static/fonts/DroidSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/DroidSans-Bold.ttf?7b32d7bb94d7') format('truetype');
         url('/static/fonts/DroidSans-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FjordOne-Regular';
    src: url('/static/fonts/FjordOne-Regular.eot');
    src: url('/static/fonts/FjordOne-Regular.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/FjordOne-Regular.ttf?7b32d7bb94d7') format('truetype');
         url('/static/fonts/FjordOne-Regular.svg#SourceSansPro') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/static/fonts/OpenSans-Regular.eot');
    src: url('/static/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/OpenSans-Regular.ttf?7b32d7bb94d7') format('truetype');
         url('/static/fonts/OpenSans-Regular.svg#SourceSansPro') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/static/fonts/OpenSans-Bold.eot');
    src: url('/static/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/OpenSans-Bold.ttf?7b32d7bb94d7') format('truetype');
         url('/static/fonts/OpenSans-Bold.svg#SourceSansPro') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('/static/fonts/OpenSans-Light.eot');
    src: url('/static/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/OpenSans-Light.ttf?7b32d7bb94d7') format('truetype');
         url('/static/fonts/OpenSans-Light.svg#SourceSansPro') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Raleway-ExtraLight';
    src: url('/static/fonts/Raleway-ExtraLight.eot');
    src: url('/static/fonts/Raleway-ExtraLight.ttf?7b32d7bb94d7') format('truetype');
         url('/static/fonts/Raleway-ExtraLight.svg#SourceSansPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('/static/fonts/Raleway-Light.eot');
    src: url('/static/fonts/Raleway-Light.ttf?7b32d7bb94d7') format('truetype');
         url('/static/fonts/Raleway-Light.svg#SourceSansPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('/static/fonts/Raleway-Medium.eot');
    src: url('/static/fonts/Raleway-Medium.ttf?7b32d7bb94d7') format('truetype');
         url('/static/fonts/Raleway-Medium.svg#SourceSansPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('/static/fonts/Raleway-Regular.eot');
    src: url('/static/fonts/Raleway-Regular.ttf?7b32d7bb94d7') format('truetype');
         url('/static/fonts/Raleway-Regular.svg#SourceSansPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Thin';
    src: url('/static/fonts/Raleway-Thin.eot');
    src: url('/static/fonts/Raleway-Thin.ttf?7b32d7bb94d7') format('truetype');
         url('/static/fonts/Raleway-Thin.svg#SourceSansPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('/static/fonts/NOTOSANS-REGULAR.TTF?7b32d7bb94d7');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rockoultraflf';
    src: url('/static/fonts/ROCKOULTRAFLF.TTF?7b32d7bb94d7');
    font-weight: normal;
    font-style: normal;
}

html, body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  font-family: "DroidSans";
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.home {
  width: 100%;
  height: 100%;
  background: url('/static/website/img/Background-Foto.jpg?7b32d7bb94d7') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.9;
}

@media handheld, only screen and (max-width: 720px) {
  .home {
    background: url('/static/website/img/Background-Foto-720.jpg?7b32d7bb94d7') no-repeat center center fixed;
  }
}
@media handheld, only screen and (max-width: 1280px) {
  .home {
    background: url('/static/website/img/Background-Foto-1280.jpg?7b32d7bb94d7') no-repeat center center fixed;
  }
}
.home-container {
  padding: 145px 0px 0px;
}

.home .home-round-container {
  padding: 50px 0px;
}

.home-round-container {
  position: relative;
  margin: 0px auto;
  padding: 35px 0px 65px 0px;
  width: 516px;
  height: 416px;
  text-align: center;
  background: url('/static/website/img/White-Circle.png?7b32d7bb94d7') no-repeat center top;
  background-size: 516px 516px;
}

#success:target {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 10000;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
#success:target .modal-close {
  position: absolute;
  top: 7px;
  right: 5px;
  color: #231F20;
  display: block;
}
#success:target .modal-close:before {
  content: "X";
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.1);
  padding: 2px 9px;
  cursor: pointer;
}
#success:target li {
  font-size: 15px;
  border-radius: 2px;
  position: relative;
  background: white;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.messages li {
  font-family: "OpenSans-Regular";
  list-style: none;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #832588;
}

.logo {
  margin: 2px auto;
  width: 45px;
  height: 51px;
  background: url('/static/website/img/Logo-Eli-Small.png?7b32d7bb94d7') no-repeat center top;
}

.home-nav-wrapper {
  margin: 9px auto;
  width: 280px;
  height: 24px;
  border-top: 1px dashed #58595B;
  border-bottom: 1px dashed #58595B;
}
.home-nav-wrapper li {
  line-height: 25px;
  width: 33%;
  float: left;
  list-style: none;
  font-family: "OpenSans-Regular";
  font-size: 10px;
}
.home-nav-wrapper a {
  color: #58595B;
}

.resto-wrapper {
  padding-top: 7px;
  margin: 0px auto;
  height: 70px;
  text-align: center;
}

.home-content-wrapper {
  text-align: center;
}
.home-content-wrapper .picture {
  margin-top: 39px;
}
.home-content-wrapper .picture.small {
  margin-top: 50px;
}
.home-content-wrapper .tag {
  margin-top: -18px;
}
.home-content-wrapper .tag p {
  padding: 0px;
  font-family: "FjordOne-Regular";
  font-size: 34px;
  line-height: 5px;
  color: #832588;
}
.home-content-wrapper h1 {
  margin-top: -4px;
  margin-bottom: 28px;
  font-family: "Raleway-Thin";
  font-size: 39px;
  color: black;
}
.home-content-wrapper h1 span {
  color: #832588;
}
.home-content-wrapper p {
  padding: 0px 30px;
  font-family: "Raleway-Light";
  color: #58595B;
  font-size: 14px;
  line-height: 24px;
}

.restaurants-home.Takemori {
  background: url('/static/website/img/Takemori/Background.jpg?7b32d7bb94d7');
}
.restaurants-home.Takemori .header-content-wrapper {
  padding: 0px 80px;
}
.restaurants-home.Takemori .header-content-wrapper p {
  margin-top: 12px;
  line-height: 48px;
  font-size: 25px;
}
.restaurants-home.Takemori .header-content-wrapper span {
  font-size: 13px;
  line-height: 17px;
  display: table;
}
.restaurants-home.Yakinikuya {
  background: url('/static/website/img/Yakinikuya/Background.jpg?7b32d7bb94d7');
}
.restaurants-home.Yakinikuya .header-content-wrapper {
  padding: 0px 40px;
}
.restaurants-home.Yakinikuya .header-content-wrapper p {
  margin-top: 15px;
  line-height: 40px;
  font-size: 23px;
}
.restaurants-home.Yakinikuya .header-content-wrapper span {
  font-size: 12px;
  line-height: 17px;
  display: table;
}
.restaurants-home.Hungry-Hiro {
  background: url('/static/website/img/Hungry-Hiro/Background.jpg?7b32d7bb94d7');
}
.restaurants-home .sub-content .location {
  margin-bottom: 35px;
}

.restaurant-container {
  margin: 0px auto;
  width: 960px;
}
.restaurant-container.Takemori {
  background-color: white;
}
.restaurant-container.Takemori .picture-full {
  opacity: 0.8;
}
.restaurant-container.Yakinikuya {
  background: url('/static/website/img/Yakinikuya/Container-Background.jpg?7b32d7bb94d7');
}
.restaurant-container.Hungry-Hiro {
  background-color: white;
}

.picture-full {
  margin-bottom: 25px;
  width: 100%;
}
.picture-full.Hungry-Hiro {
  margin-bottom: -4px;
}

.header-container.restaurant {
  position: relative;
}
.header-container.restaurant .home-round-container {
  height: 170px;
  top: 114px;
  left: 0;
  right: 0;
  position: absolute;
}

.header-content-wrapper {
  padding: 0px 115px;
}
.header-content-wrapper p {
  font-family: "FjordOne-Regular";
  margin-top: 38px;
  line-height: 30px;
  font-size: 25px;
  color: #58595B;
}

.Takemori-content a {
  color: #235123;
}
.Takemori-content .content-divider .icon {
  background-color: white;
}
.Takemori-content hr {
  border-top: 1px solid grey;
}
.Takemori-content .content-tag {
  color: #58595B;
}
.Takemori-content button {
  background-color: #235123;
}

.Yakinikuya-content a {
  color: #A87C50;
}
.Yakinikuya-content .content-divider .icon {
  margin-top: -5px;
  background: url('/static/website/img/Yakinikuya/Container-Background.jpg?7b32d7bb94d7');
  height: 37px;
}
.Yakinikuya-content hr {
  border-top: 1px solid grey;
}
.Yakinikuya-content .content-tag {
  color: #A87C50;
}
.Yakinikuya-content button {
  background-color: #A87C50;
}

.Hungry-Hiro-content {
  font-family: "NotoSans-Regular";
}
.Hungry-Hiro-content .content-tag {
  margin: 73px 0px;
}
.Hungry-Hiro-content .content-divider {
  margin-top: 50px;
}
.Hungry-Hiro-content .content-divider a {
  font-family: "NotoSans-Regular";
}
.Hungry-Hiro-content .content-divider .icon {
  height: auto;
  line-height: 0px;
}
.Hungry-Hiro-content .content-divider .icon.section1, .Hungry-Hiro-content .content-divider .icon.section2, .Hungry-Hiro-content .content-divider .icon.section3 {
  width: auto;
}
.Hungry-Hiro-content .content-divider li:nth-child(3n+2) a {
  color: #AD418F;
}
.Hungry-Hiro-content .content-divider li:nth-child(3n+0) a {
  color: #EF7C22;
}
.Hungry-Hiro-content .content-divider li:nth-child(3n+1) a {
  color: #7DC25B;
}
.Hungry-Hiro-content .sub-content {
  margin-top: 48px;
}
.Hungry-Hiro-content .menu-wrapper {
  margin-top: -10px;
}
.Hungry-Hiro-content .menu-item, .Hungry-Hiro-content .sub-content {
  color: white;
}
.Hungry-Hiro-content .menu-item .name {
  font-family: "Rockoultraflf";
  font-size: 15px;
}
.Hungry-Hiro-content .menu-item .description {
  margin-top: 0px;
  font-size: 12px;
}

.restaurant-content {
  margin: 0px auto;
  width: 688px;
  display: table;
}

.restaurant-logo {
  margin-bottom: -13px;
  text-align: center;
}

hr {
  border: 0;
  height: 0;
  margin: 0;
}

.content-divider {
  margin-top: 34px;
}
.content-divider li {
  margin-top: -13px;
  margin-left: 40px;
  width: 146px;
  list-style: none;
  float: left;
  text-align: center;
}
.content-divider .first {
  margin-left: 85px;
}
.content-divider .first-last {
  margin-left: 271px;
}
.content-divider .icon {
  margin: 0px auto;
  padding: 0px 6px;
  height: 25px;
  line-height: 25px;
}
.content-divider .icon.section1 {
  width: 27px;
}
.content-divider .icon.section2 {
  width: 22px;
}
.content-divider .icon.section3 {
  width: 34px;
}
.content-divider a {
  font-family: "DroidSans";
  font-size: 13px;
  display: inline-block;
}

.zigzag-divider-Hungry-Hiro {
  background: url('/static/website/img/zigzag-triangle.png?7b32d7bb94d7') repeat;
  height: 9px;
  width: 960px;
  margin-top: -8px;
  position: absolute;
}

.zigzag-icon {
  background: url('/static/website/img/Hungry-Hiro/Menu-Icon.png?7b32d7bb94d7') no-repeat center center;
  width: 100%;
  height: 187px;
  text-align: center;
  margin: -120px auto;
  background-color: none;
  position: absolute;
  right: 0;
  left: 0;
}

.content-tag {
  margin: 57px 0px;
  font-family: "FjordOne-Regular";
  font-size: 23px;
  text-align: center;
}

.Takemori-bg, .Yakinikuya-bg {
  background-color: transparent;
}

.Hungry-Hiro-bg1 {
  background-color: #AA0420;
}

.Hungry-Hiro-bg2 {
  background-color: #7DC25B;
}

.Hungry-Hiro-bg3 {
  background-color: #EF7C22;
}

.section1, .section2, .section3 {
  position: relative;
}

.center {
  text-align: center;
}

.sub-content {
  color: #58595B;
}
.sub-content .white {
  color: white;
}
.sub-content .left {
  float: left;
}
.sub-content .right {
  float: right;
}
.sub-content .column {
  margin-top: 30px;
  width: 310px;
  font-size: 13px;
  line-height: 25px;
}
.sub-content .column:last-child {
  padding-bottom: 88px;
}
.sub-content .description {
  margin-top: 8px;
  margin-bottom: 96px;
  font-size: 12px;
  line-height: 25px;
}

.title-wrapper {
  margin-top: 65px;
  font-size: 62px;
  font-family: "Rockoultraflf";
  color: white;
}
.title-wrapper .orange {
  color: orange;
  font-family: "Rockoultraflf";
}
.title-wrapper .purple {
  color: #832588;
}
.title-wrapper .small {
  font-size: 52px;
  margin-top: 68px;
}
.title-wrapper .large {
  padding-bottom: 48px;
  font-size: 141px;
  line-height: 110px;
  vertical-align: top;
}

.menu-wrapper {
  margin-top: 22px;
}

.menu-item-wrapper {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.menu-item-wrapper:nth-child(odd) .menu-item {
  padding-right: 35px;
}
.menu-item-wrapper:nth-child(even) .menu-item {
  padding-left: 35px;
}

.menu-item {
  margin-top: 8px;
  color: #58595B;
}
.menu-item .name {
  font-size: 13px;
  font-family: "FjordOne-Regular";
}
.menu-item .price {
  margin-left: 2px;
  font-size: 12px;
  font-family: "FjordOne-Regular";
}
.menu-item .description {
  margin-top: 3px;
  font-size: 10px;
  line-height: 18px;
}

.Hungry-Hiro .download-link {
  font-family: "Rockoultraflf";
}
.Hungry-Hiro .download-link a {
  color: #832588;
}

.download-link {
  margin-top: 29px;
  margin-bottom: 88px;
  text-align: center;
  font-family: "FjordOne-Regular";
  font-size: 15px;
}

.column .title {
  margin: 10px 0px;
  font-size: 15px;
  font-family: "FjordOne-Regular";
}
.column .description {
  padding-top: 1px;
  font-size: 12px;
}

input, select {
  border: 1px solid #58595B;
  font-size: 10px;
  color: #58595B;
}

input[type=date], select {
  -webkit-appearance: none;
  background: url('/static/website/img/reservation-arrow-down.png?7b32d7bb94d7') no-repeat right;
}

input[type=text] {
  height: 19px;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  padding: 7px;
}

input[type=date] {
  display: inline-block;
  height: 20px;
  width: 95px;
  padding-top: 1px;
  background-color: white;
}

input {
  padding-left: 3px;
  background-color: white;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-color: white;
  padding-top: 2px;
  padding-right: 20px;
  height: 22px;
}

.reserve-options-wrapper {
  margin-top: 11px;
  display: inline-block;
}
.reserve-options-wrapper .reserve-field {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  margin-bottom: 10px;
}
.reserve-options-wrapper p {
  margin: 0px;
  width: 300px;
}
.reserve-options-wrapper .help-text {
  margin-top: 4px;
  margin-bottom: 1px;
  font-size: 9px;
  line-height: 10px;
}
.reserve-options-wrapper .errorlist {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #832588;
  font-size: 9px;
  line-height: 10px;
}
.reserve-options-wrapper button {
  padding: 6px 18px;
  border: none;
  border-radius: 4px;
  margin-top: 11px;
  color: white;
  font-size: 10px;
}

.hh-icon {
  text-align: center;
  padding-top: 20px;
  margin-bottom: -22px;
}

.location-wrapper {
  margin-top: 19px;
  margin-bottom: 90px;
}

.location {
  margin-bottom: 19px;
}
.location .place {
  font-size: 16px;
}
.location .phone {
  font-size: 14px;
}

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