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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  scroll-padding-top: 30px;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  margin: 0;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* img */
/* ============================================ */
img {
  max-width: 100%;
  height: auto;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address,
em {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  color: #202020;
}
body.is-drawer-open {
  overflow: hidden;
}

main {
  padding: 68px 0 100px;
}
@media screen and (min-width: 768px) {
  main {
    padding: 68px 0 160px;
  }
}

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

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

.inner {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 954px;
    padding: 0 40px;
  }
}
.inner.sp-narrow {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .inner.sp-narrow {
    max-width: 954px;
    padding: 0 40px;
  }
}

.animate__animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animate__fadeInUp {
  -webkit-animation: fadeInUp 0.5s ease-in-out both;
          animation: fadeInUp 0.5s ease-in-out both;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.gourmet-regular-page {
  /***************************
  * ヘッダー
  ***************************/
  /***************************
   * ファーストビュー
   ***************************/
  /***************************
  * バナー・画像共通
  ***************************/
  /***************************
  * 目次
  ***************************/
  /***************************
  * リーフに行くなら押さえておきたいランチ特集 セクション
  ***************************/
  /***************************
  * コンテンツ(共通)
  ***************************/
  /***************************
  * コラム
  ***************************/
  /***************************
  * まとめ
  ***************************/
  /***************************
  * footer
  ***************************/
}
.gourmet-regular-page .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.gourmet-regular-page .header.is-drawer-open {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gourmet-regular-page .header.is-drawer-open + .drawer-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.gourmet-regular-page .header__inner {
  height: 100%;
  padding: 0 0 0 28px;
  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;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .gourmet-regular-page .header__inner {
    padding: 0 40px;
  }
}
.gourmet-regular-page .header-nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .gourmet-regular-page .header-nav {
    display: block;
  }
}
.gourmet-regular-page .header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.gourmet-regular-page .header-nav__link {
  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;
  gap: 4.5px;
}
.gourmet-regular-page .header-nav__link span {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  display: block;
}
.gourmet-regular-page .header-nav__link span::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background-color: #202020;
  -webkit-transition: width 0.18s ease-in-out;
  transition: width 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .gourmet-regular-page .header-nav__link:hover span::after {
    width: 100%;
  }
}
.gourmet-regular-page .header-menu__button {
  width: 68px;
  height: 68px;
  background-color: #202020;
  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 (min-width: 1024px) {
  .gourmet-regular-page .header-menu__button {
    display: none;
  }
}
.gourmet-regular-page .header-menu__button .header-menu__icon {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: relative;
}
.gourmet-regular-page .header-menu__button .header-menu__icon .header-menu__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.gourmet-regular-page .header-menu__button .header-menu__icon .header-menu__line:nth-child(1) {
  top: 0;
  -webkit-transition: top 0.18s ease-in-out, -webkit-transform 0.18s ease-in-out;
  transition: top 0.18s ease-in-out, -webkit-transform 0.18s ease-in-out;
  transition: top 0.18s ease-in-out, transform 0.18s ease-in-out;
  transition: top 0.18s ease-in-out, transform 0.18s ease-in-out, -webkit-transform 0.18s ease-in-out;
}
.gourmet-regular-page .header-menu__button .header-menu__icon .header-menu__line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.18s ease-in-out;
  transition: opacity 0.18s ease-in-out;
}
.gourmet-regular-page .header-menu__button .header-menu__icon .header-menu__line:nth-child(3) {
  top: 17px;
  -webkit-transition: top 0.18s ease-in-out, -webkit-transform 0.18s ease-in-out;
  transition: top 0.18s ease-in-out, -webkit-transform 0.18s ease-in-out;
  transition: top 0.18s ease-in-out, transform 0.18s ease-in-out;
  transition: top 0.18s ease-in-out, transform 0.18s ease-in-out, -webkit-transform 0.18s ease-in-out;
}
.gourmet-regular-page .header-menu__button.is-open {
  gap: 3px;
}
.gourmet-regular-page .header-menu__button.is-open .header-menu__icon .header-menu__line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(0%);
          transform: rotate(45deg) translateY(0%);
}
.gourmet-regular-page .header-menu__button.is-open .header-menu__icon .header-menu__line:nth-child(2) {
  opacity: 0;
}
.gourmet-regular-page .header-menu__button.is-open .header-menu__icon .header-menu__line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(0%);
          transform: rotate(-45deg) translateY(0%);
}
.gourmet-regular-page .header-menu__label {
  display: none;
}
.gourmet-regular-page .header-menu__label.is-active {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
.gourmet-regular-page .drawer-nav {
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #fff;
  z-index: 999;
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.gourmet-regular-page .drawer-nav__list {
  margin: 60px auto 0;
  width: 197px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding: 0 0 80px;
}
.gourmet-regular-page .drawer-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.gourmet-regular-page .drawer-nav__link span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.gourmet-regular-page .fv-text-contents {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .fv-text-contents {
    margin: 40px auto 0;
  }
}
.gourmet-regular-page .fv-text-contents__inner {
  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;
  gap: 8px;
}
.gourmet-regular-page .fv-text-content__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .fv-text-content__text {
    font-size: 18px;
    line-height: 1.8;
  }
}
.gourmet-regular-page .image__area {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .image__area {
    margin-top: 80px;
  }
}
.gourmet-regular-page .index {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .index {
    margin-top: 80px;
  }
}
.gourmet-regular-page .index__contents {
  border: 2px solid #fc4080;
  background-color: #fff2d8;
}
.gourmet-regular-page .index__title {
  background-color: #fc4080;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  height: 36px;
  padding-bottom: 3px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .index__title {
    height: 40px;
    padding-bottom: 4px;
  }
}
.gourmet-regular-page .index__list-wrapper {
  padding: 24px 24px 24px 48px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .index__list-wrapper {
    padding: 40px min(10.102489019vw, 138px);
  }
}
.gourmet-regular-page .index-list--first {
  list-style: decimal;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .index-list--first {
    margin-left: 24px;
    gap: 24px;
  }
}
.gourmet-regular-page .index-list--first > .index-list__item > a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: block;
  margin-left: -3px;
  -webkit-transition: color 0.18s ease-in-out, text-decoration-color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out, text-decoration-color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .index-list--first > .index-list__item > a {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gourmet-regular-page .index-list--first > .index-list__item > a:hover {
    color: #fc4080;
    text-decoration-color: #fc4080;
  }
}
.gourmet-regular-page .index-list--first .index-list--second {
  margin: 12px 0 0 13.96px;
  list-style-type: "・";
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .index-list--first .index-list--second {
    margin: 16px 0 0 13.96px;
    gap: 8px;
  }
}
.gourmet-regular-page .index-list--first .index-list--second > .index-list__item {
  line-height: 1;
}
.gourmet-regular-page .index-list--first .index-list--second > .index-list__item > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color 0.18s ease-in-out, text-decoration-color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out, text-decoration-color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .index-list--first .index-list--second > .index-list__item > a {
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gourmet-regular-page .index-list--first .index-list--second > .index-list__item > a:hover {
    color: #fc4080;
    text-decoration-color: #fc4080;
  }
}
.gourmet-regular-page .index-list--first .index-list--second:has(.index-list--third) {
  gap: 16px;
  margin: 16px 0 0 13.96px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .index-list--first .index-list--second:has(.index-list--third) {
    margin: 16px 0 0 13.96px;
  }
}
.gourmet-regular-page .index-list--first .index-list--second .index-list--third {
  margin: 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .index-list--first .index-list--second .index-list--third {
    margin: 16px 0 0;
    gap: 8px;
  }
}
.gourmet-regular-page .index-list--first .index-list--second .index-list--third > .index-list__item {
  line-height: 1;
}
.gourmet-regular-page .index-list--first .index-list--second .index-list--third > .index-list__item > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  color: #484848;
  -webkit-transition: color 0.18s ease-in-out, text-decoration-color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out, text-decoration-color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .index-list--first .index-list--second .index-list--third > .index-list__item > a {
    font-size: 16px;
    line-height: 1.4375;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gourmet-regular-page .index-list--first .index-list--second .index-list--third > .index-list__item > a:hover {
    color: #fc4080;
    text-decoration-color: #fc4080;
  }
}
.gourmet-regular-page .gourmet-section {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .gourmet-section {
    padding-top: 80px;
  }
}
.gourmet-regular-page .section-heading {
  position: relative;
  margin: 0 auto;
  padding-bottom: 16px;
  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;
  gap: 4.63px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-heading {
    padding-bottom: 24px;
    gap: 24.75px;
  }
}
.gourmet-regular-page .section-heading::after {
  position: absolute;
  content: "";
  display: block;
  width: 31px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fc4080;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-heading::after {
    width: 51px;
    height: 6px;
  }
}
.gourmet-regular-page .gourmet-heading__image {
  width: 134.94px;
  height: 82.37px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .gourmet-heading__image {
    width: 310px;
    height: 189.25px;
  }
}
.gourmet-regular-page .gourmet-heading__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gourmet-regular-page .section-heading__title-group {
  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;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-heading__title-group {
    gap: 16px;
  }
}
.gourmet-regular-page .section-heading__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-heading__text {
    font-size: 28px;
    line-height: 1.4642857143;
  }
}
.gourmet-regular-page .section-heading__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4642857143;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-heading__title {
    font-size: 40px;
    line-height: 1.45;
  }
}
.gourmet-regular-page .section-contents {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-contents {
    margin-top: 80px;
  }
}
.gourmet-regular-page .section__title.section__title--h3 {
  width: 100%;
  height: 45px;
  background-color: #fc4080;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  display: grid;
  place-items: center;
  padding-bottom: 0.05em;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section__title.section__title--h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0.03em;
  }
}
.gourmet-regular-page .section__title.section__title--h3.section__title--h3-wide {
  height: 74px;
}
.gourmet-regular-page .section-content__title.section-content__title--h4 {
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.625;
  color: #fc4080;
  border-bottom: 2px solid #fc4080;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content__title.section-content__title--h4 {
    font-size: 24px;
    line-height: 1.4583333333;
    padding-bottom: 13px;
    border-bottom-width: 3px;
  }
}
.gourmet-regular-page .section__contents {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section__contents {
    margin-top: 80px;
  }
}
.gourmet-regular-page .section-content__list {
  margin: 40px 0 100px;
  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;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content__list {
    margin: 80px 0 160px;
    gap: 80px;
  }
}
.gourmet-regular-page .section-content__text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content__text {
    margin-top: 24px;
    font-size: 18px;
  }
}
.gourmet-regular-page .section-content__text.color-pink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.gourmet-regular-page .section-content__text.color-pink span {
  color: #fc4080;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content__text.color-pink span {
    font-size: 20px;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content__text.color-pink .baby-room-icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content__text.color-pink .kids-toilet-icon {
    width: 23px;
    height: 18px;
  }
}
.gourmet-regular-page .section-content__text.margin-wider {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content__text.margin-wider {
    margin-top: 24px;
  }
}
.gourmet-regular-page .section-content__image {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content__image {
    margin-top: 24px;
  }
}
.gourmet-regular-page .section-content__image + .section-menu-price {
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content__image + .section-menu-price {
    margin-top: 24px;
  }
}
.gourmet-regular-page .section-menu-name {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-menu-name {
    margin-top: 24px;
    font-size: 18px;
  }
}
.gourmet-regular-page .section-menu-price {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-menu-price {
    gap: 6px;
  }
}
.gourmet-regular-page .section-menu-price-heading {
  width: 44px;
  height: 22px;
  border: 1px solid #fc4080;
  border-radius: 4px;
  color: #fc4080;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  display: grid;
  place-items: center;
  padding-bottom: 0.14em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-menu-price-heading {
    width: 49px;
    height: 24px;
    font-size: 16px;
  }
}
.gourmet-regular-page .section-menu-price-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-menu-price-value {
    font-size: 18px;
  }
}
.gourmet-regular-page .section-shop-info {
  margin: 16px auto 0;
  width: 100%;
  height: 97px;
  background-color: #fff2d8;
  display: grid;
  grid-template-columns: 1fr 57.7464788732%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-shop-info {
    margin: 40px auto 0;
    max-width: 679px;
    height: 120px;
    grid-template-columns: 1fr 49.4845360825%;
  }
}
.gourmet-regular-page .section-shop-info__image {
  margin: 0 auto;
}
.gourmet-regular-page .section-shop-info__info {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.gourmet-regular-page .section-shop-info__name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
}
@media screen and (max-width: 430px) {
  .gourmet-regular-page .section-shop-info__name.sp-small {
    font-size: 16px;
    line-height: 1.5;
  }
}
.gourmet-regular-page .section-shop-info__link {
  width: 161px;
  height: 25px;
  background-color: #fc4080;
  border: 1px solid #fc4080;
  border-radius: 14px;
  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;
  gap: 4px;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
}
.gourmet-regular-page .section-shop-info__link span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166666667;
  padding-bottom: 0.1em;
  -webkit-transition: color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out;
}
.gourmet-regular-page .section-shop-info__link svg path {
  -webkit-transition: fill 0.18s ease-in-out;
  transition: fill 0.18s ease-in-out;
}
@media (hover: hover) {
  .gourmet-regular-page .section-shop-info__link:hover {
    background-color: #fff;
  }
  .gourmet-regular-page .section-shop-info__link:hover span {
    color: #fc4080;
  }
  .gourmet-regular-page .section-shop-info__link:hover svg path {
    fill: #fc4080;
  }
}
.gourmet-regular-page .section-category__list {
  margin: 16px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 174px);
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-category__list {
    margin: 24px 0;
    grid-template-columns: repeat(auto-fit, 212px);
  }
}
.gourmet-regular-page .section-category__item {
  width: 100%;
  height: 38px;
  background-color: #fff9fb;
  border-radius: 4px;
  padding: 0 0 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-category__item {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gourmet-regular-page .section-category__item .section-category__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fc4080;
  padding-bottom: 0.14em;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-category__item .section-category__label {
    font-size: 16px;
    padding-bottom: 0.02em;
  }
}
.gourmet-regular-page .column-heading__image {
  width: 107.66px;
  height: 82.11px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .column-heading__image {
    width: 279px;
    height: 212.79px;
  }
}
.gourmet-regular-page .column-heading__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gourmet-regular-page .section-excerpt__text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-excerpt__text {
    margin-top: 80px;
    font-size: 18px;
    line-height: 1.8;
  }
}
.gourmet-regular-page .section-content-link {
  margin: 16px auto 0;
  display: block;
  padding: 0 15px 0 43px;
  width: 267px;
  height: 45px;
  border: 1px solid #fc4080;
  border-radius: 30px;
  background-color: #fff;
  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;
  gap: 16px;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content-link {
    width: 301px;
    height: 50px;
    margin: 24px auto 0;
    padding: 0 34px 0 44px;
  }
}
.gourmet-regular-page .section-content-link .section-content-link__text {
  color: #fc4080;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content-link .section-content-link__text {
    font-size: 18px;
    padding-bottom: 0.14em;
  }
}
.gourmet-regular-page .section-content-link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gourmet-regular-page .section-content-link svg path {
  -webkit-transition: fill 0.18s ease-in-out;
  transition: fill 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content-link svg {
    width: 16px;
    height: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gourmet-regular-page .section-content-link:hover {
    background-color: #fc4080;
  }
  .gourmet-regular-page .section-content-link:hover .section-content-link__text {
    color: #fff;
  }
  .gourmet-regular-page .section-content-link:hover svg path {
    fill: #fff;
  }
}
.gourmet-regular-page .section-content-feature__list {
  list-style-type: "・";
  margin: 16px 0 0;
  padding: 0 0 0 15px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content-feature__list {
    margin: 24px 0 0;
  }
}
.gourmet-regular-page .section-content-feature__item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content-feature__item {
    font-size: 18px;
  }
}
.gourmet-regular-page .section-content-place__list {
  margin: 16px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 174px);
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content-place__list {
    margin: 24px 0;
    grid-template-columns: repeat(auto-fit, 212px);
  }
}
.gourmet-regular-page .section-content-place__item {
  width: 100%;
  height: 38px;
  background-color: #fff9fb;
  border-radius: 4px;
  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;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content-place__item {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gourmet-regular-page .section-content-place__item span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fc4080;
  padding-bottom: 0.14em;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .section-content-place__item span {
    font-size: 16px;
    padding-bottom: 0.02em;
  }
}
.gourmet-regular-page .summary-text__wrapper {
  margin: 24px auto 0;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .summary-text__wrapper {
    margin: 40px auto 0;
    gap: 8px;
  }
}
.gourmet-regular-page .summary__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .summary__text {
    font-size: 18px;
    line-height: 1.8;
  }
}
.gourmet-regular-page .footer {
  background-color: #f5f5f5;
  padding: 40px;
}
.gourmet-regular-page .footer__logo {
  width: 171px;
  height: 30px;
}
.gourmet-regular-page .footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gourmet-regular-page .footer-nav {
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .gourmet-regular-page .footer-nav {
    margin-top: 40px;
  }
}
.gourmet-regular-page .footer-nav__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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.gourmet-regular-page .footer-nav__link {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.gourmet-regular-page .footer-nav__link::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background-color: #202020;
  -webkit-transition: width 0.18s ease-in-out;
  transition: width 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .gourmet-regular-page .footer-nav__link:hover::after {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */