@charset "UTF-8";
/* ---------------------------------------------------------
fonts
----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Sacramento&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --vw: 1vw;
}

html {
  font-size: 62.5%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100 * var(--vw) * 10 / 375);
  }
}
html[data-text-size=l] {
  font-size: 75.89%;
}
@media screen and (max-width: 768px) {
  html[data-text-size=l] {
    font-size: calc(100 * var(--vw) * 12 / 375);
  }
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, "system-ui", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", メイリオ, Meiryo, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  color: #191716;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  body.is-fixed {
    position: fixed;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1240px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: calc(12.2666666667 * var(--vw));
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .link-sponly {
    color: #fff;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 769px) {
  .show-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .show-pc {
    display: none;
  }
}
/* ---------------------------------------------------------
animation
----------------------------------------------------------*/
.animeBefore {
  visibility: hidden;
}

.fadeAnime {
  visibility: visible;
  animation-name: fadeAnime;
  animation-duration: 800ms;
}

@keyframes fadeAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* ---------------------------------------------------------
common
----------------------------------------------------------*/
.modal-meal {
  color: #B79100;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .modal-meal:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .modal-meal.is-hover {
    text-decoration: none;
  }
}

.kv-common {
  position: relative;
}
.kv-common .ttl-en {
  font-family: "Sacramento", cursive;
  position: absolute;
  right: 50%;
  bottom: max(2.0497803807 * var(--vw), 25.4172767204px);
  bottom: 0;
  width: 1240px;
  font-size: 8rem;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: max(2.0497803807 * var(--vw), 25.4172767204px);
  transform: translateX(50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .kv-common .ttl-en {
    right: 0;
    bottom: calc(5.0666666667 * var(--vw));
    width: 100%;
    font-size: 3.5rem;
    padding: 0 calc(3.2 * var(--vw));
    transform: none;
    margin-bottom: 0;
  }
}

article {
  position: relative;
}

.common-page-pic {
  position: absolute;
  top: -61px;
  left: 50%;
  width: 500px;
  margin-left: 120px;
  z-index: 2;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 768px) {
  .common-page-pic {
    top: calc(-14.1333333333 * var(--vw));
    left: auto;
    right: calc(3.2 * var(--vw));
    width: calc(42.6666666667 * var(--vw));
    margin: 0;
  }
}
.common-page-pic.scaleAnime {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .common-page-pic + .common-page-header .page-ttl {
    padding-top: calc(8.5333333333 * var(--vw));
  }
}

.common-page-header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.common-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4500px;
  height: 100px;
  background: url(../img/common/wave.svg) no-repeat center;
  background-size: 4500px auto;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .common-page-header::before {
    top: 0;
    width: calc(432 * var(--vw));
    height: calc(9.6 * var(--vw));
    background-size: calc(432 * var(--vw)) auto;
  }
}
.common-page-header .inner {
  width: 1240px;
  min-height: 297px;
  padding-bottom: 87px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .common-page-header .inner {
    width: 100%;
    min-height: auto;
    padding: 0;
    margin-top: calc(11.7333333333 * var(--vw));
  }
}
.common-page-header .inner::before {
  content: "";
  position: absolute;
  top: 93px;
  left: 50%;
  width: 1727px;
  height: 346px;
  background: url(../img/common/bg_03_border.svg) no-repeat;
  background-size: contain;
  transform: translateX(-683px);
  transform: scale(1.08) translateX(-683px);
  pointer-events: none;
  transform-origin: center top;
  opacity: 0;
  transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .common-page-header .inner::before {
    top: calc(20.8 * var(--vw));
    left: 0;
    width: calc(200 * var(--vw));
    height: calc(42.6666666667 * var(--vw));
    background-image: url(../img/common/bg_03_border_sp.svg);
    transform: none;
  }
}
.common-page-header .inner.scaleAnime::before {
  opacity: 1;
  transform: scale(1) translateX(-683px);
}
@media screen and (max-width: 768px) {
  .common-page-header .inner.scaleAnime::before {
    transform: scale(1);
  }
}
.common-page-header .page-ttl {
  font-family: "Noto Serif JP", serif;
  position: relative;
  width: 1240px;
  height: 100px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 34px;
  margin: 0 auto;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 768px) {
  .common-page-header .page-ttl {
    width: 100%;
    height: auto;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    line-height: 1.6666666667;
    padding: calc(2.6666666667 * var(--vw)) calc(3.2 * var(--vw)) 0;
  }
}
.common-page-header .page-ttl.scaleAnime {
  opacity: 1;
  transform: scale(1);
}
.common-page-header h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .common-page-header h2 {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    letter-spacing: normal;
    padding: 0 calc(3.2 * var(--vw));
  }
}
.common-page-header p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .common-page-header p {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0.08em;
    padding: 0 calc(3.2 * var(--vw));
    margin-top: calc(6.4 * var(--vw));
  }
}

.common-sec-ttl {
  position: relative;
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  background: url(../img/common/bg_ttl.svg) no-repeat center;
  background-size: 2600px auto;
}
@media screen and (max-width: 768px) {
  .common-sec-ttl {
    height: calc(21.3333333333 * var(--vw));
    font-size: 2rem;
    line-height: 1.2;
    background-image: url(../img/common/bg_ttl_sp.svg);
    background-size: calc(533.3333333333 * var(--vw)) auto;
  }
}
.common-sec-ttl .rect {
  position: absolute;
  left: 50%;
  bottom: -12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, "system-ui", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", メイリオ, Meiryo, sans-serif;
  height: 24px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  background-color: #F2F3EC;
  padding: 0 23px;
  margin-top: 22px;
  border-radius: 3px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .common-sec-ttl .rect {
    bottom: calc(-3.2 * var(--vw));
    height: calc(6.4 * var(--vw));
    word-break: keep-all;
    white-space: nowrap;
    font-size: 1.2rem;
    padding: calc(0.8 * var(--vw)) calc(3.4666666667 * var(--vw));
    margin-top: calc(5.8666666667 * var(--vw));
    border-radius: calc(0.8 * var(--vw));
  }
}

.btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 580px;
  height: 60px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border-radius: 30px;
  padding: 0 55px;
  border: 1px solid #7B7B7B;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .btn a {
    width: calc(90.6666666667 * var(--vw));
    height: calc(13.3333333333 * var(--vw));
    font-size: 1.4rem;
    letter-spacing: 0em;
    border-radius: calc(6.6666666667 * var(--vw));
    padding: 0 calc(16 * var(--vw));
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .is-big .btn a {
    width: 420px;
  }
}
.btn a::before, .btn a::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 19px;
  width: 30px;
  height: 7px;
  background: url(../img/common/icon_arrow_black.svg) no-repeat;
  background-size: contain;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .btn a::before, .btn a::after {
    top: calc(5.6 * var(--vw));
    right: calc(5.3333333333 * var(--vw));
    width: calc(8 * var(--vw));
    height: calc(1.8666666667 * var(--vw));
  }
}
.btn a::after {
  background-image: url(../img/common/icon_arrow_gold.svg);
  opacity: 0;
}
@media print, screen and (min-width: 769px) {
  .btn a:hover {
    color: #B79100;
    background-color: #F4F5EF;
    border-color: #B79100;
  }
  .btn a:hover::before {
    opacity: 0;
  }
  .btn a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .btn a.is-hover {
    color: #B79100;
    background-color: #F4F5EF;
    border-color: #B79100;
  }
  .btn a.is-hover::before {
    opacity: 0;
  }
  .btn a.is-hover::after {
    opacity: 1;
  }
}
.btn a[target=_blank] {
  padding: 0 46px;
}
@media screen and (max-width: 768px) {
  .btn a[target=_blank] {
    padding: 0 calc(13.3333333333 * var(--vw));
  }
}
.btn a[target=_blank]::before, .btn a[target=_blank]::after {
  top: 22px;
  right: 30px;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_blank_black.svg);
}
@media screen and (max-width: 768px) {
  .btn a[target=_blank]::before, .btn a[target=_blank]::after {
    top: calc(4.2666666667 * var(--vw));
    right: calc(5.0666666667 * var(--vw));
    width: calc(4.2666666667 * var(--vw));
    height: calc(4.2666666667 * var(--vw));
  }
}
.btn a[target=_blank]::after {
  background-image: url(../img/common/icon_blank_gold.svg);
}

/* ---------------------------------------------------------
.no-lightmeal-modal
----------------------------------------------------------*/
.no-lightmeal-modal {
  width: 1240px;
  padding: 30px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal {
    width: 100%;
    padding: calc(16 * var(--vw)) 0 calc(8 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .common-sec-ttl {
    line-height: 1.6;
  }
}
.no-lightmeal-modal .lead {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .lead {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    text-align: left;
    padding: 0 calc(2.9333333333 * var(--vw));
    margin-top: calc(9.6 * var(--vw));
  }
}
.no-lightmeal-modal h4 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 0 0 16px;
  margin: 39px 30px 0;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal h4 {
    font-size: 1.8rem;
    padding-bottom: calc(3.7333333333 * var(--vw));
    margin: calc(11.2 * var(--vw)) calc(2.9333333333 * var(--vw)) 0;
  }
}
.no-lightmeal-modal .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .wrapper {
    display: block;
    padding: 0 calc(2.9333333333 * var(--vw));
    margin-top: calc(4.8 * var(--vw));
  }
}
.no-lightmeal-modal .wrapper .col {
  width: 580px;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .wrapper .col {
    width: 100%;
  }
  .no-lightmeal-modal .wrapper .col:last-child {
    margin-top: calc(6.4 * var(--vw));
  }
}
.no-lightmeal-modal .wrapper .col-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .wrapper .col-inner {
    margin-top: calc(4.8 * var(--vw));
  }
}
.no-lightmeal-modal .wrapper .col-inner .pic {
  position: relative;
  width: 280px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .wrapper .col-inner .pic {
    width: calc(41.3333333333 * var(--vw));
    border-radius: calc(0.8 * var(--vw));
  }
}
.no-lightmeal-modal .wrapper .col-inner .pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .wrapper .col-inner .pic::after {
    border-radius: calc(0.8 * var(--vw));
  }
}
.no-lightmeal-modal .wrapper .col-inner p {
  width: 280px;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .wrapper .col-inner p {
    width: calc(41.3333333333 * var(--vw));
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.no-lightmeal-modal .wrapper h5 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .wrapper h5 {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
.no-lightmeal-modal .wrapper h5::before {
  content: "";
  display: block;
  width: 3px;
  height: 27px;
  background-color: #ccc;
  border-radius: 2px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .wrapper h5::before {
    width: calc(0.8 * var(--vw));
    height: calc(14.4 * var(--vw));
    border-radius: calc(0.5333333333 * var(--vw));
    margin-right: calc(2.6666666667 * var(--vw));
  }
}
.no-lightmeal-modal .wrapper ul {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .wrapper ul {
    margin-top: calc(4 * var(--vw));
  }
}
.no-lightmeal-modal .wrapper ul li {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .wrapper ul li {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.no-lightmeal-modal .list {
  padding: 0 30px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .list {
    padding: 0 calc(2.9333333333 * var(--vw));
    margin-top: calc(6.4 * var(--vw));
  }
}
.no-lightmeal-modal .list li {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .list li {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.no-lightmeal-modal .caution-area {
  width: auto;
  padding: 22px 30px 23px;
  margin: 24px 30px 0;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .caution-area {
    width: calc(87.7333333333 * var(--vw));
    padding: calc(4.2666666667 * var(--vw)) calc(5.0666666667 * var(--vw));
    border-radius: calc(0.8 * var(--vw));
    margin: calc(4.8 * var(--vw)) auto 0;
  }
}
.no-lightmeal-modal .caution-area li {
  font-size: 1.2rem;
  color: #464646;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .caution-area li {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.no-lightmeal-modal .caution-area a {
  color: #B79100;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .no-lightmeal-modal .caution-area a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .caution-area a.is-hover {
    text-decoration: none;
  }
}
.no-lightmeal-modal .caution-area + h4 {
  margin-top: 44px;
}
.no-lightmeal-modal .txt-discern {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
  padding: 0 30px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .txt-discern {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    padding: 0 calc(2.9333333333 * var(--vw));
    margin-top: calc(6.9333333333 * var(--vw));
  }
}
@media print, screen and (min-width: 769px) {
  .no-lightmeal-modal .txt-discern + .wrapper {
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .txt-discern + .wrapper h5::before {
    width: calc(0.8 * var(--vw));
    height: calc(7.2 * var(--vw));
    border-radius: calc(0.5333333333 * var(--vw));
    margin-right: calc(2.6666666667 * var(--vw));
  }
}
.no-lightmeal-modal .txt-call {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 0 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .txt-call {
    font-size: 1.3rem;
    padding: 0 calc(2.9333333333 * var(--vw));
    margin-top: calc(4.2666666667 * var(--vw));
  }
}
.no-lightmeal-modal .pic-call {
  width: 580px;
  margin: 20px 30px 0;
}
@media screen and (max-width: 768px) {
  .no-lightmeal-modal .pic-call {
    width: calc(87.7333333333 * var(--vw));
    margin: calc(4 * var(--vw)) auto 0;
  }
}

body .modaal-inner-wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  body .modaal-inner-wrapper {
    padding: calc(3.4666666667 * var(--vw)) calc(3.2 * var(--vw));
  }
}
body .modaal-container {
  width: 1240px;
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  body .modaal-container {
    width: calc(93.3333333333 * var(--vw));
  }
}
body .modal-video .modaal-video-wrap {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  body .modal-video .modaal-video-wrap {
    width: 820px;
  }
}
@media screen and (max-width: 768px) {
  body .modal-video .modaal-video-wrap {
    padding: 0;
  }
}
body .modal-video .modaal-video-container {
  width: 820px;
  max-width: 820px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1400px) {
  body .modal-video .modaal-video-container {
    padding-bottom: 56.25%;
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  body .modal-video .modaal-video-container {
    width: calc(93.3333333333 * var(--vw));
  }
}
body .modal-video.modaal-wrapper .modaal-close {
  top: 50%;
  right: 0;
  left: 50%;
  margin: -280px 0 0 370px;
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  body .modal-video.modaal-wrapper .modaal-close {
    left: auto;
    right: calc(3.2 * var(--vw));
    width: calc(10.6666666667 * var(--vw));
    height: calc(10.6666666667 * var(--vw));
    margin: calc(-40 * var(--vw)) 0 0 auto;
  }
}
body .modal-video.modaal-wrapper .modaal-close::before {
  color: #fff;
}
body .modaal-content-container {
  padding: 0;
}
body .modaal-wrapper .modaal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #7B7B7B;
  border-radius: 50%;
  z-index: 2;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
@media screen and (max-width: 768px) {
  body .modaal-wrapper .modaal-close {
    top: calc(4 * var(--vw));
    right: calc(4 * var(--vw));
    width: calc(8 * var(--vw));
    height: calc(8 * var(--vw));
  }
}
body .modaal-wrapper .modaal-close::before {
  content: "×";
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  font-size: 1.8rem;
  color: #000;
  background: transparent;
  transform: none;
  padding-bottom: 1px;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  body .modaal-wrapper .modaal-close::before {
    font-size: 1.8rem;
  }
}
body .modaal-wrapper .modaal-close::after {
  content: none;
}
@media print, screen and (min-width: 769px) {
  body .modaal-wrapper .modaal-close:hover {
    background-color: #F4F5EF;
    border-color: #B79100;
  }
  body .modaal-wrapper .modaal-close:hover::before {
    color: #B79100;
  }
}
@media screen and (max-width: 768px) {
  body .modaal-wrapper .modaal-close.is-hover {
    background-color: #F4F5EF;
    border-color: #B79100;
  }
  body .modaal-wrapper .modaal-close.is-hover::before {
    color: #B79100;
  }
}

.btn-modal-close {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .btn-modal-close {
    margin-top: calc(8 * var(--vw));
  }
}
.btn-modal-close a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 149px;
  height: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #7B7B7B;
  border-radius: 20px;
  margin: 0 auto;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-modal-close a {
    width: calc(39.7333333333 * var(--vw));
    height: calc(9.0666666667 * var(--vw));
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: calc(4.5333333333 * var(--vw));
  }
}
@media print, screen and (min-width: 769px) {
  .btn-modal-close a:hover {
    color: #B79100;
    background-color: #F4F5EF;
    border-color: #B79100;
  }
}
@media screen and (max-width: 768px) {
  .btn-modal-close a.is-hover {
    color: #B79100;
    background-color: #F4F5EF;
    border-color: #B79100;
  }
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1240px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  header {
    min-width: 100%;
    transition: height 0.3s;
  }
  header.is-open {
    height: 100%;
  }
}
header .inner {
  display: flex;
  justify-content: space-between;
  width: 1240px;
  height: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .inner {
    display: block;
    width: 100%;
    height: calc(12.2666666667 * var(--vw));
    padding: 0;
  }
}
header .logo {
  width: 173px;
  padding-top: 20px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: calc(44.5333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0;
    margin-left: calc(3.2 * var(--vw));
  }
}
header .logo-white {
  display: none;
}
@media screen and (max-width: 768px) {
  header .logo-white {
    display: block;
    width: calc(44.5333333333 * var(--vw));
    padding: calc(2.6666666667 * var(--vw)) 0 calc(1.3333333333 * var(--vw));
    margin-left: calc(3.2 * var(--vw));
  }
}
header nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  header nav {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #B79100;
    height: 0%;
    overflow: hidden;
    transition: height 0.3s;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  header.is-open nav {
    height: 100%;
  }
}
header .nav-list {
  display: flex;
  align-items: center;
  height: 70px;
}
@media screen and (max-width: 768px) {
  header .nav-list {
    display: block;
    height: auto;
  }
}
header .nav-list li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .nav-list li {
    display: block;
    margin-top: 20px;
  }
}
header .nav-list li::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #DCDDD3;
  margin: 0 9px;
}
.is-big header .nav-list li::after {
  margin: 0 6px;
}
@media screen and (max-width: 768px) {
  header .nav-list li::after {
    content: none;
  }
}
header .nav-list li:last-child::after {
  content: none;
}
header .nav-list a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  header .nav-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(90.9333333333 * var(--vw));
    height: calc(13.3333333333 * var(--vw));
    font-size: 1.4rem;
    background-color: #fff;
    border-radius: calc(6.6666666667 * var(--vw));
    margin: 0 auto;
    transition: color 0.3s, background 0.3s;
  }
}
@media print, screen and (min-width: 769px) {
  header .nav-list a:hover {
    color: #B79100;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  header .nav-list a:hover {
    color: #B79100;
    background-color: #F4F5EF;
  }
  header .nav-list a:hover::before {
    opacity: 1;
  }
  header .nav-list a:hover::after {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  header .nav-list a.is-hover {
    color: #B79100;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header .nav-list a.is-hover {
    color: #B79100;
    background-color: #F4F5EF;
  }
  header .nav-list a.is-hover::before {
    opacity: 1;
  }
  header .nav-list a.is-hover::after {
    opacity: 0;
  }
}
header .nav-list a::before, header .nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #B79100;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  header .nav-list a::before, header .nav-list a::after {
    left: auto;
    right: calc(5.6 * var(--vw));
    bottom: 50%;
    width: calc(8 * var(--vw));
    height: calc(1.8666666667 * var(--vw));
/*    background: url(../img/common/icon_arrow_black.svg) no-repeat;
    background-size: contain;
    margin-bottom: calc(-0.8 * var(--vw));
    opacity: 1;
    transition: opacity 0.3s;*/
  }
}
header .nav-list a::before {
  content: none;
}
@media screen and (max-width: 768px) {
  header .nav-list a::before {
    content: "";
/*    background-image: url(../img/common/icon_arrow_gold.svg);
    opacity: 0;*/
  }
}
@media print, screen and (min-width: 769px) {
  header .nav-list .is-cr a {
    color: #B79100;
  }
  header .nav-list .is-cr a::after {
    opacity: 1;
  }
}
header .btn-reserve {
  padding-top: 15px;
  margin-left: 22px;
}
@media screen and (max-width: 768px) {
  header .btn-reserve {
    padding: 0;
    margin: calc(5.3333333333 * var(--vw)) 0 0;
  }
}
.is-big header .btn-reserve {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .is-big header .btn-reserve {
    margin: calc(5.3333333333 * var(--vw)) 0 0;
  }
}
header .btn-reserve a {
  position: relative;
  display: flex;
  align-items: center;
  width: 165px; /*PC予約ボタン*/
  height: 40px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #AD0000;
  padding-left: 17px;
  border-radius: 20px;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 768px) {
  header .btn-reserve a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(90.9333333333 * var(--vw));
    height: calc(13.3333333333 * var(--vw));
    font-size: 1.4rem;
    border-radius: calc(6.6666666667 * var(--vw));
    padding: 0;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .is-big header .btn-reserve a {
    width: 222px;
  }
}
header .btn-reserve a::before, header .btn-reserve a::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 15px;
  width: 13px;
  height: 13px;
/*  background: url(../img/common/icon_blank_white.svg) no-repeat; */
  background-size: contain;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  header .btn-reserve a::before, header .btn-reserve a::after {
    top: calc(5.0666666667 * var(--vw));
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(3.4666666667 * var(--vw));
  }
}
header .btn-reserve a::after {
/*  background-image: url(../img/common/icon_blank_red.svg);*/
  opacity: 0;
}
@media print, screen and (min-width: 769px) {
  header .btn-reserve a:hover {
    color: #AD0000;
    background-color: #F4F5EF;
  }
  header .btn-reserve a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  header .btn-reserve a.is-hover {
    color: #AD0000;
    background-color: #F4F5EF;
  }
  header .btn-reserve a.is-hover::after {
    opacity: 1;
  }
}
header .nav-btn {
  display: flex;
  padding-top: 22px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  header .nav-btn {
    justify-content: center;
    padding-top: calc(8 * var(--vw));
    margin: 0;
  }
}
.is-big header .nav-btn {
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .is-big header .nav-btn {
    margin: 0;
  }
}
header .nav-btn .btn-lang a,
header .nav-btn .btn-size a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 26px;
  background-color: #F2F3EC;
  border-radius: 13px;
}
@media screen and (max-width: 768px) {
  header .nav-btn .btn-lang a,
header .nav-btn .btn-size a {
    width: calc(42.6666666667 * var(--vw));
    height: calc(10.6666666667 * var(--vw));
    border-radius: calc(5.3333333333 * var(--vw));
  }
}
header .nav-btn .btn-lang a span,
header .nav-btn .btn-size a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 22px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #B79100;
  letter-spacing: 0.08em;
  border-radius: 11px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  header .nav-btn .btn-lang a span,
header .nav-btn .btn-size a span {
    width: calc(20.2666666667 * var(--vw));
    height: calc(8.5333333333 * var(--vw));
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    border-radius: calc(4.2666666667 * var(--vw));
  }
}
header .nav-btn .btn-lang a span:first-child,
header .nav-btn .btn-size a span:first-child {
  color: #fff;
  background-color: #B79100;
  margin-right: 2px;
}
@media screen and (max-width: 768px) {
  header .nav-btn .btn-lang a span:first-child,
header .nav-btn .btn-size a span:first-child {
    margin: 0;
  }
}
@media print, screen and (min-width: 769px) {
  header .nav-btn .btn-lang a:hover span:last-child,
header .nav-btn .btn-size a:hover span:last-child {
    background-color: #E0D6A5;
  }
}
@media screen and (max-width: 768px) {
  header .nav-btn .btn-lang a.is-hover span:last-child,
header .nav-btn .btn-size a.is-hover span:last-child {
    background-color: #E0D6A5;
  }
}
header .nav-btn .btn-lang a.is-change span:first-child, header .nav-btn .btn-lang a.is-en span:first-child,
header .nav-btn .btn-size a.is-change span:first-child,
header .nav-btn .btn-size a.is-en span:first-child {
  color: #B79100;
  background-color: #F2F3EC;
}
header .nav-btn .btn-lang a.is-change span:last-child, header .nav-btn .btn-lang a.is-en span:last-child,
header .nav-btn .btn-size a.is-change span:last-child,
header .nav-btn .btn-size a.is-en span:last-child {
  color: #fff;
  background-color: #B79100;
}
@media print, screen and (min-width: 769px) {
  header .nav-btn .btn-lang a.is-change:hover span:first-child, header .nav-btn .btn-lang a.is-en:hover span:first-child,
header .nav-btn .btn-size a.is-change:hover span:first-child,
header .nav-btn .btn-size a.is-en:hover span:first-child {
    background-color: #E0D6A5;
  }
}
@media screen and (max-width: 768px) {
  header .nav-btn .btn-lang a.is-change.is-hover span:first-child, header .nav-btn .btn-lang a.is-en.is-hover span:first-child,
header .nav-btn .btn-size a.is-change.is-hover span:first-child,
header .nav-btn .btn-size a.is-en.is-hover span:first-child {
    background-color: #E0D6A5;
  }
}
header .nav-btn .btn-size {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  header .nav-btn .btn-size {
    margin-left: calc(5.6 * var(--vw));
  }
}
header .nav-btn .btn-size span {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  header .nav-btn .btn-size span {
    font-size: 1.4rem;
  }
}
header .nav-btn .btn-size span:last-child {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  header .nav-btn .btn-size span:last-child {
    font-size: 2rem;
  }
}
header .btn-menu {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  header .btn-menu a {
    display: block;
    width: calc(14.9333333333 * var(--vw));
    height: calc(12.2666666667 * var(--vw));
  }
  header .btn-menu a span {
    position: absolute;
    top: calc(4.5333333333 * var(--vw));
    left: calc(4.2666666667 * var(--vw));
    width: calc(6.4 * var(--vw));
    height: calc(0.2666666667 * var(--vw));
    background-color: #B79100;
  }
  header .btn-menu a span:nth-child(2) {
    top: calc(6.1333333333 * var(--vw));
  }
  header .btn-menu a span:nth-child(3) {
    top: calc(7.7333333333 * var(--vw));
  }
}
header .btn-close-circle {
  display: none;
}
@media screen and (max-width: 768px) {
  header .btn-close-circle {
    position: absolute;
    top: calc(2.1333333333 * var(--vw));
    right: calc(3.2 * var(--vw));
    display: block;
  }
  header .btn-close-circle a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(8 * var(--vw));
    height: calc(8 * var(--vw));
    font-size: 1.8rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: calc(4 * var(--vw));
    line-height: 1;
    padding-bottom: calc(0.5333333333 * var(--vw));
    margin: 0 auto;
    transition: color 0.3s, background 0.3s, border-color 0.3s;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  header .btn-close-circle a:hover {
    color: #B79100;
    background-color: #F4F5EF;
    border-color: #B79100;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header .btn-close-circle a.is-hover {
    color: #B79100;
    background-color: #F4F5EF;
    border-color: #B79100;
  }
}
header .btn-close {
  display: none;
}
@media screen and (max-width: 768px) {
  header .btn-close {
    display: block;
    padding-bottom: calc(5.3333333333 * var(--vw));
    margin-top: calc(5.3333333333 * var(--vw));
  }
  header .btn-close a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(39.7333333333 * var(--vw));
    height: calc(9.0666666667 * var(--vw));
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    border: 1px solid #fff;
    border-radius: calc(4.5333333333 * var(--vw));
    margin: 0 auto;
    transition: color 0.3s, background 0.3s, border-color 0.3s;
  }
  header .btn-close a::before {
    content: "×";
    margin-right: 0.4em;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  header .btn-close a:hover {
    color: #B79100;
    background-color: #F4F5EF;
    border-color: #B79100;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header .btn-close a.is-hover {
    color: #B79100;
    background-color: #F4F5EF;
    border-color: #B79100;
  }
}

/* ---------------------------------------------------------
.btm-area
----------------------------------------------------------*/
.btm-area {
  position: relative;
  width: 1240px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .btm-area {
    width: 100%;
    display: block;
    margin-top: calc(16.2666666667 * var(--vw));
  }
}
@media screen and (max-width: 768px) {
  .btm-area .pagetop {
    text-align: center;
  }
}
.btm-area .pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #B79100;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  border: 1px solid #B79100;
  border-radius: 15px;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .btm-area .pagetop a {
    display: inline-flex;
    height: calc(8 * var(--vw));
    font-size: 1.2rem;
    padding: calc(1.3333333333 * var(--vw)) calc(3.2 * var(--vw));
    border-radius: calc(4 * var(--vw));
  }
}
@media print, screen and (min-width: 769px) {
  .btm-area .pagetop a:hover {
    background-color: #F4F5EF;
  }
}
@media screen and (max-width: 768px) {
  .btm-area .pagetop a.is-hover {
    background-color: #F4F5EF;
  }
}
.btm-area .breadcrumb {
  display: flex;
}
@media screen and (max-width: 768px) {
  .btm-area .breadcrumb {
    padding: 0 calc(3.2 * var(--vw));
    margin-top: calc(11.4666666667 * var(--vw));
  }
}
.btm-area .breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .btm-area .breadcrumb li {
    font-size: 1.2rem;
  }
}
.btm-area .breadcrumb li::before {
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  background: url(../img/common/icon_tri.svg) no-repeat;
  background-size: contain;
  margin: 0 10px 0 10px;
}
.btm-area .breadcrumb li:first-child {
  display: flex;
}
.btm-area .breadcrumb li:first-child::before {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background: url(../img/common/icon_home.svg) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .btm-area .breadcrumb li:first-child::before {
    width: calc(3.4666666667 * var(--vw));
    height: calc(2.9333333333 * var(--vw));
    margin-right: calc(2.1333333333 * var(--vw));
  }
}
.btm-area .breadcrumb li a {
  color: #B79100;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .btm-area .breadcrumb li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .btm-area .breadcrumb li a.is-hover {
    text-decoration: none;
  }
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
.footer {
  border-top: 1px solid #D9CFA3;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: calc(23.7333333333 * var(--vw));
    margin-top: calc(2.4 * var(--vw));
  }
}
.footer .inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 1240px;
  padding: 25px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    display: block;
    width: 100%;
    padding: calc(10.6666666667 * var(--vw)) 0 0;
  }
}
.footer .inner .logo-site {
  position: absolute;
  top: 25px;
  right: 0;
  width: 157px;
}
@media screen and (max-width: 768px) {
  .footer .inner .logo-site {
    position: relative;
    top: auto;
    right: auto;
    width: calc(48.2666666667 * var(--vw));
    margin: 0 auto;
  }
}
.footer .inner .logo-jr {
  width: 41px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .footer .inner .logo-jr {
    width: calc(14.6666666667 * var(--vw));
    margin: calc(10.6666666667 * var(--vw)) auto 0;
  }
}
.footer .inner .copy {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .footer .inner .copy {
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: calc(5.8666666667 * var(--vw));
  }
}
.footer .btn-reserve {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .btn-reserve {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .footer .btn-reserve a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(12.2666666667 * var(--vw));
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #fff;
    background-color: #AD0000;
    border: 1px solid #AD0000;
    transition: color 0.3s, background 0.3s;
  }
  .footer .btn-reserve a::before, .footer .btn-reserve a::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 15px;
    width: 13px;
    height: 13px;
    background: url(../img/common/icon_blank_white.svg) no-repeat;
    background-size: contain;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer .btn-reserve a::before, .footer .btn-reserve a::after {
    top: calc(5.0666666667 * var(--vw));
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(3.4666666667 * var(--vw));
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer .btn-reserve a::before, .footer .btn-reserve a::after {
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .footer .btn-reserve a::after {
    background-image: url(../img/common/icon_blank_red.svg);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .btn-reserve a.is-hover::before {
    opacity: 0;
  }
  .footer .btn-reserve a.is-hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .footer .btn-reserve a:hover {
    color: #AD0000;
    background-color: #F4F5EF;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer .btn-reserve a.is-hover {
    color: #AD0000;
    background-color: #F4F5EF;
  }
}
/*9/8フッターリンク追加*/
.footer .tools {
  position: relative;
  display: flex;
  width: 1240px;
  text-align: center;
  font-size: 1.2rem;
  padding: 25px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .tools {
    display: block;
    width: 100%;
    padding: calc(10.6666666667 * var(--vw)) 0 0;
  }
}
.footer .tools a {
  color: #B79100;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  ..footer .tools a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  ..footer .tools a.is-hover {
    text-decoration: none;
  }
}


/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.modal__container {
  background-color: #fff;
  width: 820px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 10001;
}

@media screen and (max-width: 768px) {
  .modal__container {
    max-height: 90vh;
    width: calc(100% - 26px);
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #7B7B7B;
  border-radius: 50%;
  z-index: 2;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  top: 50%;
  right: 0;
  left: 50%;
  margin: -280px 0 0 370px;
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .modal__close {
    left: auto;
    right: calc(3.2 * var(--vw));
    width: calc(10.6666666667 * var(--vw));
    height: calc(10.6666666667 * var(--vw));
    margin: calc(-40 * var(--vw)) 0 0 auto;
  }
}

.modal__close::before {
  content: "×";
  position: relative;
  font-family: "Noto Sans JP", YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, "system-ui", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", メイリオ, Meiryo, sans-serif;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  font-size: 1.8rem;
  color: #fff;
  background: transparent;
  transform: none;
  padding-bottom: 1px;
  transition: color 0.3s;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  color: rgba(0, 0, 0, 0.8);
}
.modal__content .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal__content .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* meal */
#modal-meal .modal__container {
  width: 1260px;
  max-width: 1260px;
  height: 90%;
}

#modal-meal .modal__container iframe {
  width: 100%;
  height: 2006px;
  overflow: hidden;
}
#modal-meal .modal__container .modal__close {
  top: 30px;
  left: auto;
  right: 30px;
  border-color: #000;
  margin: 0;
}
#modal-meal .modal__container .modal__close::before {
  color: #000;
}

#modal-meal .modal__content {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #modal-meal .modal__container {
    max-height: 90vh;
    width: calc(100% - 26px);
  }
  #modal-meal .modal__container iframe {
    height: calc(2104 / 375 * 100vw);
  }
  #modal-meal .btn-modal-close {
    margin-top: calc(0 * var(--vw));
  }
}

/* drink */
.modal-drink .modal__container {
  width: 1260px;
  max-width: 1260px;
  height: 90%;
}
.modal-drink .modal__container .modal__close {
  top: 30px;
  left: auto;
  right: 30px;
  border-color: #000;
  margin: 0;
}
.modal-drink .modal__container .modal__close::before {
  color: #000;
}
@media screen and (max-width: 768px) {
  .modal-drink .modal__container {
    max-height: 90vh;
    width: calc(100% - 26px);
  }
}


.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmslideOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}