@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Vollkorn+SC:wght@400;600;700;900&display=swap');

/* ===========================================
@acab/reset.css
=========================================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  font-variation-settings: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

:root {
  --paddingInline: 2rem;
}
@media (max-width: 767px) {
  :root {
    --paddingInline: 3rem;
  }
}

html {
  height: -webkit-fill-available;
  font-size: calc(0.0071428571 * var(--viewportWidth)); /* 10px */ /* ピクセル値に変換 */
}
@media (max-width: 767px) {
  html {
    font-size: calc(0.0266666667 * var(--viewportWidth));
  }
}

@media screen and (min-width: 1400.1px) {
  html {
    font-size: 10px;
  }
}
body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-width: auto;
  color: #3C3C3C;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}

@media (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

span:not([class]) {
  display: inline-block;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

a {
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

/* システムのスタイルを打ち消したいときはここに記述 */
._sp {
  display: none;
}
@media (max-width: 767px) {
  ._sp {
    display: block;
  }
}

@media (max-width: 767px) {
  ._pc {
    display: none;
  }
}

.c-inner {
  max-width: 120rem;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.c-header {
  background-color: rgba(60, 60, 60, 0.9);
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 4;
}
.c-header._shown {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767px) {
  .c-header {
    background-color: transparent;
    z-index: 99;
  }
}

.c-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 767.1px) {
  .c-header-inner {
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .c-header-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.c-header-block._logo {
  padding-left: 4.8rem;
}
.c-header-block._nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-header-block._logo {
    display: none;
  }
  .c-header-block._nav {
    display: none;
  }
}

.c-header-logo {
  height: 100%;
}
.c-header-logo .c-logo {
  font-size: 2.6rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14.1rem;
}
.c-header-logo .c-logo img{
  width: 100%;
  height: auto;
}

.c-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  margin-right: 4.8rem;
  font-weight: 500;
}

.c-header-navItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.c-header-reservation {
  height: 8rem;
  -webkit-transform: translateY(8rem);
          transform: translateY(8rem);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
._shown .c-header-reservation {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-header-hamburger {
  display: none;
}
@media (max-width: 767px) {
  .c-header-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 1;
  }
  .c-header-hamburger .c-hamburger {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #2B2B2B;
  }
}

.c-drawer {
  position: fixed;
  width: 100%;
  height: 100lvh;
  background-color: rgba(30, 30, 30, 0.9);
  color: #ffffff;
  padding-block: 10rem;
  left: 100%;
  -webkit-transition: left 100%;
  transition: left 100%;
}
.c-drawer._open {
  left: 0;
}

.c-drawer-logo {
  text-align: center;
  margin-bottom: 6rem;
}
.c-drawer-logo .c-logo {
  width: 14.1rem;
  color: #EAD8B5;
}
.c-drawer-logo .c-logo span:first-child {
  font-size: 3rem;
}
.c-drawer-logo .c-logo span:last-child {
  font-size: 2rem;
}

.c-drawer-nav {
  font-size: 1.5rem;
  /* font-family: "Jost", sans-serif; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 2rem;
}

.c-footer {
  background-color: #421818;
  text-align: center;
  padding-top: 7.7rem;
  padding-bottom: 2.6rem;
}

.c-footer-logo {
  margin-bottom: 4rem;
}
.c-footer-logo .c-logo {
  width: 30rem;
  color: #EAD8B5;
}
.c-footer-logo .c-logo span:first-child {
  font-size: 6.4rem;
}
.c-footer-logo .c-logo span:last-child {
  font-size: 4.3rem;
}
@media (max-width: 767px) {
  .c-footer-logo .c-logo {
    width: 18.4rem;
  }
  .c-footer-logo .c-logo span:first-child {
    font-size: 3.9rem;
  }
  .c-footer-logo .c-logo span:last-child {
    font-size: 2.6rem;
  }
}

.c-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-footer-nav {
    display: none;
  }
}

.c-footer-tel.p-tel {
  color: #D6B77A;
  margin-block: 0.5rem;
}

.c-footer-sns {
  margin-bottom: 1.2rem;
}

.c-footer-copyright {
  color: #ffffff;
  /* font-family: "Jost", sans-serif; */
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .c-footer-copyright {
    font-size: 1.3rem;
  }
}

.c-heading {
  line-height: inherit;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .c-heading {
    margin-bottom: 3.3rem;
  }
}

.c-heading-main {
  /* font-family: "Jost", sans-serif; */
  font-family: "Vollkorn SC", serif;
  font-weight: 500;
  font-size: 5rem;
  letter-spacing: 0.025em;
  display: block;
  line-height: 1.46;
  color: #FACB7E;
  color: #90110F;
}
@media (max-width: 767px) {
  .c-heading-main {
    font-size: 3rem;
  }
}

.c-heading-sub {
  font-weight: 700;
  font-size: 2.2rem;
  display: block;
  line-height: 1.8181818182;
}
@media (max-width: 767px) {
  .c-heading-sub {
    font-size: 1.2rem;/*1.5rem*/
  }
}

.c-button {
  text-align: center;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  height: 6.2rem;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: currentColor;
  cursor: pointer;
  transition-property: color, border-color, background-color;
  transition-duration: 0.3s;
}
.c-button:hover{
  opacity: 1;
  color: white;
  border-color: #90110F;
  background-color: #90110F;
}
.c-button-reservation {
  background-color: #950000;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  width: 15.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.c-icon-instagram {
  display: inline-block;
  vertical-align: middle;
  width: 3.2rem;
  height: 3.2rem;
}

.c-sticky-items {
  position: fixed;
  z-index: 10;
  right: 2rem;
  bottom: 2rem;
}

.c-sticky-online img {
  width: 9.6rem;
}
@media (max-width: 767px) {
  .c-sticky-online img {
    width: 8.5rem;
  }
}

.c-hamburger {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  cursor: pointer;
}

.c-hamburger-bar {
  width: 2.4rem;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  -webkit-transition: top 0.5s 0.5s, -webkit-transform 0.5s 0s;
  transition: top 0.5s 0.5s, -webkit-transform 0.5s 0s;
  transition: top 0.5s 0.5s, transform 0.5s 0s;
  transition: top 0.5s 0.5s, transform 0.5s 0s, -webkit-transform 0.5s 0s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-hamburger-bar._bar1 {
  top: 43%;
}
.c-hamburger-bar._bar2 {
  top: 57%;
}
._open .c-hamburger-bar {
  -webkit-transition: top 0.5s 0s, -webkit-transform 0.5s 0.5s;
  transition: top 0.5s 0s, -webkit-transform 0.5s 0.5s;
  transition: top 0.5s 0s, transform 0.5s 0.5s;
  transition: top 0.5s 0s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
._open .c-hamburger-bar._bar1 {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
._open .c-hamburger-bar._bar2 {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.c-tab-label {
  cursor: pointer;
}

.c-tab-content {
  display: none;
}
.c-tab-content._current {
  display: block;
}

.c-logo {
  /* font-family: "Jost", sans-serif; */
  display: inline-block;
}
.c-logo span:first-child {
  letter-spacing: 0.025em;
  font-weight: 500;
  line-height: 1;
}
.c-logo span:last-child {
  letter-spacing: 0.03em;
  font-weight: 300;
  line-height: 1;
}

.c-modal {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.c-modal._open {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  padding: 2rem 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  -webkit-animation: opacity-in 0.5s ease-in-out 0s forwards;
          animation: opacity-in 0.5s ease-in-out 0s forwards;
}
.c-modal._closing {
  -webkit-animation: opacity-out 0.5s ease-in-out 0s forwards;
          animation: opacity-out 0.5s ease-in-out 0s forwards;
}
@media (max-width: 767px) {
  .c-modal._open {
    padding: 8rem var(--paddingInline);
  }
}

.c-modal-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: rgba(60, 60, 60, 0.9);
}

.c-modal-close {
  position: absolute;
  width: 8rem;
  height: 8rem;
  cursor: pointer;
  top: 2rem;
  right: 2rem;
}
.c-modal-close span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
}
.c-modal-close span:first-child {
  rotate: 45deg;
}
.c-modal-close span:last-child {
  rotate: -45deg;
}
@media (max-width: 767px) {
  .c-modal-close {
    width: 5rem;
    height: 5rem;
  }
}

.c-modal-contentArea {
  overflow: auto;
  max-height: 100%;
}

.c-modal-content {
  width: 0;
  height: 0;
  overflow: hidden;
}

/* ====================================
   FIRSTVIEW
 ==================================== */
.p-firstview {
  position: relative;
}
/* .p-firstview:before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.27);
  top: 0;
  left: 0;
} */

.p-firstview-front {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-inline: 0;
}
.p-firstview-front p{
  color: #ffffff;
  font-size: 2.7rem;
  text-align: center;
}
.p-firstview-logo {
  margin-bottom: 3.5rem;
  text-align: center;
}
.p-firstview-logo img{
  width: 37.9rem;
}

.p-firstview-text1 {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 2.7rem;
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .p-firstview {
    max-height: 100dvh;
  }
  .p-firstview-text1 {
    font-size: 1.6rem;
  }
  .p-firstview-logo{
    margin-bottom: 1.7rem;
  }
  .p-firstview-logo img{
    width: 24.942rem;
  }
  .p-firstview-front{
    top: 75%;
  }
  .p-firstview-front p{
    font-size: 1.6rem;
  }
}

.p-firstview-text2 {
  /* font-family: "Jost", sans-serif; */
  color: #ffffff;
  font-weight: 300;
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-firstview-text2 {
    font-size: 1.4rem;
  }
}

.p-firstview video {
  will-change: transform;
}

/* ====================================
  CONCEPT
 ==================================== */
.p-concept{
  background-color: #421818;
  background-color: #F6F5F3;
  padding-block: 105px;
}
.p-concept-cols{
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  box-sizing: content-box;
  display: flex;
  align-items: center;
  gap: 50px;
}
.p-concept-col{

}
.p-concept-col._image{

}
.p-concept-col._body{
  height: fit-content;
}
.p-concept-lead{
  /* font-size: 40px; */
  font-weight: 500;
  /* line-height: 1.7; */
  margin-bottom: 15px;
  font-size: 2.8rem;
  line-height: 1.4444444444;
}
.p-concept-text{
  /* font-size: 1.8rem;
  line-height: 2; */
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
._image .p-concept-text{
  display: none;
}
@media (max-width: 767px) {
  .p-concept{
    padding-block: 50px 70px;
  }
  .p-concept-cols{
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
  }
  .p-concept-lead{
    /* font-size: 3.2rem;
    line-height: 1.5; */
    /* font-size: 1.4rem; */
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .p-concept-text{
    /* font-size: 1.4rem;
    line-height: 2.1333333333; */
    font-size: 1.5rem;
  }
  ._body .p-concept-text{
    display: none;
  }
  ._image .p-concept-text{
    display: block;
    margin-top: 4rem;
    font-size: 1.4rem;
  }
}
/* ====================================
  PARALLAX
 ==================================== */
.p-parallax {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.p-parallax._parallax1 {
  height: 50.2rem;
}
.p-parallax._parallax2 {
  height: 53.7rem;
}
@media (max-width: 767px) {
  .p-parallax._parallax1 {
    height: 25rem;
  }
  .p-parallax._parallax2 {
    height: 25rem;
  }
}

._shown .p-parallax-fixed {
  position: fixed;
  width: 100%;
  height: 100lvh;
  top: 0;
  left: 0;
}

/* ====================================
  FEATURE
 ==================================== */
.p-feature {
  background-color: #2C2C2C;
  background-color: #E4E2E0;
  padding-block: 11rem;
}
.p-feature .c-heading-sub {
  /* color: #ffffff; */
}
.p-feature .c-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  font-size: 2rem;
  margin-bottom: 2.9rem;
}
.p-feature .c-tab-label {
  padding-bottom: 0.9rem;
  color: #FFFFFF;
  border: 1px solid #4B332C;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  padding: 2.4rem 1.9rem 2.4rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  /* font-family: "Jost", sans-serif; */
  font-family: "Vollkorn SC", serif;
  font-size: 2rem;
  background-color: #4B332C;
  width: calc((100% - 0.8rem * 3) / 4);
}
.p-feature .c-tab-label:hover {
  color: rgba(252, 233, 188, 0.8);
}
.p-feature .c-tab-label:after {
  position: absolute;
  content: "";
  border-top: 1.1rem solid transparent;
  border-left: 1.1rem solid transparent;
  border-right: 1.1rem solid transparent;
  left: calc(50% - 1.1rem);
  top: calc(100% - 0.3rem);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: inherit;
          transition-delay: inherit;
}
.p-feature .c-tab-label._current {
  color: #FFFFFF;
  background-color: #8A0F0E;
  border-color: #8A0F0E;
}
.p-feature .c-tab-label._current:after {
  border-top: 1.1rem solid #8A0F0E;
}
.c-tab-label-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}
.p-feature .c-tab-label span span{
  /* font-weight: 700; */
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-feature{
    padding-block: 4.3rem;
  }
  .p-feature .c-tab-list {
    font-size: 2.1rem;
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    margin-inline: calc(-1 * var(--paddingInline));
  }
  .p-feature .c-tab-label {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-inline: 1rem;
    padding-block: 2rem;
    width: 50%;
  }
  .p-feature .c-tab-label:nth-child(1),
  .p-feature .c-tab-label:nth-child(2) {
    z-index: 1;
  }
  .p-feature .c-tab-label span {
    font-size: 1.6rem;
  }
  .p-feature .c-tab-label span span{
    font-size: 1.4rem;
  }
}

.p-feature .a-fadein-list._shown > *:nth-child(1) {
  -webkit-transition-property: opacity, color, background-color, -webkit-transform;
  transition-property: opacity, color, background-color, -webkit-transform;
  transition-property: opacity, transform, color, background-color;
  transition-property: opacity, transform, color, background-color, -webkit-transform;
  -webkit-transition-delay: 0.2s, 0.2s, 0s, 0s;
          transition-delay: 0.2s, 0.2s, 0s, 0s;
  -webkit-transition-duration: 0.5s, 0.5s, 0.2s, 0.2s;
          transition-duration: 0.5s, 0.5s, 0.2s, 0.2s;
}
.p-feature .a-fadein-list._shown > *:nth-child(1):after {
  -webkit-transition-property: border-top-color;
  transition-property: border-top-color;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-feature .a-fadein-list._shown > *:nth-child(2) {
  -webkit-transition-property: opacity, color, background-color, -webkit-transform;
  transition-property: opacity, color, background-color, -webkit-transform;
  transition-property: opacity, transform, color, background-color;
  transition-property: opacity, transform, color, background-color, -webkit-transform;
  -webkit-transition-delay: 0.4s, 0.4s, 0s, 0s;
          transition-delay: 0.4s, 0.4s, 0s, 0s;
  -webkit-transition-duration: 0.5s, 0.5s, 0.2s, 0.2s;
          transition-duration: 0.5s, 0.5s, 0.2s, 0.2s;
}
.p-feature .a-fadein-list._shown > *:nth-child(2):after {
  -webkit-transition-property: border-top-color;
  transition-property: border-top-color;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-feature .a-fadein-list._shown > *:nth-child(3) {
  -webkit-transition-property: opacity, color, background-color, -webkit-transform;
  transition-property: opacity, color, background-color, -webkit-transform;
  transition-property: opacity, transform, color, background-color;
  transition-property: opacity, transform, color, background-color, -webkit-transform;
  -webkit-transition-delay: 0.6s, 0.6s, 0s, 0s;
          transition-delay: 0.6s, 0.6s, 0s, 0s;
  -webkit-transition-duration: 0.5s, 0.5s, 0.2s, 0.2s;
          transition-duration: 0.5s, 0.5s, 0.2s, 0.2s;
}
.p-feature .a-fadein-list._shown > *:nth-child(3):after {
  -webkit-transition-property: border-top-color;
  transition-property: border-top-color;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-feature .a-fadein-list._shown > *:nth-child(4) {
  -webkit-transition-property: opacity, color, background-color, -webkit-transform;
  transition-property: opacity, color, background-color, -webkit-transform;
  transition-property: opacity, transform, color, background-color;
  transition-property: opacity, transform, color, background-color, -webkit-transform;
  -webkit-transition-delay: 0.8s, 0.8s, 0s, 0s;
          transition-delay: 0.8s, 0.8s, 0s, 0s;
  -webkit-transition-duration: 0.5s, 0.5s, 0.2s, 0.2s;
          transition-duration: 0.5s, 0.5s, 0.2s, 0.2s;
}
.p-feature .a-fadein-list._shown > *:nth-child(4):after {
  -webkit-transition-property: border-top-color;
  transition-property: border-top-color;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.p-feature-inner._outside {
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.p-feature-inner._inside {
  max-width: 912px;
  margin-left: auto;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 1600.1px) {
  .p-feature-inner._inside {
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-feature-inner._outside {
    padding-inline: var(--paddingInline);
  }
}

.p-feature-visuals {
  -ms-flex-preferred-size: 65.7142857143%;
      flex-basis: 65.7142857143%;
}

.p-feature-visual {
  margin-bottom: 3.9rem;
  display: block;
}
@media (max-width: 767px) {
  .p-feature-visual {
    margin-inline: calc(var(--paddingInline) * -1);
    max-inline-size: -webkit-fit-content;
    max-inline-size: -moz-fit-content;
    max-inline-size: fit-content;
    aspect-ratio: 1/1;
    margin-bottom: 3.4rem;
  }
}

.p-feature-body {
  -ms-flex-preferred-size: 28.5714285714%;
      flex-basis: 28.5714285714%;
}

.p-feature-title {
  color: #4C342E;
  font-size: 2.2rem;
  /* line-height: 1.8181818182; */
  line-height: 1.4444444444;
  letter-spacing: 0;
  margin-bottom: 2.1rem;
}
@media (max-width: 767px) {
  .p-feature-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    /* line-height: 1.8; */
  }
}

/* .p-feature-text {
  font-size: 1.6rem;
  line-height: 2;
} */
/* @media (max-width: 767px) {
  .p-feature-text {
    font-size: 1.5rem;
  }
} */

/* ====================================
  MENU
 ==================================== */
.p-menus {
  background-color: #421718;
  background-color: #F6F5F3;
  padding-block: 15rem;
}

.p-menus .c-inner {
  max-width: 91.2rem;
}

@media (max-width: 767px) {
  .p-menus {
    padding-block: 5rem;
  }

  .p-course .c-inner {
    /* padding-inline: 4rem; */
    max-width: 91.2rem;
    padding-inline: 0;
  }
}

.p-menuTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9rem;
}
@media (max-width: 767px) {
  .p-menuTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-menuTop-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-menuTop-col._first {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
}
.p-menus-title{
  font-size: 2.8rem;
  margin-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .p-menus-title{
    font-size: 2.2rem;
  }
  .p-course .p-menus-title{
    margin-bottom: 1.5rem;
    padding: 0 3rem;
    font-size: 2rem;
  }
}
.p-tanpin-list{
}
.p-tanpin-card{
  display: flex;
}
.p-tanpin-card + .p-tanpin-card{
  margin-top: 7rem;
}
.p-tanpin-visual{
  flex-basis: 50%;
}
.p-tanpin-body{
  flex-basis: 50%;
  padding-left: 5rem;
}
.p-tanpin-priceList{
  font-size: 1.6rem;
}
.p-tanpin-priceItem{
  display: flex;
  padding-block: 10px;
  font-size: 1.5rem;
}
.p-tanpin-priceItem:not(:first-child){
  border-top: 1px solid #C8C8C8;
}
.p-tanpin-priceItem p:last-child{
  flex-grow: 1;
  text-align: right;
}
.p-tanpin-price{

}
.p-tanpin-price span:first-child{
  font-size: 2.8rem;
  color: #90110F;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.p-tanpin-price span:last-child{
  font-size: 1.4rem;
  display: block;
}
.p-tanpin-button{
  margin-top: 8.7rem;
  display: flex;
  gap: 10px;
  max-width: 600px;
  margin-inline: auto;
  justify-content: space-between;
}
.p-tanpin-button{
  color: #90110F;
  text-align: center;
}
.p-tanpin-button .c-button{
  max-width: 25rem;
  /* font-family: "Jost", sans-serif; */
  font-family: "Vollkorn SC", serif;
  text-transform: uppercase;
}
@media (max-width: 767px){
  .p-tanpin-card{
    flex-direction: column;
  }
  .p-tanpin-body{
    padding-left: 0;
  }
  .p-tanpin-price span:first-child{
    font-size: 1.6rem;
  }
  .p-tanpin-price span:last-child{
    font-size: 1.2rem;
  }
  .p-tanpin-button{
    margin-top: 1rem;
  }
  .p-tanpin-button .c-button{
    max-width: 100%;
    height: 4rem;
    font-size: 1.5rem;
  }
}
.p-menus section + section {
  margin-top: 16.7rem;
}
.p-plan-card {
  max-width: 1000px;
  margin-inline: auto;
}
.p-plan-card:not(:first-of-type) {
  border-top: 1px solid #BA6261;
  margin-top: 7rem;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .a-fadein._shown {
    overflow: hidden;
  }
  .p-plan-card:not(:first-of-type) {
    /* margin-top: 4rem;
    padding-top: 4rem; */
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
  .p-menus section + section {
    margin-top: 9rem;
  }
}

.p-plan-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.7rem;
}
@media (max-width: 767px) {
  .p-plan-cols {
    flex-direction: column;
    gap: 2rem;
  }
}

.p-plan-col._visual {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 456px;
  width: 50%;
}
.p-plan-list .swiper-pagination{
  position: static;
  font-size: 0;
  margin-top: 2rem;
}
.p-plan-list {
  --swiper-pagination-bullet-horizontal-gap: 1rem;
  --swiper-pagination-color: #FACB7E;
  --swiper-pagination-bullet-inactive-color: #777777;
}
.p-plan-col._text {
  -ms-flex-preferred-size: calc(50% - 2rem);
      flex-basis: calc(50% - 2rem);
}
.p-plan-col._third {
  display: none;
}
@media (min-width: 768px) {
  ._card1 .p-plan-col._third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ._card1 .p-plan-col._third .p-plan-text, ._card1 .p-plan-col._third .p-plan-button {
    display: none;
  }
}
@media (max-width: 767px) {
  ._card1 .p-plan-col._visual {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  ._card1 .p-plan-col._visual .p-plan-visual {
    /* aspect-ratio: 315/158; */
    aspect-ratio: 912/592;
  }
  .p-plan-col._third {
    display: block;
  }
  .p-plan-col._third .p-plan-text {
    margin-top: 1rem;
  }
}

.p-plan-visual {
  position: relative;
}

.p-plan-visualText {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.p-plan-visualText p:first-child {
  font-size: 4rem;
  color: #FFDFA0;
  /* font-family: "Jost", sans-serif; */
  font-weight: 500;
  letter-spacing: 0.025em;
}
.p-plan-visualText p:nth-child(2) {
  font-size: 2.5rem;
  color: #ffffff;
  /* font-family: "Jost", sans-serif; */
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .p-plan-visualText p:first-child {
    font-size: 1.8rem;
  }
  .p-plan-visualText p:first-child span {
    display: block;
    text-align: center;
  }
  .p-plan-visualText p:nth-child(2) {
    font-size: 1.4rem;
  }
}

.p-plan-subVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-preferred-size: calc(50% - 1.4rem);
      flex-basis: calc(50% - 1.4rem);
}
@media (max-width: 767px) {
  .p-plan-subVisual {
    margin-top: 1.5rem;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .p-plan-col._visual{
    width: 100%;
  }
  .p-plan-textArea {
    margin-right: -1rem;
  }
  .p-plan-textArea .p-plan-text {
    display: none;
  }
  ._third .p-plan-textArea {
    margin-top: 10px;
  }
}

.p-plan-title1 {
  font-size: 2.8rem;
  line-height: 1.4444444444;
  margin-bottom: 1.2rem;
}
.p-plan-title1 span {
  vertical-align: middle;
}
.p-plan-title1 ._price {
  /* font-family: "Jost", sans-serif; */
  font-weight: 500;
}
._card2 .p-plan-title1 span:nth-of-type(2) {
  font-size: 2.2rem;
  color: #FFF1D5;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 1.8rem;
}
@media (max-width: 767px) {
  .p-plan-title1 {
    font-size: 1.8rem;
    /* letter-spacing: -0.025em; */
    margin-bottom: 1.2rem;
  }
  ._card1 .p-plan-title1 {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
  ._card2 .p-plan-title1 span:nth-of-type(2) {
    font-size: 1.3rem;
    margin-left: 0;
  }
  ._card3 .p-plan-title1 {
    font-size: 1.8rem;
  }
}
.p-plan-drink{
}
.p-plan-drink span{
  display: inline-block;
  color: white;
  background-color: #90110F;
  font-size: 14px;
  padding-block: 5px;
  padding-inline: 20px;
  border-radius: 17px;
}
.p-plan-price {
  font-size: 3.2rem;
  font-weight: 700;
  color: #90110F;

}
.p-plan-price ._taxIncluded{
  font-size: 14px;
  color: #3C3C3C;
  margin-left: 1.3rem;
}
@media (max-width: 767px) {
  .p-plan-price {
    font-size: 1.8rem;
  }
  .p-plan-text {
    font-size: 1.4rem;
  }
}

.p-plan-button {
  margin-top: 4rem;
  color: #90110F;
}
.p-plan-button .c-button {
  max-width: 25rem;
  /* font-family: "Jost", sans-serif; */
  font-family: "Vollkorn SC", serif;
}
@media (max-width: 767px) {
  .p-plan-button .c-button {
    font-size: 1.5rem;
    height: 4rem;
    max-width: none;
  }
  .p-plan-button {
    margin-top: 2.1rem;
  }
}
.p-course{
  background-color: #E4E2E0;
  margin-top: 120px;
  padding-top: 66px;
  padding-bottom: 170px;
  overflow: hidden;
}
.p-course-swiper {
  --swiper-navigation-size: 2rem;
  --swiper-theme-color: #ffffff;
  position: relative;
}
.p-course-swiper .swiper{
  position: static;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-course-swiper .swiper{
    overflow: visible;
  }
}
.course-swiper-button-prev,
.course-swiper-button-next {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.8rem;
  background-color: #950000;
  display: none;
}
@media (max-width: 767px) {
  .course-swiper-button-prev,
  .course-swiper-button-next {
    display: flex;
  }
}
.course-swiper-button-prev {
  left: 2.2rem;
  left: -1.8rem;
}
.course-swiper-button-next {
  right: 2.2rem;
  right: -1.8rem;
}
@media (max-width: 767px) {
  .course-swiper-button-prev,
  .course-swiper-button-next {
    display: flex;
  }
  .course-swiper-button-prev {
    left: 1.5rem !important;
  }
  .course-swiper-button-next {
    right: 1.5rem !important;
  }
}
.p-gallery {
  padding-block: 14.3rem 11.1rem;
  background-color: #F6F5F3;
}
@media (max-width: 767px) {
  .p-gallery {
    padding-block: 7rem 6rem;
  }
}
.p-gallery-inner{

  max-width: 91.2rem;
}
.p-gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .p-gallery-list {
    gap: 0.8rem;
  }
}

.p-gallery-item {
  aspect-ratio: 1/1;
  -ms-flex-preferred-size: calc((100% - 6rem) / 3);
      flex-basis: calc((100% - 6rem) / 3);
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-gallery-item {
    -ms-flex-preferred-size: calc((100% - 1.8rem) / 3);
        flex-basis: calc((100% - 1.8rem) / 3);
  }
}

.lum-lightbox-inner img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}

.lum-gallery-button {
  display: none;
}

.p-topNews {
  background-color: #421818;
  padding-block: 7.1rem 11.4rem;
  padding-inline: var(--paddingInline);
  overflow: hidden;
}
.p-topNews .c-heading-main{
  color: #FACB7E;
}
.p-topNews .c-heading-sub {
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-topNews {
    padding-block: 7rem 6rem;
  }
}

.p-topNews-inner {
  max-width: 91.2rem;
  margin-inline: auto;
}

.p-topNews-swiper {
  --swiper-navigation-size: 2rem;
  --swiper-theme-color: #ffffff;
  position: relative;
  /* margin-inline: calc(var(--paddingInline) * -1); */
}
.p-topNews-swiper .swiper {
  max-width: 100%;
  position: static;
  overflow: visible;
}
.p-topNews-swiper .swiper-slide {
  width: 290px;
}
.p-topNews-swiper .swiper-button-next, .p-topNews-swiper .swiper-button-prev {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.8rem;
  background-color: #950000;
}
.p-topNews-swiper .swiper-button-next {
  right: 2.2rem;
  right: -1.8rem;
}
.p-topNews-swiper .swiper-button-prev {
  left: 2.2rem;
  left: -1.8rem;
}
@media (max-width: 767px) {
  .p-topNews-swiper {
    max-width: 31.5rem;
    margin-inline: auto;
  }
  .p-topNews-swiper .swiper-slide {
    width: 31.5rem;
  }
}

.p-topNews-list {
  max-width: 1000px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-topNews-item {
  cursor: pointer;
}
.p-topNews-item a {
  width: 100%;
}

.p-news-eyecatch {
  aspect-ratio: 290/180;
}

.p-news-textBox {
  background-color: #ffffff;
  padding: 1.3rem 3rem 2.3rem;
}

.p-news-more {
  /* font-family: "Jost", sans-serif; */
  color: #D6B77A;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-top: 1.4rem;
}

@media (max-width: 767px) {
  .p-news-more {
    font-size: 1.4rem;
  }
}

.p-news-date {
  font-size: 1.6rem;
  color: #9D9D9D;
  /* font-family: "Jost", sans-serif; */
  -ms-flex-preferred-size: 8.4rem;
      flex-basis: 8.4rem;
  margin-bottom: 0.9rem;
  font-weight: 500;
}

.p-news-title {
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-news-title {
    font-size: 1.4rem;
  }
}

.p-topNews-more {
  margin-top: 7.1rem;
  color: #D6B77A;
  text-align: center;
}
.p-topNews-more .c-button {
  width: 20rem;
  font-weight: 700;
  /* font-family: "Jost", sans-serif; */
}

.p-news-modal {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .p-news-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.9rem;
  }
}

.p-news-col._visual {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.p-news-col._content {
  -ms-flex-preferred-size: calc(50% - 5rem);
      flex-basis: calc(50% - 5rem);
  color: #ffffff;
}

.p-access {
  padding-block: 12rem 11rem;
  padding-inline: var(--paddingInline);
}

.p-access .c-heading-main {
  color: #90110F;
}
@media (max-width: 767px) {
  .p-access {
    padding-block: 7rem 0;
  }
}

.p-access-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.p-access-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-access-cols {
    flex-direction: column-reverse;
    gap: 5rem;
  }
}

.p-access-logo {
  margin-bottom: 1.4rem;
}
.p-access-logo .c-logo {
  width: 21.7rem;
}
.p-access-logo .c-logo span:first-child {
  font-size: 3.9rem;
}
.p-access-logo .c-logo span:last-child {
  font-size: 2.6rem;
}

.p-address {
  /**/
}

.p-address-title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.4rem;

}
.p-address-title img{
  width: 19.119rem;
  vertical-align: baseline;
}
.p-address-text {
  letter-spacing: 0;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .p-address-text {
    font-size: 1.4rem;
  }
}

.p-tel {
  /* font-family: "Jost", sans-serif; */
  font-weight: 500;
  margin-top: 0.9rem;
}
.p-tel span:first-child {
  margin-right: 0.8rem;
  vertical-align: middle;
  font-size: 2rem;
  letter-spacing: 0.025em;
}
.p-tel span:last-child {
  vertical-align: middle;
  font-size: 3.2rem;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .p-tel span:first-child {
    font-size: 1.4rem;
  }
  .p-tel span:last-child {
    font-size: 2rem;
  }
}

.p-buisinessHours-title {
  font-weight: 500;
  margin-bottom: 0.7rem;
}

/* .p-buisinessHours-hours {
  display: grid;
  grid-template-columns: 8.3rem 1fr;
  gap: 1.8rem;
} */
.p-buisinessHours-hours span{
  display: inline-block;
}
.p-access-button {
  margin-top: 3.4rem;
  color: #950000;
}
.p-access-button .c-button {
  width: 20rem;
  font-size: 1.7rem;
  height: 5.2rem;
}

.p-access-map {
  flex-basis: calc(750/1200 * 100%);
}
.p-access-map iframe {
  aspect-ratio: 770/580;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 767px) {
  .p-access-map {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    aspect-ratio: 1/1;
    margin-inline: calc(var(--paddingInline) * -1);
  }
  .p-access-button .c-button {
    width: 100%;
    font-size: 1.6rem;
    height: 4.6rem;
  }
}

.p-access-body {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}

.p-singular {
  margin-block: 6rem 8rem;
}

.p-singular-inner {
  max-width: 1000px;
  padding-inline: var(--paddingInline);
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.p-singular-hero {
  margin-bottom: 3rem;
}

.p-singular-title {
  font-size: 2rem;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.p-content img {
  margin-block: 2rem;
}
.p-content p + p {
  margin-top: 1.3rem;
}
.p-content p > a {
  text-decoration: underline;
}

.p-content-heading01 {
  font-size: 1.8rem;
  margin-block: 0.7em;
}

@media (max-width: 767px) {
  .p-content-heading01 {
    font-size: 1.4rem;
  }
}

.p-content-heading02 {
  font-size: 1.6rem;
  margin-block: 0.7em;
}

.p-content-heading03 {
  font-size: 1.5rem;
  margin-block: 0.7em;
}

.p-sticky-button {
  position: fixed;
  z-index: 3;
  right: 6rem;
  bottom: 0;
}
.p-sticky-button .c-button-reservation {
  width: 27rem;
  padding-block: 2.2rem;
  background-color: #CAB480;
  border-color: #CAB480;
}
.p-sticky-button .c-button-reservation:hover{
  background-color: white;
  border-color: #CAB480;
  color: #CAB480;
}
@media (max-width: 767px) {
  .p-sticky-button {
    right: 3rem;
    left: 3rem;
  }
  .p-sticky-button .c-button-reservation {
    font-size: 1.5rem;
    width: 100%;
    padding-block: 1rem;
  }
}

.p-opening {
  background-color: #33354A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  pointer-events: none;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.p-opening._opening {
  -webkit-animation: opening 2s ease-in 2s forwards;
          animation: opening 2s ease-in 2s forwards;
}
.p-opening._loaded {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes opening {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opening {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes openingLogo {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes openingLogo {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-opening-logo {
  color: #EAD8B5;
  width: 36.7rem;
  opacity: 0;
}
._opening .p-opening-logo {
  -webkit-animation: openingLogo 2s ease-in 0.3s forwards;
          animation: openingLogo 2s ease-in 0.3s forwards;
}
.p-opening-logo .c-logo span:first-child {
  font-size: 8.5rem;
}
.p-opening-logo .c-logo span:last-child {
  font-size: 5.7rem;
}
@media (max-width: 767px) {
  .p-opening-logo {
    width: 20.7rem;
  }
  .p-opening-logo .c-logo span:first-child {
    font-size: 4.8rem;
  }
  .p-opening-logo .c-logo span:last-child {
    font-size: 3.2rem;
  }
}

.p-points {
  padding-top: 12rem;
  padding-bottom: 9rem;
  padding-inline: var(--paddingInline);
  background-color: #ffffff;
}

.p-points-inner {
  max-width: 91.2rem;
  margin-inline: auto;
}

.p-points-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-points-list {
    gap: 1rem;
  }
}

.p-points-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(50% - 0.6rem);
      flex-basis: calc(50% - 0.6rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #3D3B52;
  padding: 1.5rem 2rem;
  border-radius: 1.2rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-points-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.p-points-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 5rem;
      flex-basis: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-points-icon {
    -ms-flex-preferred-size: 4.5rem;
        flex-basis: 4.5rem;
  }
}

.p-points-content {
  font-size: 1.7rem;
  line-height: 1.1764705882;
  -ms-flex-preferred-size: calc(100% - 6.5rem);
      flex-basis: calc(100% - 6.5rem);
}
@media (max-width: 767px) {
  .p-points-content {
    -ms-flex-preferred-size: calc(100% - 5.5rem);
        flex-basis: calc(100% - 5.5rem);
  }
}

.a-fadein {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97);
  transition: opacity 1s ease-out, -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97);
  transition: opacity 1s ease-out, transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97);
  transition: opacity 1s ease-out, transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97), -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97);
}
.a-fadein._shown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.a-fadein-list > * {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97);
  transition: opacity 1s ease-out, -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97);
  transition: opacity 1s ease-out, transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97);
  transition: opacity 1s ease-out, transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97), -webkit-transform 1.2s cubic-bezier(0.03, 0.36, 0.35, 0.97);
}
.a-fadein-list._shown > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.a-fadein-list._shown > *:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.a-fadein-list._shown > *:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.a-fadein-list._shown > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.a-fadein-list._shown > *:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.a-fadein-list._shown > *:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.a-fadein-list._shown > *:nth-child(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.a-fadein-list._shown > *:nth-child(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.a-fadein-list._shown > *:nth-child(8) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.a-fadein-list._shown > *:nth-child(9) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.a-fadein-list._shown > *:nth-child(10) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.a-fadein-list._shown > *:nth-child(11) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.a-fadein-list._shown > *:nth-child(12) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.a-fadein-list._shown > *:nth-child(13) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.a-fadein-list._shown > *:nth-child(14) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.a-fadein-list._shown > *:nth-child(15) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.a-fadein-list._shown > *:nth-child(16) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.a-fadein-list._shown > *:nth-child(17) {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}
.a-fadein-list._shown > *:nth-child(18) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.a-fadein-list._shown > *:nth-child(19) {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}
.a-fadein-list._shown > *:nth-child(20) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

@-webkit-keyframes opacity-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes opacity-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes opacity-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes opacity-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}




.c-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.c-modal-course:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-modal-block {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #fff;
  padding: 7px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .c-modal-block {
    width: 85%;
    height: auto;
  }
}

.c-modal-block img {
  height: 90vh;
}

@media (max-width: 767px) {
  .c-modal-block img {
    height: auto;
  }
}

/* .c-modal-close {
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: #000;
  border: 2px solid #333;
  border-radius: 50%;
  cursor: pointer;
}

.c-modal-close::before,
.c-modal-close::after {
  position: absolute;
  content: '';
  top: 17px;
  left: 10px;
  background-color: #fff;
  width: 15px;
  height: 2px;
}

.c-modal-close::before {
  transform: rotate(45deg);
}

.c-modal-close::after {
  transform: rotate(-45deg);
} */

.c-header-logo .c-logo {
  width: 32rem;
}

.p-firstview-logo img {
  width: 64rem;
}

.p-firstview-front p {
  font-family: "Noto Sans JP", sans-serif;
}

.p-concept,
.p-gallery {
  background-color: #F6F5F3;
}

.p-feature {
  background-color: #E4E2E0;
}

.p-menus {
  background-color: #F6F5F3;
}

.p-access {
  background-color: #FFFFFF;
}

.c-heading-main,
.p-tanpin-price span:first-child,
.p-plan-price {
  color: #90110F;
}

.p-concept,
.p-feature .c-heading-sub,
.p-feature-text,
.c-heading-sub,
.p-menus-title,
.p-tanpin-list,
.p-plan-card {
  color: #3C3C3C;
}

/* .p-concept-lead {
  font-size: 2.8rem;
  line-height: 1.4444444444;
} */

.p-concept-text,
.p-feature-text {
  font-size: 1.5rem;
  line-height: 1.6666666667;
}

.p-concept-cols {
  align-items: center;
}

.p-concept-col._body {
  height: fit-content;
}

.p-feature .c-tab-label,
.p-feature .c-tab-label._current {
  color: #FFFFFF;
}

.p-feature .c-tab-label {
  position: relative;
  z-index: 1;
  background-color: #4B332C;
  border-color: #4B332C;
}

.p-feature .c-tab-label:hover {
  color: rgba(252, 233, 188, 0.8);
}

.p-feature .c-tab-label._current {
  z-index: 2;
  background-color: #8A0F0E;
  border-color: #8A0F0E;
}

.p-feature .c-tab-label._current:after {
  border-top: 1.1rem solid #8A0F0E;
}

.p-feature-title {
  color: #4C342E;
  line-height: 1.4444444444;
}

.p-tanpin-priceItem {
  padding: 10px 0;
}

.p-tanpin-priceItem > p {
  /* font-size: 16px; */
  font-size: 1.5rem;
  line-height: 1.6666666667;
}

@media (max-width: 767px) {
  .p-feature .c-tab-label._current {
    font-size: 1.6rem;
  }
  .p-tanpin-priceItem > p {
    font-size: 1.4rem;/*1.5rem*/
  }
}

.p-tanpin-price span:first-child {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.p-tanpin-priceItem:not(:first-child) {
  border-color: #C8C8C8;
}

.p-tanpin-button {
  display: flex;
  justify-content: center;
  gap: 15px 100px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .p-tanpin-button {
    gap: 10px;
    flex-wrap: nowrap;
  }
}

.p-menus {
  padding-bottom: 13rem;
}

.p-course {
  margin-top: 0;
  padding-top: 13rem;
  background-color: #E4E2E0;
  overflow: hidden;
}

.p-course-swiper {
  --swiper-navigation-size: 2rem;
  --swiper-theme-color: #ffffff;
  position: relative;
}
/* .p-course-swiper .swiper{
  position: static;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-course-swiper .swiper{
    overflow: visible;
  }
} */
.p-course-swiper .js-course-swiper {
  position: static;
  overflow: hidden;
}

@media (max-width: 767px) {
  .p-course-swiper .js-course-swiper {
    overflow: visible;
  }
}
.course-swiper-button-prev,
.course-swiper-button-next {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.8rem;
  background-color: #950000;
  display: none;
}
@media (max-width: 767px) {
  .course-swiper-button-prev,
  .course-swiper-button-next {
    display: flex;
  }
}
.course-swiper-button-prev {
  left: 2.2rem;
  left: -1.8rem;
}
.course-swiper-button-next {
  right: 2.2rem;
  right: -1.8rem;
}

.p-plan-title3 {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}

.p-plan-title3 span {
  background-color: #90110F;
  color: #fff;
  font-size: 14px;
  padding-block: 5px;
  padding-inline: 20px;
  border-radius: 17px;
}

.p-plan-price {
  font-family: "Noto Serif JP", serif;
  /* font-weight: 700; */
}

a.c-button,
.p-plan-button .c-button {
  color: #90110F;
  border-color: #90110F;
}

a.c-button:hover,
.p-plan-button .c-button:hover {
  color: #fff;
  background-color: #90110F;
  opacity: 1;
  transition: 0.8s;
}

.p-address-title img {
  width: 30rem;
}

.c-modal._open {
  background: rgba(60, 60, 60, 0.9);
}

.p-sticky-button .c-button-reservation {
  background-color: #D6B77A;
  border-color: #D6B77A;
}

.p-sticky-button .c-button-reservation:hover {
  background-color: #fff;
  border-color: #D6B77A;
  color: #D6B77A;
}

.p-topNews .c-heading-main {
  color: #FACB7E;
}

.c-modal-close2 {
  position: absolute;
  top: -17px;
  right: -17px;
  width: 40px;
  height: 40px;
  background: #000;
  border: 2px solid #333;
  border-radius: 50%;
  cursor: pointer;
}

.c-modal-close2::before, .c-modal-close2::after {
  position: absolute;
  content: '';
  top: 17px;
  left: 10px;
  background-color: #fff;
  width: 15px;
  height: 2px;
}

.c-modal-close2::before {
  transform: rotate(45deg);
}

.c-modal-close2::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .c-drawer-logo .c-logo {
    width: 25rem;
  }

  .p-firstview-front {
    top: 50%;
  }

  .p-firstview-logo img {
    width: 30rem;
  }

  .p-concept-cols {
    align-items: flex-start;
  }

  .p-menus {
    padding-bottom: 4rem;
  }

  .p-course {
    padding-top: 4rem;
    margin-top: 0;
  }

  /* .p-concept-lead {
    font-size: 1.4rem;
  } */

  .p-concept-text {
    font-size: 1.2rem;/*1.5rem*/
  }

  .p-feature-text {
    font-size: 1.4rem;
  }

  ._card1 .p-plan-col._visual .p-plan-visual {
    aspect-ratio: unset;
  }
}

.p-plan-button .c-button a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}