@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3311148087vw;
  }
}
@media (min-width: 1202px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #231A18;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-copyright {
  display: block;
  width: 100%;
  background-color: #D4D2C4;
  padding: 1.9375rem 1.25rem 1.8125rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-copyright {
    font-size: 0.9375rem;
  }
}

.l-footer {
  width: 100%;
  background-color: #D4D2C4;
}

.l-header {
  width: 100%;
  position: fixed;
  z-index: 99;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 7.875rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1202px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-instagram {
  width: 100%;
}

.l-main {
  width: 100%;
}

.l-map {
  width: 100%;
}

.l-mv {
  width: 100%;
  height: 100vh;
}

.l-shop {
  margin-top: 8.9375rem;
  width: 100%;
}

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

.p-footer__inner {
  padding: 8.6875rem 1.25rem 7.5625rem;
}

.p-footer__top {
  width: 100%;
  max-width: 58.5625rem;
  margin: 0 auto;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-footer__logo--ja {
  font-size: 1.5625rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-footer__logo--ja {
    font-size: 1.875rem;
  }
}

.p-footer__logo--en {
  font-size: 0.9375rem;
  line-height: 2.2;
  margin-top: 0.3125rem;
}

.p-footer__address {
  margin-top: 1.875rem;
}

.p-footer__address--ja {
  font-size: 0.875rem;
  line-height: 1.8333333333;
}
@media screen and (min-width: 768px) {
  .p-footer__address--ja {
    font-size: 1.125rem;
  }
}

.p-footer__address--en {
  font-size: 0.625rem;
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
  line-height: 2.2;
}

.p-footer__tel {
  margin-top: 2.875rem;
}

.p-footer__hours {
  margin-top: 2.25rem;
  text-align: center;
}

.p-header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header-nav {
    color: #fff;
    margin-right: auto;
    height: inherit;
    width: 100%;
    display: block;
  }
}

.p-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header-nav__item + .p-header-nav__item {
  border-left: 1px solid #fff;
}

.p-header-nav__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.125rem;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}

.p-header-nav__item:last-child {
  margin-right: 0;
}

.p-header__inner {
  padding: 0 3.75rem;
  margin: 0 auto;
  height: inherit;
}

.js-header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.js-header.headerScroll {
  background-color: #231A18;
}
@media screen and (min-width: 768px) {
  .js-header.headerScroll {
    height: 5rem;
  }
}

.p-hours__title {
  font-size: 1rem;
  line-height: 1.8333333333;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-hours__title {
    font-size: 1.125rem;
  }
}

.p-hours__item {
  margin-top: 0.3125rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-hours__item {
    font-size: 1.125rem;
  }
}

.p-hours__item--mt {
  margin-top: 3.125rem;
}

.p-instagram__inner {
  padding: 9.5625rem 1.25rem 7.75rem;
}

.p-instagram__inner {
  max-width: 72rem;
  margin: 0 auto;
}

.p-instagram__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  margin: 6.6875rem 0 5.75rem;
}

.p-instagram__title {
  font-size: 1.5625rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-instagram__title {
    font-size: 2.1875rem;
  }
}

.instagram__item {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.instagram__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-instagram__sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-instagram__sns--item {
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__sns--item {
    width: 3.1875rem;
  }
}

.p-instagram__sns--item + .p-instagram__sns--item {
  margin-left: 1.4375rem;
}

.p-main-swiper {
  width: 100%;
  overflow: hidden;
  max-width: 71.75rem;
  padding: 0 1.25rem 0;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-main-swiper {
    width: 72%;
    min-width: 62.5rem;
  }
}

.p-main__slide {
  position: relative;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev {
  position: absolute;
  padding: 10px;
  top: 50%;
  left: 2.1875rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: 5vw;
  }
}

.swiper-button-next {
  position: absolute;
  padding: 10px;
  top: 50%;
  right: 2.1875rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: 5vw;
  }
}

.swiper-button-prev::before {
  content: "";
  width: 30px;
  height: 30px;
  border-top: solid 2px #D4D2C4;
  border-right: solid 2px #D4D2C4;
  position: absolute;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .swiper-button-prev::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.swiper-button-next::before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  border-top: solid 2px #D4D2C4;
  border-right: solid 2px #D4D2C4;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .swiper-button-next::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.p-main-swiper--2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-main-swiper--2 {
    display: block;
  }
}

.p-main-swiper--3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-main-swiper--3 {
    display: block;
  }
}

.p-main {
  position: relative;
}

.p-main::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 100%;
  background-color: #D4D2C4;
  top: 0;
  left: 14.62%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-main::before {
    top: 0;
    left: 23.62%;
  }
}

.p-main::after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 100%;
  background-color: #D4D2C4;
  top: 0;
  left: 14.75%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-main::after {
    top: 0;
    left: 23.75%;
  }
}

.p-main__inner {
  padding: 7.75rem 1.25rem 0;
  max-width: 71.75rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-main__inner {
    width: 72%;
    min-width: 62.5rem;
  }
}

.p-main__image {
  width: 100%;
}

.p-main__wrap {
  padding-top: 3.625rem;
  padding-bottom: 8.9375rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-main__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
  }
}

.p-main__title {
  font-size: 1.25rem;
  letter-spacing: 1.5rem;
  text-indent: 1.5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-main__title {
    padding-right: 14.72%;
    text-indent: 0;
    padding-left: 14.72%;
    font-size: 3.625rem;
    text-align: left;
    -ms-text-combine-horizontal: all;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

.p-main__textarea {
  max-width: 41.0625rem;
  width: 100%;
  padding-top: 1.75rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-main__textarea {
    padding-top: 5.5rem;
    width: 70.22%;
    padding-top: 2.375rem;
  }
}

.p-main__head {
  font-size: 0.875rem;
  line-height: 1.375;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-main__head {
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-main__text {
  font-size: 0.875rem;
  line-height: 1.8333333333;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-main__text {
    font-size: 1.125rem;
  }
}

.p-main__text--large {
  font-size: 0.875rem;
  line-height: 1.5833333333;
  margin-top: 1.875rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-main__text--large {
    font-size: 1.375rem;
  }
}

.p-map {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-map {
    padding-top: 48.1875%;
  }
}

.p-map__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.p-mv {
  position: relative;
}

.p-mv__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 10;
}

.p-mv__wrap {
  margin-left: 1.125rem;
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__wrap {
    margin-left: 1.875rem;
  }
}

.p-mv__logo {
  width: 4.375rem;
}
@media screen and (min-width: 600px) {
  .p-mv__logo {
    width: 6.25rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-mv__logo {
    width: 7.875rem;
  }
}

.p-mv__name {
  -ms-text-combine-horizontal: all;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.15625rem;
  margin-top: 2rem;
  margin-left: 23%;
}

.p-mv__sns {
  position: absolute;
  bottom: 4vh;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-mv-swiper {
  width: 100%;
  height: 100%;
}
.p-mv-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__slide {
  position: relative;
}

.p-mv__slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4b4438;
  mix-blend-mode: hard-light;
  opacity: 1;
}

.p-shop {
  background: #D4D2C4;
}

.p-shop__inner {
  padding: 4.8125rem 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-shop__inner {
    padding: 4.8125rem 0 4.8125rem 3.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
}

.p-shop-swiper {
  width: 100%;
  margin-top: 3.125rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-shop-swiper {
    width: 60.4%;
    max-width: 60.4375rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1540px) {
  .p-shop-swiper {
    width: 70.4%;
  }
}

.p-shop__slide {
  width: 100%;
  padding-top: 66.7011%;
  position: relative;
}
.p-shop__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-shop__left {
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-shop__left {
    margin-top: -0.3125rem;
    width: 36%;
  }
}

.p-shop__textarea {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shop__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: block;
    max-width: 15rem;
    text-align: left;
  }
}

.p-shop__title {
  font-size: 1.25rem;
  letter-spacing: 1.5rem;
  text-indent: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-shop__title {
    font-size: 3.625rem;
    text-indent: 0;
    -ms-text-combine-horizontal: all;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

.p-shop__text {
  font-size: 0.875rem;
  padding-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-shop__text {
    font-size: 1.5rem;
    margin-top: 5.625rem;
    letter-spacing: 0.1em;
    padding-top: 0;
  }
}

.p-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.p-sns__item {
  width: 1.5625rem;
}

.p-sns__item + .p-sns__item {
  margin-left: 1.25rem;
}
.reserved {
  margin-left: 1.25rem;
}
.reserved a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #FFF;
  padding: .15rem .5em;
  border-radius: 3px;
  font-size: .875rem;
  white-space: nowrap;
}
.p-sp-nav {
  display: block;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  top: 0.625rem;
  right: 10px;
  width: 55px;
  height: 55px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-sp-nav {
    display: none;
  }
}
.p-sp-nav span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 10px;
  height: 2px;
  width: 50%;
  background-color: #fff;
}
.p-sp-nav span:nth-of-type(1) {
  top: 22px;
}
.p-sp-nav span:nth-of-type(2) {
  top: 29px;
}
.p-sp-nav span:nth-of-type(3) {
  top: 36px;
}

.p-sp-nav.active span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 35%;
}

.p-sp-nav.active span:nth-of-type(2) {
  display: none;
}

.p-sp-nav.active span:nth-of-type(3) {
  top: 32px;
  left: 16px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

/*========= ナビゲーションのためのCSS ===============*/
.p-g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  right: -100%;
  top: 0;
  bottom: 0;
  width: 60%;
  height: 100vh;
  /*ナビの高さ*/
  background-color: #D4D2C4;
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 99;
}

.p-g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
.p-g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
.p-g-nav-list ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

/*リストのレイアウト設定*/
.p-g-nav__item {
  list-style: none;
  text-align: center;
  opacity: 1;
}

.p-g-nav__item a {
  text-decoration: none;
  padding: 1.25rem 0.625rem;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #231A18;
}

.p-g-nav__item a:hover {
  opacity: 0.7;
}

.p-tel {
  margin-top: 2.875rem;
  font-weight: 600;
  text-align: center;
}

.p-tel__title {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-tel__title {
    font-size: 1.125rem;
  }
}

.p-tel__number {
  margin-top: 1.375rem;
  font-size: 1.25rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-tel__number {
    font-size: 1.875rem;
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
.key_visual img, .middle_visual img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.slick-prev:before, .slick-next:before {
    font-family: 'Font Awesome 6 Pro' !important;
    font-size: 64px !important;
    font-weight: 300 !important;
    line-height: 1;
    opacity: .75;
    color: #000 !important;
  
}
.slick-prev:before {
  content: "\f053" !important;
}
.slick-next:before {
  content: "\f054" !important;
}
.slick-prev, .slick-next {
    width: 64px !important;
    height: 64px !important;
    z-index: 30;
}
.slick-next {
    right: -74px !important;
}
.slick-prev {
    left: -74px !important;
}
.p-main-swiper {
    overflow: visible !important;

}
@media (max-width: 768px) {
.p-main-swiper {
    overflow: hidden !important;

}
.middle_visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slick-next {
    right: 0 !important;
}
.slick-prev {
    left: 0 !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 32px !important;
    color: #FFF !important;
  
}
.slick-prev, .slick-next {
    width: 32px !important;
    height: 32px !important;
}
.p-main::after, .p-main::before {
  display: none;
}
.p-instagram__list {
    grid-template-columns: repeat(2, 1fr);
}
}