@charset "UTF-8";
:root {
  --c-text:#4A3B4F;
  --c-sub:#374151;
  --c-muted:#6B7280;
  --c-line:#E5E7EB;
  --c-bg:#F4F1EC;
  --c-surface:#FFFFFF;
  --c-accent:#7B2F3C;
  --c-accent-l:#C9A3A8;
  --shadow:0 1px 2px rgba(0,0,0,.06);
  --content: 1200px;
  --c-highlight: #CBB994;
  --section-space: clamp(48px, 20vw, 200px);
  --entry-section-space: clamp(32px, 32px + 2vw, 80px);
  --space-lg: clamp(24px, 3vw, 40px);
  --space-xl: clamp(80px, 6vw, 120px);
}

* {
  box-sizing: border-box;
}

html {
  font-size: clamp(0.75rem, 1vw + 10px, 1rem);
}

body {
  margin: 0;
  color: var(--c-text);
  background: var(--c-bg);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--c-accent);
}

a:hover {
  text-decoration: none;
  filter: brightness(0.95);
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.container {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .container {
    padding-inline: 48px;
  }
}
.container .inner:first-of-type {
  margin-top: 0;
}

.inner {
  margin-top: var(--space-xl);
}

main {
  padding: 0;
}

.stack {
  display: grid;
  gap: 16px;
}

.card {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px;
}
@media (min-width: 768px) {
  .card {
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .card {
    padding: 64px;
  }
}
.card .is-style-heading--en {
  margin-top: 5rem;
}
.card .is-style-group--menu .wp-block-heading {
  margin-top: 0;
}

/* Titles & meta */
.page-title {
  margin: 0 0 10px;
  line-height: 1.25;
}

.entry-title {
  margin: 0 0 10px;
  line-height: 1.25;
}

.entry-meta {
  margin: 0 0 14px;
  color: var(--c-muted);
  font-size: 0.92rem;
}

/* Block-friendly content defaults */
.entry-content > * {
  margin: 0 0 1rem;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content h2 {
  margin-top: var(--entry-section-space);
}

.entry-content h3 {
  margin-top: 1.5rem;
}

.entry-content .wp-block-image {
  margin: 1rem 0;
}

.entry-content .wp-block-quote {
  border-left: 3px solid var(--c-line);
  padding-left: 1rem;
  color: var(--c-sub);
}

/* Pagination */
.pagination {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid var(--c-line);
  border-radius: 12px;
  background: var(--c-surface);
  text-decoration: none;
  color: var(--c-text);
}

.pagination .current {
  background: var(--c-accent);
  color: #fff;
  border-color: transparent;
}

/* Footer */
.site-footer {
  font-size: 0.9rem;
  background: url(../img/common/footer-bg.jpg) no-repeat center/cover;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 8rem;
  }
}

.footer__brand {
  text-align: center;
  margin-bottom: 2rem;
}
.footer__brand h2 {
  margin-top: 0;
}
.footer__brand .custom-logo {
  width: 80px;
  height: 79px;
  object-fit: cover;
  max-height: none;
  margin: 2rem auto 1rem;
}
@media (min-width: 768px) {
  .footer__brand .custom-logo {
    width: 100px;
    height: 100px;
  }
}
.footer__copyright {
  color: var(--c-surface);
  background: var(--c-accent);
  border-top: 1px solid var(--c-line);
  text-align: center;
  padding-block: 1rem;
}
.footer__content {
  border-top: 1px solid var(--c-accent);
}
.footer__content ul {
  padding-left: 0;
}
@media (min-width: 768px) {
  .footer__content__inner {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.footer__content .menu-item {
  list-style-type: none;
}
.footer__content .menu-item a {
  color: var(--c-accent);
  font-size: 1rem;
  border-top: 1px solid var(--c-accent-l);
  width: 100%;
  text-decoration: none;
  display: block;
  padding-block: 8px;
}
@media (min-width: 768px) {
  .footer__content .menu-item a {
    font-weight: 600;
    border: none;
    font-size: 0.9rem;
  }
}
.footer__content .menu-item a::before {
  content: "■";
  color: var(--c-accent-l);
  margin-right: 4px;
}
.footer__content .sub-menu {
  padding-left: 1rem;
}
.footer__content .sub-menu a {
  font-size: 0.8rem;
  color: var(--c-sub);
  padding-block: 5.85px;
}
.footer__content .sub-menu a::before {
  content: "ー";
}
@media (min-width: 768px) {
  .footer__menu__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: baseline;
    justify-content: center;
  }
}
.footer-main__list {
  margin-bottom: 0;
}
.footer-service__list {
  margin-top: 0;
}
.footer__tel {
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.9px;
  text-decoration: none;
  display: block;
}
.footer__sns ul {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 30px);
  gap: 1rem;
}
.footer__sns ul li {
  list-style-type: none;
}
.footer__cta {
  border-top: 1px solid var(--c-accent);
  margin-top: 3rem;
  padding-block: 2rem 1.5rem;
}

/* header */
.site-header {
  padding: 16px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.site-header__inner {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}
@media (min-width: 768px) {
  .brand {
    justify-content: space-between;
    width: 100%;
  }
}

.brand__text {
  min-width: 0;
}

.site-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.header__sns ul {
  display: grid;
  grid-template-columns: repeat(4, 32px);
  gap: 0.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .header__sns ul {
    gap: 1rem;
  }
}
.header__sns ul li {
  list-style: none;
}
.header__sns ul li a {
  display: block;
}
.header__sns ul li a img {
  width: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .header__sns ul li a img {
    max-height: 36px;
  }
}

.site-title a {
  color: var(--c-text);
  text-decoration: none;
}

.site-desc {
  margin: 2px 0 0;
  color: var(--c-muted);
  font-size: 0.9rem;
}

.site-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.site-nav a:hover {
  text-decoration: underline;
}

.site-logo {
  width: 76px;
  height: 54px;
}
@media (min-width: 768px) {
  .site-logo {
    width: auto;
    height: 100%;
  }
}

.site-logo img,
.custom-logo {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 56px;
}
@media (min-width: 768px) {
  .site-logo img,
  .custom-logo {
    max-height: 80px;
  }
}

.site-nav {
  display: flex;
  align-items: center;
  position: relative;
}

.nav-toggle {
  background: none;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .nav-toggle {
    width: 64px;
    height: 64px;
    gap: 10px;
  }
}

.nav-toggle__bar {
  display: block;
  width: 28px;
  height: 1px;
  background: var(--c-accent);
  transition: 0.2s ease;
}
@media (min-width: 768px) {
  .nav-toggle__bar {
    width: 40px;
  }
}

.site-nav__menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: min(320px, 100vw - 32px);
  background: url("../img/common/fv__bg-sp.jpg") no-repeat center/cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 12px;
  z-index: 999;
}
@media (min-width: 768px) {
  .site-nav__menu {
    width: 420px;
  }
}

.site-nav.is-open .site-nav__menu {
  display: block;
}

.site-nav__menu ul {
  display: block;
  margin: 0;
  padding: 0;
}

.site-nav__menu li {
  list-style: none;
  margin: 0;
}
.site-nav__menu li:first-of-type a {
  border-top: 1px solid var(--c-highlight);
}

.site-nav__menu a {
  font-family: "Playfair Display";
  color: var(--c-accent);
  text-decoration: none;
  letter-spacing: 2.4px;
  border-bottom: 1px solid var(--c-highlight);
  padding: 6px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .site-nav__menu a {
    padding-block: 12px;
  }
}
.site-nav__menu a .menu-en {
  font-size: clamp(14px, 1vw + 14px, 24px);
}
.site-nav__menu a .menu-ja {
  font-size: 12px;
  font-weight: 500;
}

.site-nav__menu a:hover {
  background: rgba(0, 0, 0, 0.04);
  text-decoration: none;
}

.site-nav.is-open .nav-toggle__bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
@media (min-width: 768px) {
  .site-nav.is-open .nav-toggle__bar:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
  }
}

.site-nav.is-open .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.site-nav.is-open .nav-toggle__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (min-width: 768px) {
  .site-nav.is-open .nav-toggle__bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}

/* common */
h1, h2 {
  color: var(--c-accent);
  font-family: "Playfair Display";
  font-weight: 500;
  line-height: 140%; /* 42px */
  letter-spacing: 3px;
}

h3 {
  font-weight: 600;
  letter-spacing: 1.5px;
}

h2 + * {
  margin-top: 16px;
}

* + h2 {
  margin-top: 48px;
}

* + h3 {
  margin-top: 32px;
}

section {
  padding-block: var(--section-space);
}

.section__title {
  color: var(--c-accent);
  font-family: "Noto Serif JP";
  font-size: clamp(1rem, 2vw + 1rem, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 2.4px;
  text-align: center;
  margin-bottom: clamp(2rem, 1vw + 2rem, 5rem);
}
.section__title--en {
  color: var(--c-accent);
  display: block;
  font-size: clamp(1.5rem, 2vw + 1.5rem, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
  letter-spacing: 4.2px;
  text-align: center;
  margin-bottom: clamp(0.25rem, 1vw + 0.25rem, 2rem);
}
@media (min-width: 768px) {
  .section__title--en {
    letter-spacing: 8px;
  }
}
.section__title + * {
  margin-top: var(--space-lg);
}
.section__catch {
  color: var(--c-accent);
  font-family: "Noto Serif JP";
  font-size: clamp(18px, 1vw + 18px, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
}
@media (min-width: 768px) {
  .section__catch {
    margin-top: 0;
  }
}

.btn--cta, .is-style-btn--cta .wp-block-button__link, .btn--sub, .is-style-btn--sub .wp-block-button__link, .btn--highlight {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: 0.5px;
  width: 269px;
  height: 58px;
  margin: 32px auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .btn--cta, .is-style-btn--cta .wp-block-button__link, .btn--sub, .is-style-btn--sub .wp-block-button__link, .btn--highlight {
    width: 284px;
    height: 61px;
  }
}
.btn--cta::before, .is-style-btn--cta .wp-block-button__link::before, .btn--sub::before, .is-style-btn--sub .wp-block-button__link::before, .btn--highlight::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}
.btn--cta::after, .is-style-btn--cta .wp-block-button__link::after, .btn--sub::after, .is-style-btn--sub .wp-block-button__link::after, .btn--highlight::after {
  content: "→";
  display: flex;
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  position: absolute;
  right: 3rem;
}
@media (min-width: 768px) {
  .btn--cta::after, .is-style-btn--cta .wp-block-button__link::after, .btn--sub::after, .is-style-btn--sub .wp-block-button__link::after, .btn--highlight::after {
    right: 2rem;
  }
}
.btn--cta, .is-style-btn--cta .wp-block-button__link {
  color: white;
  z-index: 1;
}
.btn--cta::before, .is-style-btn--cta .wp-block-button__link::before {
  background: url(../img/common/btn-cta.png) no-repeat center/cover;
  top: 4px;
}
.btn--cta::after, .is-style-btn--cta .wp-block-button__link::after {
  border: 1px solid var(--c-surface);
  border-radius: 50%;
}
.btn--sub, .is-style-btn--sub .wp-block-button__link {
  line-height: 1;
}
.btn--sub::before, .is-style-btn--sub .wp-block-button__link::before {
  background: url(../img/common/btn-sub.png) no-repeat center/cover;
  top: 2px;
  z-index: 0;
}
.btn--sub::after, .is-style-btn--sub .wp-block-button__link::after {
  border: 1px solid var(--c-accent);
  border-radius: 50%;
}
.btn--highlight {
  height: 56px;
}
.btn--highlight::before {
  background: url(../img/common/btn-highlight.png) no-repeat center/cover;
  height: 56px;
  top: 2px;
}
.btn--highlight::after {
  border: 1px solid var(--c-accent);
  border-radius: 50%;
}
.btn--text, .is-style-btn--text .wp-block-button__link {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  line-height: 1;
}
.btn--text::after, .is-style-btn--text .wp-block-button__link::after {
  content: "→";
  border: 1px solid var(--c-accent);
  border-radius: 50%;
  padding: 1px;
  margin-left: 1rem;
  display: flex;
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
}

.is-style-btn--cta .wp-block-button__link {
  background-color: transparent;
}

.is-style-btn--text .wp-block-button__link {
  color: var(--c-accent);
  background-color: transparent;
  padding-inline: 0;
}

.is-style-btn--sub .wp-block-button__link {
  color: var(--c-accent);
  background-color: transparent;
}

.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex-row-md {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .flex-row-md-rev {
    flex-direction: row-reverse;
  }
}

.gap-md {
  gap: 1rem;
}
@media (min-width: 768px) {
  .gap-md {
    gap: 5rem;
  }
}

.photo-deco {
  border: 10px solid var(--c-surface);
}
.photo-rotate--l {
  transform: rotate(-2deg);
}
.photo-state--shadow {
  box-shadow: 3px 1px 10px rgba(146, 146, 146, 0.25);
}

.pc-br {
  display: none;
}
@media (min-width: 768px) {
  .pc-br {
    display: block;
  }
}

/* Top */
.top__mv__title {
  font-size: clamp(1.9rem, 1rem + 1.8vw, 2.75rem);
  text-align: center;
}
@media (min-width: 768px) {
  .top__mv__title {
    text-align: left;
    letter-spacing: 5px;
    margin: 0;
  }
}
.top__mv__catch {
  color: var(--c-accent);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: clamp(1.2rem, 1.2rem + 0.8vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 40px */
  letter-spacing: 5px;
}
@media (min-width: 768px) {
  .top__mv__catch {
    text-align: left;
    margin: 2rem 0;
  }
}
.top__mv__lead {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: clamp(0.8rem, 0.8rem + 0.8vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 235%; /* 32.9px */
  letter-spacing: 2.8px;
}
@media (min-width: 768px) {
  .top__mv__lead {
    text-align: left;
    margin: 0;
  }
}

.top__fv {
  background: url("../img/common/fv__bg-sp.jpg") no-repeat center/cover;
  position: relative;
  padding-top: 86px;
}
@media (min-width: 768px) {
  .top__fv {
    background-image: url(../img/common/fv__bg.jpg);
    padding-block: 180px;
  }
}
.top__fv__inner {
  padding-inline: 5%;
  margin-inline: auto;
}
@media (min-width: 1440px) {
  .top__fv__inner {
    padding-inline: 12%;
    max-width: 1800px;
  }
}
@media (min-width: 992px) {
  .top__fv__grid {
    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: 0;
  }
}
.top__fv__img {
  width: 90%;
  transform: rotate(2deg);
  border: 10px solid white;
  box-shadow: 3px 1px 10px lightgray;
  margin: 3rem auto;
  position: relative;
}
@media (min-width: 768px) {
  .top__fv__img {
    border-width: 15px;
  }
}
.top__fv__img::before, .top__fv__img::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.top__fv__img::before {
  background: url(../img/top/mv_rbn-top.png) no-repeat center/cover;
  width: clamp(248px, 4.5vw + 248px, 560px);
  height: clamp(90px, 2vw + 90px, 164px);
  top: -60px;
  left: -40px;
  overflow: hidden;
}
.top__fv__img::after {
  background: url(../img/top/mv_rbn-bottom.png) no-repeat center/cover;
  width: clamp(248px, 4vw + 248px, 560px);
  height: clamp(90px, 1vw + 90px, 164px);
  bottom: -35px;
  right: -33px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top__fv__img {
    order: 2;
  }
}
@media (min-width: 768px) {
  .top__fv__contents {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.top__fv__msg {
  width: 55%;
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .top__fv__msg {
    width: 346px;
    left: 44%;
    top: 26%;
  }
}

.fade-gallery {
  position: relative;
  aspect-ratio: 4/3;
}
.fade-gallery__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: fade-gallery-switch 16s infinite;
}
.fade-gallery__item:nth-child(1) {
  animation-delay: 0s;
}
.fade-gallery__item:nth-child(2) {
  animation-delay: 4s;
}
.fade-gallery__item:nth-child(3) {
  animation-delay: 8s;
}
.fade-gallery__item:nth-child(4) {
  animation-delay: 12s;
}
.fade-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes fade-gallery-switch {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.top__main-contents {
  background: linear-gradient(rgba(244, 241, 236, 0.6), rgba(244, 241, 236, 0.6)), url("../img/top/menu-bg.jpg") no-repeat center/cover;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .top__main-contents__detail {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .top__main-contents__text {
    line-height: 3;
  }
}
.top__main-contents figure {
  max-width: 640px;
}

@media (max-width: 768px) {
  .top__main-contents {
    background: linear-gradient(rgba(244, 241, 236, 0.6), rgba(244, 241, 236, 0.6)), url("../img/top/menu-bg-sp.jpg") no-repeat center/cover;
  }
}
.style__slider {
  overflow: hidden;
  width: 100%;
}
.style__slider ul {
  display: flex;
  margin-bottom: 0;
  gap: 24px;
  width: max-content;
  animation: news-slider-scroll 30s linear infinite;
}
.style__slider ul li {
  max-width: 160px;
  list-style: none;
}
.style__slider ul li img {
  aspect-ratio: 3/5;
  object-fit: cover;
}
@media (min-width: 768px) {
  .style__slider ul li {
    max-width: 280px;
    max-height: 450px;
  }
}

.staff {
  position: relative;
  max-width: 1168px;
  margin-inline: auto;
}
.staff::before, .staff::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 130px;
  z-index: -1;
}
@media (min-width: 768px) {
  .staff::before, .staff::after {
    width: 60%;
    height: 280px;
    max-width: 600px;
  }
}
.staff::before {
  background: url(../img/common/ribbon-top.png) no-repeat center/cover;
  top: 50px;
  left: 0;
}
.staff::after {
  background: url(../img/common/ribbon-bottom.png) no-repeat center/cover;
  bottom: 0;
  right: 0;
}
.staff__slider {
  overflow: hidden;
  width: 100%;
}
.staff__slider ul {
  display: flex;
  margin-bottom: 0;
  gap: 24px;
  width: max-content;
  animation: news-slider-scroll 30s linear infinite;
}
.staff__slider ul li {
  max-width: 220px;
  list-style: none;
}
@media (min-width: 768px) {
  .staff__slider ul li {
    max-width: 280px;
  }
}
.staff-archive__link {
  text-decoration: none;
}
.staff-archive__name {
  font-family: "Noto Serif JP";
  margin-block: 0.5rem 0;
}
.staff-archive__position {
  color: var(--c-sub);
  font-size: 12px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .staff-archive__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.staff-archive__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.staff__reserve {
  color: white;
  font-size: 12px;
  background-color: var(--c-accent);
  border-radius: 10px;
  height: 40px;
  padding: 6px 10px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.staff__reserve img {
  width: 18px;
}

.single-staff .staff-archive__name {
  margin-bottom: 2rem;
}

.single__nav {
  margin-block: 2rem;
}

.sub-contents__item {
  border-top: 1px solid var(--c-accent);
  padding-block: 2rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .sub-contents__item {
    grid-template-columns: 1fr 3fr;
  }
}
.sub-contents__item figure {
  margin-block: 0;
}
.sub-contents__item:nth-of-type(n+2) {
  border-top: 1px solid var(--c-accent);
}
@media (min-width: 768px) {
  .sub-contents__item:nth-of-type(n+2) {
    border-bottom: 1px solid var(--c-accent);
  }
}
.sub-contents__item:last-of-type {
  border-bottom: 1px solid var(--c-accent);
}
@media (min-width: 768px) {
  .sub-contents__item:first-of-type {
    border-bottom: 1px solid var(--c-accent);
  }
}
.sub-contents__title {
  font-family: "Noto Serif JP";
  font-size: 12px;
  margin-top: 0;
  display: flex;
  align-items: baseline;
}
.sub-contents__title--en {
  font-size: 16px;
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  .sub-contents {
    display: grid;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .sub-contents.--top {
    grid-template-columns: 1fr 1fr;
  }
}
.sub-contents.--page {
  margin-top: 5rem;
}
@media (min-width: 1200px) {
  .sub-contents.--page {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.sub-contents p {
  font-size: 14px;
}

.top__info {
  background-color: var(--c-surface);
}
.top__info__photo {
  margin-bottom: 2rem;
}
.top__info__photo img {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top__info__access {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.top__info__contents {
  margin-top: 2rem;
}
.top__info__list dt {
  font-weight: 600;
}
.top__info__list dt:nth-of-type(n+2) {
  margin-top: 1rem;
}

.top__recruit {
  color: var(--c-surface);
  background-color: var(--c-accent);
  padding: 1rem;
  position: relative;
  z-index: 0;
}
.top__recruit__inner {
  border: 1px solid var(--c-highlight);
  padding: 1rem 1rem 2.75rem;
}
@media (min-width: 768px) {
  .top__recruit__inner {
    padding: 2rem 4rem 3.75rem;
  }
}
.top__recruit__desc {
  max-width: 303px;
  line-height: 2.5;
  margin-top: 3rem;
  letter-spacing: 1px;
}
.top__recruit__catch {
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-style: normal;
  line-height: 36px; /* 163.636% */
  letter-spacing: 1.1px;
}
@media (min-width: 768px) {
  .top__recruit__catch {
    font-size: 26px;
    line-height: 58px;
  }
}
.top__recruit .section__title {
  color: var(--c-surface);
  text-align: left;
}
.top__recruit__photo {
  transform: rotate(-2deg);
  box-shadow: 3px 3px 10px var(--c-accent);
}
@media (min-width: 768px) {
  .top__recruit__photo {
    position: absolute;
    top: -50px;
    right: 20px;
    width: 55%;
  }
}
.top__recruit__title--en {
  color: var(--c-accent);
  font-family: "Playfair Display";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
  letter-spacing: 4.2px;
  position: absolute;
  top: -2.2rem;
  left: 0;
}
@media (min-width: 768px) {
  .top__recruit__title--en {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .top__recruit {
    max-width: 1168px;
    padding-inline: 1rem;
    margin-inline: auto;
  }
}

.map-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* TOPICS */
.news-slider {
  padding: 40px 0 0;
}
.news-slider__heading {
  margin: 0 0 20px;
  line-height: 1.25;
}
.news-slider__viewport {
  overflow: hidden;
  width: 100%;
}
.news-slider__track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: news-slider-scroll 30s linear infinite;
}
.news-slider__track:hover {
  animation-play-state: paused;
}
.news-slider__item {
  flex: 0 0 280px;
}
@media (min-width: 768px) {
  .news-slider__item {
    flex-basis: 420px;
  }
}
.news-slider__link {
  display: block;
  color: var(--c-text);
  text-decoration: none;
}
.news-slider__image {
  overflow: hidden;
}
.news-slider__image img {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-slider__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--c-text);
}

@keyframes news-slider-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .news-slider__track {
    gap: 16px;
    animation-duration: 24s;
  }
  .news-slider__item {
    flex: 0 0 220px;
  }
  .news-slider__title {
    font-size: 0.9rem;
  }
}
.pickup-slider {
  padding: 40px 0 0;
}
.pickup-slider__heading {
  margin: 0 0 20px;
  line-height: 1.25;
}
.pickup-slider__viewport {
  overflow: hidden;
  width: 100%;
}
.pickup-slider__link {
  display: block;
  color: var(--c-text);
  text-decoration: none;
}
.pickup-slider__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.pickup-slider__image img {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pickup-slider__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--c-text);
}
.pickup-slider__track {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.pickup-slider__track:hover {
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .pickup-slider__track {
    gap: 2rem;
  }
}

/* Page */
.page__fv {
  background: url("../img/common/fv__bg-sp.jpg") no-repeat center/cover;
}
.page__title {
  font-size: 1rem;
  font-family: "Noto Serif JP";
  border-top: 1px solid var(--c-highlight);
  border-bottom: 1px solid var(--c-highlight);
  padding: 1rem 1rem 1.75rem;
}
@media (min-width: 768px) {
  .page__title {
    max-width: 1104px;
    margin-inline: auto;
    margin-block: 0;
    padding-inline: 48px;
  }
}
@media (min-width: 1200px) {
  .page__title {
    font-size: 1.5rem;
    height: 200px;
  }
}
.page__title span {
  display: block;
}
.page__title__wrap {
  background-color: rgba(123, 47, 60, 0.9);
  margin-block: 7rem 3rem;
  padding-block: 1rem;
}
.page__title__wrap .entry-title {
  color: var(--c-surface);
}
@media (min-width: 768px) {
  .page__title__wrap {
    margin-bottom: 8rem;
    padding-block: 2rem;
  }
}
@media (min-width: 1200px) {
  .page__title__wrap {
    margin-top: 8rem;
  }
}
.page__title--en {
  color: var(--c-surface);
  font-family: "Playfair Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 56px */
  letter-spacing: 4px;
}
@media (min-width: 1200px) {
  .page__title--en {
    font-size: 50px;
  }
}

.num-block__item {
  padding-top: 1rem;
  position: relative;
}
.num-block__item::before {
  color: var(--c-highlight);
  font-family: "Playfair Display";
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -35px;
}
.num-block__item::after {
  content: "";
  border-top: 1px solid var(--c-accent);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .num-block__item::after {
    width: 80%;
  }
}
h2 + .num-block__item__wrap {
  margin-top: 4rem;
}
.num-block__item__wrap {
  counter-reset: step;
}
.num-block__item__wrap h3 {
  font-family: "Noto Serif JP";
  font-size: 1.1rem;
  margin-block: 1rem 0;
}
.num-block__item__wrap.--sec2 {
  counter-reset: step 2;
  margin-top: 2rem;
}
.num-block__item__wrap.feature {
  font-family: "Noto Serif JP";
}
.num-block__item .wp-block-buttons {
  margin-top: 0;
  justify-content: end;
}
.num-block__item > .wp-block-columns {
  margin-top: 0;
}

.archive__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.archive__image img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.archive__date {
  color: var(--c-sub);
  font-size: 0.8rem;
  margin-top: 6px;
  display: block;
}
.archive__title {
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 0;
}
.archive .archive__list .archive__item {
  list-style-type: none;
}
@media (min-width: 768px) {
  .archive .archive__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive__link {
  font-size: 0.9rem;
  text-decoration: none;
}

.is-style-heading--ja, .is-style-heading--en {
  color: var(--c-accent);
}
.is-style-heading--ja {
  font-family: "Noto Serif JP";
  font-size: clamp(16px, 1vw + 16px, 24px);
}
.is-style-heading--en {
  font-family: "Playfair Display";
  font-size: clamp(28px, 1vw + 28px, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
  letter-spacing: 4.2px;
}
.is-style-heading--en + .is-style-heading--ja {
  margin-top: 0 !important;
}

.is-style-catch--ja {
  font-family: "Noto Serif JP";
  font-size: clamp(16px, 1vw + 16px, 20px);
}

.is-style-p-mincho {
  font-family: "Noto Serif JP";
}

.is-style-p-option {
  font-size: 12px;
  color: var(--c-muted);
}

.is-style-group--heading h2 {
  margin-block: 0;
}
.is-style-group--heading h2 + p {
  margin-top: 0;
}

.is-style-photo-deco-1, .is-style-photo-deco-2 {
  border: 10px solid var(--c-surface);
  width: 90%;
  max-width: 520px;
  box-shadow: 3px 3px 10px lightgray;
}
.is-style-photo-deco-1 {
  transform: rotate(-2deg);
}
.is-style-photo-deco-2 {
  transform: rotate(2deg);
}

.wp-block-heading + * {
  margin-top: 2rem;
}

.special-content {
  margin-top: var(--section-space);
}

.is-style-table--price {
  margin-bottom: 0;
}
.is-style-table--price table th, .is-style-table--price table td {
  border: none;
  padding: 0.5rem 0;
}
.is-style-table--price table td:first-child {
  width: 70%;
}
.is-style-table--price table td:nth-of-type(2) {
  text-align: right;
}
.is-style-table--price:nth-of-type(n+2) {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .is-style-table--normal {
    border-top: 1px solid var(--c-highlight);
    border-bottom: 1px solid var(--c-highlight);
  }
}
.is-style-table--normal tr {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .is-style-table--normal tr {
    flex-direction: row;
  }
  .is-style-table--normal tr:nth-child(even) {
    background-color: var(--c-bg);
  }
}
.is-style-table--normal th, .is-style-table--normal td {
  border: none;
  width: 100%;
}
.is-style-table--normal th {
  background-color: var(--c-bg);
}
@media (min-width: 768px) {
  .is-style-table--normal th {
    max-width: 240px;
    background-color: transparent;
  }
}

.is-style-group--menu {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .is-style-group--menu > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 180px auto;
    gap: 5rem;
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .is-style-group--menu > .wp-block-group__inner-container {
    grid-template-columns: 300px auto;
    max-width: 1000px;
  }
}
.is-style-group--menu:nth-of-type(n+2) {
  border-top: 1px solid var(--c-muted);
  padding-top: 3rem;
}

.wp-block-group:has(+ .wp-block-buttons) {
  padding-bottom: 0;
}

.wp-block-buttons:has(+ .wp-block-buttons) {
  margin-bottom: 0;
}/*# sourceMappingURL=main.css.map */