@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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;
  line-height: 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 {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 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;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*==========================================
ブレイクポイント
===========================================*/
body {
  background-color: #FDF6F0;
  color: #714800;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  position: relative;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reservation_fixed_button {
  position: fixed;
  width: 197px;
  right: 0%;
  top: 20%;
  z-index: 1000;
}
@media screen and (max-width: 1080px) {
  .reservation_fixed_button {
    width: 170px;
  }
}
@media screen and (max-width: 900px) {
  .reservation_fixed_button {
    width: 150px;
    right: 0%;
    top: auto;
    bottom: 0%;
  }
}
.reservation_fixed_button img {
  width: 100%;
}
.reservation_fixed_button:hover {
  -webkit-animation: shake 0.6s ease;
          animation: shake 0.6s ease;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  16% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  32% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  48% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  64% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  80% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  16% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  32% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  48% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  64% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  80% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EFE1D3;
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
  background-image: url(../../img/index_and_common/logo_header.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.loader {
  margin: 100px auto;
  font-size: 50px;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.completed {
  opacity: 0;
  visibility: hidden;
}

.header {
  position: relative;
  z-index: 2;
  width: 100%;
}
.header_nav {
  max-width: 1080px;
  width: 96%;
  margin: 0 auto;
  padding: 20px 0;
  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;
  font-weight: 700;
}
.header_navContent {
  font-size: 16px;
  text-align: center;
}
.header_navContent span {
  display: block;
  font-size: 12px;
  margin-top: 12px;
}
.header_navContent a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_navContent a:hover {
  color: #B8B46B;
}
.header_logoWrap p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .header {
    display: none;
  }
}
.mv {
  /* 親 */
  position: relative;
  overflow: hidden;
  z-index: -1;
  /*------画像-------*/
  /*------キャッチコピー-------*/
  /*------SP版のロゴー-------*/
}
.mv_main {
  overflow: hidden;
}
.mv_main img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .mv_main img {
    height: 536px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 30% 100%;
       object-position: 30% 100%;
  }
}
.mv_copy {
  position: absolute;
  top: 36%;
  left: 45%;
  width: 50%;
  height: 35%;
}
@media screen and (max-width: 900px) {
  .mv_copy {
    width: 45%;
    top: 75%;
    left: 52%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 660px) {
  .mv_copy {
    width: 60%;
    top: 77%;
    left: 52%;
  }
}
@media screen and (max-width: 440px) {
  .mv_copy {
    width: 86%;
    top: 77%;
    left: 52%;
  }
}
.mv_copy_wrap {
  position: relative;
}
.mv_copy img {
  width: 100%;
  display: block;
}
.mv_logo {
  display: none;
  position: absolute;
  text-align: center;
  width: 80%;
}
.mv_logo p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .mv_logo {
    display: block;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.hamburger {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.hamburger_wrapper {
  /*------ボタンの親ー-------*/
  position: relative;
  width: 100%;
  height: 100%;
}
.hamburger_nav {
  background-color: #EFE1D3;
  margin: 0 auto;
  font-weight: 700;
  width: 100%;
  height: 100%;
}
.hamburger_nav ul {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
}
.hamburger_navContent {
  font-size: 16px;
  text-align: center;
  width: 45%;
  margin: 0 auto;
}
.hamburger_navContent span {
  padding-top: 7px;
  display: block;
  font-size: 11px;
  font-weight: 500;
}
.hamburger_navContent a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hamburger_navContent a:hover {
  color: #B8B46B;
}
.hamburger_navContent .hamburger_logoWrap img {
  width: 158px;
}

.active_nav {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 2000;
}

/*------ハンバーガー ボタンー-------*/
.hamburger {
  /*------ハンバーガーOPEN時の動き-------*/
  /*MENUを透過0に*/
}
.hamburger_button_wrap {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 2500;
  display: none;
}
@media screen and (max-width: 900px) {
  .hamburger_button_wrap {
    display: block;
  }
}
.hamburger_button {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 100;
  /*CLOSEを透明に*/
}
.hamburger_button span {
  width: 100%;
  font-size: 12px;
}
.hamburger_button span:nth-child(1) {
  width: 100%;
  height: 4px;
  background-color: #714800;
  position: absolute;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  /*ハンバーガーメニュークリック時の2本線の動きを遅延*/
  display: block;
  top: 0px;
}
.hamburger_button span:nth-child(2) {
  width: 100%;
  height: 4px;
  background-color: #714800;
  position: absolute;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  /*ハンバーガーメニュークリック時の2本線の動きを遅延*/
  display: block;
  top: 15px;
}
.hamburger_button span:nth-child(3) {
  position: absolute;
  bottom: 0px;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  text-align: center;
}
.hamburger_button span:nth-child(4) {
  display: none;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
}
.active .hamburger_button span:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 10px;
}
.active .hamburger_button span:nth-child(2) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 10px;
}
.active .hamburger_button span:nth-child(3) {
  opacity: 0;
}
.active .hamburger_button span:nth-child(4) {
  display: block;
  opacity: 1;
  position: absolute;
  bottom: 0px;
}

.reservation {
  background-color: #DBD5AE;
  margin-top: 130px;
  /*-----タイトル-----*/
  /*-----------コンテンツ----------*/
  /*-----コンテンツ/電話番号-----*/
  /*-----コンテンツ/電話受付時間-----*/
  /*-----コンテンツ/説明-----*/
  /*-----コンテンツ/営業時間へボタン-----*/
}
@media screen and (max-width: 900px) {
  .reservation {
    margin-top: 50px;
  }
}
.reservation_wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1990px;
}
@media screen and (max-width: 900px) {
  .reservation_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reservation_title {
  width: 35%;
  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;
}
@media screen and (max-width: 900px) {
  .reservation_title {
    width: 100%;
  }
}
.reservation_title_inner {
  position: relative;
  text-align: right;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .reservation_title_inner {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 18px;
  }
}
.reservation_title_inner .title {
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.reservation_title_inner .subtitle {
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .reservation_title_inner .subtitle {
    margin-right: 0px;
  }
}
.reservation_title_inner img {
  position: absolute;
  right: 0;
  top: -90%;
}
@media screen and (max-width: 900px) {
  .reservation_title_inner img {
    width: 75%;
    left: -20%;
    top: 50%;
  }
}
.reservation_content {
  width: 65%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .reservation_content {
    width: 100%;
    overflow: hidden;
  }
}
.reservation_content img {
  position: absolute;
  z-index: 0;
  height: 115%;
  width: 101%;
  top: -10%;
}
@media screen and (max-width: 900px) {
  .reservation_content img {
    height: 95%;
    width: 150%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.reservation_content_inner {
  width: 50%;
  margin: 220px auto 150px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .reservation_content_inner {
    width: 88%;
    margin: 110px auto 70px;
  }
}
@media screen and (max-width: 1080px) {
  .reservation_content_inner {
    width: 88%;
    margin: 110px auto 70px;
  }
}
@media screen and (max-width: 900px) {
  .reservation_content_inner {
    width: 88%;
    margin: 75px auto 60px;
  }
}
.reservation .telNumber a {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  display: block;
}
@media screen and (max-width: 660px) {
  .reservation .telNumber a {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.reservation .telNumber a::before {
  content: "";
  background-image: url(../../img/index_and_common/icon_tel.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 16px;
  width: 28px;
  height: 34px;
}
.reservation .telOpenHour {
  background-color: #F5EADF;
  padding: 23px 0;
  font-size: 16px;
  margin: 30px 0;
}
@media screen and (max-width: 660px) {
  .reservation .telOpenHour {
    font-size: 14px;
    margin: 18px 0;
    padding: 17px 0;
  }
}
.reservation .telOpenHour_header {
  width: 35%;
  font-weight: 700;
  border-right: 2px solid #714800;
  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;
  padding: 0 10px;
}
.reservation .telOpenHour_list {
  width: 65%;
  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;
}
.reservation .telOpenHour_list_inner {
  width: 65%;
}
@media screen and (max-width: 660px) {
  .reservation .telOpenHour_list_inner {
    width: 80%;
  }
}
.reservation .telOpenHour_time {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 660px) {
  .reservation .telOpenHour_time {
    margin-bottom: 14px;
  }
}
.reservation .telOpenHour_time:last-child {
  margin-bottom: 0px;
}
.reservation .telOpenHour_time .time {
  font-size: 18px;
}
@media screen and (max-width: 660px) {
  .reservation .telOpenHour_time .time {
    font-size: 14px;
  }
}
.reservation_message {
  width: 95%;
  margin: 0 auto;
}
.reservation_message ul {
  width: 94%;
  margin: 0 auto;
}
.reservation_message li {
  margin-bottom: 16px;
}
@media screen and (max-width: 660px) {
  .reservation_message li {
    font-size: 15px;
  }
}
.reservation_message li span {
  display: inline-block;
  font-size: 14px;
  margin-left: 1.2em;
  margin-top: 12px;
  line-height: 1.6em;
}
@media screen and (max-width: 660px) {
  .reservation_message li span {
    font-size: 14px;
  }
}
.reservation_button {
  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;
  margin-top: 30px;
}
@media screen and (max-width: 660px) {
  .reservation_button {
    margin-top: 22px;
  }
}
.reservation_button a {
  background-color: #714800;
  color: #fff;
  padding: 24px 26px;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 660px) {
  .reservation_button a {
    font-size: 14px;
    padding: 20px 25px;
    border-radius: 12px;
  }
}
.reservation_button a:hover {
  background-color: #B8B46B;
  color: #714800;
}

.footer {
  width: 100%;
  background-color: #EFE1D3;
  padding-top: 56px;
}
@media screen and (max-width: 660px) {
  .footer {
    padding-top: 34px;
  }
}
.footer_inner {
  max-width: 1080px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 660px) {
  .footer_inner {
    width: 80%;
    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;
  }
}
@media screen and (max-width: 660px) {
  .footer nav {
    width: 50%;
  }
}
.footer_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 660px) {
  .footer_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 660px) {
  .footer_list_item {
    margin-bottom: 14px;
    font-size: 16px;
  }
}
.footer_list_item_menu {
  font-size: 16px;
  margin-top: 28px;
  margin-right: -40px;
}
@media screen and (max-width: 660px) {
  .footer_list_item_menu {
    margin-top: 12px;
    font-size: 14px;
  }
}
.footer_list_item_menu p {
  margin-bottom: 15px;
  margin-left: 1em;
}
@media screen and (max-width: 660px) {
  .footer_list_item_menu p {
    margin-bottom: 12px;
  }
}
.footer_list_item a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer_list_item a:hover {
  color: #B8B46B;
}
.footer_logo {
  width: 149px;
  margin: 0 auto;
}
@media screen and (max-width: 660px) {
  .footer_logo {
    width: 35%;
  }
}
.footer_logo img {
  width: 100%;
}
@media screen and (max-width: 660px) {
  .footer_logo img {
    width: 100%;
  }
}
.footer small {
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 20px 0;
}

/*==================
MV下店舗情報
====================*/
.information_list {
  max-width: 1520px;
  width: 94%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
}
@media screen and (max-width: 660px) {
  .information_list {
    margin: 13px auto;
  }
}
.information_list_content {
  border: 2px solid #714800;
  border-radius: 18px;
  width: 31.3333333333%;
  height: 95px;
  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;
  font-size: 1.8vw;
  padding: 5px;
}
.information_list_content span {
  display: inline-block;
}
@media screen and (min-width: 1440px) {
  .information_list_content {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  .information_list_content {
    border: 2px solid #714800;
    font-size: 20px;
  }
}
@media screen and (max-width: 660px) {
  .information_list_content {
    border: 1px solid #714800;
    font-size: 14px;
    height: 50px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 350px) {
  .information_list_content {
    font-size: 3.8vw;
  }
}
.information_list_content img {
  height: 65%;
  margin-right: 15px;
}
@media screen and (max-width: 900px) {
  .information_list_content img {
    height: 50%;
  }
}
@media screen and (max-width: 660px) {
  .information_list_content img {
    height: 60%;
    margin-right: 10px;
  }
}

/*==================
    セクションタイトル
  ====================*/
.section_title {
  font-size: 46px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", serif;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 660px) {
  .section_title {
    font-size: 25px;
    font-weight: 600;
  }
}
.section_title img {
  position: absolute;
  z-index: -1;
}
.section_subtitle {
  font-size: 15px;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 660px) {
  .section_subtitle {
    font-size: 12px;
  }
}
.section_wrapper {
  width: 96%;
}

/*==================
  Aboutセクション
====================*/
.aboutTop {
  max-width: 1990px;
  margin: 0 auto;
  margin-top: 140px;
  width: 100%;
  position: relative;
  z-index: 1;
  background-image: url(../../img/index_and_common/apricot_green_-15deg.png);
  background-repeat: no-repeat;
  background-position: 2% 55%;
}
@media screen and (min-width: 1500px) {
  .aboutTop {
    background-position: 5% 28%;
  }
}
@media screen and (max-width: 1080px) {
  .aboutTop {
    background-position: 0% 20%;
  }
}
@media screen and (max-width: 900px) {
  .aboutTop {
    background-size: 30%;
  }
}
@media screen and (max-width: 660px) {
  .aboutTop {
    background-position: 0% 8%;
  }
}
@media screen and (max-width: 900px) {
  .aboutTop {
    margin-top: 100px;
  }
}
@media screen and (max-width: 660px) {
  .aboutTop {
    margin-top: 60px;
  }
}
.aboutTop .title_wrapper {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: block;
  position: absolute;
  top: -3%;
  left: 12%;
}
@media screen and (max-width: 1080px) {
  .aboutTop .title_wrapper {
    top: -50px;
  }
}
@media screen and (max-width: 660px) {
  .aboutTop .title_wrapper {
    top: -30px;
    left: 8%;
  }
}
.aboutTop_subtitle {
  display: block;
  margin-left: 17px;
  margin-top: 4px;
}
@media screen and (max-width: 660px) {
  .aboutTop_subtitle {
    margin-left: 5px;
  }
}
.aboutTop_maincontent {
  width: 75%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 660px) {
  .aboutTop_maincontent {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .aboutTop_maincontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutTop_img {
  width: 51%;
}
.aboutTop_img img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .aboutTop_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 900px) {
  .aboutTop_img {
    position: relative;
  }
}
@media screen and (max-width: 660px) {
  .aboutTop_img {
    width: 69%;
    margin-left: auto;
  }
}
.aboutTop_message {
  width: 46%;
}
@media screen and (max-width: 1080px) {
  .aboutTop_message {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .aboutTop_message {
    width: 84%;
  }
}
.aboutTop_message_title {
  font-size: 30px;
  margin-bottom: 49px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .aboutTop_message_title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 660px) {
  .aboutTop_message_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.aboutTop_message_content {
  line-height: 2em;
  font-size: 18px;
}
@media screen and (max-width: 660px) {
  .aboutTop_message_content {
    font-size: 16px;
  }
}
.aboutTop_pagelink {
  padding-top: 6%;
  width: 75%;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .aboutTop_pagelink {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 660px) {
  .aboutTop_pagelink {
    width: 88%;
  }
}
@media screen and (max-width: 900px) {
  .aboutTop_pagelink .wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 660px) {
  .aboutTop_pagelink .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.aboutTop_pagelink a {
  border: 4px solid #DBD5AE;
  border-radius: 14px;
  width: 15vw;
  height: 14vw;
  position: relative;
  margin-right: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 10px 0;
  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;
}
.aboutTop_pagelink a:hover {
  background-color: #DBD5AE;
}
@media screen and (max-width: 900px) {
  .aboutTop_pagelink a {
    height: auto;
    width: 20vw;
    height: 19vw;
    margin-right: 0;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 660px) {
  .aboutTop_pagelink a {
    height: auto;
    width: 38vw;
    height: 36vw;
    margin-right: 0;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1990px) {
  .aboutTop_pagelink a {
    width: 280px;
    height: 260px;
  }
}
.aboutTop_pagelink_wrap {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .aboutTop_pagelink_wrap img {
    width: 40%;
  }
}
.aboutTop_pagelink_wrap img.hand {
  padding: 10px 0;
}
@media screen and (max-width: 1080px) {
  .aboutTop_pagelink_wrap img.hand {
    width: 50%;
  }
}
.aboutTop_pagelink p {
  font-size: 1.53vw;
  margin-bottom: 30px;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 1080px) {
  .aboutTop_pagelink p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .aboutTop_pagelink p {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/*==========================================
メニュー・料金 セクション
===========================================*/
.menuTop {
  margin: 160px 0 80px;
  position: relative;
  z-index: 1;
  /*-----タイトル-----*/
  /*-----バナー-----*/
  /*-----メニュー欄ー-----*/
  /*--メニュー共通ー--*/
  /*--メニューページ遷移ボタンー--*/
}
@media screen and (max-width: 1080px) {
  .menuTop {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 900px) {
  .menuTop {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 660px) {
  .menuTop {
    margin: 66px 0;
  }
}
.menuTop_title {
  background-image: url(../../img/index_and_common/apricot_green.png);
  background-repeat: no-repeat;
  background-position: 50% 20%;
}
@media screen and (max-width: 660px) {
  .menuTop_title {
    background-image: url(../../img/index_and_common/apricot_green_m.png);
    background-position: 50% 45%;
  }
}
.menuTop_title_wrapper {
  height: 200px;
  position: relative;
  text-align: center;
  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;
}
@media screen and (max-width: 660px) {
  .menuTop_title_wrapper {
    height: 110px;
  }
}
.menuTop_title_wrapper .title {
  letter-spacing: 0.1em;
}
.menuTop_subtitle {
  margin-top: 15px;
}
.menuTop_banner {
  background-color: #F5EADF;
  max-width: 840px;
  padding: 15px 0;
  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;
  margin: 5px auto 30px auto;
}
.menuTop_banner img {
  width: 90%;
}
@media screen and (max-width: 660px) {
  .menuTop_banner {
    margin: 5px auto 21px auto;
  }
}
.menuTop_menulist {
  max-width: 1990px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .menuTop_menulist_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menuTop_menulist .normalMenu {
  width: 100%;
  /*--メニューボタンー--*/
}
.menuTop_menulist .normalMenu_list_inner {
  position: relative;
  padding-bottom: 10%;
}
@media screen and (max-width: 900px) {
  .menuTop_menulist .normalMenu_list_inner {
    padding-bottom: 6%;
  }
}
@media screen and (max-width: 660px) {
  .menuTop_menulist .normalMenu_list_inner {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 330px) {
  .menuTop_menulist .normalMenu_list_inner {
    padding-bottom: 13%;
  }
}
.menuTop_menulist .normalMenu_list {
  width: 50%;
  padding: 5% 6% 4%;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .menuTop_menulist .normalMenu_list {
    width: 100%;
    padding: 9% 8% 8%;
  }
}
.menuTop_menulist .normalMenu_list:nth-of-type(1) {
  background-image: url(../../img/index_and_common/menuTop_1.jpg);
}
.menuTop_menulist .normalMenu_list:nth-of-type(2) {
  background-image: url(../../img/index_and_common/menuTop_2.jpg);
}
.menuTop_menulist .normalMenu_content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  padding: 36px 30px 60px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 660px) {
  .menuTop_menulist .normalMenu_content {
    padding: 20px 20px 35px;
  }
}
.menuTop_menulist .normalMenu_button {
  background-color: #B8B46B;
  padding: 2.08vw 0;
  width: 58%;
  color: #fff;
  border-radius: 20px;
  font-size: 1.81vw;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 22%;
}
@media screen and (min-width: 1440px) {
  .menuTop_menulist .normalMenu_button {
    font-size: 26px;
    padding: 30px 0;
    bottom: 4%;
  }
}
@media screen and (max-width: 900px) {
  .menuTop_menulist .normalMenu_button {
    font-size: 2.5vw;
    padding: 3vw 0;
  }
}
@media screen and (max-width: 660px) {
  .menuTop_menulist .normalMenu_button {
    font-size: 15px;
    padding: 5vw;
    width: 65%;
    left: 18%;
  }
}
.menuTop_menulist .normalMenu_button:hover {
  background-color: #583800;
  color: #DBD5AE;
}
.menuTop_menulist .setMenu {
  background-color: #DBD5AE;
  padding: 76px;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 660px) {
  .menuTop_menulist .setMenu {
    padding: 10% 8%;
  }
}
.menuTop_menulist .setMenu_content {
  width: 80%;
  background-color: #fff;
  border-radius: 14px;
  padding: 54px 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .menuTop_menulist .setMenu_content {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .menuTop_menulist .setMenu_content {
    padding: 20px 20px 20px;
  }
}
.menuTop_menulist .setMenu_content img {
  position: absolute;
  width: 18%;
  right: 5px;
  top: -10px;
}
@media screen and (max-width: 660px) {
  .menuTop_menulist .setMenu_content img {
    width: 22%;
    right: 5px;
    top: -10px;
  }
}
.menuTop_menulist .setMenu_content img {
  position: absolute;
  width: 18%;
  right: 5px;
  top: -10px;
}
@media screen and (max-width: 660px) {
  .menuTop_menulist .setMenu_content img.pc {
    display: none;
  }
}
.menuTop_menulist .setMenu_content img.sp {
  display: none;
}
@media screen and (max-width: 660px) {
  .menuTop_menulist .setMenu_content img.sp {
    display: block;
    width: 25%;
    right: -3px;
    top: -10px;
  }
}
.menuTop_menuName {
  font-size: 2.08vw;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 2px solid #714800;
  line-height: 1.2em;
}
@media screen and (max-width: 900px) {
  .menuTop_menuName {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1440px) {
  .menuTop_menuName {
    font-size: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .menuTop_menuName .br_tab {
    display: block;
  }
}
.menuTop_menuName span {
  display: inline-block;
}
@media screen and (max-width: 660px) {
  .menuTop_menuName span {
    font-size: 16px;
  }
}
@media screen and (max-width: 660px) {
  .menuTop_menuName {
    font-size: 18px;
    padding-bottom: 14px;
  }
}
.menuTop_charge {
  font-size: 1.74vw;
  font-weight: 700;
  margin: 2.64vw 0;
}
@media screen and (min-width: 1440px) {
  .menuTop_charge {
    font-size: 25px;
    margin: 38px 0;
  }
}
@media screen and (max-width: 900px) {
  .menuTop_charge {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 660px) {
  .menuTop_charge {
    font-size: 16px;
    margin: 14px 0;
  }
}
.menuTop_description {
  line-height: 1.8em;
}
.menuTop_description span {
  display: block;
}
@media screen and (max-width: 660px) {
  .menuTop_description {
    font-size: 14px;
  }
}
.menuTop_button {
  position: relative;
  margin-top: 4%;
}
.menuTop_button a {
  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;
  position: relative;
  margin: 0 auto;
  width: 340px;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../../img/index_and_common/apricot_green_m.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  padding: 30px 60px;
}
@media screen and (max-width: 660px) {
  .menuTop_button a {
    width: 220px;
    padding: 30px 0px;
    padding-left: 30px;
    font-size: 14px;
  }
}
.menuTop_button a::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0.5em;
  -webkit-transform: translateY(calc(-50% - 4px)) rotate(40deg);
          transform: translateY(calc(-50% - 4px)) rotate(40deg);
  width: 16px;
  height: 2px;
  background-color: #714800;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 660px) {
  .menuTop_button a::before {
    right: 0em;
    width: 16px;
    height: 2px;
  }
}
.menuTop_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: #714800;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 660px) {
  .menuTop_button a::after {
    right: 0em;
    width: 35px;
    height: 2px;
  }
}
.menuTop_button a:hover::before,
.menuTop_button a:hover::after {
  right: -1em;
}
.menuTop_button img {
  position: absolute;
  width: 30%;
  left: -20%;
}
@media screen and (max-width: 660px) {
  .menuTop_button img {
    left: -15%;
  }
}

/*==========================================
お客様の声セクション
===========================================*/
.voice {
  margin-bottom: 150px;
  background-image: url(../../img/index_and_common/ring.png);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: 175% 12%;
  /*--エキテン遷移ボタンー--*/
}
@media screen and (max-width: 660px) {
  .voice {
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 1440px) {
  .voice {
    background-size: 750px;
    background-position: 100% 20%;
  }
}
@media screen and (max-width: 1080px) {
  .voice {
    background-size: 80%;
    background-position: 280% 50%;
  }
}
@media screen and (max-width: 900px) {
  .voice {
    background-position: 280% 15%;
  }
}
@media screen and (max-width: 660px) {
  .voice {
    background-size: 95%;
    background-position: 1050% 5%;
  }
}
.voice_screenfit {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 100px;
  background-image: url(../../img/index_and_common/voice_box_green.png);
  background-repeat: no-repeat;
  background-position: 80% bottom;
}
@media screen and (max-width: 660px) {
  .voice_screenfit {
    padding-top: 65px;
  }
}
@media screen and (max-width: 900px) {
  .voice_screenfit {
    background-position: 90% bottom;
  }
}
@media screen and (max-width: 660px) {
  .voice_screenfit {
    background-position: 100% bottom;
    background-size: 45%;
  }
}
.voice_wrapper {
  max-width: 1440px;
  margin-right: auto;
}
.voice .title_wrapper {
  width: 30%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
@media screen and (max-width: 900px) {
  .voice .title_wrapper {
    width: 25%;
  }
}
@media screen and (max-width: 660px) {
  .voice .title_wrapper {
    width: 21%;
  }
}
.voice .title_wrapper img {
  position: absolute;
  width: 155%;
  left: -10%;
  top: 3%;
  z-index: -1;
}
.voice .content_wrapper {
  width: 70%;
  background-color: #EFE1D3;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 5% 0;
  position: relative;
  margin-top: 4vw;
}
@media screen and (max-width: 900px) {
  .voice .content_wrapper {
    width: 75%;
  }
}
@media screen and (max-width: 660px) {
  .voice .content_wrapper {
    width: 79%;
  }
}
.voice .content_wrapper .content {
  width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 660px) {
  .voice .content_wrapper .content {
    width: 88%;
  }
}
.voice .content_wrapper .content li {
  padding: 30px 3.47vw;
  background-color: #fff;
  border-radius: 2.4vw;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 660px) {
  .voice .content_wrapper .content li {
    padding: 15px 3.47vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .voice .content_wrapper .content li {
    border-radius: 34px;
  }
}
.voice .content_wrapper .content li:hover {
  top: -5px;
  -webkit-box-shadow: 10px 10px 5px #E6D3BF;
          box-shadow: 10px 10px 5px #E6D3BF;
}
.voice .content_wrapper .content li:hover .comment_from {
  text-decoration: underline;
}
.voice .content_wrapper .comment_header {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media screen and (max-width: 660px) {
  .voice .content_wrapper .comment_header {
    font-size: 16px;
  }
}
.voice .content_wrapper .comment_main {
  line-height: 1.6em;
}
@media screen and (max-width: 660px) {
  .voice .content_wrapper .comment_main {
    font-size: 14px;
  }
}
.voice .content_wrapper .comment_from {
  font-size: 14px;
  text-align: right;
  margin-top: 12px;
}
@media screen and (max-width: 660px) {
  .voice .content_wrapper .comment_from {
    font-size: 12px;
  }
}
.voice .content_wrapper .comment_from::after {
  content: "";
  background-image: url(../../img/index_and_common/new_window_button.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 660px) {
  .voice .content_wrapper .comment_from::after {
    width: 15px;
    height: 15px;
    position: relative;
    top: 1px;
  }
}
.voice .content_wrapper .voice_decoration {
  width: 350px;
  height: 350px;
  background-color: #DBD5AE;
  position: absolute;
  bottom: -20%;
  right: -20%;
  z-index: -1;
  opacity: 0.6;
}
.voice_title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .voice_title {
    top: -50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 660px) {
  .voice_title {
    top: -30px;
  }
}
.voice_title span {
  display: block;
  margin-left: 17px;
  margin-top: 6px;
}
@media screen and (max-width: 660px) {
  .voice_title span {
    margin-left: 5px;
  }
}
.voice_button {
  position: relative;
  margin-top: 4%;
}
.voice_button a {
  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;
  position: relative;
  margin: 0 auto;
  width: 340px;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../../img/index_and_common/apricot_green_m.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  padding: 30px 60px;
}
@media screen and (max-width: 660px) {
  .voice_button a {
    width: 205px;
    padding: 30px 0px;
    padding-left: 20px;
    font-size: 14px;
  }
}
.voice_button a::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0.5em;
  -webkit-transform: translateY(calc(-50% - 4px)) rotate(40deg);
          transform: translateY(calc(-50% - 4px)) rotate(40deg);
  width: 16px;
  height: 2px;
  background-color: #714800;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 660px) {
  .voice_button a::before {
    right: 0em;
    width: 16px;
    height: 2px;
  }
}
.voice_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: #714800;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 660px) {
  .voice_button a::after {
    right: 0em;
    width: 35px;
    height: 2px;
  }
}
.voice_button a:hover::before,
.voice_button a:hover::after {
  right: -1em;
}

/*==========================================
  営業時間セクション
  ===========================================*/
.businessHour {
  width: 96%;
  margin: 0 auto;
  /*-----タイトル-----*/
  /*----営業時間のお知らせ-----*/
  /*-----営業時間-----*/
}
@media screen and (max-width: 660px) {
  .businessHour {
    width: 88%;
  }
}
.businessHour_title {
  background-image: url(../../img/index_and_common/apricot_green.png);
  background-repeat: no-repeat;
  background-position: 50% 20%;
}
@media screen and (max-width: 660px) {
  .businessHour_title {
    background-image: url(../../img/index_and_common/apricot_green_m.png);
    background-position: 50% 45%;
  }
}
.businessHour_title_wrapper {
  height: 200px;
  position: relative;
  text-align: center;
  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;
}
@media screen and (max-width: 660px) {
  .businessHour_title_wrapper {
    height: 110px;
  }
}
.businessHour_title_wrapper .title {
  letter-spacing: 0.1em;
}
.businessHour_title_wrapper img {
  position: absolute;
  left: 45%;
  top: -50%;
}
@media screen and (max-width: 1080px) {
  .businessHour_title_wrapper img {
    left: 43%;
  }
}
@media screen and (max-width: 900px) {
  .businessHour_title_wrapper img {
    left: 43%;
  }
}
@media screen and (max-width: 660px) {
  .businessHour_title_wrapper img {
    width: 90px;
    left: 38%;
    top: -40%;
  }
}
.businessHour_subtitle {
  margin-top: 15px;
}
.businessHour_message_inner {
  max-width: 782px;
  margin: 0 auto;
  border: solid 1px #714800;
  padding: 32px 60px;
}
@media screen and (max-width: 660px) {
  .businessHour_message_inner {
    padding: 13px 24px;
  }
}
.businessHour_message p {
  text-align: left;
  line-height: 1.8em;
}
@media screen and (max-width: 660px) {
  .businessHour_message p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.businessHour_content {
  max-width: 782px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 660px) {
  .businessHour_content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 660px) {
  .businessHour_content_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.businessHour_content h3 {
  font-size: 25px;
  font-weight: 700;
  margin-right: 64px;
}
@media screen and (max-width: 660px) {
  .businessHour_content h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.businessHour_time {
  font-size: 21px;
  margin-right: 10px;
}
@media screen and (max-width: 660px) {
  .businessHour_time {
    font-size: 16px;
    margin-left: 22px;
  }
}
.businessHour_time span {
  font-size: 18px;
}
@media screen and (max-width: 660px) {
  .businessHour_time span {
    display: block;
    font-size: 14px;
    margin-top: 6px;
    margin-left: -4px;
  }
}
.businessHour_tablePc {
  margin: 20px auto 54px;
}
@media screen and (max-width: 660px) {
  .businessHour_tablePc {
    display: none;
  }
}
.businessHour_tablePc th,
.businessHour_tablePc td {
  border: 2px solid #714800;
  text-align: center;
}
.businessHour_tablePc th {
  padding: 14px 22px;
}
.businessHour_tablePc td {
  padding: 16px 14px;
  font-size: 15px;
  background-color: #F4EFD0;
}
.businessHour_tablePc td:nth-of-type(1) {
  background-color: #FDF6F0;
}
.businessHour_tablePc td:nth-of-type(4) {
  background-color: #FFE3D6;
}
.businessHour_tableSp {
  display: none;
  padding: 14px 10px 25px;
}
@media screen and (max-width: 660px) {
  .businessHour_tableSp {
    display: block;
  }
}
.businessHour_tableSp table {
  width: 96%;
  margin: 0 auto;
}
.businessHour_tableSp th,
.businessHour_tableSp td {
  border: 1px solid #714800;
  text-align: center;
  padding: 5px 0;
}
.businessHour_tableSp th {
  font-size: 12px;
  width: 30%;
  vertical-align: middle;
}
.businessHour_tableSp td {
  font-size: 14px;
  background-color: #F4EFD0;
}
.businessHour_tableSp tr:nth-child(1) td {
  background-color: #FDF6F0;
  padding-top: 45px;
}
.businessHour_tableSp tr:nth-child(7) td {
  background-color: #FFE3D6;
}

/*==========================================
アクセスセクション
===========================================*/
.access {
  max-width: 1280px;
  width: 80%;
  margin: 0px auto 150px;
  padding-top: 180px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*-----タイトル-----*/
}
@media screen and (max-width: 660px) {
  .access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0px auto 60px;
    padding-top: 53px;
  }
}
@media screen and (max-width: 660px) {
  .access_title {
    width: 85%;
    margin: 0 auto;
  }
}
.access_title_wrapper {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.access_title_inner {
  position: relative;
  display: inline-block;
}
.access_title_inner .title {
  letter-spacing: 0.1em;
  display: inline;
}
.access_title_inner .subtitle {
  margin-top: 12px;
  margin-left: 130px;
}
@media screen and (max-width: 660px) {
  .access_title_inner .subtitle {
    margin-left: 60px;
  }
}
.access_title_inner img {
  position: absolute;
  left: 70%;
  top: -40%;
}
@media screen and (max-width: 660px) {
  .access_title_inner img.pc {
    display: none;
  }
}
.access_title_inner img.sp {
  display: none;
}
@media screen and (max-width: 660px) {
  .access_title_inner img.sp {
    display: block;
  }
}
.access_column1 {
  width: 55%;
}
@media screen and (max-width: 660px) {
  .access_column1 {
    width: 100%;
    margin: 0 auto;
  }
}
.access_column2 {
  width: 39%;
}
@media screen and (max-width: 660px) {
  .access_column2 {
    width: 85%;
    margin: 0 auto;
    margin-top: 36px;
  }
}
.access .address {
  margin: 140px 0 50px;
}
@media screen and (max-width: 660px) {
  .access .address {
    margin: 54px auto 35px;
    width: 85%;
  }
}
.access .address ul li {
  margin-bottom: 25px;
}
@media screen and (max-width: 660px) {
  .access .address ul li {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.access .address ul li span {
  display: block;
  margin-left: 3em;
  line-height: 1.5em;
}
.access .googleMap {
  width: 100%;
  position: relative;
  padding-top: 75%;
}
@media screen and (max-width: 660px) {
  .access .googleMap {
    width: 100%;
  }
}
.access .googleMap .iframe_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 660px) {
  .access .googleMap .iframe_map {
    width: 100%;
  }
}
.access_additionalInfo p {
  margin-bottom: 14px;
}
@media screen and (max-width: 660px) {
  .access_additionalInfo p {
    font-size: 14px;
    margin-bottom: 11px;
  }
}
.access_additionalInfo p::before {
  content: "";
  background-image: url(../../img/index_and_common/icon_apricot.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 20px;
  width: 31px;
  height: 32px;
}
@media screen and (max-width: 660px) {
  .access_additionalInfo p::before {
    margin-right: 15px;
    width: 21px;
    height: 22px;
  }
}
.access_additionalInfo img {
  width: 100%;
  margin-bottom: 36px;
  border-radius: 12px;
}
.access_additionalInfo .button a {
  background-color: #B8B46B;
  color: #fff;
  display: block;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-left: 25px;
}
@media screen and (max-width: 660px) {
  .access_additionalInfo .button a {
    padding: 14px;
    font-size: 16px;
  }
}
.access_additionalInfo .button a::after {
  content: "";
  background-image: url(../../img/index_and_common/icon_shop_white.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  vertical-align: middle;
  width: 50px;
  height: 47px;
  margin-left: 15px;
}
@media screen and (max-width: 660px) {
  .access_additionalInfo .button a::after {
    width: 40px;
    height: 37px;
  }
}
.access_additionalInfo .button a:hover {
  background-color: #714800;
  color: #DBD5AE;
}
.access_additionalInfo .button a:hover::after {
  background-image: url(../../img/index_and_common/icon_shop_hover.png);
}

/*===============================
セクション共通
=================================*/
.about_section_title {
  text-align: center;
}
.about_section_title h2 {
  margin-top: 12px;
  font-size: 32px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", serif;
  letter-spacing: 0.1em;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, rgba(244, 141, 113, 0.2)));
  background: linear-gradient(transparent 40%, rgba(244, 141, 113, 0.2) 0%);
}
@media screen and (max-width: 660px) {
  .about_section_title h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 660px) {
  .about_section_title img {
    width: 70px;
  }
}

/*===============================
ページタイトル/キービジュアル
=================================*/
.kv_about {
  position: relative;
}
.kv_about .kv_title_wrap {
  background-color: #EFE1D3;
  padding: 45px 0 25px;
  width: 35%;
  text-align: center;
  position: relative;
  background-image: url(../../img/about/apricot_white_s.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 50% 95%;
}
@media screen and (max-width: 900px) {
  .kv_about .kv_title_wrap {
    background-size: 50%;
    background-position: 20% 95%;
    width: 45%;
    padding: 30px 0 15px;
  }
}
.kv_about .kv_title_wrap .kv_title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 46px;
  letter-spacing: 0.1em;
  font-family: "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  position: relative;
  top: 0%;
  left: 50%;
}
@media screen and (max-width: 660px) {
  .kv_about .kv_title_wrap .kv_title {
    font-size: 6.7vw;
  }
}
@media screen and (max-width: 375px) {
  .kv_about .kv_title_wrap .kv_title {
    font-size: 22px;
  }
}
.kv_about .kv_title_wrap .kv_subtitle {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: relative;
  padding-right: 100px;
}
@media screen and (max-width: 660px) {
  .kv_about .kv_title_wrap .kv_subtitle {
    font-size: 3.2vw;
    margin-left: 8vw;
  }
}
.kv_about .kv_img {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: -10%;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .kv_about .kv_img {
    top: 6%;
  }
}
.kv_about .kv_img img {
  width: 80%;
  height: 332px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@media screen and (max-width: 660px) {
  .kv_about .kv_img img {
    width: 90%;
    height: 241px;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}

/*===============================
杏のおすすめポイント
=================================*/
.about_point {
  padding-top: 105px;
}
.about_point_list {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 88px;
  width: 88%;
}
@media screen and (max-width: 660px) {
  .about_point_list {
    margin-top: 50px;
  }
}
.about_point_list_item {
  width: 1180px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 1330px) {
  .about_point_list_item {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .about_point_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_point_list_item .point_main {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .about_point_list_item .point_main {
    width: 100%;
  }
}
.about_point_list_item .point_main .point_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_point_list_item .point_main .point_title img {
  width: 71px;
}
@media screen and (max-width: 660px) {
  .about_point_list_item .point_main .point_title img {
    width: 13.6vw;
  }
}
@media screen and (min-width: 1440px) {
  .about_point_list_item .point_main .point_title img {
    width: 71px;
  }
}
.about_point_list_item .point_main .point_title h3 {
  font-size: 25px;
  font-weight: 700;
  margin-left: 21px;
}
@media screen and (max-width: 900px) {
  .about_point_list_item .point_main .point_title h3 {
    font-size: 18px;
    margin-left: 2.1vw;
  }
}
.about_point_list_item .point_main .point_discription {
  width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .about_point_list_item .point_main .point_discription {
    margin: 0 auto;
    margin-top: 2.7vw;
    width: 90%;
  }
}
.about_point_list_item .point_main .point_discription p {
  line-height: 2em;
}
@media screen and (max-width: 900px) {
  .about_point_list_item .point_main .point_discription p {
    font-size: 16px;
  }
}
.about_point_list_item .point_img {
  width: 45%;
}
@media screen and (max-width: 900px) {
  .about_point_list_item .point_img {
    width: 90%;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 660px) {
  .about_point_list_item .point_img {
    width: 100%;
  }
}
.about_point_list_item .point_img img {
  width: 100%;
}
.about_point_list_item:nth-child(odd) {
  margin-left: auto;
}
.about_point_list_item:nth-child(odd) .point_img {
  -webkit-box-shadow: -30px 30px 0px 0 #F5EADF;
          box-shadow: -30px 30px 0px 0 #F5EADF;
}
.about_point_list_item:nth-child(even) {
  margin-right: auto;
}
.about_point_list_item:nth-child(even) .point_main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 900px) {
  .about_point_list_item:nth-child(even) .point_main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about_point_list_item:nth-child(even) .point_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
.about_point_list_item:nth-child(even) .point_img .main {
  width: 60%;
}
.about_point_list_item:nth-child(even) .point_img .sub {
  width: 50%;
  position: absolute;
  bottom: -10%;
  right: 0%;
}
.about_point_list_item:nth-child(even) .point_img .shadow {
  position: absolute;
  width: 60%;
  height: 50%;
  background: #F5EADF;
  bottom: 10%;
  left: 25%;
  z-index: -1;
}

/*===============================
整体師紹介
=================================*/
.introduction {
  padding: 100px 0 0;
  max-width: 1990px;
  margin: 0 auto;
}
.introduction_mainContent {
  width: 81%;
  max-width: 1180px;
  margin-left: 12%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 130px;
}
@media screen and (max-width: 900px) {
  .introduction_mainContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 auto;
    margin-top: 8.27vw;
  }
}
.introduction_mainContent_img {
  width: 35%;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .introduction_mainContent_img {
    width: 100%;
    margin: 0 auto;
  }
}
.introduction_mainContent_img img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .introduction_mainContent_img img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
.introduction_mainContent .introduction_message {
  width: 62%;
  background-image: url(../../img/about/balloon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 65px 35px 15px 66px;
}
@media screen and (max-width: 900px) {
  .introduction_mainContent .introduction_message {
    background-image: none;
    width: 100%;
    padding: 0px;
    background-color: #EDE9D0;
    padding-top: 70px;
    margin-top: -40px;
    padding-bottom: 30px;
    position: relative;
    z-index: -1;
  }
}
.introduction_mainContent .introduction_message_main {
  position: relative;
  width: 91%;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-right: 30px;
  background-image: url(../../img/about/apricot_white_s.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 102px;
}
@media screen and (max-width: 900px) {
  .introduction_mainContent .introduction_message_main {
    width: 80%;
  }
}
.introduction_mainContent .introduction_message_main p {
  line-height: 2em;
}
.introduction_mainContent .introduction_message_main p span {
  display: inline-block;
}
.introduction_mainContent .introduction_message_name {
  margin-top: 7%;
  text-align: right;
  font-size: 21px;
  font-family: "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
.introduction_decoration {
  width: 87%;
  max-width: 1440px;
  margin-left: auto;
  margin-top: 82px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .introduction_decoration {
    width: 100%;
    margin-top: 0px;
  }
}
.introduction_decoration .certification_img {
  width: 27%;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .introduction_decoration .certification_img {
    display: none;
  }
}
.introduction_decoration .name_img {
  width: 83%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 900px) {
  .introduction_decoration .name_img {
    position: static;
    width: 100%;
    margin-top: -20px;
  }
}

/*===============================
お店案内
=================================*/
.guidance {
  max-width: 1990px;
  margin: 0 auto;
  padding-top: 107px;
  /*====動画・説明=============*/
  /*====お店写真=============*/
}
@media screen and (max-width: 900px) {
  .guidance {
    padding-top: 85px;
  }
}
.guidance_main {
  max-width: 1280px;
  width: 88%;
  margin: 0 auto;
  margin-top: 74px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .guidance_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.guidance_main .video {
  width: 50%;
  height: 29vw;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .guidance_main .video {
    height: 420px;
  }
}
@media screen and (max-width: 900px) {
  .guidance_main .video {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 370px) {
  .guidance_main .video {
    height: 250px;
  }
}
.guidance_main .video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 900px) {
  .guidance_main .video iframe {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.guidance_main .video p {
  font-size: 16px;
  margin-top: 28px;
  text-align: center;
}
.guidance_main .video p::before {
  content: "";
  background-image: url(../../img/icon_apricot.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 20px;
  width: 31px;
  height: 32px;
}
@media screen and (max-width: 660px) {
  .guidance_main .video p::before {
    margin-right: 15px;
    width: 21px;
    height: 22px;
  }
}
.guidance_main .message {
  width: 44%;
  line-height: 1.5em;
}
@media screen and (max-width: 900px) {
  .guidance_main .message {
    width: 100%;
    padding-top: 5%;
  }
}
@media screen and (max-width: 900px) {
  .guidance_main .message p {
    font-size: 16px;
  }
}
.guidance_main .message span {
  display: block;
  margin-bottom: 1em;
}
.guidance_pictures {
  display: block;
  padding-top: 53px;
}
@media screen and (max-width: 900px) {
  .guidance_pictures {
    padding-top: 30px;
  }
}
.guidance_pictures .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .guidance_pictures .wrap {
    height: 196px;
  }
}
.guidance_pictures .slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.guidance_pictures .slideshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 30s infinite linear 1s both;
          animation: loop-slide 30s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.guidance_pictures .content {
  width: 25vw;
  height: 23.6vw;
}
@media screen and (min-width: 1440px) {
  .guidance_pictures .content {
    width: 360px;
    height: 340px;
  }
}
@media screen and (max-width: 900px) {
  .guidance_pictures .content {
    width: 208px;
    height: 196px;
  }
}
.guidance_pictures .content img {
  width: 100%;
}

/*===============================
よくある質問
=================================*/
.qanda {
  padding: 120px 0 0;
}
@media screen and (max-width: 660px) {
  .qanda {
    padding: 86px 0 10px;
  }
}
.qanda .qa_list {
  width: 88%;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 660px) {
  .qanda .qa_list {
    margin-top: 40px;
  }
}
.qanda .qa_list_item {
  margin-bottom: 55px;
}
@media screen and (max-width: 660px) {
  .qanda .qa_list_item {
    margin-bottom: 35px;
  }
}
.qanda .qa_list_item .question::before {
  content: "";
  background-image: url(../../img/about/question.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 42px;
  height: 45px;
  margin-right: 36px;
}
@media screen and (max-width: 660px) {
  .qanda .qa_list_item .question::before {
    margin-right: 11px;
  }
}
@media screen and (max-width: 660px) {
  .qanda .qa_list_item .question {
    font-size: 16px;
  }
}
.qanda .qa_list_item .answer {
  width: 90%;
  margin-left: auto;
  margin-top: 14px;
}
@media screen and (max-width: 660px) {
  .qanda .qa_list_item .answer {
    width: 95%;
    margin: 10px auto;
  }
}
.qanda .qa_list_item .answer p {
  font-size: 16px;
  line-height: 1.5rem;
  background-color: #F5EADF;
  border-radius: 20px;
  padding: 24px 35px;
}
@media screen and (max-width: 660px) {
  .qanda .qa_list_item .answer p {
    padding: 20px 25px;
  }
}
.qanda .qa_list_item .answer p span {
  display: inline-block;
}

/*===============================
  ページタイトル/キービジュアル
  =================================*/
.kv_menuPage {
  position: relative;
  margin-bottom: 112px;
}
@media screen and (max-width: 660px) {
  .kv_menuPage {
    margin-bottom: 82px;
  }
}
.kv_menuPage .kv_title_wrapper {
  width: 100%;
  height: 251px;
  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;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url(../../img/menu/kv_menu_background.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 660px) {
  .kv_menuPage .kv_title_wrapper {
    bottom: -30px;
    height: 33vw;
  }
}
@media screen and (max-width: 660px) {
  .kv_menuPage .kv_title_wrapper {
    bottom: -30px;
    height: 33vw;
  }
}
.kv_menuPage .kv_title_wrapper .kv_title {
  font-size: 46px;
  margin-bottom: 13px;
  letter-spacing: 0.1em;
  font-family: "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .kv_menuPage .kv_title_wrapper .kv_title {
    font-size: 6.67vw;
  }
}
.kv_menuPage .kv_title_wrapper .kv_subtitle {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .kv_menuPage .kv_title_wrapper .kv_subtitle {
    font-size: 3.2vw;
  }
}
.kv_menuPage .kv_img {
  width: 100%;
}
.kv_menuPage .kv_img img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@media screen and (max-width: 660px) {
  .kv_menuPage .kv_img img {
    display: block;
    height: 233px;
    -o-object-position: 80% 100%;
       object-position: 80% 100%;
  }
}

/*===============================
メインコンテンツ・メニュー
=================================*/
/*------
レイアウト
---------*/
.menu_list {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
  margin-bottom: 50px;
}

/*--------------------------
タイトル
--------------------------*/
.menu_header {
  font-size: 35px;
  font-weight: 700;
  background-color: #EFE1D3;
  border-left: solid 6px #583800;
  padding: 15px 28px;
}
@media screen and (max-width: 660px) {
  .menu_header {
    font-size: 22px;
    padding: 10px 14px;
  }
}
@media screen and (max-width: 380px) {
  .menu_header.setMenu {
    font-size: 5vw;
  }
}
.menu_header.setMenu img {
  width: 200px;
  vertical-align: middle;
  margin-left: 16px;
}
@media screen and (max-width: 660px) {
  .menu_header.setMenu img {
    width: 36.8vw;
  }
}

/*---------------------------------------
  コンテンツ
  -----------------------------------*/
.menu_content {
  width: 94%;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 42px;
}
@media screen and (max-width: 660px) {
  .menu_content {
    margin-top: 10px;
  }
}

.menu_content_description_wrapper {
  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: 900px) {
  .menu_content_description_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*----タグ・メニュー説明・画像------*/
.menu_content_description {
  width: 48%;
}
@media screen and (max-width: 900px) {
  .menu_content_description {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 900px) {
  .menu_content_description .description {
    margin-top: 12px;
  }
}
.menu_content_description .description p {
  line-height: 1.5em;
}
.menu_content_description .description p.example {
  font-size: 16px;
  margin-top: 2.64vw;
}
@media screen and (min-width: 1440px) {
  .menu_content_description .description p.example {
    margin-top: 38px;
  }
}
.menu_content_description .description p.example span {
  display: block;
  margin-left: 2em;
}
@media screen and (max-width: 660px) {
  .menu_content_description .description p {
    font-size: 16px;
  }
}

.tag_wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .tag_wrapper {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
.tag_wrapper .tag {
  display: inline-block;
  font-size: 14px;
  border: solid 1.5px #714800;
  padding: 7px 1.39vw;
  background-color: #DBD5AE;
  border-radius: 7px;
  margin-right: 1.39vw;
  margin-bottom: 8px;
}
@media screen and (min-width: 1440px) {
  .tag_wrapper .tag {
    padding: 7px 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 660px) {
  .tag_wrapper .tag {
    font-size: 13px;
  }
}

.menu_img {
  width: 47%;
}
@media screen and (max-width: 900px) {
  .menu_img {
    width: 100%;
  }
}
.menu_img img {
  width: 100%;
}

/*-------料金表---------*/
.menu_content_charge {
  margin-top: 28px;
}
@media screen and (max-width: 660px) {
  .menu_content_charge {
    margin-top: 4.53vw;
  }
}
.menu_content_charge .chargeTable {
  border-top: 2px solid #714800;
  border-bottom: 2px solid #714800;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 660px) {
  .menu_content_charge .chargeTable {
    margin-bottom: 10px;
  }
}
.menu_content_charge .chargeTable th,
.menu_content_charge .chargeTable td {
  border-bottom: 1px solid #714800;
  text-align: center;
  font-size: 25px;
}
@media screen and (max-width: 660px) {
  .menu_content_charge .chargeTable th,
.menu_content_charge .chargeTable td {
    font-size: 18px;
  }
}
.menu_content_charge .chargeTable th {
  border-right: 1px solid #714800;
  text-align: center;
  width: 35%;
  padding: 17px 0;
  background-color: #EFE1D3;
}
.menu_content_charge .chargeTable th span {
  display: inline-block;
}
.menu_content_charge .chargeTable th span.course_detail {
  font-size: 18px;
  display: block;
  font-weight: 300;
  margin-top: 13px;
}
@media screen and (max-width: 660px) {
  .menu_content_charge .chargeTable th span.course_detail {
    font-size: 12px;
  }
}
.menu_content_charge .chargeTable td {
  width: 65%;
  vertical-align: middle;
}
.menu_content_charge .chargeTable td span {
  font-size: 15px;
}
@media screen and (max-width: 660px) {
  .menu_content_charge .chargeTable td span {
    font-size: 14px;
  }
}
.menu_content_charge p {
  text-align: right;
  margin-bottom: 8px;
  font-size: 14px;
}
@media screen and (max-width: 660px) {
  .menu_content_charge p {
    font-size: 13px;
    margin-bottom: 7px;
    text-align: left;
  }
}