html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  color: #000;
  background: #fff;
  overflow-x: hidden;
  width: 100%; }
  body.is-fixed {
    position: fixed;
    top: 0;
    left: 0; }

a {
  color: #000;
  text-decoration: none; }

#loader-bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #e8463b;
  z-index: 99999; }

#loading {
  /* position: fixed; */
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px; }

#loader-catch {
  display: none;
  width: 60vw;
  height: auto;
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 999991; }
  #loader-catch.is-show {
    display: block; }

#loader-text {
  display: none;
  width: 26vw;
  height: auto;
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%, -50%);
  z-index: 999992; }
  #loader-text.is-show {
    display: block; }

#loader-logo-top {
  display: none;
  width: 20vw;
  max-width: 360px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999993; }
  #loader-logo-top.is-show {
    display: block; }

#loader-logo-bottom {
  display: none;
  width: 20vw;
  max-width: 360px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999994; }
  #loader-logo-bottom.is-show {
    display: block; }

.shop-detail-notice {
  padding: 0px 0px 0px 211px;
  display: inline-block;
}

.shop-detail-reserve {
  /* padding: 0px 0px 0px 210px; */
  margin-top: 15px;
}

.box {
  display: flex;
  justify-content: center;
  border-bottom: solid 0.06rem #ddd;
  margin: 40px 40px 40px 40px;
}

.chapter {
  /* margin: 40px 40px 40px 40px; */
  width: 212px;
}

.sec {
  display: flex;
}

.btn {
  /* margin: 0 20px 16px 0; */
  margin: 12px 20px 0px 0;
}

@media screen and (max-width: 1280px) {
  #loader-logo-top {
    width: 28vw;
    max-width: 280px; }

  #loader-logo-bottom {
    width: 28vw;
    max-width: 280px; } }
@media screen and (orientation: portrait) and (max-width: 1280px) {
  #loader-catch {
    top: 45%; }

  #loader-text {
    top: 55%; } }
@media screen and (max-width: 767px) {
  #loader-bg {
    padding-bottom: 80%;
    height: 0;
  }
  #loading {
    height: 0; }

  #loader-catch {
    width: 90vw;
    top: 40%;
    left: 50%; }

  #loader-text {
    width: 50vw;
    margin-left: 45vw;
    top: 50%;
    left: inherit;
    right: 5vw;
    transform: translateX(0) translateY(-50%); }

  #loader-logo-top {
    width: 35vw;
    max-width: inherit;
    top: 40%; }

  #loader-logo-bottom {
    width: 35vw;
    max-width: inherit;
    top: 40%; } 

  
}
.all-wrap {
  overflow: hidden;
  position: relative;
  min-height: 100vh; }

.contents-inner {
  margin: 40px auto 80px;
  width: 1140px;
  height: auto; }
  .contents-inner.is-top {
    background: url(../images/illust_02.png) no-repeat;
    background-position: right bottom;
    background-size: 400px auto; }

@media screen and (max-width: 1280px) {
  .contents-inner {
    margin: 3.12vw auto 6.25vw;
    width: 89vw; }
    .contents-inner.is-top {
      background-size: 31.25vw auto; } }
@media screen and (max-width: 767px) {
  .contents-inner {
    margin: 0 auto;
    width: 90vw;
    padding-bottom: 1.6vw; }
    .contents-inner.is-top {
      background: #fff; } }
.is-sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important; }

  .is-sp {
    display: block !important; } }
.header {
  position: absolute;
  top: 0;
  width: 100%; }
  .header-logo {
    width: 150px; }

.header-inner {
  position: relative;
}

@media screen and (max-width: 900px) {
  .header-inner {
    padding: 0; }
  .header-logo {
    padding: 20px 0 0 3%;
    width: 150px; } }
.main {
  pointer-events: none; }
  .main-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url("/images/img_main_home.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 767px) {
      .main-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        background-image: url("/images/img_main_home_sp.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative; }
    }
  .main-logo {
    width: 20vw;
    max-width: 360px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .main-logo img {
      width: 100%;
      height: auto; }
  .main-underlayer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 31.25vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .main-underlayer-inner._news {
      background-image: url("/images/img_main_news.png"); }
    .main-underlayer-inner._concept {
      background-image: url("/images/img_main_concept.png"); }
    .main-underlayer-inner._menu {
      background-image: url("/images/img_main_menu.png"); }
    @media screen and (max-width: 767px) {
      .main-underlayer-inner._menu {
        background-image: url("/images/img_main_menu_sp.png"); }
    }
    .main-underlayer-inner._shop {
      background-image: url("/images/img_main_shop.png"); }
    .main-underlayer-inner._takeout {
      background-image: url("/images/img_main_takeout.png"); }
    .main-underlayer-inner._privacy {
      background-image: url("/images/img_main_privacy.png"); }
  .main-underlayer-block {
    width: 89vw;
    height: 31.25vw;
    position: relative; }
  .main-underlayer-logo {
    width: 8vw;
    height: auto;
    position: absolute;
    top: 3.12vw;
    left: 0; }
  .main-underlayer-title {
    width: auto;
    height: 10.31vw;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%); }

@media screen and (max-width: 1280px) {
  .main-logo {
    width: 28vw;
    max-width: 280px; } }
@media screen and (orientation: portrait) and (max-width: 1280px) {
  .main-inner {
    height: 70vw; }
  .main-underlayer-inner {
    height: 25vw; }
  .main-underlayer-logo {
    width: 7vw;
    top: 6.24vw; }
  .main-underlayer-title {
    height: 9vw; } }
@media screen and (max-width: 768px) {
  .main-inner {
    height: 70vw; }
  .main-underlayer-inner {
    height: 25vw; }
  .main-underlayer-logo {
    width: 8vw; }
  .main-underlayer-title {
    height: 9vw; } }
@media screen and (max-width: 767px) {
  .main-inner {
    height: 80vw;
    background-position: right top; }
  .main-underlayer-inner {
    height: 80vw; }
  .main-underlayer-block {
    width: 90vw;
    height: 80vw; }
  .main-underlayer-logo {
    width: 25vw;
    top: 3.46vw; }
  .main-underlayer-title {
    height: 28vw;
    top: 60%; } }
.pc-nav {
  position: absolute;
  top: 3.12vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999; }
  .pc-nav-list {
    display: flex;
    justify-content: center; }
  .pc-nav-item {
    display: block;
    margin-right: 6.6vw; }
    .pc-nav-item:last-of-type {
      margin-right: 0; }
    .pc-nav-item a {
      display: block;
      font-size: 1.4vw;
      font-weight: 500;
      color: #fff;
      text-align: center;
      margin: auto;
      width: 100%;
      padding: 0 0 1.3vw;
      box-sizing: border-box;
      position: relative; }
      .pc-nav-item a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0.3vw;
        background: #e8463b;
        transition: 0.3s;
        width: 0; }
      .pc-nav-item a:hover:before {
        width: 100%; }
      .pc-nav-item a:hover {
        color: #e8463b;
        transition: 0.3s; }

.sp-nav-bg {
  display: none; }

.sp-nav {
  display: none; }

.anime-color:hover {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .pc-nav {
    display: none; }

  .sp-nav {
    display: block;
    position: absolute;
    z-index: 999997;
    top: 0;
    left: 0;
    color: #fff;
    background: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100vw;
    padding: 18.26vw 0; }
    .sp-nav-list {
      background: #000;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      border-top: 0.1em solid #ddd;
      display: flex;
      flex-wrap: wrap; }
    .sp-nav-item {
      list-style-type: none;
      padding: 0;
      width: 50%;
      border-bottom: 0.1em solid #ddd; }
      .sp-nav-item a {
        display: block;
        color: #fff;
        padding: 0;
        font-size: 4.26vw;
        font-weight: 700;
        line-height: 12.8vw;
        text-decoration: none; }
      .sp-nav-item:nth-child(odd) {
        border-right: 0.1em solid #ddd; }
    .sp-nav-sns {
      display: flex;
      justify-content: center;
      margin-top: 6.4vw; }
      /* .sp-nav-sns a {
        margin-top: 1.06vw; } */
      .sp-nav-sns a {
        margin-top: 0; }
        .sp-nav-sns a img {
          width: 10.66vw;
          height: auto; }
        .sp-nav-sns a img.x_sns {
          width: 9.66vw;}
        .sp-nav-sns a.instagram {
          margin: 0 10.66vw 0 0; }
    .sp-nav.active {
      transform: translateY(0%); }

  .sp-nav-bg {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6); }
    .sp-nav-bg.is-show {
      display: block; } }
.hamburger {
  display: none; }

@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    position: absolute;
    z-index: 999998;
    right: 3.46vw;
    top: 3.46vw;
    width: 11.2vw;
    height: 11.2vw;
    cursor: pointer;
    text-align: center; }
    .hamburger span {
      display: block;
      position: absolute;
      width: 8vw;
      height: 0.53vw;
      right: 1.6vw;
      background: #fff;
      transition: 0.3s ease-in-out; }
      .hamburger span:nth-child(1) {
        top: 2.66vw; }
      .hamburger span:nth-child(2) {
        top: 5.33vw; }
      .hamburger span:nth-child(3) {
        top: 8vw; }
    .hamburger.active span:nth-child(1) {
      top: 4.26vw;
      right: 1.6vw;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .hamburger.active span:nth-child(2) {
      top: 4.26vw;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
    .hamburger.active span:nth-child(3) {
      top: 4.26vw;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); } }
.footer {
  width: 100vw;
  background: #e8463b;
  padding: 26px 0 32px; }
  .footer-inner {
    margin: 0 auto;
    max-width: 1140px;
    /* display: flex; */
    justify-content: space-between; }
  .footer-logo {
    width: 60px;
    height: auto; }
    .footer-logo img {
      width: 60px;
      height: auto; }
  .footer-content {
    display: flex; }
  .footer-nav {
    margin-left: 60px; }
    .footer-nav li {
      display: inline-block;
      margin: 0 40px 0 0;
      font-size: 16px;
      line-height: 60px; }
      .footer-nav li:last-child {
        margin: 0; }
      .footer-nav li a {
        color: #fff; }
        .footer-nav li a:hover {
          color: #000;
          transition: 0.3s; }
  .footer .copyright {
    display: block;
    font-size: 10px;
    color: #fff;
    letter-spacing: .05em;
    margin-top: 60px;
    text-align: right; }

@media screen and (max-width: 1280px) {
  .footer {
    padding: 2.03vw 0 2.5vw; }
    .footer-inner {
      max-width: 89vw; }
    .footer-logo {
      width: 4.68vw; }
      .footer-logo img {
        width: 4.68vw; }
    .footer-nav {
      margin-left: 4.68vw; }
      .footer-nav li {
        margin: 0 3.12vw 0 0;
        font-size: 1.25vw;
        line-height: 4.68vw; }
    .footer .copyright {
      font-size: 0.78vw;
      margin-top: 4.68vw; } }
@media screen and (orientation: portrait) and (max-width: 1280px) {
  .footer.is-short {
    position: absolute;
    bottom: 0;
    left: 0; } }
@media screen and (max-width: 767px) {
  .footer-sp {
    margin-top: 10vw;
    background: url(../images/illust_02.png) no-repeat;
    background-position: right 10% bottom 10%;
    background-size: 48.26vw auto; }
    .footer-sp.is-short {
      margin-top: 10vw; }
    .footer-sp-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 10vw; }
    .footer-sp-item {
      width: 49.6%;
      height: 8vw;
      margin-bottom: 0.8vw;
      background: #e8463b; }
      .footer-sp-item a {
        display: block;
        width: 100%;
        font-size: 4.26vw;
        font-weight: 500;
        line-height: 8vw;
        color: #fff;
        text-align: center; }
    .footer-sp-sns {
      padding-bottom: 10vw;
      width: 40vw;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      .footer-sp-sns-instagram {
        width: 13.33vw;
        height: auto; }
      /* .footer-sp-sns-twitter {
        width: 16vw;
        height: auto; } */
      .footer-sp-sns-twitter {
        width: 13vw;
        height: auto; }
    .footer-sp .copyright {
      display: block;
      width: 100%;
      text-align: right;
      font-size: 1.86vw;
      font-weight: 400;
      padding: 0 5vw 5vw; } }
.btn-box {
  width: 260px;
  height: 54px;
  margin: 0 auto; }
  .btn-box a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
    border: solid 2px #000;
    padding: 20px 40px; }
    .btn-box a:hover {
      padding-right: 34px;
      color: #e8463b;
      border: solid 2px #e8463b;
      opacity: 1;
      transition: 0.3s; }

@media screen and (max-width: 1280px) {
  .btn-box {
    width: 20.31vw;
    height: 4.22vw; }
    .btn-box a {
      font-size: 1.56vw;
      border-radius: 0.47vw;
      border: solid 0.24rem #000;
      padding: 1.56vw 3.12vw; }
      .btn-box a:hover {
        padding-right: 2.65vw;
        border: solid 0.24rem #e8463b; } }
@media screen and (max-width: 767px) {
  .btn-box {
    width: 46vw;
    height: 14vw; }
    .btn-box a {
      font-size: 4.2vw;
      border-radius: 1.6vw;
      border: solid 0.24rem #000;
      padding: 4vw 3.83vw; }
      .btn-box a:hover {
        padding-right: 3.2vw; } }
.banner {
  width: 1140px;
  margin: 0 auto;
  padding-top: 160px;
  background: url(../images/illust_02.png) no-repeat;
  background-position: right bottom;
  background-size: 400px auto; }
  .banner-inner {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    width: 750px;
    margin: 0 auto; }
  .banner-box {
    width: 360px;
    height: 108px;
    border-radius: 12px; }
    .banner-box a {
      display: flex;
      align-items: center; }
      .banner-box a:hover {
        opacity: 0.6;
        transition: 0.3s; }
    .banner-box.is-black {
      border: solid 2px #000;
      background: #000; }
    .banner-box.is-red {
      border: solid 2px #e8463b;
      background: #e8463b; }
    .banner-box img {
      width: auto;
      height: 104px;
      border-radius: 12px 0 0 12px; }
  .banner-text {
    width: 196px;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    color: #fff; }
  .banner-sns {
    display: flex;
    justify-content: space-between;
    width: 116px;
    height: 44px;
    align-items: center;
    margin: 60px auto 0; }
    .banner-sns-instagram img {
      width: 43px;
      height: auto; }
    .banner-sns-instagram:hover {
      opacity: 0.6;
      transition: 0.3s; }
    /* .banner-sns-twitter img {
      width: 50px;
      height: auto; } */
    .banner-sns-twitter img {
      width: 43px;
      height: auto; }
    .banner-sns-twitter:hover {
      opacity: 0.6;
      transition: 0.3s; }

@media screen and (max-width: 1280px) {
  .banner {
    width: 89vw;
    padding-top: 12.5vw;
    margin: 0 auto;
    background-size: 31.25vw auto; }
    .banner-inner {
      width: 58.59vw; }
    .banner-box {
      width: 28.12vw;
      height: 8.43vw;
      border-radius: 0.93vw; }
      .banner-box.is-black {
        border: solid 0.02em #000; }
      .banner-box.is-red {
        border: solid 0.02em #e8463b; }
      .banner-box img {
        height: 8.12vw;
        border-radius: 0.93vw 0 0 0.93vw; }
    .banner-text {
      width: 15.31vw;
      font-size: 1.64vw;
      line-height: 2.34vw; }
    .banner-sns {
      width: 9.06vw;
      height: 3.43vw;
      margin: 4.68vw auto 0; }
      .banner-sns-instagram img {
        width: 3.36vw; }
      /* .banner-sns-twitter img {
        width: 3.9vw; }  */
      .banner-sns-twitter img {
        width: 3.36vw; } }
@media screen and (orientation: portrait) and (max-width: 1280px) {
  .banner.is-short {
    position: absolute;
    bottom: 16vw;
    left: 0;
    right: 0; } }
@media screen and (max-width: 767px) {
  .banner {
    margin: 24vw auto 0;
    background: #fff;
    padding-top: 0; }
    .banner.is-short {
      position: static;
      bottom: inherit;
      left: inherit; }
    .banner-inner {
      display: block;
      width: 80vw; }
    .banner-box {
      width: 100%;
      height: 20vw;
      border-radius: 2.08vw; }
      .banner-box.is-black {
        border: none;
        background: #000; }
      .banner-box.is-red {
        border: none;
        background: #e8463b; }
      .banner-box img {
        width: 40vw;
        height: 20vw;
        object-fit: cover;
        border-radius: 2.08vw 0 0 2.08vw; }
      .banner-box:last-of-type {
        margin-top: 3.12vw; }
    .banner-text {
      width: 40vw;
      font-size: 4.8vw;
      line-height: 5vw; } }
.top-news {
  display: flex;
  justify-content: space-between;
  width: 1140px;
  margin: 48px auto;
  padding: 60px 40px;
  background: url(/images/illust_01.png) no-repeat;
  background-size: 170px auto;
  background-position: left 40px bottom 50%; }
  .top-news-inner {
    display: flex;
    align-items: center; }
  .top-news-box {
    width: 660px; }
  .top-news-item {
    margin-bottom: 24px;
    display: flex; }
    .top-news-item:last-child {
      margin-bottom: 0; }
  .top-news-title {
    font-size: 20px;
    font-weight: 700;
    margin-right: 60px; }
  .top-news-date {
    width: 80px;
    font-size: 15px;
    font-weight: 500;
    margin-right: 20px;
    line-height: 22px;
    display: inline-block; }
  .top-news-text {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    display: inline-block; }
    .top-news-text span.is-bold {
      font-weight: 700; }
    .top-news-text a {
      text-decoration: underline; }
      .top-news-text a:hover {
        color: #e8463b;
        transition: 0.3s; }
  .top-news-sns {
    display: flex; }
    .top-news-sns-instagram {
      margin-right: 30px; }
      .top-news-sns-instagram:hover {
        opacity: 0.6;
        transition: 0.3s; }
      .top-news-sns-instagram img {
        width: 78px;
        height: auto;
        margin-top: 8px; }
    .top-news-sns-twitter:hover {
      opacity: 0.6;
      transition: 0.3s; }
    .top-news-sns-twitter img {
      width: 78px;
      height: auto;
      /* margin-top: 16px;  */
      margin-top: 8px; }

@media screen and (max-width: 1280px) {
  .top-news {
    width: 89vw;
    margin: 3.7vw auto;
    padding: 4.68vw 3.12vw;
    background-size: 13.28vw auto;
    background-position: left 3.12vw bottom 50%; }
    .top-news-box {
      width: 51.56vw; }
    .top-news-item {
      width: 52vw;
      margin-bottom: 1.25vw; }
    .top-news-title {
      font-size: 1.6vw;
      margin-right: 4.68vw; }
    .top-news-date {
      width: 8vw;
      padding: 0 0 0.31vw;
      font-size: 1.3vw;
      margin-right: 2vw; }
    .top-news-text {
      width: 42vw;
      font-size: 1.3vw; }
    .top-news-sns-instagram {
      margin-right: 2.34vw; }
      .top-news-sns-instagram img {
        width: 6.09vw;
        margin-top: 0.62vw; }
    /* .top-news-sns-twitter img {
      width: 6.09vw;
      margin-top: 1.25vw; }  */
    .top-news-sns-twitter img {
      width: 6.09vw;
      margin-top: 0.62vw; } }
@media screen and (max-width: 767px) {
  .top-news {
    width: 90vw;
    margin: 8vw auto;
    padding: 0;
    background: #fff; }
    .top-news-inner {
      display: block; }
    .top-news-box {
      width: 100%; }
    .top-news-title {
      font-size: 5.33vw;
      margin: 0 0 4vw 0; }
    .top-news-list {
      border-top: solid 0.08rem #ddd; }
    .top-news-item {
      width: 100%;
      display: block;
      padding: 6.4vw 0;
      border-bottom: solid 0.08rem #ddd; }
    .top-news-date {
      width: 100%;
      font-size: 4vw;
      line-height: 5.86vw;
      margin: 0 0 4.26vw; }
    .top-news-text {
      width: 100%;
      font-size: 4vw;
      line-height: 6vw; }
      .top-news-text span.is-bold {
        margin-bottom: 2.13vw; } }
.top-banner-large {
  width: 1140px;
  margin-bottom: 24px; }
  .top-banner-large-box {
    width: 100%;
    height: 200px;
    background: #000;
    border-radius: 12px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between; }
    .top-banner-large-box:hover {
      opacity: 0.6;
      transition: 0.3s; }
  .top-banner-large-img {
    width: 400px;
    height: 200px;
    object-fit: cover; }
  .top-banner-large-content {
    text-align: center; }
  .top-banner-large-icn {
    width: 54px;
    height: auto;
    margin: 40px 0 12px; }
  .top-banner-large-text {
    font-size: 22px;
    font-weight: 700;
    color: #fff; }
.top-banner-medium-list {
  display: flex; }
.top-banner-medium-item {
  margin-right: 24px; }
  .top-banner-medium-item:last-of-type {
    margin-right: 0; }
.top-banner-medium-box {
  width: 267px;
  background: #e8463b;
  border-radius: 12px;
  padding: 24px 0 40px; }
  .top-banner-medium-box:hover {
    opacity: 0.6;
    transition: 0.3s; }
.top-banner-medium-img {
  width: 267px;
  height: 222px;
  object-fit: cover; }
.top-banner-medium-content {
  display: flex;
  justify-content: space-between;
  height: 52px;
  line-height: 52px;
  margin-top: 36px;
  padding: 0 40px; }
  .top-banner-medium-content.is-shop {
    padding: 0 28px; }
    .top-banner-medium-content.is-shop img {
      width: 72px;
      height: auto; }
  .top-banner-medium-content.is-takeout {
    padding: 0 28px; }
    .top-banner-medium-content.is-takeout img {
      height: 56px;
      margin-top: -4px; }
    .top-banner-medium-content.is-takeout p {
      width: 140px; }
.top-banner-medium-icn {
  width: auto;
  height: 52px; }
.top-banner-medium-text {
  width: 120px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff; }

@media screen and (max-width: 1280px) {
  .top-banner-large {
    width: 89vw;
    margin-bottom: 1.87vw; }
    .top-banner-large-box {
      height: 15.62vw;
      border-radius: 0.93vw;
      padding: 0 1.87vw; }
    .top-banner-large-img {
      width: 31.25vw;
      height: 15.62vw; }
    .top-banner-large-icn {
      width: 4.21vw;
      margin: 3.12vw 0 0.93vw; }
    .top-banner-large-text {
      font-size: 1.71vw; }
  .top-banner-medium-item {
    margin-right: 1.87vw; }
  .top-banner-medium-box {
    width: 20.86vw;
    border-radius: 0.93vw;
    padding: 1.87vw 0 3.12vw; }
  .top-banner-medium-img {
    width: 20.86vw;
    height: 17.34vw; }
  .top-banner-medium-content {
    height: 4.06vw;
    line-height: 4.06vw;
    margin-top: 2.81vw;
    padding: 0 3.12vw; }
    .top-banner-medium-content.is-shop {
      padding: 0 2.18vw; }
      .top-banner-medium-content.is-shop img {
        width: 5.62vw; }
    .top-banner-medium-content.is-takeout {
      padding: 0 2.18vw; }
      .top-banner-medium-content.is-takeout img {
        height: 4.37vw;
        margin-top: -0.31vw; }
      .top-banner-medium-content.is-takeout p {
        width: 10.93vw; }
  .top-banner-medium-icn {
    height: 4.06vw; }
  .top-banner-medium-text {
    width: 9.37vw;
    font-size: 1.72vw; } }
@media screen and (max-width: 768px) {
  .top-banner-sp-top {
    width: 90vw;
    margin: 4vw auto 0; }
    .top-banner-sp-top-list {
      display: flex;
      justify-content: space-between; }
    .top-banner-sp-top-item {
      width: 28vw;
      background: #e8463b;
      height: 26vw;
      text-align: center;
      border-radius: 0.8vw; }
      .top-banner-sp-top-item img {
        width: auto;
        height: 9.2vw;
        margin: 4vw 0; }
    .top-banner-sp-top-text {
      font-size: 3.8vw;
      font-weight: 700;
      color: #fff; }
  .top-banner-sp-bottom {
    width: 100%;
    margin-bottom: 5.33vw; }
    .top-banner-sp-bottom-item {
      /* height: 38vw; */
      margin-bottom: 2.66vw;
      border-radius: 0.8vw;
      padding: 0 2.66vw; }
      .top-banner-sp-bottom-item a {
        display: flex;
        justify-content: space-between; }
      .top-banner-sp-bottom-item.is-black {
        background: #000; }
      .top-banner-sp-bottom-item.is-red {
        background: #e8463b; }
    .top-banner-sp-bottom-box {
      width: 27.2vw;
      text-align: center;
      margin-top: 8vw; }
      .top-banner-sp-bottom-box.is-top {
        margin-top: 10vw; }
    .top-banner-sp-bottom-icn {
      width: 6.66vw;
      height: auto;
      margin-bottom: 2.66vw; }
      .top-banner-sp-bottom-icn.is-large {
        width: 8.8vw; }
    .top-banner-sp-bottom-text {
      font-size: 4.8vw;
      font-weight: 700;
      color: #fff; }
    .top-banner-sp-bottom-img {
      width: auto;
      height: 38vw; } }
.top-menu {
  width: 1140px;
  margin: 0 auto;
  padding: 100px 40px 40px; }
  .top-menu-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
  .top-menu-line-top {
    width: 480px;
    height: auto;
    text-align: center;
    position: relative; }
    .top-menu-line-top:before {
      content: "";
      background-image: linear-gradient(to right, #333, #333 6px, transparent 6px, transparent 12px);
      background-size: 12px 4px;
      background-position: center;
      background-repeat: repeat-x;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none; }
  .top-menu-line-bottom {
    width: 100%;
    height: 35.5px;
    text-align: center;
    position: relative; }
    .top-menu-line-bottom:before {
      content: "";
      background-image: linear-gradient(to right, #333, #333 6px, transparent 6px, transparent 12px);
      background-size: 12px 4px;
      background-position: center;
      background-repeat: repeat-x;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none; }
  .top-menu-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px; }
    .top-menu-title-all {
      font-size: 28px;
      font-weight: 700;
      line-height: 35.5px; }
  .top-menu-list {
    display: flex;
    margin: 0 0 40px; }
  .top-menu-item {
    width: 156px;
    margin: 0 28px;
    text-align: center; }
    .top-menu-item a {
      display: block;
      width: 100%;
      position: relative; }
      .top-menu-item a:hover {
        color: #e8463b;
        transition: 0.3s; }
        .top-menu-item a:hover:before {
          opacity: 1;
          transition: 0.3s; }
      .top-menu-item a:before {
        display: block;
        content: '';
        width: 156px;
        height: 156px;
        border-radius: 50%;
        background: rgba(232, 70, 59, 0.5);
        position: absolute;
        top: 0;
        z-index: 5;
        opacity: 0; }
  .top-menu-img {
    width: 156px;
    height: 156px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 16px; }

@media screen and (max-width: 1280px) {
  .top-menu {
    width: 89vw;
    padding: 7.81vw 3.12vw 3.12vw; }
    .top-menu-box {
      margin-bottom: 3.12vw; }
    .top-menu-line-top {
      width: 37.5vw; }
      .top-menu-line-top:before {
        background-image: linear-gradient(to right, #333, #333 0.47vw, transparent 0.47vw, transparent 0.93vw);
        background-size: 0.93vw 0.31vw; }
    .top-menu-line-bottom {
      height: 2.77vw; }
      .top-menu-line-bottom:before {
        background-image: linear-gradient(to right, #333, #333 0.47vw, transparent 0.47vw, transparent 0.93vw);
        background-size: 0.93vw 0.31vw; }
    .top-menu-title {
      font-size: 1.87vw;
      line-height: 2.5vw; }
      .top-menu-title-all {
        font-size: 2.18vw;
        line-height: 2.77vw; }
    .top-menu-list {
      margin: 0 0 3.12vw; }
    .top-menu-item {
      width: 12.18vw;
      margin: 0 2.18vw; }
      .top-menu-item a:before {
        width: 12.18vw;
        height: 12.18vw; }
    .top-menu-img {
      width: 12.18vw;
      height: 12.18vw;
      margin-bottom: 1.25vw; } }
@media screen and (max-width: 767px) {
  .top-menu {
    width: 90vw;
    padding: 6vw 0; }
    .top-menu-box {
      margin-bottom: 5.33vw; }
    .top-menu-line-top {
      width: 36vw; }
      .top-menu-line-top:before {
        background-image: linear-gradient(to right, #333, #333 0.8vw, transparent 0.8vw, transparent 1.6vw);
        background-size: 1.6vw 0.53vw; }
    .top-menu-line-bottom {
      height: 2.77vw; }
      .top-menu-line-bottom:before {
        background-image: linear-gradient(to right, #333, #333 0.8vw, transparent 0.8vw, transparent 1.6vw);
        background-size: 1.6vw 0.53vw; }
    .top-menu-title {
      font-size: 4vw;
      line-height: 4.4vw; }
      .top-menu-title-all {
        font-size: 4vw;
        line-height: 4vw; }
    .top-menu-list {
      flex-wrap: wrap;
      justify-content: center;
      margin: 0; }
    .top-menu-item {
      width: 25vw;
      margin: 0 5vw 5vw 0; }
      .top-menu-item:nth-of-type(3) {
        margin-right: 0; }
      .top-menu-item:last-of-type {
        margin-right: 0; }
      .top-menu-item a:before {
        width: 25vw;
        height: 25vw; }
    .top-menu-link:before {
      width: 25vw;
      height: 25vw; }
    .top-menu-link.is-active:before {
      width: 24.2vw;
      height: 24.2vw;
      border: solid 0.08rem #e8463b; }
    .top-menu-img {
      width: 25vw;
      height: 25vw;
      margin-bottom: 2.13vw; } }
.news {
  width: 1140px;
  margin: 0 auto;
  padding: 20px 0 60px; }
  .news-list {
    border-top: solid 1px #ddd; }
  .news-item {
    display: flex;
    padding: 24px;
    border-bottom: solid 1px #ddd; }
  .news-date {
    width: 120px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 20px;
    display: inline-block; }
  .news-text {
    width: 952px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block; }
    .news-text span.is-bold {
      font-weight: 700; }
    .news-text a {
      text-decoration: underline; }
      .news-text a:hover {
        color: #e8463b;
        transition: 0.3s; }

@media screen and (max-width: 1280px) {
  .news {
    width: 89vw;
    padding: 1.56vw 0 4.68vw; }
    .news-list {
      border-top: solid 0.06rem #ddd; }
    .news-item {
      padding: 1.87vw;
      border-bottom: solid 0.06rem #ddd; }
    .news-date {
      width: 9.37vw;
      font-size: 1.17vw;
      line-height: 1.72vw;
      margin-right: 2vw; }
    .news-text {
      width: 73.89vw;
      font-size: 1.17vw;
      line-height: 1.72vw; } }
@media screen and (orientation: portrait) and (max-width: 1280px) {
  .news-item {
    padding: 3.5vw 2vw; }
  .news-date {
    width: 12vw;
    font-size: 1.5vw;
    line-height: 2vw; }
  .news-text {
    width: 71.26vw;
    font-size: 1.5vw;
    line-height: 2vw; } }
@media screen and (max-width: 767px) {
  .news {
    width: 90vw;
    padding: 10.66vw 0 0; }
    .news-list {
      border-top: solid 0.08rem #ddd; }
    .news-item {
      display: block;
      padding: 6.4vw 0;
      border-bottom: solid 0.08rem #ddd; }
    .news-date {
      width: auto;
      font-size: 4vw;
      line-height: 5.86vw;
      margin: 0 0 4.26vw; }
    .news-text {
      width: auto;
      font-size: 4vw;
      line-height: 6vw; } }
.intro {
  width: 1140px;
  margin: 48px auto;
  padding: 60px 40px; }
  .intro-text {
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    color: #e8463b;
    text-align: center; }

@media screen and (max-width: 1280px) {
  .intro {
    width: 89vw;
    margin: 3.75vw auto;
    padding: 4.68vw 0; }
    .intro-text {
      font-size: 2.5vw;
      line-height: 4.68vw; } }
@media screen and (max-width: 767px) {
  .intro {
    width: 90vw;
    margin: 12.8vw auto 4.8vw;
    padding: 8vw 0; }
    .intro-text {
      font-size: 5.7vw;
      line-height: 9vw; } }
.concept-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px; }
  .concept-item img {
    width: 571px;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    z-index: 3; }
  .concept-item.is-reverse {
    flex-direction: row-reverse; }
.concept-box {
  width: 722px;
  height: 344px;
  margin: 90px 0 0 -120px;
  padding: 80px 40px 0 160px;
  border: solid 2px #e8463b;
  border-radius: 20px;
  z-index: 1; }
  .concept-box.is-reverse {
    margin: 90px -120px 0 0;
    padding: 80px 160px 0 40px; }
.concept-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px; }
.concept-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; }
  .concept-text span.is-red {
    color: #e8463b; }

@media screen and (max-width: 1280px) {
  .concept-item {
    margin-bottom: 6.25vw; }
    .concept-item img {
      width: 44.6vw;
      height: 29.68vw;
      border-radius: 1.56vw; }
  .concept-box {
    width: 56.4vw;
    height: 26.87vw;
    margin: 7.03vw 0 0 -9.37vw;
    padding: 6.25vw 3.12vw 0 12.5vw;
    border: solid 0.24rem #e8463b;
    border-radius: 1.56vw; }
    .concept-box.is-reverse {
      margin: 7.03vw -9.37vw 0 0;
      padding: 6.25vw 12.5vw 0 3.12vw; }
  .concept-title {
    font-size: 2.18vw;
    margin-bottom: 2.5vw; }
  .concept-text {
    font-size: 1.4vw;
    line-height: 2.34vw; } }
@media screen and (max-width: 767px) {
  .concept-item {
    display: block;
    height: 116vw;
    margin-bottom: 8vw;
    position: relative; }
    .concept-item img {
      width: 90vw;
      height: 55vw;
      border-radius: 2.13vw 2.13vw 0 0;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0; }
    .concept-item.is-top {
      height: 105vw; }
    .concept-item.is-bottom {
      height: 128vw; }
  .concept-box {
    width: 90vw;
    height: 116vw;
    margin: 0;
    padding: 63vw 4vw 8vw;
    border: solid 0.24rem #e8463b;
    border-radius: 2.13vw;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0; }
    .concept-box.is-reverse {
      margin: 0;
      padding: 63vw 4vw 8vw; }
    .concept-box.is-top {
      height: 105vw; }
    .concept-box.is-bottom {
      height: 128vw; }
  .concept-title {
    font-size: 5.33vw;
    margin-bottom: 4.26vw; }
  .concept-text {
    font-size: 4vw;
    line-height: 1.4; } }
.category {
  width: 1140px;
  margin: 0 auto;
  padding: 20px 0 60px; }
  .category-line-bottom {
    width: 100%;
    height: 35.5px;
    text-align: center;
    position: relative; }
    .category-line-bottom:before {
      content: "";
      background-image: linear-gradient(to right, #333, #333 6px, transparent 6px, transparent 12px);
      background-size: 12px 4px;
      background-position: center;
      background-repeat: repeat-x;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none; }
  .category-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px; }
    .category-title-all {
      font-size: 28px;
      font-weight: 700;
      line-height: 35.5px; }
  .category-list {
    display: flex;
    margin: 0 0 40px; }
  .category-item {
    width: 196px;
    margin: 0 40px 0 0;
    text-align: center; }
    .category-item:last-of-type {
      margin-right: 0; }
  .category-link {
    display: block;
    width: 100%;
    position: relative; }
    .category-link:hover {
      color: #e8463b;
      transition: 0.3s; }
      .category-link:hover:before {
        opacity: 1;
        transition: 0.3s; }
    .category-link:before {
      display: block;
      content: '';
      width: 196px;
      height: 196px;
      border-radius: 50%;
      background: rgba(232, 70, 59, 0.5);
      position: absolute;
      top: 0;
      z-index: 5;
      opacity: 0; }
    .category-link.is-active {
      color: #e8463b; }
      .category-link.is-active:before {
        display: block;
        content: '';
        width: 190px;
        height: 190px;
        border: solid 3px #e8463b;
        background: rgba(232, 70, 59, 0);
        border-radius: 50%;
        position: absolute;
        top: 0;
        z-index: 5;
        opacity: 0;
        opacity: 1; }
  .category-img {
    width: 196px;
    height: 196px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 16px; }

@media screen and (max-width: 1280px) {
  .category {
    width: 89vw;
    padding: 1.56vw 0 4.68vw; }
    .category-line-bottom {
      height: 2.77vw; }
      .category-line-bottom:before {
        background-image: linear-gradient(to right, #333, #333 0.46vw, transparent 0.46vw, transparent 0.93vw);
        background-size: 0.93vw 0.31vw; }
    .category-title {
      font-size: 1.87vw;
      line-height: 2.5vw; }
      .category-title-all {
        font-size: 2.18vw;
        line-height: 2.77vw; }
    .category-list {
      margin: 0 0 3.12vw; }
    .category-item {
      width: 15.3vw;
      margin: 0 3.12vw 0 0; }
    .category-link:before {
      width: 15.3vw;
      height: 15.3vw; }
    .category-link.is-active:before {
      width: 14.84vw;
      height: 14.84vw;
      border: solid 0.24rem #e8463b; }
    .category-img {
      width: 15.3vw;
      height: 15.3vw;
      margin-bottom: 1.25vw; } }
@media screen and (orientation: portrait) and (max-width: 1280px) {
  .category-link.is-active:before {
    border: solid 0.24rem #e8463b; } }
@media screen and (max-width: 767px) {
  .category {
    width: 90vw;
    padding: 6vw 0; }
    .category-box {
      margin-bottom: 5.33vw; }
    .category-line-bottom {
      height: 2.77vw; }
      .category-line-bottom:before {
        background-image: linear-gradient(to right, #333, #333 0.8vw, transparent 0.8vw, transparent 1.6vw);
        background-size: 1.6vw 0.53vw; }
    .category-title {
      font-size: 4vw;
      line-height: 4.4vw; }
      .category-title-all {
        font-size: 4vw;
        line-height: 4vw; }
    .category-list {
      flex-wrap: wrap;
      justify-content: center;
      margin: 0; }
    .category-item {
      width: 25vw;
      margin: 0 5vw 5vw 0; }
      .category-item:nth-of-type(3) {
        margin-right: 0; }
      .category-item a:before {
        width: 25vw;
        height: 25vw; }
    .category-link:before {
      width: 25vw;
      height: 25vw; }
    .category-link.is-active:before {
      width: 24vw;
      height: 24vw;
      border: solid 0.2rem #e8463b; }
    .category-img {
      width: 25vw;
      height: 25vw;
      margin-bottom: 2.13vw; } }
.menu {
  margin-bottom: 80px; }
  .menu-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px; }
    .menu-list.is-bottom {
      margin-top: 16px; }
  .menu-item {
    width: 285px;
    padding: 24px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
    .menu-item:nth-child(even) {
      transform: rotate(6deg); }
    .menu-item:nth-child(odd) {
      transform: rotate(-6deg); }
    .menu-item:nth-child(3n) {
      transform: rotate(-4deg); }
    .menu-item:nth-child(5n) {
      transform: rotate(8deg); }
    .menu-item:nth-child(8n) {
      transform: rotate(-8deg); }
    .menu-item:nth-child(12n) {
      transform: rotate(-4deg); }
    .menu-item img {
      width: 100%;
      height: auto;
      margin-bottom: 16px; }
  .menu-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px; }
    .menu-title .is-small {
      font-size: 14px;
      display: block; }
    .menu-title-all {
      font-size: 22px;
      font-weight: 700;
      margin: 40px 0 16px; }
      .menu-title-all.is-top {
        margin-top: 0; }
  .menu-price {
    font-size: 20px;
    font-weight: 700; }
    .menu-price .is-small {
      font-size: 14px; }
      .menu-price .is-small.is-option {
        margin-right: 6px; }
    .menu-price.is-option {
      margin-top: 8px; }
  .menu-img {
    width: 100%;
    height: auto;
    margin-top: 24px;
    padding: 0 24px; }
  .menu-lunch {
    padding: 0 24px 24px 24px; }

@media screen and (max-width: 1280px) {
  .menu {
    margin-bottom: 6.25vw; }
    .menu-list.is-bottom {
      margin-top: 1.25vw; }
    .menu-item {
      width: 22.25vw;
      padding: 1.87vw; }
      .menu-item img {
        margin-bottom: 1.25vw; }
    .menu-title {
      font-size: 1.48vw;
      line-height: 2.03vw;
      margin-bottom: 0.93vw; }
      .menu-title .is-small {
        font-size: 1.09vw; }
      .menu-title-all {
        font-size: 1.72vw;
        margin: 3.12vw 0 1.25vw; }
    .menu-price {
      font-size: 1.56vw; }
      .menu-price .is-small {
        font-size: 1.09vw; }
        .menu-price .is-small.is-option {
          margin-right: 0.46vw; }
      .menu-price.is-option {
        margin-top: 0.62vw; }
    .menu-img {
      margin-top: 1.87vw;
      padding: 0 1.87vw; }
    .menu-lunch {
      padding: 0 1.87vw 1.87vw 1.87vw; } }
@media screen and (orientation: portrait) and (max-width: 1280px) {
  .menu {
    margin-bottom: 6.25vw; }
    .menu-item {
      width: 29.66vw;
      padding: 2vw; }
      .menu-item img {
        margin-bottom: 1.5vw; }
    .menu-title {
      font-size: 2vw;
      line-height: 2.4vw;
      margin-bottom: 1.1vw; }
      .menu-title .is-small {
        font-size: 1.5vw; }
      .menu-title-all {
        font-size: 2.4vw;
        margin: 4vw 0 1.5vw; }
    .menu-price {
      font-size: 2vw; }
      .menu-price .is-small {
        font-size: 1.5vw; }
        .menu-price .is-small.is-option {
          margin-right: 0.8vw; }
      .menu-price.is-option {
        margin-top: 1vw; }
    .menu-img {
      margin-top: 2vw;
      padding: 0 2vw; }
    .menu-lunch {
      padding: 0 2vw 2vw 2vw; } }
@media screen and (max-width: 767px) {
  .menu {
    margin-bottom: 8vw; }
    .menu-list.is-bottom {
      margin-top: 2.66vw; }
    .menu-item {
      width: 45vw;
      padding: 4vw; }
      .menu-item img {
        margin-bottom: 2.66vw; }
    .menu-title {
      font-size: 4.2vw;
      line-height: 5vw;
      margin-bottom: 3.2vw; }
      .menu-title .is-small {
        font-size: 3vw;
        display: block; }
      .menu-title-all {
        font-size: 6vw;
        margin: 8vw 0 4.2vw; }
    .menu-price {
      font-size: 4.8vw; }
      .menu-price .is-small {
        font-size: 3vw; }
        .menu-price .is-small.is-option {
          margin-right: 1.6vw; }
      .menu-price.is-option {
        margin-top: 2vw; }
    .menu-img {
      margin-top: 6vw;
      padding: 0; }
    .menu-lunch {
      padding: 0 0 5vw; } }
.shop {
  width: 1140px;
  margin: 0 auto;
  padding: 20px 0 60px; }
  .shop-list {
    border-top: solid 1px #ddd; }
  .shop-item {
    border-bottom: solid 1px #ddd; }
    .shop-item a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 24px;
      position: relative; }
      .shop-item a:hover {
        background: #eee;
        padding-right: 18px;
        transition: 0.3s; }
    .shop-item i {
      font-size: 22px;
      color: #e8463b; }
  .shop-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #e8463b;
    width: 212px; }
  .shop-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px; }
    .shop-text span.is-red {
      display: block;
      color: #e8463b;
      margin-top: 4px; }
  .shop-box {
    display: flex; }
@media screen and (max-width: 1280px) {
  .shop {
    width: 89vw;
    padding: 1.56vw 0 4.68vw; }
    .shop-list {
      border-top: solid 0.06rem #ddd; }
    .shop-item {
      border-bottom: solid 0.06rem #ddd; }
      .shop-item a {
        padding: 1.87vw; }
        .shop-item a:hover {
          padding-right: 1.7vw; }
      .shop-item i {
        font-size: 1.72vw; }
    .shop-title {
      font-size: 1.25vw;
      line-height: 1.72vw;
      width: 16.56vw; }
    .shop-text {
      font-size: 1.17vw;
      line-height: 1.72vw; }
      .shop-text span.is-red {
        margin-top: 0.31vw; } }
@media screen and (orientation: portrait) and (max-width: 1280px) {
  .shop-item a {
    padding: 3.5vw 2vw; }
  .shop-title {
    font-size: 1.5vw; }
  .shop-text {
    font-size: 1.5vw; } }
@media screen and (max-width: 767px) {
  .shop {
    width: 90vw;
    padding: 8vw 0; }
    .shop-list {
      border-top: solid 0.08rem #ddd; }
    .shop-item {
      border-bottom: solid 0.08rem #ddd; }
      .shop-item a {
        padding: 5vw 0; }
        .shop-item a:hover {
          padding-right: 0; }
      .shop-item i {
        font-size: 6vw; }
    .shop-title {
      font-size: 4.2vw;
      line-height: 5.86vw;
      width: auto;
      margin-bottom: 3.6vw; }
    .shop-text {
      font-size: 4vw;
      line-height: 5.86vw; }
      .shop-text span.is-red {
        margin-top: 2vw; }
    .shop-box {
      display: block; } 
    
    .sec {
      flex-wrap: wrap;
    }
  }
.shop-detail {
  width: 1140px;
  margin: 0 auto;
  padding: 20px 0 60px; }
  .shop-detail-list {
    border-bottom: solid 1px #ddd; }
  .shop-detail-item {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #ddd;
    align-items: center;
    padding: 24px; }
  .shop-detail-box {
    padding: 24px; }
  .shop-detail-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    width: 212px; }
    .shop-detail-title-all {
      font-size: 28px;
      font-weight: 700;
      color: #e8463b;
      margin-bottom: 16px; }
  .shop-detail-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    margin: 0 20px 16px 0; }
  .shop-detail-map {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #e8463b;
    border-radius: 4px;
    margin-left: 40px;
    padding: 0 12px; }
    .shop-detail-map:hover {
      opacity: 0.6;
      transition: 0.3s; }
    .shop-detail-map img {
      width: 12px;
      height: auto;
      margin: 5px 12px 5px 0; }
  .shop-detail-btn {
    display: flex;
    justify-content: space-between;
    width: 235px; /* 254px */
    height: 48px;
    line-height: 48px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #e8463b;
    padding: 0 16px;
    border-radius: 8px; }
  .shop-detail-btn:hover {
    padding-right: 10px;
    opacity: 0.6;
    transition: 0.3s; }
  .shop-detail-faq {
    display: flex;
    justify-content: space-between;
    width: 264px; /* 254px */
    height: 48px;
    line-height: 48px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #e8463b;
    padding: 0 16px;
    border-radius: 8px; }
  .shop-detail-faq:hover {
    padding-right: 10px;
    opacity: 0.6;
    transition: 0.3s; }

#znavi_booking .booking {
  display: flex !important;
  float: none !important; }

#znavi_booking .znavi_button_booking {
  margin: 0 20px 0 0 !important; }

#znavi_booking .znavi_button_booking .button {
  height: 70px !important; }


@media screen and (max-width: 1280px) {
  .shop-detail {
    width: 89vw;
    padding: 1.56vw 0 4.68vw; }
    .shop-detail-list {
      border-bottom: solid 0.06rem #ddd; }
    .shop-detail-item {
      border-top: solid 0.06rem #ddd;
      padding: 1.87vw; }
    .shop-detail-box {
      padding: 1.87vw; }
    .shop-detail-title {
      font-size: 1.25vw;
      line-height: 1.72vw;
      width: 16.56vw; }
      .shop-detail-title-all {
        font-size: 2.18vw;
        margin-bottom: 1.25vw; }
    .shop-detail-text {
      font-size: 1.5vw;
      line-height: 1.72vw;
      width: 60vw;
      margin-bottom: 1.25vw; }
    .shop-detail-map {
      height: 1.72vw;
      line-height: 1.72vw;
      font-size: 1.17vw;
      border-radius: 0.31vw;
      margin-left: 3.12vw;
      padding: 0 0.93vw; }
      .shop-detail-map img {
        width: 0.93vw;
        margin: 0.39vw 0.93vw 0.39vw 0; }
    .shop-detail-btn {
      width: 20.84vw; /*19.84vw;*/
      height: 3.75vw;
      line-height: 3.75vw;
      font-size: 1.25vw;
      padding: 0 1.25vw;
      border-radius: 0.62vw; }
      .shop-detail-btn:hover {
        padding-right: 0.78vw; }

  #znavi_booking .znavi_button_booking {
    margin: 0 2.18vw 0 0 !important; }

  #znavi_booking .znavi_button_booking .button {
    height: 5.46vw !important; }
  
  .shop-detail-notice {
    padding: 0px 0px 0px 206px;
    font-size: 1.5vw;
  }

  .shop-detail-reserve {
    /* padding: 0px 0px 0px 176px; */
    margin-top: 15px;
  }
  
}
@media screen and (orientation: portrait) and (max-width: 1280px) {
  .shop-detail-item {
    padding: 3.5vw 2vw; }
  .shop-detail-title {
    font-size: 1.5vw; }
  .shop-detail-text {
    font-size: 1.5vw; }
  .shop-detail-map {
    height: 1.9vw;
    line-height: 1.9vw;
    font-size: 1.5vw; }
  .shop-detail-btn {
    width: 23vw;
    height: 5vw;
    line-height: 5vw;
    font-size: 1.4vw; }

  #znavi_booking .booking {
    display: block !important; }

  #znavi_booking .znavi_button_booking .button {
    height: 8vw !important; }

  #znavi_booking .znavi_button_booking {
    margin: 0 auto 2.18vw !important; } }
@media screen and (max-width: 767px) {
  .shop-detail {
    width: 90vw;
    padding: 8vw 0; }
    .shop-detail-list {
      border-bottom: solid 0.08rem #ddd; }
    .shop-detail-item {
      display: block;
      border-top: solid 0.08rem #ddd;
      padding: 5vw 0; }
    .shop-detail-box {
      padding: 5vw 0; }
    .shop-detail-title {
      font-size: 4.2vw;
      line-height: 5vw;
      width: 100%;
      margin-bottom: 4vw; }
      .shop-detail-title-all {
        font-size: 6vw;
        margin-bottom: 4vw; }
    .shop-detail-text {
      font-size: 4vw;
      line-height: 5vw;
      width: 90vw;
      margin-bottom: 4.26vw; }
    .shop-detail-map {
      height: 6vw;
      line-height: 6vw;
      font-size: 4vw;
      border-radius: 1vw;
      margin-left: 4vw;
      padding: 0 1.2vw; }
      .shop-detail-map img {
        width: 3vw;
        margin: 1.2vw 3vw 1.2vw 0; }
    .shop-detail-btn {
      width: 70vw; /* 65vw */
      height: 12vw;
      line-height: 12vw;
      font-size: 4.2vw;
      padding: 0 4.2vw;
      border-radius: 2vw; }
      .shop-detail-btn:hover {
        padding-right: 3.6vw; }

  #znavi_booking {
    min-width: inherit !important; }

  #znavi_booking .booking {
    display: block !important; }

  #znavi_booking .znavi_button_booking {
    margin: 0 auto 5.33vw !important; }

  #znavi_booking .znavi_button_booking .button {
    height: 18.66vw !important; } 
  
    .shop-detail-notice {
      padding: 0px 0px;
      font-size: 4vw;
      line-height: 5vw;
      margin-bottom: 4.26vw;
  }

  .shop-detail-reserve {
    padding: 0px 0px 0px 0px;
    margin-top: 15px;
  }
    }
  
.takeout-btn {
  margin: 80px 0 100px; }
  .takeout-btn.is-bottom {
    margin-bottom: 0; }
  .takeout-btn-text {
    font-size: 28px;
    font-weight: 700;
    color: #e8463b;
    margin-bottom: 56px;
    text-align: center; }
  .takeout-btn-box {
    width: 636px;
    height: 104px;
    margin: 0 auto; }
    .takeout-btn-box a {
      display: flex;
      justify-content: space-between;
      width: 100%;
      font-size: 24px;
      font-weight: 700;
      border-radius: 12px;
      padding: 40px 66px;
      color: #fff;
      background: #e8463b; }
      .takeout-btn-box a:hover {
        padding-right: 60px;
        opacity: 0.6;
        transition: 0.3s; }

@media screen and (max-width: 1280px) {
  .takeout-btn {
    margin: 6.25vw 0 7.81vw; }
    .takeout-btn-text {
      font-size: 2.18vw;
      margin-bottom: 4.37vw; }
    .takeout-btn-box {
      width: 49.68vw;
      height: 8.12vw; }
      .takeout-btn-box a {
        font-size: 1.87vw;
        border-radius: 0.93vw;
        padding: 3.12vw 5.15vw; }
        .takeout-btn-box a:hover {
          padding-right: 4.68vw; } }
@media screen and (max-width: 767px) {
  .takeout-btn {
    margin: 8vw 0; }
    .takeout-btn.is-bottom {
      margin: 20vw 0 0; }
    .takeout-btn-text {
      font-size: 5vw;
      margin-bottom: 8vw;
      line-height: 6vw; }
    .takeout-btn-box {
      width: 90vw;
      height: 24vw; }
      .takeout-btn-box a {
        font-size: 4vw;
        padding: 6vw 5vw; }
        .takeout-btn-box a:hover {
          padding-right: 4vw; } }
.takeout-menu {
  margin-bottom: 80px; }
  .takeout-menu-list {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #ddd; }
    .takeout-menu-list.is-bottom {
      margin-top: 16px; }
  .takeout-menu-item {
    width: 285px;
    padding: 24px;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd; }
    .takeout-menu-item:nth-of-type(4n) {
      border-right: none; }
    .takeout-menu-item img {
      width: 100%;
      height: auto;
      margin-bottom: 16px; }
  .takeout-menu-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px; }
    .takeout-menu-title .is-small {
      font-size: 14px;
      display: block; }
    .takeout-menu-title-all {
      font-size: 22px;
      font-weight: 700;
      margin: 40px 0 16px;
      color: #e8463b; }
      .takeout-menu-title-all.is-top {
        margin-top: 0; }
  .takeout-menu-price {
    font-size: 20px;
    font-weight: 700; }
    .takeout-menu-price .is-small {
      font-size: 14px; }
      .takeout-menu-price .is-small.is-option {
        margin-right: 6px; }
    .takeout-menu-price.is-option {
      margin-top: 8px; }
  .takeout-menu-img {
    width: 100%;
    height: auto;
    margin-top: 24px;
    padding: 0 24px; }
  .takeout-menu-lunch {
    padding: 0 24px 24px 24px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd; }

@media screen and (max-width: 1280px) {
  .takeout-menu {
    margin-bottom: 6.25vw; }
    .takeout-menu-list {
      border-top: solid 0.06rem #ddd; }
      .takeout-menu-list.is-bottom {
        margin-top: 1.25vw; }
    .takeout-menu-item {
      width: 22.25vw;
      padding: 1.87vw;
      border-bottom: solid 0.06rem #ddd;
      border-right: solid 0.06rem #ddd; }
      .takeout-menu-item img {
        margin-bottom: 1.25vw; }
    .takeout-menu-title {
      font-size: 1.48vw;
      line-height: 2.03vw;
      margin-bottom: 0.93vw; }
      .takeout-menu-title .is-small {
        font-size: 1.09vw; }
      .takeout-menu-title-all {
        font-size: 1.72vw;
        margin: 3.12vw 0 1.25vw; }
    .takeout-menu-price {
      font-size: 1.56vw; }
      .takeout-menu-price .is-small {
        font-size: 1.09vw; }
        .takeout-menu-price .is-small.is-option {
          margin-right: 0.46vw; }
      .takeout-menu-price.is-option {
        margin-top: 0.62vw; }
    .takeout-menu-img {
      margin-top: 1.87vw;
      padding: 0 1.87vw; }
    .takeout-menu-lunch {
      padding: 0 1.87vw 1.87vw 1.87vw;
      border-top: solid 0.06rem #ddd;
      border-bottom: solid 0.06rem #ddd; } }
@media screen and (orientation: portrait) and (max-width: 1280px) {
  .takeout-menu {
    margin-bottom: 6.25vw; }
    .takeout-menu-item {
      width: 29.66vw;
      padding: 2vw; }
      .takeout-menu-item img {
        margin-bottom: 1.5vw; }
      .takeout-menu-item:nth-of-type(4n) {
        border-right: solid 0.06rem #ddd; }
      .takeout-menu-item:nth-of-type(3n) {
        border-right: none; }
    .takeout-menu-title {
      font-size: 2vw;
      line-height: 2.4vw;
      margin-bottom: 1.1vw; }
      .takeout-menu-title .is-small {
        font-size: 1.5vw; }
      .takeout-menu-title-all {
        font-size: 2.4vw;
        margin: 4vw 0 1.5vw; }
    .takeout-menu-price {
      font-size: 2vw; }
      .takeout-menu-price .is-small {
        font-size: 1.5vw; }
        .takeout-menu-price .is-small.is-option {
          margin-right: 0.8vw; }
      .takeout-menu-price.is-option {
        margin-top: 1vw; }
    .takeout-menu-img {
      margin-top: 2vw;
      padding: 0 2vw; }
    .takeout-menu-lunch {
      padding: 0 2vw 2vw 2vw; } }
@media screen and (max-width: 767px) {
  .takeout-menu {
    margin-bottom: 8vw; }
    .takeout-menu-list.is-bottom {
      margin-top: 2.66vw; }
    .takeout-menu-item {
      width: 45vw;
      padding: 4vw 4vw 4vw 0;
      border-bottom: solid 0.08rem #ddd; }
      .takeout-menu-item img {
        margin-bottom: 2.66vw; }
      .takeout-menu-item:nth-of-type(3n) {
        border-right: solid 0.08rem #ddd; }
      .takeout-menu-item:nth-of-type(2n) {
        border-right: none;
        padding: 4vw 0 4vw 4vw; }
      .takeout-menu-item:nth-of-type(4n) {
        border-right: none; }
    .takeout-menu-title {
      font-size: 4.2vw;
      line-height: 5vw;
      margin-bottom: 3.2vw; }
      .takeout-menu-title .is-small {
        font-size: 3vw;
        display: block; }
      .takeout-menu-title-all {
        font-size: 6vw;
        margin: 8vw 0 4.2vw; }
    .takeout-menu-price {
      font-size: 4.8vw; }
      .takeout-menu-price .is-small {
        font-size: 3vw; }
        .takeout-menu-price .is-small.is-option {
          margin-right: 1.6vw; }
      .takeout-menu-price.is-option {
        margin-top: 2vw; }
    .takeout-menu-img {
      margin-top: 6vw;
      padding: 0; }
    .takeout-menu-lunch {
      padding: 0 0 5vw;
      border-top: solid 0.08rem #ddd;
      border-bottom: solid 0.08rem #ddd; } }
.privacy {
  width: 1140px;
  margin: 0 auto;
  padding: 20px 0 60px; }
  .privacy-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    padding: 24px 0 16px 24px; }
    .privacy-title-all {
      font-size: 28px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px; }
  .privacy-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 24px 24px;
    border-bottom: solid 1px #ddd; }
    .privacy-text.is-bottom {
      padding-top: 24px;
      padding-bottom: 0;
      border-bottom: none; }

@media screen and (max-width: 1280px) {
  .privacy {
    width: 89vw;
    padding: 1.56vw 0 4.68vw; }
    .privacy-title {
      font-size: 1.4vw;
      padding: 1.87vw 0 1.25vw 1.87vw; }
      .privacy-title-all {
        font-size: 2.18vw;
        margin-bottom: 3.12vw; }
    .privacy-text {
      font-size: 1.17vw;
      line-height: 1.72vw;
      padding: 0 0 1.87vw 1.87vw;
      border-bottom: solid 0.06rem #ddd; }
      .privacy-text.is-bottom {
        padding-top: 1.87vw; } }
@media screen and (orientation: portrait) and (max-width: 1280px) {
  .privacy {
    width: 89vw;
    padding: 1.56vw 0 4.68vw; }
    .privacy-title {
      font-size: 1.7vw;
      padding: 3.5vw 0 2vw 3.5vw; }
    .privacy-text {
      font-size: 1.5vw;
      line-height: 2vw;
      padding: 0 0 3.5vw 3.5vw;
      border-bottom: solid 0.06rem #ddd; }
      .privacy-text.is-bottom {
        padding-top: 3.5vw; } }
@media screen and (max-width: 767px) {
  .privacy {
    width: 90vw;
    padding: 10.66vw 0 0; }
    .privacy-title {
      font-size: 4.8vw;
      padding: 6.4vw 0 3vw 0; }
      .privacy-title-all {
        font-size: 6vw;
        margin-bottom: 8vw; }
    .privacy-text {
      font-size: 4vw;
      line-height: 6vw;
      padding: 0 0 6.4vw 0;
      border-bottom: solid 0.08rem #ddd; }
      .privacy-text.is-bottom {
        padding-top: 6.4vw; } }
