@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

/* pcの電話番号発信対応 */
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-drawerIcon {
  display: none;
  height: 21px;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 15px;
  top: 22px;
  width: 36px;
  z-index: 200;
}
.l-drawerIcon.is-active .l-drawerIcon--bar1 {
  top: 9px;
  transform: rotate(-30deg);
  transition: 1s;
}
.l-drawerIcon.is-active .l-drawerIcon--bar2 {
  opacity: 0;
  transition: 1s;
}
.l-drawerIcon.is-active .l-drawerIcon--bar3 {
  top: 9px;
  transform: rotate(30deg);
  transition: 1s;
}

.l-drawerIcon--bar1,
.l-drawerIcon--bar2,
.l-drawerIcon--bar3 {
  background-color: #fff;
  border-radius: 999px;
  height: 3px;
  position: absolute;
  transition: 1s;
  width: 100%;
}

.l-drawerIcon--bar1 {
  top: 0;
}

.l-drawerIcon--bar2 {
  opacity: 1;
  top: 9px;
}

.l-drawerIcon--bar3 {
  top: 18px;
}

.l-drawer {
  height: 100dvh;
  position: fixed;
  right: -120%;
  top: 0;
  transition: 1s;
  width: 100vw;
  z-index: 40;
}
.l-drawer.is-active {
  right: 0;
}

.l-drawer__wrap {
  background: #000;
  height: 100dvh;
  max-width: 320px;
  padding: 86px 40px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 39;
}

.l-drawer__nav {
  height: 100%;
  overflow-y: scroll;
}

.l-drawer__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.l-drawer__link {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  padding-block: 1em;
  width: 100%;
}

.l-drawer__btn {
  margin-top: 28px;
}

.l-drawer__background {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
.l-drawer__background.is-active {
  display: block;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.l-sec {
  padding-block: 40px 100px;
}

.c-border {
  padding-block: 40px;
  position: relative;
}
.c-border::after {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}

.c-icon {
  -o-object-fit: cover;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  width: 24px;
}

.c-title {
  font-size: 40px;
}

.c-titleAnimation {
  display: inline-block;
  position: relative;
}
.c-titleAnimation::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
}

.p-access {
  margin-top: 100px;
}

.p-access__wrap {
  display: flex;
}

.p-access__info {
  padding-left: 20px;
  padding-top: 110px;
  width: 50%;
}

.p-access__list {
  margin-top: 25px;
}

.p-access__item:not(:first-child) {
  margin-top: 14px;
}

.p-access__tel {
  display: inline-block;
  margin-top: 15px;
}

.p-access__map-wrap {
  width: 50%;
}

.p-access__map {
  height: 430px;
}

.p-access__btn {
  margin-inline: auto;
  margin-top: 30px;
  text-align: center;
  width: 80%;
}

.p-access__link {
  background-color: #444;
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  overflow: hidden;
  padding: 13px 20px;
  position: relative;
  width: 100%;
}
.p-access__link::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.25s;
  width: 0;
}
.p-access__link:hover::before {
  width: 100%;
}

.p-bg {
  background-position: center;
  background-size: cover;
  height: 100dvh;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#bg1 {
  background: url(../img/common/bg_fv1.jpg) center center/cover no-repeat;
  opacity: 1;
}

.p-bg::before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  inset: 0;
  position: absolute;
}

.p-fv {
  background: url(../img/common/bg_fv@2x.jpg) center center/cover no-repeat;
  background-color: #ccc;
  margin-top: 64px;
  position: relative;
}
.p-fv::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.p-fv__inner {
  min-height: 500px;
  position: relative;
  text-align: center;
}

.p-fv__title {
  display: grid;
  min-height: inherit;
  place-content: center;
}

.p-fv__img {
  margin-inline: auto;
  width: min(80%, 400px);
}

.p-header {
  background: #000;
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 40;
}

.p-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 20px;
}

.p-header__logo-title {
  font-size: 24px;
  line-height: inherit;
  padding-block: 16px;
}

.p-header__logo-link {
  font-size: 24px;
  line-height: 1;
}

.p-header__nav-list {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-header__nav-item:last-child {
  display: grid;
  place-content: center;
}

.p-header__nav-link {
  color: white;
  display: inline-block;
  line-height: 2;
  opacity: 1;
  padding: 0.5em 2em;
  transition: 0.3s ease;
}
.p-header__nav-link:hover {
  opacity: 0.7;
}

.p-header__nav-link--instagram {
  margin-left: 2em;
  padding: 0;
}

/* 初期は非表示。JSで .is-active をつけて表示 */
.p-loader {
  display: none;
}

.p-loader.is-active {
  display: grid;
}

.p-loader {
  grid-template-columns: repeat(3, 1fr);
  height: 100dvh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.p-loader__cover {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(102, 102, 102) 100%);
  position: relative;
}

.p-loader__logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(80%, 400px);
}

.p-menu {
  margin-top: 40px;
  text-align: center;
}

.p-menu__textTop {
  font-size: 26px;
}

.p-menu__list {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-menu__item {
  font-size: 24px;
}
.p-menu__item:nth-child(2) {
  margin-top: 1em;
}

.p-menu__price {
  margin-left: 0.5em;
}

.p-menu__text {
  line-height: 2.9;
}

.p-menu__btn {
  margin-inline: auto;
  margin-top: 40px;
  max-width: 550px;
  text-align: center;
}

.p-menu__btn-link {
  background-color: transparent;
  border: 1px solid #ccc;
  display: inline-block;
  line-height: 1.3;
  overflow: hidden;
  padding: 13px;
  position: relative;
  width: 100%;
}
.p-menu__btn-link::before {
  background-color: #ccc;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.25s;
  width: 0;
}
.p-menu__btn-link:hover::before {
  width: 100%;
}

.p-menu__btn-text {
  position: relative;
}
.p-menu__btn-text::after {
  -o-object-fit: cover;
  aspect-ratio: 1;
  background: url(../img/common/icon_instagram.png) center center/cover no-repeat;
  content: "";
  height: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translate(120%, -50%);
  width: 20px;
}

.p-message {
  margin-top: 100px;
}

.p-message__wrap {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding-bottom: 40px;
}

.p-message__container {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-message__title {
  margin-top: 20px;
}

.p-message__title-text {
  font-size: 47px;
}

.p-message__text {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}

.p-message__text-name {
  display: inline-block;
  margin-top: 1.5rem;
}

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

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

.p-reservation__rule {
  font-size: 14px;
  text-align: center;
}

.p-reservation__rule-link {
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.p-reservation__rule-link:hover {
  opacity: 0.7;
}

.p-reservation__btn {
  margin-inline: auto;
  margin-top: 30px;
  max-width: 400px;
  text-align: center;
}

.p-reservation__btn-link {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  padding: 13px;
  position: relative;
  width: 100%;
}
.p-reservation__btn-link::before {
  background-color: #fff;
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.p-reservation__btn-link::after {
  background-color: #666;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.25s;
  width: 0;
}
.p-reservation__btn-link:hover::after {
  width: 100%;
}

.p-reservation__tel-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.p-reservation__tel {
  font-size: 30px;
  font-weight: 700;
}

.p-reservation__icon {
  background: url(../img/common/icon_tel.svg) center center/cover no-repeat;
  display: inline-block;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}

.p-reservation__text {
  line-height: 2.9;
}

.p-rule__title {
  margin-top: 3em;
}

.p-rule__description {
  margin-top: 0.5em;
}

.p-rule__text--red {
  color: #d22626;
  font-weight: 700;
}

.p-rule__subTItle {
  font-size: 16px;
  margin-top: 2em;
}

.p-rule__btn {
  margin-inline: auto;
  margin-top: 100px;
  max-width: 550px;
  text-align: center;
}

.p-rule__btn-link {
  background-color: transparent;
  border: 1px solid #ccc;
  display: inline-block;
  line-height: 1.3;
  overflow: hidden;
  padding: 13px;
  position: relative;
  width: 100%;
}
.p-rule__btn-link::before {
  background-color: #ccc;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.25s;
  width: 0;
}
.p-rule__btn-link:hover::before {
  width: 100%;
}

.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

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

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

.p-list__item {
  display: flex;
  margin-inline: auto;
  max-width: 680px;
  padding-bottom: 40px;
}
.p-list__item:not(:first-child) {
  padding-top: 40px;
}
.p-list__item {
  border-bottom: 1px solid #fff;
}

.p-list__item dt,
.p-list__item dd {
  display: inline-block;
  line-height: 1.9;
  text-align: left;
  vertical-align: top;
}

.p-list__item dt {
  width: 30%;
}

.p-list__item dd {
  width: 70%;
}

.p-store__btn {
  margin-inline: auto;
  margin-top: 40px;
  max-width: 550px;
  text-align: center;
}

.p-store__btn-link {
  background-color: transparent;
  border: 1px solid #ccc;
  display: inline-block;
  line-height: 1.3;
  overflow: hidden;
  padding: 13px;
  position: relative;
  width: 100%;
}
.p-store__btn-link::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.25s;
  width: 0;
}
.p-store__btn-link:hover::before {
  width: 100%;
}

.p-store__map-wrap {
  margin-inline: auto;
  margin-top: 40px;
  max-width: 600px;
}

.p-store__map {
  height: 430px;
}

.p-store__btn {
  margin-inline: auto;
  margin-top: 30px;
  text-align: center;
  width: 80%;
}

.p-store__link {
  background-color: #444;
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  overflow: hidden;
  padding: 13px 20px;
  position: relative;
  width: 100%;
}
.p-store__link::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.25s;
  width: 0;
}
.p-store__link:hover::before {
  width: 100%;
}

.swiper-slide {
  -o-object-fit: cover;
  aspect-ratio: 1920/1320;
  flex-shrink: 0;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}

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

/* ================================
   本題のCSS
=============================== */
.swiper-container,
.swiper,
.swiper-wrapper,
.swiper-slide {
  position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
  right: unset;
  top: unset;
}

/* 各ボタンのカスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  font-size: 30px;
  height: 40px;
  top: 50%;
  translate: 0 -50%;
  width: 40px;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 9px);
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  aspect-ratio: 1;
  background: #666;
  border-radius: 50%;
  height: auto;
  margin-inline: 5.5px;
  opacity: 1;
  width: 10px;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #aaa;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px){
  .l-drawerIcon {
    display: flex;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-sec {
    padding-block: 20px 60px;
  }
  .c-border {
    padding-block: 20px;
  }
  .c-title {
    font-size: 26px;
  }
  .p-fv {
    margin-top: 0;
  }
  .p-fv__inner {
    min-height: 500px;
  }
  .p-header__logo-title {
    font-size: 16px;
  }
  .p-header__nav {
    display: none;
  }
  .p-loader {
    grid-template-columns: 1fr;
  }
  .p-loader__cover:first-of-type,
  .p-loader__cover:last-of-type {
    display: none;
  }
  .p-menu__textTop {
    font-size: 18px;
  }
  .p-menu__item {
    font-size: 16px;
  }
  .p-menu__text {
    line-height: 2.2;
  }
  .p-menu__btn {
    max-width: 500px;
  }
  .p-message {
    margin-top: 40px;
  }
  .p-message__inner {
    max-width: 500px;
  }
  .p-message__wrap {
    padding-bottom: 26px;
  }
  .p-message__title {
    padding-left: 0;
  }
  .p-message__title-text {
    font-size: 27px;
  }
  .p-message__text {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 0;
  }
  .p-store__inner {
    max-width: 500px;
  }
  .p-list__item {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .p-list__item:not(:first-child) {
    padding-top: 20px;
  }
  .p-list__item dt,
  .p-list__item dd {
    font-size: 14px;
  }
  .p-list__item dt {
    width: 100%;
  }
  .p-list__item dd {
    width: 100%;
  }
  .swiper-slide {
    min-height: 400px;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 500px){
  .u-500 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce){
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */