@charset "UTF-8";
/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box; }

body, h1, h2, h3, h4, h5, p,
ul, ol, li, dl, dt, dd,
table,
form, input {
  margin: 0;
  padding: 0; }

main, article, section, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url("./font/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("opentype"), url("./font/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("opentype"), url("./font/Noto_Sans_JP/NotoSansJP-SemiBold.ttf") format("opentype"), url("./font/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("opentype"), url("./font/Noto_Sans_JP/NotoSansJP-ExtraBold.ttf") format("opentype"), url("./font/Noto_Sans_JP/NotoSansJP-Black.ttf") format("opentype"); }
@font-face {
  font-family: 'Lora';
  src: url("./font/Lora/Lora-Regular.ttf") format("opentype"), url("./font/Lora/Lora-Bold.ttf") format("opentype"); }
@font-face {
  font-family: 'Ropa Sans';
  src: url("./font/Ropa_Sans/RopaSans-Regular.ttf") format("opentype"); }
@font-face {
  font-family: 'Roboto';
  src: url("./font/Roboto/Roboto-Regular.ttf") format("opentype"), url("./font/Roboto/Roboto-Bold.ttf") format("opentype"); }
@font-face {
  font-family: 'Roboto Condensed';
  src: url("./font/Roboto_Condensed/RobotoCondensed-Regular.ttf") format("opentype"), url("./font/Roboto_Condensed/RobotoCondensed-Bold.ttf") format("opentype"); }
@font-face {
  font-family: 'Inter';
  src: url("./font/Inter/Inter-Regular.ttf") format("opentype"), url("./font/Inter/Inter-Bold.ttf") format("opentype"); }
html {
  font-size: 16px;
  scroll-behavior: auto; }
  @media screen and (max-width: 849.98px) {
    html {
      font-size: 14px; } }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  position: relative;
  background-color: #fff;
  color: #000;
  /*overflow: hidden;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  pointer-events: all;
  line-height: 1.5625;
  letter-spacing: 0.1em; }

a {
  color: #000;
  display: block;
  text-decoration: none;
  word-break: break-all;
  transition: 0.5s all ease 0s; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ol, ul, li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

picture,
img {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0; }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none; }

::selection {
  background-color: #082B5C;
  color: #fff; }

::-moz-selection {
  background-color: #082B5C;
  color: #fff; }

.wrap {
  width: 90%;
  margin: 0 auto; }

/*-------------------------------------------*/
/*	表示
/*-------------------------------------------*/
[data-in] {
  transition: opacity .5s, transform .5s;
  transform: translateY(15px);
  opacity: 0; }

[data-in="1"] {
  transform: translateY(0);
  opacity: 1; }

.pc {
  display: block; }
  @media screen and (max-width: 499.98px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 499.98px) {
    .sp {
      display: block; } }

.max-tb {
  display: none; }
  @media screen and (max-width: 767.98px) {
    .max-tb {
      display: block; } }

.min-tb {
  display: block; }
  @media screen and (max-width: 767.98px) {
    .min-tb {
      display: none; } }

/*-------------------------------------------*/
/*	印刷
/*-------------------------------------------*/
@media print {
  html, body {
    height: 100%;
    min-height: 100%; } }
#main {
  background-image: url("../../image/bg/bg_main-tile.jpg");
  background-color: #333; }
  #main main {
    height: 100vh;
    display: flex;
    overflow-y: scroll; }
    #main main #contents {
      position: fixed;
      overflow-y: scroll;
      z-index: 10;
      width: 100%;
      height: 100vh; }
      #main main #contents .wrapper {
        width: 83%;
        margin: 0 0 0 auto;
        padding-bottom: 80px; }
      #main main #contents h1 {
        line-height: 1;
        padding-top: 6.714vh;
        padding-bottom: 6.714vh;
        text-align: center; }
        #main main #contents h1 img {
          width: 73.65%;
          max-width: 137px; }
  #main section {
    padding-top: 70px;
    margin-top: -70px; }
    #main section > div {
      margin-top: 16px;
      padding: 20px 24px 24px;
      border-radius: 32px 32px 4px 4px;
      box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
      background-image: url("../../image/bg/bg_category_contain-top-center.png");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 100%;
      background-color: #852929; }
      #main section > div:first-child {
        margin-top: 24px; }
      #main section > div ul {
        display: flex;
        flex-wrap: wrap; }
        #main section > div ul li {
          width: 31.77%;
          margin-top: 16px;
          margin-right: 2.345%;
          border-radius: 8px;
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
          overflow: hidden; }
          #main section > div ul li:nth-child(3n) {
            margin-right: 0; }
    #main section:nth-child(2n) > div {
      background-color: #987B16; }
    #main section:nth-child(3n) > div {
      background-color: #285B36; }
    #main section:nth-child(4n) > div {
      background-color: #295385; }
    #main section:nth-child(5n) > div {
      background-color: #583E8F; }
    #main section .title {
      line-height: 32px;
      text-align: center;
      font-weight: 700;
      font-size: 24px;
      color: #fff; }
    #main section .menu_image {
      position: relative;
      background: #000; }
      #main section .menu_image div {
        width: 25.46vw;
        height: 19.03vw;
        background-position: center;
        background-size: cover; }
      #main section .menu_image.soldout div {
        opacity: 0.5; }
    #main section .menu_text {
      position: absolute;
      top: 0;
      left: 0;
      font-family: "Noto Serif JP", serif;
      font-weight: 600;
      font-size: 16px;
      line-height: 32px;
      letter-spacing: 0;
      color: #fff; }
      #main section .menu_text span {
        display: block;
        width: 100%;
        height: 100%;
        padding: 4px 16px;
        background: #000000;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    #main section .menu_price {
      position: absolute;
      right: 16px;
      bottom: 7.44px;
      font-family: "Lora", serif;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0;
      color: #fff;
      text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 8px, rgba(0, 0, 0, 0.4) -1px 1px 8px, rgba(0, 0, 0, 0.4) 1px -1px 8px, rgba(0, 0, 0, 0.4) -1px -1px 8px; }
      #main section .menu_price.soldout {
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif; }
    #main section .menu_frame {
      position: relative;
      height: 5.95vw;
      min-height: 72px; }
      #main section .menu_frame > div {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: blur(22px);
        backdrop-filter: blur(22px);
        border-radius: 0 0 8px 8px; }
        #main section .menu_frame > div.bg {
          position: absolute;
          top: 0;
          left: 0; }
    #main section .menu_name {
      position: absolute;
      top: 8px;
      left: 0;
      padding: 0 24px;
      font-weight: 600;
      font-size: 18px;
      line-height: 28px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      color: #fff; }
  #main .wrap {
    transition: 0.5s all ease 0s; }
  #main #menu_nav {
    position: fixed;
    overflow: hidden;
    width: 17%;
    height: 100%;
    padding-bottom: 80px; }
    #main #menu_nav > div {
      position: relative;
      width: 100%;
      height: 100%; }
    #main #menu_nav ul {
      height: 63.431vh;
      overflow-y: scroll; }
      #main #menu_nav ul li a {
        display: flex;
        align-items: center;
        height: 6.714vh;
        /*56px*/
        padding-left: calc(50% - 122px/2);
        padding-right: 10px;
        font-family: "Noto Serif JP", serif;
        font-style: normal;
        font-weight: 300;
        font-size: 21px;
        line-height: 24px;
        color: #fff; }
        #main #menu_nav ul li a.selected {
          background: #C99022; }
    #main #menu_nav .note {
      position: absolute;
      bottom: 10px;
      padding-left: calc(50% - 122px/2);
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      color: #A8A8A8; }
  #main #add_cart {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 2000; }
    #main #add_cart img {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translateY(-50%);
      width: 40.36vw;
      max-width: 482px; }
    #main #add_cart p {
      position: absolute;
      top: 58.51vh;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      color: #fff; }
  #main .fadeUpout {
    visibility: hidden;
    animation-name: fadeUpoutAnime;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    opacity: 0; }
@keyframes fadeUpoutAnime {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translateY(0); }
  30% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  50% {
    opacity: 1;
    visibility: visible;
    animation-play-state: paused; }
  70% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    animation-duration: 2.0s; }
  100% {
    opacity: 0;
    visibility: hidden; } }
.nav_menu {
  /*language*/ }
  .nav_menu #language {
    display: none; }
    .nav_menu #language ul li {
      margin-bottom: 2.877vh;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px; }
    .nav_menu #language input {
      width: 100%;
      height: 44px;
      padding: 0 22px;
      border-radius: 4px;
      border: 1px solid #ffffff40;
      background: #ffffff30;
      color: #fff; }
      .nav_menu #language input:focus {
        background: #fff;
        color: #000; }
    .nav_menu #language input[type="radio"], .nav_menu #language input[type="checkbox"] {
      display: none; }
    .nav_menu #language input[type="radio"] + label {
      position: relative;
      display: inline-block;
      padding-left: 3.18vw;
      cursor: pointer; }
      .nav_menu #language input[type="radio"] + label:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        width: 22px;
        height: 22px;
        margin-top: -1.439vh;
        background: #A8A8A8;
        border-radius: 50%; }
    .nav_menu #language input[type="radio"]:checked + label::after {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: 22px;
      height: 22px;
      margin-top: -1.439vh;
      border-radius: 50%;
      background: #C99022; }
    .nav_menu #language input[type="checkbox"] + label {
      position: relative;
      display: inline-block;
      padding: 3px 0 7px 52px;
      line-height: 1.6;
      cursor: pointer;
      height: 40px;
      margin-left: 20px; }
      .nav_menu #language input[type="checkbox"] + label:before {
        position: absolute;
        content: "";
        top: 5px;
        left: 0;
        width: 24px;
        height: 24px;
        border-radius: 4px;
        border: 1px solid #ffffff40;
        background: #ffffff30; }
    .nav_menu #language input[type="checkbox"]:checked + label::after {
      position: absolute;
      content: "";
      top: 10px;
      left: 5px;
      width: 14px;
      height: 8px;
      border-left: 3px solid;
      border-bottom: 3px solid;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .nav_menu #language .mfp-close {
      width: 48px;
      height: 22px;
      line-height: 22px;
      position: absolute;
      top: -6.715vh;
      right: 0;
      text-decoration: none;
      text-align: center;
      padding: 0;
      font-style: normal;
      font-size: 58px;
      font-family: sans-serif;
      font-weight: 300;
      color: #fff; }
    .nav_menu #language .button {
      position: static;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 56px;
      background: #C99022;
      border-radius: 56px;
      font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 1.5075vw;
      /*18px*/
      letter-spacing: 0;
      color: #fff; }
      .nav_menu #language .button span {
        display: inline-block;
        width: 2.01vw;
        max-width: 24px;
        height: 2.878vh;
        max-height: 24px;
        margin-top: 2px;
        margin-right: 1vw;
        background-size: contain;
        background-repeat: no-repeat; }
        .nav_menu #language .button span.check {
          background-image: url("../../image/icon/icon_check.svg"); }
      .nav_menu #language .button.button_select {
        width: 13.23vw;
        height: 40px;
        line-height: 40px;
        max-width: 158px;
        margin: 0 auto; }
  .nav_menu .mfp-content #language {
    display: block;
    width: 42.21vw;
    max-width: 504px;
    margin: 0 auto;
    padding: 3.837vh 3.35vw;
    border-radius: 32px;
    background: rgba(2, 2, 2, 0.9);
    color: #fff; }

#back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 72px;
  padding: 2vw 2.5125vw 1.34vw;
  background: #EEEEEE;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 2.68vw; }
  #back > div {
    position: relative;
    width: 100%;
    height: 100%; }
  #back .arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.68vw;
    max-width: 32px;
    height: 3.837vh;
    max-height: 32px;
    background: url("../../image/icon/icon_arrow_back.svg") center/cover; }

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 56px;
  background: #C99022;
  border-radius: 56px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  color: #fff; }
  .button span {
    display: inline-block;
    width: 3.35vw;
    max-width: 40px;
    height: 3.35vw;
    max-height: 40px;
    margin-right: 1vw;
    background-size: contain;
    background-repeat: no-repeat; }
    .button span.arrow {
      background-image: url("../../image/icon/icon_arrow_back_w.svg"); }
    .button span.cart {
      background-image: url("../../image/icon/icon_cart.svg"); }
    .button span.check {
      background-image: url("../../image/icon/icon_check.svg"); }
  .button.button_start {
    width: 33.5vw;
    max-width: 400px;
    line-height: 80px;
    font-size: 2.5125vw;
    /*30px*/ }
    .button.button_start span {
      width: 2.68vw;
      max-width: 32px;
      height: 2.926vh;
      max-height: 24.41px; }
  .button.button_conf {
    width: 22.11vw;
    max-width: 264px;
    margin-left: 1.675vw; }
  .button.button_comp {
    width: 19.43vw;
    max-width: 232px;
    margin-left: 1.675vw; }
  .button.button_back {
    width: 19.43vw;
    max-width: 232px;
    margin: 0 auto; }
  .button .count {
    position: absolute;
    right: 0.754vw;
    width: 3.35vw;
    max-width: 40px;
    height: 3.35vw;
    max-height: 40px;
    padding-top: 3px;
    border-radius: 50%;
    background: #B70E0E;
    text-align: center;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px; }

.menu_price {
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0; }

.menu_qty {
  display: flex;
  align-items: center; }
  .menu_qty button {
    width: 3.35vw;
    max-width: 40px;
    height: 3.35vw;
    max-height: 40px; }
    .menu_qty button.remove {
      margin-right: 0.67vw;
      background: url("../../image/icon/icon_remove.svg") center/cover; }
    .menu_qty button.add {
      margin-left: 0.67vw;
      background: url("../../image/icon/icon_add.svg") center/cover; }
  .menu_qty div {
    padding: 0 1vw;
    border-radius: 8px;
    background: #EEEEEE;
    text-align: right;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 38px; }

/*-------------------------------------------*/
/*	確認
/*-------------------------------------------*/
#conf .order_comp {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  height: 100vh;
  opacity: 0; }
  #conf .order_comp img {
    width: 48.24vw;
    max-width: 576px;
    height: 56.595vh;
    max-height: 472px; }
#conf .fadeInout {
  animation-name: fadeInoutAnime;
  animation-duration: 3.0s;
  animation-fill-mode: forwards; }
@keyframes fadeInoutAnime {
  0% {
    opacity: 0;
    transform: translateY(-50px); }
  30% {
    opacity: 1;
    transform: translateY(0); }
  50% {
    opacity: 1;
    animation-play-state: paused; }
  70% {
    opacity: 1;
    transform: translateY(0);
    animation-duration: 2.5s; }
  100% {
    opacity: 0; } }
/*-------------------------------------------*/
/*	完了
/*-------------------------------------------*/
#comp img {
  display: block;
  width: 20.85vw;
  max-width: 249px;
  margin: 0 auto;
  padding: 23.98vh 0 2.878vh; }
#comp p {
  margin-bottom: 16.067vh;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px; }

/*-------------------------------------------*/
/*	使い方
/*-------------------------------------------*/
#howto main {
  height: calc(100vh - 72px);
  padding-top: 72px; }
  #howto main img {
    display: block;
    width: 100%;
    margin: 0 auto; }

#check {
  background: #fff; }
  #check .wrap {
    width: 82.5vw;
    max-width: 985px; }
  #check ul {
    margin-top: 72px;
    padding: 2vw 0 80px; }
    #check ul li {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 2vw;
      padding-bottom: 2vw;
      border-bottom: 1px solid #C8C8C8;
      /*menu_left*/
      /*menu_right*/ }
      #check ul li .menu_frame_left {
        width: 16.75vw;
        max-width: 200px; }
        #check ul li .menu_frame_left .menu_image {
          width: 16.75vw;
          max-width: 200px;
          height: 17.985vh;
          max-height: 150px;
          border-radius: 8px;
          background-size: cover; }
      #check ul li .menu_frame_right {
        position: relative;
        width: 63.65vw;
        max-width: 760px;
        height: 17.985vh;
        max-height: 150px; }
        #check ul li .menu_frame_right h4 {
          font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 24px;
          line-height: 32px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
        #check ul li .menu_frame_right > div {
          position: absolute;
          bottom: 0;
          left: 0;
          display: flex;
          align-items: flex-end;
          justify-content: space-between;
          width: 100%; }
          #check ul li .menu_frame_right > div .menu_price {
            font-size: 30px;
            line-height: 40px; }
          #check ul li .menu_frame_right > div .button_area {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            #check ul li .menu_frame_right > div .button_area .button_delete {
              width: 2.68vw;
              max-width: 32px;
              height: 2.68vw;
              max-height: 32px;
              margin-left: 2.68vw;
              background: url("../../image/icon/icon_delete.png") center/cover; }
            #check ul li .menu_frame_right > div .button_area .menu_qty {
              margin-left: 1vw; }
              #check ul li .menu_frame_right > div .button_area .menu_qty button {
                width: 2.68vw;
                max-width: 32px;
                height: 2.68vw;
                max-height: 32px; }
              #check ul li .menu_frame_right > div .button_area .menu_qty div {
                width: 6.2vw;
                line-height: 40px;
                font-size: 24px; }

.popup_content {
  /*popup_menu*/ }
  .popup_content .mfp-container {
    position: fixed;
    background: rgba(0, 0, 0, 0.5); }
  .popup_content .mfp-content {
    width: auto;
    max-width: none;
    padding: 0;
    border-radius: 0;
    background: none; }
  .popup_content .popup_menu {
    display: none;
    position: relative;
    width: 91.29vw;
    max-width: 1090px;
    height: 94.6vh;
    max-height: 789px;
    margin: 0 auto;
    padding: 0;
    border-radius: 32px;
    background: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.51);
    overflow: hidden;
    z-index: -10;
    /*menu_detail*/
    /*menu_other*/ }
    .popup_content .popup_menu .back {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      filter: blur(42px);
      z-index: -5; }
    .popup_content .popup_menu .mfp-close.close {
      width: 48px;
      height: 48px;
      line-height: 22px;
      position: absolute;
      top: 1.918vh;
      right: 2vw;
      text-decoration: none;
      text-align: center;
      padding: 0;
      font-style: normal;
      font-size: 58px;
      font-family: sans-serif;
      font-weight: 300; }
    .popup_content .popup_menu .button_add {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #C99022;
      border-radius: 56px;
      font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
      font-style: normal;
      font-weight: 700;
      letter-spacing: 0;
      color: #fff; }
      .popup_content .popup_menu .button_add span {
        display: inline-block;
        margin-right: 1vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../../image/icon/icon_cart-in.svg"); }
    .popup_content .popup_menu .button_soldout {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #A8A8A8;
      border-radius: 56px;
      font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
      font-style: normal;
      font-weight: 700;
      letter-spacing: 0;
      color: #fff; }
      .popup_content .popup_menu .button_soldout span {
        display: none; }
    .popup_content .popup_menu .menu_detail {
      display: flex;
      justify-content: space-between;
      padding: 5.755vh 2vw 5.395vh;
      /*menu_frame_right*/ }
      .popup_content .popup_menu .menu_detail .menu_frame_left {
        width: 34.17vw;
        max-width: 408px; }
        .popup_content .popup_menu .menu_detail .menu_frame_left .menu_image {
          width: 34.17vw;
          max-width: 408px;
          height: 25.54vw;
          max-height: 306px;
          background-size: cover; }
        .popup_content .popup_menu .menu_detail .menu_frame_left .allergy {
          display: flex;
          margin-top: 9px; }
          .popup_content .popup_menu .menu_detail .menu_frame_left .allergy li {
            display: none;
            width: 4.69vw;
            max-width: 56px;
            height: 4.69vw;
            max-height: 56px;
            margin-right: 2px;
            text-indent: -9999px; }
            .popup_content .popup_menu .menu_detail .menu_frame_left .allergy li.on {
              display: block; }
            .popup_content .popup_menu .menu_detail .menu_frame_left .allergy li:last-child {
              margin-right: 0; }
          .popup_content .popup_menu .menu_detail .menu_frame_left .allergy #shrimp {
            background: url("../../image/food_icon/food_shrimp.svg") center/cover; }
          .popup_content .popup_menu .menu_detail .menu_frame_left .allergy #crab {
            background: url("../../image/food_icon/food_crab.svg") center/cover; }
          .popup_content .popup_menu .menu_detail .menu_frame_left .allergy #buckwheat {
            background: url("../../image/food_icon/food_buckwheat.svg") center/cover; }
          .popup_content .popup_menu .menu_detail .menu_frame_left .allergy #egg {
            background: url("../../image/food_icon/food_egg.svg") center/cover; }
          .popup_content .popup_menu .menu_detail .menu_frame_left .allergy #wheat {
            background: url("../../image/food_icon/food_wheat.svg") center/cover; }
          .popup_content .popup_menu .menu_detail .menu_frame_left .allergy #milk {
            background: url("../../image/food_icon/food_milk.svg") center/cover; }
          .popup_content .popup_menu .menu_detail .menu_frame_left .allergy #peanut {
            background: url("../../image/food_icon/food_peanut.svg") center/cover; }
      .popup_content .popup_menu .menu_detail .menu_frame_right {
        position: relative;
        width: 51.089vw;
        max-width: 610px;
        height: 44.96vh;
        max-height: 375px; }
        .popup_content .popup_menu .menu_detail .menu_frame_right h3 {
          font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 36px;
          line-height: 54px; }
        .popup_content .popup_menu .menu_detail .menu_frame_right p {
          margin-top: 8px;
          font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0.05em; }
        .popup_content .popup_menu .menu_detail .menu_frame_right > div {
          position: absolute;
          bottom: 0;
          left: 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
          .popup_content .popup_menu .menu_detail .menu_frame_right > div .menu_price {
            font-size: 40px;
            line-height: 40px; }
          .popup_content .popup_menu .menu_detail .menu_frame_right > div .button_add {
            width: 19.68vw;
            max-width: 235px;
            margin-left: 1.5vw;
            height: 6.714vh;
            max-height: 56px;
            font-size: 2vw;
            /*24px*/ }
            .popup_content .popup_menu .menu_detail .menu_frame_right > div .button_add span {
              width: 3.35vw;
              max-width: 40px;
              height: 3.35vw;
              max-height: 40px; }
          .popup_content .popup_menu .menu_detail .menu_frame_right > div .button_soldout {
            width: 19.68vw;
            max-width: 235px;
            margin-left: 1.5vw;
            height: 6.714vh;
            max-height: 56px;
            font-size: 2vw;
            /*24px*/ }
          .popup_content .popup_menu .menu_detail .menu_frame_right > div .menu_qty {
            margin-left: 1vw; }
            .popup_content .popup_menu .menu_detail .menu_frame_right > div .menu_qty div {
              width: 5.36vw;
              line-height: 48px;
              background: #fff; }
    .popup_content .popup_menu .menu_other {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40.55vh;
      max-height: 320px;
      padding: 2.915vh 2vw 3.042vh;
      background: rgba(0, 0, 0, 0.15); }
      .popup_content .popup_menu .menu_other p {
        margin-bottom: 3.042vh;
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px; }
      .popup_content .popup_menu .menu_other ul {
        display: flex;
        overflow: hidden; }
        .popup_content .popup_menu .menu_other ul li {
          width: 28.875vw;
          max-width: 336px;
          height: 25.9vh;
          max-height: 216px;
          margin-left: 1.34vw;
          padding: 1.918vh 0.67vw 1.918vh 1.34vw;
          border-radius: 16px;
          background: #fff;
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.4); }
          .popup_content .popup_menu .menu_other ul li:first-child {
            margin-left: 0; }
          .popup_content .popup_menu .menu_other ul li:nth-child(n+4) {
            display: none; }
          .popup_content .popup_menu .menu_other ul li > div {
            display: flex;
            align-items: flex-start;
            justify-content: space-between; }
      .popup_content .popup_menu .menu_other .menu_frame_left {
        position: relative;
        width: 10.66vw;
        max-width: 127.29px;
        height: 15.34vh;
        max-height: 128px; }
        .popup_content .popup_menu .menu_other .menu_frame_left h4 {
          font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          letter-spacing: 0.05em; }
        .popup_content .popup_menu .menu_other .menu_frame_left .menu_price {
          position: absolute;
          bottom: 0;
          left: 0;
          font-size: 26px;
          line-height: 40px; }
      .popup_content .popup_menu .menu_other .menu_frame_right {
        width: 14.13vw;
        max-width: 168.71px;
        height: 10.553vw;
        max-height: 126px; }
        .popup_content .popup_menu .menu_other .menu_frame_right .menu_image {
          width: 14.13vw;
          max-width: 168.71px;
          height: 10.60vw;
          max-height: 126px;
          border-radius: 8px;
          background-size: cover; }
      .popup_content .popup_menu .menu_other .menu_frame_bottom {
        height: 6.714vh;
        align-items: end; }
        .popup_content .popup_menu .menu_other .menu_frame_bottom .button_add {
          width: 19.68vw;
          max-width: 158px;
          margin-left: 1.5vw;
          line-height: 40px;
          font-size: 18px; }
          .popup_content .popup_menu .menu_other .menu_frame_bottom .button_add span {
            width: 2vw;
            max-width: 24px;
            height: 2vw;
            max-height: 24px; }
        .popup_content .popup_menu .menu_other .menu_frame_bottom .button_soldout {
          width: 19.68vw;
          max-width: 158px;
          margin-left: 1.5vw;
          line-height: 40px;
          font-size: 18px; }
        .popup_content .popup_menu .menu_other .menu_frame_bottom .menu_qty button {
          width: 2.68vw;
          max-width: 32px;
          height: 2.68vw;
          max-height: 32px; }
        .popup_content .popup_menu .menu_other .menu_frame_bottom .menu_qty div {
          width: 4.69vw;
          line-height: 40px;
          font-size: 24px; }

.mfp-content .popup_menu {
  display: block; }

#nav {
  z-index: 20;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 3.35vw 0 2.5%;
  background: linear-gradient(rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.9)); }
  #nav .wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px; }
    #nav .wrap.main {
      justify-content: space-between; }
    #nav .wrap.conf {
      justify-content: flex-end; }
    #nav .wrap nav ul {
      display: flex;
      align-items: center;
      width: 100%;
      line-height: 1; }
      #nav .wrap nav ul li {
        display: inline-block;
        margin-left: 1.7588vw; }
        #nav .wrap nav ul li:first-child {
          margin-left: 0; }
        #nav .wrap nav ul li a {
          display: flex;
          align-items: center;
          text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 28px;
          color: #A8A8A8; }
          #nav .wrap nav ul li a span {
            display: inline-block;
            width: 2vw;
            height: 2vw;
            margin-right: 0.8375vw;
            background-size: contain;
            background-repeat: no-repeat; }
            #nav .wrap nav ul li a span.home {
              background-image: url("../../image/icon/nav_home.svg"); }
            #nav .wrap nav ul li a span.help {
              background-image: url("../../image/icon/nav_help.svg"); }
            #nav .wrap nav ul li a span.langage {
              background-image: url("../../image/icon/nav_langage.svg"); }
            #nav .wrap nav ul li a span.history {
              background-image: url("../../image/icon/nav_history.svg"); }
    #nav .wrap .order {
      display: flex;
      align-items: center; }
      #nav .wrap .order .note {
        position: relative;
        padding: 5px 1.34vw;
        background: #fdfdfd;
        border-radius: 8px;
        font-family: "Noto Serif JP", serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
        animation-name: frashInAnime;
        animation-fill-mode: backwards;
        animation-duration: 0.9s;
        animation-iteration-count: infinite;
        animation-timing-function: ease;
        animation-delay: 0.2s;
        animation-direction: normal; }
        #nav .wrap .order .note:before {
          content: "";
          position: absolute;
          top: 50%;
          right: -24px;
          transform: translateY(-50%);
          border: 10px solid transparent;
          animation-name: frashInAnime-border;
          animation-fill-mode: backwards;
          animation-duration: 0.9s;
          animation-iteration-count: infinite;
          animation-timing-function: ease;
          animation-delay: 0.2s;
          animation-direction: normal; }
        #nav .wrap .order .note:after {
          content: "";
          position: absolute;
          top: 50%;
          right: -18px;
          transform: translateY(-50%);
          border: 8px solid transparent;
          border-left: 10px solid #fdfdfd; }
      #nav .wrap .order .menu_price {
        font-size: 40px;
        color: #fff; }
        #nav .wrap .order .menu_price span {
          margin-right: 2.68vw;
          font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 24px;
          line-height: 32px; }

/*nav*/
@keyframes frashInAnime {
  0%,
	100% {
    border: 4px solid #B70E0E; }
  50% {
    border: 4px solid transparent; } }
@keyframes frashInAnime-border {
  0%,
	100% {
    border-left: 10px solid #B70E0E; }
  50% {
    border-left: 10px solid transparent; } }
#index {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-bottom: 112px; }
  #index #nav {
    height: 112px;
    background-image: url("../../image/bg/bg_top-bottom.png");
    background-size: contain;
    background-color: #000; }
    #index #nav .wrap {
      justify-content: center;
      height: 112px; }
    #index #nav .info {
      display: flex;
      margin-left: 0;
      margin-right: auto; }
      #index #nav .info h1 {
        width: 11.486vw;
        max-width: 137.14px;
        height: 2.878vh;
        max-height: 24px; }
      #index #nav .info p {
        margin-left: 2.68vw;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 2.01vw;
        /*24px*/
        line-height: 1;
        color: #fff; }
        #index #nav .info p span {
          margin-left: 1vw; }
    #index #nav nav {
      margin-left: auto;
      margin-right: 0; }
  #index main {
    position: relative;
    height: calc(100vh - 112px);
    background: url("../../image/bg/bg_index.jpg") top center/cover no-repeat; }
    #index main #contents {
      position: absolute;
      top: 23.86vh;
      left: 8.29vw;
      width: 51.1725vw;
      height: 51.9185vh;
      background-position: top center;
      background-size: cover; }

#admin {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #E2E3ED;
  /*ポップアップ---*/
  /*---ポップアップ*/
  /*完了---*/
  /*---完了*/ }
  #admin h2.title {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background: #28324E;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff; }
    #admin h2.title .back {
      position: absolute;
      left: 2.512vw;
      transform: scaleX(-1);
      width: 32px;
      height: 32px;
      background-image: url(./../../image/icon/icon_arrow_back_w.svg);
      background-color: #28334e; }
  #admin .popup {
    display: none; }
  #admin .mfp-bg {
    background: rgba(0, 0, 0, 0.5); }
  #admin .mfp-content .popup {
    display: block;
    width: 59.380vw;
    max-width: 709px;
    padding-bottom: 4.796vh;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    #admin .mfp-content .popup .note {
      padding-top: 15.587vh;
      text-align: center;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px; }
    #admin .mfp-content .popup .mfp-close {
      width: 48px;
      height: 48px;
      right: 14px;
      top: 16px;
      font-style: normal;
      font-size: 58px;
      font-family: sans-serif;
      font-weight: 300; }
      #admin .mfp-content .popup .mfp-close.cancel {
        position: static;
        width: auto;
        height: auto;
        margin: 2.877vh auto 0;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        color: #C99022; }
    #admin .mfp-content .popup .button_select {
      width: 20.184vw;
      max-width: 241px;
      margin: 9.592vh auto 0; }
    #admin .mfp-content .popup .button_delete {
      display: block;
      margin: 5.755vh auto 0;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 32px;
      background: none;
      color: #B70E0E; }
    #admin .mfp-content .popup .button_cancel {
      position: relative;
      top: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 20.184vw;
      max-width: 241px;
      line-height: 56px;
      margin: 3.836vh auto 0;
      background: #C99022;
      border-radius: 56px;
      font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      letter-spacing: 0;
      color: #fff; }
    #admin .mfp-content .popup .button_box {
      display: flex;
      justify-content: space-between;
      width: 52.931vw;
      max-width: 632px;
      margin: 0 auto; }
      #admin .mfp-content .popup .button_box .button {
        width: 16.750vw;
        max-width: 200px; }
  #admin #admin-comp {
    margin-top: 72px;
    padding-top: 24.46vh; }
    #admin #admin-comp .icon_check {
      width: 10.05vw;
      max-width: 120px;
      height: 10.05vw;
      max-height: 120px;
      margin: 0 auto;
      background-image: url(./../../image/icon/icon_check_bl.svg); }
    #admin #admin-comp p {
      margin-top: 3.357vh;
      text-align: center;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px; }
      #admin #admin-comp p.change {
        margin-top: 2.877vh;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px; }

#admin #admin-nav {
  display: flex;
  justify-content: space-between;
  z-index: 20;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: #28324E; }
  #admin #admin-nav .info {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    #admin #admin-nav .info h1 {
      display: flex;
      align-items: center;
      height: 72px;
      margin-left: 2.01vw; }
      #admin #admin-nav .info h1 img {
        width: 12.814vw; }
      #admin #admin-nav .info h1 span {
        margin-left: 1.5913vw;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 22px;
        line-height: 32px;
        color: #A8A8A8; }
    #admin #admin-nav .info p {
      margin-left: 1.34vw;
      padding: 8px 12px;
      border: 1px solid #A8A8A8;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 24px;
      color: #A8A8A8; }
  #admin #admin-nav nav ul {
    display: flex;
    align-items: center;
    height: 72px;
    margin-left: auto;
    margin-right: 3.18258vw; }
    #admin #admin-nav nav ul li {
      margin-left: 4.02vw; }
      #admin #admin-nav nav ul li:first-child {
        margin-left: 0; }
      #admin #admin-nav nav ul li a, #admin #admin-nav nav ul li button {
        background: none;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        color: #A8A8A8; }
#admin #sub-nav {
  display: flex;
  align-items: center;
  z-index: 20;
  position: fixed;
  bottom: 72px;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 3.35vw;
  background: #233E88; }
  #admin #sub-nav .info {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff; }
    #admin #sub-nav .info .total {
      margin-left: 3.35vw; }
    #admin #sub-nav .info .menu_price {
      margin-left: 2.68vw;
      font-size: 40px; }
  #admin #sub-nav .button_area {
    display: flex;
    margin-left: auto;
    margin-right: 0; }
    #admin #sub-nav .button_area .button_sub-nav {
      width: 20.184vw;
      max-width: 241px;
      margin-left: 1.34vw; }

#admin #index {
  display: flex;
  padding-bottom: 0; }
  #admin #index .index_image {
    width: 44.64vw;
    height: calc(100% - 72px); }
  #admin #index .index_menu {
    width: 55.36vw; }
    #admin #index .index_menu .logo {
      display: block;
      width: 23.032vw;
      margin: 12.71vh auto 0; }
    #admin #index .index_menu .deco {
      position: absolute;
      bottom: 72px;
      right: 0;
      width: 23.618vw;
      height: 17.7458vh; }
    #admin #index .index_menu > ul {
      display: flex;
      justify-content: flex-end;
      margin-top: 10.911vh;
      margin-left: auto;
      margin-right: 2.345vw; }
      #admin #index .index_menu > ul li:first-child {
        margin-right: 2.4288vw; }
      #admin #index .index_menu > ul li .button_select {
        width: 23.283vw; }

#admin #top .logo {
  display: block;
  width: 23.032vw;
  margin: 0 auto;
  padding-top: 5.76vh; }
#admin #top .button {
  width: 21.943vw;
  max-width: 262px;
  margin: 7.6738vh auto 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
#admin #top .pass {
  display: flex;
  width: 155px;
  margin: 9.2326vh auto 0;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 32px;
  color: #C99022; }
  #admin #top .pass span {
    line-height: 1;
    margin-left: 1rem; }
    #admin #top .pass span:first-child {
      margin-left: 0; }
#admin #top ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 200px;
  margin: 2.8777vh auto; }
  #admin #top ul li {
    width: 56px;
    height: 56px;
    line-height: 48px;
    margin-top: 16px;
    border: 2px solid #C99022;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #C99022; }
    #admin #top ul li:nth-child(-n+3) {
      margin-top: 0; }
#admin #top .button_start {
  display: block;
  margin: 2.8777vh auto;
  padding-bottom: 72px;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #C99022; }

#admin #table .wrap {
  width: 92.043vw;
  margin: 0 auto;
  padding: 72px 0; }
#admin #table .button_cnfr {
  width: 28.308vw;
  max-width: 338px;
  line-height: 56px;
  margin-top: 3.837vh;
  margin-left: auto;
  margin-right: 0;
  border: 2px solid #C99022;
  border-radius: 56px;
  background: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #C99022; }
#admin #table .table {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.837vh; }
  #admin #table .table li {
    width: 21.5vw;
    margin-top: 2.8777vh;
    margin-right: 2.01vw;
    padding: 1.918vh 2.01vw;
    border-radius: 16px;
    background: #FFFFFF; }
    #admin #table .table li:nth-child(-n+4) {
      margin-top: 0; }
    #admin #table .table li:nth-child(4n) {
      margin-right: 0; }
    #admin #table .table li h3 {
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 28px;
      color: #000; }
    #admin #table .table li .button_seat {
      width: 12.56vw;
      max-width: 150px;
      line-height: 40px;
      margin: 3.477vh auto 0;
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 18px; }
      #admin #table .table li .button_seat.on {
        background: #233E88; }
      #admin #table .table li .button_seat.on_select {
        background: #233E88;
        opacity: 0.35; }
    #admin #table .table li .total {
      margin: 2.278vh auto 0;
      text-align: center;
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0; }

#admin #number .wrap {
  width: 76.3vw;
  max-width: 911px;
  margin: 0 auto;
  padding: 72px 0; }
#admin #number h3 {
  margin: 9.5923vh auto 0;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px; }
#admin #number .number {
  height: 24.94vh;
  margin: 9.5923vh auto 0;
  border-radius: 24px;
  background: #fff; }
  #admin #number .number ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 4.796vh 0; }
    #admin #number .number ul li {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 12.5628vw;
      max-width: 150px;
      height: 6.7146vh;
      max-height: 56px;
      margin-top: 1.34vw;
      margin-right: 1.34vw;
      border: 2px solid #C99022;
      border-radius: 56px;
      background: #fff;
      text-align: center;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      color: #C99022; }
      #admin #number .number ul li:nth-child(-n+5) {
        margin-top: 0; }
      #admin #number .number ul li:nth-child(5n) {
        margin-right: 0; }
      #admin #number .number ul li.on {
        padding: 0 2.47vw;
        background-color: #C99022;
        background-image: url(./../../image/icon/icon_check.svg);
        background-position: 2.47vw center;
        background-size: 33.33px 33.33px;
        background-repeat: no-repeat;
        color: #fff; }
        #admin #number .number ul li.on span {
          width: 100%;
          text-align: right; }
      #admin #number .number ul li:last-child.on {
        padding: 0 0.959vw;
        background-position: 0.959vw center;
        font-size: 1.25rem;
        letter-spacing: 0; }

#admin #order {
  /*---order*/
  /*---order-cnfr*/ }
  #admin #order .wrap {
    width: 87.856vw;
    margin: 0 auto;
    padding: 102px 0 182px; }
  #admin #order .button_cnfr {
    width: 28.308vw;
    max-width: 338px;
    line-height: 56px;
    margin-top: 3.837vh;
    margin-left: auto;
    margin-right: 0;
    border: 2px solid #C99022;
    border-radius: 56px;
    background: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #C99022; }
  #admin #order .order {
    border-radius: 24px;
    background: #fff; }
    #admin #order .order .order_headline {
      display: flex;
      align-items: center;
      height: 4.3165vh;
      border-bottom: 1px solid #C8C8C8;
      text-align: center;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px; }
      #admin #order .order .order_headline .order_menu {
        margin-left: 23.199vw; }
      #admin #order .order .order_headline .order_pieces {
        margin-left: 34.845vw; }
      #admin #order .order .order_headline .order_price {
        margin-left: 14.991vw; }
    #admin #order .order > ul {
      padding-bottom: 4.3165vh; }
      #admin #order .order > ul > li {
        display: flex;
        align-items: center;
        margin: 0.96vh 0.67vw 0;
        padding-bottom: 0.96vh;
        border-bottom: 1px solid #C8C8C8; }
        #admin #order .order > ul > li .order_menu {
          display: flex;
          align-items: center; }
          #admin #order .order > ul > li .order_menu .menu_image {
            width: 11.39vw;
            max-width: 136px;
            height: 12.23vh;
            max-height: 102px;
            border-radius: 8px;
            background-position: center;
            background-size: cover;
            overflow: hidden; }
          #admin #order .order > ul > li .order_menu .menu_name {
            width: 39.53vw;
            max-width: 516px;
            margin-left: 2.0938vw; }
            #admin #order .order > ul > li .order_menu .menu_name p {
              font-style: normal;
              font-weight: 700;
              font-size: 24px;
              line-height: 32px; }
              #admin #order .order > ul > li .order_menu .menu_name p.price {
                margin-top: 0.959vh;
                font-family: serif;
                font-style: normal;
                font-weight: 300;
                font-size: 22px;
                line-height: 32px;
                letter-spacing: 0; }
        #admin #order .order > ul > li > .order_pieces {
          width: 6.1976vw;
          margin-left: 6.3651vw;
          text-align: center;
          font-family: "Inter", sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 24px;
          line-height: 29px; }
        #admin #order .order > ul > li > .order_price {
          min-width: 11.557vw;
          margin-left: auto;
          margin-right: 3.35vw;
          text-align: right;
          font-style: normal;
          font-family: "Lora", serif;
          font-weight: 700;
          font-size: 30px;
          line-height: 40px;
          letter-spacing: 0; }
        #admin #order .order > ul > li .menu_qty {
          margin-left: 3.015vw; }
          #admin #order .order > ul > li .menu_qty div {
            width: 6.1976vw;
            line-height: 40px;
            text-align: center;
            font-style: normal;
            font-weight: 700;
            font-size: 24px; }
          #admin #order .order > ul > li .menu_qty button {
            width: 2.2336vw;
            max-width: 26.67px;
            height: 2.2336vw;
            max-height: 26.67px; }
  #admin #order .order_cnfr .order_headline {
    padding: 0 2.01vw;
    text-align: left; }
    #admin #order .order_cnfr .order_headline .order_time {
      width: 8.715vw; }
    #admin #order .order_cnfr .order_headline .order_table {
      width: 8.715vw; }
    #admin #order .order_cnfr .order_headline .order_number {
      width: 8.715vw; }
    #admin #order .order_cnfr .order_headline .order_menu {
      width: 34.84vw;
      margin-left: 0;
      text-align: center; }
    #admin #order .order_cnfr .order_headline .order_tell {
      width: 4.69vw; }
    #admin #order .order_cnfr .order_headline .order_take {
      width: 4.69vw; }
  #admin #order .order_cnfr > ul > li {
    align-items: flex-start;
    margin: 0 2.01vw;
    padding: 0.959vh 0;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px; }
    #admin #order .order_cnfr > ul > li .order_time {
      width: 8.715vw;
      margin-top: 0.959vh; }
    #admin #order .order_cnfr > ul > li ul.order_list {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      width: 69.55vw; }
      #admin #order .order_cnfr > ul > li ul.order_list li {
        display: flex;
        margin-top: 0.959vh; }
        #admin #order .order_cnfr > ul > li ul.order_list li .order_table {
          width: 8.715vw; }
        #admin #order .order_cnfr > ul > li ul.order_list li .order_number {
          width: 8.715vw; }
        #admin #order .order_cnfr > ul > li ul.order_list li .order_menu {
          align-items: flex-start;
          margin-left: 0;
          letter-spacing: 0.1em; }
          #admin #order .order_cnfr > ul > li ul.order_list li .order_menu .menu_name {
            width: 30.15vw;
            margin-left: 0; }
          #admin #order .order_cnfr > ul > li ul.order_list li .order_menu .order_pieces {
            width: 4.69vw;
            text-align: center; }
        #admin #order .order_cnfr > ul > li ul.order_list li .order_tell, #admin #order .order_cnfr > ul > li ul.order_list li .order_take {
          width: 4.69vw;
          background: none;
          text-align: center;
          font-weight: 900;
          color: #C99022; }
          #admin #order .order_cnfr > ul > li ul.order_list li .order_tell .icon, #admin #order .order_cnfr > ul > li ul.order_list li .order_take .icon {
            color: #233E88; }
            #admin #order .order_cnfr > ul > li ul.order_list li .order_tell .icon.gone, #admin #order .order_cnfr > ul > li ul.order_list li .order_take .icon.gone {
              color: #d70b0b; }
    #admin #order .order_cnfr > ul > li .order_button {
      display: flex;
      align-items: center;
      width: 12.73vw; }
      #admin #order .order_cnfr > ul > li .order_button .button_change {
        width: 8.040vw;
        max-width: 96px;
        line-height: 40px;
        font-style: normal;
        font-weight: 600;
        font-size: 18px; }
      #admin #order .order_cnfr > ul > li .order_button .button_remove {
        width: 1.563vw;
        max-width: 18.67px;
        height: 2.877vh;
        max-height: 24px;
        margin-left: 2.568vw;
        margin-right: 1.116vw;
        text-indent: -9999px;
        background-image: url(./../../image/icon/icon_remove_trash.svg);
        background-position: center;
        background-repeat: no-repeat; }

#admin #setting .wrap {
  width: 69.095vw;
  padding-top: 37.050vh; }
#admin #setting .setting {
  padding: 3.836vh 2.680vw 3.836vh 4.438vw;
  border-radius: 24px;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px; }
  #admin #setting .setting ul li {
    margin-top: 3.836vh; }
    #admin #setting .setting ul li:first-child {
      margin-top: 0; }
    #admin #setting .setting ul li .item {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      #admin #setting .setting ul li .item h3 {
        width: 7.537vw;
        min-width: 90px; }
      #admin #setting .setting ul li .item h3 + div {
        margin-left: 2.010vw; }
      #admin #setting .setting ul li .item select, #admin #setting .setting ul li .item input {
        position: relative;
        width: 18.257vw;
        max-width: 218px;
        line-height: 32px;
        padding-left: 1.340vw;
        border-radius: 16px;
        background-color: #EEEEEE;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px; }
        #admin #setting .setting ul li .item select.arrow, #admin #setting .setting ul li .item input.arrow {
          background-image: url(./../../image/icon/icon_arrow_down.svg);
          background-position: center right 1.340vw;
          background-size: 10px;
          background-repeat: no-repeat; }
        #admin #setting .setting ul li .item select.edit, #admin #setting .setting ul li .item input.edit {
          background-image: url(./../../image/icon/icon_edit.svg);
          background-position: center right 0.921vw;
          background-size: 18px;
          background-repeat: no-repeat; }
        #admin #setting .setting ul li .item select.server, #admin #setting .setting ul li .item input.server {
          width: 50.251vw;
          max-width: 600px; }
      #admin #setting .setting ul li .item .button_setting {
        width: 8.040vw;
        max-width: 96px;
        line-height: 40px;
        margin-left: auto;
        margin-right: 0;
        font-style: normal;
        font-weight: 600;
        font-size: 18px; }
    #admin #setting .setting ul li .data {
      margin-top: 2.637vh; }
      #admin #setting .setting ul li .data dl {
        display: flex;
        margin-top: 1.918vh;
        padding: 0 7.453vw; }
        #admin #setting .setting ul li .data dl:first-child {
          margin-top: 0; }
        #admin #setting .setting ul li .data dl dt {
          width: 12.981vw;
          max-width: 155px; }
  #admin #setting .setting ul.setting_item li {
    padding-top: 2.278vh;
    border-top: 1px solid #C8C8C8; }
    #admin #setting .setting ul.setting_item li:first-child {
      padding-top: 0;
      border: none; }
