@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif JP", serif;
  font-family: "Amatic SC", serif;
  font-family: "Patua One", serif;
  font-family: "Damion", sans-serif;
  font-size: 16px;
  line-height: 160%;
  color: #222222;
  background-color: #f3efeb;
}

.title {
  display: block;
  margin: 0 auto;
}
.title__container {
  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: 0;
}
.title__text-en {
  font-family: "Amatic SC", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #222222;
  text-align: center;
  margin-left: 5px;
}
@media screen and (min-width: 1001px) {
  .title__text-en {
    font-size: 52px;
    letter-spacing: 0.2em;
    margin-left: 10px;
  }
}
.title__text-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #222222;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 1001px) {
  .title__text-ja {
    font-size: 14px;
  }
}

.button {
  width: 290px;
  height: 72px;
  background-color: #222222;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
  cursor: pointer;
  -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;
  /* ===== 下線 + 右の縦線 ===== */
}
.button::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 24px;
  background-image: url("../../img/button_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button::after {
  content: "";
  position: absolute;
  /* L字サイズ */
  width: 100%;
  height: 100%;
  /* 背景と同じ色 */
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
  bottom: -6px;
  right: -6px;
  pointer-events: none;
}
.button:hover {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}
.button__text {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-top: -1px;
}

@media screen and (max-width: 599px) {
  .hidden-sp {
    display: none;
  }
}

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

.pagetop {
  position: fixed;
  cursor: pointer;
  bottom: 13px;
  right: 10px;
  z-index: 20000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pagetop .pagetop__arrow img {
  width: 44px;
  height: 44px;
}
.pagetop__arrow:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 1001px) {
  .pagetop {
    bottom: 23px;
    right: 20px;
  }
}

/* components/_label.scss */
.label {
  display: inline-block;
  z-index: 2;
  position: relative;
}
.label::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 8px;
  border-color: #aaa transparent transparent transparent;
}

.label__inner {
  font-family: "Noto Serif JP", serif;
  background: #382620;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  padding: 2px 16px 2px 10px;
  white-space: nowrap;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 99% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 50%, 99% 100%, 0 100%);
}

.breadcrumb {
  margin: 6px 20px;
}
@media screen and (min-width: 1001px) {
  .breadcrumb {
    margin: 16px 90px;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px; /* 要素同士の余白 */
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #382620;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1001px) {
  .breadcrumb__list {
    font-size: 14px;
  }
}

.breadcrumb__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb__list li + li::before {
  content: ">";
  margin: 0 5px;
}
@media screen and (min-width: 1001px) {
  .breadcrumb__list li + li::before {
    margin: 0 15px;
  }
}

.breadcrumb__list a {
  font-weight: 700;
  text-decoration: none;
}

.breadcrumb__list span {
  font-weight: 700;
}

.page-header {
  position: relative;
  width: 100%;
  height: 120px;
}
@media screen and (min-width: 1001px) {
  .page-header {
    width: 100%;
    height: 320px;
  }
}
.page-header picture,
.page-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__title {
  position: absolute;
  inset: 0;
  margin: auto;
  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;
}
.page-header__title-en {
  font-family: "Amatic SC", serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin-left: 8px;
  /* 二重線（外側：2px） */
  /* 二重線（内側：1px） */
}
@media screen and (min-width: 1001px) {
  .page-header__title-en {
    font-size: 72px;
    margin-left: 16px;
  }
}
.page-header__title-en::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid #fff;
}
@media screen and (min-width: 1001px) {
  .page-header__title-en::before {
    inset: 10px;
  }
}
.page-header__title-en::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid #fff;
}
@media screen and (min-width: 1001px) {
  .page-header__title-en::after {
    inset: 16px;
  }
}
.page-header__title-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-left: 2px;
}
@media screen and (min-width: 1001px) {
  .page-header__title-jp {
    font-size: 16px;
  }
}

.pagination {
  margin-top: 43px;
  text-align: center;
  /* 現在ページ */
  /* 無効 */
}
@media screen and (min-width: 1001px) {
  .pagination {
    margin-top: 64px;
  }
}
.pagination__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  list-style: none;
  padding: 0;
}
.pagination__link {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #382620;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #382620;
  text-decoration: none;
}
.pagination .is-current .pagination__link {
  background: #382620;
  color: #fff;
}
.pagination .is-disabled .pagination__link {
  opacity: 0.4;
  pointer-events: none;
}

.pagination__arrow {
  position: relative;
}

.pagination__arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #382620;
  border-right: 1px solid #382620;
  display: block;
  position: relative;
  left: -2px;
}

/* 次へ（右矢印） */
.pagination__arrow--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* 前へ（左矢印） */
.pagination__arrow--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: relative;
  left: 1px;
}

.heading-bar {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
}
@media screen and (min-width: 1001px) {
  .heading-bar {
    font-size: 24px;
  }
}
.heading-bar::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 6px;
  height: 25px;
  background-color: #382620;
}
@media screen and (min-width: 1001px) {
  .heading-bar::before {
    height: 35px;
  }
}

.shop-info__info {
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .shop-info__info {
    max-width: 604px;
  }
}
@media screen and (min-width: 1001px) {
  .shop-info__info {
    max-width: 688px;
  }
}
.shop-info__info-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 18px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .shop-info__info-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 21px;
  }
}
@media screen and (min-width: 1001px) {
  .shop-info__info-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 20px;
  }
}
.shop-info__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #222222;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) and (min-width: 1001px) {
  .shop-info__info-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .shop-info__info-item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .shop-info__info-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .shop-info__info-item:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .shop-info__info-item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .shop-info__info-item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.shop-info__info-item dt,
.shop-info__info-item dd,
.shop-info__info-item dd a {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.shop-info__info-item dt {
  min-width: 64px;
  font-size: 14px;
  white-space: nowrap;
}
.shop-info__info-item dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000000;
  background-color: transparent;
}
@media screen and (min-width: 1001px) {
  .header {
    width: clamp(150px, 15.6vw, 200px);
    height: min(100vh, 735px);
    left: 0;
    top: 0;
  }
}
.header__inner {
  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: 10px;
  background-color: transparent;
}
@media screen and (min-width: 1001px) {
  .header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.header__logo {
  padding-top: 0;
}
@media screen and (min-width: 1001px) {
  .header__logo {
    padding-top: 17px;
  }
}
.header__logo a img {
  width: 120px;
  display: block;
}
@media screen and (min-width: 1001px) {
  .header__logo a img {
    width: clamp(120px, 14vw, 166px);
  }
}
.header__nav {
  display: none;
  font-family: "Patua One", serif;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .header__nav {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .header__nav {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 61px;
  }
}
.header__link {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 1001px) {
  .header__link {
    color: #222222;
    font-size: clamp(13px, 1.25vw, 16px);
    letter-spacing: clamp(1.28px, 0.15vw, 1.92px);
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: clamp(20px, 3vw, 33px);
    margin-left: 0.06em;
  }
}
.header__link:last-child {
  margin-bottom: 0;
}
.header__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1001px) {
  .header__link-jp {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(9px, 0.8vw, 10px);
    font-weight: 400;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    letter-spacing: 0;
    line-height: 1.4;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
.header__link-jp:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1001px) {
  .header__link-jp--news {
    font-size: 0;
    position: relative;
  }
}
@media screen and (min-width: 1001px) {
  .header__link-jp--news::after {
    content: "お知らせ";
    font-size: 10px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .header__open {
    display: none;
  }
}
.header__sns {
  display: none;
}
@media screen and (min-width: 1001px) {
  .header__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(16px, 2vw, 24px);
    margin-top: clamp(32px, 5vw, 59px);
  }
}
@media screen and (min-width: 1001px) {
  .header__sns-link {
    width: 24px;
    height: 24px;
  }
}

body.is-drawer-open .header {
  pointer-events: none;
}
body.is-drawer-open #js-drawer-icon {
  pointer-events: auto;
}

@media screen and (max-width: 599px) {
  body.is-drawer-open {
    overflow: hidden;
    height: 100vh;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  body.is-drawer-open {
    overflow: hidden;
    height: 100vh;
  }
}
@media screen and (min-width: 1001px) {
  .header__open.drawer-icon.is-checked {
    display: block;
  }
}
.drawer-icon {
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #382620;
  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;
  border: 1px solid #000;
  cursor: pointer;
  position: fixed;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 5000000;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .drawer-icon {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .drawer-icon {
    position: fixed;
    top: 24px;
    right: 24px;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 1001px) {
  .drawer-icon.is-show {
    opacity: 1;
    pointer-events: auto;
  }
}
.drawer-icon.is-checked {
  background-color: #fff;
  border: 1px solid #000;
  width: 61px;
  height: 61px;
}
@media screen and (min-width: 1001px) {
  .drawer-icon.is-checked {
    opacity: 1;
    pointer-events: auto;
    display: block;
  }
}
.drawer-icon.is-checked .drawer-icon__bar {
  background: #222222;
  width: 25px;
  height: 1.2px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  opacity: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-icon__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 1.8px;
  background: #ffffff;
  border-radius: 999px;
  -webkit-box-shadow: 0 0 0 1px #222222;
          box-shadow: 0 0 0 1px #222222;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) translateY(-7px);
          transform: translate(-50%, -50%) translateY(-7px);
}
.drawer-icon__bar:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) translateY(7px);
          transform: translate(-50%, -50%) translateY(7px);
}

.drawer-content {
  position: fixed;
  inset: 0;
  z-index: 2000000;
  font-family: "Amatic SC", serif;
  background: #382620;
  padding: 82px 40px 40px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1001px) {
  .drawer-content {
    background: rgba(0, 0, 0, 0.6);
    padding: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (min-width: 1001px) {
  .drawer-content.is-checked {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.drawer-content__menu {
  margin-top: 54px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .drawer-content__menu {
    width: 375px;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    background: #382620;
    padding: 136px 40px 40px;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.drawer-content__menu::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  height: 65px;
  background-image: url("../img/logo_lightSP.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .drawer-content__menu::before {
    top: -126px;
    left: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .drawer-content__menu::before {
    display: none;
  }
}
.drawer-content__link {
  font-family: "Patua One", serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer-content__link-slash {
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  margin: 0 9px;
}
.drawer-content__link-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  letter-spacing: 0;
}
.drawer-content__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
}
.drawer-content__sns-link {
  width: 24px;
  height: 24px;
}

.fv {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .fv {
    height: clamp(600px, 70vh, 795px);
    margin-left: clamp(150px, 15.625vw, 200px);
    width: calc(100% - clamp(150px, 15.625vw, 200px));
  }
  .fv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(720px, 76.875vw, 984px);
    height: 100%;
    background: #eae0d5;
  }
}
.fv__title {
  position: absolute;
  z-index: 2;
  top: 208px !important;
  left: 20px !important;
  letter-spacing: 0.14em;
  line-height: 32px;
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .fv__title {
    top: 480px !important;
  }
}
@media screen and (min-width: 1281px) {
  .fv__title {
    top: 603px !important;
    left: 50px !important;
    line-height: 2;
    letter-spacing: 0.17em;
  }
}
.fv__inner {
  position: relative;
  width: 100%;
}
.fv__slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  z-index: 1;
}
.fv__slider-wrapper {
  width: 100%;
  height: 100%;
}
.fv__slide {
  width: 100%;
  height: 100%;
}
.fv__slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fv__pagination {
  position: absolute;
  left: -140px !important;
  bottom: 4px !important;
  -webkit-transform: none;
          transform: none;
  z-index: 2;
  width: auto;
}
.fv__pagination .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background: #ffffff !important;
  opacity: 1 !important;
  margin: 0 !important;
  margin-right: 16px !important;
  border-radius: 50%;
}
.fv__pagination .swiper-pagination-bullet-active {
  background: #d59b71 !important;
}
.fv__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .fv__pagination {
    left: -140px !important;
    bottom: 4px !important;
  }
}
@media screen and (min-width: 1280px) {
  .fv__pagination {
    left: clamp(-492px, -38.4375vw, -300px) !important;
    top: 697px !important;
  }
}
.fv__title__text {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 14%;
  text-align: left;
  white-space: nowrap;
  position: static;
  color: #ffffff;
}
@media screen and (min-width: 1001px) {
  .fv__title__text {
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    white-space: nowrap;
  }
}

.fv-news {
  position: absolute;
  left: 20px;
  bottom: 32px;
  z-index: 3;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 335px;
  height: auto;
  max-width: 460px;
  background: #fff;
  opacity: 0.8;
  color: #000;
  padding: 12px;
  text-decoration: none;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  /* 画像 */
  /* テキスト */
}
.fv-news:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .fv-news {
    top: 400px !important;
    left: auto;
    right: 20px;
    width: 388px;
    height: 152px;
    padding: 16px 28px 16px 16px;
  }
}
@media screen and (min-width: 1280px) {
  .fv-news {
    left: auto;
    right: 20px;
    top: 563px;
    width: 388px;
    height: 152px;
    padding: 16px 28px 16px 16px;
  }
}
.fv-news__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
}
.fv-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 1001px) {
  .fv-news__img {
    width: 120px;
    height: 120px;
  }
}
.fv-news__img2 {
  position: absolute;
  right: 0px;
  bottom: 85px;
}
.fv-news__img2 img {
  width: 126px;
  height: 82px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 1001px) {
  .fv-news__img2 img {
    width: 168px;
    height: 109px;
  }
}
@media screen and (min-width: 1001px) {
  .fv-news__img2 {
    right: 0px;
    bottom: 94px;
  }
}
.fv-news__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.fv-news__date {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  color: #222222;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .fv-news__date {
    font-size: 12px;
  }
}
.fv-news__title {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .fv-news__title {
    font-size: 14px;
  }
}
.fv-news__label {
  position: absolute;
  top: -23px;
  left: -136px;
  z-index: 2;
}
.fv-news__label::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 8px;
  border-color: #aaa transparent transparent transparent;
}
@media screen and (min-width: 1001px) {
  .fv-news__label {
    top: -34px;
    left: -160px;
  }
}
.fv-news__label-inner {
  position: relative;
  font-family: "Noto Serif JP", serif;
  background: #382620;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  padding: 2px 16px 2px 10px;
  white-space: nowrap;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 99% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 50%, 99% 100%, 0 100%);
}

.about-surround {
  position: relative;
  z-index: 10001;
}

.about {
  padding: 60px 0 180px 0;
  background-color: #f3efeb;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1001px) {
  .about {
    padding: 80px 0 240px 0;
  }
}
.about__bg-coffee {
  position: absolute;
  top: -20px;
  right: 0px;
  width: 128px;
  height: auto;
  z-index: 9999;
}
@media screen and (min-width: 1001px) {
  .about__bg-coffee {
    width: 260px;
    top: -35px;
    right: -5px;
  }
}
.about__leaf-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 9999;
}
@media screen and (min-width: 1001px) {
  .about__leaf-wrap {
    overflow: visible;
    bottom: -87 px;
  }
}
.about__bg-leaf {
  position: absolute;
  bottom: 34px;
  right: -13px;
  width: 100px;
  height: auto;
  z-index: 9999;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1001px) {
  .about__bg-leaf {
    width: 165px;
    bottom: -97px;
    right: 0px;
  }
}
.about__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-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none;
  margin: 0 auto;
  gap: 66px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .about__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .about__inner {
    max-width: 1190px;
    margin-left: 0;
    margin-right: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1281px) {
  .about__inner {
    margin: 0 auto;
  }
}
.about__title {
  width: 100%;
}
.about__title .title__container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__title .title__text-en,
.about__title .title__text-ja {
  text-align: left;
}
.about__title-text-en {
  margin-left: 0px;
}
@media screen and (min-width: 1001px) {
  .about__title-text-en {
    margin-left: 0px;
  }
}
.about__contents {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 335px;
  z-index: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
}
@media screen and (min-width: 1001px) {
  .about__contents {
    max-width: 510px;
    padding: 37px 0px;
    gap: 48px;
  }
}
.about__lead {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
  color: #222222;
  text-align: left;
}
.about__lead p {
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .about__lead {
    font-size: 28px;
  }
}
.about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  color: #222222;
  text-align: left;
  gap: 14px;
}
.about__text p {
  font-weight: 400;
}
.about__button {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: -6px;
}
@media screen and (min-width: 1001px) {
  .about__button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 0;
  }
}
.about__img {
  position: relative;
  width: clamp(315px, 46.9vw, 600px);
  aspect-ratio: 600/764;
  -ms-flex-item-align: start;
      align-self: flex-start;
  left: 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .about__img {
    left: 0;
  }
}
@media screen and (min-width: 1001px) {
  .about__img {
    left: 0;
  }
}
.about__img picture {
  width: 100%;
  height: 100%;
  display: block;
}
.about__img img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (min-width: 1001px) {
  .about__img img {
    margin-top: 4px;
  }
}
.about__img::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  background: #eae0d5;
  width: clamp(355px, 93vw, 1190px);
  height: clamp(100px, 23.4vw, 300px);
  z-index: -1;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .about__img::after {
    width: clamp(320px, 85vw, 900px);
    height: clamp(90px, 20vw, 220px);
  }
}
@media (min-width: 970px) and (max-width: 1000px) {
  .about__img::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1001px) {
  .about__img::after {
    bottom: -85px;
  }
}

.special-menu-surround {
  position: relative;
  z-index: auto;
}

.special-menu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eae0d5;
  position: relative;
  z-index: auto;
  overflow: visible;
}
@media screen and (min-width: 1001px) {
  .special-menu {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.special-menu__inner {
  overflow: visible;
}
.special-menu__decor {
  position: absolute;
  top: -46px;
  right: -20px;
  width: 206px;
  height: 107px;
  z-index: 10002;
}
@media screen and (min-width: 1001px) {
  .special-menu__decor {
    top: 180px;
    right: 16px;
    width: 308px;
    height: 160px;
  }
}
.special-menu__decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.special-menu__title {
  padding-bottom: 60px;
}
.special-menu__title__text-en {
  margin-left: 4px;
}
@media screen and (min-width: 1001px) {
  .special-menu__title__text-en {
    margin-left: 10px;
  }
}
.special-menu__select {
  background-color: #fff;
  position: relative;
  padding: 40px 20px 42px;
}
@media screen and (min-width: 1001px) {
  .special-menu__select {
    max-width: 1200px;
    height: 756px;
    margin-inline: auto;
    padding: 60px 40px;
  }
}
.special-menu__select-wrap {
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1001px) {
  .special-menu__select-wrap {
    top: -1px;
  }
}
.special-menu__sub-title {
  position: relative;
  background-color: #222222;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  padding: 8px 10px;
  text-align: center;
  width: 230px;
}
@media screen and (min-width: 1001px) {
  .special-menu__sub-title {
    width: 290px;
    font-size: 18px;
    padding: 5px 10px;
  }
}
.special-menu__sub-title::before {
  position: absolute;
  top: 8px;
  left: -19px;
  z-index: -1;
  width: 31px;
  height: 37px;
  content: "";
  background: transparent url(../../img/s-menu_ribbon-left.png) no-repeat center center/contain;
}
.special-menu__sub-title::after {
  position: absolute;
  top: 8px;
  right: -19px;
  z-index: -1;
  width: 31px;
  height: 37px;
  content: "";
  background: transparent url(../../img/s-menu_ribbon-right.png) no-repeat center center/contain;
}
.special-menu__pasta-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 19px;
  padding-bottom: 20px;
  justify-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .special-menu__pasta-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
  }
}
@media screen and (min-width: 1001px) {
  .special-menu__pasta-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
    padding-bottom: 60px;
    justify-items: stretch;
  }
}
.special-menu__pasta-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 1001px) {
  .special-menu__pasta-item:nth-child(2), .special-menu__pasta-item:nth-child(4) {
    margin-top: 40px;
  }
}
.special-menu__pasta-img {
  width: clamp(158px, 20.3vw, 260px);
  height: clamp(158px, 20.3vw, 260px);
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .special-menu__pasta-img {
    width: clamp(130px, 16vw, 260px);
    height: clamp(130px, 16vw, 260px);
  }
}
@media screen and (min-width: 1001px) {
  .special-menu__pasta-img {
    width: clamp(200px, 20.3vw, 260px);
    height: clamp(200px, 20.3vw, 260px);
  }
}
.special-menu__pasta-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.special-menu__pasta-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 157px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .special-menu__pasta-text {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .special-menu__pasta-text {
    margin-top: 17.5px;
    gap: 12.5px;
    width: 100%;
  }
}
.special-menu__pasta-en {
  font-family: "Patua One", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  background-color: #222222;
  color: #fff;
  min-width: 24px;
  height: 24px;
  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 (min-width: 1001px) {
  .special-menu__pasta-en {
    font-size: 32px;
    min-width: 49px;
    height: 49px;
  }
}
.special-menu__pasta-en-text {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.special-menu__pasta-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 1001px) {
  .special-menu__pasta-ja {
    font-size: 18px;
  }
}
.special-menu__detail {
  background-color: #f7f6f4;
}
@media screen and (min-width: 1001px) {
  .special-menu__detail {
    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: 60px;
    max-width: 1120px;
    height: 230px;
    padding: 20px 70px;
    margin: 0 auto;
  }
}
.special-menu__detail-img {
  padding-top: 20px;
}
@media screen and (min-width: 1001px) {
  .special-menu__detail-img {
    max-width: 700px;
    padding-top: 0;
  }
}
.special-menu__detail-title {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.special-menu__detail-text {
  text-align: center;
  margin-top: 19px;
}
@media screen and (min-width: 1001px) {
  .special-menu__detail-text {
    margin-top: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.special-menu__detail-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 1001px) {
  .special-menu__detail-ja {
    font-size: 20px;
    text-align: right;
    white-space: nowrap;
  }
}
.special-menu__detail-price {
  display: inline-block;
  margin-top: 1px;
}
@media screen and (min-width: 1001px) {
  .special-menu__detail-price {
    margin-top: 17px;
  }
}
.special-menu__detail-en {
  font-family: "Damion", sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #222222;
}
@media screen and (min-width: 1001px) {
  .special-menu__detail-en {
    font-size: 60px;
    text-align: end;
  }
}
.special-menu__detail-line {
  display: block;
  width: 148px;
  height: 4px;
  margin-top: 10px;
  background-image: url("../../img/s-menu_dotline.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1001px) {
  .special-menu__detail-line {
    width: 213px;
    background-image: url("../../img/s-menu_dotlinePC.png");
    margin-left: auto;
  }
}
.special-menu__detail-note {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 12px;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .special-menu__detail-note {
    font-size: 14px;
    text-align: right;
  }
}

.grand-menu {
  background-color: #f3efeb;
  padding: 60px 20px 37px;
  position: relative;
  z-index: 0;
  margin-bottom: 150px;
}
@media screen and (min-width: 1001px) {
  .grand-menu {
    padding: 80px 90px 97px;
  }
}
.grand-menu::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  background: #eae0d5;
  z-index: -1;
  width: clamp(274px, 82.9vw - 36.8px, 1024px);
  height: clamp(1565px, 69.7vw + 1304px, 2196px);
}
@media screen and (min-width: 1001px) {
  .grand-menu::after {
    bottom: 11px;
  }
}
.grand-menu__inner {
  position: relative;
  z-index: 1;
}
.grand-menu__bg {
  position: absolute;
}
.grand-menu__bg picture,
.grand-menu__bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.grand-menu__bg--leaf {
  width: 148px;
  height: 189px;
  top: -150px;
  left: -20px;
}
@media screen and (min-width: 1001px) {
  .grand-menu__bg--leaf {
    width: 290px;
    height: 391px;
    top: -214px;
    left: -92px;
  }
}
.grand-menu__bg--coffee {
  width: 138px;
  height: 143px;
  bottom: -166px;
  right: -20px;
}
@media screen and (min-width: 1001px) {
  .grand-menu__bg--coffee {
    width: 301px;
    height: 330px;
    bottom: -207px;
    right: -90px;
  }
}
@media screen and (min-width: 1001px) {
  .grand-menu__block {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1001px) {
  .grand-menu__block + .grand-menu__block {
    margin-top: 107px;
  }
}
.grand-menu__block-title {
  position: relative;
  padding: 0 10px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 45px;
  /* 内側の上線（1px） */
  border-top: 1px solid #222222;
  /* 外側の線（2px） */
  /* 外側 上 */
  /* 外側 下 */
  /* 内側 下線（1px） */
}
@media screen and (min-width: 1001px) {
  .grand-menu__block-title {
    font-size: 24px;
    margin-top: 0;
    padding: 3px 20px;
  }
}
.grand-menu__block-title::before, .grand-menu__block-title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222222;
}
.grand-menu__block-title::before {
  top: -5px;
}
.grand-menu__block-title::after {
  bottom: -7px;
}
.grand-menu__block-title span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
  bottom: -3px;
}
.grand-menu__block-title-text {
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .grand-menu__block--drink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  .grand-menu__block--drink {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1001px) {
  .grand-menu__drink-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    gap: 94px;
  }
}
@media screen and (max-width: 1150px) {
  .grand-menu__drink-body {
    gap: 20px;
  }
}
.grand-menu__drink-img {
  display: none;
}
@media screen and (min-width: 1001px) {
  .grand-menu__drink-img {
    display: block;
    width: 311px;
    height: 311px;
    outline: 8px solid #ffffff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 39px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 1150px) {
  .grand-menu__drink-img {
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .grand-menu__drink-content {
    padding: 0 100px;
  }
}
@media screen and (min-width: 1001px) {
  .grand-menu__drink-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.grand-menu__drink-columns {
  margin-top: 26px;
}
@media screen and (min-width: 1001px) {
  .grand-menu__drink-columns {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1150px) {
  .grand-menu__drink-columns {
    gap: 15px;
  }
}
.grand-menu__sub-block {
  padding: 0px 20px;
}
@media screen and (min-width: 1001px) {
  .grand-menu__sub-block {
    padding: 0;
  }
}
.grand-menu__sub-block-wrap {
  margin-top: 26px;
}
@media screen and (min-width: 1001px) {
  .grand-menu__sub-block-wrap {
    margin-top: 0;
  }
}
.grand-menu__sub-block-wrap + .grand-menu__sub-block {
  margin-top: 36px;
}
@media screen and (min-width: 1001px) {
  .grand-menu__sub-block-wrap + .grand-menu__sub-block {
    margin-top: 0;
  }
}
.grand-menu__sub-block + .grand-menu__sub-block {
  margin-top: 36px;
}
@media screen and (min-width: 1001px) {
  .grand-menu__sub-block + .grand-menu__sub-block {
    margin-top: 0;
  }
}
.grand-menu__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 20px;
  margin-top: 31px;
  margin-bottom: -3px;
}
@media screen and (min-width: 1001px) {
  .grand-menu__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    margin-top: 39px;
  }
}
.grand-menu__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grand-menu__item-img {
  width: clamp(148px, 25.625vw, 328px);
  aspect-ratio: 1/1;
  outline: 6px solid #ffffff;
  outline-offset: 0;
}
@media screen and (min-width: 1001px) {
  .grand-menu__item-img {
    outline: 8px solid #ffffff;
  }
}
.grand-menu__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.grand-menu__item-text {
  width: 100%;
  margin-top: 18px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  text-align: left;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .grand-menu__item-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1001px) {
  .grand-menu__item-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
}
.grand-menu__item-name {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 1001px) {
  .grand-menu__item-name {
    font-size: 20px;
  }
}
.grand-menu__item-price {
  font-family: "Damion", sans-serif;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .grand-menu__item-price {
    font-size: 32px;
  }
}
.grand-menu__sub-block-wrap {
  margin-top: 26px;
}
.grand-menu__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.grand-menu__sub-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
  position: absolute;
  bottom: -6px;
}
.grand-menu__list-text {
  margin-top: 21px;
}
.grand-menu__list-item {
  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: 10px;
  padding: 4px 0;
}
@media screen and (min-width: 1001px) {
  .grand-menu__list-item {
    gap: 30px;
    white-space: nowrap;
  }
}
.grand-menu__list-name {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.grand-menu__list-price {
  font-family: "Damion", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.grand-menu__button-wrap {
  margin-top: 36px;
  text-align: center;
  margin-left: -6px;
}
@media screen and (min-width: 1001px) {
  .grand-menu__button-wrap {
    margin-top: 67px;
  }
}
.gallery {
  background-color: #eae0d5;
}
.gallery__inner {
  position: relative;
  padding: 60px 20px 66px;
}
@media screen and (min-width: 1001px) {
  .gallery__inner {
    padding: 80px 90px 86px;
  }
}
.gallery__bg {
  position: absolute;
  top: -61px;
  left: 0;
  width: 180px;
  height: 104px;
}
@media screen and (min-width: 1001px) {
  .gallery__bg {
    width: 266px;
    height: 138px;
    top: -61px;
    left: 296px;
  }
}
.gallery__title-text-en {
  margin-left: 4px;
}
@media screen and (min-width: 1001px) {
  .gallery__title-text-en {
    margin-left: 9px;
  }
}
.gallery__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
  margin-top: 40px;
}
@media screen and (min-width: 1001px) {
  .gallery__images {
    grid-template-columns: repeat(4, 1fr);
    gap: 23px;
    margin-top: 59px;
  }
}
.gallery__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery__button-wrap {
  margin-top: 39px;
  text-align: center;
  margin-left: -6px;
}
@media screen and (min-width: 1001px) {
  .gallery__button-wrap {
    margin-top: 60px;
  }
}

.news {
  position: relative;
  /* 大きいニュース（1つ目・2つ目用） */
}
.news__inner {
  padding: 60px 20px 187px;
}
@media screen and (min-width: 1001px) {
  .news__inner {
    padding: 80px 90px 85px;
  }
}
.news__bg {
  position: absolute;
  top: -40px;
  left: 0;
  width: 134px;
  height: 185px;
}
@media screen and (min-width: 1001px) {
  .news__bg {
    width: 267px;
    height: 320px;
    top: -140px;
    left: 0;
  }
}
.news__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1001px) {
  .news__title {
    margin-bottom: 60px;
  }
}
.news__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 17px;
  justify-items: center;
}
@media screen and (min-width: 1001px) {
  .news__list {
    grid-template-columns: clamp(420px, 40vw, 510px) 1fr;
    gap: 30px;
    justify-items: stretch;
  }
}
@media screen and (min-width: 1281px) {
  .news__list {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1600px) {
  .news__list {
    padding: 0 160px;
  }
}
.news__item--large {
  grid-column: 1/-1;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .news__item--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1001px) {
  .news__item--large {
    grid-column: 1/2;
    grid-row: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.news__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 19px;
  max-width: 549px;
  margin-inline: auto;
}
@media screen and (min-width: 1001px) {
  .news__sub-list {
    max-width: none;
    margin-inline: 0;
    gap: 31px 30px;
  }
}
.news__item {
  margin-inline: auto;
  width: 100%;
  max-width: 158px;
}
@media screen and (min-width: 1001px) {
  .news__item {
    max-width: 265px;
  }
}
.news__img {
  position: relative;
}
.news__img--large {
  width: 100%;
  position: relative;
}
.news__img--large img {
  width: 335px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .news__img--large img {
    width: 420px;
    height: 260px;
  }
}
@media screen and (min-width: 1001px) {
  .news__img--large img {
    width: 510px;
    height: 319px;
  }
}
.news__img--small {
  width: 100%;
  position: relative;
}
.news__img--small img {
  width: 158px;
  height: 99px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .news__img--small img {
    width: 265px;
    height: 166px;
  }
}
@media screen and (min-width: 1001px) {
  .news__img--small img {
    width: 265px;
    height: 166px;
  }
}
.news__label--large {
  position: absolute;
  top: 21px;
  left: -8px;
  z-index: 2;
}
.news__label--large::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 8px;
  border-color: #aaa transparent transparent transparent;
}
@media screen and (min-width: 1001px) {
  .news__label--large {
    top: 21px;
    left: -8px;
  }
}
.news__label-inner--large {
  font-family: "Noto Serif JP", serif;
  background: #382620;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 2px 16px 4px 10px;
  white-space: nowrap;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 99% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 50%, 99% 100%, 0 100%);
}
.news__label {
  position: absolute;
  top: 9px;
  left: -8px;
  z-index: 2;
}
.news__label::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 8px;
  border-color: #aaa transparent transparent transparent;
}
@media screen and (min-width: 1001px) {
  .news__label {
    top: 9px;
    left: -8px;
  }
}
.news__label-inner {
  position: relative;
  font-family: "Noto Serif JP", serif;
  background: #382620;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  padding: 2px 16px 2px 10px;
  white-space: nowrap;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 99% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 50%, 99% 100%, 0 100%);
}
.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.news__media {
  width: 335px;
}
@media screen and (min-width: 1001px) {
  .news__media {
    width: 100%;
    max-width: 510px;
  }
}
.news__item-title--large {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (min-width: 1001px) {
  .news__item-title--large {
    font-size: 20px;
  }
}
.news__item-text--large {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 21px;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .news__item-text--large {
    font-size: 14px;
  }
}
.news__item-date--large {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.news__item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .news__item-title {
    font-size: 16px;
    margin-top: 11px;
  }
}
.news__item-date {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .news__item-date {
    font-size: 14px;
  }
}
.news__button-wrap {
  margin-top: 40px;
  text-align: center;
  margin-left: -6px;
}
@media screen and (min-width: 1001px) {
  .news__button-wrap {
    margin-top: 31px;
  }
}
.contact {
  padding: 54px 20px 165px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .contact {
    padding: 54px 150px 165px;
  }
}
@media screen and (min-width: 1001px) {
  .contact {
    padding: 64px 296px 166px;
  }
}
.contact__thanks {
  padding: 54px 20px 160px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .contact__thanks {
    padding: 54px 150px 160px;
  }
}
@media screen and (min-width: 1001px) {
  .contact__thanks {
    padding: 63px 296px 162px;
  }
}
.contact__title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .contact__title {
    font-size: 28px;
  }
}
.contact__title-text {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-top: 21px;
}
@media screen and (min-width: 1001px) {
  .contact__title-text {
    font-size: 16px;
    margin-top: 23px;
  }
}
.contact__form {
  margin-top: 30px;
}
@media screen and (min-width: 1001px) {
  .contact__form {
    margin-top: 50px;
    max-width: 688px;
  }
}
.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
@media screen and (min-width: 1001px) {
  .contact__fields {
    gap: 8px;
  }
}
.contact__field:nth-child(n+3) {
  margin-top: 2px;
}
@media screen and (min-width: 1001px) {
  .contact__field:not(:first-child):not(:last-child) .form-field {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact__button {
  margin-top: 42px;
  text-align: center;
  margin-left: -6px;
}
@media screen and (min-width: 1001px) {
  .contact__button {
    margin-top: 41px;
  }
}

.form-field {
  margin-top: 29px;
}
@media screen and (min-width: 1001px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    margin-top: 30px;
  }
}
.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1001px) {
  .form-field__head {
    width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.form-field__label {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.form-field__tag {
  display: inline-block;
  padding: 2px 6px 1px;
  border-radius: 2px;
  background: #f07317;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 2px;
  margin-top: 1px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1001px) {
  .form-field__tag {
    margin-top: 0;
    padding: 2px 6px 0;
  }
}
.form-field__item {
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1001px) {
  .form-field__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
@media screen and (min-width: 1001px) {
  .form-field__radios {
    gap: 12px;
    margin-top: 0;
  }
}

.form-text {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #382620;
  background: #fff;
  padding: 11px 15px;
  font-family: "Noto Serif JP", serif;
  color: #cccccc;
  line-height: 1.5;
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}
.form-radio__text {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  padding-left: 34px;
  position: relative;
}
.form-radio__text::before, .form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio__text::before {
  width: 24px;
  height: 24px;
  border: 1px solid #382620;
  left: 0;
}
.form-radio__text::after {
  width: 12px;
  height: 12px;
  background: #f07317;
  left: 6px;
  opacity: 0;
}
.form-radio:nth-child(n+2) .form-radio__text::before {
  top: 13px;
}
.form-radio:nth-child(n+2) .form-radio__text::after {
  top: 13px;
}

.form-textarea {
  border-radius: 7px;
  border: 1px solid #382620;
  background: #fff;
  width: 100%;
  height: 200px;
  font-family: "Noto Serif JP", serif;
  padding: 11px 15px;
  color: #adadad;
}
@media screen and (min-width: 1001px) {
  .form-textarea {
    height: 240px;
  }
}

.contact__text {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
}

.footer {
  background-color: #eae0d5;
  position: relative;
}
.footer__inner {
  padding: 80px 20px 81px;
}
@media screen and (min-width: 1001px) {
  .footer__inner {
    padding: 80px 90px;
  }
}
.footer__bg-item--bread {
  position: absolute;
  top: -94px;
  right: 0;
  width: 154px;
  height: 174px;
}
@media screen and (min-width: 1001px) {
  .footer__bg-item--bread {
    top: -169px;
    right: 0;
    width: 298px;
    height: 359px;
  }
}
.footer__bg-item--balloon {
  position: absolute;
  top: -45px;
  left: 0;
  width: 169px;
  height: 172px;
}
@media screen and (min-width: 600px) and (max-width: 1172px) {
  .footer__bg-item--balloon {
    top: -49px;
    left: 0px;
    width: 233px;
    height: 200px;
  }
}
@media screen and (min-width: 1173px) {
  .footer__bg-item--balloon {
    top: -49px;
    left: 336px;
    width: 233px;
    height: 200px;
  }
}
.footer__bg-item--coffee {
  position: absolute;
  bottom: 93px;
  left: 0;
  width: 92px;
  height: 108px;
}
@media screen and (min-width: 600px) and (max-width: 1078px) {
  .footer__bg-item--coffee {
    bottom: 93px;
    left: 0;
    width: 150px;
    height: 108px;
  }
}
@media screen and (min-width: 1079px) {
  .footer__bg-item--coffee {
    bottom: 4px;
    left: 0;
    width: 256px;
    height: 288px;
  }
}
.footer__map {
  position: relative;
  width: 100%;
  height: 184px;
  margin-inline: auto;
  margin-top: 40px;
  border: 5px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .footer__map {
    max-width: 400px;
  }
}
@media screen and (min-width: 1001px) {
  .footer__map {
    height: 377px;
    max-width: 688px;
    border: 10px solid #fff;
  }
}
.footer__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.footer__info {
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .footer__info {
    max-width: 604px;
  }
}
@media screen and (min-width: 1001px) {
  .footer__info {
    max-width: 688px;
  }
}
.footer__info-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 18px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .footer__info-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 21px;
  }
}
@media screen and (min-width: 1001px) {
  .footer__info-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 19px;
  }
}
.footer__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #222222;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) and (min-width: 1001px) {
  .footer__info-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__info-item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__info-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__info-item:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer__info-item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .footer__info-item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.footer__info-item dt,
.footer__info-item dd,
.footer__info-item dd a {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.footer__info-item dt {
  min-width: 64px;
  font-size: 14px;
  white-space: nowrap;
}
.footer__info-item dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.footer__bottom {
  padding: 40px 60px 14px;
  background-color: #382620;
  color: #ffffff;
  text-align: center;
}
.footer__sns {
  margin-top: -3px;
  margin-bottom: 40px;
}
.footer__copyright {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.page-header {
  position: relative;
  width: 100%;
  height: 120px;
}
@media screen and (min-width: 1001px) {
  .page-header {
    width: 100%;
    height: 320px;
  }
}
.page-header picture,
.page-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__title {
  position: absolute;
  inset: 0;
  margin: auto;
  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;
}
.page-header__title-en {
  font-family: "Amatic SC", serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin-left: 8px;
  /* 二重線（外側：2px） */
  /* 二重線（内側：1px） */
}
@media screen and (min-width: 1001px) {
  .page-header__title-en {
    font-size: 72px;
    margin-left: 16px;
  }
}
.page-header__title-en::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid #fff;
}
@media screen and (min-width: 1001px) {
  .page-header__title-en::before {
    inset: 10px;
  }
}
.page-header__title-en::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid #fff;
}
@media screen and (min-width: 1001px) {
  .page-header__title-en::after {
    inset: 16px;
  }
}
.page-header__title-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-left: 2px;
}
@media screen and (min-width: 1001px) {
  .page-header__title-jp {
    font-size: 16px;
  }
}

.concept-block {
  padding: 54px 20px 161px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .concept-block {
    padding: 65px 30px 158px;
  }
}
@media screen and (min-width: 1001px) {
  .concept-block {
    padding: 65px 90px 158px;
  }
}
@media screen and (min-width: 1001px) {
  .concept-block__text {
    margin-top: 136px;
    max-width: clamp(320px, 320px + 69 * (100vw - 375px) / 905, 389px);
  }
}
.concept-block__title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #382620;
}
@media screen and (min-width: 1001px) {
  .concept-block__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1001px) {
  .concept-block__title--pasta {
    margin-top: -8px;
  }
}
@media screen and (min-width: 1001px) {
  .concept-block__title--croissant {
    margin-top: -66px;
  }
}
.concept-block__desc {
  margin-top: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #382620;
}
@media screen and (min-width: 1001px) {
  .concept-block__desc {
    margin-top: 35px;
  }
}
.concept-block__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin-top: 32px;
}
@media screen and (min-width: 1001px) {
  .concept-block__images {
    margin-top: 0;
    gap: 19px;
  }
}
.concept-block .concept-block__images img:first-child {
  grid-column: 1/-1;
  width: 100%;
}
.concept-block .concept-block__images img {
  width: 100%;
  height: auto;
  display: block;
}
.concept-block__images-2 {
  position: relative;
  max-width: 600px;
  margin-top: 32px;
}
.concept-block__images-2 img:first-child {
  width: 283px;
  display: block;
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 830px) {
  .concept-block__images-2 img:first-child {
    width: 460px;
  }
}
@media screen and (min-width: 830px) and (max-width: 1000px) {
  .concept-block__images-2 img:first-child {
    width: 460px;
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
  }
}
@media screen and (min-width: 1001px) {
  .concept-block__images-2 img:first-child {
    margin-left: auto;
    width: 540px;
  }
}
.concept-block__images-2 img:last-child {
  position: absolute;
  bottom: -70px;
  left: 0px;
  width: 183px;
  height: 138px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .concept-block__images-2 img:last-child {
    bottom: -100px;
    left: 0px;
    width: 283px;
    height: 200px;
  }
}
@media screen and (min-width: 1001px) {
  .concept-block__images-2 img:last-child {
    bottom: -98px;
    left: -101px;
    width: 350px;
    height: 263px;
  }
}

.fixed-page .drawer-icon {
  top: 10px;
  right: 10px;
}

.concept-block .concept-item:nth-of-type(n + 2) {
  margin-top: 99px;
}
@media screen and (min-width: 1001px) {
  .concept-block .concept-item:nth-of-type(n + 2) {
    margin-top: 167px;
  }
}

.concept-block .concept-item:nth-of-type(3) {
  margin-top: 169px;
}
@media screen and (min-width: 1001px) {
  .concept-block .concept-item:nth-of-type(3) {
    margin-top: 298px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1172px) {
  .concept-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
@media screen and (min-width: 1173px) {
  .concept-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
  }
}
.concept-item--coffee {
  position: relative;
}
.concept-item--coffee::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -20px;
  background: #eae0d5;
  width: clamp(335px, 335px + 649 * (100vw - 375px) / 905, 984px);
  height: clamp(100px, 100px + 100 * (100vw - 375px) / 905, 200px);
  z-index: -1;
}
@media screen and (min-width: 1001px) {
  .concept-item--coffee::after {
    bottom: -98px;
    right: -90px;
  }
}
.concept-item--pasta {
  position: relative;
}
.concept-item--pasta::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -20px;
  background: #eae0d5;
  width: clamp(284px, 45.9vw, 580px);
  height: clamp(227px, 34.6vw, 437px);
  z-index: -1;
}
@media screen and (min-width: 1001px) {
  .concept-item--pasta::after {
    bottom: -157px;
    left: -90px;
  }
}
.concept-item--croissant {
  position: relative;
}
.concept-item--croissant::after {
  content: "";
  position: absolute;
  bottom: -21px;
  right: -20px;
  background: #eae0d5;
  width: clamp(184px, 32.7vw, 400px);
  height: clamp(195px, 42.3vw, 520px);
  z-index: -1;
}
@media screen and (min-width: 1001px) {
  .concept-item--croissant::after {
    bottom: -78px;
    right: -90px;
  }
}
@media screen and (min-width: 1001px) {
  .concept-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.menu-block {
  padding: 54px 20px 157px;
}
@media screen and (min-width: 1001px) {
  .menu-block {
    padding: 64px 90px 167px;
  }
}

.menu-content {
  display: none;
}

.menu-content.is-show {
  display: block;
}

.menu-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .menu-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
  }
}
@media screen and (min-width: 1001px) {
  .menu-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
  }
}

.menu-tab {
  background-color: #888888;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  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;
  padding: 21.5px 0;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .menu-tab {
    width: 150px;
  }
}
@media screen and (min-width: 1001px) {
  .menu-tab {
    font-size: 16px;
    width: 200px;
    padding: 22.5px 0;
  }
}
.menu-tab::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  pointer-events: none;
}

.p-menu__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px 19px;
  margin-top: 60px;
  margin-bottom: -3px;
  grid-auto-flow: dense;
}
@media screen and (min-width: 1001px) {
  .p-menu__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 39px 40px;
    margin-top: 80px;
  }
}
.p-menu__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-menu__item-img {
  width: 100%;
  max-width: 245px;
  aspect-ratio: 1/1;
}
.p-menu__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-menu__item-text {
  width: 100%;
  margin-top: 12px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1px;
  text-align: left;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .p-menu__item-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-menu__item-name {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.p-menu__item-price {
  font-family: "Damion", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 1001px) {
  .p-menu__drink-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    gap: 94px;
    margin-top: 51px;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1180px) {
  .p-menu__drink-body {
    gap: 20px;
  }
}
.p-menu__drink-img {
  display: none;
}
@media screen and (min-width: 1001px) {
  .p-menu__drink-img {
    display: block;
    width: 311px;
    height: 311px;
    outline: 8px solid #ffffff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 39px;
    margin-left: 8px;
    -webkit-box-shadow: 0 0 0 8px #000;
            box-shadow: 0 0 0 8px #000;
  }
}
@media screen and (max-width: 1150px) {
  .p-menu__drink-img {
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 1001px) {
  .p-menu__drink-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-menu__drink-columns {
  margin-top: 62px;
  padding: 0 20px;
}
@media screen and (min-width: 1001px) {
  .p-menu__drink-columns {
    margin-top: 31px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
}
@media screen and (max-width: 1150px) {
  .p-menu__drink-columns {
    gap: 15px;
  }
}
.p-menu__sub-block-wrap {
  margin-top: 26px;
}
.p-menu__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.p-menu__sub-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
  position: absolute;
  bottom: -6px;
}
.p-menu__list-text {
  margin-top: 21px;
}
.p-menu__list-item {
  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: 10px;
  padding: 4px 0;
}
@media screen and (min-width: 1001px) {
  .p-menu__list-item {
    gap: 43px;
    white-space: nowrap;
  }
}
.p-menu__list-name {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.p-menu__list-price {
  font-family: "Damion", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.fixed-page .drawer-icon {
  top: 10px;
  right: 10px;
}

.p-menu__sub-block + .p-menu__sub-block {
  margin-top: 36px;
}
@media screen and (min-width: 1001px) {
  .p-menu__sub-block + .p-menu__sub-block {
    margin-top: 0;
  }
}

.p-menu__sub-block:nth-of-type(2) .p-menu__list-item {
  gap: 30px;
}

.p-menu__sub-block:nth-of-type(3) .p-menu__list-item {
  gap: 29px;
}

.shop {
  padding: 54px 20px 160px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .shop {
    padding: 64px 70px 160px;
  }
}
@media screen and (min-width: 1001px) {
  .shop {
    padding: 64px 296px 160px;
  }
}
.shop__thumbnail {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
@media screen and (min-width: 1001px) {
  .shop__thumbnail {
    margin-top: 24px;
  }
}

.shop-list {
  margin-bottom: 61px;
}
@media screen and (min-width: 1001px) {
  .shop-list {
    margin-bottom: 120px;
  }
}
.shop-list:last-child {
  margin-bottom: 0;
}

.gift {
  padding: 54px 20px 160px;
}
@media screen and (min-width: 1001px) {
  .gift {
    padding: 64px 90px 160px;
  }
}
.gift__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 19px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .gift__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .gift__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto auto;
    gap: 40px;
  }
}
.gift .gift__list .gift-item:first-of-type {
  grid-column: 1/-1;
}
@media screen and (min-width: 1001px) {
  .gift .gift__list .gift-item:first-of-type {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}

@media screen and (min-width: 1001px) {
  /* 1つ目：左2列＋2行 */
  .gift-item--featured {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  /* 右上 2〜3 */
  .gift-item:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }
  .gift-item:nth-child(3) {
    grid-column: 4;
    grid-row: 1;
  }
  /* 右下 4〜5 */
  .gift-item:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }
  .gift-item:nth-child(5) {
    grid-column: 4;
    grid-row: 2;
  }
  /* 下段 6〜9（4列） */
  .gift-item:nth-child(6) {
    grid-column: 1;
    grid-row: 3;
  }
  .gift-item:nth-child(7) {
    grid-column: 2;
    grid-row: 3;
  }
  .gift-item:nth-child(8) {
    grid-column: 3;
    grid-row: 3;
  }
  .gift-item:nth-child(9) {
    grid-column: 4;
    grid-row: 3;
  }
}
.gift-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  /* featured専用サイズ */
}
.gift-item__image {
  width: 158px;
  height: 158px;
}
.gift-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1001px) {
  .gift-item__image {
    width: 100%;
    max-width: 245px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.gift-item__name {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  color: #222222;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.gift-item__price {
  font-family: "Damion", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  color: #222222;
}
.gift-item__button {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  padding: 6px 12px;
  color: #ffffff;
  background-color: #382620;
}
@media screen and (min-width: 1001px) {
  .gift-item__button {
    font-size: 14px;
    padding: 8px 24px;
  }
}
.gift-item--featured {
  text-align: center;
  white-space: nowrap;
}
.gift-item--featured .gift-item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1001px) {
  .gift-item--featured .gift-item__image {
    max-width: 530px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.gift-item--featured .gift-item__name {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #222222;
}
@media screen and (min-width: 1001px) {
  .gift-item--featured .gift-item__name {
    font-size: 24px;
  }
}
.gift-item--featured .gift-item__price {
  font-family: "Damion", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
  color: #222222;
}
@media screen and (min-width: 1001px) {
  .gift-item--featured .gift-item__price {
    font-size: 32px;
  }
}
.gift-item--featured .gift-item__button {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  padding: 6px 12px;
  color: #ffffff;
  background-color: #382620;
}
@media screen and (min-width: 1001px) {
  .gift-item--featured .gift-item__button {
    font-size: 14px;
    padding: 8px 24px;
  }
}

.gift-wrapping {
  padding: 40px;
  position: relative;
  background-color: #fff;
  margin-top: 60px;
  /* 二重線（外側：4px） */
  /* 二重線（内側：1px） */
}
@media screen and (min-width: 768px) {
  .gift-wrapping {
    padding: 79px 60px;
    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: 60px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1001px) {
  .gift-wrapping__content {
    max-width: 460px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.gift-wrapping::before {
  content: "";
  position: absolute;
  inset: 0px;
  border: 4px solid #382620;
}
.gift-wrapping::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #382620;
}
@media screen and (min-width: 1001px) {
  .gift-wrapping::after {
    inset: 9px;
  }
}
.gift-wrapping__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #222222;
  margin-top: -1px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1001px) {
  .gift-wrapping__lead {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 7px;
  }
}
.gift-wrapping__dot img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .gift-wrapping__dot {
    width: 454px;
  }
}
.gift-wrapping__text {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  color: #222222;
  margin-top: 11px;
  margin-bottom: 33px;
}
@media screen and (min-width: 1001px) {
  .gift-wrapping__text {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 24px;
  }
}
.gift-wrapping__image img {
  width: 100%;
  height: auto;
}

.archive-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #382620;
  margin-bottom: 24px;
}
@media screen and (min-width: 1001px) {
  .archive-header__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.news-block {
  padding: 54px 20px 161px;
  background-color: #f3efeb;
}
@media screen and (min-width: 1001px) {
  .news-block {
    padding: 64px 91px 160px;
  }
}
@media screen and (min-width: 1001px) {
  .news-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
}
@media screen and (min-width: 1001px) {
  .news-block__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.news-block .news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 19px;
  margin-bottom: -3px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .news-block .news__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1001px) {
  .news-block .news__list {
    gap: 41px 40px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1001px) {
  .news-block .news__item {
    max-width: 340px;
  }
}
@media screen and (min-width: 1001px) {
  .news-block .news__img {
    height: 213px;
  }
}
.news-block .news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar__section {
  margin-top: 60px;
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 1001px) {
  .sidebar__section {
    margin-top: 0;
    width: 320px;
  }
}
@media screen and (min-width: 1001px) {
  .sidebar__section:nth-of-type(2) {
    margin-top: 60px;
  }
}
.sidebar__title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #382620;
  position: relative;
  padding-bottom: 21px;
}
.sidebar__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background: #382620;
}
.sidebar__recent {
  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;
  margin-top: 20px;
}
.sidebar__recent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sidebar__recent-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar__recent-item img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sidebar__recent-item a > div {
  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;
  min-width: 0;
  gap: 10px;
}
.sidebar__recent-text {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  color: #382620;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar__recent-date {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #382620;
}
.sidebar__category {
  margin-top: 19px;
  margin-bottom: -10px;
}
.sidebar__category li {
  margin-bottom: 7px;
}
.sidebar__category a {
  position: relative;
  padding-left: 12px;
  text-decoration: none;
  color: #382620;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.sidebar__category a::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #382620;
  border-right: 1px solid #382620;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: -5px;
  top: 54%;
  translate: 0 -50%;
}

.news-detail {
  padding: 54px 20px 161px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .news-detail {
    padding: 54px 100px 161px;
  }
}
@media screen and (min-width: 1001px) {
  .news-detail {
    padding: 64px 296px 160px;
  }
}
.news-detail__thumbnail {
  width: 100%;
  height: auto;
}
.news-detail__title {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .news-detail__title {
    font-size: 28px;
  }
}
.news-detail__meta {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}
.news-detail__date {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.news-detail__category {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border-left: 1px solid #382620;
  line-height: 1;
  margin-left: -21px;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.news-detail__body {
  margin-top: 40px;
}
.news-detail__body-text {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-top: 14px;
}
@media screen and (min-width: 1001px) {
  .news-detail__body-text {
    font-size: 16px;
  }
}
.news-detail__h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
  position: relative;
  padding-bottom: 12px;
}
@media screen and (min-width: 1001px) {
  .news-detail__h3 {
    font-size: 20px;
    margin-top: 41px;
  }
}
.news-detail__h3::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #382620;
}
.news-detail__h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .news-detail__h4 {
    font-size: 20px;
  }
}
.news-detail__blockquote {
  position: relative;
  margin: 14px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  background-color: #fff;
  padding: 20px;
  padding-bottom: 62px;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .news-detail__blockquote {
    margin: 17px 0;
    font-size: 16px;
    padding: 40px;
    padding-bottom: 85px;
  }
}
.news-detail__blockquote-cite {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  font-style: normal;
  bottom: 20px;
  right: 20px;
}
@media screen and (min-width: 1001px) {
  .news-detail__blockquote-cite {
    bottom: 40px;
    right: 40px;
  }
}
.news-detail__image {
  margin: 14px 0 0 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .news-detail__image {
    margin: 18px 0;
  }
}
.news-detail__h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 39px;
}
@media screen and (min-width: 1001px) {
  .news-detail__h4 {
    font-size: 16px;
  }
}
.news-detail__list {
  margin-top: 14px;
  list-style: none;
  padding-left: 21px;
  margin-top: 15px;
}
@media screen and (min-width: 1001px) {
  .news-detail__list {
    padding-left: 24px;
    margin-top: 16px;
  }
}
.news-detail__list li {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1001px) {
  .news-detail__list li {
    font-size: 16px;
  }
}
.news-detail__list li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #382620;
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  .news-detail__list li::before {
    width: 4px;
    height: 4px;
    left: -14px;
    top: 17px;
  }
}
.news-detail__list--number {
  padding-left: 21px;
}
@media screen and (min-width: 1001px) {
  .news-detail__list--number {
    padding-left: 24px;
  }
}
.news-detail__list--number li {
  list-style: decimal;
}
.news-detail__list--number li::before {
  content: none;
}
.news-detail__body-text-bold {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  margin-top: 14px;
}
@media screen and (min-width: 1001px) {
  .news-detail__body-text-bold {
    font-size: 16px;
    margin-top: 17px;
  }
}
.news-detail__nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .news-detail__nav {
    gap: 195px;
  }
}
.news-detail__nav-prev, .news-detail__nav-archive {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-detail__nav-prev {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
}
@media screen and (min-width: 1001px) {
  .news-detail__nav-prev {
    font-size: 16px;
  }
}
.news-detail__nav-prev::before, .news-detail__nav-prev::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 1px;
  background-color: #382620;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.news-detail__nav-prev::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.news-detail__nav-prev::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.news-detail__nav-archive {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding: 12px 35px;
  border: 1px solid #382620;
}
@media screen and (min-width: 1001px) {
  .news-detail__nav-archive {
    font-size: 16px;
    padding: 11px 36px;
  }
}
.news-detail__related {
  margin-top: 100px;
}
@media screen and (min-width: 1001px) {
  .news-detail__related {
    margin-top: 120px;
  }
}
.news-detail__related-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (min-width: 1001px) {
  .news-detail__related-title {
    font-size: 28px;
    margin-bottom: 60px;
  }
}
.news-detail__related-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .news-detail__related-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1001px) {
  .news-detail__related-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
  }
}

@media screen and (min-width: 1001px) {
  .news-detail__related-list .news__img--small img {
    width: 202px;
    height: 128px;
  }
}