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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/* ------------------------------
font-face
------------------------------ */
/* noto-sans-jp-100 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-200 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-300 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-600 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-800 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-900 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
html {
  font-size: 625%;
}
@media (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 13.0208333333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.18rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  color: #5b3a01;
  letter-spacing: 0.02em;
  word-break: break-word;
  overflow-wrap: break-word;
  background: #fff;
}
@media (max-width: 768px) {
  body {
    font-size: 0.32rem;
  }
}
body.modal-open {
  height: 100%;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none; /* スマホでのスクロールも防ぐ */
}

.wrapper {
  position: relative;
  min-height: 100dvh;
}

main {
  position: relative;
  z-index: 1;
  padding: 1rem 0 1.1rem;
  overflow: visible;
}

.inner {
  max-width: 11rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    padding: 0 0.4rem;
  }
}

img,
canvas {
  width: 100%;
  height: auto;
}

svg {
  display: block;
}

picture {
  display: block;
}

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

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

.contents_wrap {
  background-color: #e3e2dd;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 45px, rgba(255, 255, 255, 0.5) 45px, rgba(255, 255, 255, 0.5) 75px);
  background-size: auto auto;
}

.pagetop {
  position: fixed;
  right: 0.6rem;
  bottom: 0.6rem;
  z-index: 200;
  display: inline-block;
  width: 1rem;
}
@media (max-width: 768px) {
  .pagetop {
    right: 0.24rem;
    bottom: 0.24rem;
    width: 1.2rem;
  }
}

.btn_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2.7rem;
  height: 0.5rem;
  margin: auto;
  font-size: 0.21rem;
  font-weight: 700;
  line-height: 1;
  color: #5b3a01;
  background-color: #fff;
  border: #5b3a01 solid 0.02rem;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .btn_link {
    width: 5.4rem;
    height: 1rem;
    font-size: 0.42rem;
    border-width: 0.04rem;
    border-radius: 0.5rem;
  }
}
.btn_link::after {
  position: absolute;
  top: 0;
  right: 0.06rem;
  bottom: 0;
  width: 0.32rem;
  height: 0.32rem;
  margin: auto;
  content: "";
  background: url("../img/ic_btn_link.svg") no-repeat center center/cover;
}
@media (max-width: 768px) {
  .btn_link::after {
    right: 0.12rem;
    width: 0.64rem;
    height: 0.64rem;
  }
}
.btn_link.long {
  padding: 0 2.5em 0 1.5em;
}
@media (max-width: 768px) {
  .btn_link.long {
    height: 1.36rem;
    font-size: 0.3rem;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 0.7rem;
  }
}

.cafe_nav_area {
  position: fixed;
  top: 0;
  z-index: 2;
  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;
  width: 100%;
  height: 0.7rem;
  padding: 0.17rem 0.2rem;
  background-color: #9f7d55;
}
@media (max-width: 768px) {
  .cafe_nav_area {
    height: 1rem;
  }
}
.cafe_nav_area.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
}
.cafe_nav_area .cafe_logo {
  width: 1.31rem;
}
@media (max-width: 768px) {
  .cafe_nav_area .cafe_logo {
    width: 1.56rem;
  }
}
.cafe_nav_area .cafe_nav {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .cafe_nav_area .cafe_nav {
    top: 1rem;
    left: 0;
    z-index: -1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    background-color: #9f7d55;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .cafe_nav_area .cafe_nav.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100dvh;
    opacity: 1;
  }
  .cafe_nav_area .cafe_nav.open + .cafe_nav_btn::after {
    content: "▲";
  }
}
.cafe_nav_area .cafe_nav li {
  padding: 0 2em;
  font-size: 0.16rem;
  font-weight: bold;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .cafe_nav_area .cafe_nav li {
    padding: 0.5em;
    font-size: 0.4rem;
    border-top: 0.02rem solid #fff;
    border-right: none;
  }
}
@media (min-width: 769px) {
  .cafe_nav_area .cafe_nav li:last-child {
    border: none;
  }
}
.cafe_nav_area .cafe_nav_btn {
  display: none;
}
@media (max-width: 768px) {
  .cafe_nav_area .cafe_nav_btn {
    display: block;
    color: #fff;
  }
  .cafe_nav_area .cafe_nav_btn::after {
    display: inline-block;
    margin-left: 0.5em;
    content: "▼";
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
}

.item-list {
  display: grid;
  grid-template-columns: repeat(3, 3.36rem);
  gap: 0.5rem 0.46rem;
}
@media (max-width: 768px) {
  .item-list {
    grid-template-columns: repeat(2, 3.32rem);
    gap: 0.5rem 0.24rem;
  }
}
.item-list .item-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #fff;
  border-radius: 0.15rem;
}
.item-list .item-card:hover .item_img > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.item-list .item-card:hover .item_info {
  opacity: 0.9;
}
.item-list .item-card .item_img {
  height: 3.36rem;
  padding: 0.1rem;
  background: linear-gradient(205deg, rgb(255, 255, 255) 0%, rgb(245, 239, 217) 100%);
}
.item-list .item-card .item_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.item-list .item-card .item_info {
  padding: 0.6em 1em;
  font-size: 0.2rem;
  background-color: #5b3a01;
}
@media (max-width: 768px) {
  .item-list .item-card .item_info {
    font-size: 0.24rem;
  }
}
.item-list .item-card .item_info .name {
  display: -webkit-box;
  min-height: 4.8em;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 最大行数を指定 */
}
.item-list .item-card .item_info .price {
  margin-top: 0.1rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
.item-list .item-card .item_info .price:empty {
  display: none;
}
.item-list .item-card .item_txt {
  height: 100%;
  padding: 1em;
  overflow: hidden;
  font-size: 0.15rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #9f7d55;
}
@media (max-width: 768px) {
  .item-list .item-card .item_txt {
    font-size: 0.2rem;
  }
}
.item-list .item-card button.open-item-modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  font-size: 0.2rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.3rem 0.2rem;
    margin-top: 0.8rem;
    font-size: 0.4rem;
  }
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border: #5b3a01 0.02rem solid;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .pagination .page-numbers {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
  }
}
.pagination .page-numbers:hover {
  background: #9f7d55;
}
.pagination .page-numbers.current {
  font-weight: bold;
  color: #fff;
  background: #5b3a01;
}
.pagination .page-numbers.dots {
  background: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: 0.8rem;
}
@media (max-width: 768px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    width: 1.6rem;
  }
}
.pagination .page-numbers.prev img, .pagination .page-numbers.next img {
  width: 0.24rem;
}
@media (max-width: 768px) {
  .pagination .page-numbers.prev img, .pagination .page-numbers.next img {
    width: 0.48rem;
  }
}

.page_ttl {
  font-size: 0.22rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .page_ttl {
    font-size: 0.3rem;
  }
}

.page_ttl_en {
  margin: 0.1rem auto 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  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;
  padding: 0.1rem;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  top: 0;
  max-height: 90vh;
  padding: 0.5rem;
  overflow-y: auto;
  /* スクロールバーを隠す */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.modal-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
@media (max-width: 768px) {
  .modal-content {
    padding: 1.2rem 0.3rem 0.3rem;
  }
}
.modal-content .modal-inner {
  width: 7.48rem;
  overflow: hidden;
  border-radius: 0.2rem;
}
@media (max-width: 768px) {
  .modal-content .modal-inner {
    width: 100%;
  }
}
.modal-content .modal-inner .modal-info {
  padding: 1em;
  color: #fff;
  background: #5b3a01;
}
.modal-content .modal-inner .modal-info .name {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .modal-content .modal-inner .modal-info .name {
    font-size: 0.28rem;
  }
}
.modal-content .modal-inner .modal-info .price {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .modal-content .modal-inner .modal-info .price {
    font-size: 0.24rem;
  }
}
.modal-content .modal-inner .modal-info .txt {
  margin-top: 0.1rem;
  font-size: 0.15rem;
}
@media (max-width: 768px) {
  .modal-content .modal-inner .modal-info .txt {
    margin-top: 0.3rem;
    font-size: 0.2rem;
  }
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.1em 0.1em 0.2em;
  font-size: 0.4rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  background: #5b3a01;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .modal-close {
    right: 0.2rem;
    width: 1rem;
    height: 1rem;
    padding: 0.2em 0.2em 0.3em;
    font-size: 0.8rem;
  }
}

/* ------------------------------
footer
------------------------------ */
footer .ft_bg_blue {
  padding: 0.6rem 0.4rem;
  font-size: 0.14rem;
  line-height: 1.4;
  color: #fff;
  background: #15359e;
}
@media (max-width: 768px) {
  footer .ft_bg_blue {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-size: 0.28rem;
  }
}
footer a {
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
@media (hover: hover) {
  footer a:hover {
    -webkit-filter: opacity(80%);
            filter: opacity(80%);
  }
}
@media (hover: none) {
  footer a:active {
    -webkit-filter: opacity(80%);
            filter: opacity(80%);
  }
}
footer .site_name {
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  footer .site_name {
    grid-template-columns: repeat(2, auto);
    gap: 0.8em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0.44rem;
  }
}
@media (max-width: 768px) {
  footer .site_name {
    gap: 0.4em;
    margin: 0 0 0.94rem;
    font-size: 0.28rem;
  }
}
footer .site_name img {
  display: block;
  width: 1.45rem;
  margin: 0 0 0.05rem;
}
@media (max-width: 768px) {
  footer .site_name img {
    width: 2.6rem;
  }
}
footer .general_sitemap {
  display: grid;
}
@media (min-width: 769px) {
  footer .general_sitemap {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9em 0;
    max-width: 6.6rem;
    margin: 0 0 0.7rem;
  }
}
@media (max-width: 768px) {
  footer .general_sitemap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8em 0;
    margin: 0 0 1.3rem;
  }
}
footer .facility_sitemap {
  display: grid;
}
@media (min-width: 769px) {
  footer .facility_sitemap {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  footer .facility_sitemap {
    gap: 2.8em;
  }
}
@media (min-width: 769px) {
  footer .facility_sitemap dl + dl {
    padding: 0 0 0 2em;
    border-left: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  footer .facility_sitemap dl + dl {
    padding: 2.8em 0 0;
    border-top: 0.02rem solid #fff;
  }
}
footer .facility_sitemap dt {
  position: relative;
  padding: 0 0 0 1.8em;
  margin: 0 0 1.2em;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1;
  color: #fdd400;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  footer .facility_sitemap dt {
    padding: 0 0 0 1.5em;
    margin: 0 0 1.4em;
    font-size: 0.38rem;
  }
}
footer .facility_sitemap dt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
footer .facility_sitemap dt.amusement::before {
  width: 0.18rem;
  height: 0.17rem;
  background-image: url("../img/ic_nav_amusement_yellow.svg");
}
@media (max-width: 768px) {
  footer .facility_sitemap dt.amusement::before {
    width: 0.43rem;
    height: 0.4rem;
  }
}
footer .facility_sitemap dt.athletics::before {
  width: 0.22rem;
  height: 0.19rem;
  background-image: url("../img/ic_nav_athletics_yellow.svg");
}
@media (max-width: 768px) {
  footer .facility_sitemap dt.athletics::before {
    width: 0.41rem;
    height: 0.45rem;
  }
}
footer .facility_sitemap dt.shop::before {
  width: 0.16rem;
  height: 0.17rem;
  background-image: url("../img/ic_nav_shop_yellow.svg");
}
@media (max-width: 768px) {
  footer .facility_sitemap dt.shop::before {
    width: 0.38rem;
    height: 0.4rem;
  }
}
footer .facility_sitemap dt.cafe::before {
  width: 0.2rem;
  height: 0.17rem;
  background-image: url("../img/ic_nav_cafe_yellow.svg");
}
@media (max-width: 768px) {
  footer .facility_sitemap dt.cafe::before {
    width: 0.48rem;
    height: 0.39rem;
  }
}
footer .facility_sitemap dt.news::before {
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../img/ic_nav_news_yellow.svg");
}
@media (max-width: 768px) {
  footer .facility_sitemap dt.news::before {
    width: 0.48rem;
    height: 0.48rem;
  }
}
footer .facility_sitemap ul {
  display: grid;
  gap: 0.8em;
}
@media (max-width: 768px) {
  footer .facility_sitemap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8em 0;
  }
}
footer .facility_sitemap a.menu-image-title-below {
  text-align: left;
}
@media (min-width: 769px) {
  footer .facility_sitemap a {
    font-size: 0.12rem;
  }
}
footer .copyright {
  padding: 0.8em 0.4rem;
  font-size: 0.1rem;
  line-height: 1;
  color: #004097;
  text-align: center;
  background: #fff;
}
@media (max-width: 768px) {
  footer .copyright {
    font-size: 0.24rem;
  }
}

/* ------------------------------
メニュー一覧ページ
------------------------------ */
.page_ttl_en {
  width: 1.53rem;
}
@media (max-width: 768px) {
  .page_ttl_en {
    width: 2.02rem;
  }
}

.category-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3rem 0.15rem;
  margin-top: 0.75rem;
}
.category-button-list li a {
  display: block;
  padding: 0.15rem 0.2rem;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1;
  color: #5b3a01;
  background-color: #fff;
  border: #5b3a01 0.02rem solid;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .category-button-list li a {
    font-size: 0.3rem;
  }
}
.category-button-list li a.is-active {
  color: #fff;
  pointer-events: none;
  background-color: #5b3a01;
}
.category-button-list li a:hover {
  color: #fff;
  background-color: #9f7d55;
}

.menu-list {
  margin-top: 0.5rem;
}