@charset "UTF-8";
*,
*::before,
*::after {
  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,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body .wp-block {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background-color: transparent;
  font-size: 14px;
  overflow-x: hidden;
}

body {
  background-color: transparent;
  color: #222222;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  overflow-x: hidden;
}

#wpadminbar {
  max-width: 100vw;
  position: fixed;
  width: 100%; /* 横幅をページ全体に制限 */
  z-index: 99999; /* 前面に表示 */
}

main {
  background: #F3EFEB;
  overflow: hidden;
}

img {
  height: 100%;
  max-width: 100%;
}

a {
  color: inherit;
}

.l-section {
  height: 100%;
  max-width: 100vw;
  width: 100%;
}

.l-sidebar {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.l-left {
  height: 100%;
  width: 100%;
}

.l-right {
  height: 100%;
  width: 100%;
}

.l-inner {
  max-width: 1100px;
}

.c-drawer-nav__lists ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.c-drawer-nav__list a {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.c-drawer-nav__list span {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
}
.c-drawer-nav__list span:first-child {
  font-family: "Patua One";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.88px;
  line-height: normal;
}

.c-fv-nav__lists {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.c-fv-nav__list a {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.c-fv__list--en {
  color: #222;
  font-family: "Patua One";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.92px;
  line-height: normal;
  text-align: center;
}

.c-fv__list--ja {
  color: #222;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.c-sns {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 29px;
  margin-left: 4px;
}

.c-sns__icon img {
  height: 100%;
  width: 100%;
}
.c-sns__icon:first-child {
  height: 21.117px;
  margin-right: 2px;
  margin-top: -5px;
  width: 26px;
}
.c-sns__icon:nth-child(2) {
  height: 23.995px;
  width: 24px;
}
.c-sns__icon:last-child {
  height: 19.687px;
  margin-top: -9px;
  width: 28px;
}

.c-sns--drawer {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 38.67px;
}

.c-sns__icon--drawer img {
  height: 100%;
  width: 100%;
}
.c-sns__icon--drawer:first-child {
  height: 26.396px;
  margin-right: 2.5px;
  width: 32.5px;
}
.c-sns__icon--drawer:nth-child(2) {
  height: 29.993px;
  width: 30px;
}
.c-sns__icon--drawer:last-child {
  height: 24.609px;
  margin-top: -9px;
  width: 35px;
}

.c-button-type20 {
  background: #222222;
  height: 100%;
  padding-bottom: 1px;
  padding-left: 25px;
  padding-right: 17px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.c-button-type20 a {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-button-type20 a span:first-child {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-left: auto;
}
.c-button-type20 a span:last-child {
  margin-left: auto;
}
.c-button-type20 a span:last-child svg {
  fill: #FFFFFF;
  height: 13.628px;
  width: 7.814px;
}
.c-button-type20 a::after {
  background: transparent;
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
  content: "";
  height: 72px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 290px;
  z-index: 1;
}
.c-button-type20:hover {
  transform: translate(6px, 6px);
}
.c-button-type20:hover a::after {
  left: 0;
  top: 0;
}

.c-button-type21 {
  background: #888;
  height: 100%;
  padding: 4px;
  transition: hover 1s ease-in;
  width: 100%;
}
.c-button-type21 span {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: grid;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  line-height: 19px;
  place-items: center;
  text-align: center;
  width: 100%;
}
.c-button-type21.is-active {
  background: #382620;
}
.c-button-type21:hover {
  background: #382620 !important;
}

.c-section-title1 h1 {
  color: #222222;
  font-family: "Amatic SC";
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: normal;
}
.c-section-title1 p {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.c-section-title2 {
  height: 35px;
  width: 100%;
}
.c-section-title2 h2 {
  border-bottom: 1px solid #222222;
  border-top: 1px solid #222222;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  padding: 2px 10px 3px 10px;
  position: relative;
}
.c-section-title2 h2::after {
  border-bottom: 2px solid #222222;
  border-top: 2px solid #222222;
  content: "";
  display: inline-block;
  height: 44px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 100%;
}

.c-section-title3 p {
  color: #382620;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.c-section-title4 p {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.c-section-title4 p::before {
  background: #222;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 32px;
}

.c-menuCard__img {
  aspect-ratio: 1/1;
}
.c-menuCard__img img {
  height: 100%;
  width: 100%;
}

.c-menuCard__body {
  display: flex;
  margin-top: 6px;
}
.c-menuCard__body p {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.c-menuCard__body p span {
  background: #222222;
  color: #FFFFFF;
  display: grid;
  font-family: "Patua One";
  font-size: 19px;
  font-weight: 400;
  height: 24px;
  letter-spacing: 0.28px;
  line-height: normal;
  margin-right: 5.99px;
  margin-top: 2px;
  place-items: center;
  width: 24px;
}

.c-menuCard2__img {
  aspect-ratio: 1/1;
  background: #FFFFFF;
  display: grid;
  place-items: center;
}
.c-menuCard2__img img {
  aspect-ratio: 1/1;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
}

.c-menuCard2__body {
  margin-top: 8px;
}
.c-menuCard2__body p {
  font-weight: 700;
  line-height: normal;
}
.c-menuCard2__body p:last-child {
  font-family: Damion;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.c-menuCard4 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  height: 100%;
  width: 100%;
}
.c-menuCard4__img {
  aspect-ratio: 1/1;
  display: inline-block;
  height: 100px;
  position: relative;
  width: 100px;
}
.c-menuCard4__img .c-menuCard4__img--img {
  overflow: hidden;
}
.c-menuCard4__img .c-menuCard4__img--img img {
  height: 100px;
  width: 100px;
}
.c-menuCard4__img .c-menuCard4__img--img img:hover {
  opacity: 0.7;
}
.c-menuCard4__img .c-menuCard4__tag {
  background: url("../img/tag-bg.svg") no-repeat center center/contain;
  color: #FFFFFF;
  display: grid;
  font-size: 12px;
  font-weight: 700;
  left: -21px;
  line-height: normal;
  padding: 4px 12px 1px 10px;
  place-items: center;
  position: absolute;
  top: -4px;
}

.c-menuCard4__body {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: auto;
  margin-top: auto;
  width: 195px;
}

.c-menuCard4__date {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.c-menuCard4__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 4px;
}

.c-menuCard4__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.c-menuCard5 {
  height: 100%;
  width: 100%;
}

.c-menuCard5__img {
  aspect-ratio: 158/158;
  display: inline-block;
  width: 100%;
}
.c-menuCard5__img img {
  height: 100%;
  width: 100%;
}

.c-menuCard5__body {
  height: 100%;
  margin-top: 8px;
  width: 100%;
}
.c-menuCard5__body p {
  font-weight: 700;
  line-height: normal;
}
.c-menuCard5__body p:last-child {
  font-family: Damion;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.c-menuCard6__img {
  aspect-ratio: 158/99;
  display: inline-block;
  position: relative;
  width: 100%;
}
.c-menuCard6__img .c-menuCard6__img--img {
  overflow: hidden;
}
.c-menuCard6__img .c-menuCard6__img--img img {
  height: 100%;
  width: 100%;
}
.c-menuCard6__img .c-menuCard6__img--img img:hover {
  transform: scale(1.1);
}
.c-menuCard6__img .c-menuCard6__tag {
  background: url("../img/tag-bg.svg") no-repeat center center/contain;
  color: #FFFFFF;
  display: grid;
  font-size: 12px;
  font-weight: 700;
  left: -8px;
  line-height: normal;
  padding: 2px 12px 3px 10px;
  place-items: center;
  position: absolute;
  top: 10px;
}

.c-menuCard6__body {
  margin-top: 0;
}

.c-menuCard6__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.c-menuCard6__date {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-top: 7px;
}

.c-menuCard7 {
  display: flex;
  flex-direction: row;
  gap: 14px;
  height: 100%;
  width: 100%;
}
.c-menuCard7__img {
  aspect-ratio: 100/100;
  display: inline-block;
  position: relative;
  width: 33.89%;
}
.c-menuCard7__img img {
  height: 100%;
  width: 100%;
}
.c-menuCard7__img img:hover {
  opacity: 0.7;
}

.c-menuCard7__body {
  width: 61.35%;
}

.c-menuCard7__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.c-menuCard7__date {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}
.c-menuCard8__img {
  aspect-ratio: 1/1;
  background: #FFFFFF;
  display: grid;
  place-items: center;
}
.c-menuCard8__img img {
  aspect-ratio: 1/1;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
}

.c-menuCard8__body {
  margin-top: 8px;
}
.c-menuCard8__body p {
  font-weight: 700;
  line-height: normal;
}
.c-menuCard8__body p:last-child {
  font-family: Damion;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.c-menuCard8__button {
  background: #222;
  display: grid;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  place-items: center;
  transition: all 0.3;
  width: -moz-fit-content;
  width: fit-content;
}
.c-menuCard8__button a {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  padding: 6px 16px 6px 15px;
  text-align: center;
}
.c-menuCard8__button:hover {
  background: #F8F8F8;
  border: 1px solid #222;
}
.c-menuCard8__button:hover a {
  color: #222;
}

.c-menuCard9__img {
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
.c-menuCard9__img img {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
}
.c-menuCard9__body {
  margin-top: 8px;
}
.c-menuCard9__body p {
  font-weight: 700;
  line-height: normal;
}
.c-menuCard9__body p:last-child {
  font-family: Damion;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: normal;
  margin-left: -4px;
  text-align: center;
}

.c-menuCard9__button {
  background: #222;
  display: grid;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  place-items: center;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.c-menuCard9__button a {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  padding: 6px 16px 6px 15px;
  text-align: center;
}
.c-menuCard9__button:hover {
  background: #F8F8F8;
  border: 1px solid #222;
}
.c-menuCard9__button:hover a {
  color: #222;
}

.c-menuCard10__img {
  aspect-ratio: 158/99;
  display: inline-block;
  position: relative;
  width: 100%;
}
.c-menuCard10__img .c-menuCard10__img--img {
  overflow: hidden;
}
.c-menuCard10__img .c-menuCard10__img--img img {
  height: 100%;
  width: 100%;
}
.c-menuCard10__img .c-menuCard10__img--img img:hover {
  transform: scale(1.1);
}
.c-menuCard10__img .c-menuCard10__tag {
  background: url("../img/tag-bg.svg") no-repeat center center/contain;
  color: #FFFFFF;
  display: grid;
  font-size: 12px;
  font-weight: 700;
  left: -8px;
  line-height: normal;
  padding: 2px 12px 3px 10px;
  place-items: center;
  position: absolute;
  top: 10px;
}

.c-menuCard10__body {
  margin-top: 0;
}

.c-menuCard10__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 2px;
}

.c-menuCard10__date {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-top: 7px;
}

.c-to-top {
  background: url("../img/to-top.svg") no-repeat center center/contain;
  background-size: 44px 44px;
  bottom: 6px;
  display: none;
  height: 44px;
  position: fixed;
  right: 8px;
  transition: all 0.3s;
  width: 44px;
  z-index: 30;
}
.c-to-top.is-show {
  display: block;
}

.c-news-side__lists {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.c-news-side__lists ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-news-side__link {
  align-items: center !important;
  display: flex;
}
.c-news-side__link span:first-child {
  height: 100%;
  margin-right: 6px;
}
.c-news-side__link span:last-child {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.c-news-side__link:hover {
  opacity: 0.7;
}

.c-pagenation {
  display: flex;
  flex-direction: row;
  gap: 12px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-numbers {
  background: url("../img/numbers-bg-w.svg") no-repeat center center/contain;
  background-size: 40px 40px;
  color: #382620;
  display: grid;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  place-items: center;
  width: 40px;
}
.page-numbers.current {
  background: url("../img/numbers-bg-b.svg") no-repeat center center/contain;
  color: #FFF;
}
.c-prev_text,
.c-next_text {
  background: #FFF;
  border: 1px solid #382620;
  border-radius: 40px;
  color: #382620;
  display: grid;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: normal;
  place-items: center;
  width: 40px;
}

.c-404__button {
  background: #382620;
  box-shadow: inset;
  color: #FFFFFF;
  display: grid;
  font-size: 24px;
  height: 72px;
  margin-top: 40px;
  place-items: center;
  transition: all 0.3s;
  width: 200px;
}
.c-404__button:hover {
  background: #FFFFFF;
  border: 1px solid #382620;
  color: #382620;
}

.p-drawer {
  background: #382620;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s;
  width: 375px;
  z-index: 20;
}
.p-drawer.is-checked {
  transform: translateX(0);
}
.c-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 57px;
  padding: 10px 10px 55px 15px;
}

.c-drawer-logo {
  height: 64px;
  width: 125px;
}

.c-drawer-menu {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-left: 26px;
}

.c-drawer-sns {
  display: flex;
  justify-content: center;
}

.backdrop {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}

.backdrop.visible {
  opacity: 1;
  visibility: visible;
}

.p-header {
  height: 72px;
  max-width: 100vw;
  position: fixed;
  width: 100%;
  z-index: 30;
}

.p-header__inner {
  align-items: center;
  display: flex;
  padding: 7px 10px 0 14px;
}

.p-header__logo {
  display: none;
  height: 64px;
  margin-right: auto;
  margin-top: 3px;
  width: 128px;
}
.p-header__logo.top {
  display: block;
}

.c-header__logo {
  height: 100%;
  width: 100%;
}
.c-header__logo img {
  height: 100%;
  width: 100%;
}

.p-drawer-icon {
  height: 60px;
  margin-bottom: 3px;
  margin-left: auto;
  position: relative;
  transition: all 0.3s;
  width: 60px;
  z-index: 40;
}

.c-drawer-icon {
  align-items: center;
  background: #382620;
  border-radius: 60px;
  display: flex;
  flex-direction: column;
  gap: 4.5px;
  height: 60px;
  justify-content: center;
  width: 60px;
}
.c-drawer-icon.is-checked {
  background: #FFFFFF;
  gap: 0;
}
.c-drawer-icon.is-checked .c-drawer-icon--bar {
  background-color: #382620;
  height: 2.284px;
  width: 28px;
}
.c-drawer-icon.is-checked .c-drawer-icon--bar:nth-child(1) {
  top: 0.7px;
  transform: rotate(45deg);
}
.c-drawer-icon.is-checked .c-drawer-icon--bar:nth-child(2) {
  display: none;
}
.c-drawer-icon.is-checked .c-drawer-icon--bar:nth-child(3) {
  bottom: 1px;
  transform: rotate(-45deg);
}

.c-drawer-icon--bar {
  background: #FFFFFF;
  display: block;
  height: 2.25px;
  position: relative;
  transition: all 0.3s;
  width: 27px;
}

.p-fv {
  height: 100%;
  position: relative;
  width: 100%;
}

.p-fv__inner {
  display: flex;
}

.p-fv__menu {
  display: none;
}

.c-fv__logo img {
  height: 93px;
  width: 166px;
}

.p-fv__img {
  height: 667px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.p-fv__img::after {
  background: #EAE0D5;
  content: "";
  height: 100%;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 77%;
}

.c-fv-sns {
  margin-top: 3px;
}

.p-fv__swiper {
  height: 100vh;
  max-width: 100vw;
  overflow: hidden;
  width: 100%;
}

.c-swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.c-swiper__img {
  overflow: hidden;
}
.c-swiper__img img {
  position: absolute;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
  aspect-ratio: 375/667;
  height: 100%;
     object-position: 50% 50%;
  width: 100%;
}

.p-fv__swiper .swiper-slide img {
  transform: scale(1); /* 初期サイズ */
  transition: transform 8s ease-in-out;
}

.p-fv__swiper .swiper-slide-active img {
  transform: scale(1.2); /* 拡大サイズ */
}

.c-swiper-pagination {
  bottom: 12px !important;
  display: flex;
  gap: 6px !important;
  left: 19px !important;
  position: absolute;
}

.c-swiper-pagination .swiper-pagination-bullet {
  background: #FFF;
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}

.c-swiper-pagination .swiper-pagination-bullet-active {
  background: #D59B71;
}

.p-fv__title {
  left: 20px;
  position: absolute;
  top: 124px;
  z-index: 3;
}
.p-fv__title p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.24px;
  line-height: 32px; /* 200% */
}

.p-fv__pickup {
  background: rgba(255, 255, 255, 0.85);
  bottom: 32px;
  height: 124px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 335px;
  z-index: 3;
}

.p-fv-pickup__inner {
  height: 100%;
  padding: 12px;
  position: relative;
  width: 100%;
}

.p-fv__pickup--balloon {
  height: 79px;
  position: absolute;
  right: 2px;
  top: -40px;
  transform: rotate(1deg);
  width: 127px;
  z-index: 5;
}

.p-mv {
  background: url("../img/img_firstview_news.webp") no-repeat center center/cover;
  height: 120px;
  position: relative;
  width: 100%;
}
.p-mv.concept {
  background: url("../img/img_firstview_concept.webp") no-repeat center center/cover;
}
.p-mv.menu {
  background: url("../img/img_firstview_menu.webp") no-repeat center center/cover;
}
.p-mv.news {
  background: url("../img/img_firstview_news.webp") no-repeat center center/cover;
}
.p-mv.shop {
  background: url("../img/img_firstview_shop.webp") no-repeat center center/cover;
}
.p-mv.products {
  background: url("../img/img_firstview_gift.webp") no-repeat center center/cover;
}
.p-mv.contact {
  background: url("../img/img_firstview_contact.webp") no-repeat center center/cover;
}
.p-mv::before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.p-mv__inner {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  height: calc(100% - 12px);
  left: 6px;
  position: relative;
  top: 6px;
  width: calc(100% - 12px);
}

.p-mv__container {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  height: calc(100% - 6px);
  left: 3px;
  position: relative;
  top: 3px;
  width: calc(100% - 6px);
}
.p-mv__title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.p-mv__title h1 {
  color: #FFF;
  font-family: "Amatic SC";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 6.4px;
  line-height: normal;
  margin-left: 6px;
  text-align: center;
}
.p-mv__title p {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: normal;
  text-align: center;
}

.p-footer {
  background: #382620;
  height: auto;
  max-width: 100vw;
  width: 100%;
}

.p-footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 19px;
  padding-top: 38px;
  position: relative;
  text-align: center;
}

.p-footer-i-1 {
  height: 113px;
  left: -33px;
  position: absolute;
  top: -57px;
  transform: scaleX(-1);
  width: 133px;
}

.c-footer__content {
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
}

.c-footer-small {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 37px;
  text-align: center;
}

.c-to-top {
  bottom: 12px;
  height: 44px;
  position: fixed;
  right: 8px;
  width: 44px;
}

.p-news-side__contents {
  background: #F8F8F8;
  height: 100%;
  padding: 20px;
  width: 100%;
}

.p-news-side__content {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 40px;
  row-gap: 16px;
}

.p-news-side__category {
  background: #FFF;
  margin-top: 40px;
  padding: 20px;
}

.c-news-side__lists {
  margin-top: 39px;
}

.p-news-detail {
  height: 100%;
  width: 100%;
}
.p-news-detail {
  height: 100%;
  width: 100%;
}
.p-news-detail__contents {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}

.c-news-detail__body {
  height: 100%;
  width: 100%;
}

.c-news-detail__meta {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.c-news-detail__tag--date {
  font-weight: 700;
  line-height: normal;
}

.c-news-detail__tag--line {
  background: #382620;
  height: 18px;
  width: 1px;
}

.c-news-detail__tag--tag {
  font-weight: 700;
  line-height: normal;
}

.c-news-detail__title {
  margin-top: 24px;
}
.c-news-detail__title h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.c-news-detail__img img {
  height: 100%;
  width: 100%;
}

.c-news-detail__content {
  display: flex;
  flex-direction: column;
  margin-top: 38px;
  width: 100%;
  /* テーブルのセル */
}
.c-news-detail__content h1 {
  color: #382620;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.c-news-detail__content h2 {
  align-items: center;
  border-left: 4px solid #382620;
  color: #382620;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 75px;
  padding-left: 12px;
  width: 100%;
}
.c-news-detail__content h3 {
  color: #382620;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 54px;
  padding-bottom: 16px;
  position: relative;
  width: 100%;
}
.c-news-detail__content h3::after {
  background: #382620;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-news-detail__content h4 {
  color: #382620;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 17px;
  margin-top: 54px;
}
.c-news-detail__content h5 {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 160%;
  margin-bottom: 7px;
  margin-top: 32px;
  padding-left: 30px;
  position: relative;
}
.c-news-detail__content h5::before {
  background: #382620;
  border-radius: 50%;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.c-news-detail__content p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 199%;
}
.c-news-detail__content p em {
  font-style: normal !important;
}
.c-news-detail__content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
  margin-left: 20px;
  margin-top: 30px;
}
.c-news-detail__content li {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.c-news-detail__content li::marker {
  display: none;
}
.c-news-detail__content li::before {
  content: "・";
}
.c-news-detail__content img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.c-news-detail__content blockquote {
  background-color: #F8F8F8;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0;
  line-height: 28px; /* 200% */
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 21px;
  padding-inline: 24px;
  padding-top: 20px;
  width: 100%;
  width: 100%;
}
.c-news-detail__content blockquote a {
  color: #382620;
  text-decoration: underline;
}
.c-news-detail__content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  width: 100%;
}
.c-news-detail__content table tr:nth-child(1) {
  background: #382620;
  border: 1px solid #382620;
}
.c-news-detail__content table tr:nth-child(1) td {
  border: 1px solid #382620;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  padding: 8px 16px;
}
.c-news-detail__content table tr:not(:nth-child(1)) {
  background: #FFF;
  border: 1px solid #382620;
}
.c-news-detail__content table tr:not(:nth-child(1)) td {
  align-items: center;
  border: 1px solid #382620;
  color: #1A1A1A;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  padding: 6px 3px;
}
.c-news-detail__content button {
  align-items: center;
  background: #382620;
  border: 2px solid #FFF;
  border-radius: 16px;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 16px 32px;
}
.c-news-detail__content button a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  line-height: 130%;
}
.c-news-detail__content .wp-block-table {
  border-collapse: collapse;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  width: 100%;
  width: 100%;
}
.c-news-detail__content .wp-block-table tr:nth-child(1) {
  background: #382620;
  border: 1px solid #382620;
}
.c-news-detail__content .wp-block-table tr:nth-child(1) td {
  border: 1px solid #382620;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  padding: 8px 16px;
}
.c-news-detail__content .wp-block-table tr:not(:nth-child(1)) {
  background: #FFF;
  border: 1px solid #382620;
}
.c-news-detail__content .wp-block-table tr:not(:nth-child(1)) td {
  align-items: center;
  border: 1px solid #382620;
  color: #1A1A1A;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  padding: 6px 3px;
}
.c-news-detail__content .wp-block-quote {
  background-color: #F8F8F8;
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
}
.c-news-detail__content .wp-block-quote p {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
.c-news-detail__content .wp-block-quote a {
  color: #135097;
  text-decoration: underline;
}
.c-news-detail__content .wp-block-quote ul {
  list-style: disc;
  padding-left: 20px;
}
.c-news-detail__content .wp-block-quote li {
  list-style: disc;
}
.c-news-detail__content .wp-block-quote img {
  border-radius: 8px;
  height: auto;
  width: 100%;
}
.c-news-detail__content .wp-block-quote figure {
  margin: 0;
}
.c-news-detail__content .wp-block-quote figcaption {
  color: #6C6E6F;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
.c-news-detail__content .wp-block-quote .cite {
  margin-right: 19px;
  margin-top: 11px;
}
.c-news-detail__content .wp-block-separator {
  opacity: 0;
}
.c-news-detail__content .wp-block-heading h2 {
  align-items: center;
  color: #382620;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
}
.c-news-detail__content .wp-block-heading h2::before {
  background: #382620;
  content: "";
  height: 100%;
  margin-right: 12px;
  width: 4px;
}
.c-news-detail__content .wp-block-heading h3 {
  color: #382620;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  height: auto;
  line-height: normal;
  padding-bottom: 16px;
  position: relative;
  width: 100%;
}
.c-news-detail__content .wp-block-heading h3::before {
  background: #382620;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-news-detail__content .wp-block-heading h4 {
  color: #382620;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.c-news-detail__content .wp-block-heading h5 {
  color: #382620;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 160%;
  padding-left: 30px;
  position: relative;
}
.c-news-detail__content .wp-block-heading h5::before {
  background: #382620;
  border-radius: 50%;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.c-news-detail__content .wp-block-list ul {
  margin-left: 0;
}
.c-news-detail__content .wp-block-list ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px !important;
}
.c-news-detail__content .wp-block-list ul li:last-child {
  margin-bottom: 0 !important;
}
.c-news-detail__content .wp-block-button {
  align-items: center;
  background: #222;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 16px 32px;
}
.c-news-detail__content .wp-block-button .wp-block-button__link {
  background: #222;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  line-height: 130%;
  padding: 0;
}
.c-news-detail__content .wp-block-image {
  height: auto;
  margin-bottom: 38px;
  margin-top: 36px;
  max-width: 100%;
  width: 100%;
}

.p-news-pagenation {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 38px;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.c-news-detail__button--prev {
  margin-right: auto;
}

.c-news-detail__button--next {
  margin-left: auto;
}

.c-news-detail-prev,
.c-news-detail-next {
  color: #382620;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.p-concept {
  height: 100%;
  padding-bottom: 191px;
  padding-top: 120px;
  position: relative;
  width: 100%;
}
.p-concept::after {
  background: #EAE0D5;
  bottom: 120px;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  width: 94.666%;
}

.deco1 {
  height: 130px;
  position: absolute;
  right: -8px;
  top: -20px;
  width: 145px;
  z-index: 5;
}

.deco2 {
  bottom: 47px;
  height: 135px;
  position: absolute;
  right: -33px;
  width: 119px;
  z-index: 5;
}

.p-concept__inner {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-concept__container {
  gap: 85px !important;
}

.p-concept__img {
  aspect-ratio: 315/400;
  width: calc(100% - 60px);
}
.p-concept__img img {
  height: auto;
  width: 100%;
}

.p-concept__contents {
  padding-inline: 20px;
  padding-right: clamp(1.4285714286rem, -1.8271507498rem + 12.1546961326vw, 9.2857142857rem);
  width: 100%;
}

.p-concept__title {
  padding-top: 0;
}

.p-concept__lead {
  margin-top: 34px;
}
.p-concept__lead p {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px; /* 200% */
}

.p-concept__content {
  margin-top: 31px;
}
.p-concept__content p {
  line-height: 1.983;
}
.p-concept__button {
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 58px;
  position: relative;
  transform: translateX(-3px);
  width: 290px;
}

.p-lunch {
  background: #EAE0D5;
  position: relative;
}

.deco3 {
  position: absolute;
  right: -18px;
  top: -48px;
  z-index: 5;
}
.deco3 svg {
  height: 112px;
  width: 205px;
  fill: #222;
}

.p-lunch__inner {
  padding-bottom: 63px;
  padding-top: 56px;
}

.p-lunch__title {
  text-align: center;
}
.p-lunch__title h1 span:nth-child(1) {
  margin-left: 3px;
}
.p-lunch__title h1 span:nth-child(2) {
  letter-spacing: 4px !important;
}
.p-lunch__title h1 span:nth-child(3) {
  letter-spacing: 4px !important;
}
.p-lunch__title p {
  margin-top: 3px !important;
}

.p-lunch__contents {
  background: #FFFFFF;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 59px;
  max-width: 580px;
  padding: 40px 20px 20px 20px;
  position: relative;
  width: 100%;
}

.p-lunch__label {
  background: url("../img/ribbon.svg") no-repeat center center/contain;
  background-size: 100%, 100%;
  display: grid;
  height: 50px;
  left: 50%;
  place-items: center;
  position: absolute;
  top: -27px;
  transform: translateX(-50%);
  width: 291px;
}
.p-lunch__label p {
  color: #FFF;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 5px;
}

.p-lunch__menuCards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 22px;
}

.p-lunch-set {
  background: #F7F6F4;
  border-radius: 8px;
  margin-top: 20px;
}

.p-lunch-set__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding: 21px 7px 15px 7px;
}

.c-lunch-set__menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0;
}
.c-lunch-set__menu span svg {
  height: 13.359px;
  width: 13.359px;
  fill: #382620;
  transform: translateY(-6px);
}
.c-lunch-set__menu .c-lunch-set-item {
  width: 100%;
}
.c-lunch-set__menu .c-lunch-set-item.is-p {
  margin-left: 5px;
  margin-right: 10px;
}
.c-lunch-set__menu .c-lunch-set-item.is-p img {
  height: 71px;
  margin: auto;
  width: 89px;
}
.c-lunch-set__menu .c-lunch-set-item.is-p p {
  text-align: center;
}
.c-lunch-set__menu .c-lunch-set-item.is-p p svg {
  fill: #382620;
  height: 12.762px;
  margin-top: 17px;
  width: 35.064px;
}
.c-lunch-set__menu .c-lunch-set-item.is-s {
  margin-left: 12.6px;
  margin-right: 12.5px;
}
.c-lunch-set__menu .c-lunch-set-item.is-s img {
  height: 74.237px;
  width: 76.533px;
}
.c-lunch-set__menu .c-lunch-set-item.is-s p {
  text-align: center;
}
.c-lunch-set__menu .c-lunch-set-item.is-s p svg {
  fill: #382620;
  height: 11.875px;
  margin-top: 15px;
  width: 36.14px;
}
.c-lunch-set__menu .c-lunch-set-item.is-d {
  margin-left: 11.64px;
  margin-right: 5px;
}
.c-lunch-set__menu .c-lunch-set-item.is-d img {
  height: 79.375px;
  width: 81.83px;
}
.c-lunch-set__menu .c-lunch-set-item.is-d p {
  text-align: center;
}
.c-lunch-set__menu .c-lunch-set-item.is-d p svg {
  fill: #382620;
  height: 11.384px;
  width: 43.412px;
}

.p-lunch-set__text {
  margin-left: 0;
  margin-top: 7px;
}

.c-lunch-set__title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.c-lunch-set__price {
  font-family: Damion;
  font-size: 40px;
  margin-left: 1rem;
  margin-top: 12px;
  width: 142px;
}
.c-lunch-set__price::after {
  background-image: url("../img/under-4.svg");
  background-repeat: repeat;
  background-size: 12px 4px;
  content: "";
  display: block;
  height: 4px;
  margin-top: 17px;
  transform: translateX(-4px);
  width: 152px;
}

.c-lunch-set__open {
  margin-top: 5px;
}
.c-lunch-set__open p {
  text-align: center;
}
.c-lunch-set__open span {
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: normal;
}

.p-grand {
  position: relative;
}
.p-grand::before {
  background: #EAE0D5;
  bottom: 120px;
  content: "";
  height: calc(100% - 488px);
  position: absolute;
  right: 0;
  width: 73%;
}

.deco4 {
  height: 107px;
  left: -15px;
  position: absolute;
  top: -33px;
  transform: rotate(-3deg);
  width: 114.365px;
  z-index: 5;
}

.deco5 {
  bottom: 27px;
  height: 142.875px;
  position: absolute;
  right: -39.81px;
  width: 168.808px;
  z-index: 5;
}

.p-grand__inner {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 192px;
  padding-inline: 20px;
  padding-top: 118px;
}

.p-grand__container {
  position: relative;
  z-index: 2;
}

.p-grand__title {
  margin-bottom: 40px;
  text-align: center;
}

.p-grand__menu {
  padding-bottom: 40px;
  padding-top: 3px;
}
.p-grand__menu:last-child {
  padding-bottom: 0;
}
.p-grand-menu__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  margin-top: 25px;
  width: 100%;
  -moz-column-gap: 19px;
       column-gap: 19px;
  row-gap: 20px;
}

.p-grand-menu__drinks {
  display: flex;
}
.p-grand-menu__drinks .p-grand-menu__img {
  display: none;
}

.p-grand-drinks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 23px;
  padding-inline: 20px;
  row-gap: 38px;
  width: 100%;
}

.c-grand-drink dt {
  border-bottom: 1px solid #222222;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 7px;
}
.c-grand-drink dd {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.c-grand-drink dd span:nth-child(1) {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.c-grand-drink dd span:nth-child(2) {
  color: #222;
  font-family: Damion;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 3px;
  text-align: right;
}

.p-grand-menu__button {
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  transform: translateX(-3px);
  width: 290px;
}

.p-gallery {
  background: #EAE0D5;
  position: relative;
}

.deco8 {
  left: -22px;
  position: absolute;
  top: -57px;
  z-index: 5;
}
.deco8 svg {
  height: 104.168px;
  width: 203px;
}

.p-gallery__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 59px 20px 106px 20px;
}

.p-gallery__title {
  margin-bottom: 40px;
  margin-left: 8px;
  text-align: center;
}

#sbi_images {
  padding: 0 !important;
}

.p-gallery__img {
  aspect-ratio: 1/1;
}
.p-gallery__img img {
  height: 100%;
  width: 100%;
}

.p-gallery-menu__button {
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  width: 290px;
}

.p-news {
  position: relative;
}

.deco6 {
  height: 185.071px;
  left: -52px;
  position: absolute;
  top: -9px;
  width: 204.493px;
  z-index: 5;
}

.p-news__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 115px 20px 160px 20px;
}

.p-news__title {
  text-align: center;
}

.p-news__contents {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 39px;
}

.p-news__l-card {
  width: 100%;
}
.p-news__l-card .c-menuCard3__img {
  aspect-ratio: 335/209;
  display: inline-block;
  position: relative;
}
.p-news__l-card .c-menuCard3__img img {
  height: 100%;
  width: 100%;
}
.p-news__l-card .c-menuCard3__img .c-menuCard3__tag {
  background: url("../img/tag-bg.svg") no-repeat center center/contain;
  color: #FFFFFF;
  display: grid;
  font-size: 12px;
  font-weight: 700;
  left: -7px;
  line-height: normal;
  padding: 3px 15px 4px 15px;
  place-items: center;
  position: absolute;
  top: 19px;
}
.p-news__l-card .c-menuCard3__body {
  margin-top: 10px;
}
.p-news__l-card .c-menuCard3__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.p-news__l-card .c-menuCard3__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
}
.p-news__l-card .c-menuCard3__date {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}

.p-news__cards {
  display: grid;
  gap: 19px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.p-news__cards .c-menuCard3__img {
  aspect-ratio: 158/98.75;
  display: inline-block;
  position: relative;
  width: 100%;
}
.p-news__cards .c-menuCard3__img img {
  height: 100%;
  width: 100%;
}
.p-news__cards .c-menuCard3__img .c-menuCard3__tag {
  background: url("../img/tag-bg.svg") no-repeat center center/contain;
  color: #FFFFFF;
  display: grid;
  font-size: 12px;
  font-weight: 700;
  left: -8px;
  line-height: normal;
  padding: 2px 11px 3px 11px;
  place-items: center;
  position: absolute;
  top: 10px;
}
.p-news__cards .c-menuCard3__body {
  margin-top: 6.25px;
}
.p-news__cards .c-menuCard3__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.p-news__cards .c-menuCard3__date {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
}

.p-news__button {
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 290px;
}

.p-access {
  background: #EAE0D5;
  height: auto;
  position: relative;
  width: 100%;
}

.p-access-i-1 {
  height: 180px;
  left: 59.73%;
  position: absolute;
  top: -100px;
  width: 190.5px;
}

.p-access-b {
  height: 172.134px;
  left: 49.2%;
  position: absolute;
  top: -43px;
  transform: translateX(-215px);
  width: 200px;
}

.p-access__inner {
  padding: 80px 20px;
}
.p-access__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 688px;
}
.p-news__title {
  text-align: center;
}

.p-access__map {
  aspect-ratio: 325/183;
  margin-top: 40px;
  width: 100%;
}

#map {
  border: 5px solid #FFFFFF;
  height: 100%;
  width: 100%;
}

.p-access__data {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  margin-top: 22px;
}

.c-access__list {
  border-bottom: 1px solid #222222;
  display: flex;
  padding: 18px 0 12px 0;
  width: 100%;
}
.c-access__list dt {
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  line-height: normal;
  margin-top: 1px;
  width: 80px;
}
.c-access__list dd {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.p-bread {
  display: flex;
  gap: 5px;
  padding-left: 10px;
  padding-top: 0;
}
.p-bread span {
  color: #382620;
  font-size: 12px;
  font-weight: 700;
}
.p-bread span.current-item {
  color: #382620;
}
.p-bread a {
  color: #382620;
  font-size: 12px;
  text-decoration: none;
}
.p-bread a:hover {
  opacity: 0.7;
}

.c-bread-c__list {
  color: #888;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 8px;
}

.u-active {
  color: #1A1A1A !important;
}

.p-page-concept__contents {
  margin-bottom: 164px;
  margin-top: 42px;
}

.p-page-concept__inner {
  display: flex;
  flex-direction: column;
  gap: 75px;
  margin-left: auto;
  margin-right: auto;
}

.p-page-concept__container {
  height: 100%;
  position: relative;
  width: 100%;
}
.p-page-concept__container::before {
  background: #EAE0D5;
  bottom: 0;
  content: "";
  position: absolute;
}
.p-page-concept__container:first-child {
  padding-bottom: 48px;
}
.p-page-concept__container:first-child::before {
  aspect-ratio: 335/100;
  right: 0;
  width: 89.33%;
}
.p-page-concept__container:nth-child(2) {
  padding-bottom: 20px;
}
.p-page-concept__container:nth-child(2)::before {
  aspect-ratio: 284/227;
  bottom: 70px;
  left: 0;
  width: 75.73%;
}
.p-page-concept__container:last-child {
  margin-top: -70px;
  padding-bottom: 31px;
}
.p-page-concept__container:last-child::before {
  aspect-ratio: 184/239;
  bottom: -6px;
  max-height: 239px;
  right: 20px;
  width: 49%;
}

.p-page-concept__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-left: auto;
  margin-right: auto;
  max-width: clamp(26.7857142857rem, 9.7244732577rem + 63.6952998379vw, 54.8571428571rem);
  padding-inline: 20px;
  position: relative;
  z-index: 2;
}

.p-page-concept-content__body {
  height: 100%;
  width: 100%;
}
.p-page-concept-content__body p:first-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}
.p-page-concept-content__body p:last-child {
  line-height: 28px;
  margin-top: 32px;
}

.p-page-concept__container:nth-child(2) .p-page-concept-content__body {
  margin-top: -127px;
}

.p-page-concept-content__img {
  height: 100%;
  width: 100%;
}

.p-page-concept-content__img-wrap {
  width: 100%;
}
.p-page-concept-content__img-wrap.is-1st {
  display: grid;
  gap: 11px;
  grid-template-columns: 1fr 1fr;
}
.p-page-concept-content__img-wrap.is-1st img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-page-concept-content__img-wrap.is-1st img:first-child {
  aspect-ratio: 335/209;
  grid-column: span 2;
}
.p-page-concept-content__img-wrap.is-2nd {
  position: relative;
}
.p-page-concept-content__img-wrap.is-2nd img:nth-child(1) {
  aspect-ratio: 283/212;
  left: 15.53%;
  position: relative;
  width: 84.47%;
}
.p-page-concept-content__img-wrap.is-2nd img:nth-child(2) {
  aspect-ratio: 183/138;
  position: relative;
  top: -70px;
  width: 54.62%;
}
.p-page-concept-content__img-wrap.is-3rd img {
  aspect-ratio: 294/184;
  width: 87.76%;
}

.p-page-menu__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 52px;
  max-width: 335px;
  -moz-column-gap: 13px;
       column-gap: 13px;
  row-gap: 12px;
}

.p-page-menu__button {
  display: inline-block;
  height: 64px;
  width: 161px;
}

.p-page-menu__contents {
  margin-bottom: 160px;
  margin-top: 60px;
  padding-inline: 20px;
}

.p-page-menu__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.p-page-menu__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 19px;
       column-gap: 19px;
  row-gap: 24px;
}

.p-tax-menu__button {
  display: inline-block;
  height: 64px;
  width: 161px;
}

.p-page-news {
  height: auto;
  margin-bottom: 160px;
  margin-top: 41px;
  width: 100%;
}

.p-page-news__inner {
  justify-content: center;
  padding-inline: 20px;
}

.p-page-news__main {
  height: 100%;
  width: 100%;
}

.p-page-news__pagenation {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.p-page-news__cat--name {
  margin-bottom: 40px;
}

.p-page-news__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 19px;
       column-gap: 19px;
  row-gap: 20px;
}

.p-page-news__sidebar {
  max-width: 100%;
}

.p-single {
  margin-top: 40px;
}

.p-single__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-inline: 20px;
}

.p-single__contents {
  margin-left: auto;
  margin-right: auto;
}

.p-single__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: -36px;
  position: relative;
  transform: translateX(-4px);
  width: -moz-fit-content;
  width: fit-content;
}
.p-single__button a {
  background: #F3EFEB;
  border: 1px solid #382620;
  color: #382620;
  display: grid;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 24px;
  place-items: center;
  transition: all 1s;
  width: 112px;
}
.p-single__button a:hover {
  background: #382620;
  color: #FFFFFF;
}

.p-related {
  height: 100%;
  margin-bottom: 155px;
  margin-top: 100px;
  width: 100%;
}

.p-related__inner {
  padding-inline: clamp(1.4285714286rem, -1.6103264645rem + 11.3452188006vw, 6.4285714286rem);
}

.p-related__contents {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 688px;
}

.p-related__title {
  display: flex;
  justify-content: center;
}
.p-related__title p {
  color: #382620;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.p-related__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 19px;
       column-gap: 19px;
  row-gap: 15px;
}

.p-page-access {
  margin-bottom: 159px;
  margin-top: 41px;
}

.p-page-access__inner {
  padding-inline: 20px;
}

.p-page-access__container {
  display: flex;
  flex-direction: column;
  gap: 61px;
  margin-left: auto;
  margin-right: auto;
  max-width: 689px;
}

.p-page-access_content {
  height: 100%;
  width: 100%;
}

.p-page-access__title {
  border-left: 6px solid #382620;
  display: inline-block;
  height: 29px;
  justify-content: center;
  padding-left: 8px;
}
.p-page-access__title p {
  color: #382620;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-top: 0 !important;
}

.p-page-access__map {
  aspect-ratio: 325/182;
  border: 5px solid #FFF;
  margin-top: 18px;
  overflow: hidden;
  width: 100%;
}

.c-map iframe {
  aspect-ratio: 325/178;
  width: 100%;
}

.p-page-access__data {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}

.p-page-products {
  margin-top: 41px;
}

.p-page-products__inner {
  padding-inline: 20px;
}

.p-page-products__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 19px;
       column-gap: 19px;
  row-gap: 40px;
}

.p-page-products-container__wrap:first-child {
  grid-column: span 2;
}
.p-page-products-container__wrap:first-child .p-page-products-content__body {
  margin-top: 12px;
}
.p-page-products-container__wrap:first-child .p-page-products-content__body p:first-child {
  font-size: 20px;
}
.p-page-products-container__wrap:first-child .p-page-products-content__body p:last-child {
  font-size: 28px;
}

.p-page-notice {
  margin-bottom: 160px;
  margin-top: 60px;
  padding-inline: 20px;
}

.p-page-wrapping {
  background: #FFF;
  border: 4px solid #382620;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding: 6px;
}

.p-page-wrapping__inner {
  background: #FFF;
  border: 1px solid #382620;
  height: 100%;
  width: 100%;
}

.p-page-wrapping__contents {
  padding: 27px 29px 27px 29px;
}

.p-page-wrapping__container {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.p-page-wrapping__body {
  height: 100%;
  width: 100%;
}
.p-page-wrapping__body h3 {
  color: #382620;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 22px;
  text-align: center;
}
.p-page-wrapping__body h3::after {
  content: "";
}
.p-page-wrapping__body p {
  color: #382620;
  font-size: 12px;
  line-height: 24px;
  margin-top: 22px;
}
.p-page-wrapping__body p.is-line {
  background: url("../img/dot.svg");
  background-repeat: repeat-x;
  background-size: 11px 3px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  height: 3px;
  width: 100%;
}

.p-page-wrapping__img {
  aspect-ratio: 256/165;
  width: 100%;
}
.p-page-wrapping__img img {
  height: 100%;
  width: 100%;
}

.p-page-contact {
  margin-bottom: 166px;
  margin-top: 42px;
}

.p-page-contact__inner {
  padding-inline: 20px;
}

.p-page-contact__title h2 {
  color: #382620;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.p-page-contact__title p {
  color: #382620;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 20px;
  text-align: left;
}

.p-page-contact__contents {
  margin-top: 60px;
}

.p-page-contact__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 688px;
}
.p-page-contact__form .form-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
}
.p-page-contact__form .form-label.is-radio-label {
  margin-top: 13px;
}
.p-page-contact__form .form-label.is-textarea-label {
  vertical-align: top;
}
.p-page-contact__form .label-text-ct {
  align-items: center;
  color: #382620;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: -moz-fit-content;
  height: fit-content;
  line-height: normal;
  margin-top: 0;
  width: 198px;
}
.p-page-contact__form .u-required-ct {
  background: #F07317;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  height: 19px;
  line-height: normal;
  margin-left: 8px;
  padding: 1px 6px 2px 6px;
  width: 34px;
}
.p-page-contact__form .note p {
  color: #382620;
  line-height: 24px;
  margin-top: 9px;
}

[type=text],
[type=email],
[type=tel] {
  background: #FFF;
  border: 1px solid #382620;
  border-radius: 6px;
  height: 48px;
  padding: 12px 0 13px 16px;
  width: 100%;
}
[type=text]::-moz-placeholder, [type=email]::-moz-placeholder, [type=tel]::-moz-placeholder {
  color: #CCC;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
[type=text]::placeholder,
[type=email]::placeholder,
[type=tel]::placeholder {
  color: #CCC;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.textarea1 {
  background: #FFF;
  border: 1px solid #382620;
  border-radius: 6px;
  height: 200px;
  padding: 12px 0 13px 16px;
  resize: none;
  width: 100%;
}
.textarea1::-moz-placeholder {
  color: #CCC;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.textarea1::placeholder {
  color: #CCC;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.radio2-label {
  display: flex;
  flex-direction: column;
}
.radio2-label .radio2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: -1rem;
  margin-top: 21px;
}

input[type=radio] {
  display: none;
}

.wpcf7-list-item {
  display: flex;
  flex-direction: row;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  background: url("../img/Radio-checked.svg") no-repeat center center/contain;
}

.wpcf7-list-item-label {
  align-items: center;
  color: #382620;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.wpcf7-list-item-label::before {
  background: url("../img/Radio.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}

.submit2-wrap {
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  position: relative;
  transform: translateX(-3px);
  width: 289px;
}
.submit2-wrap:after {
  background: transparent;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  content: "";
  height: 100%;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 100%;
}

.submit2 {
  background: #222;
  color: #FFF;
  display: grid;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  left: 0;
  line-height: normal;
  place-items: center;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 2;
}
.submit2:hover {
  left: 6px;
  top: 6px;
}

.wpcf7-spinner {
  transform: translate(270px, -10px);
}

.p-page-thanks {
  margin-bottom: 160px;
  margin-top: 47px;
}

.p-page-thanks__inner {
  padding-inline: 20px;
}
.p-page-thanks__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 688px;
}
.p-page-thanks__title h2 {
  color: #382620;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.p-page-thanks__title p {
  color: #382620;
  font-weight: 500;
  line-height: 24px;
  margin-top: 26px;
}

.p-single-products {
  margin-bottom: 100px;
  margin-top: 60px;
}

.p-single-products__inner {
  padding-inline: 20px;
}

.p-single-products__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 688px;
}

.p-single-products__button {
  margin-top: 40px;
}

.u-hidden-pc {
  display: block;
}

.u-hidden-sp {
  display: none;
}

.u-hidden-lxx {
  display: block;
}

.u-hidden-lxx-sp {
  display: none;
}

.u-line {
  border: 2px solid #333333;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.u-line.u-line--dashed {
  border-style: dashed;
}
.u-line.u-line--dotted {
  border-style: dotted;
}
.u-line.u-line--double {
  border-style: double;
}
.u-line.u-line--groove {
  border-style: groove;
}
.u-line.u-line--hidden {
  border: 0;
}
.u-line.u-line--inset {
  border-style: inset;
}
.u-line.u-line--none {
  border: 0;
}
.u-line.u-line--outset {
  border-style: outset;
}
.u-line.u-line--ridge {
  border-style: ridge;
}
.u-line.u-line--solid {
  border-style: solid;
}
.u-line.u-line--transparent {
  border: 0;
}
.u-line.u-line--white {
  border-color: #FFFFFF;
}
.u-line.u-line--black {
  border-color: #000000;
}
.u-line.u-line--gray {
  border-color: #6C6E6F;
}
.u-line.u-line--red {
  border-color: #e7401b;
}
.u-line.u-line--green {
  border-color: #12e84f;
}
.u-line.u-line--blue {
  border-color: #1b7fe8;
}
.u-line.u-line--yellow {
  border-color: #e8d71b;
}
.u-line.u-line--orange {
  border-color: #e8a11b;
}
.u-line.u-line--purple {
  border-color: #b11be8;
}
.u-line.u-line--pink {
  border-color: #e81b7f;
}
.u-line.u-line--brown {
  border-color: #8B4513;
}
.u-line.u-line--cyan {
  border-color: #00FFFF;
}
.u-line.u-line--teal {
  border-color: #008080;
}
.u-line.u-line--indigo {
  border-color: #4B0082;
}
.u-line.u-line--lime {
  border-color: #00FF00;
}

.u-c-r-80 {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.u-c-r {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.u-c-r-rev {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media screen and (min-width: 992px){
  .l-sidebar {
    flex-direction: row;
    gap: 72px;
  }
  .l-left {
    width: auto;
  }
  .l-right {
    width: 23.43%;
  }
  .c-sns {
    gap: 28px;
  }
  .c-sns__icon:first-child {
    height: 15.838px;
    margin-top: 0;
    width: 19.5px;
  }
  .c-sns__icon:nth-child(2) {
    height: 17.996px;
    width: 18px;
  }
  .c-sns__icon:last-child {
    height: 14.766px;
    margin-top: 0;
    width: 21px;
  }
  .c-button-type20 a::after {
    width: 280px;
  }
  .c-section-title1 h1 {
    font-size: 52px;
    letter-spacing: 10.4px;
    margin-left: 9px;
  }
  .c-section-title1 p {
    font-size: 14px;
    margin-top: 6px;
  }
  .c-section-title2 {
    height: 44px;
  }
  .c-section-title2 h2 {
    font-size: 24px;
    padding: 5px 21px 4px 21px;
  }
  .c-section-title2 h2::after {
    height: 54px;
  }
  .c-section-title3 p {
    font-size: 24px;
  }
  .c-section-title4 p::before {
    bottom: -22px;
  }
  .c-menuCard__body p {
    font-size: 18px;
  }
  .c-menuCard__body p span {
    font-size: 32px;
    height: 49px;
    letter-spacing: 3.84px;
    margin-right: 13px;
    width: 49px;
  }
  .c-menuCard__body {
    margin-top: 16px;
  }
  .c-menuCard2__img img {
    height: calc(100% - 16px);
    width: calc(100% - 16px);
  }
  .c-menuCard2__body {
    margin-top: 12px;
  }
  .c-menuCard2__body p {
    font-size: 20px;
  }
  .c-menuCard2__body p:last-child {
    font-size: 32px;
  }
  .c-menuCard4__img {
    height: 120px;
    width: 120px;
  }
  .c-menuCard4__img .c-menuCard4__img--img img {
    height: 120px;
    width: 120px;
  }
  .c-menuCard4__img .c-menuCard4__tag {
    font-size: 12px;
    left: -24px;
    padding: 3px 15px 4px 15px;
    top: -8px;
  }
  .c-menuCard4__body {
    margin-top: 0;
    width: 220px;
  }
  .c-menuCard4__date {
    vertical-align: top;
  }
  .c-menuCard4__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 0;
  }
  .c-menuCard4__text {
    font-size: 14px;
    line-height: 24px;
  }
  .c-menuCard5__body {
    margin-top: 12px;
  }
  .c-menuCard6__img {
    aspect-ratio: 340/213;
  }
  .c-menuCard6__img .c-menuCard6__tag {
    font-size: 14px;
    left: -10px;
    padding: 4px 18px 3px 17px;
    top: 16px;
  }
  .c-menuCard6__body {
    margin-top: 5px;
  }
  .c-menuCard6__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .c-menuCard6__date {
    font-size: 14px;
    margin-top: 12px;
  }
  .c-menuCard7__img {
    max-height: 100px;
    max-width: 100px;
    width: 38.46%;
  }
  .c-menuCard7__body {
    width: 56%;
  }
  .c-menuCard7__title {
    margin-bottom: 3px;
  }
  .c-menuCard8__img img {
    height: calc(100% - 16px);
    width: calc(100% - 16px);
  }
  .c-menuCard8__body {
    margin-top: 12px;
  }
  .c-menuCard8__body p {
    font-size: 20px;
  }
  .c-menuCard8__body p:last-child {
    font-size: 32px;
  }
  .c-menuCard8__button a {
    font-size: 14px;
    padding: 8px 24px 8px 23px;
  }
  .c-menuCard9__body {
    margin-top: 12px;
  }
  .c-menuCard9__body p {
    font-size: 14px;
  }
  .c-menuCard9__body p:last-child {
    font-size: 24px;
  }
  .c-menuCard9__button a {
    font-size: 14px;
    padding: 8px 24px 8px 23px;
  }
  .c-menuCard10__img {
    aspect-ratio: 340/213;
  }
  .c-menuCard10__img .c-menuCard10__tag {
    font-size: 12px;
    left: -9px;
    padding: 3px 18px 4px 14px;
    top: 12px;
  }
  .c-menuCard10__body {
    margin-top: 5px;
  }
  .c-menuCard10__title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
  }
  .c-menuCard10__date {
    font-size: 12px;
    margin-top: 12px;
  }
  .c-to-top {
    bottom: 17px;
    right: 20px;
  }
  .c-pagenation {
    gap: 20px;
  }
  .p-header {
    height: 70px;
  }
  .p-header__logo {
    display: none;
  }
  .p-header__logo.top {
    display: none;
  }
  .p-drawer-icon {
    display: block;
  }
  .p-drawer-icon.top {
    display: none;
  }
  .p-drawer-icon.top.is-show-menu {
    display: block;
  }
  .p-fv {
    height: 795px;
  }
  .p-fv__menu {
    display: block;
    height: auto;
    width: 15.626%;
  }
  .c-fv__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 53px;
    padding-top: 27px;
  }
  .p-fv__img {
    height: 795px;
    margin-left: auto;
    width: 84.374%;
  }
  .p-fv__img::after {
    height: 795px;
    width: 91%;
  }
  .p-fv__swiper {
    height: 735px;
    width: 100%;
  }
  .c-swiper__img img {
    aspect-ratio: 1080/735;
  }
  .c-swiper-pagination {
    bottom: 76px !important;
  }
  .p-fv__title {
    left: 56px;
    top: 600px;
  }
  .p-fv__title p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2.8px;
    line-height: normal;
  }
  .p-fv__title p:nth-child(2) {
    margin-bottom: 16px;
  }
  .p-fv__pickup {
    bottom: 83px;
    height: 152px;
    left: auto;
    right: 20px;
    transform: translateX(0);
    width: 388px;
  }
  .p-fv-pickup__inner {
    padding: 16px;
  }
  .p-fv__pickup--balloon {
    height: 109px;
    right: -16px;
    top: -75px;
    transform: rotate(1deg);
    width: 201px;
  }
  .p-mv {
    height: 320px;
  }
  .p-mv__inner {
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
  }
  .p-mv__title h1 {
    font-size: 72px;
    letter-spacing: 14.4px;
    margin-bottom: 4px;
    margin-left: 13px;
  }
  .p-mv__title p {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
  .p-footer__inner {
    max-width: 1280px;
    padding-bottom: 19px;
    padding-top: 28px;
  }
  .p-footer-i-1 {
    height: 288px;
    left: -86px;
    left: clamp(-8.5714285714rem, -16.9365079365rem + 11.8055555556vw, -6.1428571429rem);
    position: absolute;
    top: -150px;
    transform: scaleX(1);
    width: 341px;
  }
  .c-footer__content {
    height: 24px;
    width: 120px;
  }
  .c-footer-small {
    margin-top: 47px;
  }
  .c-to-top {
    bottom: 22px;
    right: 20px;
  }
  .p-news-side__contents {
    padding: 21px 19px 17px 19px;
  }
  .p-news-side__content {
    margin-top: 42px;
    row-gap: 13px;
  }
  .p-news-side__category {
    margin-top: 58px;
  }
  .c-news-side__lists {
    margin-top: 40px;
  }
  .c-news-detail__meta {
    margin-top: 40px;
  }
  .c-news-detail__title h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  .c-news-detail__content {
    margin-top: 35px;
  }
  .c-news-detail__content h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }
  .c-news-detail__content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 19px;
    margin-top: 97px;
    padding-left: 16px;
  }
  .c-news-detail__content h3 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 56px;
  }
  .c-news-detail__content h4 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
    margin-top: 56px;
  }
  .c-news-detail__content h5 {
    margin-bottom: 14px;
    margin-top: 40px;
  }
  .c-news-detail__content p {
    font-size: 16px !important;
    font-style: normal;
    line-height: 32px;
  }
  .c-news-detail__content ul {
    gap: 10px;
    margin-bottom: 35px;
    margin-top: 30px;
  }
  .c-news-detail__content blockquote {
    padding-bottom: 35px;
    padding-inline: 40px;
    padding-top: 35px;
  }
  .c-news-detail__content table tr:nth-child(1) td {
    font-size: 16px;
  }
  .c-news-detail__content table tr:not(:nth-child(1)) td {
    font-size: 16px;
    height: 40px;
    padding: 8px 3px;
  }
  .c-news-detail__content .wp-block-table tr:nth-child(1) td {
    font-size: 16px;
  }
  .c-news-detail__content .wp-block-table tr:not(:nth-child(1)) td {
    font-size: 16px;
    height: 40px;
    padding: 8px 3px;
  }
  .c-news-detail__content .wp-block-quote p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
  }
  .c-news-detail__content .wp-block-quote figcaption {
    font-size: 14px;
  }
  .c-news-detail__content .wp-block-heading h2::before {
    height: 46px;
    width: 6px;
  }
  .c-news-detail__content .wp-block-list ul li {
    margin-bottom: 16px !important;
  }
  .c-news-detail__content .wp-block-list ul li:last-child {
    margin-bottom: 0;
  }
  .c-news-detail__content .wp-block-list ul {
    margin-left: 40px;
  }
  .c-news-detail__content .wp-block-image {
    margin-bottom: 35px;
  }
  .p-news-pagenation {
    margin-top: 64px;
  }
  .post-navigation {
    margin-top: 40px;
  }
  .p-concept {
    padding-bottom: 340px;
    padding-top: 160px;
  }
  .p-concept::after {
    bottom: 240px;
    height: 300px;
    width: 92.968%;
  }
  .deco1 {
    height: 265px;
    right: -39px;
    top: -44px;
    width: 311px;
  }
  .deco2 {
    bottom: -95px;
    height: 228px;
    right: -33px;
    width: 201px;
  }
  .p-concept__inner {
    margin-inline: auto;
    max-width: 1280px;
  }
  .p-concept__container {
    margin-right: auto;
    min-width: 1150px;
  }
  .p-concept__img {
    aspect-ratio: 600/764;
    width: calc(40% - 40px);
  }
  .p-concept__contents {
    padding-left: 0;
    width: calc(60% - 40px);
  }
  .p-concept__title {
    padding-top: 18px;
  }
  .p-concept__lead {
    margin-top: 48px;
  }
  .p-concept__lead p {
    font-size: 28px;
    line-height: 60px;
  }
  .p-concept__content {
    margin-top: 48px;
    max-width: 470px;
  }
  .p-concept__button {
    margin-left: 0;
    margin-top: 54px;
    width: 280px;
  }
  .deco3 {
    right: 26.96px;
    top: 163px;
  }
  .deco3 svg {
    height: 140px;
    transform: rotate(4deg);
    width: 299px;
  }
  .p-lunch__inner {
    padding-bottom: 80px;
    padding-top: 81px;
  }
  .p-lunch__contents {
    margin-top: 60px;
    max-width: 1180px;
    padding: 60px 40px 40px 40px;
  }
  .p-lunch__label {
    height: 44px;
    top: -20px;
    width: 352px;
  }
  .p-lunch__label p {
    font-size: 18px;
  }
  .p-lunch__menuCards {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .p-lunch-menuCard:nth-child(2) {
    margin-top: 41px;
  }
  .p-lunch-menuCard:nth-child(4) {
    margin-top: 41px;
  }
  .p-lunch-set {
    margin-top: 60px;
  }
  .p-lunch-set__inner {
    padding: 25px 0 20px 0;
  }
  .p-lunch-set__menu {
    padding-top: 5px;
  }
  .c-lunch-set__menu {
    gap: 32px;
  }
  .c-lunch-set__menu span svg {
    height: 26px;
    width: 26px;
  }
  .c-lunch-set__menu .c-lunch-set-item.is-p {
    margin-left: 0;
    margin-right: 0;
  }
  .c-lunch-set__menu .c-lunch-set-item.is-p img {
    height: 145px;
    width: 172px;
  }
  .c-lunch-set__menu .c-lunch-set-item.is-p p svg {
    height: 25px;
    margin-top: 15px;
    width: 68px;
  }
  .c-lunch-set__menu .c-lunch-set-item.is-s {
    margin-left: 0;
    margin-right: 0;
  }
  .c-lunch-set__menu .c-lunch-set-item.is-s img {
    height: 145px;
    width: 150px;
  }
  .c-lunch-set__menu .c-lunch-set-item.is-s p svg {
    height: 23px;
    margin-top: 12px;
    width: 70px;
  }
  .c-lunch-set__menu .c-lunch-set-item.is-d {
    margin-left: 0;
    margin-right: 0;
  }
  .c-lunch-set__menu .c-lunch-set-item.is-d img {
    height: 155px;
    width: 160px;
  }
  .c-lunch-set__menu .c-lunch-set-item.is-d p svg {
    height: 22px;
    width: 85px;
  }
  .p-lunch-set__text {
    margin-left: 60px;
    margin-top: 0;
    max-width: 220px;
    padding-bottom: 6px;
  }
  .c-lunch-set__title {
    font-size: 20px;
    text-align: right;
  }
  .c-lunch-set__price {
    font-size: 60px;
    width: 213px;
  }
  .c-lunch-set__price::after {
    margin-top: 28px;
    width: 213px;
  }
  .c-lunch-set__open p {
    text-align: right;
  }
  .c-lunch-set__open span {
    font-size: 14px;
    margin-top: 9px;
  }
  .p-grand::before {
    bottom: 160px;
    height: calc(100% - 663px);
    width: 80%;
  }
  .deco4 {
    height: 221px;
    left: -39px;
    top: -43px;
    width: 240px;
  }
  .deco5 {
    bottom: 48px;
    height: 330px;
    right: -134px;
    width: 390px;
  }
  .p-grand__inner {
    padding-bottom: 240px;
    padding-inline: 90px;
    padding-top: 159px;
  }
  .p-grand__menu {
    padding-bottom: 100px;
    padding-top: 24px;
  }
  .p-grand-menu__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
    -moz-column-gap: 34px;
         column-gap: 34px;
    row-gap: 40px;
  }
  .p-grand-menu__drinks .p-grand-menu__img {
    aspect-ratio: 1/1;
    background: #FFFFFF;
    display: grid;
    height: 29%;
    margin-top: 24px;
    place-items: center;
    width: 29%;
  }
  .p-grand-menu__drinks .p-grand-menu__img img {
    aspect-ratio: 1/1;
    height: calc(100% - 16px);
    width: calc(100% - 16px);
  }
  .p-grand-drinks {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
    width: 71%;
    -moz-column-gap: 51px;
         column-gap: 51px;
    padding-left: 62px;
    padding-right: 8px;
  }
  .c-grand-drink dt {
    padding-bottom: 12px;
  }
  .p-grand-menu__button {
    margin-top: 54px;
    width: 280px;
  }
  .deco8 {
    left: calc(50% - 334.68px);
    top: -20.48px;
  }
  .deco8 svg {
    height: 120px;
    width: 258px;
  }
  .p-gallery__inner {
    padding: 80px 90px;
  }
  .p-gallery__images #sb_instagram img {
    padding-inline: 4px;
  }
  .p-gallery-menu__button {
    margin-top: 60px;
    width: 280px;
  }
  .deco6 {
    height: 320px;
    left: -87px;
    top: -144px;
    width: 354px;
  }
  .p-news__inner {
    padding-bottom: 160px;
    padding-inline: clamp(1.4285714286rem, -15.7936507937rem + 24.3055555556vw, 6.4285714286rem);
    padding-top: 120px;
  }
  .p-news__contents {
    flex-direction: row;
    gap: 37px;
  }
  .p-news__l-card {
    width: 46.36%;
  }
  .p-news__l-card .c-menuCard3__img {
    aspect-ratio: 510/319;
  }
  .p-news__l-card .c-menuCard3__img .c-menuCard3__tag {
    font-size: 16px;
    left: -8px;
    padding: 3px 14px 4px 15px;
    top: 20px;
  }
  .p-news__l-card .c-menuCard3__body {
    margin-top: 16px;
  }
  .p-news__l-card .c-menuCard3__title {
    font-size: 20px;
    line-height: 32px;
  }
  .p-news__l-card .c-menuCard3__text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .p-news__l-card .c-menuCard3__date {
    font-size: 14px;
    margin-top: 12px;
  }
  .p-news__cards {
    width: calc(53.64% - 37px);
    -moz-column-gap: 43px;
         column-gap: 43px;
    row-gap: 32px;
  }
  .p-news__cards .c-menuCard3__img {
    aspect-ratio: 255/159;
  }
  .p-news__cards .c-menuCard3__img .c-menuCard3__tag {
    left: -8px;
    padding: 3px 15px 4px 15px;
    top: 12px;
  }
  .p-news__cards .c-menuCard3__body {
    margin-top: 10px;
  }
  .p-news__cards .c-menuCard3__title {
    font-size: 14px;
    line-height: 24px;
  }
  .p-news__cards .c-menuCard3__date {
    margin-top: 10px;
  }
  .p-news__button {
    margin-top: 60px;
    width: 280px;
  }
  .p-access-i-1 {
    height: 359px;
    left: 76.875%;
    position: absolute;
    top: -179.5px;
    width: 389px;
  }
  .p-access-b {
    height: 206.002px;
    left: 50.7%;
    top: -53px;
    transform: translateX(-311px);
    width: 230.912px;
  }
  .p-access__map {
    height: 385px;
    margin-top: 37px;
    width: 687px;
  }
  #map {
    border: 10px solid #FFFFFF;
  }
  .p-access__data {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 18px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 0;
  }
  .c-access__list {
    padding: 22px 0 12px 0;
  }
  .p-bread {
    padding-left: 90px;
    padding-top: 10px;
  }
  .p-bread span {
    font-size: 14px;
    font-weight: 700;
  }
  .p-bread {
    gap: 15px;
  }
  .p-page-concept__contents {
    margin-bottom: 160px;
    margin-top: 74px;
  }
  .p-page-concept__inner {
    gap: 100px;
  }
  .p-page-concept__container:first-child {
    padding-bottom: 100px;
  }
  .p-page-concept__container:first-child::before {
    aspect-ratio: 964/200;
    width: 76.875%;
  }
  .p-page-concept__container:nth-child(2) {
    padding-bottom: 60px;
  }
  .p-page-concept__container:nth-child(2)::before {
    aspect-ratio: 580/437;
    bottom: 126px;
    width: 45.3%;
  }
  .p-page-concept__container:last-child {
    margin-top: -86px;
    padding-bottom: 80px;
  }
  .p-page-concept__container:last-child::before {
    aspect-ratio: 400/520;
    max-height: 520px;
    right: 0;
    width: 31.36%;
  }
  .p-page-concept__container:nth-child(2) .p-page-concept-content__body {
    margin-top: 0;
  }
  .p-page-concept__content {
    align-items: center;
    flex-direction: row;
    gap: 71px;
    max-width: 1280px;
    padding-inline: clamp(1.4285714286rem, -15.7936507937rem + 24.3055555556vw, 6.4285714286rem);
  }
  .p-page-concept__content.is-2nd {
    flex-direction: row-reverse;
  }
  .p-page-concept-content__body {
    width: 35.36%;
  }
  .p-page-concept-content__body p:first-child {
    font-size: 28px;
    line-height: 60px;
  }
  .p-page-concept-content__body p:last-child {
    margin-top: 26px;
  }
  .p-page-concept-content__img {
    width: 58%;
  }
  .p-page-concept-content__img-wrap.is-1st {
    gap: 22px;
  }
  .p-page-concept-content__img-wrap.is-1st img:first-child {
    aspect-ratio: 640/400;
  }
  .p-page-concept-content__img-wrap.is-2nd img:nth-child(1) {
    aspect-ratio: 540/405;
    left: 15.7%;
    width: 84.37%;
  }
  .p-page-concept-content__img-wrap.is-2nd img:nth-child(2) {
    aspect-ratio: 350/263;
    top: -127px;
    width: 54.69%;
  }
  .p-page-concept-content__img-wrap.is-3rd img {
    aspect-ratio: 640/400;
    width: 100%;
  }
  .p-page-menu__buttons {
    margin-top: 77px;
    max-width: 838px;
    -moz-column-gap: 13px;
         column-gap: 13px;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 0;
  }
  .p-page-menu__button {
    height: 69px;
    width: 200px;
  }
  .p-page-menu__contents {
    margin-top: 80px;
    padding-inline: clamp(1.4285714286rem, -15.7936507937rem + 24.3055555556vw, 6.4285714286rem);
  }
  .p-page-menu__container {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: clamp(2.5rem, 1.2698412698rem + 1.7361111111vw, 2.8571428571rem);
         column-gap: clamp(2.5rem, 1.2698412698rem + 1.7361111111vw, 2.8571428571rem);
    row-gap: 40px;
  }
  .p-tax-menu__button {
    height: 69px;
    width: 200px;
  }
  .p-page-news {
    margin-top: 75px;
  }
  .p-page-news__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: clamp(2.1428571429rem, -15.0793650794rem + 24.3055555556vw, 7.1428571429rem);
    padding-right: clamp(1.4285714286rem, -15.7936507937rem + 24.3055555556vw, 6.4285714286rem);
  }
  .p-page-news__cat--name {
    margin-bottom: 24px;
  }
  .p-page-news__cards {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 36px;
  }
  .p-page-news__sidebar {
    min-width: 300px;
  }
  .p-single {
    margin-top: 76px;
  }
  .p-single__inner {
    max-width: 728px;
  }
  .p-single__button {
    margin-top: -35px;
    transform: translateX(0);
  }
  .p-single__button a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 47px;
    line-height: normal;
    width: 136px;
  }
  .p-related {
    margin-top: 120px;
  }
  .p-related__inner {
    padding-inline: clamp(11.1428571429rem, -23.3015873016rem + 48.6111111111vw, 21.1428571429rem);
  }
  .p-related__contents {
    margin-top: 60px;
  }
  .p-related__title p {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  .p-related__cards {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 39px;
         column-gap: 39px;
    margin-left: 8px;
    row-gap: 32px;
  }
  .p-page-access {
    margin-top: 76px;
  }
  .p-page-access__inner {
    padding-inline: 151px;
  }
  .p-page-access__container {
    gap: 118px;
  }
  .p-page-access__title p {
    font-size: 24px;
  }
  .p-page-access__title {
    height: 35px;
    padding-left: 16px;
  }
  .p-page-access__map {
    border: 10px solid #FFF;
    height: 387px;
    margin-top: 24px;
    width: 689px;
  }
  .c-map iframe {
    aspect-ratio: 689/367;
  }
  .p-page-access__data {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .p-page-products {
    margin-top: 76px;
  }
  .p-page-products__inner {
    padding-inline: clamp(1.4285714286rem, -15.7936507937rem + 24.3055555556vw, 6.4285714286rem);
  }
  .p-page-products__container {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-page-products-container__wrap:first-child .p-page-products-content__body p:first-child {
    font-size: 24px;
  }
  .p-page-products-container__wrap:first-child .p-page-products-content__body p:last-child {
    font-size: 32px;
  }
  .p-page-products-container__wrap:first-child {
    grid-row: span 2;
  }
  .p-page-notice {
    margin-top: 100px;
    padding-inline: clamp(1.4285714286rem, -15.7936507937rem + 24.3055555556vw, 6.4285714286rem);
  }
  .p-page-wrapping__contents {
    padding-block: 69px;
    padding-left: 49px;
    padding-right: 50px;
  }
  .p-page-wrapping__container {
    flex-direction: row;
    gap: 60px;
  }
  .p-page-wrapping__body h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: left;
  }
  .p-page-wrapping__body p {
    color: #222;
    font-size: 16px;
    line-height: 32px;
    margin-top: 36px;
  }
  .p-page-wrapping__body p.is-line {
    margin-left: -4px;
    margin-top: 0;
  }
  .p-page-wrapping__img {
    aspect-ratio: 460/300;
  }
  .p-page-contact {
    margin-top: 77px;
  }
  .p-page-contact__inner {
    padding-inline: clamp(9.6428571429rem, -29.9682539683rem + 55.9027777778vw, 21.1428571429rem);
  }
  .p-page-contact__title h2 {
    font-size: 28px;
  }
  .p-page-contact__title p {
    font-size: 16px;
    margin-top: 28px;
    text-align: center;
  }
  .p-page-contact__contents {
    margin-top: 80px;
  }
  .p-page-contact__form .form-label.is-radio-label {
    margin-top: 0;
  }
  .p-page-contact__form .form-label {
    flex-direction: row;
    gap: 0;
    margin-top: 39px;
  }
  .p-page-contact__form .label-text-ct {
    margin-top: 1rem;
  }
  .p-page-contact__form .note p {
    line-height: normal;
    margin-top: 30px;
  }
  [type=text],
  [type=email],
  [type=tel] {
    width: 490px;
  }
  [type=text]::-moz-placeholder, [type=email]::-moz-placeholder, [type=tel]::-moz-placeholder {
    font-size: 16px;
  }
  [type=text]::placeholder,
  [type=email]::placeholder,
  [type=tel]::placeholder {
    font-size: 16px;
  }
  .textarea1 {
    height: 244px;
    width: 490px;
  }
  .textarea1::-moz-placeholder {
    font-size: 16px;
  }
  .textarea1::placeholder {
    font-size: 16px;
  }
  .radio2-label {
    flex-direction: row;
  }
  .radio2-label .radio2 {
    margin-top: 0;
  }
  .radio2-label .label-text-ct {
    margin-top: 0;
  }
  .submit2-wrap {
    height: 72px;
    margin-top: 40px;
    width: 280px;
  }
  .p-page-thanks {
    margin-bottom: 159px;
    margin-top: 76px;
  }
  .p-page-thanks__title h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .p-page-thanks__title p {
    font-size: 16px;
    margin-top: 28px;
  }
  .p-single-products {
    margin-top: 80px;
  }
  .p-single-products__inner {
    padding-inline: clamp(1.4285714286rem, -15.7936507937rem + 24.3055555556vw, 6.4285714286rem);
  }
  .u-hidden-pc {
    display: none;
  }
  .u-hidden-sp {
    display: block;
  }
  .u-c-r-80 {
    flex-direction: row-reverse;
  }
  .u-c-r {
    flex-direction: row;
  }
  .u-c-r-rev {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width:768px) and (max-width: 991px){
  .p-fv__img {
    height: 795px;
  }
  .p-fv__img::after {
    height: 795px;
    width: 92.51%;
  }
  .p-fv__swiper {
    height: 735px;
  }
  .c-swiper__img img {
    aspect-ratio: 1080/735;
  }
  .c-swiper-pagination {
    bottom: 76px !important;
  }
  .p-fv__pickup {
    bottom: 83px;
  }
  .p-footer__inner {
    max-width: 768px;
  }
  .p-page-menu__container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1100px){
  .p-concept__img {
    aspect-ratio: 600/764;
    width: calc(50% - 40px);
  }
  .p-concept__contents {
    padding-right: 130px;
    width: calc(50% - 40px);
  }
  .u-hidden-lxx {
    display: none;
  }
  .u-hidden-lxx-sp {
    display: block;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px){
  .p-page-concept__container:nth-child(2) .p-page-concept-content__body {
    margin-top: -50px;
  }
}