@import url("https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900|Yanone+Kaffeesatz:200,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto");
/* line 3, ../sass/style.scss */
p {
  color: #000;
}

/* line 5, ../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* common style 
-----------------------------------------------*/
/* line 20, ../sass/style.scss */
html {
  scroll-behavior: smooth;
}

/* line 23, ../sass/style.scss */
body, input, textarea {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: url(../img/bg.jpg) repeat;
}

/* line 28, ../sass/style.scss */
body, header, footer, article, section, aside, input, textarea, div, ol, ul, li, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, figure, span {
  box-sizing: border-box;
}

/* line 31, ../sass/style.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 36, ../sass/style.scss */
h1, h2, h3, h4, h5, nav, footer {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}

/* line 42, ../sass/style.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* line 45, ../sass/style.scss */
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  /* line 45, ../sass/style.scss */
  .container {
    padding: 0 20px;
  }
}

/* line 56, ../sass/style.scss */
.bg_red {
  background-color: #cf2b2a;
  color: #fff;
}
/* line 59, ../sass/style.scss */
.bg_red a {
  color: #fff;
  text-decoration: none;
}

/* line 64, ../sass/style.scss */
.bg_black {
  background-color: #000;
  color: #fff;
}
/* line 68, ../sass/style.scss */
.bg_black p {
  color: #fff !important;
}

/* line 71, ../sass/style.scss */
hr.red-border {
  color: #cf2b2a;
  height: 1px;
  border: none;
  background-color: #cf2b2a;
  margin: 0;
}

/* line 79, ../sass/style.scss */
.hover-opacity {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 83, ../sass/style.scss */
.hover-opacity:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 88, ../sass/style.scss */
.notice {
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  margin-bottom: 30px;
  color: #cf2b2a;
}

/* layout style 
-----------------------------------------------*/
/* line 98, ../sass/style.scss */
#g_header {
  position: relative;
}
@media (min-width: 992px) {
  /* line 98, ../sass/style.scss */
  #g_header {
    padding: 15px 0;
  }
  /* line 102, ../sass/style.scss */
  #g_header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 113, ../sass/style.scss */
  #g_header .h_logo {
    width: 300px;
  }
  /* line 120, ../sass/style.scss */
  #g_header #g_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 131, ../sass/style.scss */
  #g_header #g_navi li {
    font-size: 26px;
    padding-left: 1.25em;
    letter-spacing: 0.1em;
  }
  /* line 135, ../sass/style.scss */
  #g_header #g_navi li a {
    color: #fff;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  /* line 140, ../sass/style.scss */
  #g_header #g_navi li a:hover {
    color: #000000;
  }
}
@media (max-width: 991px) {
  /* line 148, ../sass/style.scss */
  #g_header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 159, ../sass/style.scss */
  #g_header .h_logo {
    width: 200px;
    padding: 15px 0;
  }
  /* line 163, ../sass/style.scss */
  #g_header #sp-menu-trigger {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 40px;
    height: 30px;
  }
  /* line 170, ../sass/style.scss */
  #g_header #sp-menu-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }
  /* line 179, ../sass/style.scss */
  #g_header #sp-menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  /* line 182, ../sass/style.scss */
  #g_header #sp-menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
  /* line 185, ../sass/style.scss */
  #g_header #sp-menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  /* line 189, ../sass/style.scss */
  #g_header #sp-menu-trigger.active {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    margin-top: 5px;
  }
  /* line 193, ../sass/style.scss */
  #g_header #sp-menu-trigger.active span:nth-of-type(1) {
    -moz-transform: translateY(20px) rotate(-45deg);
    -ms-transform: translateY(20px) rotate(-45deg);
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    top: -10px;
  }
  /* line 197, ../sass/style.scss */
  #g_header #sp-menu-trigger.active span:nth-of-type(2) {
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 10px;
  }
  /* line 201, ../sass/style.scss */
  #g_header #sp-menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
  /* line 208, ../sass/style.scss */
  #g_header #g_navi {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 56.84px;
    z-index: 99;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -moz-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  /* line 219, ../sass/style.scss */
  #g_header #g_navi.active {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 223, ../sass/style.scss */
  #g_header #g_navi ul li {
    margin-top: 1px;
    font-size: 18px;
  }
  /* line 226, ../sass/style.scss */
  #g_header #g_navi ul li a {
    display: block;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  /* line 233, ../sass/style.scss */
  #g_header #g_navi ul li a:hover {
    background-color: black;
  }
}

/* line 243, ../sass/style.scss */
#home #g_header #g_navi ul li:nth-child(1) a,
#menu #g_header #g_navi ul li:nth-child(2) a,
#gallery #g_header #g_navi ul li:nth-child(4) a,
#contact #g_header #g_navi ul li:nth-child(5) a {
  color: #000000;
}

@media (max-width: 991px) {
  /* line 250, ../sass/style.scss */
  #home #g_header #g_navi ul li:nth-child(1) a,
  #menu #g_header #g_navi ul li:nth-child(2) a,
  #gallery #g_header #g_navi ul li:nth-child(4) a,
  #contact #g_header #g_navi ul li:nth-child(5) a {
    color: #cf2b2a;
  }
}
/* line 258, ../sass/style.scss */
.head-image {
  padding: 50px 0 50px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-shadow: 1px 1px 10px #333, -1px 1px 10px #333, 1px -1px 10px #333, -1px -1px 10px #333;
}

/* line 269, ../sass/style.scss */
#g_footer {
  background: #000;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 870px) {
  /* line 269, ../sass/style.scss */
  #g_footer {
    text-align: center;
  }
}
@media (min-width: 871px) {
  /* line 277, ../sass/style.scss */
  #g_footer .f_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* line 289, ../sass/style.scss */
#g_footer .f_gojiro .title h3 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
}
/* line 294, ../sass/style.scss */
#g_footer .f_gojiro .title p {
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 421px) {
  /* line 294, ../sass/style.scss */
  #g_footer .f_gojiro .title p {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 1em;
  }
}
@media (max-width: 420px) {
  /* line 294, ../sass/style.scss */
  #g_footer .f_gojiro .title p {
    margin-top: .25em;
  }
}
@media (min-width: 871px) {
  /* line 308, ../sass/style.scss */
  #g_footer .f_gojiro .social_area {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 870px) {
  /* line 308, ../sass/style.scss */
  #g_footer .f_gojiro .social_area {
    margin: 20px 0;
  }
}
/* line 315, ../sass/style.scss */
#g_footer .f_gojiro .social_area a {
  display: inline-block;
}
/* line 320, ../sass/style.scss */
#g_footer .f_menya {
  margin-top: -5px;
}
@media (min-width: 871px) {
  /* line 320, ../sass/style.scss */
  #g_footer .f_menya {
    text-align: right;
  }
}
/* line 326, ../sass/style.scss */
#g_footer .f_menya .title p {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  padding-right: 1em;
}
/* line 332, ../sass/style.scss */
#g_footer .f_menya .title .f_logo {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 871px) {
  /* line 338, ../sass/style.scss */
  #g_footer .f_link {
    font-size: 18px;
  }
}
@media (max-width: 870px) {
  /* line 338, ../sass/style.scss */
  #g_footer .f_link {
    font-size: 15px;
  }
}
/* line 346, ../sass/style.scss */
#g_footer .f_link ul li {
  display: inline-block;
}
/* line 348, ../sass/style.scss */
#g_footer .f_link ul li:after {
  content: "/";
  display: inline-block;
  padding: .75em;
}
/* line 354, ../sass/style.scss */
#g_footer .f_link ul li:last-child:after {
  content: "";
  padding: 0;
}
/* line 360, ../sass/style.scss */
#g_footer .f_link ul li a {
  color: #fff;
  text-decoration: none;
}
/* line 366, ../sass/style.scss */
#g_footer .copyright {
  text-align: center;
  font-weight: 400;
  margin-top: 20px;
}
@media (min-width: 871px) {
  /* line 366, ../sass/style.scss */
  #g_footer .copyright {
    font-size: 16px;
  }
}
@media (max-width: 870px) {
  /* line 366, ../sass/style.scss */
  #g_footer .copyright {
    font-size: 14px;
  }
}

/* line 379, ../sass/style.scss */
#main {
  line-height: 1.6;
  position: relative;
}
/* line 381, ../sass/style.scss */
#main h2 {
  font-size: 33px;
  letter-spacing: 2px;
  margin: 30px 0 20px;
}
/* line 386, ../sass/style.scss */
#main p {
  font-size: 17px;
}

/* line 392, ../sass/style.scss */
.animated-to-top {
  opacity: 0;
  top: 200px;
  position: relative;
}

/* line 398, ../sass/style.scss */
.animated-to-right {
  opacity: 0;
  left: -200px;
  position: relative;
}

/* line 404, ../sass/style.scss */
.animated-to-left {
  opacity: 0;
  right: -200px;
  position: relative;
}

/* button 
-----------------------------------------------*/
/* line 414, ../sass/style.scss */
#main .btn-area p {
  margin-bottom: 0;
}

/* line 416, ../sass/style.scss */
.btn-area {
  padding: 20px 50px;
  background: #000;
  text-align: right;
}
/* line 421, ../sass/style.scss */
.btn-area a.btn-w {
  display: inline-block;
  padding: 10px 30px 8px 20px;
  position: relative;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 20px;
}
/* line 433, ../sass/style.scss */
.btn-area a.btn-w:hover {
  background-color: rgba(255, 255, 255, 0.3);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 438, ../sass/style.scss */
.btn-area a.btn-w::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 451, ../sass/style.scss */
.btn-area a.btn-w::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* Top page 
-----------------------------------------------*/
/* line 459, ../sass/style.scss */
#top-image-slider {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 46px;
  color: #fff;
  overflow: hidden;
  /* advertisement */
}
/* line 467, ../sass/style.scss */
#top-image-slider .slide01 {
  background: url(../img/top-image-slider01.jpg) no-repeat center center;
}
/* line 470, ../sass/style.scss */
#top-image-slider .slide02 {
  background: url(../img/top-image-slider02.jpg) no-repeat center center;
}
/* line 473, ../sass/style.scss */
#top-image-slider .slide03 {
  background: url(../img/top-image-slider03.jpg) no-repeat center center;
}
/* line 476, ../sass/style.scss */
#top-image-slider .slide04 {
  background: url(../img/top-image-slider04.jpg) no-repeat center center;
}
/* line 481, ../sass/style.scss */
#top-image-slider .slide00 {
  background: #ec1d24;
}
/* line 486, ../sass/style.scss */
#top-image-slider .slide-img {
  background-size: cover;
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
  height: 450px;
  /* advertisement */
}
/* line 494, ../sass/style.scss */
#top-image-slider .slide-img img {
  text-align: center;
  margin: 30px auto;
}
/* line 499, ../sass/style.scss */
#top-image-slider .slide-img img.ad {
  text-align: center;
  margin: -37px  auto;
}
/* line 503, ../sass/style.scss */
#top-image-slider .slide-img img.ad_m {
  display: none;
}

/* line 510, ../sass/style.scss */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* line 512, ../sass/style.scss */
.delivery {
  width: 100%;
  padding: 1.5rem 0 2rem;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 520, ../sass/style.scss */
.delivery__title {
  color: #fff;
  text-align: center;
}
/* line 525, ../sass/style.scss */
.delivery__buttons {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  /* line 525, ../sass/style.scss */
  .delivery__buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* line 539, ../sass/style.scss */
  .delivery__buttons li {
    margin-bottom: 1rem;
  }
}
/* line 545, ../sass/style.scss */
.delivery__button {
  box-shadow: 0px 10px 10px -2.5px rgba(255, 255, 255, 0.25);
}
/* line 548, ../sass/style.scss */
.delivery__button a {
  color: #fff;
  display: block;
  width: 200px;
  height: 50px;
  padding: 20px 10px 5px 10px;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 600;
  letter-spacing: 0.25em;
  font-size: 1.5em;
}
/* line 564, ../sass/style.scss */
.delivery__button img {
  height: 25px;
  margin: 0 auto;
  padding-bottom: 5px;
}
/* line 570, ../sass/style.scss */
.delivery__button a:hover {
  opacity: 0.8;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 577, ../sass/style.scss */
.delivery__button--skip img {
  height: 40px;
}
/* line 585, ../sass/style.scss */
.delivery__description {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
/* line 591, ../sass/style.scss */
.delivery__new {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
/* line 599, ../sass/style.scss */
.delivery__label {
  width: 40px;
  color: #fff;
  background: #ec1d24;
  padding: .25rem;
  margin-bottom: .25rem;
  text-align: center;
}

/* line 611, ../sass/style.scss */
.delivery__noodle .delivery__card {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  color: #000;
  background: #fff;
  box-shadow: 0px 10px 10px -2.5px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 2rem;
  right: 0;
  transform: translateX(500px);
  z-index: 1000;
  animation: slideIn 2s normal forwards ease-in-out;
  animation-delay: 1s;
}
@keyframes slideIn {
  0% {
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  /* line 611, ../sass/style.scss */
  .delivery__noodle .delivery__card {
    bottom: 0vh;
    max-width: 300px;
  }
  /* line 642, ../sass/style.scss */
  .delivery__noodle .delivery__card .delivery__card__img {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  /* line 611, ../sass/style.scss */
  .delivery__noodle .delivery__card {
    max-width: 100%;
    flex-direction: column-reverse;
  }
}
/* line 652, ../sass/style.scss */
.delivery__noodle .delivery__card.is-hide {
  animation: slideOut 1s normal forwards ease-in-out;
}
@keyframes slideOut {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(500px);
    opacity: 0;
  }
}
/* line 668, ../sass/style.scss */
.delivery__noodle .delivery__card__body {
  width: 300px;
  padding: 1rem;
}
@media screen and (max-width: 500px) {
  /* line 668, ../sass/style.scss */
  .delivery__noodle .delivery__card__body {
    width: 100%;
  }
}
/* line 677, ../sass/style.scss */
.delivery__noodle .delivery__card__label {
  width: 40px;
  color: #fff;
  background: #ec1d24;
  padding: .1rem;
  margin-bottom: .25rem;
  text-align: center;
}
/* line 686, ../sass/style.scss */
.delivery__noodle .delivery__card__heading {
  color: #ec1d24;
  font-size: 24px !important;
  margin: .25rem 0 !important;
}
/* line 692, ../sass/style.scss */
.delivery__noodle .delivery__card__text {
  font-size: 1rem;
}
/* line 696, ../sass/style.scss */
.delivery__noodle .delivery__card__img {
  width: 200px;
}
@media screen and (max-width: 500px) {
  /* line 696, ../sass/style.scss */
  .delivery__noodle .delivery__card__img {
    width: 100%;
  }
}
/* line 703, ../sass/style.scss */
.delivery__noodle .delivery__card__img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  /* line 703, ../sass/style.scss */
  .delivery__noodle .delivery__card__img img {
    width: 100%;
    height: 200px;
  }
}
/* line 715, ../sass/style.scss */
.delivery__noodle .delivery__card__link {
  width: 100%;
  height: 100%;
  position: absolute;
}
/* line 721, ../sass/style.scss */
.delivery__noodle .delivery__card .btn {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 35px;
  color: #fff;
  background: #ec1d24;
  text-decoration: none;
  transition: .5s ease;
}
/* line 733, ../sass/style.scss */
.delivery__noodle .delivery__card .btn:hover {
  opacity: .5;
  transition: .5s ease;
}

/* advertisement */
@media (max-width: 915px) {
  /* line 746, ../sass/style.scss */
  #top-image-slider .slide-img img.ad {
    display: none;
  }

  /* line 749, ../sass/style.scss */
  #top-image-slider .slide-img img.ad_m {
    display: block;
    text-align: center;
    margin: auto;
  }
}
/* line 757, ../sass/style.scss */
ul#top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
/* line 764, ../sass/style.scss */
ul#top-banner li {
  width: 31.65%;
  margin: 0 auto 20px;
}

@media (max-width: 768px) {
  /* line 770, ../sass/style.scss */
  ul#top-banner {
    display: block;
  }
  /* line 772, ../sass/style.scss */
  ul#top-banner li {
    width: 96%;
  }
}
/* line 780, ../sass/style.scss */
.container-wrap {
  background: #cf2b2a;
}
/* line 783, ../sass/style.scss */
.container-wrap .se-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
/* line 789, ../sass/style.scss */
.container-wrap .se-slope {
  width: 50%;
  height: 500px;
  position: relative;
}
/* line 794, ../sass/style.scss */
.container-wrap .se-slope.se-slope-text {
  width: 48%;
}
/* line 798, ../sass/style.scss */
.container-wrap .se-slope .se-content {
  padding: 20px 50px;
}
/* line 801, ../sass/style.scss */
.container-wrap .se-slope-black {
  background: #000;
}
/* line 804, ../sass/style.scss */
.container-wrap .se-slope-red {
  background: #cf2b2a;
}
/* line 807, ../sass/style.scss */
.container-wrap .se-slope-black:nth-child(odd):after,
.container-wrap .se-slope-black:nth-child(even):after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 0px;
  z-index: 999;
}
/* line 816, ../sass/style.scss */
.container-wrap .se-slope-black:nth-child(odd):after {
  border-top: 0px solid transparent;
  border-bottom: 400px solid transparent;
  border-left: 60px solid #000;
  right: -60px;
}
/* line 822, ../sass/style.scss */
.container-wrap .se-slope-black:nth-child(even):after {
  border-top: 400px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 60px solid #000;
  left: -60px;
}
/* line 830, ../sass/style.scss */
.container-wrap .top-content .se-slope {
  display: flex;
  align-items: center;
}
/* line 834, ../sass/style.scss */
.container-wrap .top-content .se-slope-black:nth-child(odd):after {
  border-bottom: 500px solid transparent;
}
/* line 837, ../sass/style.scss */
.container-wrap .top-content .se-slope-red {
  padding-left: 40px;
}
@media (max-width: 915px) {
  /* line 845, ../sass/style.scss */
  .container-wrap .top-content .se-slope p {
    line-height: 1.4 !important;
  }
}
@media (max-width: 793px) {
  /* line 849, ../sass/style.scss */
  .container-wrap .se-slope .se-content {
    padding: 20px 40px;
  }
}
@media (max-width: 768px) {
  /* line 855, ../sass/style.scss */
  .container-wrap .top-content .se-slope-red {
    padding-left: 0;
  }
  /* line 856, ../sass/style.scss */
  .container-wrap .top-content .se-slope p {
    line-height: 1.6 !important;
  }
  /* line 858, ../sass/style.scss */
  .container-wrap .se-container {
    display: block;
  }
  /* line 860, ../sass/style.scss */
  .container-wrap .se-container .se-slope {
    height: auto;
    width: 100%;
  }
  /* line 864, ../sass/style.scss */
  .container-wrap .se-container .se-slope .se-content {
    padding: 20px;
  }
  /* line 867, ../sass/style.scss */
  .container-wrap .se-container .se-slope-black:nth-child(odd):after,
  .container-wrap .se-container .se-slope-black:nth-child(even):after {
    border: none;
  }
}
@media (max-width: 600px) {
  /* line 874, ../sass/style.scss */
  .container-wrap .se-container.top-content {
    display: block !important;
  }
}

/* line 887, ../sass/style.scss */
.bottom_area {
  display: flex;
  padding: 50px 0;
}
/* line 891, ../sass/style.scss */
.bottom_area .btm-box {
  width: 50%;
  padding: 0 20px;
}
/* line 896, ../sass/style.scss */
.bottom_area ul.btm-btn-link {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 30px;
  width: 100%;
}
/* line 903, ../sass/style.scss */
.bottom_area ul.btm-btn-link li {
  margin-bottom: 15px;
  background: #cf2b2a;
  position: relative;
}
/* line 908, ../sass/style.scss */
.bottom_area ul.btm-btn-link li a.btn-top {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 8px 20px;
}
/* line 914, ../sass/style.scss */
.bottom_area ul.btm-btn-link li:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
/* line 930, ../sass/style.scss */
.bottom_area .btm-box .facebook-area {
  overflow: hidden;
}
/* line 932, ../sass/style.scss */
.bottom_area .btm-box .facebook-area iframe {
  width: 100%;
}

@media (max-width: 768px) {
  /* line 936, ../sass/style.scss */
  .bottom_area {
    display: block;
  }
  /* line 938, ../sass/style.scss */
  .bottom_area .btm-box {
    width: 100%;
  }
  /* line 941, ../sass/style.scss */
  .bottom_area .btm-box .facebook-area iframe {
    margin-top: 30px;
  }
}
/* Menu page 
-----------------------------------------------*/
/* line 951, ../sass/style.scss */
#menu .container-wrap {
  background: url(../img/bg.jpg) repeat;
}
/* line 954, ../sass/style.scss */
#menu .container-wrap .se-slope {
  height: 400px;
}
/* line 957, ../sass/style.scss */
#menu .container-wrap .se-slope .se-content {
  width: 100%;
}
/* line 959, ../sass/style.scss */
#menu .container-wrap .se-slope .se-content img {
  text-align: center;
}
/* line 963, ../sass/style.scss */
#menu .container-wrap .se-slope-red {
  background: url(../img/bg.jpg) repeat;
}
/* line 974, ../sass/style.scss */
#menu .container-wrap .orderL {
  display: flex;
  align-items: center;
  text-align: center;
}
/* line 979, ../sass/style.scss */
#menu .container-wrap .orderL img {
  max-width: 480px;
}

/* line 987, ../sass/style.scss */
ul.ramen-select {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 18px;
  margin-top: 40px;
}
/* line 994, ../sass/style.scss */
ul.ramen-select li {
  margin-bottom: 15px;
}
/* line 997, ../sass/style.scss */
ul.ramen-select li span {
  background: #cf2b2a;
  display: inline-block;
  margin-right: 15px;
  padding: 3px 10px 0;
  color: #fff;
  width: 90px;
  text-align: center;
}

/* line 1010, ../sass/style.scss */
.container-outer {
  display: flex;
  justify-content: center;
  padding: 30px 50px;
}
/* line 1014, ../sass/style.scss */
.container-outer .container-inner {
  width: 50%;
  padding: 10px;
  text-align: center;
}
/* line 1018, ../sass/style.scss */
.container-outer .container-inner h2, .container-outer .container-inner p, .container-outer .container-inner ul {
  text-align: center;
}
/* line 1023, ../sass/style.scss */
.container-outer .tsukemen img {
  max-width: 420px;
}
/* line 1025, ../sass/style.scss */
.container-outer .side-food {
  position: relative;
  padding-bottom: 60px;
}
/* line 1029, ../sass/style.scss */
.container-outer .side-food ul.ramen-select {
  position: absolute;
  bottom: 0;
}
/* line 1034, ../sass/style.scss */
.container-outer .side-food img {
  max-width: 320px;
}
/* line 1036, ../sass/style.scss */
.container-outer .side-area {
  width: 21.666%;
  text-align: center;
  position: relative;
}
/* line 1041, ../sass/style.scss */
.container-outer .side-area h2 {
  text-align: center;
  margin-top: 10px !important;
}
/* line 1045, ../sass/style.scss */
.container-outer .side-area p {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -39.5px;
}
/* line 1052, ../sass/style.scss */
.container-outer .combo-area {
  width: 35%;
}

/* line 1057, ../sass/style.scss */
.menu-header {
  font-size: 2rem;
  text-align: center;
  overflow: hidden;
}
/* line 1062, ../sass/style.scss */
.menu-header span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
  text-transform: uppercase !important;
}
/* line 1068, ../sass/style.scss */
.menu-header span::before, .menu-header span::after {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
}
/* line 1076, ../sass/style.scss */
.menu-header span::before {
  right: 100%;
}
/* line 1080, ../sass/style.scss */
.menu-header span::after {
  left: 100%;
}
/* line 1085, ../sass/style.scss */
.menu-header--white {
  color: white;
}

/* line 1090, ../sass/style.scss */
.menu-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

/* line 1096, ../sass/style.scss */
.menu-items {
  display: flex;
}
@media screen and (max-width: 768px) {
  /* line 1096, ../sass/style.scss */
  .menu-items {
    flex-direction: column;
  }
}
/* line 1103, ../sass/style.scss */
.menu-items li {
  width: 50%;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 1103, ../sass/style.scss */
  .menu-items li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
/* line 1114, ../sass/style.scss */
.menu-items img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  /* line 1114, ../sass/style.scss */
  .menu-items img {
    margin-bottom: 1rem;
  }
}

/* line 1126, ../sass/style.scss */
.drink__items {
  font-size: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 1132, ../sass/style.scss */
.drink__items li {
  margin-right: 1rem;
  font-size: 1.25rem;
}
/* line 1137, ../sass/style.scss */
.drink__items li:nth-child(1) {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-right: 1.5rem;
}

/* line 1146, ../sass/style.scss */
.dessert {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
}
/* line 1152, ../sass/style.scss */
.dessert__selection {
  font-size: 1.25rem;
  font-weight: normal;
  font-family: sans-serif;
}

/* line 1161, ../sass/style.scss */
#pdf-menu ul {
  margin-bottom: 40px;
}
/* line 1164, ../sass/style.scss */
#pdf-menu ul li {
  margin: 0 10px;
}

@media (max-width: 1022px) {
  /* line 1170, ../sass/style.scss */
  #main h2 {
    margin-top: 0;
  }

  /* line 1172, ../sass/style.scss */
  #menu .container-wrap {
    flex-wrap: wrap;
  }
  /* line 1174, ../sass/style.scss */
  #menu .container-wrap .se-container {
    flex-wrap: wrap;
  }
  /* line 1177, ../sass/style.scss */
  #menu .container-wrap .se-slope {
    height: auto;
  }
  /* line 1180, ../sass/style.scss */
  #menu .container-wrap .se-slope .se-content img {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  /* line 1189, ../sass/style.scss */
  .container-wrap .se-container {
    display: flex;
  }
  /* line 1191, ../sass/style.scss */
  .container-wrap .se-container .orderL {
    order: 1;
  }
  /* line 1192, ../sass/style.scss */
  .container-wrap .se-container .orderR {
    order: 2;
  }

  /* line 1195, ../sass/style.scss */
  .container-outer {
    padding: 30px 20px;
    flex-wrap: wrap;
  }
  /* line 1199, ../sass/style.scss */
  .container-outer .container-inner {
    width: 100%;
  }
  /* line 1202, ../sass/style.scss */
  .container-outer .container-inner img {
    text-align: center;
  }

  /* line 1209, ../sass/style.scss */
  #pdf-menu ul li {
    margin: 10px 0;
  }
}
/* Gallery page 
-----------------------------------------------*/
/* line 1219, ../sass/style.scss */
#gallery-head.head-image {
  background: url(../img/gallery_header.jpg) no-repeat;
  background-size: cover;
}

/* line 1223, ../sass/style.scss */
#gallery .gallery-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content:space-between;*/
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0;
}
/* line 1238, ../sass/style.scss */
#gallery .gallery-inner .brick {
  padding: 20px;
  width: 33.333%;
}
@media (max-width: 767px) {
  /* line 1223, ../sass/style.scss */
  #gallery .gallery-inner {
    display: block;
    padding: 30px 0;
  }
  /* line 1245, ../sass/style.scss */
  #gallery .gallery-inner .brick {
    width: 90%;
    margin: 20px auto;
  }
}

/* Contact page 
-----------------------------------------------*/
/* line 1256, ../sass/style.scss */
.contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 100px 0;
  width: 80%;
  margin: 0 auto;
}
/* line 1273, ../sass/style.scss */
.contact-inner .gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 45%;
  height: 350px;
}
/* line 1279, ../sass/style.scss */
.contact-inner .contact-info {
  background: #fff;
  padding: 15px 20px;
  width: 50%;
}
/* line 1284, ../sass/style.scss */
.contact-inner .contact-info h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
/* line 1288, ../sass/style.scss */
.contact-inner .contact-info dl dt {
  font-weight: bold;
}
/* line 1289, ../sass/style.scss */
.contact-inner .contact-info dl dd {
  margin: 0 0 10px 10px;
}

@media (max-width: 767px) {
  /* line 1293, ../sass/style.scss */
  .contact-inner {
    display: block;
    padding: 50px 0;
  }
  /* line 1297, ../sass/style.scss */
  .contact-inner .gmap_canvas {
    width: 100%;
  }
  /* line 1298, ../sass/style.scss */
  .contact-inner .contact-info {
    width: 100%;
    margin-top: 20px;
  }
}
