@font-face {
  font-family: "Hiragino Mincho Pro W3";
  src: url("../fonts/HiraginoMinchoProW3.woff2") format("woff2"), url("../fonts/Hiragino Mincho Pro W3.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 1rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html {
    overflow-x: hidden;
  }
}
body {
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #F7F3EC;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  color: #000000;
}

h1 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 2.125rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.625rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.125rem;
  }
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.625;
}

a {
  color: #3F7A74;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
a:hover {
  color: rgb(78.4945945946, 152.0054054054, 144.5297297297);
  text-decoration: underline;
}
a:focus {
  outline: 2px solid #3F7A74;
  outline-offset: 2px;
}

ul, ol {
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
}

ul.list-style-none {
  list-style: none;
}

li {
  margin-bottom: 0.5rem;
}

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

picture {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

th, td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #F9FAFB;
}

th {
  font-weight: 600;
  background-color: #F9FAFB;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  cursor: pointer;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  background-color: #3F7A74;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 0.5rem;
  z-index: 1070;
}

*:focus {
  outline: 2px solid #3F7A74;
  outline-offset: 2px;
}

*:focus:not(:focus-visible) {
  outline: none;
}

::selection {
  background-color: #FFFDF9;
  color: #3F7A74;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #F9FAFB;
}

::-webkit-scrollbar-thumb {
  background: #3F7A74;
  border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(78.4945945946, 152.0054054054, 144.5297297297);
}

.color-primary {
  color: #3F7A74;
}

.color-secondary {
  color: #CF9A6F;
}

.container {
  width: 100%;
  max-width: 1112px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 1rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  will-change: transform, background-color;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn:focus {
  outline: 2px solid #3F7A74;
  outline-offset: 2px;
}
.btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  will-change: transform, background-color;
}
.btn--primary:hover {
  transform: translateY(-2px);
}
.btn--primary:active {
  transform: translateY(0);
}
.btn--primary:focus {
  outline: 2px solid #3F7A74;
  outline-offset: 2px;
}
.btn--primary {
  background-color: #3F7A74;
  color: #FFFFFF;
}
.btn--primary:hover {
  background-color: rgb(78.4945945946, 152.0054054054, 144.5297297297);
  color: #FFFFFF;
}
.btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  will-change: transform, background-color;
}
.btn--secondary:hover {
  transform: translateY(-2px);
}
.btn--secondary:active {
  transform: translateY(0);
}
.btn--secondary:focus {
  outline: 2px solid #3F7A74;
  outline-offset: 2px;
}
.btn--secondary {
  background-color: transparent;
  color: #3F7A74;
  border: 2px solid #3F7A74;
}
.btn--secondary:hover {
  background-color: #3F7A74;
  color: #FFFFFF;
}
.btn--large {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}
.btn--small {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.card {
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  transition: all 0.3s ease-in-out;
}
.card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}
.card__header {
  margin-bottom: 1rem;
}
.card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  margin-bottom: 0.5rem;
}
.card__content {
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}
.card__footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #F9FAFB;
}

.icon {
  display: inline-block;
  flex-shrink: 0;
}
.icon--sm {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.icon--md {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.icon--lg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.icon--xl {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  will-change: transform, background-color;
}
.c-btn:hover {
  transform: translateY(-2px);
}
.c-btn:active {
  transform: translateY(0);
}
.c-btn:focus {
  outline: 2px solid #3F7A74;
  outline-offset: 2px;
}
.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 45px;
  padding: 1.19rem 1.875rem;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: clamp(1rem, 4vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, filter 0.15s ease-in-out;
}
.c-btn:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.c-btn:active {
  transform: none;
}
.c-btn:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
}
.c-btn--primary {
  background: linear-gradient(180deg, #3F7A74 0%, rgb(78.4945945946, 152.0054054054, 144.5297297297) 100%);
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(63, 122, 116, 0.25);
}
.c-btn--external {
  width: 100%;
  max-width: 210px;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 1024px) {
  .c-btn--external {
    max-width: 336px;
  }
}
.c-btn--external::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: calc(1.25rem + 14px);
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: translate(40%, -50%) rotate(-45deg);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-btn--external::after {
    width: 8px;
    height: 8px;
  }
}
.c-btn--teal {
  background: var(--Linear, linear-gradient(103deg, #7DAF90 0%, #287245 100%));
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 1.075rem;
  max-height: 64px;
  padding-left: 2rem;
  padding-right: 3rem;
  border-radius: 0;
  width: 336px;
}
@media (max-width: 767px) {
  .c-btn--teal {
    max-height: 45px;
    padding-left: 1rem;
    padding-right: 2rem;
    font-size: 0.9rem;
  }
}
.c-btn--teal:hover, .c-btn--teal::before {
  outline: none;
  color: #FFFFFF;
  filter: brightness(1.06);
}
.c-btn--teal.c-btn--external::after {
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.c-btn.comingsoon {
  pointer-events: none;
  cursor: default;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .c-btn.comingsoon {
    font-size: 0.9rem;
  }
}

.c-menu-box {
  background-color: #FFFFFF;
  border: 2px solid #3F7A74;
  padding: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-menu-box {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
.c-menu-box__corner {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none;
}
.c-menu-box__corner--tl {
  top: -1px;
  left: -1px;
  border-width: 24px 24px 0 0;
  border-color: #3F7A74 transparent transparent transparent;
}
.c-menu-box__corner--tr {
  top: -1px;
  right: -1px;
  border-width: 24px 0 0 24px;
  border-color: #3F7A74 transparent transparent transparent;
}
.c-menu-box__corner--bl {
  bottom: -1px;
  left: -1px;
  border-width: 0 24px 24px 0;
  border-color: transparent transparent #3F7A74 transparent;
}
.c-menu-box__corner--br {
  bottom: -1px;
  right: -1px;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #3F7A74 transparent;
}
.c-menu-box--accent {
  border-color: rgb(78.4945945946, 152.0054054054, 144.5297297297);
}
.c-menu-box--accent .c-menu-box__corner--tl, .c-menu-box--accent .c-menu-box__corner--tr {
  border-top-color: rgb(78.4945945946, 152.0054054054, 144.5297297297);
}
.c-menu-box--accent .c-menu-box__corner--bl, .c-menu-box--accent .c-menu-box__corner--br {
  border-bottom-color: rgb(78.4945945946, 152.0054054054, 144.5297297297);
}
.c-menu-box__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-menu-box__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .c-menu-box__row {
    gap: 1.5rem;
  }
}
.c-menu-box__label {
  flex: 0 0 auto;
  width: 150px;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #333333;
  min-height: 1.5em;
}
@media (max-width: 767px) {
  .c-menu-box__label {
    color: #3F7A74;
  }
}
.c-menu-box__value {
  flex: 1;
  min-width: 200px;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.0075em;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid #3F7A74;
}
@media (min-width: 1024px) {
  .c-menu-box__value {
    padding-left: 1.5rem;
    padding-top: 0;
    border-left: 2px solid #3F7A74;
    border-top: none;
  }
}
.c-menu-box__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.15);
  margin: 1rem 0;
}

.c-menu-list {
  background-color: #FFFFFF;
  padding: 2rem 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .c-menu-list {
    padding: 1rem;
    margin-bottom: 2.5rem;
  }
}

.c-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .c-accordion-list {
    gap: 2rem;
  }
}

.c-accordion {
  background-color: #FFFFFF;
  padding: 1.5rem 2.5rem;
  border: 2px solid #3F7A74;
}
@media (max-width: 767px) {
  .c-accordion {
    padding: 1rem;
  }
}
.c-accordion .c-course-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-accordion.is-open .c-course-body {
  grid-template-rows: 1fr;
}
.c-accordion .c-course-body__inner {
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1), transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-accordion.is-open .c-course-body__inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.04s;
}
.c-accordion:not(.is-open) .c-course-body__inner {
  transition-delay: 0s;
}
.c-accordion .c-course-head--accordion {
  transition: margin-bottom 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-accordion.is-open .c-course-head--accordion {
  margin-bottom: 1.5rem;
}

.c-course-head--accordion {
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-align: left;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.c-course-head--accordion:focus {
  outline: none;
}
.c-course-head--accordion:focus-visible {
  outline: 2px solid #3F7A74;
  outline-offset: 3px;
}
.c-course-head--accordion .c-course-head__lead {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}
.c-course-head--accordion .c-course-head__titles {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
@media (max-width: 767px) {
  .c-course-head--accordion .c-course-head__titles {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-course-head--accordion .c-course-head__toggle {
  position: relative;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.c-course-head--accordion .c-course-head__toggle::before, .c-course-head--accordion .c-course-head__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #3F7A74;
  border-radius: 1px;
}
.c-course-head--accordion .c-course-head__toggle::before {
  width: 18px;
  height: 3px;
}
.c-course-head--accordion .c-course-head__toggle::after {
  width: 3px;
  height: 18px;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.c-accordion.is-open .c-course-head__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

@media (prefers-reduced-motion: reduce) {
  .c-course-head--accordion .c-course-head__toggle::after {
    transition-duration: 0.01ms;
  }
  .c-accordion .c-course-body,
  .c-accordion .c-course-body__inner,
  .c-accordion .c-course-head--accordion {
    transition-duration: 0.01ms;
  }
  .c-accordion .c-course-body__inner {
    transform: none;
  }
}
.c-price-block {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px dashed rgb(78.4945945946, 152.0054054054, 144.5297297297);
}
@media (max-width: 767px) {
  .c-price-block {
    gap: 1rem;
  }
}
.c-price-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-price-block__price {
  flex: 0 0 132px;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
}
.c-price-block__detail {
  flex: 1;
  min-width: 200px;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

.c-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin-bottom: 1rem;
  align-items: baseline;
}
@media (max-width: 767px) {
  .c-tag-row {
    gap: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    flex-direction: column;
  }
}
.c-tag-row:last-child {
  margin-bottom: 0;
}
.c-tag-row__tag {
  flex: 0 0 120px;
  background-color: #3F7A74;
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .c-tag-row__tag {
    flex-basis: 100%;
    min-width: 120px;
  }
}
.c-tag-row__body {
  flex: 1;
  min-width: 200px;
  font-size: 1rem;
  line-height: 2;
  margin: 0;
}

.c-course-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.c-course-head__icon {
  width: 28px;
  height: 28px;
}
.c-course-head__title {
  display: block;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #3F7A74;
  margin: 0;
}
@media (max-width: 767px) {
  .c-course-head__title {
    font-size: 1.5rem;
  }
}
.c-course-head__sub {
  display: block;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 1rem;
  color: #3F7A74;
  margin: 0;
}

.number-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #CF9A6F;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .number-badge {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
  }
}

.grid-item {
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  transition: all 0.3s ease-in-out;
}
.grid-item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}
.grid-item {
  text-align: center;
}
.grid-item__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  color: #3F7A74;
  margin: 0 auto 1rem;
}
.grid-item__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  margin-bottom: 0.75rem;
}
.grid-item__description {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  margin-bottom: 1rem;
}

.heading-underline {
  position: relative;
  padding-bottom: 2rem;
}
.heading-underline:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: 3px dashed #3F7A74;
}
@media (min-width: 768px) {
  .heading-underline:after:after {
    width: 68%;
  }
}
.heading-underline--center:after {
  left: 50%;
  transform: translateX(-50%);
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.section-header__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #3F7A74;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.section-header__description {
  font-size: 1.125rem;
  font-weight: 400;
  color: #374151;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  max-width: 600px;
  margin: 0 auto;
}

.btn-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #CF9A6F;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  min-width: 300px;
  max-width: max-content;
  border-radius: 9999px;
  text-align: center;
  position: relative;
}
.btn-button:hover {
  background-color: rgb(212.76, 166.12, 128.28);
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: #FFFFFF;
}
.btn-button .icon {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .btn-button {
    font-size: 1.25rem;
    padding: 0.625rem 3rem 0.625rem 2rem;
  }
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  color: #3F7A74;
  background: rgba(255, 255, 255, 0.9);
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  border-radius: 50% !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  background: #FFFFFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.swiper .swiper-button-prev:focus,
.swiper .swiper-button-next:focus {
  outline: 2px solid #3F7A74;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px;
    min-height: 56px;
    max-width: 56px;
    max-height: 56px;
  }
  .swiper .swiper-button-prev:after,
  .swiper .swiper-button-next:after {
    font-size: 1.25rem;
  }
}

.pc {
  display: block;
}
@media (max-width: 1023px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 1023px) {
  .sp {
    display: block;
  }
}

.c-eyebrow {
  margin: 0;
  color: #3F7A74;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-eyebrow--left {
  font-size: 19px;
  letter-spacing: 0.08em;
  text-align: left;
}
.c-eyebrow--light {
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .c-eyebrow {
    font-size: 16px;
  }
}

.c-section-title {
  margin: 14px 0 0;
  color: #2B322F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.25rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.07em;
  text-align: center;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 232px;
  min-height: 48px;
  padding: 10px 22px;
  border: 1px solid #3F7A74;
  border-radius: 9999px;
  background: #3F7A74;
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.c-button:hover {
  background: transparent;
  color: #3F7A74;
  text-decoration: none;
  transform: translateY(-2px);
}
.c-button:focus-visible {
  outline: 2px solid #CF9A6F;
  outline-offset: 3px;
}
.c-button--header {
  min-width: 0;
  min-height: 0;
  padding: 10px 22px;
}
.c-button--small {
  min-width: 206px;
  min-height: 43px;
  padding-block: 8px;
  font-size: 14px;
}
.c-button--light {
  padding: 15px 38px;
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #3F7A74;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.c-button--light:hover {
  background: transparent;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .c-button {
    min-width: 100%;
  }
}

.c-text-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-text-link:hover {
  color: #3F7A74;
}
@media (max-width: 767px) {
  .c-text-link {
    font-size: 14px;
  }
}

.c-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 9999px;
  background: #CF9A6F;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-tag {
    font-size: 12px;
  }
}

.c-product-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: 305px;
  overflow: hidden;
  border-radius: 20px;
  background: #FFFDF9;
}
@media (max-width: 767px) {
  .c-product-card {
    border-radius: 0;
  }
}
.c-product-card > img {
  width: 100%;
  height: 100%;
  min-height: 305px;
  object-fit: cover;
}
.c-product-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  height: 100%;
  padding: 20px 25px;
}
.c-product-card__body .c-button {
  margin-top: auto;
}
@media (max-width: 767px) {
  .c-product-card__body {
    padding: 18px 15px;
  }
}
.c-product-card h4 {
  margin: 0;
  color: #2B322F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .c-product-card h4 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.c-product-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 300 !important;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-product-card p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .c-product-card {
    grid-template-columns: 1fr;
    grid-template-rows: 180px 1fr;
    min-height: 0;
  }
  .c-product-card > img {
    height: 180px;
    min-height: 180px;
    aspect-ratio: auto;
  }
}

.c-slider-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
.c-slider-status button {
  padding: 4px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(63, 122, 116, 0.1);
  transition: all 0.3s ease-in-out;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo-img {
  height: 40px;
  width: auto;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-item {
  margin: 0;
}
.header__nav-link {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.header__nav-link:hover {
  background-color: #FFFDF9;
  color: #3F7A74;
  text-decoration: none;
}
.header__nav-link:focus {
  background-color: #FFFDF9;
  color: #3F7A74;
}

.p-subnav {
  background-color: #3F7A74;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2rem 1rem;
}
.p-subnav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
}
.p-subnav__list > li {
  margin-bottom: 0;
}
.p-subnav__link {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.009375em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease-in-out;
}
.p-subnav__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.15s ease-in-out;
}
.p-subnav__link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.p-subnav__link:hover::before {
  transform: scaleX(1);
}
.p-subnav__link:focus-visible {
  text-decoration: none;
}
.p-subnav__link:focus-visible::before {
  transform: scaleX(1);
}
.p-subnav__sep {
  width: 1px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-subnav.p-lp-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1020;
    transition: transform 0.3s ease-in-out;
  }
  .p-subnav.p-lp-nav.is-hidden {
    transform: translateY(100%);
    pointer-events: none;
  }
  .p-subnav.p-lp-nav {
    padding: 0.75rem 0;
    background: linear-gradient(180deg, rgb(78.4945945946, 152.0054054054, 144.5297297297) 0, #3F7A74 100%);
    border-bottom: none;
  }
  .p-subnav.p-lp-nav .p-subnav__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    max-width: none;
    margin: 0;
    padding: 0 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scrollbar-width: none;
    text-align: center;
  }
  .p-subnav.p-lp-nav .p-subnav__list::-webkit-scrollbar {
    display: none;
  }
  .p-subnav.p-lp-nav .p-subnav__list > li {
    margin-bottom: 0;
  }
  .p-subnav.p-lp-nav .p-subnav__link {
    flex: 0 0 auto;
    scroll-snap-align: start;
    font-size: clamp(0.8125rem, 2.8vw, 0.9375rem);
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: 0.75rem 0.5rem;
    white-space: nowrap;
  }
  .p-subnav.p-lp-nav .p-subnav__sep {
    align-self: center;
    width: 1px;
    height: 1.75rem;
    flex-shrink: 0;
    opacity: 0.65;
  }
}

#p-sdining,
#p-sou,
#sdining-tea {
  scroll-margin-top: 5.5rem;
}

#sdining-lunch .p-split__label {
  scroll-margin-top: 13rem;
}

#sdining-dinner .p-split__label {
  scroll-margin-top: 5.2rem;
}

#sou-course h2,
#sou-alacarte h2 {
  scroll-margin-top: 5.5rem;
}

#sdining-lunch,
#sdining-dinner,
#sou-course,
#sou-alacarte {
  scroll-margin-top: 5.5rem;
}

.l-container {
  width: min(100% - 48px, 1100px);
  margin-inline: auto;
}
.l-container--narrow {
  max-width: 820px;
}
@media (max-width: 767px) {
  .l-container {
    width: min(100% - 32px, 1100px);
  }
}

#main-content.main {
  overflow: hidden;
  background: #F7F3EC;
  color: #333333;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 249, 0.86);
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.site-header.is-fixed {
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 4px 16px rgba(43, 50, 47, 0.08);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 48px, 1100px);
  min-height: 90px;
  margin-inline: auto;
}
.site-header__logo {
  width: 100px;
}
.site-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.site-header__tools {
  display: flex;
  align-items: center;
  gap: 34px;
}
.site-header__nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.site-header__nav > a {
  color: #2B322F;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.site-header__nav > a:hover {
  color: #3F7A74;
}
.site-header__nav-close, .site-header__overlay, .site-header__menu-toggle {
  display: none;
}
@media (max-width: 767px) {
  .site-header__inner {
    width: 100%;
    padding-inline: 16px;
    min-height: 66px;
  }
  .site-header__logo {
    width: 80px;
  }
  .site-header__tools {
    gap: 12px;
  }
  .site-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: min(80vw, 320px);
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 72px 28px 40px;
    overflow-y: auto;
    background: #3F7A74;
    box-shadow: 4px 0 24px rgba(43, 50, 47, 0.18);
    transform: translateX(-105%);
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .site-header__nav.is-open {
    transform: translateX(0);
    pointer-events: auto;
  }
  .site-header__nav > a {
    display: block;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
  .site-header__nav > a:last-of-type {
    border-bottom: none;
  }
  .site-header__nav > a:hover, .site-header__nav > a:focus-visible {
    color: #FFFFFF;
    opacity: 0.8;
  }
  .site-header__nav-close {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .site-header__nav-close::before, .site-header__nav-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 1.5px;
    background: #FFFFFF;
  }
  .site-header__nav-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .site-header__nav-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .site-header__overlay {
    position: fixed;
    inset: 0;
    z-index: 35;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    cursor: pointer;
  }
  .site-header__overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  .site-header__menu-toggle {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 18px;
    padding: 0;
    border: none;
    background: transparent;
    appearance: none;
    cursor: pointer;
  }
  .site-header__menu-toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #2B322F;
    border-radius: 1px;
    transition: top 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .site-header__menu-toggle span:nth-child(1) {
    top: 0;
  }
  .site-header__menu-toggle span:nth-child(2) {
    top: 8px;
  }
  .site-header__menu-toggle span:nth-child(3) {
    top: 16px;
  }
  .site-header__menu-toggle[aria-expanded=true] span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
  }
  .site-header__menu-toggle[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
  .site-header__menu-toggle[aria-expanded=true] span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
  }
  .site-header__menu-toggle:focus {
    outline: none;
  }
  .site-header__menu-toggle:focus-visible {
    outline: 2px solid #3F7A74;
    outline-offset: 4px;
  }
  .site-header .c-button--header {
    padding: 8px 16px;
    font-size: 13px;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .site-header .c-button--header.c-button {
    min-width: inherit;
    width: 95px;
  }
}

@media (max-width: 767px) {
  body.is-menu-open {
    overflow: hidden;
  }
}

#stay,
#recommend,
#contact {
  scroll-margin-top: 100px;
}
@media (max-width: 767px) {
  #stay,
  #recommend,
  #contact {
    scroll-margin-top: 76px;
  }
}

.p-wave {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.p-hero {
  position: relative;
}
.p-hero__slide {
  height: clamp(520px, 42.5vw, 612px);
}
.p-hero__slide picture,
.p-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-hero__slide img {
  object-fit: cover;
}
.p-hero__overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, rgba(22, 22, 22, 0.8) 0%, rgba(22, 22, 22, 0) 58%);
  pointer-events: none;
}
.p-hero__caption {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
  color: #FFFFFF;
  pointer-events: none;
}
.p-hero__caption h1 {
  max-width: 1000px;
  margin: 0;
  color: inherit;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.095em;
}
.p-hero__pagination {
  z-index: 5;
  bottom: 50px !important;
}
.p-hero__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #FFFFFF;
  opacity: 0.6;
}
.p-hero__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.p-hero .p-wave--hero {
  bottom: -1px;
}
@media (max-width: 767px) {
  .p-hero__slide {
    height: 354px;
  }
  .p-hero__caption {
    bottom: 50px;
  }
  .p-hero__caption h1 {
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 1.8px;
  }
}

.p-intro {
  padding: 105px 0 120px;
  text-align: center;
}
.p-intro__text {
  margin: 28px 0 0;
  font-size: 17px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-intro {
    padding: 72px 0 40px;
  }
  .p-intro__text {
    margin-top: 20px;
    font-size: 15px;
  }
}

.p-schedule {
  position: relative;
  padding: 40px 0 120px;
}
.p-schedule__heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 72px;
}
.p-schedule__heading > div {
  flex: 0 0 auto;
  min-width: 490px;
}
.p-schedule__heading h2 {
  margin: 4px 0 0;
  color: #2B322F;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
.p-schedule__heading > span {
  flex: 1;
  height: 1px;
  background: #E4DCCC;
}
.p-schedule--day2 {
  padding-top: 120px;
  background: #D7E6E1;
}
.p-schedule--day2 .p-wave--day2 {
  top: -1px;
}
.p-schedule--day2 .p-schedule__heading > span {
  background: rgba(43, 50, 47, 0.14);
}
.p-schedule--day2 .p-story:not(:last-child)::after {
  border-left-color: #70A49F;
}
@media (max-width: 767px) {
  .p-schedule {
    padding: 20px 0 80px;
  }
  .p-schedule--day2 {
    padding-top: 60px;
  }
  .p-schedule__heading {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 48px;
  }
  .p-schedule__heading > div {
    min-width: 0;
  }
  .p-schedule__heading h2 {
    font-size: 20px;
  }
  .p-schedule__heading > span {
    flex: none;
    width: 100%;
    height: 1px;
    background: #E4DCCC;
  }
}

.p-story {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 36px;
  margin-bottom: 84px;
}
.p-story:last-child {
  margin-bottom: 0;
}
.p-story:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -69px;
  width: 0;
  height: 50px;
  border-left: 3px dashed #CF9A6F;
  transform: translateX(-50%);
  pointer-events: none;
}
.p-story--reverse .p-story__media {
  order: 2;
}
.p-story__media {
  position: relative;
  height: 300px;
  margin: 0;
  overflow: hidden;
}
.p-story__media > img,
.p-story__media .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.p-story__swiper {
  width: 100%;
  height: 100%;
}
.p-story__swiper .swiper-wrapper,
.p-story__swiper .swiper-slide {
  height: 100%;
}
.p-story__pagination {
  z-index: 2;
  bottom: 14px !important;
}
.p-story__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 1;
  border: 1px solid #333333;
}
.p-story__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #70A49F;
  border-color: #70A49F;
}
.p-story__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-top: 2px;
}
.p-story__content h3 {
  margin: 0;
  color: #2B322F;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.084em;
}
.p-story__content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
.p-story__content small {
  font-size: 13px;
}
.p-story__time {
  color: #CF9A6F;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.085em;
}
@media (max-width: 767px) {
  .p-story {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 50px;
  }
  .p-story:not(:last-child)::after {
    bottom: -40px;
    height: 32px;
    content: none;
  }
  .p-story--reverse .p-story__media {
    order: 0;
  }
  .p-story__media {
    height: auto;
    aspect-ratio: 532/300;
  }
  .p-story__content {
    gap: 12px;
  }
  .p-story__content h3 {
    font-size: 17px;
  }
  .p-story__content p {
    font-size: 14px;
    letter-spacing: 0.3px;
  }
  .p-story__content p.p-story__time {
    font-size: 16px;
  }
}

.p-recommend {
  padding: 64px 0 120px;
  background: #F0EBE2;
}
.p-recommend .c-section-title {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-recommend {
    padding: 50px 0 70px;
  }
}

.p-product-group {
  margin-top: 16px;
}
.p-product-group--restaurant {
  margin-top: 36px;
}
.p-product-group__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.p-product-group__head h3 {
  margin: 0;
  color: #3F7A74;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.p-product-group--restaurant .p-product-group__head h3 {
  color: #CF9A6F;
}

.p-product-slider {
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: max(24px, (100vw - 1100px) / 2);
  padding-right: 24px;
  overflow: visible;
}
.p-product-slider .swiper-wrapper {
  align-items: stretch;
}
.p-product-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  width: min(85%, 914px);
  height: auto;
  box-sizing: border-box;
}
.p-product-slider .c-product-card {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-product-slider {
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-product-slider .swiper-slide {
    width: min(88%, 914px);
  }
}

.p-info {
  padding: 128px 0;
  background: #eae2d4;
}
.p-info__heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 60px;
}
.p-info__heading > div {
  flex: 0 0 auto;
  min-width: 490px;
}
.p-info__heading h2 {
  margin: 4px 0 0;
  color: #2B322F;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
.p-info__heading > span {
  flex: 1;
  height: 1px;
  background: rgba(43, 50, 47, 0.14);
}
.p-info__grid {
  display: grid;
  grid-template-columns: minmax(0, 460fr) minmax(0, 606fr);
  gap: 16px;
  align-items: stretch;
}
.p-info__aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.p-info__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  min-height: 0;
}
.p-info__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-decoration: none;
  isolation: isolate;
}
.p-info__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease-in-out;
}
.p-info__card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.p-info__card:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.p-info__card:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
.p-info__card:hover img {
  transform: scale(1.04);
}
.p-info__card:focus-visible {
  outline: 2px solid #3F7A74;
  outline-offset: 3px;
}
.p-info__card--large {
  min-height: 412px;
}
.p-info__card--wide, .p-info__card--half {
  min-height: 200px;
}
.p-info__card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  padding: 24px 16px;
  text-align: center;
}
.p-info__card-body h3 {
  margin: 0;
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.p-info__card-body p {
  margin: 0;
  color: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (max-width: 1023px) {
  .p-info__grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 20px;
  }
  .p-info__aside, .p-info__row {
    gap: 12px;
  }
  .p-info__card--large {
    min-height: 360px;
  }
  .p-info__card--wide, .p-info__card--half {
    min-height: 174px;
  }
  .p-info__card-body {
    padding: 16px 12px;
  }
  .p-info__card-body h3 {
    font-size: 17px;
  }
  .p-info__card-body p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .p-info {
    padding: 72px 0 80px;
  }
  .p-info__heading {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 32px;
  }
  .p-info__heading > div {
    min-width: 0;
  }
  .p-info__heading h2 {
    font-size: 20px;
  }
  .p-info__heading > span {
    flex: none;
    width: 100%;
  }
  .p-info__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-info__aside, .p-info__row {
    gap: 12px;
  }
  .p-info__row {
    grid-template-columns: 1fr;
  }
  .p-info__card--large {
    min-height: 0;
    aspect-ratio: 343/220;
  }
  .p-info__card--wide, .p-info__card--half {
    min-height: 0;
    aspect-ratio: 343/180;
  }
  .p-info__card-body {
    padding: 20px 16px;
  }
  .p-info__card-body h3 {
    font-size: 18px;
  }
  .p-info__card-body p {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}

.p-booking {
  position: relative;
  padding: 118px 0 120px;
  background: #3F7A74;
  color: #FFFFFF;
  text-align: center;
}
.p-booking .p-wave--booking {
  top: -1px;
}
.p-booking h2 {
  margin: 14px 0 0;
  color: inherit;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.p-booking p:not(.c-eyebrow) {
  margin: 24px 0 36px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-booking {
    padding: 90px 0 80px;
  }
  .p-booking h2 {
    font-size: 22px;
  }
  .p-booking p:not(.c-eyebrow) {
    margin-top: 18px;
    font-size: 14px;
  }
}

.footer {
  text-align: center;
}
@media (max-width: 767px) {
  .footer__top {
    padding: 0 1rem;
  }
}
.footer__btn-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
.footer__btn-button:hover .footer__btn-arrow {
  transform: translateX(4px);
}
.footer__disclaimer {
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .footer__disclaimer {
    text-align: left;
    margin-bottom: 2.5rem;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer__logo {
  width: 100%;
  max-width: 191px;
  height: auto;
  margin: 0 auto 1.5rem;
}
.footer__social {
  padding: 2rem 0;
  position: relative;
}
@media (min-width: 1024px) {
  .footer__social {
    padding: 1.5rem 0 3rem;
  }
}
.footer__social .footer__socials {
  margin-bottom: 0;
}
.footer__map {
  padding: 0;
}
.footer__map-iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}
.footer__links {
  text-align: center;
  padding: 2.5rem 1rem 1.5rem;
}
.footer__address {
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 1rem;
  color: #5F5F5F;
  letter-spacing: 0.06em;
  margin: 0 0 1.5rem;
}
@media (max-width: 767px) {
  .footer__address {
    letter-spacing: 0;
  }
}
.footer__link-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 1rem;
  color: #5F5F5F;
}
.footer__link-sep {
  color: #5F5F5F;
  user-select: none;
}
.footer__link {
  color: inherit;
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__copyright {
  font-size: 0.75rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  background-color: #3F7A74;
  margin-bottom: 0;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: 0.875rem;
    padding: 1rem 0;
  }
}

.back-to-top {
  position: fixed;
  bottom: 3.75rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  background: #906B51;
  color: #FFFFFF;
  border: 2px solid #906B51;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1070;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px) scale(0.92);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out;
  box-shadow: 0 4px 14px rgba(144, 107, 81, 0.35), 0 2px 6px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .back-to-top {
    right: 1rem;
    bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
  }
}
@media (min-width: 768px) {
  .back-to-top {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    right: 3rem;
    bottom: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .back-to-top {
    right: 1.5rem;
    bottom: 7rem;
  }
}
.back-to-top:hover {
  background: linear-gradient(160deg, rgb(59.22, 114.68, 109.04) 0%, rgb(75.3548108108, 145.9251891892, 138.7485405405) 100%);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(0) scale(1) translateY(-3px);
  box-shadow: 0 8px 24px rgba(63, 122, 116, 0.4), 0 4px 10px rgba(0, 0, 0, 0.15);
}
.back-to-top:active {
  transform: translateY(0) scale(0.96);
  box-shadow: 0 2px 8px rgba(63, 122, 116, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.back-to-top:focus {
  outline: none;
}
.back-to-top:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #3F7A74, 0 6px 20px rgba(63, 122, 116, 0.35);
}
.back-to-top--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.back-to-top--visible:hover {
  transform: translateY(-3px) scale(1);
}
.back-to-top--visible:active {
  transform: translateY(0) scale(0.96);
}
.back-to-top__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  fill: currentColor;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}
@media (min-width: 768px) {
  .back-to-top__icon {
    width: 26px;
    height: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition-duration: 0.01ms;
  }
  .back-to-top:hover, .back-to-top--visible:hover {
    transform: translateY(0) scale(1);
  }
}
.footer--wrapper {
  background-color: #3F7A74;
  color: #FFFFFF;
  padding: 3rem 0 0;
  text-align: center;
}
.footer--wrapper .footer__inner {
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.footer--wrapper .footer__brand {
  margin-bottom: 1rem;
}
.footer--wrapper .footer__brand-logo {
  width: 100%;
  max-width: 214.816px;
  object-fit: cover;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer--wrapper .footer__brand-logo {
    max-width: 160px;
  }
}
.footer--wrapper .footer__title {
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  margin: 0 0 2.5rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .footer--wrapper .footer__title {
    margin-bottom: 1rem;
  }
}
.footer--wrapper .footer__location {
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.13em;
  margin: 0 0 2.5rem;
  color: #FFFFFF;
}
.footer--wrapper .footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 2.5rem 0;
}
.footer--wrapper .footer__sns img {
  width: 66px;
  height: auto;
}
@media (max-width: 767px) {
  .footer--wrapper .footer__sns img {
    width: 50px;
  }
}
.footer--wrapper .footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer--wrapper .footer__nav {
    display: grid;
    gap: 1rem;
    text-align: center;
  }
}
.footer--wrapper .footer__nav a {
  padding: 0 1.25rem;
  color: #FFFFFF;
  text-decoration: none;
  border-right: 1px solid #FFFFFF;
}
.footer--wrapper .footer__nav a:first-child {
  border-left: 1px solid #FFFFFF;
}
.footer--wrapper .footer__nav a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer--wrapper .footer__nav a {
    border-left: 1px solid #FFFFFF;
    width: fit-content;
    margin: 0 auto;
  }
}
.footer--wrapper .footer__nav-sep {
  display: flex;
  align-items: center;
}
.footer--wrapper .footer__nav-sep img {
  width: 1px;
  height: 16px;
  object-fit: cover;
}
.footer--wrapper .footer__divider {
  width: 100%;
  line-height: 0;
}
.footer--wrapper .footer__divider img {
  width: 100%;
  height: auto;
  display: block;
}
.footer--wrapper .footer__copy {
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  color: #333333;
  background: #FFFFFF;
  margin: 0;
  padding: 1.25rem 1rem;
}
@media (max-width: 767px) {
  .footer--wrapper .footer__copy {
    padding-bottom: 100px;
  }
}

.footer:not(.footer--wrapper) {
  background: #F4F1EC;
  color: #333333;
  text-align: center;
}
.footer:not(.footer--wrapper) .footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 60px 24px;
}
.footer:not(.footer--wrapper) .footer__logo {
  width: 120px;
  height: 73px;
  margin: 0;
  object-fit: contain;
}
.footer:not(.footer--wrapper) .footer__name,
.footer:not(.footer--wrapper) .footer__address {
  margin: 0;
  color: #333333;
  font-family: "Hiragino Mincho Pro W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.footer:not(.footer--wrapper) .footer__name {
  font-size: 18px;
  line-height: 1.5;
}
.footer:not(.footer--wrapper) .footer__address {
  font-size: 14px;
  line-height: 1.5;
}
.footer:not(.footer--wrapper) .footer__instagram {
  display: block;
  width: 34px;
  height: 34px;
}
.footer:not(.footer--wrapper) .footer__instagram img {
  display: block;
  width: 34px;
  height: 34px;
}
.footer:not(.footer--wrapper) .footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.footer:not(.footer--wrapper) .footer__nav a {
  padding: 0 12px;
  border-left: 1px solid rgba(51, 51, 51, 0.4);
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.footer:not(.footer--wrapper) .footer__nav a:last-child {
  border-right: 1px solid rgba(51, 51, 51, 0.4);
}
.footer:not(.footer--wrapper) .footer__nav a:hover {
  text-decoration: underline;
}
.footer:not(.footer--wrapper) .footer__copy {
  margin: 0;
  padding: 18px 24px;
  background: #494744;
  color: #F7F7F7;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .footer:not(.footer--wrapper) .footer__inner {
    padding: 30px 16px;
  }
  .footer:not(.footer--wrapper) .footer__copy {
    font-size: 11px;
    padding: 10px 0;
  }
  .footer:not(.footer--wrapper) .footer__nav {
    flex-direction: column;
    gap: 14px;
  }
  .footer:not(.footer--wrapper) .footer__nav a,
  .footer:not(.footer--wrapper) .footer__nav a:last-child {
    border: 0;
  }
}

.back-to-top {
  right: 16px;
  bottom: 65px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-color: #3F7A74;
  background: #3F7A74;
  box-shadow: 0 4px 14px rgba(63, 122, 116, 0.35);
  font-size: 22px;
}
@media (min-width: 768px) {
  .back-to-top {
    right: 32px;
    bottom: 32px;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 3.75rem !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.text-primary {
  color: #3F7A74 !important;
}

.text-primary-light {
  color: rgb(78.4945945946, 152.0054054054, 144.5297297297) !important;
}

.text-secondary {
  color: #CF9A6F !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-black {
  color: #000000 !important;
}

.text-gray {
  color: #333333 !important;
}

.text-gray-dark {
  color: #374151 !important;
}

.bg-primary {
  background-color: #3F7A74 !important;
}

.bg-primary-light {
  background-color: rgb(78.4945945946, 152.0054054054, 144.5297297297) !important;
}

.bg-primary-lighter {
  background-color: #FFFDF9 !important;
}

.bg-secondary {
  background-color: #CF9A6F !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-gray {
  background-color: #333333 !important;
}

.bg-gray-light {
  background-color: #F9FAFB !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.ml-32 {
  margin-left: 8rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.mr-32 {
  margin-right: 8rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.w-min {
  width: min-content !important;
}

.w-max {
  width: max-content !important;
}

.w-fit {
  width: fit-content !important;
}

.h-auto {
  height: auto !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.h-min {
  height: min-content !important;
}

.h-max {
  height: max-content !important;
}

.h-fit {
  height: fit-content !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.sticky {
  position: sticky !important;
}

.static {
  position: static !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-visible {
  overflow: visible !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-md {
  border-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 1rem !important;
}

.rounded-xl {
  border-radius: 1.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

@media (max-width: 767px) {
  .md\:d-none {
    display: none !important;
  }
  .md\:d-block {
    display: block !important;
  }
  .md\:d-flex {
    display: flex !important;
  }
  .md\:d-grid {
    display: grid !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:flex-column {
    flex-direction: column !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
  .md\:items-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 768px) {
  .md\:d-none {
    display: none !important;
  }
  .md\:d-block {
    display: block !important;
  }
  .md\:d-flex {
    display: flex !important;
  }
  .md\:d-grid {
    display: grid !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:flex-column {
    flex-direction: column !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
  .md\:items-end {
    align-items: flex-end !important;
  }
}
.u-text-center {
  text-align: center;
}

.u-mt-lg {
  margin-top: 2rem;
}

.comingsoon {
  pointer-events: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid rgba(95, 95, 95, 0.35);
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
