@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  background-color: color(selection);
}
*::selection {
  background-color: color(selection);
}

html {
  font-size: 62.5%;
}

body {
  font-family: "BIZ UDMincho", serif;
}

a {
  text-decoration: none;
}
@media (min-width: 769px) {
  a a[href^="tel:"] {
    pointer-events: none;
  }
}

ol,
ul {
  list-style-position: inside;
}

img,
svg,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

picture img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

[aria-hidden=false] {
  visibility: visible;
}

[aria-hidden=true] {
  display: none;
  visibility: hidden;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

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

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "BIZ UDMincho", serif;
}

p,
input,
textarea {
  font-family: "BIZ UDMincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
}

a {
  font-family: "BIZ UDMincho", serif;
  color: #000;
  text-decoration: none;
}

.lazyload-img {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

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

.is-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-tab {
    display: block;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.inner {
  max-width: 1320px;
  margin: auto;
  padding: 0 60px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 600px;
    padding: 0 30px;
  }
}

/**
* @file _l-footer.scss
**/
.footer {
  background-color: rgba(0, 0, 0, 0.7);
  min-height: 100px;
  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;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .footer {
    height: 64px;
    min-height: auto;
  }
}
.footer .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 82px;
}
@media screen and (max-width: 768px) {
  .footer .footer__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 82px;
}
@media screen and (max-width: 768px) {
  .footer .footer-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 23px;
  }
}
.footer .footer__policy,
.footer .footer__recruitment {
  color: #fff;
}
.footer a {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer a {
    font-size: 1.4rem;
  }
}

.footer__copyright {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.footer__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__sp {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 22px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__sp .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  .footer__sp .footer__sp-reserve {
    font-size: 1.2rem;
    padding: 8px 0;
    width: 211px;
    border: 1px solid #000;
    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: relative;
  }
  .footer__sp .footer__sp-reserve::after {
    position: absolute;
    content: "";
    background: url(../images/common/icon-arrow-b.svg) no-repeat center center/contain;
    width: 6px;
    height: 9px;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .footer__sp .footer__sp-tel {
    width: 23.4%;
    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;
    border: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .footer__sp .footer__sp-tel img {
    width: 16px;
    height: 16px;
  }
}

.footer__sp.is-hidden {
  display: none;
}

/**
* @file _l-header.scss
**/
@media screen and (max-width: 768px) {
  .drawer {
    width: 100%;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .drawer .drawer-nav {
    width: 100%;
    right: -100%;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    padding: 100px 50px 90px;
  }
}
@media screen and (max-width: 768px) {
  .drawer .drawer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
}
.drawer .drawer-menu .header-nav-item {
  padding-bottom: 12px;
  margin-top: 12px;
  padding-left: 10px;
  border-bottom: 1px solid #FFF;
  position: relative;
}
.drawer .drawer-menu .header-nav-item::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon-triangle.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  top: 15%;
  left: 90%;
}
@media screen and (max-width: 768px) {
  .drawer .drawer-menu .header-nav-item .header-nav-item-link {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .drawer .drawer-menu .header-nav-item a {
    font-family: "Helvetica", sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .drawer .drawer-hamburger {
    width: 56px;
    height: 56px;
    opacity: 0.71;
    background-color: #000;
    padding: 0;
  }
  .drawer .drawer-hamburger::after {
    position: absolute;
    content: "MENU";
    top: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Helvetica", sans-serif;
    font-size: 0.9rem;
    color: #fff;
    font-weight: 300;
  }
}
@media screen and (max-width: 768px) {
  .drawer .drawer-hamburger-icon, .drawer .drawer-hamburger-icon::before, .drawer .drawer-hamburger-icon::after {
    width: 28px;
    height: 1px;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .drawer .drawer-hamburger-icon {
    top: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .drawer .drawer-hamburger-icon::before {
    top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .drawer .drawer-hamburger-icon::after {
    top: 8px;
  }
}
.drawer .header__dining {
  margin: 90px auto 0;
  background: rgba(255, 255, 255, 0.23);
  padding: 16px 10px;
  max-width: 400px;
}
.drawer .header__dining .dining__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .drawer .header__dining .dining__link img {
    width: 150px;
    padding-left: 10px;
  }
}
.drawer .header__dining .dining__link .header__dining-inline {
  padding-top: 6px;
  padding-left: 10px;
  font-size: 1.2rem;
}
.drawer .header__dining .dining__link::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon-arrow-w.svg) no-repeat center center/contain;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 95%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.drawer--right.drawer-open .drawer-hamburger::after {
  content: "CLOSE";
  color: #000;
}

.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer--right.drawer-open .drawer-hamburger-icon::before,
.drawer--right.drawer-open .drawer-hamburger-icon::after {
  top: 0px;
  background-color: #000;
}

.detail__link {
  display: inline-block;
  margin-top: 90px;
  background: rgba(0, 0, 0, 0.7);
  width: 210px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  position: relative;
}
.detail__link::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon-arrow-w.svg) no-repeat center center/contain;
  width: 7px;
  height: 10px;
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .detail__link {
    margin-top: 60px;
  }
}

.detail__link:hover {
  opacity: 0.7;
}

.c-content-width {
  max-width: 1280px;
  margin: auto;
}

.c-content-padding {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .c-content-padding {
    padding: 0 15px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.fade.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fv__fix {
  background-color: rgba(0, 0, 0, 0.7);
  min-height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 25px 0;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .fv__fix {
    display: none;
  }
}
.fv__fix .fv__fix-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fv__fix a, .fv__fix p {
  color: #fff;
  display: block;
}
.fv__fix .fv__fix-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fv__fix .fix__item {
  font-size: 2rem;
}
.fv__fix .fix-border {
  font-size: 1.4rem;
  border: 1px solid #fff;
  padding: 8px 47px 8px 27px;
  line-height: 1.429;
  position: relative;
}
.fv__fix .fix-border::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon-arrow-w.svg) no-repeat center center/contain;
  width: 6px;
  height: 9px;
  top: 50%;
  left: 78%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fv__fix .fix-border:hover {
  background-color: white;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fv__fix .fix-border:hover::after {
  background: url(../images/common/icon-arrow-b.svg) no-repeat center center/contain;
}
.fv__fix .fix__tel-box .fix__tel-text {
  font-size: 1.2rem;
}
.fv__fix .fix__tel-box .fix__tel-number {
  font-size: 2.8rem;
  padding-top: 8px;
}
.fv__fix .fix__tel-box .fix__tel-number span {
  font-size: 1.4rem;
}
.fv__fix .fix__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.fv__fix .fix__sns-item {
  width: 30px;
}
.fv__fix .fix__item:hover:nth-child(1) {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fv__fix .fix__item:hover:nth-child(2) {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fv__fix .fix__item:hover:nth-child(3) {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fv__fix .fix__item:hover:nth-child(4) {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fv__fix .fix__sns-item:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.fv__fix.is-hidden {
  display: none;
}

.fv {
  background: url(../images/front-page/fv-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 763px;
}
@media screen and (max-width: 768px) {
  .fv {
    background: url(../images/front-page/fv-bg-sp.jpg) no-repeat center right/cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 418px;
  }
}
.fv .fv__inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fv .fv__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 67px;
}
@media screen and (max-width: 768px) {
  .fv .fv__title-wrapper {
    margin: 0;
    width: 100vw;
    padding-top: 92px;
  }
}
.fv .fv__logo {
  width: 108px;
}
@media screen and (max-width: 768px) {
  .fv .fv__logo {
    width: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fv .fv__tell {
  height: 2.6vh;
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
}
.fv .fv__tell .fv__tell-inline {
  font-size: 2rem;
}
.fv .fv__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .fv .fv__sns-list {
    display: none;
  }
}
.fv .fv__sns-list .sns__item {
  width: 30px;
}
.fv .fv__sns-list .sns__item:hover {
  opacity: 0.6;
}
.fv .fv__reserve {
  font-family: Georgia, serif;
  font-size: 1.6rem;
  padding: 8px 69px;
  border: 1px solid #000;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv .fv__reserve {
    display: none;
  }
}
.fv .fv__reserve::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon-arrow-b.svg) no-repeat center center/contain;
  width: 9px;
  height: 12px;
  top: 51%;
  right: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fv .fv__reserve:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fv .fv__dining-link {
  display: block;
  background-color: #61683FE5;
  padding: 16px 18px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv .fv__dining-link {
    display: none;
  }
}
.fv .fv__dining-link img {
  width: 175px;
  margin-bottom: 6px;
}
.fv .fv__dining-link .fv__dining-inline {
  position: relative;
  padding-right: 15px;
}
.fv .fv__dining-link .fv__dining-inline::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon-arrow-w.svg) no-repeat center center/contain;
  width: 9px;
  height: 12px;
  top: 54%;
  right: -4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fv .fv__dining-link:hover {
  opacity: 1;
}
.fv .fv__menu-wrapper {
  margin-top: 87px;
}
@media screen and (max-width: 768px) {
  .fv .fv__menu-wrapper {
    display: none;
  }
}
.fv .fv__menu-wrapper .fv__menu-list {
  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: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 16px;
  font-size: 1.8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.fv .fv__menu-item {
  background-color: rgba(255, 255, 255, 0.7);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 5px;
}
.fv .fv__menu-item:hover {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fv .fv__menu-item:hover .fv__menu-link {
  color: #fff;
}

.c-section__ttl {
  font-family: "BIZ UDMincho", serif;
  padding-top: 120px;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-section__ttl {
    padding-top: 60px;
    font-size: 2.6rem;
    letter-spacing: 1.56px;
  }
}

.p-404 {
  height: 100vh;
  padding: 150px 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-404 {
    height: 100vh;
    padding: 100px 20px 0;
  }
}
.p-404 h2 {
  font-size: 3.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-404 h2 {
    font-size: 2.4rem;
  }
}
.p-404 p {
  margin-top: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-404 p {
    margin-top: 25px;
  }
}
.p-404 a {
  display: inline-block;
  margin-top: 50px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-404 a {
    margin-top: 25px;
  }
}

.pg-child .child {
  max-width: 1440px;
  margin: -50px auto 0;
  height: 311px;
  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;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pg-child .child {
    height: 200px;
  }
}
.pg-child .child::before {
  position: absolute;
  content: "";
  background: url(../images/child/child-bg.jpg) no-repeat center center/contain;
  width: 525px;
  height: 402px;
  top: 30%;
  left: -50px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .pg-child .child::before {
    width: 375px;
  }
}
.pg-child .child::after {
  position: absolute;
  content: "";
  background: url(../images/child/child-bg2.jpg) no-repeat center center/contain;
  width: 475px;
  height: 331px;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1150px) {
  .pg-child .child::after {
    display: none;
  }
}
.pg-child .child__title {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .pg-child .child__title {
    font-size: 2rem;
  }
}
.pg-child .child__text {
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pg-child .child__text {
    line-height: 1.667;
  }
}
.pg-child .child__course-wrapper1 {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8.333%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 632px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pg-child .child__course-wrapper1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    height: 300px;
    height: auto;
    padding: 50px 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .pg-child .child__course-wrapper1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    height: 300px;
    height: auto;
    padding: 50px 30px 40px;
  }
}
.pg-child .child__course-img {
  background: url(../images/child/child-course-img.jpg) no-repeat center left/cover;
  width: 60%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pg-child .child__course-img {
    background: url(../images/child/child-course-img-sp.jpg) no-repeat center left/contain;
    width: 500px;
    height: 250px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .pg-child .child__course-img {
    background: url(../images/child/child-course-img-sp.jpg) no-repeat center left/contain;
    width: 315px;
    height: 250px;
    margin: 0 auto;
  }
}
.pg-child .child__course-img::after {
  position: absolute;
  content: "";
  background: url(../images/common/section-bg.jpg) no-repeat center center/cover;
  -webkit-transform: matrix(0.96, 0.11, -0.28, 0.99, 0, 0);
          transform: matrix(0.96, 0.11, -0.28, 0.99, 0, 0);
  width: 135%;
  height: 767px;
  right: -115%;
  top: -50px;
}
@media screen and (max-width: 1024px) {
  .pg-child .child__course-img::after {
    top: -50px;
    width: 310%;
    right: -130%;
    height: 1000px;
    -webkit-transform: none;
            transform: none;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .pg-child .child__course-img::after {
    right: -130%;
    height: 1000px;
    -webkit-transform: none;
            transform: none;
    z-index: -1;
  }
}
.pg-child .child__course-right {
  font-family: "BIZ UDMincho", serif;
  width: 50%;
  height: 100%;
  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;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pg-child .child__course-right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pg-child .child__course-right {
    width: 100%;
  }
}
.pg-child .course__name {
  font-size: 2.4rem;
}
.pg-child .course__price {
  font-size: 2.4rem;
  text-align: right;
  margin-top: 15px;
}
.pg-child .course__lead {
  margin-top: 50px;
  font-size: 1.8rem;
}
.pg-child .course__text {
  margin-top: 35px;
  font-size: 1.8rem;
  line-height: 1.444;
}
@media screen and (max-width: 768px) {
  .pg-child .course__text {
    font-size: 1.2rem;
  }
}
.pg-child .course__details {
  margin-top: 35px;
  font-size: 1.8rem;
}
.pg-child .course__detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.444;
}
.pg-child .course__detail-box dt {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .pg-child .course__detail-box dt {
    width: 30%;
  }
}
.pg-child .course__detail-box dd {
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .pg-child .course__detail-box dd {
    width: 70%;
    padding-left: 20px;
  }
}
.pg-child .child__course-wrapper2 {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8.333%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 647px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pg-child .child__course-wrapper2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    height: 300px;
    height: auto;
    padding: 30px 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .pg-child .child__course-wrapper2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    height: 300px;
    height: auto;
    padding: 30px 30px 40px;
  }
}
.pg-child .child__course-wrapper2 .child__course-img {
  background: url(../images/child/child-course-img2.jpg) no-repeat center left/cover;
  width: 60%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pg-child .child__course-wrapper2 .child__course-img {
    background: url(../images/child/child-course-img2.jpg) no-repeat center center/contain;
    width: 500px;
    height: 250px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .pg-child .child__course-wrapper2 .child__course-img {
    background: url(../images/child/child-course-img2.jpg) no-repeat center left/cover;
    width: 315px;
    height: 200px;
    margin: 0 auto;
  }
}
.pg-child .child__course-wrapper2 .child__course-img::after {
  position: absolute;
  content: "";
  background: url(../images/common/section-bg.jpg) no-repeat center center/cover;
  -webkit-transform: matrix(0.96, 0.11, -0.28, 0.99, 0, 0);
          transform: matrix(0.96, 0.11, -0.28, 0.99, 0, 0);
  width: 135%;
  height: 767px;
  left: -117%;
  top: -60px;
}
@media screen and (max-width: 1024px) {
  .pg-child .child__course-wrapper2 .child__course-img::after {
    width: 310%;
    top: -100px;
    right: -130%;
    height: 1000px;
    -webkit-transform: none;
            transform: none;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .pg-child .child__course-wrapper2 .child__course-img::after {
    top: -100px;
    right: -130%;
    height: 1000px;
    -webkit-transform: none;
            transform: none;
    z-index: -1;
  }
}
.pg-child .child__course-wrapper2 .child__course-left {
  font-family: "BIZ UDMincho", serif;
  width: 50%;
  height: 100%;
  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;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pg-child .child__course-wrapper2 .child__course-left {
    width: 100%;
  }
}
.pg-child .child__course-wrapper2 .course__name {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .pg-child .child__course-wrapper2 .course__name {
    margin-top: 30px;
  }
}
.pg-child .child__course-wrapper2 .course__price {
  font-size: 2.4rem;
  text-align: right;
  margin-top: 15px;
}
.pg-child .child__course-wrapper2 .course__lead {
  margin-top: 50px;
  font-size: 1.8rem;
}
.pg-child .child__course-wrapper2 .course__text {
  margin-top: 35px;
  font-size: 1.8rem;
  line-height: 1.444;
}
@media screen and (max-width: 768px) {
  .pg-child .child__course-wrapper2 .course__text {
    font-size: 1.2rem;
  }
}
.pg-child .child__course-wrapper2 .course__details {
  margin-top: 35px;
  font-size: 1.8rem;
  line-height: 1.444;
}
.pg-child .child__course-wrapper2 .course__attention {
  font-size: 1.4rem;
  margin-top: 20px;
}
.pg-child .blank {
  max-width: 1440px;
  margin: 0 auto;
  height: 274px;
  overflow: hidden;
  position: relative;
}
.pg-child .blank::before {
  position: absolute;
  content: "";
  background: url(../images/front-page/course-bg.jpg) no-repeat center center/contain;
  width: 600px;
  height: 275px;
  top: 0;
  left: -50px;
}
@media screen and (max-width: 1150px) {
  .pg-child .blank::before {
    display: none;
  }
}
.pg-child .blank::after {
  position: absolute;
  content: "";
  background: url(../images/front-page/course-bg.jpg) no-repeat center center/cover;
  width: 800px;
  height: 275px;
  top: 0;
  right: -170px;
}
@media screen and (max-width: 768px) {
  .pg-child .blank::after {
    width: 100vw;
    height: 200px;
  }
}

.pg-deliver {
  font-family: "BIZ UDMincho", serif;
  font-size: 1.8rem;
  line-height: 1.11;
  padding-bottom: 148px;
}
@media screen and (max-width: 768px) {
  .pg-deliver {
    font-size: 1.5rem;
    padding-bottom: 100px;
  }
}
.pg-deliver .pg__title-wrapper {
  background-color: #8B0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 763px;
}
@media screen and (max-width: 768px) {
  .pg-deliver .pg__title-wrapper {
    background: none;
  }
}
.pg-deliver .title__img {
  width: 64.722%;
  min-height: 443px;
}
@media screen and (max-width: 768px) {
  .pg-deliver .title__img {
    width: 100%;
  }
}
.pg-deliver .title__img img {
  height: 100%;
}
.pg-deliver .title__right {
  width: 100%;
  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;
}
@media screen and (max-width: 768px) {
  .pg-deliver .title__right {
    width: 0;
  }
}
.pg-deliver .title__name {
  font-size: 3.2rem;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pg-deliver .title__name {
    background-color: #8B0000;
    font-size: 2rem;
    padding: 15px;
    margin-left: -100vw;
  }
}
.pg-deliver .deliver {
  text-align: center;
}
.pg-deliver .deliver__title {
  font-size: 3.2rem;
  margin-top: 146px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .pg-deliver .deliver__title {
    font-size: 2rem;
    margin-top: 60px;
  }
}
.pg-deliver .deliver__lead {
  margin-top: 30px;
}
.pg-deliver .taxi {
  margin-top: 132px;
  margin-top: 60px;
}
.pg-deliver .taxi .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .pg-deliver .taxi .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-deliver .taxi__title {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .pg-deliver .taxi__title {
    font-size: 2rem;
  }
}
.pg-deliver .taxi__text {
  margin-top: 32px;
}
.pg-deliver .taxi__menu-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.pg-deliver .taxi__menu-item {
  max-width: 516px;
}
.pg-deliver .taxi__menu2 {
  font-size: 1.6rem;
  padding-top: 5px;
}
.pg-deliver .menu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pg-deliver .menu__box .taxi__menu1, .pg-deliver .menu__box .taxi__menu-price {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .pg-deliver .menu__box .taxi__menu1, .pg-deliver .menu__box .taxi__menu-price {
    font-size: 1.8rem;
  }
}
.pg-deliver .taxi__menu-price span {
  font-size: 1.8rem;
}
.pg-deliver .taxi__menu-attention {
  margin-top: 30px;
}
.pg-deliver .taxi__right {
  width: 100%;
  max-width: 475px;
  margin-left: auto;
  margin-right: 0;
}
.pg-deliver .app {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .pg-deliver .app {
    margin-top: 80px;
  }
}
.pg-deliver .app__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .pg-deliver .app__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.pg-deliver .app__left {
  width: 57.4%;
}
@media screen and (max-width: 768px) {
  .pg-deliver .app__left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.pg-deliver .app__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .pg-deliver .app__title {
    font-size: 2rem;
  }
}
.pg-deliver .app__text {
  margin-top: 15px;
  letter-spacing: 0.1em;
}
.pg-deliver .app__name {
  font-size: 2.4rem;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .pg-deliver .app__name {
    font-size: 1.8rem;
  }
}
.pg-deliver .app__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-top: 20px;
  max-width: 370px;
}
.pg-deliver .app__right {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pg-deliver .app__right {
    width: 100%;
  }
}
.pg-deliver .app__right img {
  height: 357px;
}
.pg-deliver .area {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .pg-deliver .area {
    margin-top: 60px;
  }
}
.pg-deliver .area__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: 768px) {
  .pg-deliver .area__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-deliver .area__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .pg-deliver .area__title {
    font-size: 2rem;
  }
}
.pg-deliver .area__text {
  margin-top: 25px;
}
.pg-deliver .area__right {
  width: 100%;
  max-width: 475px;
  height: 385px;
}
@media screen and (max-width: 768px) {
  .pg-deliver .area__right {
    max-width: 315px;
    height: 255px;
    margin: 30px auto 0;
  }
}
.pg-deliver .uber {
  margin-top: 180px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pg-deliver .uber {
    margin-top: 80px;
  }
}
.pg-deliver .uber__title {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .pg-deliver .uber__title {
    font-size: 2rem;
  }
}
.pg-deliver .uber__text {
  margin-top: 30px;
}
.pg-deliver .uber__img {
  margin-top: 80px;
  width: 257px;
  height: 257px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pg-deliver .uber__img {
    margin-top: 40px;
  }
}
.pg-deliver .uber__name {
  font-size: 2.6rem;
  margin-top: 32px;
}
.pg-deliver .uber__link {
  display: inline-block;
  margin-top: 38px;
  font-size: 1.6rem;
  background-color: #8B0000;
  color: #fff;
  padding: 6px 0;
  width: 257px;
  border-radius: 10px;
}

.page-template-page-deliver .footer {
  background-color: #8B0000;
}

.header__dining {
  margin-top: 90px;
  background: rgba(255, 255, 255, 0.23);
  padding: 15px 10px;
}
.header__dining .dining__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__dining .dining__link img {
    width: 150px;
    padding-left: 10px;
  }
}
.header__dining .dining__link .header__dining-inline {
  padding-top: 3px;
}
.header__dining .dining__link::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon-arrow-w.svg) no-repeat center center/contain;
  width: 6px;
  height: 7px;
  top: 50%;
  left: 98%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pg-dining .fv {
  background: url(../images/dining/dining_fv-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 763px;
}
@media screen and (max-width: 768px) {
  .pg-dining .fv {
    height: 418px;
  }
}
.pg-dining .fv .fv__inner {
  max-width: 1200px;
  padding: 0 60px;
  margin: 0 auto;
}
.pg-dining .fv .fv__title-wrapper {
  width: 51%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8vh;
  margin: 0 auto;
  background-color: rgba(97, 104, 63, 0.9);
  height: 763px;
}
@media screen and (max-width: 768px) {
  .pg-dining .fv .fv__title-wrapper {
    width: 200px;
    height: 418px;
    padding-top: 100px;
    gap: 0;
  }
}
.pg-dining .fv .fv__logo {
  width: 4.8vw;
}
@media screen and (max-width: 768px) {
  .pg-dining .fv .fv__logo {
    width: 35px;
    height: 70px;
  }
}
.pg-dining .fv .fv__contact {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pg-dining .fv .fv__contact {
    margin-top: 75px;
  }
}
.pg-dining .fv .fv__tell {
  height: 2.6vh;
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pg-dining .fv .fv__tell {
    margin-top: 10px;
  }
}
.pg-dining .fv .fv__tell .fv__tell-inline {
  font-size: 2rem;
  height: auto;
}
.pg-dining .fv .fv__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .pg-dining .fv .fv__sns-list {
    margin-top: 20px;
  }
}
.pg-dining .fv .fv__sns-list .sns__item {
  width: 30px;
}
.pg-dining .fv .fv__sns-list .sns__item:hover {
  opacity: 0.6;
}
.pg-dining .fv .fv__reserve {
  font-family: Georgia, serif;
  padding: 1vh 4.5vw;
  border: 1px solid #fff;
  display: block;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pg-dining .fv .fv__reserve {
    margin-top: 20px;
    padding: 8px 30px;
  }
}
.pg-dining .fv .fv__reserve::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon-arrow-w.svg) no-repeat center center/contain;
  width: 6px;
  height: 9px;
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pg-dining .fv .fv__reserve::after {
    right: 5%;
  }
}
.pg-dining .fv .fv__reserve:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pg-dining .fv .fv__dining-link {
  display: block;
  background-color: #61683FE5;
  opacity: 0.9;
  padding: 2vh 1.1vw;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pg-dining .fv .fv__dining-link {
    display: none;
  }
}
.pg-dining .fv .fv__dining-link img {
  width: 175px;
}
.pg-dining .fv .fv__dining-link .fv__dining-inline {
  position: relative;
}
.pg-dining .fv .fv__dining-link .fv__dining-inline::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon-arrow-w.svg) no-repeat center center/contain;
  width: 6px;
  height: 9px;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pg-dining .fv .fv__dining-link:hover {
  opacity: 1;
}
.pg-dining .introduction {
  margin-top: 69px;
}
@media screen and (max-width: 768px) {
  .pg-dining .introduction {
    margin-top: 40px;
  }
}
.pg-dining .introduction__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .pg-dining .introduction__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-dining .introduction__img {
  margin-left: calc(50% - 50vw);
  width: 63%;
}
@media screen and (max-width: 768px) {
  .pg-dining .introduction__img {
    width: 100%;
  }
}
.pg-dining .introduction__box {
  width: 56.3%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 34px 0 17px 19px;
  margin-left: -9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pg-dining .introduction__box {
    width: 100%;
  }
}
.pg-dining .introduction__titile {
  font-size: 3.2rem;
}
.pg-dining .introduction__text {
  font-size: 1.8rem;
  line-height: 1.444;
}
.pg-dining .introduction__lead {
  font-size: 2.2rem;
}
.pg-dining .news {
  margin-top: 100px;
  background: url(../images/common/section-bg.jpg) no-repeat center center/cover;
  text-align: center;
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .pg-dining .news {
    padding-bottom: 60px;
  }
}
.pg-dining .news .news__wrapper {
  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;
  gap: 56px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .pg-dining .news .news__wrapper {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.pg-dining .news .news__img {
  max-width: 268px;
}
.pg-dining .news .news__detail {
  text-align: left;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .pg-dining .news .news__detail {
    text-align: center;
    width: 100%;
  }
}
.pg-dining .news .news__title {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .pg-dining .news .news__title {
    padding-left: 15px;
  }
}
.pg-dining .bowl {
  background: url(../images/dining/bowl-bg.jpg) no-repeat center center/cover;
  margin-top: 69px;
  text-align: center;
  padding: 58px 0;
  letter-spacing: 0.1em;
}
.pg-dining .bowl__img {
  width: 35.1%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pg-dining .bowl__img {
    width: 100%;
  }
}
.pg-dining .bowl__title {
  font-size: 2.8rem;
  margin-top: 30px;
  color: #fff;
}
.pg-dining .bowl__text {
  width: 44.4%;
  margin: 0 auto;
  font-size: 1.8rem;
  margin-top: 20px;
  color: #fff;
  line-height: 1.444;
}
@media screen and (max-width: 768px) {
  .pg-dining .bowl__text {
    width: 100%;
  }
}
.pg-dining .set {
  margin-top: 90px;
}
.pg-dining .set__menu-title {
  font-size: 3.2rem;
  text-align: center;
}
.pg-dining .set__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .pg-dining .set__menu-list {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.pg-dining .set__menu-item {
  width: 29.9%;
}
@media screen and (max-width: 768px) {
  .pg-dining .set__menu-item {
    width: 100%;
  }
}
.pg-dining .set__menu-name {
  font-size: 2.8rem;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .pg-dining .set__menu-name {
    margin-top: 10px;
  }
}
.pg-dining .set__menu-price {
  font-size: 2.4rem;
  margin-top: 15px;
  text-align: right;
}
.pg-dining .set__menu-text {
  font-size: 1.6rem;
  margin-top: 34px;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .pg-dining .set__menu-text {
    margin-top: 10px;
  }
}
.pg-dining .set__menu-attention {
  font-size: 1.2rem;
  margin-top: 11px;
  line-height: 1.666;
}
.pg-dining .instagram {
  margin-top: 90px;
}
.pg-dining .instagram__title {
  font-size: 3.2rem;
  text-align: center;
}
.pg-dining .instagram__img {
  width: 260px;
  height: 282px;
  margin: 74px auto 0;
}
.pg-dining .item {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .pg-dining .item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pg-dining .item .inner {
    padding: 0;
  }
}
.pg-dining .item .item__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 80px;
}
.pg-dining .item .item__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  height: 1600px;
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  .pg-dining .item .item__list {
    height: 2000px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .pg-dining .item .item__list {
    height: auto;
    gap: 35px;
  }
}
.pg-dining .item .item__item {
  margin-top: 34px;
  width: calc((100% - 40px) / 3);
  max-width: 359px;
}
@media screen and (max-width: 1300px) {
  .pg-dining .item .item__item {
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .pg-dining .item .item__item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pg-dining .item .item__type {
  background-color: #5B5E37;
  color: #fff;
  padding: 15px 0;
  font-size: 2.4rem;
  text-align: center;
}
.pg-dining .item .item__type-c {
  font-size: 1.6rem;
}
.pg-dining .item .item__box {
  padding: 15px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
}
.pg-dining .item .item__name {
  font-size: 1.8rem;
  line-height: 1.6;
}
.pg-dining .item .item__attention {
  padding-top: 85px;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .pg-dining .item .item__attention {
    padding-top: 30px;
  }
}
.pg-dining .dining__contact {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.444;
  margin-top: 187px;
  padding: 89px 0 54px;
  background: url(../images/dining/contact-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-dining .dining__contact {
    margin-top: 60px;
  }
}
.pg-dining .dining__contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
.pg-dining .contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .pg-dining .contact__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.pg-dining .contact__box dt {
  width: 198px;
}
.pg-dining .contact__box-inline {
  font-size: 1.4rem;
}

.page-id-32 .footer {
  background: #5B5E37;
}

.front-page .fv__bottom {
  background: url(../images/front-page/fv-text-bg.jpg) no-repeat center center/cover;
  padding: 85px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .front-page .fv__bottom {
    padding: 40px 0;
  }
}
.front-page .fv__bottom .fv__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  line-height: 1.75;
}
.front-page .step {
  background: url(../images/common/section-bg.jpg) no-repeat center center/cover;
  text-align: center;
  padding-bottom: 90px;
}
.front-page .step .step__wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .front-page .step .step__wrapper {
    margin-top: 30px;
  }
}
.front-page .picture {
  background: url(../images/common/picture-bg.jpg) no-repeat center center/cover;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .front-page .picture {
    padding: 30px 0;
  }
}
.front-page .picture .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .front-page .picture .inner {
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .front-page .picture .inner {
    gap: 15px;
  }
}
.front-page .news {
  background: url(../images/common/section-bg.jpg) no-repeat center center/cover;
  text-align: center;
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .front-page .news {
    padding-bottom: 60px;
  }
}
.front-page .news .news__wrapper {
  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;
  gap: 56px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .front-page .news .news__wrapper {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.front-page .news .news__img {
  max-width: 268px;
}
.front-page .news .news__detail {
  text-align: left;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .front-page .news .news__detail {
    text-align: center;
    width: 100%;
  }
}
.front-page .news .news__title {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .front-page .news .news__title {
    padding-left: 15px;
  }
}
.front-page .course {
  background: url(../images/front-page/course-bg.jpg) no-repeat center center/cover;
  text-align: center;
  padding-bottom: 93px;
}
@media screen and (max-width: 768px) {
  .front-page .course {
    padding-bottom: 40px;
  }
}
.front-page .course .course__inner {
  padding: 0 60px 0 0;
}
@media screen and (max-width: 768px) {
  .front-page .course .course__inner {
    padding: 0 20px;
  }
}
.front-page .course .course__wrapper {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.17%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .front-page .course .course__wrapper {
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
  }
}
.front-page .course .course__img {
  width: calc(95.83% - 510px);
}
@media screen and (max-width: 1024px) {
  .front-page .course .course__img {
    width: 100%;
  }
}
.front-page .course .course__detail {
  width: 510px;
}
@media screen and (max-width: 1024px) {
  .front-page .course .course__detail {
    margin-top: 20px;
    width: 100%;
  }
}
.front-page .course .course__title {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .front-page .course .course__title {
    font-size: 2.2rem;
    line-height: 1.5em;
  }
}
.front-page .course .course__title .course__title-inline {
  font-size: 1.8rem;
  letter-spacing: normal;
}
.front-page .course .course__lead {
  margin-top: 45px;
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  line-height: 1.444;
}
@media screen and (max-width: 768px) {
  .front-page .course .course__lead {
    margin-top: 20px;
  }
}
.front-page .course .course__text {
  margin-top: 20px;
  line-height: 1.625;
}
.front-page .order {
  background: url(../images/common/section-bg.jpg) no-repeat center center/cover;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .front-page .order {
    padding-bottom: 40px;
  }
}
.front-page .order .order__list {
  margin-top: 95px;
  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: 768px) {
  .front-page .order .order__list {
    margin-top: 40px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .order .order__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .order .order__item:nth-child(1) {
  background: url(../images/front-page/order-img1.jpg) no-repeat center center/cover;
}
.front-page .order .order__item:nth-child(2) {
  background: url(../images/front-page/order-img2.jpg) no-repeat center center/cover;
}
.front-page .order .order__item:nth-child(3) {
  background: url(../images/front-page/order-img3.jpg) no-repeat center center/cover;
}
.front-page .order .order__item:nth-child(1), .front-page .order .order__item:nth-child(2), .front-page .order .order__item:nth-child(3) {
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .front-page .order .order__item:nth-child(1), .front-page .order .order__item:nth-child(2), .front-page .order .order__item:nth-child(3) {
    width: 100%;
  }
}
.front-page .order .order__item:nth-child(1)::before, .front-page .order .order__item:nth-child(2)::before, .front-page .order .order__item:nth-child(3)::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.49);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.front-page .order .order__name {
  font-size: 2.8rem;
  padding-top: 226px;
  padding-bottom: 35px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .front-page .order .order__name {
    font-size: 2rem;
  }
}
.front-page .order .order__name span {
  display: inline-block;
}
.front-page .shop {
  background: url(../images/front-page/top-about-bg.jpg) no-repeat top center/cover;
  color: #fff;
  padding: 106px 0;
}
.front-page .shop .shop__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .front-page .shop .shop__wrapper {
    gap: 30px;
    font-size: 1.6rem;
  }
}
.front-page .shop .shop__box {
  font-family: "BIZ UDMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .front-page .shop .shop__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.front-page .shop .shop__box dt {
  width: 245px;
}
@media screen and (max-width: 768px) {
  .front-page .shop .shop__box dt {
    width: 100%;
  }
}
.front-page .shop .shop__box dd {
  width: calc(100% - 261px);
  line-height: 1.444;
}
@media screen and (max-width: 768px) {
  .front-page .shop .shop__box dd {
    width: 100%;
  }
}
.front-page .shop__access{
  background: url(../images/front-page/access-bg.png) no-repeat center center/cover;
  padding: 120px 0 114px;
}
@media screen and (max-width: 1024px){
  .front-page .shop__access{
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px){
  .front-page .shop__access{
    padding-bottom: 30px;
  }
}
.front-page .shop__access .inner{
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1024px){
  .front-page .shop__access .inner{
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
}
.front-page .shop__access .access__info{
  color: #fff;
  width: calc(100% - 20px - 464px);
}
@media screen and (max-width: 1024px){
  .front-page .shop__access .access__info{
    width: 100%;
    max-width: 600px;
  }
}
.front-page .shop__access .access__title{
  font-size: 32px;
  font-weight: 400;
}
.front-page .shop__access .access__text{
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .1em;
  margin-top: 8px;
}
.front-page .shop__access .access__map{
  width: 464px;
  height: 281px;
}
@media screen and (max-width: 1024px){
  .front-page .shop__access .access__map{
    width: 100%;
    max-width: 600px;
    margin-bottom: 100px;
    height: auto;
  }
}
.front-page .shop__map {
  height: 528px;
}

.front-page .shop__map iframe {
  width: 100%;
}

/* historyページ fv */
.pg-history {
  line-height: 1.11;
  padding-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .pg-history {
    font-size: 1.5rem;
    padding-bottom: 100px;
  }
}
.pg-history p {
  font-size: 1.8rem;
}
.pg-history .pg__title-wrapper {
  background: url(../images/common/picture-bg.jpg) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 410px;
}
@media screen and (max-width: 768px) {
  .pg-history .pg__title-wrapper {
    background: none;
  }
}
.pg-history .title__img {
  width: 64.722%;
}
@media screen and (max-width: 768px) {
  .pg-history .title__img {
    width: 100%;
  }
}
.pg-history .title__img img {
  height: 100%;
}
.pg-history .title__right {
  width: 35.2778%;
  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: 768px) {
  .pg-history .title__right {
    width: 0;
  }
}
.pg-history .title__name {
  font-size: 3.2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px 35px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .pg-history .title__name {
    font-size: 2.2rem;
    padding: 15px;
    margin-left: -100vw;
  }
}
.pg-history .history__lead {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.pg-history .history__wrapper {
  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: 768px) {
  .pg-history .history__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-history .history__wrapper .history__text-box {
  width: 66.33%;
}
@media screen and (max-width: 768px) {
  .pg-history .history__wrapper .history__text-box {
    width: 100%;
    margin-top: 30px;
  }
}
.pg-history .history__wrapper .history__text-box .history__text:not(:nth-child(1)) {
  margin-top: 20px;
}
.pg-history .history__wrapper .history__img {
  width: 32.08%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .pg-history .history__wrapper .history__img {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
}
.pg-history .history__found {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .pg-history .history__found {
    margin-top: 80px;
  }
}
.pg-history .history__found .history__img img:nth-child(1) {
  width: 247px;
}
.pg-history .history__2gen {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .pg-history .history__2gen {
    margin-top: 80px;
  }
}
.pg-history .history__2gen .history__wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .pg-history .history__2gen .history__wrapper {
    margin-top: 20px;
  }
}
.pg-history .history__2gen .history__img img:nth-child(1) {
  width: 245px;
}
.pg-history .history__2gen .history__img .history-img-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.pg-history .history__2gen .history__img .history-img-small img {
  width: 48.31%;
}
.pg-history .history__3gen {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .pg-history .history__3gen {
    margin-top: 80px;
  }
}
.pg-history .history__3gen .history__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .pg-history .history__3gen .history__wrapper {
    margin-top: 20px;
  }
}
.pg-history .history__3gen .history__img img {
  width: 247px;
}
.pg-history .history__3gen .history__text:last-child {
  text-align: right;
}

/**
* @file _l-index.scss
**/
.p-index .fv__img {
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-index .fv__img {
    height: calc(var(--fv-sp-height, 1vh) * 100);
  }
}

.pg-item .item {
  max-width: 1440px;
  margin: 0 auto;
  height: 316px;
  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;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pg-item .item {
    height: 200px;
  }
}
.pg-item .item::before {
  position: absolute;
  content: "";
  background: url(../images/item/item-bg.jpg) no-repeat center center/contain;
  width: 613px;
  height: 455px;
  top: 0;
  left: -150px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .pg-item .item::before {
    width: 375px;
  }
}
.pg-item .item::after {
  position: absolute;
  content: "";
  background: url(../images/item/item-bg2.jpg) no-repeat center center/contain;
  width: 344px;
  height: 255px;
  top: 60px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .pg-item .item::after {
    display: none;
  }
}
.pg-item .item__title {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .pg-item .item__title {
    font-size: 2rem;
  }
}
.pg-item .item__title-text {
  text-align: center;
  margin-top: 20px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pg-item .item__title-text {
    line-height: 1.667;
  }
}
.pg-item .item__lists {
  background: url(../images/common/section-bg.jpg) no-repeat center center/cover;
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .pg-item .item__lists {
    padding-top: 40px;
  }
}
.pg-item .item__lists .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 100px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .pg-item .item__lists .item__list {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: 28px;
    row-gap: 50px;
  }
}
.pg-item .item__lists .item__item {
  max-width: 511px;
  width: calc((100% - 50px) / 2);
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .pg-item .item__lists .item__item {
    width: 100%;
    margin-top: 89px;
  }
}
.pg-item .item__lists .item__name {
  font-size: 2.8rem;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .pg-item .item__lists .item__name {
    font-size: 2rem;
  }
}
.pg-item .item__lists .item__text {
  font-size: 2rem;
  margin-top: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .pg-item .item__lists .item__text {
    font-size: 1.2rem;
  }
}
.pg-item .item__lists .item__box {
  margin-top: 29px;
  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;
}
.pg-item .item__lists .item__people {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .pg-item .item__lists .item__people {
    font-size: 1.6rem;
  }
}
.pg-item .item__lists .item__price {
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pg-item .item__lists .item__price .inline {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2px 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 1.4rem;
}
.pg-item .item__lists .three {
  margin-top: 60px;
}
.pg-item .item__lists .item__capacity {
  font-size: 1.6rem;
  margin-top: 12px;
  line-height: 1.625;
}
.pg-item .item__lists .item__other-info {
  font-size: 2.2rem;
  line-height: 1.6;
}
.pg-item .recipe {
  background: url(../images/common/section-bg.jpg) no-repeat center center/cover;
  padding-top: 240px;
  font-size: 1.4rem;
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .pg-item .recipe {
    padding-top: 80px;
  }
}
.pg-item .recipe__title {
  font-size: 2.4rem;
  text-align: center;
}
.pg-item .recipe__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px 27px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 59px;
}
@media screen and (max-width: 1024px) {
  .pg-item .recipe__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.pg-item .recipe__item {
  background-color: #fff;
  width: calc((100% - 27px) / 2);
  padding: 42px 30px 50px;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.429;
}
@media screen and (max-width: 1024px) {
  .pg-item .recipe__item {
    width: 100%;
  }
}
.pg-item .recipe__name {
  font-size: 1.8rem;
}
.pg-item .recipe__material {
  margin-top: 33px;
}
.pg-item .material__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pg-item .material__box dt {
  width: 150px;
}
.pg-item .recipe__spice {
  margin-top: 17px;
}
.pg-item .spice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pg-item .spice__box dt {
  width: 150px;
}
.pg-item .process__text {
  margin-top: 37px;
}
.pg-item .sell {
  padding-top: 200px;
  padding-bottom: 276px;
  background: url(../images/item/sell-bg.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .pg-item .sell {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.pg-item .sell__title {
  font-size: 2.4rem;
  text-align: center;
}
.pg-item .sell_list {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 63px 62px;
}
@media screen and (max-width: 768px) {
  .pg-item .sell_list {
    margin-top: 60px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.pg-item .sell__item {
  width: calc((100% - 126px) / 3);
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .pg-item .sell__item {
    width: calc((100% - 30px) / 2);
  }
}
.pg-item .sell__name {
  margin-top: 20px;
}
.pg-item .sell__name .inline {
  display: inline-block;
  margin-top: 10px;
}
.pg-item .sell__attention {
  font-size: 1.2rem;
  margin-top: 27px;
  width: 361px;
  margin-right: 0;
  margin-left: auto;
  line-height: 1.333;
}
@media screen and (max-width: 768px) {
  .pg-item .sell__attention {
    width: 315px;
  }
}

.pg-memorial {
  max-width: 1440px;
  margin: 0 auto;
}
.pg-memorial .memorial {
  padding-top: 119px;
  padding-bottom: 35px;
  background: url(../images/memorial/memorial-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-memorial .memorial {
    padding-top: 73px;
  }
}
.pg-memorial .memorial .inner {
  max-width: 1380px;
  margin-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .pg-memorial .memorial .inner {
    padding: 0 30px;
  }
}
.pg-memorial .memorial__title {
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pg-memorial .memorial__title {
    font-size: 2rem;
  }
}
.pg-memorial .memorial__text {
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pg-memorial .memorial__text {
    line-height: 1.667;
  }
}
.pg-memorial .memorial__box {
  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;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .pg-memorial .memorial__box {
    margin-top: 38px;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.pg-memorial .memorial__img {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .pg-memorial .memorial__img {
    width: 100%;
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .pg-memorial .memorial__img img {
    height: 100%;
  }
}
.pg-memorial .memorial__texts {
  width: 45%;
  font-size: 1.6rem;
  line-height: 1.625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .pg-memorial .memorial__texts {
    width: 100%;
    gap: 18px;
  }
}
.pg-memorial .memorial__lead {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pg-memorial .memorial__lead {
    margin-top: 58px;
    font-size: 1.8rem;
    letter-spacing: 0.09em;
  }
}
.pg-memorial .memorial__explain {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .pg-memorial .memorial__explain {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .pg-memorial .memorial__course {
    background-color: #483D8B;
    padding: 50px 0;
  }
}
.pg-memorial .memorial__course .inner {
  max-width: 1440px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pg-memorial .memorial__course .inner {
    padding: 0 30px;
  }
}
.pg-memorial .memorial__course-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 587px;
}
@media screen and (max-width: 1024px) {
  .pg-memorial .memorial__course-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: auto;
    margin-left: auto;
    height: auto;
  }
}
.pg-memorial .memorial__course-img {
  background: url(../images/memorial/course-img.jpg) no-repeat center left/cover;
  width: 50%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .pg-memorial .memorial__course-img {
    background: url(../images/memorial/course-img.jpg) no-repeat center left/contain;
    width: 450px;
    height: 350px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .pg-memorial .memorial__course-img {
    width: 315px;
  }
}
.pg-memorial .memorial__course-right {
  font-family: "BIZ UDMincho", serif;
  color: #fff;
  width: 52%;
  height: 100%;
  padding-right: 8.33%;
  background-color: #483D8B;
  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;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pg-memorial .memorial__course-right {
    width: 100%;
    padding-right: 0;
  }
}
.pg-memorial .memorial__course-right::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 587px 220px;
  border-color: transparent transparent #473d8b transparent;
  top: 0;
  right: calc(100% - 1px);
}
@media screen and (max-width: 1024px) {
  .pg-memorial .memorial__course-right::before {
    display: none;
  }
}
.pg-memorial .course__name {
  font-size: 2.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pg-memorial .course__name {
    font-size: 2rem;
  }
}
.pg-memorial .course__price {
  font-size: 2.4rem;
  color: #fff;
  text-align: right;
  margin-top: 15px;
}
.pg-memorial .course__details {
  margin-top: 64px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  .pg-memorial .course__details {
    font-size: 1.2rem;
  }
}
.pg-memorial .course__text {
  margin-top: 35px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.444;
}
@media screen and (max-width: 768px) {
  .pg-memorial .course__text {
    font-size: 1.2rem;
  }
}
.pg-memorial .help {
  padding-top: 128px;
  padding-bottom: 153px;
  background: url(../images/memorial/memorial-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-memorial .help {
    padding-top: 66px;
    padding-bottom: 230px;
  }
}
.pg-memorial .help .inner {
  max-width: 1380px;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .pg-memorial .help .inner {
    padding: 0 30px;
  }
}
.pg-memorial .help__title {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .pg-memorial .help__title {
    font-size: 2rem;
    text-align: center;
  }
}
.pg-memorial .help__text {
  font-size: 1.8rem;
  line-height: 1.444;
}
@media screen and (max-width: 768px) {
  .pg-memorial .help__text {
    font-size: 1.4rem;
  }
}
.pg-memorial .help__text:nth-child(2) {
  margin-top: 76px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pg-memorial .help__text:nth-child(2) {
    margin-top: 38px;
    margin-right: auto;
  }
}
.pg-memorial .help__text:nth-child(2)::after {
  position: absolute;
  content: "";
  background: url(../images/memorial/help-img1.jpg) no-repeat center center/cover;
  width: 455px;
  height: 269px;
  top: -170px;
  right: 15%;
}
@media screen and (max-width: 1024px) {
  .pg-memorial .help__text:nth-child(2)::after {
    margin-top: 20px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .pg-memorial .help__text:nth-child(2)::after {
    width: 315px;
    height: 130px;
  }
}
.pg-memorial .help__text:nth-child(3) {
  margin-top: 63px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pg-memorial .help__text:nth-child(3) {
    margin-right: auto;
    margin-top: 300px;
  }
}
@media screen and (max-width: 768px) {
  .pg-memorial .help__text:nth-child(3) {
    margin-top: 180px;
  }
}
.pg-memorial .help__text:nth-child(3)::after {
  position: absolute;
  content: "";
  background: url(../images/memorial/help-img2.jpg) no-repeat center center/cover;
  width: 455px;
  height: 269px;
  top: -95px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .pg-memorial .help__text:nth-child(3)::after {
    margin-top: 20px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .pg-memorial .help__text:nth-child(3)::after {
    width: 315px;
    height: 130px;
  }
}
.pg-memorial .schedule {
  padding: 147px 0 69px;
  background-color: #483D8B;
}
@media screen and (max-width: 768px) {
  .pg-memorial .schedule {
    padding-top: 68px;
  }
}
@media screen and (max-width: 768px) {
  .pg-memorial .schedule__title {
    font-size: 2rem;
    color: #fff;
    text-align: center;
  }
}
.pg-memorial .schedule__wrapper {
  background-color: #fff;
  padding: 42px 20px 23px;
  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: 1024px) {
  .pg-memorial .schedule__wrapper {
    margin-top: 68px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.pg-memorial .schedule__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 29px;
  font-size: 1.8rem;
  line-height: 1.444;
}
@media screen and (max-width: 1024px) {
  .pg-memorial .schedule__box {
    width: 50%;
    margin: 0 auto;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pg-memorial .schedule__box {
    width: 100%;
  }
}
.pg-memorial .schedule__box:not(:nth-child(1)) {
  position: relative;
}
.pg-memorial .schedule__box:not(:nth-child(1))::before {
  position: absolute;
  content: "";
  background: url(../images/memorial/schedule-arrow.png) no-repeat center center/cover;
  width: 11px;
  height: 19px;
  top: 70%;
  left: -50px;
}
@media screen and (max-width: 1024px) {
  .pg-memorial .schedule__box:not(:nth-child(1))::before {
    top: -38px;
    left: 10%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.pg-memorial .until {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .pg-memorial .until {
    font-size: 1.4rem;
  }
}
.pg-memorial .schedule__text {
  height: 51.97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .pg-memorial .schedule__text {
    font-size: 1.2rem;
    height: auto;
  }
}
.pg-memorial .type {
  padding-top: 121px;
  padding-bottom: 120px;
  background: url(../images/memorial/memorial-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-memorial .type {
    padding-top: 60px;
  }
}
.pg-memorial .type__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .pg-memorial .type__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-memorial .type__left {
  width: 62.3%;
}
@media screen and (max-width: 768px) {
  .pg-memorial .type__left {
    width: 100%;
  }
}
.pg-memorial .type__title {
  font-size: 2.2rem;
}
.pg-memorial .type__texts {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  font-size: 1.8rem;
  line-height: 1.222;
}
.pg-memorial .type__right {
  width: 373px;
}
.pg-memorial .faq {
  background-color: #fff;
  padding: 70px 0 86px;
}
.pg-memorial .faq__title {
  font-size: 2.2rem;
  padding-bottom: 30px;
  border-bottom: 2px solid #483D8B;
}
.pg-memorial .faq__wrapper {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .pg-memorial .faq__wrapper {
    gap: 40px;
  }
}
.pg-memorial .faq__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-size: 1.8rem;
  font-family: "BIZ UDMincho", serif;
  line-height: 1.48;
}
@media screen and (max-width: 768px) {
  .pg-memorial .faq__box {
    gap: 10px;
  }
}
.pg-memorial .faq__box dt {
  padding-left: 50px;
  position: relative;
}
.pg-memorial .faq__box dt::before {
  position: absolute;
  content: "Q.";
  color: #483D8B;
  font-family: Arial;
  font-size: 3.2rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pg-memorial .faq__box dd {
  padding-left: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pg-memorial .faq__box dd {
    padding-left: 50px;
  }
}
.pg-memorial .faq__box dd::before {
  position: absolute;
  content: "A.";
  color: #483D8B;
  font-family: Arial;
  font-size: 3.2rem;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pg-memorial .faq__box dd::before {
    left: 0;
    top: 15px;
  }
}

.pg-menu .fv-menu {
  background-color: #000;
  opacity: 0.7;
}
.pg-menu .fv-menu a {
  color: #fff;
}
.pg-menu .mizutaki {
  background: url(../images/menu/menu_lead-bg.jpg) no-repeat center center/cover;
  position: relative;
  padding-bottom: 110px;
}
.pg-menu .mizutaki .mizutaki__title, .pg-menu .mizutaki .mizutaki__text {
  position: relative;
  z-index: 2;
}
.pg-menu .mizutaki .mizutaki__title {
  padding-top: 110px;
  padding-bottom: 60px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pg-menu .mizutaki .mizutaki__title {
    padding-top: 80px;
  }
}
.pg-menu .mizutaki .mizutaki__text {
  font-size: 20px;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pg-menu .mizutaki .mizutaki__text {
    width: 100%;
    line-height: 2.4;
    text-align: left;
    padding-top: 30px;
  }
}
.pg-menu .mizutaki .mizutaki__text span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pg-menu .mizutaki .mizutaki__text span {
    display: inline;
  }
}
.pg-menu .course {
  padding-top: 120px;
  padding-bottom: 70px;
  padding-top: 60px;
  background: url(../images/common/section-bg.jpg) repeat center center/contain;
}
.pg-menu .course__title {
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 60px;
  padding-bottom: 40px;
}
.pg-menu .course__head {
  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: 1024px) {
  .pg-menu .course__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
  }
}
.pg-menu .course__img {
  width: 56.5%;
}
@media screen and (max-width: 1024px) {
  .pg-menu .course__img {
    width: 100%;
  }
}
.pg-menu .course__intro {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .pg-menu .course__intro {
    margin-top: 30px;
    width: 100%;
  }
}
.pg-menu .course__name {
  font-size: 2.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .pg-menu .course__name {
    margin-top: 20px;
    font-size: 2rem;
  }
}
.pg-menu .course__name .inline {
  font-size: 2rem;
}
.pg-menu .course__price {
  font-size: 2.4rem;
  text-align: right;
  margin-top: 43px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pg-menu .course__price {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.pg-menu .course__text {
  line-height: 1.625;
}
.pg-menu .course__text:nth-of-type(3) {
  margin-top: 24px;
}
.pg-menu .course__text:nth-of-type(4) {
  margin-top: 30px;
}
.pg-menu .course__body {
  margin-top: 27px;
  line-height: 1.444;
  font-size: 1.8rem;
}
.pg-menu .course__menu {
  margin-top: 25px;
  font-family: "BIZ UDMincho", serif;
}
.pg-menu .course__contents {
  font-size: 1.8rem;
  text-align: left;
}
.pg-menu .course__wrapper {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.17%;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .pg-menu .course__wrapper {
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
  }
}
.pg-menu .course__box {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .pg-menu .course__box {
    margin-top: 20px;
  }
}
.pg-menu .course__box dd {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pg-menu .course__box dd {
    display: block;
    margin-left: 18px;
  }
}
.pg-menu .course__box dd:nth-child(n+3) {
  margin-left: 18px;
}
.pg-menu .reserve {
  background: url(../images/common/section-bg2.jpg) no-repeat center center/cover;
  padding: 83px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .pg-menu .reserve {
    padding-top: 50px;
  }
}
.pg-menu .reserve .reserve__title {
  text-align: center;
}
.pg-menu .reserve .reserve__list {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .pg-menu .reserve .reserve__list {
    margin-top: 40px;
  }
}
.pg-menu .reserve .reserve__text {
  font-size: 1.8rem;
  line-height: 1.444;
}
.pg-menu .reserve .reserve__text span {
  font-size: 2rem;
  padding-right: 5px;
  line-height: 1.444;
}
.pg-menu .drink {
  padding: 120px 0 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pg-menu .drink {
    padding-bottom: 80px;
  }
}
.pg-menu .drink::before {
  position: absolute;
  content: "";
  background: url(../images/menu/drink-bg.jpg) no-repeat center center/contain;
  top: 0;
  left: 0;
  width: 61.1%;
  height: 591px;
  z-index: -1;
}
.pg-menu .drink::after {
  position: absolute;
  content: "";
  background: url(../images/menu/drink-bg.jpg) no-repeat center center/contain;
  bottom: 0;
  right: 0;
  width: 61.1%;
  height: 591px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .pg-menu .drink .inner {
    padding: 0;
  }
}
.pg-menu .drink .drink__title {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 120px;
}
.pg-menu .drink .drink__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  height: 1300px;
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  .pg-menu .drink .drink__list {
    height: 2000px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .pg-menu .drink .drink__list {
    height: auto;
    gap: 35px;
  }
}
.pg-menu .drink .drink__item {
  width: calc((100% - 40px) / 3);
  max-width: 359px;
}
@media screen and (max-width: 1300px) {
  .pg-menu .drink .drink__item {
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .pg-menu .drink .drink__item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pg-menu .drink .drink__item .drink__type {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px 0;
  font-size: 2.4rem;
  text-align: center;
}
.pg-menu .drink .drink__item .drink__box {
  padding: 15px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
}
.pg-menu .drink .drink__item .drink__name {
  line-height: 2.6rem;
}
.pg-menu .drink .drink__attention {
  padding-top: 85px;
  letter-spacing: 0.1em;
  text-align: right;
}
.pg-menu .drink__plan {
  background: url(../images/menu/plan-bg.jpg) no-repeat center center/cover;
  text-align: center;
  padding: 67px 0 57px;
}
.pg-menu .drink__plan .drink__plan-title {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .pg-menu .drink__plan .drink__plan-title {
    font-size: 2rem;
  }
}
.pg-menu .drink__plan .drink__plan-text {
  margin-top: 53px;
  font-size: 1.8rem;
  line-height: 1.222;
}
@media screen and (max-width: 768px) {
  .pg-menu .drink__plan .drink__plan-text {
    text-align: left;
  }
}
.pg-menu .option {
  background: url(../images/menu/drink-bg.jpg) no-repeat center center/cover;
  padding: 120px 0 100px;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .pg-menu .option {
    padding-bottom: 300px;
  }
}
.pg-menu .option::before {
  position: absolute;
  content: "";
  background: url(../images/menu/option-img1.jpg) no-repeat center center/cover;
  width: 259px;
  height: 183px;
  right: 8.3%;
  top: 260px;
}
@media screen and (max-width: 1110px) {
  .pg-menu .option::before {
    top: auto;
    bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .pg-menu .option::before {
    display: none;
  }
}
.pg-menu .option::after {
  position: absolute;
  content: "";
  background: url(../images/menu/option-img2.jpg) no-repeat center center/cover;
  width: 259px;
  height: 183px;
  right: 22.3%;
  top: 380px;
}
@media screen and (max-width: 1110px) {
  .pg-menu .option::after {
    top: auto;
    bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .pg-menu .option::after {
    display: none;
  }
}
.pg-menu .option .option__title {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.pg-menu .option .option__wrapper {
  margin-top: 120px;
}
.pg-menu .option .option__type {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  position: relative;
}
.pg-menu .option .option__attention {
  font-size: 1.2rem;
  margin-top: 14px;
  line-height: 1.5;
}
.pg-menu .option .option__text,
.pg-menu .option .option__name,
.pg-menu .option .option__detail {
  font-size: 1.8rem;
}
.pg-menu .option .option__text,
.pg-menu .option .option__name {
  margin-top: 26px;
  line-height: 1.444;
}
.pg-menu .option .option__text {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .pg-menu .option .option__text {
    width: 100%;
  }
}
.pg-menu .option .option__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.444;
}
.pg-menu .option .option__size {
  margin-right: 40px;
}
.pg-menu .option .option__images {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .pg-menu .option .option_image {
    margin: 50px auto 0;
    width: 100%;
    max-width: 500px;
  }
}
.pg-menu .option__links {
  padding-bottom: 103px;
}
.pg-menu .option__links .option__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .pg-menu .option__links .option__link-list {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.pg-menu .option__links .option__link-item {
  width: 30.17%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pg-menu .option__links .option__link-item {
    width: 100%;
  }
}
.pg-menu .option__links .option__link-item a {
  font-size: 1.6rem;
}
.pg-menu .option__links .option__link-item:nth-child(1) {
  background-color: #483D8B;
}
.pg-menu .option__links .option__link-item:nth-child(1) a {
  color: #fff;
}
.pg-menu .option__links .option__link-item:nth-child(2) {
  background-color: rgba(232, 194, 106, 0.5);
}
.pg-menu .option__links .option__link-item:nth-child(3) {
  background: url(../images/menu/option-bg.jpg) no-repeat center center/cover;
}
.pg-menu .option__links .option__link {
  display: inline-block;
  padding: 36px 0;
  letter-spacing: 0.1em;
}
.pg-menu .option__links .option__link-item:hover {
  opacity: 0.7;
}

/* newsページ */
.pg-news {
  font-size: 1.8rem;
  line-height: 1.11;
}
@media screen and (max-width: 768px) {
  .pg-news {
    font-size: 1.5rem;
    padding-bottom: 100px;
  }
}
.pg-news .pg__title-wrapper {
  background: url(../images/common/picture-bg.jpg) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 410px;
}
@media screen and (max-width: 768px) {
  .pg-news .pg__title-wrapper {
    background: none;
  }
}
.pg-news .title__img {
  width: 64.722%;
}
@media screen and (max-width: 768px) {
  .pg-news .title__img {
    width: 100%;
  }
}
.pg-news .title__img img {
  height: 100%;
}
.pg-news .title__right {
  width: 35.2778%;
  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: 768px) {
  .pg-news .title__right {
    width: 0;
  }
}
.pg-news .title__right span {
  font-size: 1.6rem;
}
.pg-news .title__name {
  font-size: 3.2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px 35px;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .pg-news .title__name {
    font-size: 2.2rem;
    padding: 15px;
    margin-left: -100vw;
  }
}
.pg-news .news {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .pg-news .news {
    margin-top: 40px;
  }
}
.pg-news .news .inner {
  max-width: 1160px;
  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: 768px) {
  .pg-news .news .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-news .news__articles {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .pg-news .news__articles {
    width: 100%;
  }
}
.pg-news .news__article {
  border: 1px solid #F5F5F5;
}
.pg-news .news__article:not(:nth-child(1)) {
  margin-top: 115px;
}
@media screen and (max-width: 768px) {
  .pg-news .news__article:not(:nth-child(1)) {
    margin-top: 40px;
  }
}
.pg-news .news__title {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 11px 0 11px 36px;
  font-size: 2rem;
}
.pg-news .news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
  padding-right: 39px;
  padding-bottom: 39px;
}
@media screen and (max-width: 768px) {
  .pg-news .news__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
.pg-news .news__body p {
  margin-top: 30px;
  line-height: 28px;
  font-size: 1.8rem;
}
.pg-news .news___img {
  width: 227px;
  margin: 0 auto;
}
.pg-news .news__detail {
  width: 64%;
}
@media screen and (max-width: 768px) {
  .pg-news .news__detail {
    width: 100%;
  }
}
.pg-news .news__more {
  font-size: 1.6rem;
  border: 1px solid #000;
  display: block;
  margin-top: 42px;
  width: 210px;
  margin-right: 0;
  margin-left: auto;
  padding: 8px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pg-news .news__more {
    margin: 30px auto 0;
  }
}
.pg-news .news__more::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon-arrow-b.png) no-repeat center center/contain;
  width: 6px;
  height: 9px;
  top: 50%;
  left: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news__sidebar {
  width: 21.1%;
  height: 100%;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .news__sidebar {
    width: 100%;
  }
}

.aside__other {
  padding: 16px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.aside__wrapper {
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px 13px 50px;
}

.aside__title {
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .aside__title {
    font-size: 1.4rem;
  }
}

.pg-single .pg__title-wrapper {
  background: url(../images/common/picture-bg.jpg) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 410px;
}
@media screen and (max-width: 768px) {
  .pg-single .pg__title-wrapper {
    background: none;
  }
}
.pg-single .title__img {
  width: 64.722%;
}
@media screen and (max-width: 768px) {
  .pg-single .title__img {
    width: 100%;
  }
}
.pg-single .title__img img {
  height: 100%;
}
.pg-single .title__right {
  width: 35.2778%;
  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: 768px) {
  .pg-single .title__right {
    width: 0;
  }
}
.pg-single .title__name {
  font-size: 3.2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px 35px;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .pg-single .title__name {
    font-size: 2.2rem;
    padding: 15px;
    margin-left: -100vw;
  }
}
.pg-single .title__name span {
  font-size: 1.6rem;
}
.pg-single .news {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .pg-single .news {
    margin-top: 40px;
  }
}
.pg-single .news .inner {
  max-width: 1160px;
  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: 768px) {
  .pg-single .news .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-single .news__articles {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .pg-single .news__articles {
    width: 100%;
  }
}
.pg-single .news__article {
  border: 1px solid #F5F5F5;
  padding-bottom: 85px;
  margin-bottom: 160px;
}
.pg-single .news__article:not(:nth-child(1)) {
  margin-top: 115px;
}
@media screen and (max-width: 768px) {
  .pg-single .news__article:not(:nth-child(1)) {
    margin-top: 40px;
  }
}
.pg-single .news__title {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 11px 0 11px 36px;
  font-size: 2rem;
}
.pg-single .news__body {
  max-width: 635px;
  width: 100%;
  margin: 0 auto;
  margin-top: 28px;
  padding-right: 39px;
}
@media screen and (max-width: 768px) {
  .pg-single .news__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
.pg-single .news__body p {
  margin-top: 30px;
  line-height: 30px;
  font-size: 1.8rem;
}
.pg-single .news___img {
  width: 227px;
  margin: 0 auto;
}
.pg-single .news__detail {
  width: 64%;
}
@media screen and (max-width: 768px) {
  .pg-single .news__detail {
    width: 100%;
  }
}

.news__more {
  font-size: 1.6rem;
  border: 1px solid #000;
  display: block;
  margin-top: 42px;
  width: 210px;
  margin-right: 0;
  margin-left: auto;
  padding: 8px 0;
  text-align: center;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .news__more {
    margin: 30px auto 0;
  }
}
.news__more::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon-arrow-b.png) no-repeat center center/contain;
  width: 6px;
  height: 9px;
  top: 50%;
  left: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news__more:hover {
  background-color: #000;
  opacity: 0.7;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news__more .news__sidebar {
  width: 21.1%;
  height: 100%;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .news__more .news__sidebar {
    width: 100%;
  }
}
.news__more .aside__other {
  padding: 16px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.news__more .aside__wrapper {
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px 13px 50px;
}
.news__more .aside__title {
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .news__more .aside__title {
    font-size: 1.4rem;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto;
  text-align: center;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: #D9D9D9;
  width: 35px;
  height: 42px;
  border-radius: 3px;
}
.pagination .current {
  background-color: #000;
  opacity: 0.7;
}

.pg-order {
  font-family: "BIZ UDMincho", serif;
  font-size: 1.8rem;
  line-height: 1.11;
  padding-bottom: 148px;
}
@media screen and (max-width: 768px) {
  .pg-order {
    font-size: 1.5rem;
    padding-bottom: 100px;
  }
}
.pg-order .pg__title-wrapper {
  background-color: #8B0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 763px;
}
@media screen and (max-width: 768px) {
  .pg-order .pg__title-wrapper {
    background: none;
  }
}
.pg-order .title__img {
  width: 64.722%;
  min-height: 443px;
}
@media screen and (max-width: 768px) {
  .pg-order .title__img {
    width: 100%;
  }
}
.pg-order .title__img img {
  height: 100%;
}
.pg-order .title__right {
  width: 35.2778%;
  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;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pg-order .title__right {
    width: 0;
  }
}
.pg-order .title__name {
  font-size: 3.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  text-align: right;
  line-height: 1.5;
  padding-top: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .pg-order .title__name {
    background-color: #8B0000;
    font-size: 2rem;
    padding: 15px;
    margin-left: -100vw;
  }
}
.pg-order .title__contact-wrapper {
  margin-top: 77px;
}
.pg-order .title__contact-wrapper .contact__link {
  display: block;
  position: relative;
}
.pg-order .title__contact-wrapper .contact__link::before {
  position: absolute;
  content: "";
  background: url(../images/common/fix-insta.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pg-order .title__contact-wrapper .title__contact {
  font-size: 1.2rem;
  color: #fff;
  width: 185px;
  margin: 0 auto;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.pg-order .title__contact-wrapper .title__tel {
  font-size: 2.8rem;
  color: #fff;
  margin-top: 7px;
  width: 185px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
.pg-order .title__contact-wrapper-sp {
  background-color: #8B0000;
  padding: 22px 0 27px;
  text-align: center;
}
.pg-order .title__contact-wrapper-sp .contact__link {
  display: block;
  position: relative;
}
.pg-order .title__contact-wrapper-sp .contact__link::before {
  position: absolute;
  content: "";
  background: url(../images/common/fix-insta.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 85%;
}
.pg-order .title__contact-wrapper-sp .title__contact {
  color: #fff;
  font-size: 1.2rem;
}
.pg-order .title__contact-wrapper-sp .title__tel {
  color: #fff;
  font-size: 2.8rem;
  margin-top: 8px;
}
.pg-order .product {
  text-align: center;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .pg-order .product {
    margin-top: 80px;
  }
}
.pg-order .product__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: 1024px) {
  .pg-order .product__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-order .product__left {
  width: 72%;
}
@media screen and (max-width: 1024px) {
  .pg-order .product__left {
    width: 100%;
  }
}
.pg-order .product__title1 {
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .pg-order .product__title1 {
    font-size: 2rem;
  }
}
.pg-order .product__lead {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .pg-order .product__lead {
    font-size: 1.4rem;
  }
}
.pg-order .product__title2 {
  font-size: 3.2rem;
  margin-top: 115px;
}
@media screen and (max-width: 768px) {
  .pg-order .product__title2 {
    margin-top: 70px;
    font-size: 2rem;
  }
}
.pg-order .product__right {
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .pg-order .product__right {
    width: 100%;
    max-width: 600px;
    margin: 150px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .pg-order .product__right {
    margin-top: 150px;
    max-width: 350px;
  }
}
.pg-order .product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 200px;
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .pg-order .product__list {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    row-gap: 100px;
  }
}
.pg-order .product__item {
  max-width: 384px;
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  .pg-order .product__item {
    width: 100%;
  }
}
.pg-order .product__name {
  font-size: 2.8rem;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .pg-order .product__name {
    font-size: 2rem;
  }
}
.pg-order .product__text {
  font-size: 2rem;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .pg-order .product__text {
    font-size: 1.2rem;
  }
}
.pg-order .product__expiry {
  font-size: 1.6rem;
  margin-top: 21px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .pg-order .product__expiry {
    font-size: 1.2rem;
  }
}
.pg-order .p-other-list {
  margin-top: 200px;
}
.pg-order .p-other {
  text-align: right;
}
.pg-order .product__people {
  font-size: 2.4rem;
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .pg-order .product__people {
    font-size: 1.2rem;
  }
}
.pg-order .product__capacity {
  font-size: 1.6rem;
  margin-top: 12px;
  line-height: 1.625;
}
.pg-order .product__link {
  display: block;
  background-color: #8B0000;
  color: #fff;
  border-radius: 5px;
  font-size: 1.6rem;
  max-width: 251px;
  padding: 14px 0;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .pg-order .product__arrange {
    margin-top: 110px;
  }
}
.pg-order .arrange__youtube {
  width: 315px;
  height: 165px;
  margin: 30px auto 0;
}
.pg-order .mail__order {
  font-size: 2.8rem;
  border-left: 15px solid #8B0000;
  padding: 15px 0;
  line-height: 1.5;
  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;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pg-order .mail__order {
    font-size: 2rem;
  }
}
.pg-order .mail__order-list {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .pg-order .mail__order-list {
    gap: 60px;
  }
}
.pg-order .mail__order-name {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.42;
}
@media screen and (max-width: 768px) {
  .pg-order .mail__order-name {
    font-size: 2rem;
  }
}
.pg-order .mail__order-qr {
  width: 200px;
  margin: 26px auto 0;
}
.pg-order .mail__order-text {
  font-size: 2rem;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .pg-order .mail__order-text {
    font-size: 1.6rem;
  }
}
.pg-order .mail__order-url {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .pg-order .mail__order-url {
    font-size: 1.6rem;
  }
}
.pg-order .youtube {
  margin-top: 135px;
}
.pg-order .youtube + .mail__order-text {
  text-align: left;
}
.pg-order .youtube__video {
  max-width: 300px;
  width: 100%;
  height: 200px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1024px) {
  .pg-order .youtube__video {
    margin-top: 50px;
  }
}
.pg-order .youtube__video iframe {
  width: 100%;
  height: 100%;
}
.pg-order .instagram {
  margin-top: 95px;
}
.pg-order .law {
  margin-top: 340px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .pg-order .law {
    margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .pg-order .law {
    margin-top: 100px;
  }
}
.pg-order .law__title {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pg-order .law__title {
    font-size: 2rem;
  }
}
.pg-order .law__list {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.page-template-page-order .footer {
  background-color: #8B0000;
}

.policy {
  padding: 0 0 78px;
  font-size: 1.8rem;
  line-height: 1.444;
}
.policy p {
  font-family: "Noto Sans JP", sans-serif;
}
.policy .c-section__ttl {
  display: inline-block;
  padding-bottom: 19px;
  border-bottom: 1px solid #000;
}
.policy .policy__head {
  text-align: center;
}
.policy .policy__lead {
  margin-top: 166px;
  text-align: center;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .policy .policy__lead {
    margin-top: 80px;
  }
}
.policy .policy__text-box1 {
  margin-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.policy .policy__text {
  font-weight: 200;
}
.policy .policy__date {
  text-align: right;
}
.policy .policy__text-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .policy .policy__text-box2 {
    margin-top: 40px;
  }
}
.policy .block {
  display: inline-block;
  margin-bottom: 20px;
}

.pg-recruit {
  font-family: "BIZ UDMincho", serif;
  font-size: 1.8rem;
  line-height: 1.11;
  padding-bottom: 312px;
}
@media screen and (max-width: 768px) {
  .pg-recruit {
    font-size: 1.5rem;
    padding-bottom: 100px;
  }
}
.pg-recruit h3 {
  font-weight: 400;
}
.pg-recruit .pg__title-wrapper {
  background: url(../images/common/picture-bg.jpg) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 410px;
}
@media screen and (max-width: 768px) {
  .pg-recruit .pg__title-wrapper {
    background: none;
  }
}
.pg-recruit .title__img {
  width: 64.722%;
}
@media screen and (max-width: 768px) {
  .pg-recruit .title__img {
    width: 100%;
  }
}
.pg-recruit .title__img img {
  height: 100%;
}
.pg-recruit .title__right {
  width: 35.2778%;
  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;
}
@media screen and (max-width: 768px) {
  .pg-recruit .title__right {
    width: 0;
  }
}
.pg-recruit .title__name {
  font-size: 3.2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px 35px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pg-recruit .title__name {
    font-size: 2.2rem;
    padding: 15px;
    margin-left: -100vw;
  }
}
.pg-recruit .dream {
  background: url(../images/recruit/dream-bg.jpg) no-repeat center center/cover;
  padding: 95px 0 72px;
}
.pg-recruit .dream__lead {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 59px;
}
.pg-recruit .dream__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
.pg-recruit .recruit__lead {
  font-size: 2.8rem;
  line-height: 1.182;
  height: 75px;
  border-left: 15px solid #5B5E37;
  margin-top: 70px;
  padding-left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pg-recruit .recruit__text-box {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.pg-recruit .recruit__text {
  font-size: 1.8rem;
  line-height: 1.444;
}
.pg-recruit .recruit__wrapper:nth-child(2) {
  position: relative;
}
.pg-recruit .recruit__wrapper:nth-child(2)::after {
  position: absolute;
  content: "";
  background: url(../images/recruit/recruit-bg1.jpg) no-repeat center center/cover;
  width: 584px;
  height: 680px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .pg-recruit .recruit__wrapper:nth-child(2)::after {
    width: 375px;
  }
}
.pg-recruit .recruit__wrapper:nth-child(5) {
  position: relative;
}
.pg-recruit .recruit__wrapper:nth-child(5)::after {
  position: absolute;
  content: "";
  background: url(../images/recruit/recruit-bg2.jpg) no-repeat center center/cover;
  width: 584px;
  height: 680px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .pg-recruit .recruit__wrapper:nth-child(5)::after {
    width: 375px;
  }
}

.pg-shop .fv-shop {
  background-color: #000;
  opacity: 0.7;
}
.pg-shop .fv-shop a {
  color: #fff;
}
.pg-shop .shop {
  background: url(../images/shop/shop-bg.jpg) no-repeat center center/cover;
  padding: 147px 0 182px;
}
.pg-shop .shop__title {
  font-size: 3.2rem;
  background-color: rgba(255, 255, 255, 0.28);
  padding: 6px 22px;
  width: 252px;
  margin: 0 auto;
}
.pg-shop .floor2 {
  margin-top: 108px;
}
@media screen and (max-width: 768px) {
  .pg-shop .floor2 {
    margin-top: 80px;
  }
}
.pg-shop .floor__title {
  font-size: 2.8rem;
  text-align: center;
}
.pg-shop .floor2__wrapper {
  position: relative;
  margin-top: 110px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pg-shop .floor2__wrapper {
    margin-top: 40px;
  }
}
.pg-shop .floor__bg1 {
  position: absolute;
  background: url(../images/common/picture-bg.jpg) no-repeat center center/cover;
  width: 43.4%;
  height: 595px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .pg-shop .floor__bg1 {
    width: 70%;
  }
}
.pg-shop .floor__bg2 {
  position: absolute;
  background: url(../images/shop/floor-bg.jpg) no-repeat center center/cover;
  width: 625px;
  height: 595px;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.pg-shop .floor2__text {
  max-width: 497px;
  margin-right: 0;
  margin-left: auto;
  font-size: 1.6rem;
  line-height: 1.625;
  padding-top: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .pg-shop .floor2__text {
    padding-top: 10px;
  }
}
.pg-shop .floor2__list {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px 23px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1310px) {
  .pg-shop .floor2__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pg-shop .floor2__item {
  position: relative;
  width: 281px;
}
@media screen and (max-width: 768px) {
  .pg-shop .floor2__item {
    width: 100%;
  }
}
.pg-shop .floor2__img {
  z-index: -1;
}
.pg-shop .floor2__name {
  padding: 2px 3px;
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.pg-shop .floor3 {
  margin-top: 257px;
  padding-bottom: 147px;
}
@media screen and (max-width: 768px) {
  .pg-shop .floor3 {
    margin-top: 80px;
    padding-bottom: 100px;
  }
}
.pg-shop .floor3__wrapper {
  position: relative;
  margin-top: 110px;
  padding-bottom: 113px;
}
@media screen and (max-width: 768px) {
  .pg-shop .floor3__wrapper {
    margin-top: 60px;
  }
}
.pg-shop .floor3__box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .pg-shop .floor3__box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5px;
  }
}
.pg-shop .floor3__img1 {
  width: 56.5%;
}
@media screen and (max-width: 768px) {
  .pg-shop .floor3__img1 {
    width: 100%;
  }
}
.pg-shop .floor3__texts {
  width: 40%;
  font-size: 1.6rem;
  line-height: 1.625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .pg-shop .floor3__texts {
    font-size: 1.4rem;
    width: 100%;
  }
}
.pg-shop .floor3__box2 {
  margin-top: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5%;
}
@media screen and (max-width: 768px) {
  .pg-shop .floor3__box2 {
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.pg-shop .floor3__img2, .pg-shop .floor3__img3 {
  max-width: 560px;
}