@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding: 6.25rem;
  font-size: calc(100vw / 1680 * 16);
}
@media (1680px < width) {
  html {
    font-size: 16px;
  }
}
@media (width <= 768px) {
  html {
    font-size: calc(100vw / 390 * 16);
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  color: #241d14;
  background: url(../images/common/content-bg.png);
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (width <= 768px) {
  body {
    font-size: 0.9375rem;
  }
}

a {
  color: #241d14;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

svg,
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  height: 100%;
}

pre {
  white-space: pre;
}

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

/********************************************
* Layout
********************************************/
/* Header */
.l-header {
  padding: 2.25rem 2.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.5s;
}
@media (width <= 768px) {
  .l-header {
    padding: 1.25rem;
  }
}
body:not(.has-mv) .l-header svg,
body:not(.has-mv) .l-header a {
  color: #241d14;
}
.is-scrolled .l-header {
  background: hsla(0, 0%, 100%, 0.9);
}
.is-scrolled .l-header svg,
.is-scrolled .l-header a {
  color: #241d14;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
}
.l-header__logo {
  width: 10.25rem;
}
@media (width <= 768px) {
  .l-header__logo {
    width: 9.1875rem;
  }
}
.l-header__logo svg {
  height: 2.5rem;
  fill: #fff;
}
@media (width <= 768px) {
  .l-header__logo svg {
    height: 2.25rem;
  }
}
body:not(.has-mv) .l-header__logo svg, .is-scrolled .l-header__logo svg {
  fill: #241d14;
}

@media (width <= 768px) {
  .l-gnav {
    display: none;
  }
}
.l-gnav__list {
  display: flex;
  gap: 1.625rem;
}
.l-gnav__link {
  color: #fff;
  font-size: 0.875rem;
}

.l-menu-trigger {
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  position: relative;
}
.l-menu-trigger__bar {
  display: block;
  transition: all 0.3s;
  width: 1.5rem;
  height: 0.1875rem;
  position: absolute;
  left: calc(50% - 0.75rem);
  top: calc(50% - 0.09375rem);
  display: inline-block;
  background: #fff;
}
.l-menu-trigger__bar:nth-of-type(1) {
  transform: translateY(-0.4375rem);
}
.is-menu-clicked .l-menu-trigger__bar:nth-of-type(1) {
  transform: translateY(0rem) rotate(45deg);
}
.is-menu-clicked .l-menu-trigger__bar:nth-of-type(2) {
  transform: scaleX(0);
}
.l-menu-trigger__bar:nth-of-type(3) {
  transform: translateY(0.4375rem);
}
.is-menu-clicked .l-menu-trigger__bar:nth-of-type(3) {
  transform: translateY(0rem) rotate(-45deg);
}

.l-article {
  min-height: 31.25rem;
}

/* Footer */
.l-footer {
  color: #fff;
  line-height: 1.6;
}
.l-footer__head {
  background: url(../images/common/footer_head_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 7.8125rem 0 4.5625rem;
}
@media (width <= 768px) {
  .l-footer__head {
    padding: 5rem 1.75rem 8.75rem;
  }
}
.l-footer__headInner {
  max-width: 62.5rem;
  margin: 0 auto;
}
.l-footer__reservation {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (width <= 768px) {
  .l-footer__reservation {
    flex-direction: column;
    text-align: center;
    margin-bottom: 3.75rem;
  }
}
.l-footer__reservationTitle {
  font-size: 2.5rem;
}
@media (width <= 768px) {
  .l-footer__reservationTitle {
    font-size: 1.8125rem;
    margin-bottom: 3.125rem;
  }
}
.l-footer__contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
}
@media (width <= 768px) {
  .l-footer__contact {
    flex-direction: column;
  }
}
.l-footer__contactTitle {
  font-size: 1.5rem;
}
@media (width <= 768px) {
  .l-footer__contactTitle {
    font-size: 1.3rem;
    text-align: left;
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.l-footer__contactBox {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.l-footer__contactTel {
  font-size: 1rem;
}
@media (width <= 768px) {
  .l-footer__contactTel {
    font-size: 1.04rem;
  }
}
.l-footer__contactNo {
  font-size: 2.5rem;
}
@media (width <= 768px) {
  .l-footer__contactNo {
    font-size: 2.08rem;
  }
}
.l-footer__contactNo a {
  color: #fff;
}
.l-footer__buttons {
  display: flex;
  gap: 2.5rem;
  align-items: start;
}
@media (width <= 768px) {
  .l-footer__buttons {
    flex-direction: column;
    gap: 1.03125rem;
  }
}
.l-footer__button {
  width: 19rem;
  display: inline-block;
}
@media (width <= 768px) {
  .l-footer__button {
    width: 100%;
  }
}
.l-footer__body {
  background: linear-gradient(180deg, #373633, #1c1c1c);
  padding: 7.5rem 0;
}
@media (width <= 768px) {
  .l-footer__body {
    padding: 5.9375rem 1.75rem 3rem;
  }
}
.l-footer__bodyInner {
  max-width: 75rem;
  margin: 0 auto;
}
.l-footer__bodyContent {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125rem;
}
@media (width <= 768px) {
  .l-footer__bodyContent {
    flex-direction: column;
    margin-bottom: 4.375rem;
  }
}
.l-footer__bodyLogo {
  width: 14.0625rem;
  margin-bottom: 1.125rem;
}
@media (width <= 768px) {
  .l-footer__bodyLogo {
    width: 13rem;
    margin: 0 auto 1.125rem;
  }
}
.l-footer__bodyLogo svg {
  fill: #fff;
  height: 3.4375rem;
}
.l-footer__bodyTitle {
  font-size: 1.325rem;
  margin-bottom: 1.875rem;
}
@media (width <= 768px) {
  .l-footer__bodyTitle {
    font-size: 1.425rem;
    text-align: center;
  }
}
.l-footer__bodyAddress {
  font-size: 0.875rem;
  margin-bottom: 1.75rem;
}
@media (width <= 768px) {
  .l-footer__bodyAddress {
    font-size: 1.03125rem;
  }
}
@media (width <= 768px) {
  .l-footer__bodySns {
    margin-bottom: 4.0625rem;
  }
}
.l-footer__information {
  width: 23.75rem;
}
@media (width <= 768px) {
  .l-footer__information {
    width: 100%;
  }
}
.l-footer__navList.c-list {
  display: flex;
  flex-wrap: wrap;
  width: 44rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 4.6875rem;
  gap: 0.9375rem 0;
}
@media (width <= 768px) {
  .l-footer__navList.c-list {
    width: 100%;
    gap: 1.5rem 0;
    padding: 3.125rem 0;
  }
}
.l-footer__navItem {
  width: 25%;
}
@media (width <= 768px) {
  .l-footer__navItem {
    width: 50%;
  }
}
.l-footer__navLink {
  font-size: 0.875rem;
  color: #fff;
}
.l-footer .l-footer__navLink[target=_blank]:after {
  background-image: url(../images/common/icon_blank_white.svg);
  background-size: cover;
  content: " ";
  display: inline-block;
  height: 0.715625rem;
  margin-left: 0.25rem;
  position: relative;
  top: 0.125rem;
  width: 0.715625rem;
}
@media (width <= 768px) {
  .l-footer .l-footer__navLink[target=_blank]:after {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}
.l-footer__navSubList.c-list {
  display: flex;
  gap: 1.25rem;
  padding-top: 0.625rem;
}
.l-footer__navSubLink {
  color: #fff;
  font-size: 0.875rem;
  padding-left: 0.875rem;
  display: inline-block;
  position: relative;
}
.l-footer__navSubLink:before {
  content: "";
  width: 0.5rem;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 0.0625rem);
}
.l-footer__banner {
  display: flex;
  justify-content: start;
  gap: 3rem;
}
@media (width <= 768px) {
  .l-footer__banner {
    flex-wrap: wrap;
    gap: 1.03125rem;
  }
}
.l-footer__bannerItem {
  width: 23rem;
  height: 8.125rem;
  position: relative;
}
@media (width <= 768px) {
  .l-footer__bannerItem {
    width: 100%;
    height: 7.625rem;
  }
}
.l-footer__bannerImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.l-footer__bannerLink {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
  padding: 0.625rem;
}
.l-footer__bannerBox {
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.l-footer__bannerTitle {
  font-size: 1.25rem;
}
@media (width <= 768px) {
  .l-footer__bannerTitle {
    font-size: 1.1rem;
  }
}
.l-footer__bannerText {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  letter-spacing: 0.04em;
}
@media (width <= 768px) {
  .l-footer__bannerText {
    font-size: 0.78125rem;
  }
}
.l-footer__foot {
  background: url(../images/common/footer_foot_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 7.5rem 0 1.25rem;
}
@media (width <= 768px) {
  .l-footer__foot {
    padding: 5rem 0.78125rem 1.25rem;
  }
}
.l-footer__footInner {
  max-width: 75rem;
  margin: 0 auto;
}
.l-footer__footLogo {
  width: 16.375rem;
  margin: 0 auto 5rem;
}
@media (width <= 768px) {
  .l-footer__footLogo {
    width: 13rem;
  }
}
.l-footer__footLogo svg {
  fill: #fff;
  height: 4rem;
}
@media (width <= 768px) {
  .l-footer__footLogo svg {
    height: 3.1875rem;
  }
}
.l-footer__footLink {
  text-align: right;
}
@media (width <= 768px) {
  .l-footer__footLink {
    text-align: center;
    font-size: 0.90625rem;
  }
}
.l-footer__footNav {
  padding: 1.25rem 0;
}
@media (width <= 768px) {
  .l-footer__footNav {
    padding: 2.5rem 0 0;
  }
}
.l-footer__footNavInner {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (width <= 768px) {
  .l-footer__footNavInner {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.l-footer__footNavList {
  display: flex;
  gap: 2.5rem;
}
@media (width <= 768px) {
  .l-footer__footNavList {
    order: 1;
    flex-wrap: wrap;
    gap: 0.9375rem;
  }
}
@media (width <= 768px) {
  .l-footer__footNavItem {
    width: 100%;
    text-align: center;
  }
}
.l-footer__footNavLink {
  color: #fff;
  font-size: 0.75rem;
}
@media (width <= 768px) {
  .l-footer__copyright {
    order: 2;
    text-align: center;
    font-size: 0.625rem;
  }
}

/* Sidebar */
.l-aside-selector {
  display: none;
}
@media (width <= 768px) {
  .l-aside-selector {
    font-size: 0.875rem;
    display: block;
    border: 1px solid #cbc5b5;
    position: relative;
    padding: 0.625rem 1.875rem 0.625rem 1.25rem;
    margin-bottom: 1.25rem;
  }
  .l-aside-selector:after {
    width: 0.625rem;
    height: 0.491875rem;
    background: #a78f45;
    mask: url(../images/common/arrow-aside.svg) no-repeat center/contain;
    transform: rotate(90deg);
    content: "";
    position: relative;
    right: 1.25rem;
    top: calc(50% - 0.25rem);
    display: block;
    position: absolute;
  }
}

.l-aside-nav__list {
  font-size: 0.875rem;
  line-height: 1.18125rem;
}
@media (width <= 768px) {
  .l-aside-nav__list {
    transform: translateY(-1.25rem);
    display: none;
    background: #fff;
    border: 1px solid #cbc5b5;
    color: #fff;
    position: absolute;
    width: calc(100% - 3.5rem);
  }
  .l-aside-nav__list.c-list {
    padding: 1.25rem 0.625rem;
    margin-top: -1px;
  }
}
.l-aside-nav__item {
  position: relative;
  padding-left: 1.25rem;
}
@media (width <= 768px) {
  .l-aside-nav__item {
    background: #fff;
  }
}
.l-aside-nav__item--current:before {
  background: #a78f45;
  position: absolute;
  left: 0;
  top: calc(50% - 0.125rem);
  content: "";
  width: 0.491875rem;
  height: 0.625rem;
  mask: url(../images/common/arrow-aside.svg) no-repeat center/contain;
}
.l-aside-nav__item--current .l-aside-nav__link {
  color: #a78f45;
}
.l-aside-nav__link {
  display: block;
  padding: 0.625rem 0;
}

.has-side__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  .has-side__wrapper {
    flex-wrap: wrap;
  }
}
.has-side__title {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}
@media (width <= 768px) {
  .has-side__title {
    font-size: 1.3125rem;
    margin-bottom: 1.25rem;
  }
}
.has-side__content.c-section {
  padding-top: 0;
}
.has-side__main {
  width: 62.5rem;
}
@media (width <= 768px) {
  .has-side__main {
    width: 100%;
    order: 2;
  }
}
.has-side__aside {
  width: 13.75rem;
  margin-right: -1.25rem;
}
@media (width <= 768px) {
  .has-side__aside {
    width: 100%;
    order: 1;
  }
}

.c-textLink {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: inline-block;
  justify-content: space-between;
}

@media (hover: hover) and (pointer: fine) {
  @media not all and (max-width: 768px) {
    .c-textLink:hover .c-textLink__icon,
    .c-textLink:hover svg {
      -webkit-animation: MOVE_ARROW 0.5s cubic-bezier(0.11, 0, 0.5, 0) forwards;
      animation: MOVE_ARROW 0.5s cubic-bezier(0.11, 0, 0.5, 0) forwards;
    }
  }
}
.c-textLink__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.c-textLink__text {
  display: block;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
  font-weight: 500;
  letter-spacing: 0.035rem;
  line-height: 1.75;
}

@media not all and (max-width: 768px) {
  .c-textLink__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-textLink__text {
    font-size: 0.875rem;
  }
}
.c-textLink__icon {
  display: block;
  height: 0.75rem;
  margin-left: 0.5rem;
  overflow: hidden;
  width: 0.75rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 10% 50%);
  background: #9e7d42;
}

.c-textLink__icon svg {
  fill: #9e7e3f;
  height: 100%;
  width: 100%;
}

.c-textLink--primary .c-textLink__text {
  color: #1c1c1c;
}

.c-textLink--secondary .c-textLink__text {
  color: #fff;
}

.c-textLink--underline {
  overflow: hidden;
  position: relative;
}

@media not all and (max-width: 768px) {
  .c-textLink--underline {
    padding: 0 0.5rem 0.25rem 0;
  }
}
@media screen and (max-width: 768px) {
  .c-textLink--underline {
    padding: 0 0.5rem 0.25rem 0;
  }
}
.c-textLink--underline:after,
.c-textLink--underline:before {
  background-color: #d8cbb2;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media not all and (max-width: 768px) {
  .c-textLink--underline:after,
  .c-textLink--underline:before {
    -webkit-transition: all 0.1s cubic-bezier(0.11, 0, 0.5, 0);
    transition: all 0.1s cubic-bezier(0.11, 0, 0.5, 0);
  }
  .c-textLink--underline:after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (hover: hover) and (pointer: fine) {
  @media not all and (max-width: 768px) {
    .c-textLink--underline:hover:before {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.11, 0, 0.5, 0);
      transition: -webkit-transform 0.3s cubic-bezier(0.11, 0, 0.5, 0);
      transition: transform 0.3s cubic-bezier(0.11, 0, 0.5, 0);
      transition: transform 0.3s cubic-bezier(0.11, 0, 0.5, 0), -webkit-transform 0.3s cubic-bezier(0.11, 0, 0.5, 0);
    }
    .c-textLink--underline:hover:after {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.11, 0, 0.5, 0) 0.2s;
      transition: -webkit-transform 0.3s cubic-bezier(0.11, 0, 0.5, 0) 0.2s;
      transition: transform 0.3s cubic-bezier(0.11, 0, 0.5, 0) 0.2s;
      transition: transform 0.3s cubic-bezier(0.11, 0, 0.5, 0) 0.2s, -webkit-transform 0.3s cubic-bezier(0.11, 0, 0.5, 0) 0.2s;
    }
  }
}
.c-textLink--underline svg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.c-textLink--underline .c-textLink__text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.c-textLink--underline .c-textLink__icon {
  margin: 0 0.5rem 0 0;
}

.c-textLink--underline .c-textLink__icon svg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.c-textLink--down .c-textLink__icon svg {
  display: block;
  rotate: 90deg;
}

.c-textLink--back .c-textLink__icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media not all and (max-width: 768px) {
  .c-textLink--back.c-textLink--underline:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (hover: hover) and (pointer: fine) {
  @media not all and (max-width: 768px) {
    .c-textLink--back.c-textLink--underline:hover:before {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    .c-textLink--back.c-textLink--underline:hover:after {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
}
.p-index-mv__reservation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: rgba(28, 28, 28, 0.8);
  border-radius: 0.125rem;
  bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 1.5rem;
  padding: 0.5rem;
  position: absolute;
  z-index: 9;
}
@media (width <= 768px) {
  .p-index-mv__reservation {
    display: none;
  }
}

.p-reservation__label {
  background-color: #9e7e3f;
  border-radius: 0.125rem;
  color: #fff;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.7rem;
  text-align: center;
  top: -3.5rem;
  width: 15.6rem;
}

.p-reservation__label,
.p-reservation__label:after {
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
}

.p-reservation__label:after {
  border-color: #9e7e3f transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.6rem 0;
  bottom: -0.6rem;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-index-appeal__bg {
  display: flow-root;
  margin-inline: auto;
  position: relative;
}

@media not all and (max-width: 768px) {
  .p-index-appeal__bg {
    -webkit-clip-path: polygon(15% 0, 85% 0, 85% 100%, 15% 100%);
    clip-path: polygon(15% 0, 85% 0, 85% 100%, 15% 100%);
    height: 47.5rem;
    width: 100%;
  }
  .p-index-appeal__bg:before {
    background: no-repeat 50% 50%/cover;
    background-attachment: fixed;
    background-image: url(../images/home/appeal_bg.jpg);
    content: " ";
    display: block;
    height: 100%;
    inset: 0;
    position: fixed;
    width: 100%;
    z-index: -1;
  }
  .p-index-appeal__bg:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#161616));
    background: linear-gradient(transparent, #161616);
    bottom: 0;
    content: "";
    display: block;
    height: 25.5625rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .p-index-appeal__filter {
    background: #161616;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-index-appeal__filter {
    display: none;
  }
  .p-index-appeal__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: no-repeat 0 50%/cover;
    background-image: url(../images/home/appeal_bg_sp.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 11.6875rem;
    padding: 0 1.5rem;
    position: relative;
  }
  .p-index-appeal__box:after {
    background-color: hsla(0, 0%, 9%, 0.8);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
.p-index-appeal__title {
  color: #fff;
}

@media not all and (max-width: 768px) {
  .p-index-appeal__title {
    font-size: 1.25rem;
    letter-spacing: 0.1875rem;
    line-height: 1.6;
    margin-bottom: 5.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-index-appeal__title {
    margin-right: -0.625rem;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.7;
    position: relative;
    z-index: 2;
  }
}
@media not all and (max-width: 768px) {
  .p-index-appeal__inner {
    left: 50%;
    max-width: 75rem;
    padding-bottom: 6.5625rem;
    position: absolute;
    top: 14.375rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 83.3333333333vw;
    z-index: 2;
  }
}
.p-index-appeal__nav {
  position: relative;
}

@media not all and (max-width: 768px) {
  .p-index-appeal__navList {
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  }
  .p-index-appeal__navItem {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  }
}
@media screen and (max-width: 768px) {
  .p-index-appeal__navItem {
    background: no-repeat 0 50%/cover;
    height: 12.5rem;
    padding: 3rem 1rem 0;
    position: relative;
  }
  .p-index-appeal__navItem:first-child {
    background-image: url(../images/home/appeal_01_sp.jpg);
  }
  .p-index-appeal__navItem:nth-child(2) {
    background-image: url(../images/home/appeal_02_sp.jpg);
  }
  .p-index-appeal__navItem:nth-child(3) {
    background-image: url(../images/home/appeal_03_sp.jpg);
  }
  .p-index-appeal__navItem:nth-child(4) {
    background-image: url(../images/home/appeal_04_sp.jpg);
  }
  .p-index-appeal__navItem:after {
    background-color: hsla(0, 0%, 9%, 0.8);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
@media not all and (max-width: 768px) {
  .p-index-appeal__navLink {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.0625rem 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-index-appeal__navLink {
    display: block;
    position: relative;
    z-index: 2;
  }
}
.p-index-appeal__navLink:before {
  background: #9e7e3f;
  content: "";
}

@media not all and (max-width: 768px) {
  .p-index-appeal__navLink:before {
    display: block;
    height: 1px;
    margin-right: 1.875rem;
    -webkit-transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0) 0.1s;
    transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0) 0.1s;
    width: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-index-appeal__navLink:before {
    display: inline-block;
    height: 1px;
    margin: 0 0.6875rem 0.6875rem 0;
    -webkit-transform: rotate(-26deg);
    transform: rotate(-26deg);
    width: 2rem;
  }
}
@media not all and (max-width: 768px) {
  .p-index-appeal__navLink.is-active:before {
    -webkit-transform: rotate(-26deg);
    transform: rotate(-26deg);
    -webkit-transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
    transition: all 0.4s cubic-bezier(0.11, 0, 0.5, 0);
    width: 3.0625rem;
  }
}
.p-index-appeal__navDiagonal {
  color: #9e7e3f;
}

@media not all and (max-width: 768px) {
  .p-index-appeal__navDiagonal {
    margin-right: 1.875rem;
  }
  .p-index-appeal__navDiagonal svg {
    height: 1.5625rem;
    width: 3.125rem;
  }
}
.p-index-appeal__navTitle {
  color: #fff;
}

@media not all and (max-width: 768px) {
  .p-index-appeal__navTitle {
    font-size: 2.125rem;
    line-height: 1.6;
    width: 20.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-index-appeal__navTitle {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media not all and (max-width: 768px) {
  .p-index-appeal__navText {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    height: 100%;
    left: 22.75rem;
    line-height: 1.6;
    position: absolute;
    top: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .p-index-appeal__navText {
    color: hsla(0, 0%, 100%, 0.75);
    display: block;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0.375rem;
    margin-top: 1rem;
  }
  .p-index-appeal__navDetail {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }
  .p-index-appeal__navDetail svg {
    fill: #9e7e3f;
    height: 1.5rem;
    margin-left: 0.5rem;
    width: 1.5rem;
  }
  .p-index-appeal__navDetailText {
    color: #fff;
    display: inline-block;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.035rem;
    line-height: 1.75;
  }
}
.p-index-appeal__navImageList {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

@media not all and (max-width: 768px) {
  .p-index-appeal__navImageList {
    height: 37.6388888889vw;
    max-height: 3.3875rem;
    max-width: 2.44375rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 27.1527777778vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index-appeal__navImageList {
    display: none;
  }
}
.p-index-appeal__navImageItem {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: opacity 0.4s cubic-bezier(0.11, 0, 0.5, 0) 0.1s;
  transition: opacity 0.4s cubic-bezier(0.11, 0, 0.5, 0) 0.1s;
  width: 100%;
  z-index: 1;
}

.p-index-appeal__navImageItem.is-active {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.11, 0, 0.5, 0);
  transition: opacity 0.4s cubic-bezier(0.11, 0, 0.5, 0);
  z-index: 2;
}

.p-index-appeal__navImage {
  bottom: 0;
  left: 0;
  position: absolute;
}

@media not all and (max-width: 768px) {
  .p-index-appeal__navImage {
    height: 37.6388888889vw;
    max-height: 3.3875rem;
    max-width: 2.44375rem;
    width: 27.1527777778vw;
  }
}
.p-index-appeal__navImage img {
  height: 100%;
  width: 100%;
}

@media not all and (max-width: 768px) {
  .l-menuSp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-menuSp {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.75rem;
    position: fixed;
    right: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1) 0.1s;
    transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1) 0.1s;
    z-index: 1000;
  }
  .is-calender-open .l-menuSp {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
  }
}
.l-menuSp__buttons {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  order: 1;
  overflow: hidden;
  -webkit-transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1) 0.1s, width 0.1s cubic-bezier(0.45, 0, 0.55, 1);
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1) 0.1s, width 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}

.l-menuSp__buttons.is-visible {
  opacity: 1;
  pointer-events: visible;
}

.is-calender-open .l-menuSp__buttons.is-visible {
  pointer-events: none;
}

.l-menuSp__reservation {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #f2f2f2;
  display: none;
  justify-content: center;
  width: 10.9375rem;
}

.l-menuSp__reservation,
.l-menuSp__reservationInner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-menuSp__reservationInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.125rem;
}

.l-menuSp__reservationInner svg {
  fill: #9e7e3f;
  height: 1.5rem;
  margin-right: 1px;
  width: 1.5625rem;
}

.l-menuSp__reservationText {
  color: #9e7e3f;
  font-size: 0.9375rem;
  letter-spacing: -0.046875rem;
}

.l-menuSp__search {
  background-color: #9e7e3f;
  color: #fff;
  height: 3.75rem;
  width: 8.75rem;
}

.l-menuSp__search,
.l-menuSp__searchBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.l-menuSp__searchBox {
  margin-bottom: 0.4375rem;
}

.l-menuSp__searchBox svg {
  fill: #fff;
  height: 1rem;
  margin-right: 1px;
  width: 1rem;
}

.l-menuSp__searchText {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  line-height: 1;
}

.l-menuSp__searchLabel {
  display: block;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  text-align: center;
}

.l-menuSp__menuButton {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  align-items: center;
  background-color: #373633;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  justify-content: center;
  order: 2;
  -webkit-transition: background-color 0.8s cubic-bezier(0.83, 0, 0.17, 1);
  transition: background-color 0.8s cubic-bezier(0.83, 0, 0.17, 1);
  width: 3.75rem;
}

.l-menuSp__menuButton.is-open {
  background-color: #999;
}

.l-menuSp__menuButton.is-open + .l-menuSp__buttons {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1) 0.2s, width 0.1s cubic-bezier(0.45, 0, 0.55, 1) 0.7s;
  transition: opacity 0.5s cubic-bezier(0.45, 0, 0.55, 1) 0.2s, width 0.1s cubic-bezier(0.45, 0, 0.55, 1) 0.7s;
  width: 0;
}

.reserve .l-menuSp__menuButton {
  display: none;
}

.l-menuSp__menuButtonContent span {
  background-color: #fff;
  display: block;
  height: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  width: 1.75rem;
}

.l-menuSp__menuButtonContent span:first-child {
  margin-bottom: 0.3125rem;
}

.is-open .l-menuSp__menuButtonContent span:first-child {
  margin-bottom: -1px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.is-open .l-menuSp__menuButtonContent span:last-child {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.post-type-archive-activity .l-menuSp__reservation--activity,
.restaurant .l-menuSp__reservation--restaurant,
.single-activity .l-menuSp__reservation--activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media not all and (max-width: 768px) {
  .l-drawerSp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-drawerSp {
    background-image: url(../images/common/drawer_bg.jpg);
    background-size: cover;
    height: 100lvh;
    left: 0;
    overflow-y: scroll;
    padding-bottom: env(safe-area-inset-bottom);
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.83, 0, 0.17, 1);
    transition: -webkit-transform 1s cubic-bezier(0.83, 0, 0.17, 1);
    transition: transform 1s cubic-bezier(0.83, 0, 0.17, 1);
    transition: transform 1s cubic-bezier(0.83, 0, 0.17, 1), -webkit-transform 1s cubic-bezier(0.83, 0, 0.17, 1);
    width: 100%;
    z-index: 999;
  }
}
.l-drawerSp.is-open {
  pointer-events: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.reserve .l-drawerSp {
  display: none;
}

.l-drawerSp__inner {
  padding: 1rem 1rem 5.625rem;
}

.l-drawerSp__content,
.l-drawerSp__content .l-drawerSp__access,
.l-drawerSp__content .l-drawerSp__button,
.l-drawerSp__content .l-drawerSp__sns,
.l-drawerSp__content .l-drawerSp__tel,
.l-drawerSp__content .l-nav__item {
  opacity: 0;
  -webkit-transform: translateX(-9.375rem);
  transform: translateX(-9.375rem);
  -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.1s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.1s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.1s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.1s cubic-bezier(0.16, 1, 0.3, 1) 0.7s, -webkit-transform 0.1s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}

.is-open .l-drawerSp__content {
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}

.is-open .l-drawerSp__content,
.is-open .l-drawerSp__content .l-nav__item {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.is-open .l-drawerSp__content .l-nav__item:first-child {
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.85s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.65s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.85s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.65s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.85s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.65s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.85s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.65s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.65s;
}

.is-open .l-drawerSp__content .l-nav__item:nth-child(2) {
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.9s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.9s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.9s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.9s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}

.is-open .l-drawerSp__content .l-nav__item:nth-child(3) {
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.95s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.75s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.95s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.75s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.95s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.75s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 0.95s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.75s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.75s;
}

.is-open .l-drawerSp__content .l-nav__item:nth-child(4) {
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
}

.is-open .l-drawerSp__content .l-nav__item:nth-child(5) {
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.05s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.85s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.05s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.85s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.05s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.85s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.05s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.85s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.85s;
}

.is-open .l-drawerSp__content .l-nav__item:nth-child(6) {
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.1s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.9s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.1s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.9s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.1s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.9s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.1s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.9s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.9s;
}

.is-open .l-drawerSp__content .l-nav__item:nth-child(7) {
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.15s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.95s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.15s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.95s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.15s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.95s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.15s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.95s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.95s;
}

.is-open .l-drawerSp__content .l-nav__item:nth-child(8) {
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.2s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.2s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.2s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.2s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}

.is-open .l-drawerSp__content .l-nav__item:nth-child(9) {
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.25s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.05s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.25s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.05s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.25s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.05s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.25s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.05s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.05s;
}

.is-open .l-drawerSp__content .l-drawerSp__button {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.is-open .l-drawerSp__content .l-drawerSp__button:first-child {
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.3s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.1s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.3s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.1s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.3s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.1s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.3s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.1s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.1s;
}

.is-open .l-drawerSp__content .l-drawerSp__button:nth-child(2) {
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.35s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.15s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.35s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.15s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.35s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.15s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.35s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.15s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.15s;
}

.is-open .l-drawerSp__content .l-drawerSp__button:nth-child(3) {
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.4s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.2s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.4s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.2s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.4s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.2s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.4s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.2s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.2s;
}

.is-open .l-drawerSp__content .l-drawerSp__access,
.is-open .l-drawerSp__content .l-drawerSp__tel {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.45s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.25s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.45s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.25s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.45s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.25s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.45s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.25s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.25s;
}

.is-open .l-drawerSp__content .l-drawerSp__sns {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.5s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.3s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.5s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.3s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.5s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.3s;
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1.5s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.3s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.3s;
}

.l-drawerSp__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}

.l-drawerSp__header svg {
  fill: #fff;
  display: block;
  height: 2.25rem;
  width: 9.375rem;
}

.l-drawerSp__headerLink {
  display: block;
}

.l-drawerSp__headerText {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.035rem;
  line-height: 1.5;
  text-align: right;
}

.l-drawerSp__buttons,
.l-drawerSp__nav,
.l-drawerSp__reservation {
  margin-bottom: 2.5rem;
}

.l-drawerSp__button {
  text-align: center;
}

.l-drawerSp__button:not(:last-child) {
  margin-bottom: 1rem;
}

.l-drawerSp__button .c-button--tertiary_04 {
  width: 18.75rem;
}

.l-drawerSp__tel {
  color: #fff;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}

.l-drawerSp__telLabel {
  margin-bottom: 1.0625rem;
}

@media not all and (max-width: 768px) {
  .l-drawerSp__telLabel {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .l-drawerSp__telLabel {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 1.75;
  }
}
.l-drawerSp__telBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-drawerSp__telBoxLabel {
  display: block;
  font-size: 1rem;
  margin-right: 1rem;
}

.l-drawerSp__telBoxNumber {
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 1.125rem;
  margin-right: 1rem;
  padding-bottom: 1px;
  color: #fff;
}

.l-drawerSp__telBoxTime {
  display: block;
  font-size: 0.875rem;
}

.l-drawerSp__access {
  color: #fff;
  margin-bottom: 3.75rem;
  padding: 0 1.5rem;
}

.l-drawerSp__accessLabel {
  margin-bottom: 0.5rem;
}

@media not all and (max-width: 768px) {
  .l-drawerSp__accessLabel {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .l-drawerSp__accessLabel {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 1.75;
  }
}
@media not all and (max-width: 768px) {
  .l-drawerSp__accessAdress {
    font-family: Zen Old Mincho, serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .l-drawerSp__accessAdress {
    font-family: Zen Old Mincho, serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 1.7;
  }
}
.l-drawerSp__sns .p-sns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-drawerSp__sns .p-sns svg {
  height: 1.5rem;
  width: remrem(17);
}

.p-reservation {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-reservation {
    background-color: #fff;
    border-radius: 0.125rem;
    padding: 0.625rem 0.5rem;
    width: 100%;
  }
}
.p-reservation__label {
  background-color: #9e7e3f;
  border-radius: 0.125rem;
  color: #fff;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6875rem;
  text-align: center;
  top: -2.1875rem;
  width: 9.75rem;
}

.p-reservation__label,
.p-reservation__label:after {
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
}

.p-reservation__label:after {
  border-color: #9e7e3f transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.375rem 0;
  bottom: -0.375rem;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-reservation__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media not all and (max-width: 768px) {
  .p-reservation__box {
    border-radius: 0.125rem;
    height: 2.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reservation__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border-radius: 0.125rem;
    height: 2.5rem;
    justify-content: space-between;
    width: 100%;
  }
}
.p-reservation__check {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
  font-weight: 500;
  justify-content: space-between;
}

@media not all and (max-width: 768px) {
  .p-reservation__check {
    padding: 0.375rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reservation__check {
    display: contents;
  }
}
@media not all and (max-width: 768px) {
  .p-reservation__checkLabel {
    font-size: 0.75rem;
    letter-spacing: 0.075rem;
    margin-right: 0.5rem;
    color: #241d14;
  }
}
@media screen and (max-width: 768px) {
  .p-reservation__checkLabel {
    font-size: 0.75rem;
    letter-spacing: 0.075rem;
    color: #241d14;
  }
}
.p-reservation__checkDate {
  display: block;
}

@media not all and (max-width: 768px) {
  .p-reservation__checkDate {
    background-color: #f8f4ed;
    border-radius: 0.125rem;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.9375rem;
    padding: 0 0.625rem;
    -webkit-transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0);
    transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0);
  }
}
@media screen and (max-width: 768px) {
  .p-reservation__checkDate {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #f8f4ed;
    border-radius: 0.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    width: 9.6875rem;
  }
  @media not all and (max-width: 768px) {
    .p-reservation__checkDate {
      font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
      font-size: 0.875rem;
      font-weight: 400;
      letter-spacing: 0.025rem;
      line-height: 1.75;
    }
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-reservation__checkDate {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 1.75;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-reservation__checkDate:hover {
    opacity: 0.7;
  }
}
.p-reservation__search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9e7e3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media not all and (max-width: 768px) {
  .p-reservation__search {
    padding: 0 1rem;
    -webkit-transition: background-color 0.3s cubic-bezier(0.11, 0, 0.5, 0);
    transition: background-color 0.3s cubic-bezier(0.11, 0, 0.5, 0);
  }
}
@media screen and (max-width: 768px) {
  .p-reservation__search {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 0.125rem;
    height: 2.5rem;
    justify-content: center;
    width: 5.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-reservation__search:hover {
    background-color: rgba(158, 126, 63, 0.8);
  }
}
.p-reservation__searchIcon {
  display: block;
  line-height: 1.3;
}

.p-reservation__searchIcon svg {
  fill: #fff;
  height: 1rem;
  margin-top: 0.125rem;
  width: 1rem;
}

.p-reservation__searchText {
  color: #fff;
  display: block;
  font-size: 0.875rem;
}

@media not all and (max-width: 768px) {
  .p-reservation__searchText {
    margin-left: 0.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reservation__searchText {
    letter-spacing: 0.035rem;
    margin-left: 0.1875rem;
  }
}
@media not all and (max-width: 768px) {
  .p-reservation--large {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-reservation--large {
    background: none;
    padding: 0;
    text-align: center;
  }
}
.p-reservation--large .p-reservation__label {
  position: relative;
}

@media not all and (max-width: 768px) {
  .p-reservation--large .p-reservation__label {
    line-height: 2.1875rem;
    margin-right: 1.375rem;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-reservation--large .p-reservation__label {
    border-radius: 0.125rem;
    display: inline-block;
    letter-spacing: 0.035rem;
    line-height: 2.0625rem;
    margin-bottom: 1rem;
    top: 0;
    width: fit-content;
  }
}
.p-reservation--large .p-reservation__label:after {
  left: auto;
}

@media not all and (max-width: 768px) {
  .p-reservation--large .p-reservation__label:after {
    border-color: transparent transparent transparent #9e7e3f;
    border-width: 0.3125rem 0 0.3125rem 0.4375rem;
    bottom: 0.75rem;
    right: -0.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reservation--large .p-reservation__label:after {
    border-width: 0.5rem 0.375rem 0;
    bottom: -0.375rem;
    left: 0;
    right: 0;
  }
}
@media not all and (max-width: 768px) {
  .p-reservation--large .p-reservation__box {
    border: 1px solid #9e7e3f;
    height: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reservation--large .p-reservation__box {
    background-color: #fff;
    display: block;
    height: auto;
    margin-inline: auto;
    padding: 1rem 0;
    width: 18.75rem;
  }
}
@media not all and (max-width: 768px) {
  .p-reservation--large .p-reservation__check {
    padding: 0.625rem 1.5rem;
    width: 21.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reservation--large .p-reservation__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 0.5rem;
    padding: 0;
    width: 16.75rem;
  }
}
@media not all and (max-width: 768px) {
  .p-reservation--large .p-reservation__checkLabel {
    font-size: 0.875rem;
    margin-right: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  @media not all and (max-width: 768px) {
    .p-reservation--large .p-reservation__checkLabel {
      font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
      font-size: 0.75rem;
      font-weight: 400;
      letter-spacing: 0.025rem;
      line-height: 1.7;
      white-space: nowrap;
    }
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-reservation--large .p-reservation__checkLabel {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 1.7;
  }
}
@media not all and (max-width: 768px) {
  .p-reservation--large .p-reservation__checkDate {
    font-size: 1rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .p-reservation--large .p-reservation__checkDate {
    height: 2.75rem;
    width: 11.75rem;
  }
  @media not all and (max-width: 768px) {
    .p-reservation--large .p-reservation__checkDate {
      font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: 0.025rem;
      line-height: 1.7;
    }
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-reservation--large .p-reservation__checkDate {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 1.7;
  }
}
@media not all and (max-width: 768px) {
  .p-reservation--large .p-reservation__search {
    padding: 0 2rem;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-reservation--large .p-reservation__search {
    color: #fff;
    border-radius: 0.125rem;
    height: 3.1875rem;
    margin-inline: auto;
    padding: 0.75rem 0;
    width: 16.75rem;
  }
}
@media not all and (max-width: 768px) {
  .p-reservation--large .p-reservation__searchIcon svg {
    height: 1.125rem;
    width: 1.125rem;
  }
  .p-reservation--large .p-reservation__searchText {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  @media not all and (max-width: 768px) {
    .p-reservation--large .p-reservation__searchText {
      font-family: Zen Old Mincho, serif;
      font-size: 1.25rem;
      font-weight: 400;
      letter-spacing: 0.025rem;
      line-height: 1.5;
    }
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-reservation--large .p-reservation__searchText {
    font-family: Zen Old Mincho, serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 1.7;
  }
}
.c-button {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: inline-block;
  justify-content: space-between;
}

@media not all and (max-width: 768px) {
  .c-button {
    border-radius: 0.125rem;
    min-width: 15rem;
    padding: 0.9375rem 1.5rem 0.9375rem 2rem;
    -webkit-transition: background-color 0.3s cubic-bezier(0.11, 0, 0.5, 0);
    transition: background-color 0.3s cubic-bezier(0.11, 0, 0.5, 0);
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    border-radius: 0.125rem;
    min-width: 18rem;
    padding: 0.9375rem 1rem 0.9375rem 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  @media not all and (max-width: 768px) {
    .c-button:hover .c-button__icon svg {
      -webkit-animation: MOVE_ARROW 0.5s cubic-bezier(0.11, 0, 0.5, 0) forwards;
      animation: MOVE_ARROW 0.5s cubic-bezier(0.11, 0, 0.5, 0) forwards;
    }
  }
}
.c-button__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-button__inner,
.c-button__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-button__text {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
  font-weight: 500;
  letter-spacing: 0.035rem;
  line-height: 1.2;
}

@media not all and (max-width: 768px) {
  .c-button__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-button__text {
    font-size: 0.875rem;
  }
}
.c-button__text small {
  letter-spacing: 0.009375rem;
}

@media not all and (max-width: 768px) {
  .c-button__text small {
    font-size: 0.75rem;
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  .c-button__text small {
    font-size: 0.75rem;
    margin-left: 0.5rem;
  }
}
.c-button__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  width: 1.5rem;
}

@media not all and (max-width: 768px) {
  .c-button__icon {
    margin-left: 2rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .c-button__icon {
    margin-left: 1rem;
  }
}
.c-button__icon svg {
  height: 100%;
  width: 100%;
}

.c-button--primary {
  background-color: #9e7e3f;
}

@media not all and (max-width: 768px) {
  .c-button--primary {
    border: 1px solid hsla(39, 33%, 77%, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .c-button--primary {
    border: 1px solid hsla(39, 33%, 77%, 0.3);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button--primary:hover {
    background-color: rgba(158, 126, 63, 0.8);
  }
}
.c-button--primary .c-button__icon svg {
  fill: #fff;
}

.c-button--primary .c-button__text {
  color: #fff;
}

.c-button--secondary {
  background-color: #373633;
}

@media not all and (max-width: 768px) {
  .c-button--secondary {
    border: 1px solid hsla(39, 33%, 77%, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .c-button--secondary {
    border: 1px solid hsla(39, 33%, 77%, 0.3);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button--secondary:hover {
    background-color: rgba(55, 54, 51, 0.8);
  }
}
.c-button--secondary .c-button__icon svg {
  fill: #fff;
}

.c-button--secondary .c-button__text {
  color: #fff;
}

.c-button--tertiary_01 {
  background-color: hsla(0, 0%, 100%, 0.6);
}

@media not all and (max-width: 768px) {
  .c-button--tertiary_01 {
    border: 1px solid rgba(158, 126, 63, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .c-button--tertiary_01 {
    border: 1px solid rgba(158, 126, 63, 0.3);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button--tertiary_01:hover {
    background-color: hsla(0, 0%, 100%, 0.48);
  }
}
.c-button--tertiary_01 .c-button__icon svg {
  fill: #9e7e3f;
}

.c-button--tertiary_01 .c-button__text {
  color: #161616;
}

@media not all and (max-width: 768px) {
  .c-button--tertiary_02 {
    border: 1px solid #d8cbb2;
  }
}
@media screen and (max-width: 768px) {
  .c-button--tertiary_02 {
    border: 1px solid #d8cbb2;
  }
}
.c-button--tertiary_02 .c-button__icon svg {
  fill: #9e7e3f;
}

.c-button--tertiary_02 .c-button__text {
  color: #fff;
}

@media not all and (max-width: 768px) {
  .c-button--tertiary_03 {
    border: 1px solid rgba(158, 126, 63, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .c-button--tertiary_03 {
    border: 1px solid rgba(158, 126, 63, 0.3);
  }
}
.c-button--tertiary_03 .c-button__icon svg {
  fill: #9e7e3f;
}

.c-button--tertiary_03 .c-button__text {
  color: #161616;
}

@media not all and (max-width: 768px) {
  .c-button--tertiary_03 .c-button__text {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
}
.c-button--tertiary_04 {
  background-color: #fff;
}

@media not all and (max-width: 768px) {
  .c-button--tertiary_04 {
    border: 1px solid #9e7e3f;
    padding: 1.1875rem 1rem 1.1875rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-button--tertiary_04 {
    border: 1px solid #9e7e3f;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button--tertiary_04:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
  }
}
.c-button--tertiary_04 .c-button__icon {
  margin-left: 0;
}

.c-button--tertiary_04 .c-button__icon svg {
  fill: #9e7e3f;
}

.c-button--tertiary_04 .c-button__text {
  color: #9e7e3f;
  letter-spacing: 0.04rem;
}

@media not all and (max-width: 768px) {
  .c-button--tertiary_04 .c-button__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-button--tertiary_04 .c-button__text {
    font-size: 1rem;
  }
}
.c-button--tertiary_05 {
  border: 1px solid rgba(158, 126, 63, 0.4);
}

.c-button--tertiary_05 .c-button__icon svg {
  fill: #9e7e3f;
}

.c-button--tertiary_05 .c-button__text {
  color: #fff;
}

@media not all and (max-width: 768px) {
  .c-button--tertiary_05 .c-button__text {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
}
.c-button[aria-disabled=true] {
  background-color: #c4c4c4;
  pointer-events: none;
}

.c-button--anchor .c-button__icon {
  rotate: 90deg;
}

@media not all and (max-width: 768px) {
  .l-footer__buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__button {
    text-align: center;
  }
  .l-footer__button:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media not all and (max-width: 768px) {
  .l-footer__button .c-button--tertiary_04 {
    width: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__button .c-button--tertiary_04 {
    width: 18.75rem;
  }
}
@media not all and (max-width: 768px) {
  .l-nav {
    right: 1.5rem;
    top: 1.5rem;
  }
  .l-nav,
  .l-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-nav__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: min(1.6666666667vw, 1.5rem);
    -moz-column-gap: min(1.6666666667vw, 1.5rem);
    column-gap: min(1.6666666667vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__item {
    border-top: 1px solid hsla(39, 33%, 77%, 0.3);
  }
}
@media not all and (max-width: 768px) {
  .l-nav__item:nth-last-child(2) {
    border-left: 1px solid #9e7e3f;
    padding-left: min(1.6666666667vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__item:nth-last-child(2) {
    border-bottom: 1px solid hsla(39, 33%, 77%, 0.3);
  }
}
@media not all and (max-width: 768px) {
  .is-type-transparent-white .l-nav__item:nth-last-child(2) {
    border-left: 1px solid #fff;
  }
}
.l-nav__link {
  display: block;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

@media not all and (max-width: 768px) {
  .l-nav__link {
    font-size: clamp(0.625rem, 0.92vw, 0.875rem);
    -webkit-transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0);
    transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link {
    color: #fff;
    font-size: 1rem;
    line-height: 2.6;
    padding: 0.5rem 1.5rem;
    position: relative;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover {
    opacity: 0.7;
  }
}
.is-type-transparent-white .l-nav__link {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-nav__link:after {
    background-image: url(../images/common/icon_arrow_right.svg);
    background-size: cover;
    content: " ";
    display: block;
    height: 1rem;
    position: absolute;
    right: 1.5rem;
    top: 1.3125rem;
    width: 1rem;
  }
}
@media not all and (max-width: 768px) {
  .l-nav__contact {
    margin-left: min(1.5rem, 1.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__contact {
    display: none;
  }
}
.l-nav__contactButton {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  border: 1px solid #9e7e3f;
  border-radius: 0.125rem;
  color: #9e7e3f;
  display: inline-block;
  justify-content: space-between;
  padding: 0.625rem 1rem;
  -webkit-transition: background-color 0.3s cubic-bezier(0.11, 0, 0.5, 0);
  transition: background-color 0.3s cubic-bezier(0.11, 0, 0.5, 0);
}

@media (hover: hover) and (pointer: fine) {
  .l-nav__contactButton:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
  }
}
@media not all and (max-width: 768px) {
  .l-nav__contactButtonText {
    display: block;
    font-size: clamp(0.625rem, 0.92vw, 0.875rem);
    line-height: 1;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__contactButtonText {
    display: block;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.p-sliderSimpleNav,
.p-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media not all and (max-width: 768px) {
  .p-sns__item:not(:last-child) {
    margin-right: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sns__item:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.p-sns__link {
  display: block;
}

@media not all and (max-width: 768px) {
  .p-sns__link {
    -webkit-transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0);
    transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-sns__link:hover {
    opacity: 0.7;
  }
}
.p-sns__link svg {
  fill: #9e7e3f;
}

@media not all and (max-width: 768px) {
  .p-sns__link svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sns__link svg {
    height: 2rem;
    width: 2rem;
  }
}
.l-drawerSp__sns .p-sns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-drawerSp__sns .p-sns svg {
  height: 1.5rem;
  width: 1.5rem;
}

/********************************************
* Component
********************************************/
.c-access-chart {
  display: flex;
  align-items: center;
}
@media (width <= 768px) {
  .c-access-chart {
    flex-direction: column;
  }
}
.c-access-chart:not(:last-of-type) {
  margin-bottom: 4.375rem;
}
@media (width <= 768px) {
  .c-access-chart:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
.c-access-chart__item {
  width: 4.6875rem;
  height: 9.125rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #cbc5b5;
}
@media (width <= 768px) {
  .c-access-chart__item {
    width: 100%;
    height: 3rem;
    writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}
.c-access-chart__item--arrow {
  border: none;
  background: none;
  writing-mode: horizontal-tb;
  text-orientation: initial;
  position: relative;
  background: linear-gradient(to bottom, transparent 0, transparent 50%, #a78f45 50%, #a78f45 calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
  padding-bottom: 1.875rem;
  font-size: 0.875rem;
}
@media (width <= 768px) {
  .c-access-chart__item--arrow {
    height: 5rem;
    background: linear-gradient(to right, transparent 0, transparent 50%, #a78f45 50%, #a78f45 calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
    margin: 0.5rem 0;
    padding-bottom: 0;
    padding-left: 53%;
    justify-content: start;
    line-height: 1.096875rem;
    font-size: 0.8125rem;
  }
}
.c-access-chart__item--arrow:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.375rem);
  width: 0.8125rem;
  height: 0.8125rem;
  border-top: 1px solid #cbc5b5;
  border-right: 1px solid #cbc5b5;
  transform: rotate(45deg);
}
@media (width <= 768px) {
  .c-access-chart__item--arrow:before {
    top: inherit;
    bottom: 1px;
    left: calc(50% - 0.34375rem);
    transform: rotate(135deg);
  }
}
.c-access-chart__item--front {
  color: #a78f45;
  background: rgba(167, 143, 69, 0.08);
  border: 1px solid #a78f45;
}
.c-access-chart__item--2row {
  padding-bottom: 3.75rem;
}
.c-access-chart--4 .c-access-chart__item--arrow {
  width: 14.5625rem;
}
@media (width <= 768px) {
  .c-access-chart--4 .c-access-chart__item--arrow {
    width: 100%;
  }
}
.c-access-chart--3 .c-access-chart__item--arrow {
  width: 24.1875rem;
}
@media (width <= 768px) {
  .c-access-chart--3 .c-access-chart__item--arrow {
    width: 100%;
  }
}
.c-access-chart--2 .c-access-chart__item--arrow {
  width: 53.125rem;
}
@media (width <= 768px) {
  .c-access-chart--2 .c-access-chart__item--arrow {
    width: 100%;
  }
}
.c-access-chart--type2 .c-access-chart__item:nth-of-type(1) {
  visibility: hidden;
}
.c-access-chart--type2 .c-access-chart__item--arrow {
  width: 42.9375rem;
  text-align: center;
}
@media (width <= 768px) {
  .c-access-chart--type2 .c-access-chart__item--arrow {
    width: 100%;
  }
}
.c-access-chart--type2 .c-access-chart__item--front {
  writing-mode: horizontal-tb;
  text-orientation: initial;
  width: 14.375rem;
  height: 4.1875rem;
}
@media (width <= 768px) {
  .c-access-chart--type2 .c-access-chart__item--front {
    width: 100%;
  }
}
.c-access-chart .u-text--small {
  font-size: 0.75rem;
  display: block;
}

.c-activity-list {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  .c-activity-list {
    gap: 1.5rem;
  }
}
.c-activity-list__item {
  width: calc(50% - 1.25rem);
}
@media (width <= 768px) {
  .c-activity-list__item {
    width: 100%;
  }
}

.c-activity-card {
  border-radius: 0.3125rem;
  border: 1px solid #cbc5b5;
  background: #fff;
}
.c-activity-card__text {
  padding: 2rem 2.1875rem 1.875rem;
  position: relative;
}
@media (width <= 768px) {
  .c-activity-card__text {
    padding: 1.25rem 0.8125rem;
  }
}
.c-activity-card__title {
  font-size: 1.3125rem;
  line-height: 2.1rem;
  margin-bottom: 0.625rem;
}
@media (768px < width) {
  .c-activity-slider .c-activity-card__title {
    font-size: 1.75rem;
    line-height: 2.8rem;
  }
}
.c-activity-card__date {
  font-size: 0.9375rem;
}
@media (width <= 768px) {
  .c-activity-card__date {
    font-size: 0.6875rem;
  }
}
.c-activity-card__thumb {
  height: 21.1875rem;
}
@media (width <= 768px) {
  .c-activity-card__thumb {
    height: 14.75rem;
  }
}
.c-activity-slider .c-activity-card__thumb {
  height: 22.5rem;
}
@media (width <= 768px) {
  .c-activity-slider .c-activity-card__thumb {
    height: 14.75rem;
  }
}
.c-activity-card__link {
  display: block;
}
.c-activity-card__link-more {
  font-size: 0.875rem;
  text-align: right;
  position: absolute;
  bottom: 1.875rem;
  right: 2.1875rem;
}
.c-activity-card__icon {
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin-left: 1.0625rem;
  transform: translateY(-0.125rem);
  display: inline-block;
  line-height: 1;
}
@media (width <= 768px) {
  .c-activity-card--slider .c-activity-card__text {
    padding-bottom: 3.125rem;
  }
}
.c-activity-card--slider .c-activity-card__link-more {
  bottom: 1.25rem;
}
@media (768px < width) {
  .c-activity-card--slider {
    display: flex;
  }
  .c-activity-card--slider .c-activity-card__text {
    width: 48%;
    padding: 3.75rem 0.625rem 1.875rem 3.75rem;
  }
}
@media (768px < width) and (width <= 768px) {
  .c-activity-card--slider .c-activity-card__text {
    padding-bottom: 3.125rem !important;
  }
}
@media (768px < width) {
  .c-activity-card--slider .c-activity-card__thumb {
    width: 52%;
  }
}

.c-block {
  display: flex;
  align-items: center;
}
.c-block__text {
  width: 50%;
  padding-right: 5rem;
}
@media (width <= 768px) {
  .c-block__text {
    width: 100%;
    padding-right: 0;
  }
}
.c-block__title {
  font-size: 1.75rem;
}
@media (width <= 768px) {
  .c-block__title {
    text-align: center;
  }
}
.c-block__cap {
  font-size: 1.5rem;
}
@media (width <= 768px) {
  .c-block__cap {
    font-size: 1.125rem;
  }
}
.c-block__thumb {
  width: 50%;
}
@media (width <= 768px) {
  .c-block__thumb {
    width: 100%;
  }
}
.c-block__p {
  margin-bottom: 2em;
}
@media (width <= 768px) {
  .c-block--02 {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.c-block--02 .c-block__text {
  padding-left: 10rem;
  padding-right: 5rem;
}
@media (width <= 768px) {
  .c-block--02 .c-block__text {
    padding: 0;
    font-size: 0.875rem;
    line-height: 2.2;
  }
}
.c-block--02 .c-title__h2 {
  font-size: 2.8125rem;
}
@media (width <= 768px) {
  .c-block--02 .c-title__h2 {
    font-size: 2rem;
  }
}
@media (width <= 768px) {
  .c-block--02 .c-block__thumb {
    margin-left: -1.75rem;
    width: calc(100% + 1.75rem);
  }
}
@media (width <= 768px) {
  .c-block--02.c-block--reverse .c-block__thumb {
    margin-left: 0;
    margin-right: -1.75rem;
    padding-left: 0rem;
  }
}
@media (width <= 768px) {
  .c-block--03 {
    flex-direction: column;
  }
}
.c-block--03 .c-block__text {
  padding-left: 10rem;
}
@media (width <= 768px) {
  .c-block--03 .c-block__text {
    padding-left: 0;
  }
}
@media (width <= 768px) {
  .c-block--04 {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.c-block--04 .c-block__text {
  padding-left: 5rem;
}
@media (width <= 768px) {
  .c-block--04 .c-block__text {
    padding-left: 0;
  }
}
.c-block--04 .c-block__thumb {
  height: 28.3125rem;
}
@media (width <= 768px) {
  .c-block--04 .c-block__thumb {
    height: 14.75rem;
  }
}
.c-block--reverse .c-block__text {
  order: 1;
}
@media (width <= 768px) {
  .c-block--reverse .c-block__text {
    order: 2;
  }
}
.c-block--reverse .c-block__thumb {
  order: 2;
}
@media (width <= 768px) {
  .c-block--reverse .c-block__thumb {
    order: 1;
  }
}
.c-block--reverse.c-block--04 .c-block__text {
  padding-left: 0;
}

.c-block-slider {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 3.75rem;
  padding: 3.75rem 0;
}
@media (width <= 768px) {
  .c-block-slider {
    flex-direction: column;
    gap: 1.875rem;
    padding: 2.5rem 0;
  }
}
.c-block-slider:first-of-type {
  padding-top: 0;
}
.c-block-slider:not(:last-of-type) {
  border-bottom: 1px solid #cbc5b5;
}
.c-block-slider .c-title__h2 {
  font-size: 1.75rem;
}
@media (width <= 768px) {
  .c-block-slider .c-title__h2 {
    font-size: 1.5rem;
  }
}
.c-block-slider__slider {
  width: 50%;
  padding-right: 3.75rem;
}
@media (width <= 768px) {
  .c-block-slider__slider {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
}
.c-block-slider__alt {
  position: absolute;
  bottom: 0.3125rem;
  left: 0;
}
@media (width <= 768px) {
  .c-block-slider__alt {
    bottom: 1.875rem;
    width: 100%;
    text-align: center;
  }
}
.c-block-slider__bottom {
  position: absolute;
  bottom: -0.625rem;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  gap: 1.25rem;
}
@media (width <= 768px) {
  .c-block-slider__bottom {
    justify-content: center;
  }
}
.c-activity-slider .c-block-slider__bottom {
  justify-content: center;
}
.c-block-slider__text {
  width: 50%;
  padding-left: 0;
  transform: translateY(-2.5rem);
}
@media (width <= 768px) {
  .c-block-slider__text {
    order: 1;
    width: 100%;
    transform: translateY(0);
  }
}
@media (width <= 768px) {
  .c-block-slider .c-text__h2 {
    font-size: 1.5rem;
  }
}
.c-block-slider__capacity {
  border: 1px solid #241d14;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  padding: 0.3125rem;
}
@media (width <= 768px) {
  .c-block-slider__capacity {
    font-size: 0.75rem;
  }
}
.c-block-slider__sub-title {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
  letter-spacing: 0.08em;
}
@media (width <= 768px) {
  .c-block-slider__sub-title {
    font-size: 1.125rem;
  }
}
.c-block-slider .c-btn {
  margin-top: 1.875rem;
}
@media (width <= 768px) {
  .c-block-slider .c-btn {
    margin-top: 1.5625rem;
  }
}
.c-block-slider__p {
  margin-bottom: 2em;
}
.c-block-slider--reverse .c-block-slider__slider {
  order: 2;
  padding-right: 0;
  padding-left: 3.75rem;
}
@media (width <= 768px) {
  .c-block-slider--reverse .c-block-slider__slider {
    padding-left: 0;
  }
}
.c-block-slider--reverse .c-block-slider__text {
  order: 1;
}

.swiper .swiper-wrapper {
  padding-bottom: 1.875rem;
  position: relative;
}
.swiper .swiper-pagination {
  position: static;
  display: inline-block;
  width: auto;
  height: 0.5rem;
  display: flex;
  align-items: center;
  margin: 0;
  transform: translateY(-0.8125rem);
  gap: 0.625rem;
}
@media (width <= 768px) {
  .swiper .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.swiper .swiper-pagination-bullet-active {
  background: #a78f45;
}
.swiper .swiper-arrow {
  position: static;
  height: 0.5rem;
  color: #a78f45;
  margin-top: -1.5625rem;
}
.swiper .swiper-arrow svg {
  height: 0.5rem;
  width: 1.3125rem;
  vertical-align: middle;
}
.swiper .swiper-button-prev {
  transform: scale(-1, 1);
}

.c-box__p {
  line-height: 2.2;
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .c-box__p {
    letter-spacing: 0;
    font-size: 0.9375rem;
  }
}
.c-box .c-btn {
  margin-top: 3.125rem;
}
@media (width <= 768px) {
  .c-box .c-btn {
    min-width: 13.75rem;
  }
}

._c-button {
  background-color: #fff;
  display: block;
  border: 1px solid #9e7d42;
  color: #9e7d42;
  font-size: 1rem;
  padding: 1.1875rem 1rem 1.1875rem 1.5rem;
  position: relative;
}
._c-button:after {
  content: "";
  width: 0.75rem;
  height: 0.625rem;
  background: #9e7d42;
  position: absolute;
  right: 0.9375rem;
  top: calc(50% - 0.21875rem);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 15% 50%);
}
._c-button small {
  font-size: 0.75rem;
}

.c-btn {
  border: 1px solid #9e7d42;
  display: inline-block;
  position: relative;
  padding: 1.125rem 4.8125rem 1.125rem 1.25rem;
  line-height: 1;
  min-width: 15.375rem;
}
@media (width <= 768px) {
  .c-btn {
    font-size: 0.875rem;
    padding: 1rem 3.75rem 1rem 1.25rem;
    min-width: 13.75rem;
  }
}
.c-btn:after {
  position: absolute;
  right: 1.25rem;
  top: calc(50% - 0.1875rem);
  content: "";
  background: url(../images/common/arrow.png) no-repeat;
  background-size: cover;
  display: block;
  width: 1.3125rem;
  height: 0.5rem;
}
@media (width <= 768px) {
  .c-btn:after {
    width: 1.1875rem;
    height: 0.446875rem;
  }
}

.c-cat-list {
  font-size: 0.75rem;
  line-height: 1;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  .c-cat-list {
    font-size: 0.625rem;
    gap: 0.375rem;
  }
}
.c-cat-list.c-list {
  margin-bottom: 0.9375rem;
}
.c-cat-list__item {
  display: inline-block;
  background: rgba(167, 143, 69, 0.4);
  display: block;
  padding: 0.1875rem 0.75rem;
  border-radius: 0.125rem;
}
@media (width <= 768px) {
  .c-cat-list__item {
    padding: 0.09375rem 0.5rem;
  }
}
.c-cat-list__item--season {
  color: #fff;
  background: #a78f45;
}
.c-cat-list__link {
  display: block;
}

.c-faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.c-faq-list.c-list:not(:last-of-type) {
  margin-bottom: 5rem;
}
@media (width <= 768px) {
  .c-faq-list.c-list:not(:last-of-type) {
    margin-bottom: 4.375rem;
  }
}
.c-faq-list__item {
  border: 1px solid #cbc5b5;
  background: #fff;
  border-radius: 0.3125rem;
  position: relative;
}
.c-faq-list__header {
  position: relative;
}
.c-faq-list__header:before {
  content: "";
  width: 1.25rem;
  height: 1px;
  background: #241d14;
  position: absolute;
  display: block;
  top: 2.5rem;
  right: 2.3125rem;
}
@media (width <= 768px) {
  .c-faq-list__header:before {
    width: 0.75rem;
    top: 1.25rem;
    right: 1rem;
  }
}
.c-faq-list__header:after {
  content: "";
  width: 1.25rem;
  height: 1px;
  background: #241d14;
  position: absolute;
  display: block;
  top: 2.5rem;
  right: 2.3125rem;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media (width <= 768px) {
  .c-faq-list__header:after {
    width: 0.75rem;
    top: 1.25rem;
    right: 1rem;
  }
}
.c-faq-list__header.is-open:after {
  transform: rotate(0);
}
.c-faq-list__question {
  padding: 1.25rem 2.5rem 1.25rem 5rem;
  font-size: 1.125rem;
  position: relative;
  cursor: pointer;
}
@media (width <= 768px) {
  .c-faq-list__question {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    padding: 0.625rem 2.75rem 0.625rem 2.5rem;
    line-height: 1.18125rem;
  }
}
.c-faq-list__question:before {
  position: absolute;
  left: 1.875rem;
  top: 0.4375rem;
  content: "Q.";
  font-size: 1.75rem;
  color: #a78f45;
}
@media (width <= 768px) {
  .c-faq-list__question:before {
    font-size: 1.125rem;
    top: calc(50% - 0.75rem);
    left: 1rem;
  }
}
.c-faq-list__answer {
  display: none;
}
@media (width <= 768px) {
  .c-faq-list__answer {
    letter-spacing: 0.04em;
  }
}
.c-faq-list__p {
  padding: 0 2.5rem 1.875rem 5rem;
  position: relative;
}
@media (width <= 768px) {
  .c-faq-list__p {
    padding: 0 2.75rem 1.25rem 2.5rem;
    font-size: 0.8125rem;
    line-height: 1.3rem;
  }
}
.c-faq-list__p:before {
  position: absolute;
  left: 1.875rem;
  top: -0.625rem;
  content: "A.";
  font-size: 1.75rem;
  color: #a78f45;
}
@media (width <= 768px) {
  .c-faq-list__p:before {
    font-size: 1.125rem;
    top: 0rem;
    left: 1rem;
  }
}
.c-faq-list__question--stay::before,
.c-faq-list__p--stay::before {
    display: none;
}
.c-faq-list__question--stay {
    text-align: center;
}
.c-feature.c-section {
  padding: 7.9375rem 0 7.5rem;
}
@media (width <= 768px) {
  .c-feature.c-section {
    padding: 5rem 0 2.5rem;
  }
}
.c-feature .c-title__h2 {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  padding-left: 1.875rem;
}
@media (width <= 768px) {
  .c-feature .c-title__h2 {
    font-size: 1.125rem;
    margin-left: -1.75rem;
    margin-bottom: 1.875rem;
    line-height: 1.8rem;
  }
}
.c-feature .c-title__h2:before {
  content: "";
  height: 1px;
  width: 1.5rem;
  background: #241d14;
  position: absolute;
  left: 0;
  top: 50%;
}
@media (width <= 768px) {
  .c-feature .c-title__h2:before {
    width: 1rem;
    top: 0.9375rem;
  }
}
.c-feature__list {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media (width <= 768px) {
  .c-feature__list {
    flex-direction: column;
    gap: 2.1875rem;
  }
}
.c-feature__thumb {
  margin-bottom: 1.875rem;
}
@media (width <= 768px) {
  .c-feature__thumb {
    margin-bottom: 0.9375rem;
  }
}
.c-feature__title {
  font-size: 1.3125rem;
  margin-bottom: 0.625rem;
}
@media (width <= 768px) {
  .c-feature__title {
    margin-bottom: 0rem;
  }
}
.c-feature__item {
  flex: 1;
}
@media (width <= 768px) {
  .c-feature__p {
    font-size: 0.875rem;
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.c-flex--2 .c-flex__item {
  width: calc(50% - 1.25rem);
}
@media (width <= 768px) {
  .c-flex--2 .c-flex__item {
    width: 100%;
  }
}
.c-flex--3 .c-flex__item {
  width: calc(33.333% - 5rem / 3);
}
@media (width <= 768px) {
  .c-flex--3 .c-flex__item {
    width: 100%;
  }
}
.c-flex--4 .c-flex__item {
  width: calc(25% - 7.5rem / 4);
}
@media (width <= 768px) {
  .c-flex--4 .c-flex__item {
    width: 100%;
  }
}

.c-gmap iframe {
  width: 100%;
  height: 100%;
}
.c-gmap--top {
  height: 37.5rem;
  margin-top: 5rem;
}
@media (width <= 768px) {
  .c-gmap--top {
    margin: 2.5rem -1.75rem 0;
    width: calc(100% + 3.5rem);
    height: 15rem;
  }
}

.c-header {
  height: 45rem;
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media (width <= 768px) {
  .c-header {
    height: 32.625rem;
  }
}
.c-header:after {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-header__bg {
  position: absolute;
  top: 0;
  left: 0;
}
.c-header .c-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (width <= 768px) {
  .c-header .c-inner {
    flex-direction: column;
  }
}
.c-header__head {
  width: 50%;
  letter-spacing: 0.04em;
}
@media (width <= 768px) {
  .c-header__head {
    width: 100%;
    padding-top: 2.1875rem;
  }
}
.c-header__eng {
  font-size: 1.25rem;
  font-family: "Cormorant", serif;
}
@media (width <= 768px) {
  .c-header__eng {
    font-size: 1rem;
  }
}
.c-header__title {
  font-size: 2.8125rem;
  line-height: 1.05;
}
@media (width <= 768px) {
  .c-header__title {
    font-size: 2rem;
    margin-bottom: 1.625rem;
  }
}
.c-header__text {
  width: 50%;
  font-size: 1.125rem;
  line-height: 2.2;
}
@media (width <= 768px) {
  .c-header__text {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.c-header__bgFont {
  position: absolute;
  right: 0;
  bottom: 7.5rem;
  font-size: 13.75rem;
  line-height: 1;
  color: rgba(167, 143, 69, 0.07);
}
@media (width <= 768px) {
  .c-header__bgFont {
    font-size: 6.5rem;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    bottom: inherit;
    right: -1.1875rem;
  }
}
.c-header--simple {
  color: #241d14;
  height: 35.4375rem;
}
@media (width <= 768px) {
  .c-header--simple {
    height: auto;
    display: block;
    min-height: 18.125rem;
  }
}
.c-header--simple .c-inner {
  padding: 6.875rem 1.75rem 4.375rem;
}
.c-header--simple:after {
  content: inherit;
}
.c-header--simple .c-header__eng {
  color: #a78f45;
}

.c-inner {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  .c-inner {
    padding: 0 1.75rem;
  }
}
.c-inner--small {
  max-width: 80rem;
}
.c-inner--big {
  max-width: 95rem;
}
.c-inner--full {
  max-width: 105rem;
}

.c-link {
  border-bottom: 1px solid #cbc5b5;
  padding-bottom: 0.625rem;
}
@media (width <= 768px) {
  .c-link {
    font-size: 0.8125rem;
    padding-bottom: 0.5rem;
  }
}
.c-link--roundArrow {
  padding-right: 1.875rem;
  position: relative;
}
.c-link--roundArrow:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: rgba(158, 125, 66, 0.2);
  border-radius: 999px;
}
@media (width <= 768px) {
  .c-link--roundArrow:before {
    width: 1rem;
    height: 1rem;
    top: 0.125rem;
  }
}
.c-link--roundArrow:after {
  content: "";
  position: absolute;
  background: #9e7d42;
  width: 0.39375rem;
  height: 0.5rem;
  right: 0.3125rem;
  top: 0.25rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 15% 50%);
}
@media (width <= 768px) {
  .c-link--roundArrow:after {
    width: 0.355625rem;
    height: 0.451875rem;
    top: 0.375rem;
  }
}

.c-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list--default {
  padding-left: 1.5em;
}
.c-list--upper-alphabet {
  list-style: upper-alpha;
}
.c-list--lower-alphabet {
  list-style: lower-alpha;
}
.c-list--upper-roman {
  list-style: upper-roman;
}
.c-list--lower-roman {
  list-style: lower-roman;
}
.c-list--none {
  list-style: none;
}
.c-list--circle {
  list-style: circle;
}
.c-list--circle2 .c-list__item {
  margin-left: 0.625rem;
  padding-left: 1.25rem;
  position: relative;
}
@media (width <= 768px) {
  .c-list--circle2 .c-list__item {
    padding-left: 0.9375rem;
  }
}
.c-list--circle2 .c-list__item:before {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 999px;
  background: #a78f45;
  left: 0;
  top: 0.9em;
}
@media (width <= 768px) {
  .c-list--circle2 .c-list__item:before {
    top: 0.85em;
  }
}
.c-list--disc {
  list-style: disc;
}
.c-list--square {
  list-style: square;
}
.c-list--decimal {
  list-style: decimal;
}
.c-list--decimal-leading-zero {
  list-style: decimal-leading-zero;
}

.c-news-card {
  display: flex;
  align-items: center;
  border: 1px solid #cbc5b5;
  background: #fff;
  border-radius: 0.3125rem;
}
@media (width <= 768px) {
  .c-news-card {
    flex-wrap: wrap;
  }
}
.c-news-card__thumb {
  width: 22.5rem;
  height: 100%;
}
@media (width <= 768px) {
  .c-news-card__thumb {
    width: 100%;
    height: 14.75rem;
  }
}
.c-news-card__text {
  width: calc(100% - 22.5rem);
  padding: 0 3.5rem;
}
@media (width <= 768px) {
  .c-news-card__text {
    width: 100%;
    padding: 1.5625rem;
  }
}
.c-news-card__header {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.c-news-card__date {
  font-size: 0.875rem;
  display: inline-block;
}
@media (width <= 768px) {
  .c-news-card__date {
    font-size: 0.6875rem;
  }
}
.c-news-card .c-cat-list {
  margin-bottom: 0;
}
.c-news-card .c-cat-list__item {
  font-size: 0.75rem;
  color: #fff;
  background: #a78f45;
  margin-bottom: 0;
}
@media (width <= 768px) {
  .c-news-card .c-cat-list__item {
    font-size: 0.625rem;
  }
}
.c-news-card__title {
  font-size: 1.125rem;
  line-height: 1.925rem;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .c-news-card__title {
    font-size: 1rem;
    -webkit-line-clamp: inherit !important;
  }
}
.c-news-card__p {
  font-size: 0.875rem;
}
@media (width <= 768px) {
  .c-news-card__p {
    font-size: 0.8125rem;
  }
}

.c-news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 3.75rem;
}
@media (width <= 768px) {
  .c-news-list {
    margin-bottom: 2.5rem;
  }
}
.c-news-list__item {
  width: 100%;
  min-height: 17rem;
}

.c-other-posts {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  .c-other-posts {
    gap: 1.5rem;
  }
}
.c-other-posts__item {
  width: calc(50% - 1.25rem);
}
@media (width <= 768px) {
  .c-other-posts__item {
    width: 100%;
  }
}
.c-other-posts__item .c-news-card {
  align-items: start;
}
.c-other-posts__item .c-news-card__title {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  -webkit-line-clamp: 4;
    text-align: left;
}
@media (width <= 768px) {
  .c-other-posts__item .c-news-card__title {
    font-size: 0.75rem;
    line-height: 1.2rem;
    -webkit-line-clamp: 5 !important;
  }
}
.c-other-posts__item .c-news-card__thumb {
  width: 14rem;
  height: 11.25rem;
}
@media (width <= 768px) {
  .c-other-posts__item .c-news-card__thumb {
    width: 50%;
  }
}
.c-other-posts__item .c-news-card__text {
  width: calc(100% - 14rem);
  padding: 1.5625rem 1.875rem;
}
@media (width <= 768px) {
  .c-other-posts__item .c-news-card__text {
    width: 50%;
    padding: 0.9375rem;
  }
}
.c-other-posts__item .c-news-card__header {
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
@media (width <= 768px) {
  .c-other-posts__item .c-news-card__header {
    display: block;
    text-align: left;
    margin-bottom: 0.625rem;
  }
}
.c-other-posts__item .c-news-card__date {
  font-size: 0.75rem;
}
@media (width <= 768px) {
  .c-other-posts__item .c-news-card__date {
    font-size: 0.6875rem;
    margin-left: 0;
  }
}
.c-other-posts__item .c-cat-list__item {
  font-size: 0.625rem;
}

.c-pager {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}
.c-pager__arrow {
  width: 1.66125rem;
  height: 0.625rem;
  color: #a78f45;
}
.c-pager__prev {
  transform: scale(-1, 1);
}
.c-pager__dots {
  display: flex;
  gap: 1.875rem;
  font-size: 1.5rem;
  font-family: "Cormorant", serif;
}
@media (width <= 768px) {
  .c-pager__dots {
    font-size: 1.25rem;
  }
}
.c-pager__dot {
  display: inline-block;
  color: #cbc5b5;
}

.c-pager__dot > .current{
  color: #a78f45;
}

.c-pager__dot--current {
  color: #a78f45;
}

.c-point-list {
  max-width: 85rem;
  margin: 0 auto;
}
.c-point-list__item {
  display: flex;
  align-items: center;
  padding: 4.0625rem 0;
}
@media (width <= 768px) {
  .c-point-list__item {
    flex-direction: column;
    align-items: start;
    padding: 2.1875rem 0;
  }
}
.c-point-list__item:not(:last-child) {
  border-bottom: 1px solid #cbc5b5;
}
.c-point-list__item:first-child {
  padding-top: 0rem;
}
.c-point-list__item:last-child {
  padding-bottom: 0rem;
}
@media (width <= 768px) {
  .c-point-list__item .c-block__p {
    font-size: 0.875rem;
  }
}
.c-point-list__item .c-block__p:last-child {
  margin-bottom: 0rem;
}
@media (width <= 768px) {
  .c-point-list__item .c-btn {
    order: 3;
    margin-top: 2.5rem;
    margin-left: 0;
  }
}
.c-point-list__header {
  width: 23.75rem;
}
@media (width <= 768px) {
  .c-point-list__header {
    width: 100%;
    display: contents;
  }
}
.c-point-list__text {
  width: calc(100% - 23.75rem);
}
@media (width <= 768px) {
  .c-point-list__text {
    width: 100%;
    order: 2;
  }
}
.c-point-list__title {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .c-point-list__title {
    order: 1;
    font-size: 1.5rem;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }
}

.c-section {
  padding: 9.375rem 0;
}
@media (width <= 768px) {
  .c-section {
    padding: 5rem 0;
  }
  body.p-home .c-section {
    padding: 9.375rem 0;
  }
}
.c-section--bg {
  background: rgba(158, 125, 66, 0.06);
}

.c-scroll-bar {
  overflow-y: scroll;
}
.c-scroll-bar::-webkit-scrollbar {
  width: 0.15625rem;
}
.c-scroll-bar::-webkit-scrollbar-thumb {
  background-color: #241d14;
  border-radius: 999px;
}
.c-scroll-bar::-webkit-scrollbar-track {
  background-color: #999;
  border-radius: 0.15625rem;
}

.c-slider {
  margin: 5rem 0;
  position: relative;
  overflow: hidden;
  height: 22.5rem;
}
@media (width <= 768px) {
  .c-slider {
    height: 17.5rem;
    margin: 0;
  }
}
.c-slider__inner {
  display: flex;
  position: absolute;
}
.c-slider img {
  max-width: inherit;
  width: 190.4375rem;
}
@media (width <= 768px) {
  .c-slider img {
    width: 147.875rem;
  }
}
.c-slider--top-bottom {
  height: 24.75rem;
}
@media (width <= 768px) {
  .c-slider--top-bottom {
    height: 17.375rem;
  }
}
.c-slider--top-bottom img {
  width: 139.875rem;
}
@media (width <= 768px) {
  .c-slider--top-bottom img {
    width: 97.3125rem;
  }
}
.c-slider--concept {
  height: 22.5rem;
}
@media (width <= 768px) {
  .c-slider--concept {
    height: 17.5rem;
  }
}
.c-slider--concept img {
  width: 158.6875rem;
}
@media (width <= 768px) {
  .c-slider--concept img {
    width: 123.3125rem;
  }
}
.c-slider--gallery {
  height: 39.625rem;
}
@media (width <= 768px) {
  .c-slider--gallery {
    height: 22.875rem;
  }
}
.c-slider--gallery img {
  width: 220.375rem;
}
@media (width <= 768px) {
  .c-slider--gallery img {
    width: 127.125rem;
  }
}
.c-slider--stay {
  height: 26.25rem;
  margin: 3.125rem 0 0;
}
@media (width <= 768px) {
  .c-slider--stay {
    height: 17.5rem;
    margin-top: 1.25rem;
  }
}
.c-slider--stay img {
  width: 221.75rem;
}
@media (width <= 768px) {
  .c-slider--stay img {
    width: 147.8125rem;
  }
}
.c-slider--breakfast {
  height: 26.283125rem;
  margin: 6.25rem 0 0;
}
@media (width <= 768px) {
  .c-slider--breakfast {
    height: 17.523125rem;
    margin-top: 2.5rem;
  }
}
.c-slider--breakfast img {
  width: 148.5rem;
}
@media (width <= 768px) {
  .c-slider--breakfast img {
    width: 99rem;
  }
}
.c-slider--amenity {
  height: 26.27625rem;
}
@media (width <= 768px) {
  .c-slider--amenity {
    margin-top: 3.75rem;
    height: 17.523125rem;
  }
}
.c-slider--amenity img {
  width: 185.625rem;
}
@media (width <= 768px) {
  .c-slider--amenity img {
    width: 123.625rem;
  }
}
.c-slider--history {
  height: 31.8125rem;
}
@media (width <= 768px) {
  .c-slider--history {
    margin-top: 3.75rem;
    height: 15.875rem;
  }
}
.c-slider--history .c-slider__img {
  width: 190rem;
}
@media (width <= 768px) {
  .c-slider--history .c-slider__img {
    width: 94.875rem;
  }
}
.c-slider--guide {
  height: 30rem;
  margin: 0;
}
@media (width <= 768px) {
  .c-slider--guide {
    height: 17.5rem;
  }
}
.c-slider--guide .c-slider__img {
  width: 156rem;
}
@media (width <= 768px) {
  .c-slider--guide .c-slider__img {
    width: 91rem;
  }
}

.c-title {
  font-weight: 400;
  letter-spacing: 0.2em;
}
.c-title__h2-top {
  font-size: 2.5rem;
  margin-bottom: 1.375rem;
}
@media (width <= 768px) {
  .c-title__h2-top {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 0;
    letter-spacing: 0.08em;
  }
}
.c-title--eng {
  font-family: "Cormorant", serif;
  color: #9e7d42;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
@media (width <= 768px) {
  .c-title--eng {
    font-size: 1rem;
  }
}

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/********************************************
* Project
********************************************/
.p-home__mv {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 37.5rem;
}
@media (width <= 768px) {
  .p-home__mv {
    min-height: 43.75rem;
  }
}
.p-home__mvInner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20rem;
}
@media (width <= 768px) {
  .p-home__mvInner {
    gap: 4.0625rem;
    flex-direction: column;
  }
}
.p-home__mvImg {
  position: absolute;
}
.p-home__mvLogo {
  width: 11.25rem;
}
@media (width <= 768px) {
  .p-home__mvLogo {
    width: 9.4375rem;
  }
}
.p-home__mvTitle {
  font-weight: 400;
}
@media (width <= 768px) {
  .p-home__mvTitle {
    order: 2;
  }
}
.p-home__mvText {
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (width <= 768px) {
  .p-home__mvText {
    order: 1;
    font-size: 1rem;
    line-height: 2.8;
    letter-spacing: 0.24em;
  }
}
.p-home__visit {
  padding-bottom: 15.625rem;
  background: url(../images/home/visit-bg.png) no-repeat, url(../images/home/visit-img01.jpg) no-repeat, url(../images/home/visit-img02.jpg) no-repeat;
  background-position: calc(50% - 27.5rem) top, calc(50% + 18.75rem) 7.5rem, calc(50% + 33.75rem) 34.6875rem;
  background-size: 49.75rem, 37.5rem, 37.5rem;
}
@media (width <= 768px) {
  .p-home__visit {
    height: 61.25rem;
    background-position: calc(100% + 5.625rem) -4.1875rem, left 31.25rem, right 43.75rem;
    background-size: 48.125rem, 17.4375rem, 17.4375rem;
    padding-top: 6.875rem !important;
  }
}
.p-home__visit .c-box {
  margin: 13.625rem 0 0 2.6875rem;
}
@media (width <= 768px) {
  .p-home__visit .c-box {
    margin-top: 3.125rem;
    margin: 3.125rem 0 0 0;
  }
}
.p-home__room {
  height: 39.375rem;
  background: url(../images/home/room-img.jpg) no-repeat;
  background-position: calc(50% - 26.25rem);
  background-size: 52.5rem;
}
@media (width <= 768px) {
  .p-home__room {
    background-position: left top;
    background-size: 22.625rem;
  }
}
.p-home__room .c-box {
  margin-left: 53.75rem;
}
@media (width <= 768px) {
  .p-home__room .c-box {
    margin-left: 0;
    margin-top: 8.75rem;
  }
}
.p-home__stroll {
  position: relative;
  height: 78.125rem;
  background: url(../images/home/stroll-bg.png) no-repeat, url(../images/home/stroll-img01.jpg) no-repeat, url(../images/home/stroll-img02.jpg) no-repeat, url(../images/home/stroll-img03.png) no-repeat;
  background-position: calc(50% + 22.5rem) 2.8125rem, calc(50% - 38.75rem) 40.25rem, calc(50% - 3.125rem) 45.625rem, calc(50% + 35.625rem) 32.5rem;
  background-size: 45rem, 17.875rem, 25.25rem, 33.5625rem;
}
@media (width <= 768px) {
  .p-home__stroll {
    padding-top: 0;
    /* height: 66.25rem; */
    background-position: calc(50% + 22.5rem) 7.8125rem, left 43.875rem, 90% 40rem, right 50.5625rem;
    background-size: 0, 8.4375rem, 11.75rem, 12.5625rem;
  }
}
@media (width <= 768px) {
  .p-home__stroll.c-section {
    padding-top: 6.25rem !important;
  }
}
.p-home__stroll .c-box {
  margin: 0.625rem 0 0 10rem;
}
@media (width <= 768px) {
  .p-home__stroll .c-box {
    margin: 0;
  }
}
.p-home__strollText {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  letter-spacing: 0.04em;
  font-size: 1.0625rem;
}
@media (width <= 768px) {
  .p-home__strollText {
    position: static;
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}
.p-home__strollText span {
  font-size: 0.8125rem;
  display: block;
}
@media (width <= 768px) {
  .p-home__strollText span {
    font-size: 0.75rem;
  }
}
.p-home__strollItem {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  position: relative;
  padding: 0 0 0 1.5625rem;
}
.p-home__strollItem:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  background: #9e7d42;
  border-radius: 999px;
}
.p-home__strollTitle {
  color: #9e7d42;
}
.p-home__strollTime {
  font-size: 1rem;
  color: #9e7d42;
}
.p-home__breakfast {
  height: 54.125rem;
  background: url(../images/home/breakfast-img.jpg) no-repeat, url(../images/home/breakfast-bg.png) no-repeat;
  background-position: calc(50% - 26.25rem) top, calc(50% + 4.375rem) 20rem;
  background-size: 52.5rem, 95rem;
}
@media (width <= 768px) {
  .p-home__breakfast {
    height: 45.9375rem;
    background-position: left top, left 10rem;
    background-size: 22.625rem, 24.375rem 13rem;
  }
}
.p-home__breakfast .c-box {
  margin-left: 54.375rem;
}
@media (width <= 768px) {
  .p-home__breakfast .c-box {
    margin: 8.75rem 0 0 0;
  }
}
.p-home__history {
  height: 39.375rem;
  background: url(../images/home/history-img.jpg) no-repeat;
  background-position: calc(50% + 26.25rem) top;
  background-size: 52.5rem;
}
@media (width <= 768px) {
  .p-home__history {
    background-position: left top;
    background-size: 22.625rem;
    height: 37.5rem;
  }
}
.p-home__history .c-box {
  margin-left: 6.875rem;
}
@media (width <= 768px) {
  .p-home__history .c-box {
    margin: 8.75rem 0 0 0;
  }
}
.p-home__bottom {
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 11.875rem;
}
@media (width <= 768px) {
  .p-home__bottom {
    padding-top: 4.375rem !important;
    padding-bottom: 7.5rem !important;
  }
}
.p-home__bottom .c-btn {
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .p-home__bottom .c-btn {
    width: 16.75rem;
  }
}
.p-home__bottomP {
  font-size: 1.375rem;
  line-height: 3.3rem;
  letter-spacing: 0.12em;
  margin-bottom: 3.125rem;
}
@media (width <= 768px) {
  .p-home__bottomP {
    font-size: 1.125rem;
    line-height: 2.475rem;
    letter-spacing: 0.08em;
    margin-bottom: 1.875rem;
  }
}
.p-home__access {
  color: #241d14;
}
@media (width <= 768px) {
  .p-home__access {
    padding-top: 6.25rem !important;
  }
}
.p-home__access .c-inner {
  display: flex;
  align-items: center;
  padding: 0;
}
@media (width <= 768px) {
  .p-home__access .c-inner {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.p-home__access .c-box {
  width: calc(100% - 64.25rem);
  padding: 0 7.25rem 0 10rem;
}
@media (width <= 768px) {
  .p-home__access .c-box {
    width: 100%;
    order: 2;
    padding: 0 1.75rem;
  }
}
.p-home__access .c-gmap {
  width: 64.25rem;
  height: 33.125rem;
}
@media (width <= 768px) {
  .p-home__access .c-gmap {
    width: 100%;
    order: 1;
    height: 17.5rem;
  }
}

.p-concept__hotel {
  padding: 7.5rem 0 1.25rem;
}
@media (width <= 768px) {
  .p-concept__hotel {
    padding: 2.1875rem 0 3.875rem;
  }
}
.p-concept__hotel .c-title__h2 {
  font-size: 2.25rem;
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem;
  letter-spacing: 0.08em;
}
@media (width <= 768px) {
  .p-concept__hotel .c-title__h2 {
    font-size: 1.75rem;
    text-align: center;
    line-height: 2.8rem;
    margin-bottom: 1.25rem;
  }
}
.p-concept__hotel .c-block__thumb {
  padding-left: 3.75rem;
}
@media (width <= 768px) {
  .p-concept__hotel .c-block__thumb {
    padding-left: 0;
    margin-right: -1.75rem;
    width: 22.625rem;
  }
}
.p-concept__distribute {
  margin: 10rem 0 7.5rem;
  padding: 7.5rem 0 6.25rem;
}
@media (width <= 768px) {
  .p-concept__distribute {
    margin-top: 5rem;
    padding-top: 3.125rem;
  }
}
.p-concept__distribute .c-title__h2 {
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .p-concept__distribute .c-title__h2 {
    font-size: 1.75rem;
    margin-bottom: 0.3125rem;
  }
}
.p-concept__distribute .c-block__text {
  padding-left: 0;
  margin-top: 1.25rem;
}
.p-concept__distribute .c-block__thumb {
  padding-left: 3.75rem;
}
@media (width <= 768px) {
  .p-concept__distribute .c-block__thumb {
    padding-left: 0;
  }
}
.p-concept__concept {
  padding: 2.5rem 0 10.3125rem;
}
@media (width <= 768px) {
  .p-concept__concept {
    padding: 10rem 0 6.875rem;
  }
}
.p-concept__concept .c-block__text {
  margin-top: -6.25rem;
}
.p-concept__concept .c-block__cap {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .p-concept__concept .c-block__cap {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.p-concept__concept .c-title__h2 {
  margin-bottom: 2.5rem;
  line-height: 3.0625rem;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
}
@media (width <= 768px) {
  .p-concept__concept .c-title__h2 {
    font-size: 1.3125rem;
    line-height: 2.1rem;
    margin-bottom: 1.875rem;
  }
}
@media (width <= 768px) {
  .p-concept__concept .c-block__thumb {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    width: calc(100% + 3.5rem);
  }
}

.p-citystroll__top {
  padding-top: 7.5rem;
  background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 18.75rem), rgba(158, 125, 66, 0.06) calc(100% - 18.75rem), rgba(158, 125, 66, 0.06) 100%);
}
@media (width <= 768px) {
  .p-citystroll__top {
    padding-top: 3.75rem;
    padding-bottom: 0;
  }
}
.p-citystroll__top .c-title__h2 {
  font-size: 2.625rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .p-citystroll__top .c-title__h2 {
    font-size: 1.75rem;
    line-height: 1.8;
    margin-bottom: 0.625rem;
  }
}
.p-citystroll__topCap {
  font-size: 1.875rem;
  text-align: center;
}
@media (width <= 768px) {
  .p-citystroll__topCap {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.p-citystroll__topP {
  max-width: 65rem;
  margin: 0 auto 2em;
}
@media (width <= 768px) {
  .p-citystroll__topP {
    margin-bottom: 2em;
  }
}
.p-citystroll__sliders {
  padding-top: 0;
  padding-bottom: 5rem;
}
@media (width <= 768px) {
  .p-citystroll__sliders {
    padding-top: 0.625rem;
  }
}
@media (width <= 768px) {
  .p-citystroll__sliders .c-btn {
    margin-top: 0;
  }
}
.p-citystroll__sliders .c-list {
  margin-bottom: 1.25rem;
}
.p-citystroll__satisfy .c-title__h2 {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 2.25rem;
}
@media (width <= 768px) {
  .p-citystroll__satisfy .c-title__h2 {
    font-size: 1.3125rem;
  }
}
.p-citystroll__satisfyHeader {
  position: relative;
  height: 28.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
@media (width <= 768px) {
  .p-citystroll__satisfyHeader {
    height: 13.75rem;
    margin: 0 -1.75rem 1.25rem;
    width: calc(100% + 3.5rem);
  }
}
.p-citystroll__satisfyHeader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  display: block;
}
.p-citystroll__satisfyHeaderImg {
  position: absolute;
  top: 0;
  left: 0;
}
.p-citystroll__satisfyList {
  max-width: 85rem;
  margin: 0 auto;
}
.p-citystroll__satisfyItem {
  display: flex;
  align-items: center;
  padding: 4.0625rem 0;
}
@media (width <= 768px) {
  .p-citystroll__satisfyItem {
    flex-direction: column;
    align-items: start;
    padding: 2.1875rem 0;
  }
}
.p-citystroll__satisfyItem:not(:last-child) {
  border-bottom: 1px solid #cbc5b5;
}
.p-citystroll__satisfyItem:first-child {
  padding-top: 0rem;
}
.p-citystroll__satisfyItem:last-child {
  padding-bottom: 0rem;
}
@media (width <= 768px) {
  .p-citystroll__satisfyItem .c-block__p {
    font-size: 0.875rem;
  }
}
.p-citystroll__satisfyItem .c-block__p:last-child {
  margin-bottom: 0rem;
}
@media (width <= 768px) {
  .p-citystroll__satisfyItem .c-btn {
    order: 3;
    margin-top: 2.5rem;
    margin-left: 0;
  }
}
.p-citystroll__satisfyListHeader {
  width: 23.4375rem;
}
@media (width <= 768px) {
  .p-citystroll__satisfyListHeader {
    width: 100%;
    display: contents;
  }
}
.p-citystroll__satisfyListText {
  width: calc(100% - 23.4375rem);
}
@media (width <= 768px) {
  .p-citystroll__satisfyListText {
    width: 100%;
    order: 2;
  }
}
.p-citystroll__satisfyListTitle {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .p-citystroll__satisfyListTitle {
    order: 1;
    font-size: 1.5rem;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }
}

.p-stay .c-header__head {
  transform: translateY(-2.5rem);
}
.p-stay .c-header__title {
  margin-bottom: 0;
}
.p-stay__top {
  background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 18.75rem), rgba(158, 125, 66, 0.06) calc(100% - 18.75rem), rgba(158, 125, 66, 0.06) 100%);
}
@media (width <= 768px) {
  .p-stay__top {
    background: none;
  }
}
.p-stay__topP {
  text-align: center;
  font-size: 1.125rem;
  padding: 9.375rem 0 0;
}
@media (width <= 768px) {
  .p-stay__topP {
    font-size: 0.9375rem;
    padding-top: 3.75rem;
    text-align: left;
  }
}
.p-stay__sliders {
  padding-top: 6.875rem;
}
@media (width <= 768px) {
  .p-stay__sliders {
    padding: 4.375rem 0 5rem;
  }
}
.p-stay__sliders .c-block-slider {
  padding-bottom: 3.125rem;
}
@media (width <= 768px) {
  .p-stay__sliders .c-block-slider {
    padding-bottom: 1.875rem;
    gap: 1.25rem;
  }
}
.p-stay__sliders .c-block-slider .c-title__h2 {
  font-family: "Cormorant", serif;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  margin-bottom: 0.625rem;
}
@media (width <= 768px) {
  .p-stay__sliders .c-block-slider .c-title__h2 {
    font-size: 1.9375rem;
    gap: 0.75rem;
    margin-bottom: 0rem;
  }
}
.p-stay__sliders .c-block-slider__text {
  transform: translateY(-0.9375rem);
}
@media (width <= 768px) {
  .p-stay__sliders .c-block-slider__p {
    font-size: 0.875rem;
    margin-bottom: 0rem;
  }
}
@media (width <= 768px) {
  .p-stay__sliders .swiper-wrapper {
    padding-bottom: 3.125rem;
  }
}
.p-stay__breakfast {
  padding: 10rem 0 5rem;
}
@media (width <= 768px) {
  .p-stay__breakfast {
    margin-top: 4.375rem;
    padding: 0.625rem 0 1.25rem;
  }
}
.p-stay__amenity {
  padding: 6.25rem 0 5rem;
}
@media (width <= 768px) {
  .p-stay__amenity {
    padding: 5rem 0 1.25rem;
  }
}

.p-history__top {
  max-width: 65rem;
  margin: 0 auto;
  padding: 8.4375rem 0 0;
}
@media (width <= 768px) {
  .p-history__top {
    text-align: left;
    padding-top: 3.125rem;
  }
}
.p-history__top .c-title__h2 {
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media (width <= 768px) {
  .p-history__top .c-title__h2 {
    font-size: 1.75rem;
    line-height: 2.8rem;
    margin-bottom: 1.25rem;
  }
}
.p-history__topP:not(:last-of-type) {
  margin-bottom: 2em;
}
.p-history .c-slider {
  margin-top: 5rem;
}
@media (width <= 768px) {
  .p-history .c-slider {
    margin-top: 3.75rem;
  }
}
.p-history__about {
  padding-top: 3.125rem;
}
@media (width <= 768px) {
  .p-history__about {
    padding-top: 6.25rem;
  }
}
.p-history .c-block:not(:last-of-type) {
  margin-bottom: 6.25rem;
}
@media (width <= 768px) {
  .p-history .c-block:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media (width <= 768px) {
  .p-history .c-block:last-of-type {
    margin-bottom: 2.5rem;
  }
}
.p-history .c-block .c-title--eng {
  font-size: 0.875rem;
}
@media (width <= 768px) {
  .p-history .c-block .c-title--eng {
    line-height: 1.6;
  }
}
.p-history .c-block .c-title--eng span {
  font-size: 1.25rem;
}
.p-history .c-block .c-title__h2 {
  font-size: 1.75rem;
  margin-left: -5rem;
  padding-left: 5rem;
  border-bottom: 1px solid #cbc5b5;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (width <= 768px) {
  .p-history .c-block .c-title__h2 {
    font-size: 1.5rem;
    margin-left: -1.75rem;
    padding-left: 1.75rem;
    padding-bottom: 0rem;
    margin-bottom: 1.25rem;
  }
}
.p-history .c-block .c-block__text {
  padding-left: 5rem;
  padding-right: 12.5rem;
}
@media (width <= 768px) {
  .p-history .c-block .c-block__text {
    padding: 0;
  }
}
.p-history .c-block .c-block__thumb {
  height: 39.375rem;
}
@media (width <= 768px) {
  .p-history .c-block .c-block__thumb {
    height: 17rem;
  }
}
.p-history .c-block--reverse .c-title__h2 {
  margin-left: 0;
  padding-left: 0;
  margin-right: -5rem;
  padding-right: 5rem;
}
@media (width <= 768px) {
  .p-history .c-block--reverse .c-title__h2 {
    margin-right: 0;
    padding-right: 0;
    margin-left: -1.75rem;
    padding-left: 1.75rem;
  }
}
.p-history .c-block--reverse .c-block__text {
  padding-right: 5rem;
  padding-left: 12.5rem;
}
@media (width <= 768px) {
  .p-history .c-block--reverse .c-block__text {
    padding: 0;
  }
}
@media (width <= 768px) {
  .p-history .c-block--reverse .c-block__thumb {
    margin-left: -1.75rem;
    margin-right: 0;
  }
}
.p-history .c-point-list {
  margin-top: 6.25rem;
  padding-top: 4.0625rem;
  border-top: 1px solid #cbc5b5;
}
@media (width <= 768px) {
  .p-history .c-point-list {
    margin-top: 0rem;
    padding-top: 1.25rem;
  }
}

@media (width <= 768px) {
  .p-faq .c-title__h2 {
    line-height: 1.771875rem;
    font-size: 1.3125rem;
    margin-bottom: 1.25rem;
  }
}

.p-activity .has-side__main {
  margin-top: -2.1875rem;
}
@media (width <= 768px) {
  .p-activity .has-side__main {
    margin-top: 0;
  }
}
.p-activity .l-aside-nav {
  margin-top: 1.875rem;
}
@media (width <= 768px) {
  .p-activity .l-aside-nav {
    margin-top: 0;
  }
}
.p-activity__slider {
  margin-bottom: 9.375rem;
}
@media (width <= 768px) {
  .p-activity__slider {
    margin-bottom: 5rem;
  }
}

.p-post__section {
  padding-top: 0;
  margin-top: -20.625rem;
  position: relative;
  z-index: 1;
}
@media (width <= 768px) {
  .p-post__section {
    margin-top: -9.375rem;
  }
}
.p-post .c-inner {
  max-width: 65rem;
}
.p-post__header {
  margin-bottom: 3.125rem;
}
.p-post__header .c-cat-list {
  padding-left: 0;
}
.p-post__header .c-cat-list__item {
  font-size: 1rem;
  background: #a78f45;
}
@media (width <= 768px) {
  .p-post__header .c-cat-list__item {
    font-size: 0.875rem;
  }
}
.p-post__header .c-cat-list__item--sub {
  background: rgba(167, 143, 69, 0.4);
}
.p-post__header .c-cat-list__item--sub .c-cat-list__link {
  color: #241d14;
}
.p-post__header .c-cat-list__link {
  color: #fff;
}
@media (width <= 768px) {
  .p-post__header .c-cat-list__link {
    padding: 0.25rem 0.75rem;
  }
}
.p-post__title {
  font-size: 1.5rem;
  line-height: 2.625rem;
  margin-bottom: 1.875rem;
  letter-spacing: 0.08em;
}
@media (width <= 768px) {
  .p-post__title {
    font-size: 1.3125rem;
    line-height: 2.1rem;
  }
}
.p-post__body {
  border-bottom: 1px solid #cbc5b5;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  position: relative;
}
@media (width <= 768px) {
  .p-post__body {
    margin-bottom: 3.75rem;
  }
}
.p-post__body p {
  margin-bottom: 2em;
}
.p-post__body > img {
  margin-bottom: 2em;
}
.p-post__bottom {
  text-align: center;
}
.p-post__bottom .c-btn {
  text-align: left;
  margin-bottom: 5rem;
}
@media (width <= 768px) {
  .p-post__bottom .c-btn {
    margin-bottom: 3.75rem;
  }
}
.p-post__bottom .c-title__h2 {
  font-size: 1.5rem;
  margin-bottom: 2.1875rem;
}
@media (width <= 768px) {
  .p-post__bottom .c-title__h2 {
    margin-bottom: 1.25rem;
  }
}

.p-access .has-side__content {
  margin-top: -1.875rem;
}
@media (width <= 768px) {
  .p-access .has-side__content {
    margin-top: 0;
    padding-bottom: 2.5rem;
  }
}
.p-access .l-aside-nav {
  margin-top: 1.875rem;
}
@media (width <= 768px) {
  .p-access .l-aside-nav {
    margin-top: 0;
  }
}
.p-access__sub {
  font-size: 1.125rem;
  line-height: 1.6;
}
.p-access__title {
  border-bottom: 1px solid #cbc5b5;
  position: relative;
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (width <= 768px) {
  .p-access__title {
    font-size: 1.3125rem;
  }
}
.p-access__title:not(:first-of-type) {
  margin-top: 7.5rem;
}
@media (width <= 768px) {
  .p-access__title:not(:first-of-type) {
    margin-top: 5rem;
  }
}
.p-access__titleSpan {
  display: inline-block;
  position: relative;
  transform: translateY(1px);
}
.p-access__titleSpan:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a78f45;
}
.p-access__img {
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .p-access__img {
    margin-bottom: 1.25rem;
  }
}
.p-access__address {
  border-top: 1px solid #cbc5b5;
}
.p-access__addressItem {
  display: flex;
  align-items: center;
  padding: 1.5625rem 1.25rem;
  border-bottom: 1px solid #cbc5b5;
}
@media (width <= 768px) {
  .p-access__addressItem {
    flex-direction: column;
    padding: 1.75rem 0;
  }
}
.p-access__addressTitle {
  width: 20.625rem;
}
@media (width <= 768px) {
  .p-access__addressTitle {
    width: 100%;
    font-size: 0.9375rem;
  }
}
.p-access__addressText {
  width: calc(100% - 20.625rem);
}
@media (width <= 768px) {
  .p-access__addressText {
    width: 100%;
    font-size: 0.875rem;
  }
}
.p-access__gmap {
  display: inline-block;
  line-height: 1;
  border: 1px solid #cbc5b5;
  padding: 0.25rem 0.3125rem;
  font-size: 0.875rem;
  margin-left: 3.125rem;
}
@media (width <= 768px) {
  .p-access__gmap {
    margin-left: 0;
  }
}
.p-access__gmap i {
  width: 0.61375rem;
  color: #a78f45;
  margin-right: 0.34375rem;
}
.p-access__titleH3 {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .p-access__titleH3 {
    font-size: 1rem;
  }
}
.p-access__p {
  margin-bottom: 2em;
}
@media (width <= 768px) {
  .p-access__p {
    font-size: 0.875rem;
    margin-bottom: 1em;
  }
}
.p-access .c-gmap {
  height: 27.5rem;
  margin-bottom: 3.75rem;
}
@media (width <= 768px) {
  .p-access .c-gmap {
    height: 12.875rem;
    margin-bottom: 1.875rem;
  }
}
.p-access__section01 {
  position: relative;
}
@media (width <= 768px) {
  .p-access__section01 {
    display: flex;
    justify-content: center;
    gap: 3.125rem;
  }
}
.p-access__section01 .c-access-chart:not(:last-of-type) {
  margin-bottom: 2.8125rem;
}
.p-access__section01 .c-access-chart__item {
  height: 4.1875rem;
}
@media (width <= 768px) {
  .p-access__section01 .c-access-chart__item {
    height: 3rem;
  }
}
@media (width <= 768px) {
  .p-access__section01 .c-access-chart__item span:not([class]) {
    line-height: 1;
    writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}
@media (width <= 768px) {
  .p-access__section01 .c-access-chart__item--arrow {
    height: 14.375rem;
    width: 3rem;
    justify-content: start;
    text-align: left;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 0;
    line-height: 2;
  }
}
.p-access__section01 .c-access-chart__item--arrow:before {
  right: calc(50% - 0.4375rem);
}
@media (width <= 768px) {
  .p-access__section01 .c-access-chart__item--arrow .u-text--small {
    font-size: 0.6875rem;
    height: 120%;
  }
}
@media (width <= 768px) {
  .p-access__section01 .c-access-chart__item--arrow p {
    padding-top: 0.625rem;
  }
}
@media (width <= 768px) {
  .p-access__section01 .c-access-chart__item--front {
    width: 3rem;
    height: 9.375rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media (width <= 768px) {
  .p-access__section01 .c-access-chart__item--2row P {
    padding-right: 1.25rem;
  }
}
.p-access__front {
  position: absolute;
  height: 18.25rem !important;
  left: 0;
  top: 0;
}
@media (width <= 768px) {
  .p-access__front {
    height: 3rem !important;
  }
}

.p-stay-amenities__bath.c-section {
  padding: 0;
}
.p-stay-amenities__bath .c-block {
  margin-bottom: 3.75rem !important;
}
@media (width <= 768px) {
  .p-stay-amenities__bath .c-block {
    margin-bottom: 0.625rem !important;
  }
}
.p-stay-amenities__bath .c-title__h2 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .p-stay-amenities__bath .c-title__h2 {
    font-size: 1.5rem;
    margin-bottom: 0rem;
  }
}
.p-stay-amenities .c-block {
  margin-bottom: 7.5rem;
}
@media (width <= 768px) {
  .p-stay-amenities .c-block {
    margin-bottom: 0;
  }
}
.p-stay-amenities .c-block .c-title__h2 {
  font-size: 1.75rem;
}
@media (width <= 768px) {
  .p-stay-amenities .c-block .c-title__h2 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .p-stay-amenities .c-block__p {
    font-size: 0.875rem;
  }
}
.p-stay-amenities .c-flex {
  gap: 3rem;
}
@media (width <= 768px) {
  .p-stay-amenities .c-flex {
    gap: 2.3125rem 1.5rem;
  }
}
.p-stay-amenities .c-flex__item {
  width: 17.75rem;
}
@media (width <= 768px) {
  .p-stay-amenities .c-flex__item {
    width: 9.6875rem;
  }
}
.p-stay-amenities .c-flex__item .c-title__h3 {
  font-size: 1.3125rem;
}
@media (width <= 768px) {
  .p-stay-amenities .c-flex__item .c-title__h3 {
    font-size: 1rem;
  }
}
.p-stay-amenities .c-flex__item .c-title__h3 .u-text--small {
  font-size: 0.875rem;
  line-height: 1.2;
  display: block;
}
@media (width <= 768px) {
  .p-stay-amenities .c-flex__item .c-title__h3 .u-text--small {
    font-size: 0.75rem;
  }
}
.p-stay-amenities .c-flex__thumb {
  margin-bottom: 0.625rem;
}
@media (width <= 768px) {
  .p-stay-amenities .c-flex__p {
    font-size: 0.875rem;
    line-height: 1.53125rem;
  }
}
.p-stay-amenities__p {
  letter-spacing: 0.04em;
}
.p-stay-amenities__p .u-text--small {
  font-size: 0.875rem;
}
@media (width <= 768px) {
  .p-stay-amenities__p .u-text--small {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}
.p-stay-amenities .c-point-list {
  border-top: 1px solid #cbc5b5;
  border-bottom: 1px solid #cbc5b5;
  margin-bottom: 7.5rem;
}
@media (width <= 768px) {
  .p-stay-amenities .c-point-list {
    margin-bottom: 5rem;
  }
}
.p-stay-amenities .c-point-list__item {
  padding: 1.5625rem 0;
}
.p-stay-amenities .c-point-list__header {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 1.875rem;
  width: 12.0625rem;
}
@media (width <= 768px) {
  .p-stay-amenities .c-point-list__header {
    width: 100%;
    padding-left: 0;
  }
}
.p-stay-amenities .c-point-list__title {
  margin-bottom: 0;
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .p-stay-amenities .c-point-list__title {
    font-size: 1rem;
  }
}
.p-stay-amenities .c-point-list__text {
  width: calc(100% - 13.9375rem);
}
@media (width <= 768px) {
  .p-stay-amenities .c-point-list__text {
    width: 100%;
  }
}
.p-stay-amenities__others.c-section {
  padding: 6.25rem 0 5rem;
}
@media (width <= 768px) {
  .p-stay-amenities__others.c-section {
    padding: 3.75rem 0 3.75rem;
  }
}
@media (width <= 768px) {
  .p-stay-amenities__others .c-title__h2 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media (width <= 768px) {
  .p-stay-amenities__others .c-block:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}
.p-stay-amenities__others .c-block .c-title__h2 {
  margin-bottom: 0.625rem;
}
@media (width <= 768px) {
  .p-stay-amenities__others .c-block__thumb {
    margin-bottom: 0.625rem;
  }
}
@media (width <= 768px) {
  .p-stay-amenities__others .c-block__p {
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
  }
}
@media (width <= 768px) {
  .p-stay-amenities__others .c-block__img {
    height: 15.6875rem;
  }
}

.p-guide .l-article {
  overflow-x: hidden;
}
.p-guide .c-header {
  overflow: visible;
}
.p-guide__support {
  padding-bottom: 5rem;
  position: relative;
}
.p-guide__support:after {
  content: "";
  position: absolute;
  width: 72.125rem;
  height: 33rem;
  background: rgba(167, 143, 69, 0.08);
  bottom: 0;
  left: 0;
}
@media (width <= 768px) {
  .p-guide__support:after {
    width: 17.5rem;
    height: 46.75rem;
  }
}
.p-guide__support.c-section {
  padding: 0 0 3.75rem;
}
@media (width <= 768px) {
  .p-guide__support.c-section {
    padding-top: 1.875rem;
  }
}
.p-guide__support .c-inner {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
@media (width <= 768px) {
  .p-guide__support .c-inner {
    flex-direction: column;
  }
}
.p-guide__support .c-title__h2 {
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 1.875rem;
  letter-spacing: 0.08em;
}
@media (width <= 768px) {
  .p-guide__support .c-title__h2 {
    font-size: 1.75rem;
    line-height: 2.8rem;
    margin-bottom: 1.25rem;
  }
}
.p-guide__supportText {
  width: 31.875rem;
  margin-top: 15.625rem;
}
@media (width <= 768px) {
  .p-guide__supportText {
    margin-top: 0;
    width: 100%;
  }
}
.p-guide__supportThumb {
  width: 45.8125rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (width <= 768px) {
  .p-guide__supportThumb {
    width: 100%;
  }
}
.p-guide__supportImg {
  width: 13.9375rem;
}
@media (width <= 768px) {
  .p-guide__supportImg {
    width: 6.3125rem;
  }
}
.p-guide__supportImg:nth-of-type(2) {
  margin-top: 5.1875rem;
}
@media (width <= 768px) {
  .p-guide__supportImg:nth-of-type(2) {
    margin-top: 2.5rem;
  }
}
.p-guide__supportImg:nth-of-type(3) {
  margin-top: 2.5rem;
}
@media (width <= 768px) {
  .p-guide__supportImg:nth-of-type(3) {
    margin-top: 1.25rem;
  }
}
.p-guide__supportP {
  margin-bottom: 2em;
}
@media (width <= 768px) {
  .p-guide__supportP {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }
}
.p-guide__experience.c-section {
  padding: 7.5rem 0 2.5rem;
}
@media (width <= 768px) {
  .p-guide__experience.c-section {
    padding: 2.5rem 0 0rem;
  }
}
.p-guide__experience .c-inner {
  display: flex;
  gap: 5.625rem;
}
@media (width <= 768px) {
  .p-guide__experience .c-inner {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.p-guide__experience .c-block {
  margin-bottom: 5rem;
}
@media (width <= 768px) {
  .p-guide__experience .c-block {
    margin-bottom: 1.875rem;
  }
}
.p-guide__experience .c-block--reverse .c-block__text {
  padding-right: 5rem;
}
@media (width <= 768px) {
  .p-guide__experience .c-block--reverse .c-block__text {
    padding-right: 0;
  }
}
.p-guide__experience .c-block__title {
  font-size: 1.75rem;
  margin-bottom: 1.875rem !important;
  line-height: 2.8rem;
  margin-bottom: 0.625rem;
}
@media (width <= 768px) {
  .p-guide__experience .c-block__title {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 0 !important;
  }
}
.p-guide__experience .c-block__text {
  padding: 0 0 0 3.75rem;
}
@media (width <= 768px) {
  .p-guide__experience .c-block__text {
    padding-left: 0;
  }
}
.p-guide__experience .c-block__thumb {
  height: 25.1875rem;
}
@media (width <= 768px) {
  .p-guide__experience .c-block__thumb {
    height: 14.0625rem;
  }
}
.p-guide__experience .c-block__p {
  letter-spacing: 0.04em;
}
.p-guide__experienceTitle {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.25rem;
  letter-spacing: 0.24em;
}
@media (width <= 768px) {
  .p-guide__experienceTitle {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
  }
}
.p-guide__bottom {
  text-align: center;
}
.p-guide__bottom.c-section {
  padding-top: 7.5rem;
}
@media (width <= 768px) {
  .p-guide__bottom.c-section {
    padding: 3.75rem 0 5rem;
  }
}
.p-guide__bottomP {
  margin-bottom: 2em;
  letter-spacing: 0.04em;
}
@media (width <= 768px) {
  .p-guide__bottomP {
    font-size: 0.875rem;
  }
}
.p-guide__bottomCatch {
  font-size: 1.3125rem;
  margin: 3.125rem 0 5rem;
}
@media (width <= 768px) {
  .p-guide__bottomCatch {
    font-size: 1.0625rem;
    margin: 1.875rem 0 5rem;
    letter-spacing: 0.02em;
  }
}
.p-guide__bottomWrapper {
  background: rgba(167, 143, 69, 0.08);
  border: 1px solid #a78f45;
  max-width: 52.5rem;
  margin: 0 auto;
  padding: 4.375rem 0;
  border-radius: 0.3125rem;
}
@media (width <= 768px) {
  .p-guide__bottomWrapper {
    padding: 1.875rem 1.25rem;
  }
}
.p-guide__bottomTitle {
  font-size: 1.5rem;
  line-height: 2.625rem;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .p-guide__bottomTitle {
    font-size: 1rem;
    letter-spacing: 0.04em;
    margin-bottom: 0;
  }
}
.p-guide__bottomInner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 3.75rem;
}
@media (width <= 768px) {
  .p-guide__bottomInner {
    flex-direction: column;
    gap: 0rem;
  }
}
.p-guide__bottomInnerHeader {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
@media (width <= 768px) {
  .p-guide__bottomInnerHeader {
    font-size: 1rem;
  }
}
.p-guide__bottomInnerHeader .u-text--small {
  font-size: 0.875rem;
}
@media (width <= 768px) {
  .p-guide__bottomInnerHeader .u-text--small {
    font-size: 0.8125rem;
  }
}
.p-guide__bottomInnerTel {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
}
@media (width <= 768px) {
  .p-guide__bottomInnerTel {
    font-size: 2rem;
  }
}
.p-guide__bottomInnerTel .u-text--small {
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .p-guide__bottomInnerTel .u-text--small {
    font-size: 1rem;
  }
}

._p-reservation {
  display: flex;
  align-items: center;
}
@media (width <= 768px) {
  ._p-reservation {
    flex-direction: column;
  }
}
._p-reservation__label {
  font-size: 0.875rem;
  margin-right: 1.375rem;
  background: #9e7d42;
  color: #fff;
  padding: 0.125rem 0.5rem;
  position: relative;
}
@media (width <= 768px) {
  ._p-reservation__label {
    font-size: 0.91rem;
    margin-bottom: 0.5rem;
  }
}
._p-reservation__label:after {
  content: "";
  width: 0.3125rem;
  height: 0.4375rem;
  background: #9e7d42;
  position: absolute;
  right: -0.3125rem;
  top: calc(50% - 0.21875rem);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (width <= 768px) {
  ._p-reservation__label:after {
    top: calc(100% - 0.1875rem);
    right: calc(50% - 0.3125rem);
    z-index: 1;
    width: 0.5rem;
    height: 0.75rem;
    transform: rotate(90deg);
  }
}
._p-reservation__box {
  height: 3.625rem;
  font-size: 1rem;
  color: #241d14;
  display: flex;
}
@media (width <= 768px) {
  ._p-reservation__box {
    height: auto;
    flex-direction: column;
    font-size: 1.03125rem;
    background: #fff;
    padding: 1.03125rem;
    text-align: center;
  }
}
._p-reservation__check {
  background: #fff;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.625rem 0 1.25rem;
  gap: 1.25rem;
}
@media (width <= 768px) {
  ._p-reservation__check {
    font-size: 0.78125rem;
    margin-bottom: 0.5rem;
    padding: 0;
    gap: 0.625rem;
    justify-content: space-between;
  }
}
._p-reservation__checkDate {
  background: #f9f4ec;
  padding: 0 0.625rem;
}
@media (width <= 768px) {
  ._p-reservation__checkDate {
    font-size: 1rem;
    padding: 0.3125rem 0.625rem;
  }
}
._p-reservation__search {
  padding: 0 1.25rem;
  display: flex;
  background: #9e7d42;
  color: #fff;
  align-items: center;
}
@media (width <= 768px) {
  ._p-reservation__search {
    justify-content: center;
    height: 3.3125rem;
  }
}

.p-other {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.5rem;
}
@media (width <= 768px) {
  .p-other {
    gap: 0 1.25rem;
  }
}
.p-other__item {
  width: 16.875rem;
  margin-bottom: 3.3125rem;
}
@media (width <= 768px) {
  .p-other__item {
    width: 10.625rem;
    margin-bottom: 2.1875rem;
  }
}
.p-other__link {
  color: #fff;
}
.p-other__img {
  margin-bottom: 1.125rem;
}
@media (width <= 768px) {
  .p-other__img {
    margin-bottom: 0.625rem;
  }
}
.p-other__area {
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
}
@media (width <= 768px) {
  .p-other__area {
    font-size: 1.03125rem;
  }
}
.p-other__title {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  letter-spacing: 0.07em;
}
@media (width <= 768px) {
  .p-other__title {
    font-size: 0.78125rem;
  }
}
.p-other__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (width <= 768px) {
  .p-other__tag {
    gap: 0;
  }
}
.p-other__tagItem {
  display: flex;
  align-items: center;
}
.p-other__tagItem svg {
  height: 1.25rem;
  width: 1.25rem;
}
.p-other__tagText {
  font-size: 0.75rem;
  margin-left: 0.3125rem;
  letter-spacing: 0em;
}
@media (width <= 768px) {
  .p-other__tagText {
    font-size: 0.65625rem;
  }
}

/* Utilities */
.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-pc {
  display: block;
}
@media (width <= 768px) {
  .u-pc {
    display: none;
  }
}
.u-pc--inline {
  display: inline;
}
@media (width <= 768px) {
  .u-pc--inline {
    display: none;
  }
}
.u-pc--iblock {
  display: inline-block;
}
@media (width <= 768px) {
  .u-pc--iblock {
    display: none;
  }
}
.u-pc--table {
  display: table;
}
@media (width <= 768px) {
  .u-pc--table {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (width <= 768px) {
  .u-sp {
    display: block;
  }
}
.u-sp--inline {
  display: none;
}
@media (width <= 768px) {
  .u-sp--inline {
    display: inline;
  }
}
.u-sp--iblock {
  display: none;
}
@media (width <= 768px) {
  .u-sp--iblock {
    display: inline-block;
  }
}
.u-sp--table {
  display: none;
}
@media (width <= 768px) {
  .u-sp--table {
    display: table;
  }
}

.u-ofit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-pos--absolute {
  position: absolute;
}
.u-pos--fixed {
  position: fixed;
}
.u-pos--relative {
  position: relative;
}

.u-text--default {
  font-family: "Zen Old Mincho", serif;
}
.u-text--cormorant {
  font-family: "Cormorant", serif;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--thin {
  font-weight: 100;
}
.u-text--extra-light {
  font-weight: 200;
}
.u-text--light {
  font-weight: 300;
}
.u-text--regular {
  font-weight: 400;
}
.u-text--medium {
  font-weight: 500;
}
.u-text--semi-bold {
  font-weight: 600;
}
.u-text--bold {
  font-weight: 700;
}
.u-text--extra-bold {
  font-weight: 800;
}
.u-text--black {
  font-weight: 900;
}
.u-text--big {
  font-size: 1.4em;
}
.u-text--regular {
  font-size: 1em;
}
.u-text--small {
  font-size: 0.8em;
}

.u-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.u-ellipsis--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.u-ellipsis--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.u-ellipsis--4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.u-ellipsis--5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.u-color__yellow {
  color: yellow;
}





ul.page_list {
  display: flex;
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  ul.page_list {
    justify-content: center;
    margin-top: 4.8rem;
  }
}
ul.page_list .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
  background: #fff;
  width: 4rem;
  aspect-ratio: 1/1;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  ul.page_list .page-numbers {
    width: 2.4rem;
    padding-bottom: 0.2rem;
    margin: 0 0.5rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
ul.page_list .page-numbers.current {
  background: #BB9164;
  color: white;
}
ul.page_list .page-numbers.next, ul.page_list .page-numbers.prev {
  margin: 0 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.page_list .page-numbers.dots {
  background: none;
  color: #1a2d51;
}
ul.page_list .page-numbers:hover {
  text-decoration: none;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  border-top: none;
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 0.8rem;
  width: 3rem;
  aspect-ratio: 1/1;
  text-align: center;
  font-family: YuGothicM;
  font-size: 1.7rem;
  line-height: 1.8;
  min-width: unset;
  min-height: unset;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers {
    width: 2.4rem;
    padding-bottom: 0.2rem;
    margin: 0 0.5rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.pagination .page-numbers.current {
  border-bottom: solid #000 1px;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  margin: 0 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers.dots {
  background: none;
  color: #1a2d51;
}
.pagination .page-numbers:hover {
  text-decoration: none;
}
