@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #222222;
  background: #f3efeb;
}
body.is-menu-open {
  overflow: hidden;
  height: 100vh;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.25rem, 0.1404494382rem + 0.4494382022vw, 0.5rem);
  text-align: center;
}

.head__title-en {
  font-family: "Amatic SC", serif;
  font-size: clamp(2.5rem, 2.1713483146rem + 1.3483146067vw, 3.25rem);
  font-weight: 700;
  letter-spacing: clamp(0.25rem, 0.0747191011rem + 0.7191011236vw, 0.65rem);
}

.head__title-ja {
  font-size: clamp(0.75rem, 0.6952247191rem + 0.2247191011vw, 0.875rem);
  font-weight: 700;
  margin-top: clamp(0.25rem, 0.1404494382rem + 0.4494382022vw, 0.5rem);
}

@media screen and (min-width: 1200px) {
  .no-break {
    display: none;
  }
}

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

.button1 {
  position: relative;
  width: 290px;
  height: 72px;
  background: #222222;
  color: #ffffff;
  font-size: 16px;
  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;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .button1 {
    width: 280px;
  }
}
.button1::before {
  position: absolute;
  content: "";
  background: url(../img/arrow.png) no-repeat center center/contain;
  width: 16px;
  height: 24px;
  right: 12px;
  top: 24px;
}
.button1::after {
  position: absolute;
  content: "";
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  top: 6px;
  right: -6px;
  width: 280px;
  height: 72px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.button1:hover {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}
.button1:hover::after {
  -webkit-transform: translate(-6px, -6px);
          transform: translate(-6px, -6px);
}

.header {
  position: relative;
  z-index: 100;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .header-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .header-content.is-visible {
    opacity: 1;
    visibility: visible;
  }
}

.header__logo {
  position: absolute;
  z-index: 4;
  margin: 10px 14px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.header__logo:hover {
  opacity: 0.7;
}

.header__content-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__content-pc {
    display: block;
    position: absolute;
    padding-top: 27px;
    max-height: 795px;
    width: 200px;
  }
}

.header__logo-pc {
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header__logo-pc:hover {
  opacity: 0.7;
}

.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;
  gap: 29px;
  margin-top: 53px;
}

.header__link {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header__link:hover {
  opacity: 0.7;
}

.header__link-en {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.92px;
  font-family: "Patua One", serif;
}

.header__link-ja {
  font-size: 10px;
  font-weight: 500;
}

.header__sns {
  margin-top: 29px;
}

.header__sns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.header__sns-item a {
  width: 24px;
  height: 24px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header__sns-item a:hover {
  opacity: 0.7;
}

/* メニュー全体 */
.menu-open {
  padding: 10px;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #382620;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: right 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
  transition: right 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
}
@media screen and (min-width: 600px) {
  .menu-open {
    width: 375px;
  }
}

#menu-open.is-open {
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: right 0.5s ease, opacity 0.5s ease;
  transition: right 0.5s ease, opacity 0.5s ease;
}

.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 4;
  opacity: 0; /* 初期状態で透明 */
  visibility: hidden; /* 初期状態で非表示 */
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s; /* opacityのアニメーションとvisibilityの遅延 */
  pointer-events: none;
}
.menu-background.is-open {
  opacity: 1; /* メニューオープン時に不透明 */
  visibility: visible; /* メニューオープン時に表示 */
  background: rgba(0, 0, 0, 0.3); /* 背景色変更 */
  -webkit-transition: opacity 0.3s ease, visibility 0s 0s;
  transition: opacity 0.3s ease, visibility 0s 0s; /* アニメーションの時間 */
  pointer-events: auto;
}

.menu-open__nav {
  color: #ffffff;
  margin-top: 130px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.menu-open__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.menu-open__link:hover {
  opacity: 0.7;
}

.menu-open__link-en {
  font-family: "Patua One", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.88px;
}

.menu-open__link-s,
.menu-open__link-ja {
  font-size: 10px;
  font-weight: 500;
}

.menu-open__sns-item {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.menu-open__sns-item a {
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.menu-open__sns-item a:hover {
  opacity: 0.7;
}

.drawer-icon {
  width: 60px;
  height: 60px;
  background-image: url("../img/icon_menu.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  position: fixed;
  right: 10px;
  z-index: 120;
  margin-top: 10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.drawer-icon:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    margin: 20px;
  }
}

.drawer-icon.is-open {
  background-image: url("../img/icon_close.png");
}

.fv {
  height: clamp(41.6875rem, 23.5653963415rem + 81.2195121951vw, 62.5rem);
  margin-bottom: 105px;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .fv {
    height: clamp(31.25rem, -1.6038283063rem + 68.4454756381vw, 49.6875rem);
  }
}
@media screen and (min-width: 1200px) {
  .fv {
    height: 795px;
  }
  .fv::after {
    position: absolute;
    content: "";
    background: #eae0d5;
    width: 984px;
    height: 398px;
    right: 0;
    bottom: 0;
    z-index: -2;
  }
}

.fv__img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .fv__img {
    z-index: 1;
    margin-left: 200px;
    width: calc(100% - 200px);
    height: auto;
    max-height: 735px;
  }
}

.fv__img img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 3s ease-in-out;
  transition: -webkit-transform 3s ease-in-out;
  transition: transform 3s ease-in-out;
  transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
}

.fv__swiper .swiper-slide-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 1.1倍にズーム */
}

.swiper-pagination {
  position: absolute;
  left: 0; /* 左に寄せる */
  bottom: 12px; /* 下に配置 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; /* 丸同士の間隔 */
  margin-left: 20px;
}

/* ページネーションのスタイル */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.swiper-pagination-bullet-active {
  background: #d59b71;
  width: 8px;
  height: 8px;
}

.fv__body {
  padding-top: 124px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .fv__body {
    padding-top: 0;
    padding-left: 0;
    z-index: 2;
    position: absolute;
    top: clamp(23.4375rem, 9.5163863109rem + 29.0023201856vw, 31.25rem);
    left: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__body {
    top: 600px;
    left: 256px;
  }
}

@media screen and (min-width: 768px) {
  .fv__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.fv__text p {
  color: #ffffff;
  line-height: 32px; /* 200% */
  letter-spacing: 2.24px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .fv__text p {
    font-size: 20px;
    line-height: 1.8em;
    letter-spacing: 2.8px;
  }
}

.fv__pickup {
  overflow: visible;
  right: 0;
  position: absolute;
  opacity: 0.85;
  background: #fff;
  width: clamp(20.9375rem, 19.4859550562rem + 5.9550561798vw, 24.25rem);
  height: clamp(7.75rem, 6.9831460674rem + 3.1460674157vw, 9.5rem);
  bottom: 47px;
  margin: 0px 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.fv__pickup::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 5px;
  background-color: #aaaaaa;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 0);
  left: -8;
  top: 32px;
}
.fv__pickup:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .fv__pickup {
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .fv__pickup {
    bottom: 84px;
  }
}
.fv__pickup img {
  width: clamp(6.25rem, 5.702247191rem + 2.2471910112vw, 7.5rem);
  height: clamp(6.25rem, 5.702247191rem + 2.2471910112vw, 7.5rem);
  -o-object-fit: cover;
     object-fit: cover; /* 画像が切り取られて正方形に収まる */
  -o-object-position: center;
     object-position: center;
}

.fv__pickup__after {
  position: absolute;
  background: url(../img/img_balloon-pickup.png) no-repeat center center/contain;
  width: clamp(10rem, 9.1783707865rem + 3.3707865169vw, 11.875rem);
  height: clamp(5.0625rem, 4.268258427rem + 3.2584269663vw, 6.875rem);
  bottom: 130px;
  right: 2px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .fv__pickup__after {
    top: 483px;
    right: 10px;
  }
}

.fv__pickup-inner {
  padding: clamp(0.75rem, 0.6404494382rem + 0.4494382022vw, 1rem);
}

.fv__pickup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}

.fv__pickup-content-text {
  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;
  padding-top: 11px;
}
.fv__pickup-content-text time {
  font-size: 12px;
  font-weight: 500;
}
.fv__pickup-content-text p {
  font-size: clamp(0.75rem, 0.6952247191rem + 0.2247191011vw, 0.875rem);
  font-weight: 700;
  line-height: clamp(1.125rem, 0.9606741573rem + 0.6741573034vw, 1.5rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__pickup-content-text {
    padding-top: 0;
  }
}

.fv__pickup-tag {
  position: absolute;
  width: 78px;
  height: 24px;
  background-color: #222222;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%);
  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;
  color: white;
  font-size: 12px;
  top: 8px;
  left: -8px;
}
.fv__pickup-tag p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.concept {
  position: relative;
  margin-bottom: 193px;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .concept {
    margin-bottom: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 80px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 160px;
  }
}
.concept::before {
  position: absolute;
  content: "";
  background: #eae0d5;
  width: 100%;
  max-width: clamp(22.1875rem, -0.9276685393rem + 94.8314606742vw, 74.9375rem);
  height: clamp(6.25rem, 0.7724719101rem + 22.4719101124vw, 18.75rem);
  bottom: clamp(-4.5625rem, -1.0842696629rem - 14.2696629213vw, -12.5rem);
  z-index: -1;
}
.concept::after {
  position: absolute;
  content: "";
  background: url(../img/bg_coffee-leaves.png) no-repeat center center/contain;
  width: clamp(7.4375rem, 5.1917134831rem + 9.2134831461vw, 12.5625rem);
  height: clamp(8.4375rem, 5.8904494382rem + 10.4494382022vw, 14.25rem);
  bottom: -140px;
  left: calc(50% + 100px);
}
@media screen and (min-width: 768px) {
  .concept::after {
    bottom: -440px;
    z-index: 1;
    left: calc(50% + 450px);
  }
}

@media screen and (min-width: 768px) {
  .concept__inner.inner {
    padding: 0;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}

.concept__head {
  text-align: left;
}

.concept__content::after {
  position: absolute;
  content: "";
  background: url(../img/bg_coffee-beans.png) no-repeat center center/contain;
  width: clamp(9.0625rem, 4.9269662921rem + 16.9662921348vw, 18.5rem);
  height: clamp(8.125rem, 4.4276685393rem + 15.1685393258vw, 16.5625rem);
  top: -146px;
  left: calc(50% + 60px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .concept__content::after {
    top: -203px;
    left: calc(50% + 385px);
  }
}

.concept__text {
  margin-top: clamp(2.1875rem, 1.8314606742rem + 1.4606741573vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.9375rem, 1.4719101124rem + 1.9101123596vw, 3rem);
  max-width: 470px;
}

.concept__text1 {
  font-size: clamp(1.25rem, 1.0308988764rem + 0.8988764045vw, 1.75rem);
  font-weight: 700;
  line-height: clamp(2.5rem, 1.952247191rem + 2.2471910112vw, 3.75rem);
}

.concept__text2 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}

.concept__button {
  margin-top: 56px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .concept__button {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 54px;
    text-align: left;
  }
}

.concept__img {
  margin-top: 84px;
}
.concept__img img {
  width: 315px;
}
@media screen and (min-width: 768px) {
  .concept__img img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .concept__img {
    margin-top: 0;
  }
}

.lunch-set {
  background: #eae0d5;
  position: relative;
  overflow-x: clip;
}
.lunch-set::after {
  position: absolute;
  content: "";
  background: url(../img/img_balloon-special-lunch-set.png) no-repeat center center/contain;
  width: clamp(13.125rem, 7.9487359551rem + 21.2359550562vw, 24.9375rem);
  height: clamp(6.875rem, 5.5056179775rem + 5.6179775281vw, 10rem);
  top: -47px;
  left: calc(50% + 0px);
}
@media screen and (min-width: 768px) {
  .lunch-set::after {
    top: 163px;
    left: calc(50% + 260px);
  }
}

.lunch-set__inner {
  padding-bottom: clamp(3.75rem, 3.202247191rem + 2.2471910112vw, 5rem);
}
@media screen and (min-width: 768px) {
  .lunch-set__inner {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}

.lunch-set__head {
  padding-top: clamp(3.5rem, 2.8153089888rem + 2.808988764vw, 5.0625rem);
}

.lunch-set__select {
  margin-left: auto;
  margin-right: auto;
  background: #222222;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.7654494382rem + 0.4494382022vw, 1.125rem);
  font-weight: 700;
  width: clamp(15.9543125rem, 14.5101348315rem + 5.9248314607vw, 19.25rem);
  height: clamp(2.01875rem, 1.8900280899rem + 0.5280898876vw, 2.3125rem);
  position: relative;
  position: absolute;
  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;
  top: clamp(10.5625rem, 9.3574438202rem + 4.9438202247vw, 13.3125rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lunch-set__select::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='33' viewBox='0 0 29 33' fill='none'%3E%3Cpath d='M0 0.699951H28.6527V33.0001H0L8.68263 16.6126L0 0.699951Z' fill='%23222222'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 28.653px;
  height: 32.3px;
  left: -17px;
  top: 5.7px;
}
@media screen and (min-width: 768px) {
  .lunch-set__select::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2237%22%20viewBox%3D%220%200%2035%2037%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%200H35V37H0L10.6061%2018.228L0%200Z%22%20fill%3D%22%23222222%22%2F%3E%3C%2Fsvg%3E");
    width: 35px;
    height: 37px;
    left: -22px;
    top: 7px;
  }
}
.lunch-set__select::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='33' viewBox='0 0 29 33' fill='none'%3E%3Cpath d='M29.0003 0.699951H0.347656V33.0001H29.0003L20.3177 16.6126L29.0003 0.699951Z' fill='%23222222'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 28.653px;
  height: 32.3px;
  right: -17px;
  top: 5.7px;
}
@media screen and (min-width: 768px) {
  .lunch-set__select::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2237%22%20viewBox%3D%220%200%2035%2037%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M35%200H0V37H35L24.3939%2018.228L35%200Z%22%20fill%3D%22%23222222%22%2F%3E%3C%2Fsvg%3E");
    width: 35px;
    height: 37px;
    right: -22px;
    top: 7px;
  }
}

.lunch-set__contents {
  margin-top: 62px;
  background: #ffffff;
  padding: 39px 20px 1px 20px;
}
@media screen and (min-width: 768px) {
  .lunch-set__contents {
    padding: 60px 40px 10px 40px;
    margin-top: 58px;
  }
}

.lunch-set__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .lunch-set__content {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .lunch-set__menu:nth-child(2), .lunch-set__menu:nth-child(4) {
    margin-top: 41px;
  }
}

.lunch-set__menu-text {
  margin-top: clamp(0.375rem, 0.1011235955rem + 1.1235955056vw, 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(0.375rem, 0.2106741573rem + 0.6741573034vw, 0.75rem);
}
.lunch-set__menu-text p {
  font-size: clamp(0.875rem, 0.7654494382rem + 0.4494382022vw, 1.125rem);
  font-weight: 700;
}

.lunch-set__menu-text1 {
  background: #222222;
  width: clamp(1.5rem, 0.8153089888rem + 2.808988764vw, 3.0625rem);
  height: clamp(1.5rem, 0.8153089888rem + 2.808988764vw, 3.0625rem);
  padding-left: clamp(0.34375rem, 0.1109550562rem + 0.9550561798vw, 0.875rem);
  padding-right: clamp(0.34375rem, 0.1109550562rem + 0.9550561798vw, 0.875rem);
  padding-bottom: 1px;
  padding-top: 1px;
}
.lunch-set__menu-text1 p {
  font-family: "Patua One", serif;
  color: #ffffff;
  font-size: clamp(1.1875rem, 0.8314606742rem + 1.4606741573vw, 2rem);
  font-weight: 400;
  letter-spacing: clamp(0.1425rem, 0.0997752809rem + 0.1752808989vw, 0.24rem);
  text-align: center;
}

.lunch-set__under {
  border-radius: 8px;
  background: #f7f6f4;
  margin-top: clamp(1.5rem, 0.5140449438rem + 4.0449438202vw, 3.75rem);
  margin-bottom: 20px;
  padding: 20px 7px;
}
@media screen and (min-width: 768px) {
  .lunch-set__under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    padding: 23px 74px;
  }
}

.lunch-set__under-images {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.75rem, 0.3665730337rem + 1.5730337079vw, 1.625rem);
}

.lunch-set__under-image {
  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: 5px;
}
@media screen and (min-width: 768px) {
  .lunch-set__under-image {
    gap: 0;
  }
}

.lunch-text {
  height: clamp(0.75rem, 0.3939606742rem + 1.4606741573vw, 1.5625rem);
  width: clamp(2.5rem, 1.6783707865rem + 3.3707865169vw, 4.375rem);
}

.pass {
  width: clamp(0.8125rem, 0.4564606742rem + 1.4606741573vw, 1.625rem);
  height: clamp(0.8125rem, 0.4564606742rem + 1.4606741573vw, 1.625rem);
}

.lunch-set__under-text {
  margin-top: 21px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .lunch-set__under-text {
    margin-top: 0;
    text-align: right;
  }
}

.lunch-set__under-text-p {
  font-size: clamp(1rem, 0.8904494382rem + 0.4494382022vw, 1.25rem);
  font-weight: 700;
}

.lunch-set__under-text-yen {
  font-family: "Damion", serif;
  font-size: clamp(2.5rem, 1.952247191rem + 2.2471910112vw, 3.75rem);
  font-weight: 400;
  position: relative;
  padding-bottom: 4px;
}
.lunch-set__under-text-yen::after {
  position: absolute;
  content: "";
  background: url(../img/icon_glit_sp.png) no-repeat center center/contain;
  width: 148px;
  height: 4px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .lunch-set__under-text-yen::after {
    background: url(../img/icon_glit_pc.png) no-repeat center center/contain;
    width: 220px;
  }
}

.lunch-set__under-text-time {
  margin-top: 13px;
  font-size: clamp(0.75rem, 0.6952247191rem + 0.2247191011vw, 0.875rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .lunch-set__under-text-time {
    margin-top: 9px;
  }
}

.menu {
  margin-top: clamp(7.4375rem, 6.3146067416rem + 4.606741573vw, 10rem);
  margin-bottom: clamp(4.125rem, 3.1938202247rem + 3.8202247191vw, 6.25rem);
  position: relative;
  overflow-x: clip;
}
.menu::after {
  position: absolute;
  content: "";
  background: url(../img/bg_coffee-leaves2.png) no-repeat center center/contain;
  width: clamp(11.75rem, 9.6137640449rem + 8.7640449438vw, 16.625rem);
  height: clamp(12.5625rem, 10.0154494382rem + 10.4494382022vw, 18.375rem);
  top: -200px;
  right: calc(50% + 40px);
}
@media screen and (min-width: 768px) {
  .menu::after {
    top: -300px;
    right: calc(50% + 400px);
  }
}
.menu::before {
  position: absolute;
  content: "";
  background: url(../img/bg_coffee-beans2.png) no-repeat center center/contain;
  width: clamp(10.5625rem, 4.4002808989rem + 25.2808988764vw, 24.625rem);
  height: clamp(8.9375rem, 3.816011236rem + 21.0112359551vw, 20.625rem);
  bottom: -165px;
  left: calc(50% + 60px);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .menu::before {
    bottom: -200px;
    left: calc(50% + 382px);
  }
}

@media screen and (min-width: 768px) {
  .menu__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.menu__contents {
  margin-top: 40px;
  position: relative;
}
.menu__contents::before {
  position: absolute;
  content: "";
  width: clamp(17.125rem, -3.4157303371rem + 84.2696629213vw, 64rem);
  height: 2755px;
  top: clamp(8.5rem, 5.5421348315rem + 12.1348314607vw, 15.25rem);
  right: -20px;
  background: #eae0d5;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .menu__contents::before {
    height: 2700px;
    right: -90px;
  }
}

.menu_line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.menu__line1 {
  background: #222222;
  height: 2px;
}

.menu__line2 {
  background: #222222;
  height: 1px;
}

.menu__type-text {
  font-size: clamp(1.25rem, 1.1404494382rem + 0.4494382022vw, 1.5rem);
  font-weight: 700;
  margin-left: clamp(0.625rem, 0.3511235955rem + 1.1235955056vw, 1.25rem);
  margin-top: clamp(0.125rem, 0.0428370787rem + 0.3370786517vw, 0.3125rem);
  margin-bottom: clamp(0.125rem, 0.0428370787rem + 0.3370786517vw, 0.3125rem);
}

.menu__content {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr; /* 縦2行 / 横2列 */
  gap: 20px;
  margin-top: clamp(1.25rem, 1.1404494382rem + 0.4494382022vw, 1.5rem);
  margin-bottom: clamp(2.5625rem, 0.9466292135rem + 6.6292134831vw, 6.25rem);
}
@media screen and (min-width: 768px) {
  .menu__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 34px;
  }
}

.menu__content-img {
  padding: clamp(0.3125rem, 0.2303370787rem + 0.3370786517vw, 0.5rem);
  background: #ffffff;
}

.menu__content-text {
  font-size: clamp(0.875rem, 0.7106741573rem + 0.6741573034vw, 1.25rem);
  font-weight: 700;
  margin-top: clamp(0.5rem, 0.3904494382rem + 0.4494382022vw, 0.75rem);
}

.menu__content-price {
  font-family: "Damion", serif;
  font-size: clamp(1.5rem, 1.2808988764rem + 0.8988764045vw, 2rem);
  font-weight: 400;
}

.menu__type-drink {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .menu__type-drink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
  }
}

.menu__type-drink-img {
  display: none;
}
@media screen and (min-width: 768px) {
  .menu__type-drink-img {
    display: block;
    margin-right: 30px;
    background: #ffffff;
    padding: 8px;
    margin-top: 25px;
  }
  .menu__type-drink-img img {
    width: 326px;
    height: 326px;
  }
}

.drink-menu {
  width: 295px;
  margin: 0 auto;
  margin-bottom: 20px;
  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: 768px) {
  .drink-menu {
    width: 197px;
  }
}

.drink-type {
  padding-bottom: clamp(0.625rem, 0.5702247191rem + 0.2247191011vw, 0.75rem);
  border-bottom: 1px solid #222222;
  margin-top: clamp(1.25rem, 1.1130617978rem + 0.5617977528vw, 1.5625rem);
}
.drink-type h2 {
  font-size: 16px;
  font-weight: 700;
}

.drink-item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.drink-item p {
  font-size: 14px;
  font-weight: 700;
}

.price {
  font-family: "Damion", serif;
  font-size: 20px;
  font-weight: 400;
}

.menu__button {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .menu__button {
    margin-top: 54px;
  }
}

.gallery {
  background: #eae0d5;
  padding-top: clamp(3.75rem, 3.202247191rem + 2.2471910112vw, 5rem);
  padding-bottom: 106px;
  position: relative;
  margin-top: clamp(11.875rem, 10.231741573rem + 6.7415730337vw, 15.625rem);
}
@media screen and (min-width: 768px) {
  .gallery {
    padding-bottom: 86px;
  }
}
.gallery::after {
  position: absolute;
  content: "";
  background: url(../img/img_balloon-gallery.png) no-repeat center center/contain;
  width: clamp(12.5rem, 10.308988764rem + 8.9887640449vw, 17.5rem);
  height: clamp(6.5rem, 5.5140449438rem + 4.0449438202vw, 8.75rem);
  top: -57px;
  right: calc(50% + 10px);
}
@media screen and (min-width: 768px) {
  .gallery::after {
    top: -25px;
    right: calc(50% + 70px);
  }
}

@media screen and (min-width: 768px) {
  .gallery__inner {
    padding: 0;
  }
}

.gallery__contents {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr;
  gap: clamp(1.1875rem, 1.0505617978rem + 0.5617977528vw, 1.5rem);
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .gallery__contents {
    margin-top: 35px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
}

.gallery__button {
  margin-top: clamp(2.5rem, 1.9248595506rem + 2.3595505618vw, 3.8125rem);
  text-align: center;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news {
  margin-top: clamp(7.25rem, 7.1404494382rem + 0.4494382022vw, 7.5rem);
  position: relative;
}
.news::before {
  position: absolute;
  content: "";
  background: url(../img/bg_plate.png) no-repeat center center/contain;
  width: clamp(12.75rem, 8.6418539326rem + 16.8539325843vw, 22.125rem);
  height: clamp(11.5625rem, 7.8651685393rem + 15.1685393258vw, 20rem);
  top: -125px;
  right: calc(50% + 30px);
}
@media screen and (min-width: 768px) {
  .news::before {
    top: -264px;
    right: calc(50% + 340px);
  }
}

.news__contents {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .news__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 37px;
  }
}

.news__topic {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.news__topic:hover {
  opacity: 0.7;
}
.news__topic:hover .news__topic-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news__topic-box {
  position: relative;
}
.news__topic-box::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 5px;
  background-color: #aaaaaa;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 0);
  left: -8;
  top: 32px;
}
@media screen and (min-width: 768px) {
  .news__topic-box::after {
    top: 38px;
  }
}

.news__topic-img {
  position: relative;
  margin-bottom: clamp(0.625rem, 0.4606741573rem + 0.6741573034vw, 1rem);
  overflow: hidden;
}
.news__topic-img img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.news__tag {
  position: absolute;
  width: 78px;
  height: 24px;
  background-color: #222222;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%);
  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;
  color: white;
  font-size: 12px;
  top: 8px;
  left: -8px;
}
@media screen and (min-width: 768px) {
  .news__tag {
    width: 93px;
    height: 30px;
  }
}
.news__tag p {
  color: #ffffff;
  font-size: clamp(0.75rem, 0.6404494382rem + 0.4494382022vw, 1rem);
  font-weight: 700;
}

.news__topic-under {
  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;
}

.news__topic-title {
  font-size: clamp(0.875rem, 0.7106741573rem + 0.6741573034vw, 1.25rem);
  font-weight: 700;
  line-height: clamp(1.5rem, 1.2808988764rem + 0.8988764045vw, 2rem);
}

.news__topic-text {
  font-size: clamp(0.75rem, 0.6952247191rem + 0.2247191011vw, 0.875rem);
  font-weight: 400;
  line-height: clamp(1.125rem, 0.9606741573rem + 0.6741573034vw, 1.5rem);
}

.news__time {
  font-size: clamp(0.75rem, 0.6952247191rem + 0.2247191011vw, 0.875rem);
  font-weight: 500;
}

.news__content {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr;
  gap: 19px;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .news__content {
    margin-top: 0;
    row-gap: 32px;
    -webkit-column-gap: 43px;
       -moz-column-gap: 43px;
            column-gap: 43px;
  }
}
.news__content .news__tag {
  position: absolute;
  width: 70px;
  height: 20px;
  background-color: #222222;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%);
  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;
  color: white;
  font-size: 12px;
  top: 8px;
  left: -8px;
}
@media screen and (min-width: 768px) {
  .news__content .news__tag {
    width: 78px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .news__content .news__tag p {
    font-size: 12px;
  }
}

.news__box {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: relative;
}
.news__box::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 5px;
  background-color: #aaaaaa;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 0);
  left: -8;
  top: 28px;
}
@media screen and (min-width: 768px) {
  .news__box::after {
    top: 32px;
  }
}
.news__box:hover {
  opacity: 0.7;
}
.news__box:hover .news__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news__box a {
  display: block;
}

.news__img {
  position: relative;
  overflow: hidden;
}
.news__img img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.news__img .news__tag {
  top: clamp(0.625rem, 0.5702247191rem + 0.2247191011vw, 0.75rem);
}

.news__under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.5rem, 0.4452247191rem + 0.2247191011vw, 0.625rem);
}

.news__title {
  margin-top: clamp(0.390625rem, 0.2879213483rem + 0.4213483146vw, 0.625rem);
  font-size: clamp(0.75rem, 0.6952247191rem + 0.2247191011vw, 0.875rem);
  font-weight: 700;
  line-height: clamp(1.125rem, 0.9606741573rem + 0.6741573034vw, 1.5rem);
}

.news__button {
  margin-top: clamp(2.5rem, 1.952247191rem + 2.2471910112vw, 3.75rem);
  margin-bottom: clamp(3.8125rem, 1.1011235955rem + 11.1235955056vw, 10rem);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.access {
  background: #eae0d5;
  padding-top: 81px;
  padding-bottom: 80px;
  position: relative;
  margin-top: 164px;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .access {
    padding-bottom: 74px;
  }
}
.access::before {
  position: absolute;
  content: "";
  background: url(../img/img_balloon-access.png) no-repeat center center/contain;
  width: clamp(12.5rem, 11.5962078652rem + 3.7078651685vw, 14.5625rem);
  height: clamp(10.75rem, 9.9831460674rem + 3.1460674157vw, 12.5rem);
  top: -42px;
  right: calc(50% + 18px);
}
@media screen and (min-width: 768px) {
  .access::before {
    top: -50px;
    right: calc(50% + 70px);
  }
}
.access::after {
  position: absolute;
  content: "";
  background: url(../img/bg_bread.png) no-repeat center center/contain;
  width: clamp(12.5rem, 7.3237359551rem + 21.2359550562vw, 24.3125rem);
  height: clamp(10.75rem, 5.628511236rem + 21.0112359551vw, 22.4375rem);
  top: -95px;
  left: calc(50% + 30px);
}
@media screen and (min-width: 768px) {
  .access::after {
    top: -181px;
    left: calc(50% + 340px);
  }
}

.access__inner {
  padding-left: clamp(1.25rem, -3.5331632653rem + 20.4081632653vw, 6.25rem);
  padding-right: clamp(1.25rem, -3.5331632653rem + 20.4081632653vw, 6.25rem);
}

.access__map {
  margin-top: clamp(2.5rem, 2.6917134831rem - 0.7865168539vw, 2.0625rem);
  padding: 5px 5px 5px 5px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .access__map {
    padding: 10px 10px 10px 10px;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
}

.access__map iframe {
  width: 100%;
  height: clamp(11.125rem, 5.9487359551rem + 21.2359550562vw, 22.9375rem);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: none;
          filter: none;
  border: none;
}

.access__table {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .access__table {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
}

table {
  width: 100%;
}

tr {
  border-bottom: 1px solid #222222;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  padding-bottom: clamp(0.6875rem, 0.5779494382rem + 0.4494382022vw, 0.9375rem);
  padding-top: clamp(1.125rem, 1.0702247191rem + 0.2247191011vw, 1.25rem);
}

th {
  font-size: 14px;
  font-weight: 700;
  width: 56px;
  text-align: left;
}

td {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  color: #382620;
}
td a {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
td a:hover {
  opacity: 0.7;
}

.footer {
  background: #382620;
  padding-top: 37px;
  padding-bottom: 17px;
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  background: url(../img/bg-deco05.png) no-repeat center center/contain;
  width: clamp(8rem, 2.1664325843rem + 23.9325842697vw, 21.3125rem);
  height: clamp(7.125rem, 2.3595505618rem + 19.5505617978vw, 18rem);
  top: -57px;
  right: calc(50% + 96px);
}
@media screen and (min-width: 768px) {
  .footer::before {
    padding-top: 32px;
    top: -150px;
    right: calc(50% + 370px);
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}

.footer__sns {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.footer__sns img {
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.footer__sns img:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .footer__sns img {
    width: 24px;
    height: 24px;
  }
}

.footer__copyright {
  margin-top: 37px;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
  text-align: center;
}

.pagetop {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: clamp(0.375rem, -0.0084269663rem + 1.5730337079vw, 1.25rem);
  right: clamp(0.5rem, 0.1713483146rem + 1.3483146067vw, 1.25rem);
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.pagetop.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pagetop.show:hover {
  opacity: 0.7;
}

.concept-page {
  overflow-x: clip;
}

.concept-page__inner {
  padding-bottom: clamp(2rem, 0.6853932584rem + 5.393258427vw, 5rem);
  padding-right: clamp(1.25rem, -3.5331632653rem + 20.4081632653vw, 6.25rem);
  padding-left: clamp(1.25rem, -3.5331632653rem + 20.4081632653vw, 6.25rem);
}
@media screen and (min-width: 768px) {
  .concept-page__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top {
  position: relative;
}

.top__inner {
  padding: clamp(0.4375rem, 0.3553370787rem + 0.3370786517vw, 0.625rem);
  position: absolute;
  top: -5px;
  width: 100%;
}

.top__border {
  position: relative;
  border: 2px solid #fff;
  height: clamp(6.625rem, 1.3117977528rem + 21.797752809vw, 18.75rem);
  width: 100%;
  z-index: 2;
  margin-top: 5px;
}
.top__border::after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  height: clamp(6rem, 0.7415730337rem + 21.5730337079vw, 18rem);
  width: calc(100% - 6px);
  top: 3px;
  left: 3px;
}

.top__img img {
  width: 100%;
  height: clamp(7.5rem, 2.0224719101rem + 22.4719101124vw, 20rem);
}
.top__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* 背景色 */
  z-index: 1; /* 画像の上に表示するために前面に配置 */
}

.top__title {
  color: #ffffff;
  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;
  margin-top: clamp(1.625rem, -0.1278089888rem + 7.191011236vw, 5.625rem);
  z-index: 2;
  position: relative;
}

.top__title-en {
  font-family: "Amatic SC", serif;
  font-size: clamp(2rem, 0.904494382rem + 4.4943820225vw, 4.5rem);
  font-weight: 700;
  letter-spacing: clamp(0.4rem, 0.1808988764rem + 0.8988764045vw, 0.9rem);
}

.top__title-ja {
  font-size: clamp(0.75rem, 0.6404494382rem + 0.4494382022vw, 1rem);
  font-weight: 700;
  letter-spacing: clamp(0.06rem, 0.0512359551rem + 0.0359550562vw, 0.08rem);
}

.bread {
  margin-top: clamp(0.25rem, -0.0786516854rem + 1.3483146067vw, 1rem);
  color: #382620;
  font-size: clamp(0.75rem, 0.6952247191rem + 0.2247191011vw, 0.875rem);
  font-weight: 700;
  margin-left: clamp(0.625rem, -1.566011236rem + 8.9887640449vw, 5.625rem);
}
.bread span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(0.375rem, 0.1011235955rem + 1.1235955056vw, 1rem);
}

.concept-page__contents {
  margin-top: clamp(3rem, 2.1235955056rem + 3.595505618vw, 5rem);
}
.concept-page__contents.type2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: clamp(7.6875rem, 5.5786516854rem + 8.6516853933vw, 12.5rem);
  margin-bottom: clamp(5.9375rem, 3.0617977528rem + 11.797752809vw, 12.5rem);
}
@media screen and (min-width: 768px) {
  .concept-page__contents {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 71px;
  }
}

.concept-page__contents-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .concept-page__contents-texts {
    gap: 26px;
    width: 389px;
  }
}

.concept-page__contents-title {
  font-size: clamp(1.25rem, 1.0308988764rem + 0.8988764045vw, 1.75rem);
  font-weight: 700;
  line-height: clamp(2.5rem, 1.952247191rem + 2.2471910112vw, 3.75rem);
  white-space: nowrap;
}

.consept-page__contents-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px; /* 200% */
}

.concept-page__contents-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.6875rem, 0.441011236rem + 1.0112359551vw, 1.25rem);
  margin-top: 36px;
  position: relative;
}
.concept-page__contents-images::after {
  position: absolute;
  content: "";
  background: #eae0d5;
  width: clamp(20.9375rem, 3.1629213483rem + 72.9213483146vw, 61.5rem);
  height: clamp(6.25rem, 3.5112359551rem + 11.2359550562vw, 12.5rem);
  bottom: -48px;
  right: -20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .concept-page__contents-images::after {
    bottom: -100px;
    right: -90px;
  }
}
@media screen and (min-width: 768px) {
  .concept-page__contents-images {
    margin-top: 0;
    width: 640px;
  }
}
.concept-page__contents-images img:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
.concept-page__contents-images img:nth-child(2), .concept-page__contents-images img:nth-child(3) {
  grid-row: 2/2;
}
.concept-page__contents-images.type2 {
  display: block;
  position: relative;
}
.concept-page__contents-images.type2::after {
  width: clamp(17.75rem, 9.643258427rem + 33.2584269663vw, 36.25rem);
  height: clamp(14.1875rem, 8.4360955056rem + 23.595505618vw, 27.3125rem);
  left: -20px;
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  .concept-page__contents-images.type2::after {
    left: -90px;
    bottom: -60px;
  }
}
.concept-page__contents-images.type2 img:nth-child(1) {
  width: clamp(17.6875rem, 10.6488764045rem + 28.8764044944vw, 33.75rem);
  height: clamp(13.25rem, 7.9641853933rem + 21.6853932584vw, 25.3125rem);
  position: absolute;
  right: 0;
}
.concept-page__contents-images.type2 img:nth-child(2) {
  width: clamp(11.4375rem, 6.8637640449rem + 18.7640449438vw, 21.875rem);
  height: clamp(8.625rem, 5.2015449438rem + 14.0449438202vw, 16.4375rem);
  position: relative;
  margin-top: clamp(8.9375rem, 5.3497191011rem + 14.7191011236vw, 17.125rem);
}
.concept-page__contents-images.type3::after {
  width: clamp(11.5rem, 5.5842696629rem + 24.2696629213vw, 25rem);
  height: clamp(14.9375rem, 7.2415730337rem + 31.5730337079vw, 32.5rem);
  right: 0;
  bottom: -36px;
}
@media screen and (min-width: 768px) {
  .concept-page__contents-images.type3::after {
    right: -90px;
    bottom: -80px;
  }
}
.concept-page__contents-images.type3 img {
  width: clamp(18.375rem, 8.8988764045rem + 38.8764044944vw, 40rem);
  height: clamp(11.5rem, 5.5842696629rem + 24.2696629213vw, 25rem);
}

.menu-page__button {
  margin-top: clamp(3.75rem, 3.202247191rem + 2.2471910112vw, 5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.75rem, 0.6952247191rem + 0.2247191011vw, 0.875rem);
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .menu-page__button {
    max-width: 842px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.button2 {
  position: relative;
  width: clamp(10.0625rem, 8.9943820225rem + 4.3820224719vw, 12.5rem);
  height: clamp(4rem, 3.8630617978rem + 0.5617977528vw, 4.3125rem);
  background: #888;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.8202247191rem + 0.2247191011vw, 1rem);
  font-style: normal;
  font-weight: 700;
}
.button2::after {
  position: absolute;
  content: "";
  border: 1px solid #ffffff;
  width: clamp(9.5625rem, 8.4943820225rem + 4.3820224719vw, 12rem);
  height: clamp(3.5rem, 3.3630617978rem + 0.5617977528vw, 3.8125rem);
  top: 3px;
  left: 3px;
}
.button2.active {
  background: #382620;
}

.menu-page__contents {
  margin-top: clamp(3.75rem, 3.202247191rem + 2.2471910112vw, 5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
}
@media screen and (min-width: 768px) {
  .menu-page__contents {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}

.menu-page__content-text {
  margin-top: clamp(0.5rem, 0.3904494382rem + 0.4494382022vw, 0.75rem);
  font-size: 14px;
  font-weight: 700;
}

.menu-page__content-price {
  text-align: center;
  font-family: "Damion", serif;
  font-size: 24px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .news-page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 72px;
  }
}

.news-page__box .news__box::after {
  top: 30px;
}
@media screen and (min-width: 768px) {
  .news-page__box .news__box::after {
    top: 38px;
  }
}
.news-page__box .news__tag {
  position: absolute;
  width: 70px;
  height: 22px;
  background-color: #222222;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%);
  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;
  color: white;
  font-size: 12px;
  top: 8px;
  left: -8px;
}
@media screen and (min-width: 768px) {
  .news-page__box .news__tag {
    width: 85px;
    height: 27px;
  }
}
@media screen and (min-width: 768px) {
  .news-page__box .news__tag p {
    font-size: 14px;
  }
}

.news__category {
  margin-top: clamp(3rem, 2.1235955056rem + 3.595505618vw, 5rem);
  color: #382620;
  font-size: clamp(1.25rem, 1.1404494382rem + 0.4494382022vw, 1.5rem);
  font-weight: 700;
}

.news-page__contents {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .news-page__contents {
    gap: 40px;
    margin-top: 24px;
  }
}
.news-page__contents a {
  display: block;
}

.news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 44px;
  color: #382620;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  border: 1px solid #382620 !important; /* 1px のボーダー */
  border-radius: 50%;
  background-color: #ffffff !important;
  margin: 0 !important;
  padding: 7px 15px !important;
  -webkit-transition: color, background-color 0.3s ease-in-out;
  transition: color, background-color 0.3s ease-in-out;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  background-color: #382620 !important;
  color: #ffffff;
}
.wp-pagenavi .current {
  background-color: #382620 !important;
  color: #ffffff; /* 通常のボタン色を反転 */
  font-weight: 700;
}

.pages {
  display: none;
}

.news-page__select {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .news-page__select {
    max-width: 300px;
    margin-top: 0;
  }
}

.news-page__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background: #f8f8f8;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .news-page__new {
    margin-top: 80px;
  }
}

.news-page__new-content-title {
  margin-bottom: 5px;
}

.news-page__new-content-title,
.news-page__categories-content__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
}
.news-page__new-content-title::after,
.news-page__categories-content__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 1px;
  background-color: currentColor;
}

.news-page__new-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.news-page__new-content:hover {
  opacity: 0.7;
}
.news-page__new-content img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover; /* 画像が切り取られて正方形に収まる */
  -o-object-position: center;
     object-position: center;
}

.news-page__new-content-text {
  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;
}
.news-page__new-content-text p {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page__new-content-text time {
  font-size: 12px;
  font-weight: 500;
}

.news-page__categories {
  margin-top: clamp(2.5rem, 1.952247191rem + 2.2471910112vw, 3.75rem);
  background: #f8f8f8;
  padding: 20px;
}

.news-page__category {
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  color: #382620;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 12px;
}
.news-page__category li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.news-page__category li:hover {
  opacity: 0.7;
}
.news-page__category li::before {
  position: absolute;
  content: "";
  background: url(../img/Icon\ metro-chevron-thin-right.png) no-repeat center center/contain;
  left: 0;
  width: 6px;
  height: 12px;
}

@media screen and (min-width: 768px) {
  .single-page__inner {
    padding: 0;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-page__contents {
  margin-top: clamp(3rem, 2.1235955056rem + 3.595505618vw, 5rem);
  margin-bottom: 32px;
}
.single-page__contents h1 {
  margin-top: 24px;
  color: #382620;
  font-size: clamp(1.25rem, 1.0308988764rem + 0.8988764045vw, 1.75rem);
  font-weight: 700;
  line-height: clamp(1.75rem, 1.4213483146rem + 1.3483146067vw, 2.5rem);
}

.single-page__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #382620;
  font-size: 14px;
  font-weight: 700;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(1.5625rem, 1.1516853933rem + 1.6853932584vw, 2.5rem);
  margin-bottom: 36px;
}
.single-page__meta p,
.single-page__meta time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-page__meta time::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  margin-left: 20px;
  background-color: #382620;
}

.single-page__text {
  font-size: clamp(0.875rem, 0.8202247191rem + 0.2247191011vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(1.75rem, 1.6404494382rem + 0.4494382022vw, 2rem);
}

.single-page__img {
  margin-top: 36px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .single-page__img {
    height: 430px;
  }
}

.single-page__h2 {
  margin-top: clamp(4.6875rem, 4.0849719101rem + 2.4719101124vw, 6.0625rem);
}
.single-page__h2 h2 {
  color: #382620;
  margin-bottom: clamp(1.125rem, 1.0976123596rem + 0.1123595506vw, 1.1875rem);
  font-size: clamp(1.125rem, 0.9606741573rem + 0.6741573034vw, 1.5rem);
  font-weight: 700;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .single-page__h2 h2 {
    line-height: normal;
  }
}
.single-page__h2 h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 54px;
  background-color: #382620;
  left: 0;
  margin-right: clamp(0.75rem, 0.6404494382rem + 0.4494382022vw, 1rem);
}
@media screen and (min-width: 768px) {
  .single-page__h2 h2::before {
    width: 6px;
    height: 35px;
  }
}

.single-page__h3 {
  margin-top: clamp(3.375rem, 3.3202247191rem + 0.2247191011vw, 3.5rem);
}
.single-page__h3 h3 {
  color: #382620;
  font-size: clamp(1rem, 0.8904494382rem + 0.4494382022vw, 1.25rem);
  font-weight: 700;
  line-height: 24px; /* 150% */
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #382620;
}
@media screen and (min-width: 768px) {
  .single-page__h3 h3 {
    line-height: normal;
  }
}

.single-page__h4 {
  margin-top: clamp(3.375rem, 3.3202247191rem + 0.2247191011vw, 3.5rem);
}
.single-page__h4 h4 {
  margin-bottom: clamp(0.875rem, 0.8476123596rem + 0.1123595506vw, 0.9375rem);
  color: #382620;
  font-size: clamp(0.875rem, 0.8202247191rem + 0.2247191011vw, 1rem);
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .single-page__h4 h4 {
    line-height: normal;
  }
}

.single-page__list {
  margin-top: 28px;
  margin-bottom: 32px;
  font-size: clamp(0.875rem, 0.8202247191rem + 0.2247191011vw, 1rem);
  font-weight: 500;
  width: clamp(19.6875rem, 10.0196629213rem + 39.6629213483vw, 41.75rem);
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.single-page__cite {
  background: #f8f8f8;
  padding: 20px 24px 25px 24px;
}
@media screen and (min-width: 768px) {
  .single-page__cite {
    padding: 35px 40px 40px 40px;
  }
}

.single-page__cite-text {
  font-size: clamp(0.875rem, 0.8202247191rem + 0.2247191011vw, 1rem);
  font-weight: 500;
  line-height: clamp(1.75rem, 1.6404494382rem + 0.4494382022vw, 2rem);
}

.single-page__cite-url {
  margin-top: clamp(0.9375rem, 0.9101123596rem + 0.1123595506vw, 1rem);
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.single-page__cite-url:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .single-page__cite-url {
    margin-right: 0;
  }
}

.post-navigation {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  color: #382620;
  text-align: center;
  font-size: clamp(0.875rem, 0.8202247191rem + 0.2247191011vw, 1rem);
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  gap: clamp(2.25rem, -2.1320224719rem + 17.9775280899vw, 12.25rem);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .post-navigation {
    line-height: normal;
  }
}

.post-navigation__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.post-navigation__prev:hover {
  opacity: 0.7;
}
.post-navigation__prev .post-navigation__icon {
  margin-right: 10px;
  color: #382620;
}

.post-navigation__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.post-navigation__next:hover {
  opacity: 0.7;
}
.post-navigation__next .post-navigation__icon {
  margin-left: 10px;
  color: #382620;
}

.post-navigation__all {
  padding: clamp(0.5rem, 0.3904494382rem + 0.4494382022vw, 0.75rem) clamp(1.6875rem, 1.441011236rem + 1.0112359551vw, 2.25rem);
  border: 1px solid #382620;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.post-navigation__all:hover {
  opacity: 0.7;
}

.related-posts {
  margin-top: clamp(6.25rem, 5.702247191rem + 2.2471910112vw, 7.5rem);
}

.related-posts__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.1875rem, 0.6123595506rem + 2.3595505618vw, 2.5rem);
  margin-top: clamp(2.5rem, 2.2261235955rem + 1.1235955056vw, 3.125rem);
}
@media screen and (min-width: 768px) {
  .related-posts__content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .related-posts__content .news__title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2行まで表示 */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.related-posts__content .news__tag {
  top: 10px;
  position: absolute;
  width: 70px;
  height: 22px;
  background-color: #222222;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%);
  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;
  color: white;
  font-size: 12px;
  top: 8px;
  left: -8px;
}
@media screen and (min-width: 768px) {
  .related-posts__content .news__tag {
    width: 78px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .related-posts__content .news__tag p {
    font-size: 12px;
  }
}

.related-posts__title {
  color: #382620;
  text-align: center;
  font-size: clamp(1.25rem, 1.0308988764rem + 0.8988764045vw, 1.75rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .related-posts__title {
    line-height: 40px;
  }
}

.shop-page__inner.inner {
  padding-left: clamp(1.25rem, -3.5331632653rem + 20.4081632653vw, 6.25rem);
  padding-right: clamp(1.25rem, -3.5331632653rem + 20.4081632653vw, 6.25rem);
}
@media screen and (min-width: 768px) {
  .shop-page__inner.inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .shop-page__inner {
    padding: 0;
    max-width: 689px;
    margin-left: auto;
    margin-right: auto;
  }
}

.shop-page__contents {
  margin-top: clamp(3rem, 2.0962078652rem + 3.7078651685vw, 5.0625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(3.5625rem, 1.8918539326rem + 6.8539325843vw, 7.375rem);
}

.shop-page__content .access__table {
  margin-top: 0;
}
.shop-page__content .access__map {
  margin-top: clamp(1.25rem, 1.1404494382rem + 0.4494382022vw, 1.5rem);
  max-width: 689px;
}
.shop-page__content tr {
  padding-top: clamp(1.125rem, 1.0154494382rem + 0.4494382022vw, 1.375rem);
  padding-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .shop-page__content .access__map iframe {
    width: 669px;
  }
}

.shop-page__name {
  color: #382620;
  font-size: clamp(1.25rem, 1.1404494382rem + 0.4494382022vw, 1.5rem);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-page__name::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 29px;
  margin-right: clamp(0.5rem, 0.2808988764rem + 0.8988764045vw, 1rem);
  background-color: #382620;
}

.gift-page__contents {
  margin-top: clamp(3rem, 2.1235955056rem + 3.595505618vw, 5rem);
}

.gift-page__content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .gift-page__content1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .gift-page__content-main {
    width: 50%;
  }
}
.gift-page__content-main .gift-page__box-text {
  font-size: clamp(1.25rem, 1.1404494382rem + 0.4494382022vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  margin-top: clamp(0.75rem, 0.7226123596rem + 0.1123595506vw, 0.8125rem);
}
.gift-page__content-main .gift-page__box-price {
  font-size: clamp(1.75rem, 1.6404494382rem + 0.4494382022vw, 2rem);
  font-weight: 400;
}

.gift-page__box {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.gift-page__box-text {
  margin-top: clamp(0.5rem, 0.3904494382rem + 0.4494382022vw, 0.75rem);
  font-size: 14px;
  font-weight: 700;
}

.gift-page__box-price {
  text-align: center;
  font-family: "Damion", serif;
  font-size: 24px;
  font-weight: 400;
}

.shop__button {
  margin-top: 12px;
  background: #222222;
  text-align: center;
  width: clamp(8.75rem, 7.8188202247rem + 3.8202247191vw, 10.875rem);
  height: clamp(1.8125rem, 1.6207865169rem + 0.7865168539vw, 2.25rem);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background border 0.3s ease-in-out;
  transition: background border 0.3s ease-in-out;
}
.shop__button:hover {
  background: #ffffff;
  border: 1px solid #222222;
}

.button3 {
  color: #ffffff;
  font-size: clamp(0.75rem, 0.6952247191rem + 0.2247191011vw, 0.875rem);
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.button3:hover {
  color: #222222;
}

.gift-page__content-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: clamp(1.1875rem, 0.6123595506rem + 2.3595505618vw, 2.5rem);
     -moz-column-gap: clamp(1.1875rem, 0.6123595506rem + 2.3595505618vw, 2.5rem);
          column-gap: clamp(1.1875rem, 0.6123595506rem + 2.3595505618vw, 2.5rem);
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .gift-page__content-right {
    width: 50%;
  }
}

.gift-page__content2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  row-gap: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .gift-page__content2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}

.wrapping {
  border: 4px solid #382620;
  background: #fff;
  margin-top: clamp(3.75rem, 2.654494382rem + 4.4943820225vw, 6.25rem);
  padding: clamp(2.3125rem, 1.4087078652rem + 3.7078651685vw, 4.375rem) clamp(2.5rem, 1.952247191rem + 2.2471910112vw, 3.75rem);
  position: relative;
}
.wrapping::after {
  position: absolute;
  content: "";
  border: 1px solid #382620;
  display: inline-block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  aspect-ratio: 315/479;
  top: 6px;
  left: 6px;
}

@media screen and (min-width: 768px) {
  .wrapping-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
  }
}

.wrapping-box___content {
  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: 22px;
}
@media screen and (min-width: 768px) {
  .wrapping-box___content {
    display: block;
    max-width: 460px;
    margin-top: 8px;
  }
}
.wrapping-box___content h3 {
  color: #382620;
  font-size: clamp(1rem, 0.7808988764rem + 0.8988764045vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1.625rem, 1.2415730337rem + 1.5730337079vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .wrapping-box___content h3 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .wrapping-box___content img {
    margin-top: 20px;
  }
}

.wrapping-box__text {
  color: #382620;
  font-size: clamp(0.75rem, 0.6404494382rem + 0.4494382022vw, 1rem);
  font-weight: 500;
  line-height: clamp(1.5rem, 1.2808988764rem + 0.8988764045vw, 2rem);
}
@media screen and (min-width: 768px) {
  .wrapping-box__text {
    margin-top: 36px;
  }
}

.wrapping-box__img {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .wrapping-box__img {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .contact-page__inner {
    max-width: 728px;
  }
}

.contact-page__title {
  margin-top: clamp(3.375rem, 2.6629213483rem + 2.9213483146vw, 5rem);
  color: #382620;
  text-align: center;
  font-size: clamp(1.25rem, 1.0308988764rem + 0.8988764045vw, 1.75rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contact-page__title {
    line-height: 40px;
  }
}

.contact-page__text {
  margin-top: clamp(1.625rem, 1.5702247191rem + 0.2247191011vw, 1.75rem);
  color: #382620;
  font-size: clamp(0.875rem, 0.8202247191rem + 0.2247191011vw, 1rem);
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .contact-page__text {
    line-height: normal;
  }
}

.wpcf7 {
  margin-top: clamp(3.75rem, 3.1748595506rem + 2.3595505618vw, 5.0625rem);
  /* チェックされた状態でのアイコン（背景画像を変更） */
}
.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .contact-item {
  color: #382620;
  font-size: 16px;
  font-weight: 700;
}
.wpcf7 .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .wpcf7 .wpcf7-form-control {
    margin-top: 0;
  }
}
.wpcf7 .wpcf7-form-control .wpcf7-list-item:nth-child(1) {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .wpcf7 .wpcf7-form-control .wpcf7-list-item:nth-child(1) {
    margin-top: 0;
  }
}
.wpcf7 input[type=radio] {
  display: none;
}
.wpcf7 .wpcf7-list-item-label {
  color: #382620;
}
.wpcf7 .wpcf7-list-item-label::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_radio.png");
  background-size: cover;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.wpcf7 input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-image: url("../img/icon_radio-on.png");
}
.wpcf7 .contact-item {
  margin-top: 40px;
}
.wpcf7 .contact-item::after {
  content: "必須";
  padding: 2px 6px;
  border-radius: 2px;
  background-color: #f07317;
  color: white;
  font-size: 12px;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .wpcf7 .contact-item {
    margin-top: 0;
    width: 198px;
  }
}
.wpcf7 .contact-group:nth-of-type(5) .contact-item::after {
  display: none;
}
.wpcf7 label {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wpcf7 label {
    width: 198px;
    white-space: nowrap;
  }
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 16px;
  border-radius: 6px;
  border: 1px solid #382620;
  background: #fff;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 textarea {
    width: 490px;
  }
}
.wpcf7 textarea {
  height: clamp(12.5rem, 11.2675561798rem + 5.0561797753vw, 15.3125rem);
}
.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  color: #ccc;
}
.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #ccc;
}
.wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 input::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .wpcf7-submit {
  position: relative;
  width: 290px;
  height: 72px;
  background: #222222;
  color: #ffffff !important;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  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;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .wpcf7 .wpcf7-submit {
    width: 280px;
  }
}
.wpcf7 .wpcf7-submit:hover {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}
.wpcf7 .wpcf7-submit:hover .contact__privacy::after {
  -webkit-transform: translate(-6px, -6px);
          transform: translate(-6px, -6px);
}

.contact__privacy {
  color: #382620;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-bottom: clamp(2.375rem, 2.3202247191rem + 0.2247191011vw, 2.5rem);
  margin-top: 18px;
  position: relative;
}
.contact__privacy::after {
  position: absolute;
  content: "";
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  bottom: -117px;
  right: calc(50% - 152px);
  width: 280px;
  height: 72px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .contact__privacy::after {
    right: calc(50% - 146px);
  }
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    line-height: normal;
  }
}

@media screen and (min-width: 768px) {
  .contact-group {
    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: start;
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .contact-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .thanks-page__inner {
    max-width: 728px;
  }
}

.thanks-page__title {
  margin-top: clamp(3.375rem, 2.6629213483rem + 2.9213483146vw, 5rem);
  color: #382620;
  text-align: center;
  font-size: clamp(1.25rem, 1.0308988764rem + 0.8988764045vw, 1.75rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .thanks-page__title {
    line-height: 40px;
  }
}

.thanks-page__text {
  margin-top: clamp(1.625rem, 1.5702247191rem + 0.2247191011vw, 1.75rem);
  color: #382620;
  font-size: clamp(0.875rem, 0.8202247191rem + 0.2247191011vw, 1rem);
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .thanks-page__text {
    line-height: normal;
  }
}