@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
body {
  -webkit-text-size-adjust: 100%; }

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  line-height: 0; }

figure {
  line-height: 1; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

strong {
  font-weight: normal; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*:focus {
  outline: none; }

/* cyrillic-ext */
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  ounter-reset: number 0;
  background: #fff; }

@media screen and (max-width: 675px) {
  html {
    font-size: 3.75vw; } }
@media screen and (min-width: 676px) and (max-width: 1024px) {
  html {
    font-size: 1.0vw; } }
@media screen and (min-width: 1025px) and (max-width: 1499px) {
  html {
    font-size: 1.0vw; } }
@media screen and (min-width: 1500px) {
  html {
    font-size: 14px; } }

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }
  @media screen\0 {
    h1, h2, h3, h4, h5, h6 {
      font-family: "Segoe UI", Meiryo, sans-serif; } }

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a, figcaption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 675px) {
    h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a, figcaption {
      letter-spacing: 1px; } }
  @media screen and (min-width: 676px) {
    h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a, figcaption {
      letter-spacing: 2px; } }

img {
  width: auto; }

a {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

div, p, li, dt, dd, th, td, a, span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }

.scroll-stop {
  overflow: hidden; }

.ppLazyBg {
  display: block;
  background-size: cover;
  background-position: center; }

.layer-txt {
  font-size: 3.2vw;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 1; }
  .layer-txt span {
    padding: 12px 25px;
    display: inline-block;
    position: relative;
    z-index: 2; }
  .layer-txt .layer-before,
  .layer-txt .layer-after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .layer-txt .layer-before {
    z-index: 1;
    background: #3FABB9; }
  .layer-txt .layer-after {
    z-index: 3;
    background: #fff; }

.megabnr-field {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  z-index: 5;
  height: calc(100vw - 80px);
  top: 80px;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%; }
  @media screen and (max-width: 675px) {
    .megabnr-field {
      display: none; } }
  .megabnr-field .megabnr-field-inner {
    background: #efefef;
    padding: 35px 0;
    width: 100%;
    position: relative;
    z-index: 6; }
    .megabnr-field .megabnr-field-inner .in {
      width: 1000px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .megabnr-field .megabnr-field-inner a {
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 30%;
      margin-right: 3%;
      margin-bottom: 12px; }
    .megabnr-field .megabnr-field-inner figure {
      width: 80px;
      height: 80px; }
    .megabnr-field .megabnr-field-inner p {
      font-size: 0.7rem;
      padding: 0px 12px; }
  .megabnr-field .megabnr-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 5; }

.megabnr-open {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }

.ac-container .cross {
  display: inline-block; }
  .ac-container .cross i {
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    width: 40px;
    height: 40px;
    background: #EBEBEB;
    border-radius: 50%;
    position: relative; }
    .ac-container .cross i:after, .ac-container .cross i:before {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: absolute;
      -webkit-transform-origin: 50%;
              transform-origin: 50%;
      transition: 0.5s;
      content: "";
      background: #B4B4B4;
      width: 20px;
      height: 1px;
      top: 18px;
      left: 10px; }
    .ac-container .cross i:before {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
.ac-container .more {
  padding: 20px 0;
  text-align: center; }
  .ac-container .more a {
    padding: 8px 25px;
    display: inline-block;
    border: 1px solid #ccc; }
.ac-container .cross .accordion-btn-open {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

.ac-contents {
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.fadein {
  opacity: 0;
  -webkit-transition: 1.3s;
  transition: 1.3s; }
  @media screen and (min-width: 676px) and (max-width: 1499px) {
    .fadein {
      -webkit-transform: translate(0, 40px);
              transform: translate(0, 40px); } }
  @media screen and (max-width: 675px) {
    .fadein {
      -webkit-transform: translate(0, 2vw);
              transform: translate(0, 2vw); } }
  .fadein.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

h1, h2, h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.6;
  color: #6d5147; }

@media screen and (max-width: 675px) {
  .catch-01 {
    font-size: 1.5rem; } }
@media screen and (min-width: 676px) {
  .catch-01 {
    font-size: 2.5rem; } }

@media screen and (max-width: 675px) {
  .catch-02 {
    font-size: 1.3571428571rem; } }
@media screen and (min-width: 676px) {
  .catch-02 {
    font-size: 1.7857142857rem; } }

@media screen and (max-width: 675px) {
  .catch-03 {
    font-size: 1.1428571429rem; } }
@media screen and (min-width: 676px) {
  .catch-03 {
    font-size: 1.4285714286rem; } }

[class*="button-type-"] {
  position: relative;
  display: inline-block;
  border: solid 1px #6d5147;
  border-radius: 4px;
  line-height: 1.0;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #6d5147;
  font-family: 'Noto Serif JP', serif;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.button-type-01 {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.3571428571rem; }
  .button-type-01::after {
    content: '';
    display: inline-block;
    width: 2.5em;
    height: 1em;
    margin-left: 1em;
    background: url(../images/common/button_arrow.svg) no-repeat center center/contain;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  @media screen and (max-width: 675px) {
    .button-type-01 {
      width: 100%;
      font-size: 1.0714285714rem; } }
  @media screen and (min-width: 676px) {
    .button-type-01 {
      width: 15em;
      font-size: 1.3571428571rem; }
      .button-type-01:hover {
        background-color: #6d5147;
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .button-type-01:hover::after {
        background: url(../images/common/button_arrow_w.svg) no-repeat center center/contain;
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
        -webkit-transition: 0.3s;
        transition: 0.3s; } }

.button-type-02 {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  #DINNER .button-type-02 {
    background-color: #f6f1ec; }
  .button-type-02::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -1.25em;
    content: '';
    display: inline-block;
    width: 2.5em;
    height: 1px;
    background-color: #6d5147;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  @media screen and (max-width: 675px) {
    .button-type-02 {
      width: 100%;
      font-size: 1.0714285714rem; } }
  @media screen and (min-width: 676px) {
    .button-type-02 {
      width: 20em;
      font-size: 1.2857142857rem; }
      .button-type-02:hover {
        background-color: #6d5147;
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .button-type-02:hover::after {
        background-color: #fff;
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
        -webkit-transition: 0.3s;
        transition: 0.3s; } }

.form-error {
  margin-top: 8px; }
  .form-error p {
    display: block;
    padding: 8px;
    border-radius: 3px;
    color: #fff; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea {
  width: 100%;
  padding: 18px;
  background: #f2f2f2;
  border: none;
  font-size: 1.3rem;
  color: #333;
  letter-spacing: 2px; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #BABABA; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #BABABA; }
  input[type="text"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #BABABA; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="date"]::placeholder,
  input[type="number"]::placeholder,
  textarea::placeholder {
    color: #BABABA; }
  input[type="text"]:input-placeholder,
  input[type="email"]:input-placeholder,
  input[type="tel"]:input-placeholder,
  input[type="date"]:input-placeholder,
  input[type="number"]:input-placeholder,
  textarea:input-placeholder {
    color: #BABABA; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

input[type='button'],
input[type='submit'] {
  width: 100%;
  background: #6d5147;
  color: #fff;
  height: 5vw;
  font-size: 1.3rem;
  border: none;
  border-radius: 3px; }
  @media screen and (max-width: 675px) {
    input[type='button'],
    input[type='submit'] {
      height: 16vw; } }

input[type="submit"]:disabled {
  background: #ccc; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  letter-spacing: 2px; }

._form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  ._form-radio input[type="radio"] {
    display: none;
    color: #262424; }
  ._form-radio label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 25px; }
    ._form-radio label span {
      display: block;
      padding: 10px; }
      ._form-radio label span:before, ._form-radio label span:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      ._form-radio label span:before {
        width: 23px;
        height: 23px;
        top: 15px;
        left: 5px;
        background: #EEE; }
      ._form-radio label span:after {
        width: 15px;
        height: 15px;
        background: #001f51;
        top: 19px;
        left: 9px;
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-transform-origin: 50%;
                transform-origin: 50%; }
  ._form-radio input[type="radio"]:checked + span:after {
    -webkit-transform: scale(1);
            transform: scale(1); }

._form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  ._form-checkbox input[type="checkbox"] {
    display: none; }
  ._form-checkbox label {
    width: 100%;
    padding-left: 3vw;
    cursor: pointer;
    position: relative;
    display: block;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 675px) {
      ._form-checkbox label {
        padding-left: 8vw; } }
    ._form-checkbox label:after {
      content: "";
      position: absolute;
      width: 1.5vw;
      height: 1.5vw;
      top: 0.8vw;
      left: 0.8vw;
      background: #efefef; }
      @media screen and (max-width: 675px) {
        ._form-checkbox label:after {
          width: 5vw;
          height: 5vw;
          top: 2vw;
          left: 2vw; } }
    ._form-checkbox label span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px; }
      ._form-checkbox label span:before, ._form-checkbox label span:after {
        content: "";
        position: absolute;
        z-index: 2;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background: #f6f1ec; }
      ._form-checkbox label span:before {
        width: 1.5vw;
        height: 2px;
        top: 1.5vw;
        left: 1.5vw;
        -webkit-transform: rotate(-45deg) scaleX(0);
                transform: rotate(-45deg) scaleX(0);
        -webkit-transform-origin: 0 100%;
                transform-origin: 0 100%; }
        @media screen and (max-width: 675px) {
          ._form-checkbox label span:before {
            height: 1px;
            width: 5vw;
            top: 5vw;
            left: 4.5vw; } }
      ._form-checkbox label span:after {
        width: 0.8vw;
        height: 2px;
        top: 1.5vw;
        left: 0.6vw;
        -webkit-transform: rotate(35deg) scaleX(0);
                transform: rotate(35deg) scaleX(0);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%; }
        @media screen and (max-width: 675px) {
          ._form-checkbox label span:after {
            height: 1px;
            width: 2.8vw;
            top: 5vw;
            left: 1.8vw; } }
  ._form-checkbox input[type="checkbox"]:checked + span:before {
    -webkit-transform: rotate(-45deg) scaleX(1);
            transform: rotate(-45deg) scaleX(1); }
  ._form-checkbox input[type="checkbox"]:checked + span:after {
    -webkit-transform: rotate(35deg) scaleX(1);
            transform: rotate(35deg) scaleX(1); }

._form-select {
  overflow: hidden;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 5px; }
  ._form-select > select {
    width: 100%;
    padding: 18px 25px; }
  ._form-select:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("../images/prts/allow_01.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: 30px;
    top: calc(50% - 12px;);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

/*
@include animation(animationSample 1.2s ease 0.15s);
*/
.anime1 {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 1; }
  .anime1.active {
    -webkit-animation: animeTxt1 1.2s ease 0.2s;
            animation: animeTxt1 1.2s ease 0.2s;
    animation: animeTxt1 1.2s ease 0.2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    animation-fill-mode: both; }

@-webkit-keyframes animeTxt1 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1; }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1; } }
@keyframes animeTxt1 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1; }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1; } }
.anime2 {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 1; }
  .anime2.active {
    -webkit-animation: animeTxt2 1.2s ease 0.2s;
            animation: animeTxt2 1.2s ease 0.2s;
    animation: animeTxt2 1.2s ease 0.2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    animation-fill-mode: both; }

@-webkit-keyframes animeTxt2 {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
    opacity: 1; }
  100% {
    -webkit-clip-path: circle(70.7% at 50% 50%);
            clip-path: circle(70.7% at 50% 50%);
    opacity: 1; } }
@keyframes animeTxt2 {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
    opacity: 1; }
  100% {
    -webkit-clip-path: circle(70.7% at 50% 50%);
            clip-path: circle(70.7% at 50% 50%);
    opacity: 1; } }
@-webkit-keyframes anime1 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }
@keyframes anime1 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }
@-webkit-keyframes anime2 {
  0% {
    -webkit-transform: scaleX(0) rotate(0deg);
            transform: scaleX(0) rotate(0deg); }
  100% {
    -webkit-transform: scaleX(1) rotate(45deg);
            transform: scaleX(1) rotate(45deg); } }
@keyframes anime2 {
  0% {
    -webkit-transform: scaleX(0) rotate(0deg);
            transform: scaleX(0) rotate(0deg); }
  100% {
    -webkit-transform: scaleX(1) rotate(45deg);
            transform: scaleX(1) rotate(45deg); } }
@-webkit-keyframes anime3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes anime3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.box-anime2 img, .box-anime2:after {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 0; }

.box-anime2.active img {
  -webkit-animation: animeBox2 1s ease 0.2s;
          animation: animeBox2 1s ease 0.2s;
  animation: animeBox2 1s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both; }
.box-anime2.active:after {
  -webkit-animation: animeBox2 1s ease 0s;
          animation: animeBox2 1s ease 0s;
  animation: animeBox2 1s ease 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both; }

#LOADER-FILM {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990; }

#LOAD-ICO {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1; }
  #LOAD-ICO figure {
    position: relative;
    left: 1vw;
    top: -2vw;
    opacity: 1;
    -webkit-animation: logoAnime 0.5s ease 0.2s;
            animation: logoAnime 0.5s ease 0.2s;
    animation: logoAnime 0.5s ease 0.2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    animation-fill-mode: both; }
    @media screen and (max-width: 675px) {
      #LOAD-ICO figure {
        top: -5.5vw;
        left: 2vw; } }
    #LOAD-ICO figure img {
      height: 5vw; }
      @media screen and (max-width: 675px) {
        #LOAD-ICO figure img {
          height: 12vw; } }
  #LOAD-ICO:before, #LOAD-ICO:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 1px solid #fff;
    opacity: 0; }
  #LOAD-ICO:after {
    -webkit-animation: circleAnime 1.2s ease 0.5s;
            animation: circleAnime 1.2s ease 0.5s;
    animation: circleAnime 1.2s ease 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  #LOAD-ICO:before {
    -webkit-animation: circleAnime2 1.2s ease 0.5s;
            animation: circleAnime2 1.2s ease 0.5s;
    animation: circleAnime2 1.2s ease 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

@-webkit-keyframes logoAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes logoAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes circleAnime {
  0% {
    opacity: 0; }
  10% {
    width: 0vw;
    height: 0vw;
    opacity: 1; }
  100% {
    width: 6vw;
    height: 2vw;
    opacity: 0; } }
@keyframes circleAnime {
  0% {
    opacity: 0; }
  10% {
    width: 0vw;
    height: 0vw;
    opacity: 1; }
  100% {
    width: 6vw;
    height: 2vw;
    opacity: 0; } }
@-webkit-keyframes circleAnime2 {
  0% {
    opacity: 0; }
  10% {
    width: 0vw;
    height: 0vw;
    opacity: 1; }
  100% {
    width: 10vw;
    height: 4vw;
    opacity: 0; } }
@keyframes circleAnime2 {
  0% {
    opacity: 0; }
  10% {
    width: 0vw;
    height: 0vw;
    opacity: 1; }
  100% {
    width: 10vw;
    height: 4vw;
    opacity: 0; } }
.wrappar {
  overflow: hidden; }
  .wrappar._overflowNon {
    overflow: visible; }

@media screen and (min-width: 1025px) and (max-width: 1499px) {
  .pc-non {
    display: none !important; } }
@media screen and (min-width: 1500px) {
  .pc-non {
    display: none !important; } }
@media screen and (min-width: 676px) {
  .pc-non {
    display: none !important; } }

@media screen and (max-width: 675px) {
  .sp-non {
    display: none !important; } }

@media screen and (min-width: 676px) and (max-width: 1024px) {
  .tb-non {
    display: none !important; } }

.ppLazyBg {
  width: 100%;
  height: 100%; }

.kv {
  position: relative; }
  @media screen and (max-width: 675px) {
    .kv {
      padding-top: 40vh; } }
  @media screen and (min-width: 676px) {
    .kv {
      padding-top: calc((850 / 1500) * 100%); } }
  .kv .kv-catch {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    width: 94vw;
    max-width: 1300px; }
    @media screen and (max-width: 675px) {
      .kv .kv-catch {
        bottom: 20%; }
        .kv .kv-catch p {
          width: 50%; } }
    @media screen and (min-width: 676px) {
      .kv .kv-catch {
        bottom: 15%; }
        .kv .kv-catch p {
          max-width: 442px;
          width: calc(442 / 1500 * 100%); } }
  .kv .kv-inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }

#LUNCH .kv-inner {
  background: url(../images/lunch/kv.jpg) no-repeat center center/cover; }

#DINNER .kv-inner {
  background: url(../images/dinner/kv.jpg) no-repeat center center/cover; }

#PARTY .kv-inner {
  background: url(../images/party/kv.jpg) no-repeat center center/cover; }

#news {
  margin-right: auto;
  margin-left: auto;
  width: 94vw;
  max-width: 1300px;
  background-color: #fff;
  border-radius: 3px;
  margin-top: -2em; }
  #news .news-inner {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: 100%;
    padding-top: 2em; }
    @media screen and (max-width: 675px) {
      #news .news-inner h1 {
        max-width: 160px;
        width: calc(160 / 337 * 100%); }
      #news .news-inner dl {
        padding: 1em 0; } }
    @media screen and (min-width: 676px) {
      #news .news-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #news .news-inner h1 {
          max-width: 160px;
          width: calc(160 / 1100 * 100%);
          margin-right: 2em; }
        #news .news-inner dl {
          padding: 1em 0 1em 2em;
          border-left: solid 1px #6d5147;
          font-size: 1.2857142857rem; }
          #news .news-inner dl dt {
            display: block;
            float: left;
            width: 7em; }
          #news .news-inner dl dd {
            margin-left: 8em; } }

#about {
  margin-right: auto;
  margin-left: auto;
  width: 94vw;
  max-width: 1100px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 675px) {
    #about {
      padding-top: 4em;
      padding-bottom: 4em; } }
  @media screen and (min-width: 676px) {
    #about {
      padding-top: 9em;
      padding-bottom: 9em; } }
  #about::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    background: url(../images/common/about_bcg.svg) no-repeat center bottom/contain; }
    @media screen and (max-width: 675px) {
      #about::before {
        left: 20%;
        bottom: 4%;
        width: 60%;
        height: 48%; } }
    @media screen and (min-width: 676px) {
      #about::before {
        left: 42%;
        bottom: 8%;
        max-width: 440px;
        width: calc(440 / 1100 * 100%);
        height: 400px; } }
  #about h1 {
    margin: 0 auto 0.5em auto; }
    @media screen and (max-width: 675px) {
      #about h1 {
        max-width: 124px;
        width: calc(124 / 435 * 100%); } }
    @media screen and (min-width: 676px) {
      #about h1 {
        max-width: 124px;
        width: calc(124 / 1100 * 100%); } }
  #about h2 {
    margin-bottom: 2em; }
  #about h3 {
    margin-bottom: 1em; }
    @media screen and (max-width: 675px) {
      #about h3 {
        font-size: 1.2857142857rem; } }
    @media screen and (min-width: 676px) {
      #about h3 {
        font-size: 1.4285714286rem; } }
  #about p {
    line-height: 2.4; }

@media screen and (max-width: 675px) {
  #anniversary {
    padding-right: 5vw;
    padding-left: 5vw; } }
@media screen and (min-width: 676px) {
  #anniversary {
    padding-right: 3vw;
    padding-left: 3vw; } }
@media screen and (max-width: 675px) {
  #anniversary {
    padding-top: 3em; } }
@media screen and (min-width: 676px) {
  #anniversary {
    padding-top: 6em; } }
#anniversary .anniversary-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1300px;
  position: relative; }
  @media screen and (max-width: 675px) {
    #anniversary .anniversary-container {
      padding-top: 3em;
      padding-bottom: 3em; } }
  @media screen and (min-width: 676px) {
    #anniversary .anniversary-container {
      padding-top: 6em;
      padding-bottom: 6em; } }
  #anniversary .anniversary-container::before, #anniversary .anniversary-container::after {
    position: absolute;
    left: 0;
    z-index: 0;
    content: '';
    display: block;
    width: 100%;
    background-repeat: no-repeat; }
    @media screen and (max-width: 675px) {
      #anniversary .anniversary-container::before, #anniversary .anniversary-container::after {
        height: 3em;
        background-size: cover; } }
    @media screen and (min-width: 676px) {
      #anniversary .anniversary-container::before, #anniversary .anniversary-container::after {
        height: 6em;
        background-size: cover; } }
  #anniversary .anniversary-container::before {
    top: 0;
    background-image: url(../images/common/anniversary_corner.png);
    background-position: center top; }
  #anniversary .anniversary-container::after {
    bottom: 0;
    background-image: url(../images/common/anniversary_corner_bottom.png);
    background-position: center bottom; }
#anniversary .anniversary-container-inner {
  background-image: url(../images/common/anniversary_bcg.png);
  background-repeat: repeat-y;
  background-position: center top; }
  @media screen and (max-width: 675px) {
    #anniversary .anniversary-container-inner {
      padding-right: 2.5em;
      padding-left: 2.5em;
      background-size: contain; } }
  @media screen and (min-width: 676px) {
    #anniversary .anniversary-container-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: 6em;
      padding-left: 6em;
      background-size: contain; } }
@media screen and (min-width: 676px) {
  #anniversary .text-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 4em;
    margin-left: 1em; } }
#anniversary .text-area h1 {
  margin-bottom: 2em; }
  @media screen and (max-width: 675px) {
    #anniversary .text-area h1 {
      max-width: 244px;
      width: calc(244 / 375 * 100%); } }
  @media screen and (min-width: 676px) {
    #anniversary .text-area h1 {
      margin-left: -2em;
      max-width: 244px;
      width: calc(244 / 600 * 100%); } }
#anniversary .text-area h2 {
  margin-bottom: 1em; }
#anniversary .text-area p {
  line-height: 1.8; }
  @media screen and (min-width: 676px) {
    #anniversary .text-area p {
      font-size: 1.2857142857rem; } }
#anniversary .text-area .button-plan {
  margin-top: 1.5em; }
@media screen and (max-width: 675px) {
  #anniversary figure {
    margin-top: 2.5em; } }
@media screen and (min-width: 676px) {
  #anniversary figure {
    max-width: 500px;
    width: calc(500 / 1100 * 100%); } }
#anniversary .button-contact {
  margin-top: 5em;
  text-align: center; }
  @media screen and (max-width: 675px) {
    #anniversary .button-contact .button-type-02 {
      font-size: 1.1428571429rem; } }
  @media screen and (min-width: 676px) {
    #anniversary .button-contact .button-type-02 {
      width: 22em;
      font-size: 1.5714285714rem; } }

#layout {
  padding-top: 7em;
  padding-bottom: 7em; }
  @media screen and (max-width: 675px) {
    #layout {
      padding-right: 5vw;
      padding-left: 5vw; } }
  @media screen and (min-width: 676px) {
    #layout {
      padding-right: 3vw;
      padding-left: 3vw; } }
  @media screen and (min-width: 676px) {
    #layout .layout-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  #layout .layout-inner .text-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 2em; }
    #layout .layout-inner .text-area h1 {
      margin-bottom: 3em; }
      @media screen and (max-width: 675px) {
        #layout .layout-inner .text-area h1 {
          max-width: 280px;
          width: calc(280 / 435 * 100%); } }
      @media screen and (min-width: 676px) {
        #layout .layout-inner .text-area h1 {
          max-width: 280px;
          width: calc(280 / 480 * 100%); } }
    #layout .layout-inner .text-area h2 {
      margin-bottom: 1em; }
  @media screen and (max-width: 675px) {
    #layout .layout-inner figure {
      margin-top: 1em; } }
  @media screen and (min-width: 676px) {
    #layout .layout-inner figure {
      max-width: 580px;
      width: calc(580 / 1100 * 100%); } }

@media screen and (max-width: 675px) {
  #access {
    padding-right: 5vw;
    padding-left: 5vw; } }
@media screen and (min-width: 676px) {
  #access {
    padding-right: 3vw;
    padding-left: 3vw; } }
@media screen and (max-width: 675px) {
  #access {
    padding-top: 5em; }
    #DINNER #access {
      padding-bottom: 3em; } }
@media screen and (min-width: 676px) {
  #access {
    padding-top: 10em; } }
#access h1 {
  margin: 0 auto 3em auto; }
  @media screen and (max-width: 675px) {
    #access h1 {
      max-width: 176px;
      width: calc(176 / 435 * 100%); } }
  @media screen and (min-width: 676px) {
    #access h1 {
      max-width: 176px;
      width: calc(176 / 1100 * 100%); } }
@media screen and (min-width: 676px) {
  #access .access-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 6em; }
    #LUNCH #access .access-inner {
      border-bottom: solid 1px #6d5147; } }
@media screen and (max-width: 675px) {
  #access .access-inner .gmap-wrap {
    width: 100%;
    height: 24em;
    margin-bottom: 3em; } }
@media screen and (min-width: 676px) {
  #access .access-inner .gmap-wrap {
    max-width: 500px;
    width: calc(500 / 1100 * 100%);
    max-height: 480px;
    height: 30em; } }
#access .access-inner .gmap-wrap iframe {
  width: 100%;
  height: 100%;
  border: none; }
#access .access-inner .text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (min-width: 676px) {
    #access .access-inner .text-area {
      margin-left: 3em; } }
  #access .access-inner .text-area h2 {
    margin-bottom: 1em; }
    @media screen and (max-width: 675px) {
      #access .access-inner .text-area h2 {
        font-size: 1.1428571429rem; } }
    @media screen and (min-width: 676px) {
      #access .access-inner .text-area h2 {
        font-size: 1.4285714286rem; } }
    #access .access-inner .text-area h2 span {
      font-family: 'Noto Serif JP', serif; }
      @media screen and (min-width: 676px) {
        #access .access-inner .text-area h2 span {
          font-size: 1rem; } }
  #access .access-inner .text-area dl {
    border-top: solid 1px #6d5147; }
    @media screen and (max-width: 675px) {
      #access .access-inner .text-area dl dt {
        padding: 1em 1em 0.5em 1em;
        font-family: 'Noto Serif JP', serif; }
      #access .access-inner .text-area dl dd {
        padding: 0 1em 1em 1em;
        border-bottom: solid 1px #6d5147; } }
    @media screen and (min-width: 676px) {
      #access .access-inner .text-area dl dt {
        display: block;
        float: left;
        width: 9em;
        padding: 1em 0 1em 1em;
        font-family: 'Noto Serif JP', serif; }
      #access .access-inner .text-area dl dd {
        padding: 1em 0 1em 9em;
        border-bottom: solid 1px #6d5147; } }

#DINNER #access dl, #DINNER #access dd {
  border-color: #fff; }

#calendar {
  padding-top: 4em; }
  @media screen and (max-width: 675px) {
    #calendar {
      padding-right: 5vw;
      padding-left: 5vw; } }
  @media screen and (min-width: 676px) {
    #calendar {
      padding-right: 3vw;
      padding-left: 3vw; } }
  @media screen and (max-width: 675px) {
    #calendar {
      padding-bottom: 5em; } }
  @media screen and (min-width: 676px) {
    #calendar {
      padding-bottom: 10em; } }
  #calendar h1 {
    margin: 0 auto 3em auto; }
    @media screen and (max-width: 675px) {
      #calendar h1 {
        max-width: 198px;
        width: calc(198 / 435 * 100%); } }
    @media screen and (min-width: 676px) {
      #calendar h1 {
        max-width: 198px;
        width: calc(198 / 1100 * 100%); } }
  #calendar .attention {
    margin-top: 0.5em; }
    @media screen and (min-width: 676px) {
      #calendar .attention {
        text-align: center; } }

.usage-guide {
  margin-top: 4em;
  border: solid 1px #6d5147;
  border-radius: 4px; }
  #CONTACT .usage-guide {
    margin-top: 2em; }
  @media screen and (max-width: 675px) {
    .usage-guide {
      padding: 1.5em; } }
  @media screen and (min-width: 676px) {
    .usage-guide {
      padding: 2.5em 3em; }
      #CONTACT .usage-guide {
        padding: 1.5em 0; } }
  @media screen and (min-width: 676px) {
    .usage-guide ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (min-width: 676px) {
    .usage-guide ul li + li {
      margin-left: 2em; } }
  #CONTACT .usage-guide ul li {
    font-size: 0.8571428571rem; }
  .usage-guide ul li::before {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
    border-radius: 100vh;
    vertical-align: middle; }
  .usage-guide ul li.guide-closed::before {
    background-color: #c9c9c9; }
  .usage-guide ul li.guide-dinner::before {
    background-color: #6d5147; }
  .usage-guide ul li.guide-lunch::before {
    background-color: #f0cb93; }
  .usage-guide ul li.guide-event::before {
    border: solid 1px #6d5147; }

img {
  max-width: 100%;
  width: 100%;
  height: auto; }
  img[src$=".svg"] {
    width: 100%; }

figure {
  line-height: 0; }

.wrappar {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #4d4d4d;
  text-align: justify;
  text-justify: inter-ideograph; }
  @media screen and (max-width: 675px) {
    .wrappar {
      line-height: 1.8; } }
  @media screen and (min-width: 676px) {
    .wrappar {
      line-height: 2.0;
      font-size: 1.1428571429rem; } }

@media screen and (min-width: 676px) {
  .general-container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1100px; } }

@media screen and (max-width: 675px) {
  .attention {
    font-size: 0.8571428571rem; } }
@media screen and (min-width: 676px) {
  .attention {
    font-size: 1rem; } }

.menu-box {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1100px;
  background-color: #f6f1ec; }
  @media screen and (min-width: 676px) {
    .menu-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .menu-box.takeout-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media screen and (max-width: 675px) {
    .menu-box .text-area {
      padding: 2em; } }
  @media screen and (min-width: 676px) {
    .menu-box .text-area {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 1.5em 4.5em 0 4.5em; } }
  .menu-box .text-area h1 {
    margin-bottom: 0.75em; }
  .menu-box .text-area h2 {
    margin-bottom: 0.5em; }
  .menu-box .text-area p {
    line-height: 1.6;
    color: #6d5147; }
  .menu-box .text-area .button-more {
    margin-top: 1.25em; }
  @media screen and (min-width: 676px) {
    .menu-box figure {
      max-width: 500px;
      width: calc(500 / 1100 * 100%); } }

#HEADER {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.5em;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  width: 94vw;
  max-width: 1300px; }
  #HEADER .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    z-index: 2; }
    @media screen and (max-width: 675px) {
      #HEADER .logo {
        max-width: 125px;
        width: calc(125 / 435 * 100%); }
        #CONTACT #HEADER .logo {
          left: 0;
          -webkit-transform: none;
                  transform: none; } }
    @media screen and (min-width: 676px) {
      #HEADER .logo {
        max-width: 125px;
        width: calc(125 / 1500 * 100%); } }
  #HEADER nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 675px) {
      #LUNCH #HEADER nav, #DINNER #HEADER nav, #PARTY #HEADER nav {
        display: none; } }
    #HEADER nav .nav-switch {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      #HEADER nav .nav-switch a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 38px;
        padding: 0 1.25em;
        color: #fff;
        font-weight: bold;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media screen and (max-width: 675px) {
          #HEADER nav .nav-switch a {
            font-size: 0.7857142857rem; } }
        #HEADER nav .nav-switch a:hover {
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        #HEADER nav .nav-switch a.nav-lunch {
          border-radius: 100vh 0 0 100vh;
          background-color: #6d5147; }
          #HEADER nav .nav-switch a.nav-lunch:hover {
            background-color: #fff;
            color: #6d5147; }
        #HEADER nav .nav-switch a.nav-dinner {
          border-radius: 0 100vh 100vh 0;
          background-color: #283448; }
          #HEADER nav .nav-switch a.nav-dinner:hover {
            background-color: #fff;
            color: #283448; }
    #HEADER nav .nav-insta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 38px;
      height: 38px;
      margin-left: 1.5em;
      border-radius: 100vh;
      background-color: #6d5147;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #HEADER nav .nav-insta i::before {
        content: '';
        display: block;
        width: 21px;
        height: 21px;
        background: url(../images/common/icon_insta.svg) no-repeat center center/contain;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      #HEADER nav .nav-insta:hover {
        background-color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #HEADER nav .nav-insta:hover i::before {
          background: url(../images/common/icon_insta_br.svg) no-repeat center center/contain;
          -webkit-transition: 0.3s;
          transition: 0.3s; }

.navi__button {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 920; }
  @media screen and (max-width: 675px) {
    .navi__button {
      width: 12vw;
      height: 12vw; } }
  @media screen and (min-width: 676px) {
    .navi__button {
      display: none; } }
  #LUNCH .navi__button, #CONTACT .navi__button {
    background-color: #6d5147; }
  #DINNER .navi__button {
    background-color: #283448; }
  #PARTY .navi__button {
    background-color: #6c8295; }
  .navi__button .nbInner {
    pointer-events: none;
    width: 40%;
    margin: 0 auto;
    position: relative;
    top: 28px;
    z-index: 999; }
    @media screen and (max-width: 675px) {
      .navi__button .nbInner {
        top: 5.7vw; } }
    .navi__button .nbInner i {
      width: 100%;
      position: absolute;
      height: 3px;
      background: #f5f5f5;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1;
      left: 0;
      top: 0; }
      @media screen and (min-width: 676px) and (max-width: 1024px) {
        .navi__button .nbInner i {
          height: 0.4vw; } }
      @media screen and (max-width: 675px) {
        .navi__button .nbInner i {
          height: 0.6vw; } }
    .navi__button .nbInner:after, .navi__button .nbInner:before {
      content: "";
      position: absolute;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      top: -10px;
      left: 0;
      width: 100%;
      height: 3px;
      background: #f5f5f5;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (min-width: 676px) and (max-width: 1024px) {
        .navi__button .nbInner:after, .navi__button .nbInner:before {
          top: -1.3vw;
          height: 0.4vw; } }
      @media screen and (max-width: 675px) {
        .navi__button .nbInner:after, .navi__button .nbInner:before {
          top: -1.95vw;
          height: 0.6vw; } }
    .navi__button .nbInner:before {
      top: 10px;
      width: 70%; }
      @media screen and (min-width: 676px) and (max-width: 1024px) {
        .navi__button .nbInner:before {
          top: 1.3vw; } }
      @media screen and (max-width: 675px) {
        .navi__button .nbInner:before {
          top: 1.95vw; } }

.navi-button-on .nbInner i {
  opacity: 0;
  -webkit-transform: translateX(0.4vw);
          transform: translateX(0.4vw); }
  @media screen and (max-width: 675px) {
    .navi-button-on .nbInner i {
      -webkit-transform: translateX(0.6vw);
              transform: translateX(0.6vw); } }
.navi-button-on .nbInner:after, .navi-button-on .nbInner:before {
  background: #fff; }
.navi-button-on .nbInner:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
.navi-button-on .nbInner:before {
  width: 100%;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

footer {
  color: #fff; }
  footer .reserve-info {
    background: url(../images/common/footer_bcg.jpg) no-repeat center center/cover;
    text-align: center; }
    @media screen and (max-width: 675px) {
      footer .reserve-info {
        padding-right: 5vw;
        padding-left: 5vw; } }
    @media screen and (min-width: 676px) {
      footer .reserve-info {
        padding-right: 3vw;
        padding-left: 3vw; } }
    @media screen and (max-width: 675px) {
      footer .reserve-info {
        padding-top: 4em;
        padding-bottom: 4em; } }
    @media screen and (min-width: 676px) {
      footer .reserve-info {
        padding-top: 8em;
        padding-bottom: 8em; } }
    footer .reserve-info h2 {
      line-height: 1.4;
      color: #fff !important;
      font-family: 'Noto Serif JP', serif; }
      @media screen and (max-width: 675px) {
        footer .reserve-info h2 {
          font-size: 1.4285714286rem; } }
      @media screen and (min-width: 676px) {
        footer .reserve-info h2 {
          font-size: 1.8571428571rem; } }
    @media screen and (min-width: 676px) {
      footer .reserve-info .footer-attention {
        font-size: 1.3571428571rem; } }
    footer .reserve-info .footer-buttons {
      margin-top: 1.5em; }
      @media screen and (min-width: 676px) {
        footer .reserve-info .footer-buttons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      footer .reserve-info .footer-buttons li {
        position: relative; }
        @media screen and (max-width: 675px) {
          footer .reserve-info .footer-buttons li + li {
            margin-top: 2em; } }
        @media screen and (min-width: 676px) {
          footer .reserve-info .footer-buttons li {
            width: calc((100% - 1.5em) / 2); } }
        footer .reserve-info .footer-buttons li a {
          display: block;
          width: 100%;
          padding-top: 1em;
          padding-bottom: 1em;
          border-radius: 5px;
          font-weight: 500;
          font-family: 'Noto Serif JP', serif; }
          @media screen and (max-width: 675px) {
            footer .reserve-info .footer-buttons li a {
              font-size: 1.1428571429rem; } }
          @media screen and (min-width: 676px) {
            footer .reserve-info .footer-buttons li a {
              font-size: 2.1428571429rem; } }
          footer .reserve-info .footer-buttons li a.button-contact {
            background-color: #f6eadb;
            color: #6d5147;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            footer .reserve-info .footer-buttons li a.button-contact:hover {
              background-color: #6d5147;
              color: #f6eadb;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
          footer .reserve-info .footer-buttons li a.button-line {
            border: solid 1px #f6eadb;
            color: #fff;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            footer .reserve-info .footer-buttons li a.button-line:hover {
              background-color: #f6eadb;
              color: #6d5147;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
        footer .reserve-info .footer-buttons li span {
          position: absolute;
          top: -1.25em;
          right: 1em;
          z-index: 2;
          padding: 0.25em 2em;
          background-color: #f6eadb;
          border-radius: 100vh;
          color: #6d5147;
          letter-spacing: 0.2em;
          font-weight: 500;
          font-family: 'Noto Serif JP', serif; }
          @media screen and (max-width: 675px) {
            footer .reserve-info .footer-buttons li span {
              font-size: 0.9285714286rem; } }
          @media screen and (min-width: 676px) {
            footer .reserve-info .footer-buttons li span {
              font-size: 1.3571428571rem; } }
    footer .reserve-info .tel-info {
      margin-top: 1.5em;
      line-height: 1.4; }
      @media screen and (min-width: 676px) {
        footer .reserve-info .tel-info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      footer .reserve-info .tel-info .tel-text {
        margin-right: 1em;
        font-family: 'Noto Serif JP', serif; }
        @media screen and (min-width: 676px) {
          footer .reserve-info .tel-info .tel-text {
            font-size: 1.3571428571rem; } }
      footer .reserve-info .tel-info .tel-number a {
        color: #fff;
        font-family: 'Noto Serif JP', serif; }
        @media screen and (max-width: 675px) {
          footer .reserve-info .tel-info .tel-number a {
            font-size: 2rem; } }
        @media screen and (min-width: 676px) {
          footer .reserve-info .tel-info .tel-number a {
            font-size: 2.2142857143rem; } }
  footer .footer-nav {
    padding-top: 4em; }
    @media screen and (max-width: 675px) {
      footer .footer-nav {
        padding-right: 1vw;
        padding-left: 1vw; } }
    @media screen and (min-width: 676px) {
      footer .footer-nav {
        padding-right: 3vw;
        padding-left: 3vw; } }
    @media screen and (max-width: 675px) {
      footer .footer-nav {
        padding-bottom: 6em; } }
    @media screen and (min-width: 676px) {
      footer .footer-nav {
        padding-bottom: 4em; } }
    #LUNCH footer .footer-nav, #CONTACT footer .footer-nav {
      background-color: #6d5147; }
    #DINNER footer .footer-nav {
      background-color: #283448; }
    @media screen and (min-width: 676px) {
      footer .footer-nav .footer-nav-innner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (max-width: 675px) {
      footer .footer-nav .footer-nav-innner .footer-logo {
        max-width: 144px;
        width: calc(144 / 435 * 100%);
        margin: 0 auto; } }
    @media screen and (min-width: 676px) {
      footer .footer-nav .footer-nav-innner .footer-logo {
        max-width: 144px;
        width: calc(144 / 1100 * 100%); } }
    footer .footer-nav .footer-nav-innner nav .local {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      footer .footer-nav .footer-nav-innner nav .local li + li {
        margin-left: 2em; }
      footer .footer-nav .footer-nav-innner nav .local li a {
        display: block;
        color: #fff;
        text-align: center;
        line-height: 1.6;
        font-size: 1rem;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        footer .footer-nav .footer-nav-innner nav .local li a:hover {
          opacity: 0.75;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        footer .footer-nav .footer-nav-innner nav .local li a span {
          display: block;
          letter-spacing: 0.2em;
          font-family: 'Noto Serif JP', serif;
          font-size: 1.2857142857rem; }
    footer .footer-nav .footer-nav-innner nav .nav-switch {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      margin-top: 2em; }
      @media screen and (max-width: 675px) {
        footer .footer-nav .footer-nav-innner nav .nav-switch {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media screen and (min-width: 676px) {
        footer .footer-nav .footer-nav-innner nav .nav-switch {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      footer .footer-nav .footer-nav-innner nav .nav-switch a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 3em;
        padding: 0 1.25em;
        font-weight: bold;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        footer .footer-nav .footer-nav-innner nav .nav-switch a:hover {
          opacity: 0.75;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        @media screen and (max-width: 675px) {
          footer .footer-nav .footer-nav-innner nav .nav-switch a {
            font-size: 0.8571428571rem; } }
        footer .footer-nav .footer-nav-innner nav .nav-switch a.nav-lunch {
          border-radius: 100vh 0 0 100vh;
          border: solid 1px #f6eadb;
          color: #fff; }
        footer .footer-nav .footer-nav-innner nav .nav-switch a.nav-dinner {
          background-color: #f6eadb;
          color: #6d5147; }
        footer .footer-nav .footer-nav-innner nav .nav-switch a.nav-party {
          border-radius: 0 100vh 100vh 0;
          background-color: #f6eadb;
          color: #6d5147; }
    footer .footer-nav .footer-nav-innner nav .credit {
      margin-top: 1em; }
      @media screen and (max-width: 675px) {
        footer .footer-nav .footer-nav-innner nav .credit {
          text-align: center;
          font-size: 0.7857142857rem; } }
      @media screen and (min-width: 676px) {
        footer .footer-nav .footer-nav-innner nav .credit {
          text-align: right;
          font-size: 1rem; } }

@media screen and (max-width: 675px) {
  .fixed-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    -webkit-transform: translate(0, 4em);
            transform: translate(0, 4em);
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease; }
    .fixed-buttons.isSlideUp {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease; }
    .fixed-buttons ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15); }
      .fixed-buttons ul li {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; }
        .fixed-buttons ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 4em;
          text-align: center;
          font-weight: bold;
          font-size: 0.9285714286rem; }
          .fixed-buttons ul li a.fixed-contact {
            background-color: #6d5147;
            color: #fff; }
          .fixed-buttons ul li a.fixed-calendar {
            background-color: #fdefe1;
            color: #6d5147; }
          .fixed-buttons ul li a.fixed-tel {
            background-color: #293448;
            color: #fff; }
            .fixed-buttons ul li a.fixed-tel i::before {
              content: '';
              display: inline-block;
              width: 1em;
              height: 1em;
              margin-right: 0.25em;
              background: url(../images/lunch/icon_phone_w.svg) no-repeat center center/contain;
              vertical-align: middle; } }
@media screen and (min-width: 676px) {
  .fixed-buttons {
    position: fixed;
    top: calc(56.66% / 2);
    right: 0;
    z-index: 10;
    -webkit-transform: translate(3em, 0);
            transform: translate(3em, 0);
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease; }
    .fixed-buttons.isSlideRight {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease; }
    .fixed-buttons ul li {
      -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15); }
      .fixed-buttons ul li + li {
        margin-top: 0.5em; }
      .fixed-buttons ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 3em;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        border-radius: 4px 0 0 4px;
        font-weight: bold;
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .fixed-buttons ul li a.fixed-contact {
          background-color: #6d5147;
          color: #fff;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        .fixed-buttons ul li a.fixed-calendar {
          background-color: #f6eadb;
          color: #6d5147;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        .fixed-buttons ul li a.fixed-contact:hover {
          background-color: #f6eadb;
          color: #6d5147;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        .fixed-buttons ul li a.fixed-calendar:hover {
          background-color: #6d5147;
          color: #fff;
          -webkit-transition: 0.3s;
          transition: 0.3s; } }

.slide_menu {
  position: fixed;
  z-index: 900;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-x: hidden;
  width: 100%; }
  @media screen and (min-width: 676px) {
    .slide_menu {
      display: none; } }
  @media screen and (max-width: 675px) {
    .slide_menu {
      top: 0;
      height: 100vh;
      right: -100vw; } }
  .slide_menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .slide_menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    #LUNCH .slide_menu:after, #CONTACT .slide_menu:after {
      background-color: #8b766d; }
    #DINNER .slide_menu:after {
      background-color: #565f6e; }
    #PARTY .slide_menu:after {
      background-color: #6c8295; }
  .slide_menu .slide_menu_inner {
    position: relative;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    z-index: 2;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 25vw; }
    .slide_menu .slide_menu_inner .sp-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1em 4em 1em 5vw; }
      #LUNCH .slide_menu .slide_menu_inner .sp-header, #CONTACT .slide_menu .slide_menu_inner .sp-header {
        background-color: #6d5147; }
      #DINNER .slide_menu .slide_menu_inner .sp-header {
        background-color: #283448; }
      #PARTY .slide_menu .slide_menu_inner .sp-header {
        background-color: #6c8295; }
      .slide_menu .slide_menu_inner .sp-header .sp-logo {
        width: 25%;
        margin-right: 1em; }
      .slide_menu .slide_menu_inner .sp-header .nav-switch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .slide_menu .slide_menu_inner .sp-header .nav-switch a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 2.5em;
          padding: 0 0.55em;
          font-weight: bold;
          font-size: 0.7857142857rem; }
          .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-lunch {
            border-radius: 100vh 0 0 100vh; }
            #LUNCH .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-lunch, #CONTACT .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-lunch {
              background-color: #fff;
              color: #6d5147; }
            #DINNER .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-lunch {
              background-color: #6d5147;
              color: #fff; }
            #PARTY .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-lunch {
              background-color: #6d5147;
              color: #fff; }
          .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-dinner {
            border-radius: 0 0 0 0; }
            #LUNCH .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-dinner, #CONTACT .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-dinner {
              background-color: #283448;
              color: #fff; }
            #DINNER .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-dinner {
              background-color: #fff;
              color: #283448; }
            #PARTY .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-dinner {
              background-color: #283448;
              color: #fff; }
          .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-party {
            border-radius: 0 100vh 100vh 0; }
            #LUNCH .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-party, #CONTACT .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-party {
              background-color: #6c8295;
              color: #fff; }
            #DINNER .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-party {
              background-color: #6c8295;
              color: #fff; }
            #PARTY .slide_menu .slide_menu_inner .sp-header .nav-switch a.nav-party {
              background-color: #fff;
              color: #6c8295; }
      .slide_menu .slide_menu_inner .sp-header .nav-insta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 3em;
        height: 2.2em;
        margin-left: 1.25em;
        border-radius: 100vh;
        background-color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .slide_menu .slide_menu_inner .sp-header .nav-insta i::before {
          content: '';
          display: block;
          width: 21px;
          height: 21px;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: contain;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          #LUNCH .slide_menu .slide_menu_inner .sp-header .nav-insta i::before, #CONTACT .slide_menu .slide_menu_inner .sp-header .nav-insta i::before {
            background-image: url(../images/common/icon_insta_br.svg); }
          #DINNER .slide_menu .slide_menu_inner .sp-header .nav-insta i::before {
            background-image: url(../images/common/icon_insta_bl.svg); }
          #PARTY .slide_menu .slide_menu_inner .sp-header .nav-insta i::before {
            background-image: url(../images/common/icon_insta_bl.svg); }
    .slide_menu .slide_menu_inner .sp-tel {
      padding: 2.5em 5vw;
      background-color: #fff;
      text-align: center; }
      .slide_menu .slide_menu_inner .sp-tel p {
        line-height: 1.4;
        font-weight: 500; }
        #LUNCH .slide_menu .slide_menu_inner .sp-tel p, #CONTACT .slide_menu .slide_menu_inner .sp-tel p {
          color: #6d5147; }
        #DINNER .slide_menu .slide_menu_inner .sp-tel p {
          color: #283448; }
        #PARTY .slide_menu .slide_menu_inner .sp-tel p {
          color: #6c8295; }
      .slide_menu .slide_menu_inner .sp-tel p:nth-child(2) a {
        font-size: 2.5714285714rem;
        font-family: 'Noto Serif JP', serif; }
        #LUNCH .slide_menu .slide_menu_inner .sp-tel p:nth-child(2) a, #CONTACT .slide_menu .slide_menu_inner .sp-tel p:nth-child(2) a {
          color: #6d5147; }
        #DINNER .slide_menu .slide_menu_inner .sp-tel p:nth-child(2) a {
          color: #283448; }
        #PARTY .slide_menu .slide_menu_inner .sp-tel p:nth-child(2) a {
          color: #6c8295; }
        .slide_menu .slide_menu_inner .sp-tel p:nth-child(2) a i::before {
          content: '';
          display: inline-block;
          width: 0.8em;
          height: 0.8em;
          margin-right: 0.25em;
          background-repeat: no-repeat;
          background-position: center center;
          background-repeat: contain;
          vertical-align: middle; }
          #LUNCH .slide_menu .slide_menu_inner .sp-tel p:nth-child(2) a i::before, #CONTACT .slide_menu .slide_menu_inner .sp-tel p:nth-child(2) a i::before {
            background-image: url(../images/lunch/icon_phone_br.svg); }
          #DINNER .slide_menu .slide_menu_inner .sp-tel p:nth-child(2) a i::before {
            background-image: url(../images/dinner/icon_phone_bl.svg); }
          #PARTY .slide_menu .slide_menu_inner .sp-tel p:nth-child(2) a i::before {
            background-image: url(../images/dinner/icon_phone_bl.svg); }
      .slide_menu .slide_menu_inner .sp-tel p:nth-child(3) {
        font-size: 0.8571428571rem; }
    .slide_menu .slide_menu_inner .local li {
      border-bottom: solid 1px #fff; }
      .slide_menu .slide_menu_inner .local li a {
        display: block;
        padding: 1.25em 10vw;
        color: #fff;
        font-weight: 500;
        font-size: 0.9285714286rem; }
        .slide_menu .slide_menu_inner .local li a span {
          margin-right: 1em;
          font-family: 'Noto Serif JP', serif;
          font-size: 1.1428571429rem; }

.menu-open {
  opacity: 1;
  right: 0px; }
  .menu-open .slide_menu_inner {
    left: 0px; }

.loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  #LUNCH .loading {
    background: #6d5147; }
  #DINNER .loading {
    background: #283448; }
  .loading .loading-anime > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    border-radius: 100%;
    border: 2px solid #f6f1ec;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
            animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }
    @media screen and (max-width: 675px) {
      .loading .loading-anime > div {
        height: 5em;
        width: 5em; } }
    @media screen and (min-width: 676px) {
      .loading .loading-anime > div {
        height: 8em;
        width: 8em; } }
@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0; } }
@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0; } }
  .loading.completed {
    opacity: 0;
    visibility: hidden; }

#cal,
#cal2 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 675px) {
    #cal,
    #cal2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 675px) {
    #cal > div, #cal2 > div {
      margin: 2.5vw 0 0 0; } }
  @media screen and (min-width: 676px) and (max-width: 1024px) {
    #cal > div, #cal2 > div {
      margin: 1.4285714286vw 0 0 0; } }
  @media screen and (min-width: 1025px) and (max-width: 1499px) {
    #cal > div, #cal2 > div {
      margin: 1.4285714286vw 0 0 0; } }
  @media screen and (min-width: 1500px) {
    #cal > div, #cal2 > div {
      margin: 20px 0 0 0; } }
  @media screen and (max-width: 675px) {
    #cal > div, #cal2 > div {
      width: 90%;
      margin: 0 auto; } }
  @media screen and (min-width: 676px) {
    #cal > div, #cal2 > div {
      width: 45%; }
      #CONTACT #cal > div,
      #CONTACT #cal2 > div {
        width: 47%; } }
  @media screen and (max-width: 675px) {
    #cal > div:last-child, #cal2 > div:last-child {
      margin-top: 10%; } }
  #cal table,
  #cal2 table {
    width: 100%; }
    #cal table td, #cal table th, #cal2 table td, #cal2 table th {
      padding: 18px 0;
      line-height: 1;
      text-align: center;
      position: relative;
      background: #fff;
      font-family: 'Noto Serif JP', serif; }
      @media screen and (max-width: 675px) {
        #cal table td, #cal table th, #cal2 table td, #cal2 table th {
          font-size: 1.2857142857rem; } }
      @media screen and (min-width: 676px) {
        #cal table td, #cal table th, #cal2 table td, #cal2 table th {
          font-size: 1.8571428571rem; }
          #CONTACT #cal table td, #CONTACT #cal table th,
          #CONTACT #cal2 table td,
          #CONTACT #cal2 table th {
            font-size: 1.1428571429rem; } }
      #cal table td span, #cal table th span, #cal2 table td span, #cal2 table th span {
        color: #6d5147;
        font-family: 'Noto Serif JP', serif; }
      #cal table td.d0 span, #cal table th.d0 span, #cal2 table td.d0 span, #cal2 table th.d0 span {
        color: #9d5e53; }
      #cal table td.d6 span, #cal table th.d6 span, #cal2 table td.d6 span, #cal2 table th.d6 span {
        color: #59677c; }
    #cal table th,
    #cal2 table th {
      padding: 8px 0;
      width: 14.28%; }
      #cal table th.differentMonth,
      #cal2 table th.differentMonth {
        color: #ccc;
        background: #efefef; }
        #cal table th.differentMonth:before,
        #cal2 table th.differentMonth:before {
          display: none !important; }
    #cal table td span,
    #cal2 table td span {
      position: relative;
      z-index: 3; }
    #cal table td.differentMonth,
    #cal2 table td.differentMonth {
      background: #efefef; }
      #cal table td.differentMonth span,
      #cal2 table td.differentMonth span {
        color: #ccc; }
      #cal table td.differentMonth:before,
      #cal2 table td.differentMonth:before {
        display: none !important; }
    #cal table td.today,
    #cal2 table td.today {
      background: #EBF240; }
    #cal table td.type1:before, #cal table td.type2:before, #cal table td.type3:before, #cal table td.type4:before,
    #cal2 table td.type1:before,
    #cal2 table td.type2:before,
    #cal2 table td.type3:before,
    #cal2 table td.type4:before {
      content: "";
      position: absolute;
      width: 1.8em;
      height: 1.8em;
      left: 50%;
      top: 50%;
      border-radius: 100%;
      background: #C9C9C9;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #cal table td.type1,
    #cal2 table td.type1 {
      color: #fff; }
    #cal table td.type2,
    #cal2 table td.type2 {
      color: #fff; }
    #cal table td.type3 span,
    #cal2 table td.type3 span {
      color: #fff; }
    #cal table td.type1:before,
    #cal2 table td.type1:before {
      background: #c9c9c9; }
    #cal table td.type2:before,
    #cal2 table td.type2:before {
      background: #f0cb93; }
    #cal table td.type3:before,
    #cal2 table td.type3:before {
      background: #6d5147; }
    #cal table td.type4:before,
    #cal2 table td.type4:before {
      background: none;
      border: 1px solid #6d5147; }
    #cal table td.hol,
    #cal2 table td.hol {
      background: #ddd; }
  #cal ._current, #cal2 ._current {
    margin-bottom: 0.5em;
    line-height: 1.2;
    text-align: center;
    color: #6d5147;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif; }
    @media screen and (max-width: 675px) {
      #cal ._current, #cal2 ._current {
        font-size: 2.5714285714rem; } }
    @media screen and (min-width: 676px) {
      #cal ._current, #cal2 ._current {
        font-size: 6.4285714286rem; }
        #CONTACT #cal ._current,
        #CONTACT #cal2 ._current {
          font-size: 2.1428571429rem; } }
    #cal ._current span, #cal2 ._current span {
      display: block;
      font-family: 'Noto Serif JP', serif; }
      @media screen and (max-width: 675px) {
        #cal ._current span, #cal2 ._current span {
          font-size: 1rem; } }
      @media screen and (min-width: 676px) {
        #cal ._current span, #cal2 ._current span {
          font-size: 1.7142857143rem; }
          #CONTACT #cal ._current span, #CONTACT #cal2 ._current span {
            font-size: 0.9285714286rem; } }

._cal_button {
  width: 90%;
  max-width: 1000px;
  margin: 85px auto 0; }
  ._cal_button ul {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  ._cal_button li {
    padding: 8px 0;
    background: #efefef;
    width: 30%;
    text-align: center; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  font-size: 0px;
  top: 40%;
  height: 40px;
  width: 40px; }
  @media screen and (max-width: 675px) {
    .slick-prev,
    .slick-next {
      height: 28px;
      width: 28px; } }

.slick-prev {
  left: 20px; }

.slick-next {
  right: 20px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        background: #FFF;
        border-radius: 50%;
        content: "";
        width: 8px;
        height: 8px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #6d5147; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 2px;
    height: 22px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #6d5147;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #6d5147; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 2px;
    height: 18px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -6px 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 6px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }
.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }
.modaal-gallery-prev:before {
  margin: 6px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
.modaal-gallery-prev:after {
  margin: -6px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }
.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }

  .modaal-gallery-control {
    top: auto;
    bottom: -65px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }

  .modaal-gallery-next {
    left: auto;
    right: 20px; }

  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }

  .modaal-instagram iframe {
    width: 600px !important; } }
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25); }
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

#LUNCH #menu {
  position: relative;
  padding-top: 7em;
  padding-bottom: 9em; }
  @media screen and (max-width: 675px) {
    #LUNCH #menu {
      padding-right: 5vw;
      padding-left: 5vw; } }
  @media screen and (min-width: 676px) {
    #LUNCH #menu {
      padding-right: 3vw;
      padding-left: 3vw; } }
  #LUNCH #menu h1 {
    margin-bottom: 2.5em;
    margin-left: -3vw; }
    @media screen and (max-width: 675px) {
      #LUNCH #menu h1 {
        max-width: 372px;
        width: calc(372 / 435 * 100%); } }
    @media screen and (min-width: 676px) {
      #LUNCH #menu h1 {
        max-width: 372px;
        width: calc(372 / 1100 * 100%); } }
  #LUNCH #menu .menu-inner h2 {
    letter-spacing: 4px; }
  @media screen and (max-width: 675px) {
    #LUNCH #menu .menu-inner h2 {
      margin-bottom: 1em; }
    #LUNCH #menu .menu-inner p {
      line-height: 2.4; } }
  @media screen and (min-width: 676px) {
    #LUNCH #menu .menu-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #LUNCH #menu .menu-inner h2 {
        margin-right: 3em; }
      #LUNCH #menu .menu-inner p {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        line-height: 2.6; } }
#LUNCH #alacarte {
  position: relative;
  background-color: #f6f1ec;
  text-align: center;
  padding-top: 5em;
  padding-bottom: 5em; }
  @media screen and (max-width: 675px) {
    #LUNCH #alacarte {
      padding-right: 5vw;
      padding-left: 5vw; } }
  @media screen and (min-width: 676px) {
    #LUNCH #alacarte {
      padding-right: 3vw;
      padding-left: 3vw; } }
  #LUNCH #alacarte::before {
    position: absolute;
    top: -11%;
    left: -4%;
    z-index: 0;
    content: '';
    height: 340px;
    display: block;
    background: url(../images/lunch/alacarte_img_01.png) no-repeat top left/contain; }
    @media screen and (max-width: 675px) {
      #LUNCH #alacarte::before {
        max-width: 520px;
        width: calc(520 / 1000 * 100%); } }
    @media screen and (min-width: 676px) {
      #LUNCH #alacarte::before {
        max-width: 520px;
        width: calc(520 / 1435 * 100%); } }
  #LUNCH #alacarte::after {
    position: absolute;
    right: 1%;
    bottom: -6%;
    z-index: 0;
    content: '';
    height: 254px;
    display: block;
    background: url(../images/lunch/alacarte_img_02.png) no-repeat right bottom/contain; }
    @media screen and (max-width: 675px) {
      #LUNCH #alacarte::after {
        max-width: 444px;
        width: calc(444 / 1000 * 100%); } }
    @media screen and (min-width: 676px) {
      #LUNCH #alacarte::after {
        max-width: 444px;
        width: calc(444 / 1435 * 100%); } }
  #LUNCH #alacarte h1, #LUNCH #alacarte h2, #LUNCH #alacarte p {
    position: relative;
    z-index: 1; }
  #LUNCH #alacarte h1 {
    margin: 0 auto 4.5em auto; }
    @media screen and (max-width: 675px) {
      #LUNCH #alacarte h1 {
        max-width: 204px;
        width: calc(204 / 435 * 100%); } }
    @media screen and (min-width: 676px) {
      #LUNCH #alacarte h1 {
        max-width: 204px;
        width: calc(204 / 1100 * 100%); } }
  #LUNCH #alacarte h2 {
    margin-bottom: 1.5em; }
  @media screen and (max-width: 675px) {
    #LUNCH #alacarte p {
      text-align: left; } }
  @media screen and (min-width: 676px) {
    #LUNCH #alacarte p {
      font-size: 1.2857142857rem; } }
  #LUNCH #alacarte .button-more {
    margin-top: 3em; }
#LUNCH #course {
  position: relative;
  margin-top: 9em; }
  @media screen and (max-width: 675px) {
    #LUNCH #course {
      padding-right: 5vw;
      padding-left: 5vw; } }
  @media screen and (min-width: 676px) {
    #LUNCH #course {
      padding-right: 3vw;
      padding-left: 3vw; } }
  #LUNCH #course::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    height: 100%;
    background-color: #f6f1ec; }
    @media screen and (max-width: 675px) {
      #LUNCH #course::before {
        width: 100%; } }
    @media screen and (min-width: 676px) {
      #LUNCH #course::before {
        width: calc((922 / 1600) * 100%); } }
  #LUNCH #course .course-inner {
    padding-top: 2em;
    padding-bottom: 5em; }
    @media screen and (min-width: 676px) {
      #LUNCH #course .course-inner {
        width: 52%; } }
    #LUNCH #course .course-inner h1 {
      margin-bottom: 2.5em; }
      @media screen and (max-width: 675px) {
        #LUNCH #course .course-inner h1 {
          max-width: 167px;
          width: calc(167 / 435 * 100%); } }
      @media screen and (min-width: 676px) {
        #LUNCH #course .course-inner h1 {
          max-width: 167px;
          width: calc(167 / 500 * 100%);
          margin-left: -1.5em; } }
    #LUNCH #course .course-inner dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 2em; }
      #LUNCH #course .course-inner dl dt {
        display: block;
        width: 70%;
        color: #6d5147; }
        #LUNCH #course .course-inner dl dt:not(:last-of-type) {
          padding-bottom: 1.5em; }
        @media screen and (min-width: 676px) {
          #LUNCH #course .course-inner dl dt {
            font-size: 1.0714285714rem; } }
        @media screen and (max-width: 675px) {
          #LUNCH #course .course-inner dl dt h2 {
            font-size: 1.1428571429rem; } }
        @media screen and (min-width: 676px) {
          #LUNCH #course .course-inner dl dt h2 {
            font-size: 1.2857142857rem; } }
      #LUNCH #course .course-inner dl dd {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        color: #6d5147;
        text-align: right;
        font-weight: 500;
        font-family: 'Noto Serif JP', serif;
        font-size: 1.2857142857rem; }
  @media screen and (max-width: 675px) {
    #LUNCH #course figure {
      position: relative;
      padding-bottom: 1em; } }
  @media screen and (min-width: 676px) {
    #LUNCH #course figure {
      position: absolute;
      top: -1.5em;
      right: 0;
      z-index: 1;
      width: calc((680 / 1500) * 100%); } }
  @media screen and (min-width: 2200px) {
    #LUNCH #course figure {
      top: -3em;
      width: 43.5%; } }
  #LUNCH #course figure figcaption {
    margin-top: 1em; }
    @media screen and (max-width: 675px) {
      #LUNCH #course figure figcaption {
        text-align: center;
        font-size: 0.8571428571rem; } }
    @media screen and (min-width: 676px) {
      #LUNCH #course figure figcaption {
        text-align: right;
        font-size: 1rem; } }
  #LUNCH #course figure img {
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2); }
  #LUNCH #course .button-more {
    margin-top: 1em; }
@media screen and (max-width: 675px) {
  #LUNCH #drink {
    padding-right: 5vw;
    padding-left: 5vw; } }
@media screen and (min-width: 676px) {
  #LUNCH #drink {
    padding-right: 3vw;
    padding-left: 3vw; } }
@media screen and (max-width: 675px) {
  #LUNCH #drink {
    padding-top: 3em; } }
@media screen and (min-width: 676px) {
  #LUNCH #drink {
    padding-top: 6em; } }
@media screen and (max-width: 675px) {
  #LUNCH #drink h1 {
    max-width: 186px;
    width: calc(186 / 375 * 100%); } }
@media screen and (min-width: 676px) {
  #LUNCH #drink h1 {
    max-width: 186px;
    width: calc(186 / 500 * 100%); } }
@media screen and (max-width: 675px) {
  #LUNCH #takeout {
    padding-right: 5vw;
    padding-left: 5vw; } }
@media screen and (min-width: 676px) {
  #LUNCH #takeout {
    padding-right: 3vw;
    padding-left: 3vw; } }
@media screen and (max-width: 675px) {
  #LUNCH #takeout {
    padding-top: 3em; } }
@media screen and (min-width: 676px) {
  #LUNCH #takeout {
    padding-top: 6em; } }
@media screen and (max-width: 675px) {
  #LUNCH #takeout h1 {
    max-width: 220px;
    width: calc(220 / 375 * 100%); } }
@media screen and (min-width: 676px) {
  #LUNCH #takeout h1 {
    max-width: 220px;
    width: calc(220 / 500 * 100%); } }
#LUNCH #takeout .takeout-price {
  margin-top: 1em;
  text-align: right;
  font-size: 1.2857142857rem;
  font-family: 'Noto Serif JP', serif; }
#LUNCH #story {
  margin-top: 6em;
  background-color: #f6f1ec; }
  @media screen and (max-width: 675px) {
    #LUNCH #story {
      padding-right: 5vw;
      padding-left: 5vw; } }
  @media screen and (min-width: 676px) {
    #LUNCH #story {
      padding-right: 3vw;
      padding-left: 3vw; } }
  @media screen and (max-width: 675px) {
    #LUNCH #story {
      padding-bottom: 6em; } }
  @media screen and (min-width: 676px) {
    #LUNCH #story {
      padding-bottom: 12em; } }
  #LUNCH #story .story-kv {
    width: 100vw; }
    @media screen and (max-width: 675px) {
      #LUNCH #story .story-kv {
        margin-left: -5vw; } }
    @media screen and (min-width: 676px) {
      #LUNCH #story .story-kv {
        margin-left: -3vw; } }
  #LUNCH #story h1, #LUNCH #story h2, #LUNCH #story .story-lead {
    text-align: center; }
  @media screen and (max-width: 675px) {
    #LUNCH #story h1 {
      max-width: 280px;
      width: calc(280 / 800 * 100%);
      margin: -3em auto 2em auto; } }
  @media screen and (min-width: 676px) {
    #LUNCH #story h1 {
      max-width: 280px;
      width: calc(280 / 1100 * 100%);
      margin: -9em auto 5em auto; } }
  #LUNCH #story h2 {
    margin-bottom: 1em; }
  @media screen and (max-width: 675px) {
    #LUNCH #story .story-lead {
      text-align: left; } }
  @media screen and (max-width: 675px) {
    #LUNCH #story .story-inner {
      margin-top: 6em; } }
  @media screen and (min-width: 676px) {
    #LUNCH #story .story-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #LUNCH #story .story-inner:first-of-type {
        margin-top: 8em; }
      #LUNCH #story .story-inner:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        #LUNCH #story .story-inner:nth-of-type(odd) .text-area {
          margin-left: 5em; }
      #LUNCH #story .story-inner:nth-of-type(even) .text-area {
        margin-right: 7em; } }
  #LUNCH #story .story-inner .text-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    #LUNCH #story .story-inner .text-area h2 {
      margin-bottom: 4em; }
    #LUNCH #story .story-inner .text-area h3 {
      margin-bottom: 1em; }
  #LUNCH #story .story-inner figure {
    position: relative; }
    @media screen and (max-width: 675px) {
      #LUNCH #story .story-inner figure {
        width: 60%;
        margin: 1em auto 0 auto; } }
    @media screen and (min-width: 676px) {
      #LUNCH #story .story-inner figure {
        max-width: 500px;
        width: calc(500 / 1100 * 100%); } }
    #LUNCH #story .story-inner figure::after {
      position: absolute;
      z-index: 1;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: solid 1px #6d5147;
      border-radius: 4px; }
      @media screen and (max-width: 675px) {
        #LUNCH #story .story-inner figure::after {
          top: 1em;
          left: -1em; } }
      @media screen and (min-width: 676px) {
        #LUNCH #story .story-inner figure::after {
          top: 2em;
          left: -2em; } }
    #LUNCH #story .story-inner figure img {
      border-radius: 4px; }
  @media screen and (max-width: 675px) {
    #LUNCH #story .story-inner.story-entrance h2 {
      max-width: 240px;
      width: calc(240 / 435 * 100%); } }
  @media screen and (min-width: 676px) {
    #LUNCH #story .story-inner.story-entrance h2 {
      max-width: 240px;
      width: calc(240 / 550 * 100%); } }
  @media screen and (max-width: 675px) {
    #LUNCH #story .story-inner.story-table h2 {
      max-width: 188px;
      width: calc(188 / 435 * 100%); } }
  @media screen and (min-width: 676px) {
    #LUNCH #story .story-inner.story-table h2 {
      max-width: 188px;
      width: calc(188 / 550 * 100%); } }
  @media screen and (max-width: 675px) {
    #LUNCH #story .story-inner.story-meal h2 {
      max-width: 184px;
      width: calc(184 / 435 * 100%); } }
  @media screen and (min-width: 676px) {
    #LUNCH #story .story-inner.story-meal h2 {
      max-width: 184px;
      width: calc(184 / 550 * 100%); } }
  @media screen and (max-width: 675px) {
    #LUNCH #story .story-inner.story-after h2 {
      max-width: 222px;
      width: calc(222 / 435 * 100%); } }
  @media screen and (min-width: 676px) {
    #LUNCH #story .story-inner.story-after h2 {
      max-width: 222px;
      width: calc(222 / 550 * 100%); } }

#DINNER .bcg-wrap {
  background-color: #283448; }
  #DINNER .bcg-wrap #menu h2, #DINNER .bcg-wrap #menu h3, #DINNER .bcg-wrap #menu dt, #DINNER .bcg-wrap #menu dd, #DINNER .bcg-wrap #menu p, #DINNER .bcg-wrap #layout h2, #DINNER .bcg-wrap #layout h3, #DINNER .bcg-wrap #layout dt, #DINNER .bcg-wrap #layout dd, #DINNER .bcg-wrap #layout p, #DINNER .bcg-wrap #access h2, #DINNER .bcg-wrap #access h3, #DINNER .bcg-wrap #access dt, #DINNER .bcg-wrap #access dd, #DINNER .bcg-wrap #access p {
    color: #fff; }
#DINNER #menu {
  position: relative;
  padding-top: 7em;
  padding-bottom: 9em; }
  @media screen and (max-width: 675px) {
    #DINNER #menu {
      padding-right: 5vw;
      padding-left: 5vw; } }
  @media screen and (min-width: 676px) {
    #DINNER #menu {
      padding-right: 3vw;
      padding-left: 3vw; } }
  #DINNER #menu h1 {
    margin-bottom: 2.5em;
    margin-left: -3vw; }
    @media screen and (max-width: 675px) {
      #DINNER #menu h1 {
        max-width: 372px;
        width: calc(372 / 435 * 100%); } }
    @media screen and (min-width: 676px) {
      #DINNER #menu h1 {
        max-width: 372px;
        width: calc(372 / 1100 * 100%); } }
  @media screen and (max-width: 675px) {
    #DINNER #menu .menu-inner h2 {
      margin-bottom: 1em; }
    #DINNER #menu .menu-inner p {
      line-height: 2.4; } }
  @media screen and (min-width: 676px) {
    #DINNER #menu .menu-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #DINNER #menu .menu-inner h2 {
        margin-right: 3em; }
      #DINNER #menu .menu-inner p {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        line-height: 2.6; } }
#DINNER #alacarte {
  position: relative;
  background-color: #f6f1ec;
  padding-top: 5em;
  padding-bottom: 5em; }
  @media screen and (max-width: 675px) {
    #DINNER #alacarte {
      padding-right: 5vw;
      padding-left: 5vw; } }
  @media screen and (min-width: 676px) {
    #DINNER #alacarte {
      padding-right: 3vw;
      padding-left: 3vw; } }
  #DINNER #alacarte::before {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;
    background: url(../images/dinner/alacarte_img.png) no-repeat top right/contain; }
    @media screen and (max-width: 675px) {
      #DINNER #alacarte::before {
        top: -11%;
        right: -9%;
        width: 270px;
        height: 220px; } }
    @media screen and (min-width: 676px) {
      #DINNER #alacarte::before {
        top: -3%;
        left: -12%;
        width: 58%;
        height: 110%; } }
  @media screen and (min-width: 676px) {
    #DINNER #alacarte .alacarte-inner {
      padding-left: calc(1100px / 2); } }
  #DINNER #alacarte h1 {
    margin-bottom: 4.5em; }
    @media screen and (max-width: 675px) {
      #DINNER #alacarte h1 {
        max-width: 204px;
        width: calc(204 / 435 * 100%); } }
    @media screen and (min-width: 676px) {
      #DINNER #alacarte h1 {
        max-width: 204px;
        width: calc(204 / 550 * 100%); } }
  #DINNER #alacarte h2 {
    margin-bottom: 1.5em; }
  @media screen and (min-width: 676px) {
    #DINNER #alacarte p {
      font-size: 1.2857142857rem; } }
  #DINNER #alacarte .button-more {
    margin-top: 3em; }
#DINNER #course {
  position: relative;
  padding-top: 9em; }
  @media screen and (max-width: 675px) {
    #DINNER #course {
      padding-right: 5vw;
      padding-left: 5vw; } }
  @media screen and (min-width: 676px) {
    #DINNER #course {
      padding-right: 3vw;
      padding-left: 3vw; } }
  #DINNER #course::before {
    content: '';
    position: absolute;
    top: 9em;
    left: 0;
    z-index: -1;
    display: block;
    height: calc(100% - 9em);
    background-color: #f6f1ec; }
    @media screen and (max-width: 675px) {
      #DINNER #course::before {
        width: 100%; } }
    @media screen and (min-width: 676px) {
      #DINNER #course::before {
        width: calc((922 / 1500) * 100%); } }
  #DINNER #course .course-inner {
    padding-top: 2em;
    padding-bottom: 5em; }
    @media screen and (min-width: 676px) {
      #DINNER #course .course-inner {
        width: 52%; } }
    #DINNER #course .course-inner h1 {
      margin-bottom: 2.5em; }
      @media screen and (max-width: 675px) {
        #DINNER #course .course-inner h1 {
          max-width: 167px;
          width: calc(167 / 435 * 100%); } }
      @media screen and (min-width: 676px) {
        #DINNER #course .course-inner h1 {
          max-width: 167px;
          width: calc(167 / 500 * 100%);
          margin-left: -1.5em; } }
    #DINNER #course .course-inner dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 2em; }
      #DINNER #course .course-inner dl dt {
        display: block;
        width: 70%;
        color: #6d5147; }
        #DINNER #course .course-inner dl dt:not(:last-of-type) {
          padding-bottom: 1.5em; }
        @media screen and (min-width: 676px) {
          #DINNER #course .course-inner dl dt {
            font-size: 1.0714285714rem; } }
        @media screen and (max-width: 675px) {
          #DINNER #course .course-inner dl dt h2 {
            font-size: 1.1428571429rem; } }
        @media screen and (min-width: 676px) {
          #DINNER #course .course-inner dl dt h2 {
            font-size: 1.2857142857rem; } }
      #DINNER #course .course-inner dl dd {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        color: #6d5147;
        text-align: right;
        font-weight: 500;
        font-family: 'Noto Serif JP', serif;
        font-size: 1.2857142857rem; }
  @media screen and (max-width: 675px) {
    #DINNER #course figure {
      position: relative;
      padding-bottom: 1em; } }
  @media screen and (min-width: 676px) {
    #DINNER #course figure {
      position: absolute;
      top: 16em;
      right: 0;
      z-index: 1;
      width: calc((680 / 1600) * 100%); } }
  @media screen and (min-width: 2200px) {
    #DINNER #course figure {
      top: 11em;
      width: 40%; } }
  #DINNER #course figure figcaption {
    margin-top: 1.5em;
    color: #fff; }
    @media screen and (max-width: 675px) {
      #DINNER #course figure figcaption {
        text-align: center;
        font-size: 0.8571428571rem; } }
    @media screen and (min-width: 676px) {
      #DINNER #course figure figcaption {
        text-align: right;
        font-size: 1rem; } }
  #DINNER #course figure img {
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2); }
  #DINNER #course .button-more {
    margin-top: 1em; }
#DINNER #drink {
  padding-bottom: 6em; }
  @media screen and (max-width: 675px) {
    #DINNER #drink {
      padding-right: 5vw;
      padding-left: 5vw; } }
  @media screen and (min-width: 676px) {
    #DINNER #drink {
      padding-right: 3vw;
      padding-left: 3vw; } }
  @media screen and (max-width: 675px) {
    #DINNER #drink {
      padding-top: 3em; } }
  @media screen and (min-width: 676px) {
    #DINNER #drink {
      padding-top: 6em; } }
  @media screen and (max-width: 675px) {
    #DINNER #drink h1 {
      max-width: 186px;
      width: calc(186 / 375 * 100%); } }
  @media screen and (min-width: 676px) {
    #DINNER #drink h1 {
      max-width: 186px;
      width: calc(186 / 500 * 100%); } }
#DINNER #story {
  background-color: #ede8e4; }
  @media screen and (max-width: 675px) {
    #DINNER #story {
      padding-right: 5vw;
      padding-left: 5vw; } }
  @media screen and (min-width: 676px) {
    #DINNER #story {
      padding-right: 3vw;
      padding-left: 3vw; } }
  @media screen and (max-width: 675px) {
    #DINNER #story {
      padding-bottom: 6em; } }
  @media screen and (min-width: 676px) {
    #DINNER #story {
      padding-bottom: 12em; } }
  #DINNER #story .story-kv {
    width: 100vw; }
    @media screen and (max-width: 675px) {
      #DINNER #story .story-kv {
        margin-left: -5vw; } }
    @media screen and (min-width: 676px) {
      #DINNER #story .story-kv {
        margin-left: -3vw; } }
  #DINNER #story h1, #DINNER #story h2, #DINNER #story .story-lead {
    text-align: center; }
  @media screen and (max-width: 675px) {
    #DINNER #story h1 {
      max-width: 280px;
      width: calc(280 / 800 * 100%);
      margin: -3em auto 2em auto; } }
  @media screen and (min-width: 676px) {
    #DINNER #story h1 {
      max-width: 280px;
      width: calc(280 / 1100 * 100%);
      margin: -9em auto 5em auto; } }
  #DINNER #story h2 {
    margin-bottom: 1em; }
  @media screen and (max-width: 675px) {
    #DINNER #story .story-lead {
      text-align: left; } }
  @media screen and (max-width: 675px) {
    #DINNER #story .story-inner {
      margin-top: 6em; } }
  @media screen and (min-width: 676px) {
    #DINNER #story .story-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #DINNER #story .story-inner:first-of-type {
        margin-top: 8em; }
      #DINNER #story .story-inner:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        #DINNER #story .story-inner:nth-of-type(odd) .text-area {
          margin-left: 5em; }
      #DINNER #story .story-inner:nth-of-type(even) .text-area {
        margin-right: 7em; } }
  #DINNER #story .story-inner .text-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    #DINNER #story .story-inner .text-area h2 {
      margin-bottom: 4em; }
    #DINNER #story .story-inner .text-area h3 {
      margin-bottom: 1em; }
  #DINNER #story .story-inner figure {
    position: relative; }
    @media screen and (max-width: 675px) {
      #DINNER #story .story-inner figure {
        width: 60%;
        margin: 1em auto 0 auto; } }
    @media screen and (min-width: 676px) {
      #DINNER #story .story-inner figure {
        max-width: 500px;
        width: calc(500 / 1100 * 100%); } }
    #DINNER #story .story-inner figure::after {
      position: absolute;
      z-index: 1;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: solid 1px #6d5147;
      border-radius: 4px; }
      @media screen and (max-width: 675px) {
        #DINNER #story .story-inner figure::after {
          top: 1em;
          left: -1em; } }
      @media screen and (min-width: 676px) {
        #DINNER #story .story-inner figure::after {
          top: 2em;
          left: -2em; } }
    #DINNER #story .story-inner figure img {
      border-radius: 4px; }
  @media screen and (max-width: 675px) {
    #DINNER #story .story-inner.story-entrance h2 {
      max-width: 240px;
      width: calc(240 / 435 * 100%); } }
  @media screen and (min-width: 676px) {
    #DINNER #story .story-inner.story-entrance h2 {
      max-width: 240px;
      width: calc(240 / 550 * 100%); } }
  @media screen and (max-width: 675px) {
    #DINNER #story .story-inner.story-table h2 {
      max-width: 188px;
      width: calc(188 / 435 * 100%); } }
  @media screen and (min-width: 676px) {
    #DINNER #story .story-inner.story-table h2 {
      max-width: 188px;
      width: calc(188 / 550 * 100%); } }
  @media screen and (min-width: 676px) {
    #DINNER #story .story-inner.story-table figure {
      max-width: 400px;
      width: calc(400 / 1100 * 100%); } }
  @media screen and (max-width: 675px) {
    #DINNER #story .story-inner.story-meal h2 {
      max-width: 184px;
      width: calc(184 / 435 * 100%); } }
  @media screen and (min-width: 676px) {
    #DINNER #story .story-inner.story-meal h2 {
      max-width: 184px;
      width: calc(184 / 550 * 100%); } }
  @media screen and (max-width: 675px) {
    #DINNER #story .story-inner.story-after h2 {
      max-width: 222px;
      width: calc(222 / 435 * 100%); } }
  @media screen and (min-width: 676px) {
    #DINNER #story .story-inner.story-after h2 {
      max-width: 222px;
      width: calc(222 / 550 * 100%); } }

#CONTACT main {
  margin-top: 7em; }
  #CONTACT main h1 {
    padding: 2.5em 5vw;
    background-color: #f6f1ec;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.7857142857rem; }
    @media screen and (max-width: 675px) {
      #CONTACT main h1 {
        text-align: center; } }
  #CONTACT main .contact-container {
    padding-top: 6em; }
    @media screen and (max-width: 675px) {
      #CONTACT main .contact-container {
        padding-right: 5vw;
        padding-left: 5vw; } }
    @media screen and (min-width: 676px) {
      #CONTACT main .contact-container {
        padding-right: 3vw;
        padding-left: 3vw; } }
    @media screen and (max-width: 675px) {
      #CONTACT main .contact-container .contact-lead._mgn {
        margin: 0 0 15.625vw 0; } }
    @media screen and (min-width: 676px) and (max-width: 1024px) {
      #CONTACT main .contact-container .contact-lead._mgn {
        margin: 0 0 8.9285714286vw 0; } }
    @media screen and (min-width: 1025px) and (max-width: 1499px) {
      #CONTACT main .contact-container .contact-lead._mgn {
        margin: 0 0 8.9285714286vw 0; } }
    @media screen and (min-width: 1500px) {
      #CONTACT main .contact-container .contact-lead._mgn {
        margin: 0 0 125px 0; } }
    @media screen and (max-width: 675px) {
      #CONTACT main .contact-container .contact-lead {
        font-size: 1.1428571429rem; } }
    @media screen and (min-width: 676px) {
      #CONTACT main .contact-container .contact-lead {
        text-align: center;
        font-size: 1.2857142857rem; } }
    #CONTACT main .contact-container .contact-tel {
      margin: 3em auto 6em auto;
      padding: 1.5em 0 1.75em;
      border: solid 1px #6d5147;
      border-radius: 4px;
      text-align: center; }
      @media screen and (min-width: 676px) {
        #CONTACT main .contact-container .contact-tel {
          width: 40em; } }
      #CONTACT main .contact-container .contact-tel p, #CONTACT main .contact-container .contact-tel a {
        font-family: 'Noto Serif JP', serif;
        color: #6d5147;
        line-height: 1.3; }
      @media screen and (max-width: 675px) {
        #CONTACT main .contact-container .contact-tel .number {
          font-size: 1.4285714286rem; } }
      @media screen and (min-width: 676px) {
        #CONTACT main .contact-container .contact-tel .number {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 1.5714285714rem; } }
      #CONTACT main .contact-container .contact-tel .number a {
        margin-left: 0.25em;
        font-weight: 500;
        font-size: 2.5rem; }
        @media screen and (max-width: 675px) {
          #CONTACT main .contact-container .contact-tel .number a {
            display: block; } }
      @media screen and (min-width: 676px) {
        #CONTACT main .contact-container .contact-tel .time {
          font-size: 1.3571428571rem; } }
#CONTACT #cal {
  width: 100%;
  padding: 0 35px; }
  @media screen and (max-width: 675px) {
    #CONTACT #cal {
      padding: 0 1%; }
      #CONTACT #cal > div {
        width: 100%; } }
  #CONTACT #cal table td, #CONTACT #cal table th {
    width: auto;
    display: table-cell;
    cursor: pointer; }

.choise_date {
  margin-top: 12px;
  padding: 25px 0;
  background: #fff; }
  .choise_date > p {
    margin: 0 auto;
    font-size: 1rem;
    text-align: center; }

._formCaution {
  width: 90%;
  background: #f2f7f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 675px) {
    ._formCaution {
      padding: 6.875vw 0 6.875vw 0; } }
  @media screen and (min-width: 676px) and (max-width: 1024px) {
    ._formCaution {
      padding: 3.9285714286vw 0 3.9285714286vw 0; } }
  @media screen and (min-width: 1025px) and (max-width: 1499px) {
    ._formCaution {
      padding: 3.9285714286vw 0 3.9285714286vw 0; } }
  @media screen and (min-width: 1500px) {
    ._formCaution {
      padding: 55px 0 55px 0; } }
  @media screen and (max-width: 675px) {
    ._formCaution {
      margin: 4.375vw auto 0 auto; } }
  @media screen and (min-width: 676px) and (max-width: 1024px) {
    ._formCaution {
      margin: 2.5vw auto 0 auto; } }
  @media screen and (min-width: 1025px) and (max-width: 1499px) {
    ._formCaution {
      margin: 2.5vw auto 0 auto; } }
  @media screen and (min-width: 1500px) {
    ._formCaution {
      margin: 35px auto 0 auto; } }
  @media screen and (max-width: 675px) {
    ._formCaution {
      padding: 7%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  ._formCaution h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4285714286rem;
    font-family: 'Noto Serif JP', serif;
    color: #f6f1ec; }
    @media screen and (max-width: 675px) {
      ._formCaution h2 {
        font-size: 5vw; } }
    ._formCaution h2 i {
      line-height: 0; }
  ._formCaution p {
    font-size: 1.0714285714rem; }
    @media screen and (max-width: 675px) {
      ._formCaution p {
        margin: 0 0 0 6.875vw; } }
    @media screen and (min-width: 676px) and (max-width: 1024px) {
      ._formCaution p {
        margin: 0 0 0 3.9285714286vw; } }
    @media screen and (min-width: 1025px) and (max-width: 1499px) {
      ._formCaution p {
        margin: 0 0 0 3.9285714286vw; } }
    @media screen and (min-width: 1500px) {
      ._formCaution p {
        margin: 0 0 0 55px; } }
    @media screen and (max-width: 675px) {
      ._formCaution p {
        margin: 5% 0 0;
        font-size: 3.5vw; } }
    ._formCaution p span {
      color: #c1272d; }

._formPhone {
  width: 80%;
  border-top: 1px solid #757a69;
  border-bottom: 1px solid #757a69; }
  @media screen and (max-width: 675px) {
    ._formPhone {
      padding: 10.625vw 0 10.625vw 0; } }
  @media screen and (min-width: 676px) and (max-width: 1024px) {
    ._formPhone {
      padding: 6.0714285714vw 0 6.0714285714vw 0; } }
  @media screen and (min-width: 1025px) and (max-width: 1499px) {
    ._formPhone {
      padding: 6.0714285714vw 0 6.0714285714vw 0; } }
  @media screen and (min-width: 1500px) {
    ._formPhone {
      padding: 85px 0 85px 0; } }
  @media screen and (max-width: 675px) {
    ._formPhone {
      margin: 10.625vw auto 0 auto; } }
  @media screen and (min-width: 676px) and (max-width: 1024px) {
    ._formPhone {
      margin: 6.0714285714vw auto 0 auto; } }
  @media screen and (min-width: 1025px) and (max-width: 1499px) {
    ._formPhone {
      margin: 6.0714285714vw auto 0 auto; } }
  @media screen and (min-width: 1500px) {
    ._formPhone {
      margin: 85px auto 0 auto; } }
  @media screen and (max-width: 675px) {
    ._formPhone {
      width: 90%;
      padding: 8% 0; } }
  ._formPhone h2 {
    text-align: center;
    font-size: 1.4285714286rem;
    color: #f6f1ec;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500; }
  ._formPhone p._caution {
    text-align: center;
    font-size: 1.1428571429rem; }
    @media screen and (max-width: 675px) {
      ._formPhone p._caution {
        margin: 4.375vw 0 0 0; } }
    @media screen and (min-width: 676px) and (max-width: 1024px) {
      ._formPhone p._caution {
        margin: 2.5vw 0 0 0; } }
    @media screen and (min-width: 1025px) and (max-width: 1499px) {
      ._formPhone p._caution {
        margin: 2.5vw 0 0 0; } }
    @media screen and (min-width: 1500px) {
      ._formPhone p._caution {
        margin: 35px 0 0 0; } }
  ._formPhone p._txtTime {
    text-align: center;
    font-size: 1.4285714286rem; }
    @media screen and (max-width: 675px) {
      ._formPhone p._txtTime {
        font-size: 4vw; } }
  ._formPhone p._phone {
    line-height: 1;
    font-size: 3.2142857143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 8px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif; }
    @media screen and (max-width: 675px) {
      ._formPhone p._phone {
        margin-top: 5%;
        font-size: 8vw;
        letter-spacing: 3px; } }
    ._formPhone p._phone i {
      line-height: 0; }
      @media screen and (max-width: 675px) {
        ._formPhone p._phone i {
          width: 10vw; }
          ._formPhone p._phone i img {
            width: 100%; } }

@media screen and (max-width: 675px) {
  ._formIntro {
    padding: 6.875vw 0 6.875vw 0; } }
@media screen and (min-width: 676px) and (max-width: 1024px) {
  ._formIntro {
    padding: 3.9285714286vw 0 3.9285714286vw 0; } }
@media screen and (min-width: 1025px) and (max-width: 1499px) {
  ._formIntro {
    padding: 3.9285714286vw 0 3.9285714286vw 0; } }
@media screen and (min-width: 1500px) {
  ._formIntro {
    padding: 55px 0 55px 0; } }
._formIntro h2 {
  text-align: center;
  font-size: 1.4285714286rem;
  color: #f6f1ec;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500; }
._formIntro p {
  text-align: center;
  font-size: 1.1428571429rem;
  font-family: 'Noto Serif JP', serif; }
  @media screen and (max-width: 675px) {
    ._formIntro p {
      margin: 4.375vw 0 0 0; } }
  @media screen and (min-width: 676px) and (max-width: 1024px) {
    ._formIntro p {
      margin: 2.5vw 0 0 0; } }
  @media screen and (min-width: 1025px) and (max-width: 1499px) {
    ._formIntro p {
      margin: 2.5vw 0 0 0; } }
  @media screen and (min-width: 1500px) {
    ._formIntro p {
      margin: 35px 0 0 0; } }
  @media screen and (max-width: 675px) {
    ._formIntro p {
      padding: 0 8%;
      text-align: left; } }

.contact_block {
  width: 90%;
  max-width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 675px) {
    .contact_block {
      padding: 0 0 10.625vw 0; } }
  @media screen and (min-width: 676px) and (max-width: 1024px) {
    .contact_block {
      padding: 0 0 6.0714285714vw 0; } }
  @media screen and (min-width: 1025px) and (max-width: 1499px) {
    .contact_block {
      padding: 0 0 6.0714285714vw 0; } }
  @media screen and (min-width: 1500px) {
    .contact_block {
      padding: 0 0 85px 0; } }
  .contact_block table {
    width: 100%; }
    .contact_block table th, .contact_block table td {
      font-size: 1.0714285714rem; }
      @media screen and (max-width: 675px) {
        .contact_block table th, .contact_block table td {
          padding: 1.5vw 0 1.5vw 0; } }
      @media screen and (min-width: 676px) and (max-width: 1024px) {
        .contact_block table th, .contact_block table td {
          padding: 0.8571428571vw 0 0.8571428571vw 0; } }
      @media screen and (min-width: 1025px) and (max-width: 1499px) {
        .contact_block table th, .contact_block table td {
          padding: 0.8571428571vw 0 0.8571428571vw 0; } }
      @media screen and (min-width: 1500px) {
        .contact_block table th, .contact_block table td {
          padding: 12px 0 12px 0; } }
      @media screen and (max-width: 675px) {
        .contact_block table th, .contact_block table td {
          font-size: 3.5vw;
          display: block; } }
    .contact_block table th {
      width: 20%; }
      .contact_block table th span {
        color: red; }
      @media screen and (max-width: 675px) {
        .contact_block table th {
          padding-top: 8%;
          width: 100%;
          border-top: 1px solid #ccc; } }
    .contact_block table td {
      width: 80%; }
      @media screen and (max-width: 675px) {
        .contact_block table td {
          width: 100%;
          padding-bottom: 8%; } }
      .contact_block table td ._flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 675px) {
          .contact_block table td ._flex {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .contact_block table td ._flex > div {
          width: 40%; }
          @media screen and (max-width: 675px) {
            .contact_block table td ._flex > div {
              margin: 0 1.5vw 0 0; } }
          @media screen and (min-width: 676px) and (max-width: 1024px) {
            .contact_block table td ._flex > div {
              margin: 0 0.8571428571vw 0 0; } }
          @media screen and (min-width: 1025px) and (max-width: 1499px) {
            .contact_block table td ._flex > div {
              margin: 0 0.8571428571vw 0 0; } }
          @media screen and (min-width: 1500px) {
            .contact_block table td ._flex > div {
              margin: 0 12px 0 0; } }
          @media screen and (max-width: 675px) {
            .contact_block table td ._flex > div {
              width: 100%; } }
        @media screen and (max-width: 675px) {
          .contact_block table td ._flex .text-human-wrap {
            width: 50%; } }
        @media screen and (min-width: 676px) {
          .contact_block table td ._flex .text-human-wrap {
            width: 30%; } }
        .contact_block table td ._flex p {
          margin-top: 1.25em; }
      .contact_block table td ._b {
        position: relative;
        background: #f2f2f2; }
        .contact_block table td ._b::after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 0 7px 11px;
          border-color: transparent transparent transparent #4d4d4d;
          position: absolute;
          top: 50%;
          right: 1em;
          margin-top: -7px;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        @media screen and (max-width: 675px) {
          .contact_block table td ._b {
            margin-top: 1em !important;
            padding: 21px 0; } }
        .contact_block table td ._b select {
          width: 120%;
          height: 100%; }
          @media screen and (max-width: 675px) {
            .contact_block table td ._b select {
              padding: 0 2.5vw 0 2.5vw; } }
          @media screen and (min-width: 676px) and (max-width: 1024px) {
            .contact_block table td ._b select {
              padding: 0 1.4285714286vw 0 1.4285714286vw; } }
          @media screen and (min-width: 1025px) and (max-width: 1499px) {
            .contact_block table td ._b select {
              padding: 0 1.4285714286vw 0 1.4285714286vw; } }
          @media screen and (min-width: 1500px) {
            .contact_block table td ._b select {
              padding: 0 20px 0 20px; } }

.policy_text {
  text-align: center; }

.send_btn {
  width: 80%;
  max-width: 350px; }
  @media screen and (max-width: 675px) {
    .send_btn {
      margin: 6.875vw auto 0 auto; } }
  @media screen and (min-width: 676px) and (max-width: 1024px) {
    .send_btn {
      margin: 3.9285714286vw auto 0 auto; } }
  @media screen and (min-width: 1025px) and (max-width: 1499px) {
    .send_btn {
      margin: 3.9285714286vw auto 0 auto; } }
  @media screen and (min-width: 1500px) {
    .send_btn {
      margin: 55px auto 0 auto; } }

@media screen and (max-width: 675px) {
  .thanks {
    padding: 10.625vw 0 10.625vw 0; } }
@media screen and (min-width: 676px) and (max-width: 1024px) {
  .thanks {
    padding: 6.0714285714vw 0 6.0714285714vw 0; } }
@media screen and (min-width: 1025px) and (max-width: 1499px) {
  .thanks {
    padding: 6.0714285714vw 0 6.0714285714vw 0; } }
@media screen and (min-width: 1500px) {
  .thanks {
    padding: 85px 0 85px 0; } }
.thanks h2 {
  text-align: center;
  font-size: 1.7857142857rem;
  font-family: 'Noto Serif JP', serif; }
.thanks p {
  text-align: center;
  font-size: 1.2857142857rem; }
  @media screen and (max-width: 675px) {
    .thanks p {
      margin: 4.375vw 0 0 0; } }
  @media screen and (min-width: 676px) and (max-width: 1024px) {
    .thanks p {
      margin: 2.5vw 0 0 0; } }
  @media screen and (min-width: 1025px) and (max-width: 1499px) {
    .thanks p {
      margin: 2.5vw 0 0 0; } }
  @media screen and (min-width: 1500px) {
    .thanks p {
      margin: 35px 0 0 0; } }

#HEADER nav .nav-switch a.nav-dinner {
  border-radius: unset; }

#HEADER nav .nav-switch a.nav-party {
  border-radius: 0 100vh 100vh 0;
  background-color: #6c8295; }

#HEADER nav .nav-switch a.nav-party:hover {
  background-color: #fff;
  color: #6c8295; }

#PARTY footer .footer-nav {
  background-color: #6c8295; }

footer .footer-nav .footer-nav-innner nav .nav-switch a.nav-lunch {
  background-color: #6d5147;
  color: #fff; }

footer .footer-nav .footer-nav-innner nav .nav-switch a.nav-dinner {
  border-radius: unset;
  background-color: #283448;
  color: #fff;
  border: solid 1px #f6eadb; }

footer .footer-nav .footer-nav-innner nav .nav-switch a.nav-party {
  border-radius: 0 100vh 100vh 0;
  border: solid 1px #f6eadb;
  color: #fff;
  background-color: #f6eadb;
  color: #6d5147; }

#PARTY h1 {
  max-width: 200px;
  width: calc(200/ 1100 * 100%); }
#PARTY #about::before {
  content: none; }
#PARTY #about h2 {
  margin-top: 25px;
  margin-bottom: 30px; }
#PARTY #about p {
  line-height: 1.8; }
#PARTY #about .general {
  max-width: 500px;
  width: calc(500/ 1100 * 100%);
  margin: auto 0;
  text-align: right;
  position: relative; }
  @media screen and (max-width: 675px) {
    #PARTY #about .general {
      margin: auto; } }
  #PARTY #about .general.bef::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    display: inline-block;
    background-color: #6d5147;
    position: absolute;
    bottom: -10px;
    right: 0; }
  #PARTY #about .general.aft::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    display: inline-block;
    background-color: #6d5147;
    position: absolute;
    bottom: -10px;
    left: 0; }
#PARTY #about .about-container {
  margin-top: -14rem;
  border-radius: 2rem;
  background-color: #fff; }
  @media screen and (max-width: 675px) {
    #PARTY #about .about-container {
      margin-top: -6rem; } }
  #PARTY #about .about-container .about-container-inner {
    position: relative;
    max-width: 1050px; }
    @media screen and (max-width: 675px) {
      #PARTY #about .about-container .about-container-inner {
        width: 90%;
        margin: 0 auto; } }
    #PARTY #about .about-container .about-container-inner h1 img {
      margin-top: 40px; }
    #PARTY #about .about-container .about-container-inner .corner-top {
      width: 100%;
      position: absolute;
      left: 1.5em;
      top: 1em; }
      @media screen and (max-width: 675px) {
        #PARTY #about .about-container .about-container-inner .corner-top {
          width: 100%;
          margin: 0 auto;
          left: 0; } }
    #PARTY #about .about-container .about-container-inner .corner-mid {
      width: 100%;
      position: absolute;
      left: 1.5em;
      top: 14em;
      height: 14%;
      background-image: url(../images/party/corner-mid.svg);
      background-repeat: repeat-y;
      background-position: center top;
      background-size: cover; }
      @media screen and (max-width: 675px) {
        #PARTY #about .about-container .about-container-inner .corner-mid {
          width: 100%;
          margin: 0 auto;
          top: 5%;
          left: 0;
          height: 90%;
          background-size: auto;
          background-image: url(../images/party/corner-mid.svg);
          background-repeat: repeat-y;
          background-position: center top; } }
    #PARTY #about .about-container .about-container-inner .corner-bottom {
      width: 100%;
      position: absolute;
      bottom: -2em;
      left: 1.5em; }
      @media screen and (max-width: 675px) {
        #PARTY #about .about-container .about-container-inner .corner-bottom {
          width: 100%;
          position: absolute;
          left: 0em; } }
    #PARTY #about .about-container .about-container-inner .-address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media screen and (max-width: 675px) {
        #PARTY #about .about-container .about-container-inner .-address {
          display: block; } }
      #PARTY #about .about-container .about-container-inner .-address img[src$=".svg"] {
        width: 20%; }
        @media screen and (max-width: 675px) {
          #PARTY #about .about-container .about-container-inner .-address img[src$=".svg"] {
            width: 50%; } }
      #PARTY #about .about-container .about-container-inner .-address p {
        text-align: left;
        font-size: 15px;
        position: relative;
        margin-left: 30px; }
        @media screen and (max-width: 675px) {
          #PARTY #about .about-container .about-container-inner .-address p {
            padding: 0 10px 30px;
            margin: 0; } }
        #PARTY #about .about-container .about-container-inner .-address p::before {
          content: '';
          position: absolute;
          left: -24px;
          width: 1px;
          height: 100%;
          margin: auto;
          background-color: #6d5147; }
          @media screen and (max-width: 675px) {
            #PARTY #about .about-container .about-container-inner .-address p::before {
              width: 90%;
              top: 95%;
              left: 5%;
              height: 1px; } }
  #PARTY #about .about-container .general-container .general-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 100px; }
    @media screen and (max-width: 675px) {
      #PARTY #about .about-container .general-container .general-inner {
        display: block; } }
    #PARTY #about .about-container .general-container .general-inner .text-area {
      text-align: left;
      width: 50%; }
      @media screen and (max-width: 675px) {
        #PARTY #about .about-container .general-container .general-inner .text-area {
          text-align: center;
          width: auto; } }
      #PARTY #about .about-container .general-container .general-inner .text-area p {
        font-size: 1.0714285714rem; }
        @media screen and (max-width: 675px) {
          #PARTY #about .about-container .general-container .general-inner .text-area p {
            font-size: 15px; } }
    #PARTY #about .about-container .general-container .general-inner .photo-area {
      width: 45%; }
      @media screen and (max-width: 675px) {
        #PARTY #about .about-container .general-container .general-inner .photo-area {
          width: auto; } }
      #PARTY #about .about-container .general-container .general-inner .photo-area figure {
        position: relative; }
#PARTY #situation {
  background-color: #e9e4e0;
  padding-bottom: 10rem; }
  @media screen and (max-width: 675px) {
    #PARTY #situation {
      padding-bottom: 6rem; } }
  #PARTY #situation .situation-container {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 3vw;
    padding-right: 3vw; }
    @media screen and (max-width: 675px) {
      #PARTY #situation .situation-container {
        width: 90%;
        padding: 0; } }
    #PARTY #situation .situation-container h1 {
      width: calc(324/ 1100 * 100%);
      max-width: 324px;
      margin: 0 auto;
      font-size: 1.4285714286rem; }
      @media screen and (max-width: 675px) {
        #PARTY #situation .situation-container h1 {
          width: calc(524/ 1100 * 100%);
          max-width: 524px; } }
    #PARTY #situation .situation-container .situation-container-inner {
      text-align: center;
      position: relative;
      margin-top: 100px; }
      @media screen and (max-width: 675px) {
        #PARTY #situation .situation-container .situation-container-inner .corner-mid {
          width: 100%;
          margin: 0 auto;
          background-size: auto;
          background-image: url(../images/party/corner-mid.svg); } }
      #PARTY #situation .situation-container .situation-container-inner .fukidasi {
        display: inline-block;
        position: absolute;
        text-align: center;
        background-color: #6d5147;
        color: #fff;
        padding: 0.5rem 2rem;
        left: 20%;
        top: -78%;
        font-size: 1.2857142857rem; }
        #PARTY #situation .situation-container .situation-container-inner .fukidasi::after {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -15px;
          border: 15px solid transparent;
          border-top: 15px solid #6d5147; }
        @media screen and (max-width: 675px) {
          #PARTY #situation .situation-container .situation-container-inner .fukidasi {
            padding: 0.5rem 1rem;
            left: 0%;
            top: -33%;
            font-size: 15px; } }
      #PARTY #situation .situation-container .situation-container-inner .corner-top {
        position: absolute;
        left: 0;
        top: -63%; }
        @media screen and (max-width: 675px) {
          #PARTY #situation .situation-container .situation-container-inner .corner-top {
            left: 0;
            top: -6%; } }
        @media screen and (min-width: 676px) and (max-width: 1024px) {
          #PARTY #situation .situation-container .situation-container-inner .corner-top {
            top: -63%; } }
      #PARTY #situation .situation-container .situation-container-inner .corner-mid {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; }
      #PARTY #situation .situation-container .situation-container-inner .corner-bottom {
        position: absolute;
        left: 0;
        bottom: -48%; }
        @media screen and (max-width: 675px) {
          #PARTY #situation .situation-container .situation-container-inner .corner-bottom {
            left: 0;
            bottom: -6%; } }
        @media screen and (min-width: 676px) and (max-width: 1024px) {
          #PARTY #situation .situation-container .situation-container-inner .corner-bottom {
            bottom: -82%; } }
      #PARTY #situation .situation-container .situation-container-inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        #PARTY #situation .situation-container .situation-container-inner ul li {
          font-size: 1.2857142857rem;
          border: solid 1px #6d5147;
          margin: 10px;
          padding: 0 1rem 0;
          display: inline-block;
          width: 15%;
          text-align: center;
          color: #6d5147; }
          @media screen and (max-width: 675px) {
            #PARTY #situation .situation-container .situation-container-inner ul li {
              width: 43%;
              font-size: 15px; } }
#PARTY .bg {
  background-color: #e9e4e0; }
#PARTY #plan-title h1 {
  max-width: 300px;
  width: calc(300/ 1100 * 100%);
  margin: 3em auto 1em auto; }
  @media screen and (max-width: 675px) {
    #PARTY #plan-title h1 {
      max-width: 500px;
      width: calc(500/ 1100 * 100%); } }
#PARTY #plan-title .catch-01 {
  text-align: center;
  position: relative; }
  #PARTY #plan-title .catch-01::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    background: url(./../images/common/about_bcg.svg) no-repeat center bottom/contain;
    left: 32%;
    bottom: -92%;
    max-width: 500px;
    width: calc(500 / 1100 * 100%);
    height: 220px; }
#PARTY #plan-title .section-img {
  margin-top: 100px; }
  @media screen and (max-width: 675px) {
    #PARTY #plan-title .section-img {
      margin-top: 40px; } }
@media screen and (max-width: 675px) {
  #PARTY #plan {
    max-width: 90%;
    margin: 0 auto; } }
#PARTY #plan .plan-container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 3vw;
  padding-right: 3vw; }
  @media screen and (max-width: 675px) {
    #PARTY #plan .plan-container {
      padding: 0; } }
  #PARTY #plan .plan-container .plan-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
    padding-top: 100px; }
    @media screen and (max-width: 675px) {
      #PARTY #plan .plan-container .plan-inner {
        display: block;
        margin-bottom: 50px;
        padding-top: 50px; } }
    #PARTY #plan .plan-container .plan-inner .plan-image {
      width: 50%; }
    #PARTY #plan .plan-container .plan-inner .menu-border {
      position: relative; }
      #PARTY #plan .plan-container .plan-inner .menu-border::after {
        content: '';
        border-bottom: 1px dotted #6d5147;
        position: absolute;
        width: 100%;
        bottom: 60%;
        left: 0; }
        @media screen and (max-width: 675px) {
          #PARTY #plan .plan-container .plan-inner .menu-border::after {
            bottom: 60%; } }
#PARTY #others {
  padding-left: 3vw;
  padding-right: 3vw; }
  @media screen and (max-width: 675px) {
    #PARTY #others {
      max-width: 90%;
      margin: 0 auto;
      padding: 0; } }
  #PARTY #others .others-title {
    max-width: 550px;
    margin: 80px auto; }
    @media screen and (max-width: 675px) {
      #PARTY #others .others-title {
        width: 90%;
        margin: 40px auto; } }
    #PARTY #others .others-title h2 {
      text-align: center; }
      #PARTY #others .others-title h2 img {
        width: 20%; }
    #PARTY #others .others-title p {
      text-align: center;
      color: #6d5147;
      font-size: 1.0714285714rem; }
  #PARTY #others .others-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto; }
    #PARTY #others .others-inner .others-box figure {
      position: relative; }
    #PARTY #others .others-inner .others-box h3 {
      font-size: 1.4285714286rem;
      text-align: center;
      color: #6d5147; }
      #PARTY #others .others-inner .others-box h3 img[src$=".svg"] {
        width: 80%; }
    #PARTY #others .others-inner .others-box.block {
      width: 1100px;
      margin-top: 100px;
      margin-bottom: 100px;
      line-height: 1.8;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
          -ms-flex-direction: unset;
              flex-direction: unset; }
      @media screen and (max-width: 675px) {
        #PARTY #others .others-inner .others-box.block {
          display: block;
          margin: 0 auto;
          padding-bottom: 30px; } }
    #PARTY #others .others-inner .others-box .others2 {
      margin-top: 22%; }
      @media screen and (max-width: 675px) {
        #PARTY #others .others-inner .others-box .others2 {
          margin-top: 0; } }
    #PARTY #others .others-inner .others-box .text-area .menu-border .price {
      margin: 20px 0; }
    #PARTY #others .others-inner .others-box .text-area .menu-border::after {
      bottom: 69%;
      left: 0; }
    #PARTY #others .others-inner .others-box .photo-area {
      width: 50%; }
      @media screen and (max-width: 675px) {
        #PARTY #others .others-inner .others-box .photo-area {
          width: auto; } }
#PARTY .others-box {
  width: 48%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 675px) {
    #PARTY .others-box {
      width: auto;
      display: block;
      margin: 0 auto;
      margin-bottom: 40px; } }
  #PARTY .others-box .others-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #PARTY .others-box .-time {
    margin-top: 30px; }
    #PARTY .others-box .-time p {
      font-size: 1.7857142857rem;
      color: #6d5147; }
      @media screen and (max-width: 675px) {
        #PARTY .others-box .-time p {
          font-size: 18px; } }
      #PARTY .others-box .-time p .reserve {
        font-size: 1.2857142857rem;
        background-color: #6d5147;
        padding: 5px 20px;
        border-radius: 0.5rem;
        color: #fff;
        margin-right: 10px; }
        @media screen and (max-width: 675px) {
          #PARTY .others-box .-time p .reserve {
            font-size: 15px; } }
    #PARTY .others-box .-time .floor {
      font-size: 1.2857142857rem;
      color: #6d5147;
      border-radius: 0.5rem;
      padding: 2px 5px; }
      @media screen and (max-width: 675px) {
        #PARTY .others-box .-time .floor {
          font-size: 16px; } }
      #PARTY .others-box .-time .floor span {
        border: solid 2px;
        border-radius: 0.5rem;
        padding: 2px 5px;
        margin-right: 10px; }
  #PARTY .others-box .lunch-drink {
    margin-bottom: 30px; }
  #PARTY .others-box h3 {
    font-size: 1.4285714286rem;
    color: #6d5147; }
    #PARTY .others-box h3 img[src$=".svg"] {
      width: 80%; }
  #PARTY .others-box .dinner-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
    @media screen and (max-width: 675px) {
      #PARTY .others-box .dinner-image {
        margin-top: 0; } }
  #PARTY .others-box .others-desc {
    font-size: 1.2142857143rem;
    font-weight: 500;
    color: #6d5147;
    text-align: left;
    letter-spacing: 0.1em;
    margin: 20px 0 20px; }
    @media screen and (max-width: 675px) {
      #PARTY .others-box .others-desc {
        font-size: 15px; } }
  #PARTY .others-box .menu-border {
    position: relative; }
    #PARTY .others-box .menu-border::after {
      content: '';
      border-bottom: 1px dotted #6d5147;
      position: absolute;
      width: 100%;
      bottom: 55%;
      left: 0; }
      @media screen and (max-width: 675px) {
        #PARTY .others-box .menu-border::after {
          bottom: 50%; } }
  #PARTY .others-box .price {
    font-size: 1.7142857143rem;
    font-weight: normal;
    letter-spacing: -0.3px;
    color: #6d5147; }
    @media screen and (max-width: 675px) {
      #PARTY .others-box .price {
        font-size: 18px; } }
  #PARTY .others-box .menu {
    font-size: 1.0714285714rem;
    font-weight: normal;
    color: #6d5147;
    margin-bottom: 30px; }
    @media screen and (max-width: 675px) {
      #PARTY .others-box .menu {
        font-size: 13px; } }
  #PARTY .others-box .notice {
    text-align: right;
    font-size: 15px;
    color: #6d5147; }
