* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}
@media (max-width: 1440px) {
  html {
    font-size: 0.9259259259vw;
  }
}
@media (max-width: 752px) {
  html {
    font-size: 2.6595744681vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f2ec;
  color: #404040;
  font-size: 1.6rem;
}

.l-content {
  box-shadow: 0px 0px 40px 0px rgba(106, 98, 85, 0.3);
  background: #f5f2ec;
  border-radius: 5rem;
  overflow: clip;
}

@media (max-width: 752px) {
  .l-content {
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
  }
}
.l-main {
  padding: 0;
}

.l-main__content {
  margin-block-start: 6rem;
}

.l-mobileFirstFrame {
  max-inline-size: 58rem;
  margin-inline: auto;
  padding-block-start: 5rem;
  position: relative;
}

@media (max-width: 1440px) {
  .l-mobileFirstFrame {
    max-inline-size: 48rem;
    padding-block-start: 0;
    position: relative;
  }
}
@media (max-width: 752px) {
  .l-mobileFirstFrame {
    max-inline-size: none;
    margin-inline: 0;
    padding-block-start: 0;
    position: relative;
  }
}
.l-pcFrame {
  display: none;
}

@media (min-width: 753px) {
  .l-pcFrame {
    position: fixed;
    inline-size: 100%;
    block-size: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/common/images/background-main.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  .l-pcFrame__content {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 58rem 1fr;
    grid-template-areas: "left center right";
    inline-size: 100%;
    block-size: 100%;
  }
  .l-pcFrame__photo {
    grid-area: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-pcFrame__photoCarousel {
    position: relative;
    width: 100%;
    max-width: 27rem;
    aspect-ratio: 91/159;
    overflow: hidden;
    border-radius: 2.5rem;
  }
  .l-pcFrame__photoCarousel__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .l-pcFrame__photoCarousel__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    animation: fade-carousel 15s infinite;
  }
  .l-pcFrame__photoCarousel__slide:nth-child(1) {
    animation-delay: 0s;
  }
  .l-pcFrame__photoCarousel__slide:nth-child(2) {
    animation-delay: 5s;
  }
  .l-pcFrame__photoCarousel__slide:nth-child(3) {
    animation-delay: 10s;
  }
  .l-pcFrame__photoCarousel__image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  @keyframes fade-carousel {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    30% {
      opacity: 1;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .l-pcFrame__photo-image {
    inline-size: 36.4rem;
    block-size: 63.6rem;
    border-radius: 5rem;
    overflow: hidden;
    object-fit: cover;
  }
  .l-pcFrame__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: right;
  }
  .l-pcFrame__logo-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #404040;
    text-decoration: none;
  }
  .l-pcFrame__logo-image-wrapper:visited {
    color: #404040;
  }
  .l-pcFrame__logo-image-wrapper:hover {
    color: #404040;
  }
  .l-pcFrame__logo-image {
    inline-size: 22.4rem;
    block-size: 17.2rem;
  }
}
@media (max-width: 1440px) {
  .l-pcFrame {
    position: fixed;
    inline-size: 100%;
    block-size: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/common/images/background-main.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  .l-pcFrame__content {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 48rem 1fr;
    grid-template-areas: "left center right";
    inline-size: 100%;
    block-size: 100%;
  }
  .l-pcFrame__photo {
    grid-area: left;
    display: none;
  }
  .l-pcFrame__logo {
    grid-area: right;
    display: none;
  }
  .l-mobileFirstFrame {
    max-inline-size: 48rem;
    padding-block-start: 0;
    position: relative;
  }
}
.c-contact {
  padding-block: 6rem;
  padding-inline: 3.6rem;
  background-color: #ede9e1;
}

.c-contact__heading {
  font-family: "Kaisei Opti", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  text-align: center;
  padding-block-end: 3.6rem;
}

.c-contact__line-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 3.6rem;
  padding-block-end: 3.6rem;
}

.c-contact__line-block-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
}

.c-contact__line-block-image {
  inline-size: 13.6rem;
  block-size: 13.6rem;
  object-fit: contain;
}

.c-contact__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 1rem;
  padding-block-end: 3.6rem;
}

.c-contact__tel-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #404040;
  pointer-events: none;
}
.c-contact__tel-link::before {
  content: "";
  inline-size: 3.5rem;
  block-size: 3.5rem;
  background-image: url("/common/images/phone-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.c-contact__tel-link:visited, .c-contact__tel-link:hover {
  color: #404040;
}

.c-contact__tel-number {
  font-family: "Kaisei Tokumin", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.c-contact__tel-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
}

.c-contact__form {
  display: flex;
  justify-content: center;
}

.c-contact__form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 2.6rem;
  padding-block: 2rem;
  color: #404040;
  background-color: #ede9e1;
  border: 1px solid #807160;
  border-radius: 5rem;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.c-contact__form-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25.25%;
  height: 0;
  background-color: #807160;
  transition: height 0.3s ease;
}
.c-contact__form-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 25.25%;
  height: 0;
  background-color: #807160;
  transition: height 0.3s ease;
}

.c-contact__form-button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}
.c-contact__form-button-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 25.25%;
  height: 0;
  background-color: #807160;
  transition: height 0.3s ease;
}
.c-contact__form-button-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75%;
  width: 25.25%;
  height: 0;
  background-color: #807160;
  transition: height 0.3s ease;
}

.c-contact__form-button-icon {
  inline-size: 2.3rem;
  block-size: 1.7rem;
  position: relative;
  z-index: 1;
  stroke: #404040;
  transition: stroke 0.3s ease;
}

.c-contact__form-button-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.c-contact__form-button:hover::before, .c-contact__form-button:hover::after {
  height: 100%;
  transition: height 0.3s ease;
}
.c-contact__form-button:hover .c-contact__form-button-inner::before, .c-contact__form-button:hover .c-contact__form-button-inner::after {
  height: 100%;
  transition: height 0.3s ease;
}
.c-contact__form-button:hover .c-contact__form-button-icon {
  stroke: #fff;
}
.c-contact__form-button:hover .c-contact__form-button-text {
  color: #fff;
}

@media (max-width: 752px) {
  .c-contact {
    padding-inline: 2.4rem;
  }
  .c-contact__tel-link {
    pointer-events: all;
  }
  .c-contact__form-button::before {
    content: none;
  }
  .c-contact__form-button::after {
    content: none;
  }
  .c-contact__form-button-inner::before {
    content: none;
  }
  .c-contact__form-button-inner::after {
    content: none;
  }
  .c-contact__form-button:hover {
    background-color: #807160;
  }
  .c-contact__form-button:hover::before, .c-contact__form-button:hover::after {
    content: none;
  }
  .c-contact__form-button:hover .c-contact__form-button-inner::before, .c-contact__form-button:hover .c-contact__form-button-inner::after {
    content: none;
  }
  .c-contact__form-button:hover .c-contact__form-button-icon {
    stroke: #fff;
  }
  .c-contact__form-button:hover .c-contact__form-button-text {
    color: #fff;
  }
}
.c-course-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.c-course-card__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-inline-size: 100%;
  inline-size: 100%;
  block-size: auto;
  aspect-ratio: 82/55;
  border-radius: 2.5rem;
  overflow: hidden;
}

.c-course-card__image {
  max-inline-size: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-course-card__body {
  inline-size: 100%;
  padding-inline: 1.2rem;
}

.c-course-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block-end: 0.2rem;
}

.c-course-card__name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
}
.c-course-card__name::before {
  content: "";
  display: block;
  inline-size: 0.9rem;
  block-size: 1.1rem;
  background-image: url("/images/icon-workshop-header.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline-end: 1.2rem;
}

.c-course-card__price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
}

.c-course-card__details {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-block-end: 1rem;
}

.c-course-card__details-item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.2rem;
}

.c-course-card__details-term {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
}

.c-course-card__details-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
}

.c-course-card__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-block-end: 1.2rem;
}

.c-course-card__warning {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
}

.c-footer {
  background-color: #fff;
  padding-block-start: 6rem;
  padding-block-end: 1.2rem;
  padding-inline: 3.6rem;
}

.c-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block-end: 1.5rem;
}

.c-footer__logo-image {
  width: 9.3rem;
  height: 9.1rem;
  margin-bottom: 1.2rem;
}

.c-footer__logo-text {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-footer__logo-text::after {
  content: attr(data-logo-en);
  display: block;
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.15em;
}

.c-footer__address {
  padding-block-end: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.c-footer__address-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}

.c-footer__address-phone {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.c-footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}

@media (max-width: 752px) {
  .c-footer {
    padding-inline: 2.4rem;
  }
}
.c-header {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  height: 10rem;
  z-index: 100;
}

.c-header__container {
  display: block;
  max-height: 0;
  min-height: 0;
  height: 100%;
  transition: max-height 300ms ease-in-out, min-height 300ms ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7.5px);
}

.c-header__inner {
  display: block;
  inline-size: 100%;
}

.c-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block-start: 2.9rem;
  position: relative;
  z-index: 110;
}

.c-header__logo-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  inline-size: 14.4rem;
  block-size: 9.9rem;
  border-radius: 0rem 0rem 15rem 15rem;
  background-color: #fff;
  overflow: hidden;
  padding-block-end: 1.5rem;
  row-gap: 0.2rem;
  color: #404040;
  text-decoration: none;
}
.c-header__logo-image-wrapper:visited {
  color: #404040;
}
.c-header__logo-image-wrapper:hover {
  color: #404040;
}

.c-header__logo-image {
  inline-size: 5.9rem;
  block-size: 5.7rem;
  transition: inline-size 0.3s ease, block-size 0.3s ease;
}

.c-header__logo-text {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.15em;
  transition: font-size 0.3s ease;
}
.c-header__logo-text::after {
  content: attr(data-logo-text);
  display: block;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.15em;
  text-align: center;
  transition: font-size 0.3s ease;
}

.c-header__controls {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-inline-end: 2.2rem;
  padding-block-start: 2.2rem;
  z-index: 110;
}

.c-header__mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #404040;
  gap: 0.5rem;
  padding: 0.5rem;
}

.c-header__mail-icon {
  inline-size: 3rem;
  block-size: 1.9rem;
}

.c-header__mail-text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.15em;
}

.c-header__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  inline-size: 5rem;
  block-size: 5rem;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.c-header__toggle-icon-open {
  inline-size: 2.5rem;
  block-size: 1.8rem;
  display: block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.c-header__toggle-icon-close {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  opacity: 0;
  inline-size: 3.8rem;
  block-size: 3.8rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.c-header__toggle-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.15em;
  color: #404040;
  margin-top: 0.5rem;
}
.c-header__toggle-text::before {
  content: "menu";
}

@media (max-width: 752px) {
  .c-header {
    height: 7rem;
  }
  .c-header__logo {
    padding-block-start: 1.2rem;
  }
  .c-header__controls {
    gap: 0.4rem;
    padding-inline-end: 0.8rem;
  }
  .c-header__mail {
    gap: 0;
    padding: 0.5rem;
  }
  .c-header__mail-text {
    display: none;
  }
  .c-header__toggle {
    inline-size: 4.8rem;
    block-size: 4.8rem;
  }
  .c-header__toggle-icon-close {
    top: 0.6rem;
  }
  .c-header__toggle-text {
    display: none;
  }
  .c-header__toggle-text::before {
    content: none;
  }
}
.c-nav__checkbox {
  display: none;
}

.c-nav {
  display: block;
  overflow-y: scroll;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-nav::-webkit-scrollbar {
  display: none;
}

.c-nav__contents {
  min-block-size: calc(100% + 1px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  margin: 0;
  gap: 0;
}

.c-nav__menu {
  display: block;
  padding-block-start: 2.4rem;
  padding-inline: 2.4rem;
  padding-block-end: 6rem;
  margin: 0;
}

.c-nav__menu-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: none;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  margin: 0;
  padding: 0;
  gap: 2.4rem;
}

.c-nav__menu-item {
  border-bottom: 1px solid #b6aba3;
  padding-bottom: 1.2rem;
}

.c-nav__menu-item:last-child {
  margin-bottom: 0;
}

.c-nav__link {
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  color: #404040;
}
.c-nav__link:visited {
  color: #404040;
}
.c-nav__link:hover {
  color: #404040;
}

.c-nav__menu-link-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.2rem;
}
.c-nav__menu-link-text::after {
  content: attr(data-english);
  display: block;
  color: #888;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.c-nav__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 1rem;
  padding-block-end: 2.4rem;
}

.c-nav__tel-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #404040;
  pointer-events: none;
}
.c-nav__tel-link::before {
  content: "";
  inline-size: 3.5rem;
  block-size: 3.5rem;
  background-image: url("/common/images/phone-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.c-nav__tel-link:visited, .c-nav__tel-link:hover {
  color: #404040;
}

.c-nav__tel-number {
  font-family: "Kaisei Tokumin", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.c-nav__tel-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
}

.c-nav__line-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 2.4rem;
  padding-block-end: 2.4rem;
}

.c-nav__line-block-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
}

.c-nav__line-block-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-nav__line-block-image {
  inline-size: 13.6rem;
  block-size: 13.6rem;
  object-fit: contain;
}

.c-nav__contact {
  display: flex;
  justify-content: center;
  padding-block-end: 30rem;
}

.c-nav__contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 2.6rem;
  padding-block: 2rem;
  color: #404040;
  background-color: #ede9e1;
  border: 1px solid #807160;
  border-radius: 5rem;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.c-nav__contact-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25.25%;
  height: 0;
  background-color: #807160;
  transition: height 0.3s ease;
}
.c-nav__contact-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 25.25%;
  height: 0;
  background-color: #807160;
  transition: height 0.3s ease;
}

.c-nav__contact-button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}
.c-nav__contact-button-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 25.25%;
  height: 0;
  background-color: #807160;
  transition: height 0.3s ease;
}
.c-nav__contact-button-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75%;
  width: 25.25%;
  height: 0;
  background-color: #807160;
  transition: height 0.3s ease;
}

.c-nav__contact-button-icon {
  inline-size: 2.3rem;
  block-size: 1.7rem;
  position: relative;
  z-index: 1;
  stroke: #404040;
  transition: stroke 0.3s ease;
}

.c-nav__contact-button-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.c-nav__contact-button:hover::before, .c-nav__contact-button:hover::after {
  height: 100%;
  transition: height 0.3s ease;
}
.c-nav__contact-button:hover .c-nav__contact-button-inner::before, .c-nav__contact-button:hover .c-nav__contact-button-inner::after {
  height: 100%;
  transition: height 0.3s ease;
}
.c-nav__contact-button:hover .c-nav__contact-button-icon {
  stroke: #fff;
}
.c-nav__contact-button:hover .c-nav__contact-button-text {
  color: #fff;
}

.c-header[data-bind-navi-scroll-state=true] {
  block-size: 7rem;
}
.c-header[data-bind-navi-scroll-state=true] .c-header__logo {
  justify-content: flex-start;
  padding-block-start: 1.2rem;
  padding-inline-start: 1.4rem;
}
.c-header[data-bind-navi-scroll-state=true] .c-header__logo-image-wrapper {
  flex-direction: row;
  column-gap: 1.2rem;
  inline-size: auto;
  block-size: auto;
  border-radius: 0;
  overflow: visible;
  background-color: transparent;
}
.c-header[data-bind-navi-scroll-state=true] .c-header__logo-image {
  inline-size: 4.7rem;
  block-size: 4.8rem;
  transition: inline-size 0.3s ease, block-size 0.3s ease;
}
.c-header[data-bind-navi-scroll-state=true] .c-header__logo-text {
  font-size: 1.8rem;
  transition: font-size 0.3s ease;
}
.c-header[data-bind-navi-scroll-state=true] .c-header__logo-text::after {
  font-size: 0.9rem;
  transition: font-size 0.3s ease;
}
.c-header[data-bind-navi-scroll-state=true] .c-header__controls {
  padding-block-start: 1.2rem;
}

.c-nav__checkbox:checked ~ .c-header__container {
  max-block-size: 100%;
  min-block-size: 100vh;
}
.c-nav__checkbox:checked ~ .c-header__container .c-nav {
  pointer-events: all;
}

.c-nav__checkbox:checked ~ .c-header__container .c-header__logo {
  padding-block-start: 3.4rem;
  justify-content: center;
}
.c-nav__checkbox:checked ~ .c-header__container .c-header__logo .c-header__logo-image-wrapper {
  flex-direction: column;
  inline-size: auto;
  block-size: auto;
  border-radius: 0;
  overflow: visible;
  background-color: transparent;
}
.c-nav__checkbox:checked ~ .c-header__container .c-header__logo .c-header__logo-image {
  inline-size: 7rem;
  block-size: 7rem;
  transition: inline-size 0.3s ease, block-size 0.3s ease;
}
.c-nav__checkbox:checked ~ .c-header__container .c-header__logo .c-header__logo-text {
  font-size: 1.8rem;
  transition: font-size 0.3s ease;
}
.c-nav__checkbox:checked ~ .c-header__container .c-header__logo .c-header__logo-text::after {
  font-size: 0.9rem;
  transition: font-size 0.3s ease;
}

.c-nav__checkbox:checked ~ .c-header__container .c-header__mail {
  display: none;
  pointer-events: none;
}

.c-nav__checkbox:checked ~ .c-header__container .c-header__toggle .c-header__toggle-icon-open {
  opacity: 0;
  transform: rotate(180deg);
}
.c-nav__checkbox:checked ~ .c-header__container .c-header__toggle .c-header__toggle-icon-close {
  opacity: 1;
  transform: translateX(-50%) rotate(180deg);
}
.c-nav__checkbox:checked ~ .c-header__container .c-header__toggle .c-header__toggle-text::before {
  content: "close";
}

@media (max-width: 752px) {
  .c-nav__menu {
    display: block;
    padding-block-start: 2.4rem;
    padding-inline: 2.4rem;
    padding-block-end: 6rem;
    margin: 0;
  }
  .c-nav__checkbox:checked ~ .c-header__container .c-header__toggle .c-header__toggle-text::before {
    content: none;
  }
  .c-nav__tel-link {
    pointer-events: all;
  }
}
.p-top__hero {
  padding-block-start: 2rem;
  padding-inline: 4.8rem;
  padding-block-end: 2.4rem;
  block-size: 70.4rem;
}

.p-top__hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  block-size: 100%;
  inline-size: 100%;
}

.p-top__hero__slider {
  display: block;
  margin: auto;
  padding: 0;
  max-inline-size: 100%;
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 11/15;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
}

.p-top__hero__carousel {
  display: block;
  inline-size: 100%;
  block-size: 100%;
}

.p-top__hero__carousel-wrapper {
  display: flex;
  inline-size: 100%;
  block-size: 100%;
}

.p-top__hero__carousel-slide {
  inline-size: 100%;
  block-size: 100%;
  display: block;
  aspect-ratio: 11/15;
  position: relative;
}

.p-top__hero__carousel-slide.swiper-slide-active {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.p-top__hero__carousel-image {
  position: absolute;
  left: 50%;
  top: 0;
  block-size: 100%;
  inline-size: 100%;
  transform: translateX(-50%);
}

.p-top__hero-title {
  font-family: "Kaisei Opti", serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  inline-size: 100%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 1.5rem #000;
  z-index: 1;
}

@media (max-width: 752px) {
  .p-top__hero {
    padding-block-start: 2.75rem;
    padding-inline: 4rem;
    padding-block-end: 3.75rem;
    block-size: 55rem;
    background-image: url("/common/images/sp_background-main.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-top__hero-picture {
    border-radius: 5rem;
    overflow: hidden;
    aspect-ratio: 296/485;
  }
  .p-top__hero-title {
    font-size: 2.2rem;
  }
}
.p-top__notice {
  padding-inline: 3.6rem;
  padding-block-end: 9.6rem;
}

.p-top__notice-content {
  padding: 2.4rem;
  background-color: rgba(239, 232, 222, 0.5);
  border: 1px solid #b6aba3;
  margin-block-end: 3.6rem;
}

.p-top__notice-message {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
}
.p-top__notice-message p,
.p-top__notice-message h1,
.p-top__notice-message h2,
.p-top__notice-message h3,
.p-top__notice-message h5,
.p-top__notice-message h6 {
  margin-block: 0.2em;
}
.p-top__notice-message ul,
.p-top__notice-message ol {
  padding-left: spacingSp(2);
  margin-block: 0.2em;
}

.p-top__notice-instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.4rem;
  color: #404040;
  text-decoration: none;
}
.p-top__notice-instagram:visited {
  color: #404040;
}

.p-top__notice-instagram-icon {
  display: block;
  width: 3.9rem;
  height: 3.9rem;
}

.p-top__notice-instagram-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  overflow: hidden;
  transition: color 0.3s ease;
}
.p-top__notice-instagram-text::after {
  content: "";
  display: block;
  inline-size: 100%;
  block-size: 0.1rem;
  background-color: #807160;
  margin-block-start: 0.6rem;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.p-top__notice-instagram:hover {
  color: #807160;
}
.p-top__notice-instagram:hover .p-top__notice-instagram-text::after {
  transform: translateX(100%);
}

@media (max-width: 752px) {
  .p-top__notice {
    padding-inline: 2.4rem;
  }
}
.p-top__message {
  padding-block-end: 9.6rem;
  padding-inline: 3.6rem;
}

.p-top__message-heading {
  font-family: "Kaisei Opti", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  position: relative;
  padding-block: 1.2rem;
  margin-block-end: 3.6rem;
  text-align: center;
  scroll-margin-top: 13rem;
}
.p-top__message-heading::before {
  content: attr(data-title-en);
  color: rgba(211, 193, 167, 0.75);
  font-size: 4.8rem;
  font-family: "ballare", "Allura", sans-serif, cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.15em;
  position: absolute;
  top: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.p-top__message-heading-text {
  position: relative;
  z-index: 1;
}

.p-top__message-subheading {
  font-family: "Kaisei Tokumin", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  margin-block-end: 2.4rem;
  text-align: center;
}

.p-top__message-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}

.p-top__message-slider {
  display: block;
  margin: auto;
  padding: 0;
  max-inline-size: 100%;
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 82/55;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
}

.p-top__message-carousel {
  display: block;
  inline-size: 100%;
  block-size: 100%;
}

.p-top__message-carousel-wrapper {
  display: flex;
  inline-size: 100%;
  block-size: 100%;
}

.p-top__message-carousel-slide {
  inline-size: 100%;
  block-size: 100%;
  display: block;
  aspect-ratio: 82/55;
  position: relative;
}

.p-top__message-carousel-slide.swiper-slide-active {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.p-top__message-carousel-image {
  position: absolute;
  left: 50%;
  top: 0;
  block-size: 100%;
  inline-size: 100%;
  transform: translateX(-50%);
}

.p-top__message-carousel-pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: 1rem;
  inline-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.p-top__message-carousel-pagination .swiper-pagination-bullet {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #807160;
  opacity: 1;
  margin: 0 6px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.p-top__message-carousel-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.p-top__message-content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
}

@media (max-width: 752px) {
  .p-top__message {
    padding-inline: 2.4rem;
  }
}
.p-top__workshop {
  padding-inline: 3.6rem;
  padding-block: 7.2rem;
  background-color: #efe8de;
  border-radius: 6rem 0rem;
}

.p-top__workshop-heading {
  font-family: "Kaisei Opti", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  position: relative;
  padding-block: 1.2rem;
  margin-block-end: 3.6rem;
  text-align: center;
  scroll-margin-top: 13rem;
}
.p-top__workshop-heading::before {
  content: attr(data-title-en);
  color: rgba(211, 193, 167, 0.75);
  font-size: 4.8rem;
  font-family: "ballare", "Allura", sans-serif, cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.15em;
  position: absolute;
  top: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.p-top__workshop-heading-text {
  position: relative;
  z-index: 1;
}

.p-top__workshop-courses {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4.8rem;
}

@media (max-width: 752px) {
  .p-top__workshop {
    padding-inline: 2.4rem;
  }
}
.p-top__movie {
  padding-block: 9.6rem;
  padding-inline: 3.6rem;
}

.p-top__movie-heading {
  font-family: "Kaisei Opti", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  position: relative;
  padding-block: 1.2rem;
  margin-block-end: 3.6rem;
  text-align: center;
  scroll-margin-top: 13rem;
}
.p-top__movie-heading::before {
  content: attr(data-title-en);
  color: rgba(211, 193, 167, 0.75);
  font-size: 4.8rem;
  font-family: "ballare", "Allura", sans-serif, cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.15em;
  position: absolute;
  top: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.p-top__movie-heading-text {
  position: relative;
  z-index: 1;
}

.p-top__movie-content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.6rem;
}

.p-top__movie-video-frame {
  display: block;
  inline-size: 100%;
  block-size: auto;
  aspect-ratio: 16/9;
}

.p-top__movie-video-youtube {
  inline-size: 100%;
  block-size: 100%;
}

@media (max-width: 752px) {
  .p-top__movie {
    padding-inline: 2.4rem;
  }
}
.p-top__souvenir {
  padding-block: 9.6rem;
  padding-inline: 3.6rem;
}

.p-top__souvenir-heading {
  font-family: "Kaisei Opti", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  position: relative;
  padding-block: 1.2rem;
  margin-block-end: 3.6rem;
  text-align: center;
  scroll-margin-top: 13rem;
}
.p-top__souvenir-heading::before {
  content: attr(data-title-en);
  color: rgba(211, 193, 167, 0.75);
  font-size: 4.8rem;
  font-family: "ballare", "Allura", sans-serif, cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.15em;
  position: absolute;
  top: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.p-souvenir-heading-text {
  position: relative;
  z-index: 1;
}

.p-top__souvenir-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  row-gap: 2.4rem;
}

.p-top__souvenir-subheading {
  font-family: "Kaisei Tokumin", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
}

.p-top__souvenir-image-wrapper {
  max-inline-size: 100%;
  inline-size: 100%;
  block-size: auto;
  border-radius: 2.5rem;
  overflow: hidden;
  aspect-ratio: 82/55;
}

.p-top__souvenir-item-image {
  max-inline-size: 100%;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

@media (max-width: 752px) {
  .p-top__souvenir {
    padding-inline: 2.4rem;
  }
}
.p-top__faq {
  padding-block-start: 4.8rem;
  padding-block-end: 14.4rem;
  padding-inline: 3.6rem;
}

.p-top__faq-heading {
  font-family: "Kaisei Opti", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  position: relative;
  padding-block: 1.2rem;
  margin-block-end: 3.6rem;
  text-align: center;
  scroll-margin-top: 13rem;
}
.p-top__faq-heading::before {
  content: attr(data-title-en);
  color: rgba(211, 193, 167, 0.75);
  font-size: 4.8rem;
  font-family: "ballare", "Allura", sans-serif, cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.15em;
  position: absolute;
  top: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.p-top__faq-heading-text {
  position: relative;
  z-index: 1;
}

.p-top__faq-content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4.4rem;
}

.p-top__faq-item {
  padding-bottom: 3.6rem;
  border-bottom: 1px solid #b6aba3;
}

.p-top__faq-question {
  font-family: "Kaisei Tokumin", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  padding-block-end: 2.4rem;
}

.p-top__faq-question-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.2rem;
}
.p-top__faq-question-text::before {
  content: "Q.";
}

.p-top__faq-answer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 1.2rem;
}
.p-top__faq-answer::before {
  content: "A.";
  font-family: "Kaisei Tokumin", serif;
  padding-block-start: 0.1em;
}
.p-top__faq-answer p,
.p-top__faq-answer h1,
.p-top__faq-answer h2,
.p-top__faq-answer h3,
.p-top__faq-answer h5,
.p-top__faq-answer h6 {
  margin-block: 0.2em;
}
.p-top__faq-answer ul,
.p-top__faq-answer ol {
  padding-left: spacingSp(2);
  margin-block: 0.2em;
}

.p-top__faq-answer-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  padding-block-end: 2.4rem;
}

@media (max-width: 752px) {
  .p-top__faq {
    padding-inline: 2.4rem;
  }
}
.p-top__reservation {
  padding-block: 7.2rem;
  padding-inline: 3.6rem;
  background-color: #efe8de;
  border-radius: 6rem 0rem;
}

.p-top__reservation-heading {
  font-family: "Kaisei Opti", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  position: relative;
  padding-block: 1.2rem;
  margin-block-end: 3.6rem;
  text-align: center;
  scroll-margin-top: 13rem;
}
.p-top__reservation-heading::before {
  content: attr(data-title-en);
  color: rgba(211, 193, 167, 0.75);
  font-size: 4.8rem;
  font-family: "ballare", "Allura", sans-serif, cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.15em;
  position: absolute;
  top: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.p-top__reservation-heading-text {
  position: relative;
  z-index: 1;
}

.p-top__reservation-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  text-align: center;
  padding-block-end: 2.4rem;
}

.p-top__reservation-calendar {
  display: block;
  inline-size: 100%;
  block-size: auto;
}

.p-top__reservation-calendar-frame {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 41/50;
  border: none;
}

@media (max-width: 752px) {
  .p-top__reservation {
    padding-inline: 2.4rem;
  }
}
.p-top__access {
  padding-block: 9.6rem;
  padding-inline: 3.6rem;
}

.p-top__access-heading {
  font-family: "Kaisei Opti", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  position: relative;
  padding-block: 1.2rem;
  margin-block-end: 3.6rem;
  text-align: center;
  scroll-margin-top: 13rem;
}
.p-top__access-heading::before {
  content: attr(data-title-en);
  color: rgba(211, 193, 167, 0.75);
  font-size: 4.8rem;
  font-family: "ballare", "Allura", sans-serif, cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.15em;
  position: absolute;
  top: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.p-top__access-heading-text {
  position: relative;
  z-index: 1;
}

.p-top__access-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-block-end: 1.2rem;
  row-gap: 1.2rem;
}

.p-top__access-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-top__access-map {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 41/25;
}

.p-top__access-map-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 752px) {
  .p-top__access {
    padding-inline: 2.4rem;
  }
}

/*# sourceMappingURL=index.css.map */
