@charset "UTF-8";
.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.lp-main__image {
  width: calc(100% - 40px);
  max-width: 1470px;
  margin: 0 auto;
}

.lp-main__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-header {
  position: relative;
  z-index: 10;
}

.lp-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 88px;
  padding: 0 16px;
}

.lp-header__logo {
  position: absolute;
  z-index: 2;
  top: 42px;
  left: 8px;
  display: block;
  width: clamp(240px, 23.1292517007vw, 340px);
  padding-left: 20px;
}
.lp-header__logo::before {
  position: absolute;
  z-index: -1;
  top: -42px;
  left: -8px;
  width: calc(100% + 70px);
  height: 125px;
  background-color: #fff;
  border-radius: 0 0 55px 0;
  content: "";
}
.lp-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-header__nav {
  position: relative;
  z-index: 3;
}

.lp-main {
  position: relative;
  z-index: 1;
}

.lp-header {
  position: relative;
  z-index: 10;
}

.lp-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 88px;
  padding: 0 16px;
}

.lp-header__logo {
  position: absolute;
  z-index: 2;
  top: 42px;
  left: 8px;
  display: block;
  width: clamp(240px, 23.1292517007vw, 340px);
}

.lp-header__logo::before {
  position: absolute;
  z-index: -1;
  top: -19px;
  left: -8px;
  width: calc(100% + 70px);
  height: clamp(90px, 8.7074829932vw, 128px);
  background-color: #fff;
  border-radius: 0 0 95px 0;
  content: "";
}

.lp-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-header__nav {
  position: relative;
  z-index: 3;
}

.lp-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 2.5850340136vw, 38px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-header__item a {
  color: #111;
  font-size: clamp(14px, 1.0884353741vw, 16px);
  text-decoration: none;
  white-space: nowrap;
}

.lp-header__reservation {
  display: block;
}

.lp-header__reservation img {
  display: block;
  width: clamp(120px, 9.7959183673vw, 144px);
  height: auto;
}

.lp-main {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 900px) {
  .lp-header,
  .lp-main {
    width: 100%;
  }
  .lp-header__inner {
    min-height: 64px;
    padding: 0 15px;
  }
  /* ロゴ */
  .lp-header__logo {
    top: 22px;
    width: 165px;
  }
  /* ロゴ後ろの白い背景 */
  .lp-header__logo::before {
    top: -22px;
    left: -15px;
    width: calc(100% + 35px);
    height: 82px;
    border-radius: 0 0 45px 0;
  }
  /* PC用ナビを非表示 */
  .lp-header__item:not(:last-child) {
    display: none;
  }
  .lp-header__list {
    gap: 0;
  }
  /* 来場予約ボタン */
  .lp-header__reservation img {
    width: 105px;
  }
  /* メイン画像 */
  .lp-main {
    padding: 0 10px;
  }
  .lp-main__image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 900px) and (max-width: 767px) {

  .lp-main {
    padding: 0;
  }

  .lp-main__image img {
    border-radius: 20px;
  }
}
.lp-image-section {
  padding: 88px 0 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(55%, #f2f2f2), color-stop(55%, #fff), to(#fff));
  background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 55%, #fff 55%, #fff 100%);
}

.lp-image-section__image {
  width: min(80%, 700px);
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .lp-image-section__image {
    max-width: 400px;
  }
}

.lp-image-section__image img {
  display: block;
  width: 83%;
  height: auto;
  border-radius: 0 100px 100px 0;
}

@media screen and (max-width: 767px) {
  .lp-image-section__image img {
    border-radius: 0 25px 25px 0;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .lp-image-section {
    padding: 45px 0 25px;
  }
  .lp-image-section__image {
    width: calc(100% - 30px);
  }
}
.event {
  padding: 65px 30px 55px;
  background-color: #f3f3f3;
  color: #111;
}

.event__inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .event__inner {
    width: 80%;
  }
}

.event__title {
  margin: 0 0 50px;
  font-family: Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
}

.event__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.event__item {
  min-width: 0;
}

.event__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.event__image {
  overflow: hidden;
  border-radius: 18px;
}

.event__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.event__body {
  padding-top: 10px;
}

.event__date {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.event__name {
  margin: 0 0 9px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.event__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.event__place img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: auto;
}

.event__button {
  margin-top: 46px;
  text-align: center;
}

.event__button a {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.event__button img {
  display: block;
  width: 230px;
  height: auto;
  margin:  0  auto;
}

@media screen and (max-width: 767px) {
  .event {
    padding: 55px 20px 60px;
  }
  .event__title {
    margin-bottom: 35px;
    font-size: 34px;
  }
  .event__list {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .event__item {
    width: 100%;
  }
  .event__image {
    width: 100%;
    border-radius: 14px;
  }
  .event__date {
    margin-bottom: 6px;
    font-size: 13px;
  }
  .event__name {
    margin-bottom: 7px;
    font-size: 16px;
  }
  .event__place {
    font-size: 11px;
  }
  .event__place img {
    width: 13px;
  }
  .event__button {
    margin-top: 40px;
  }
  .event__button img {
    width: 200px;
  }
}
.about {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 60px 30px 20px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 50px 80px 50px;
}

.worry {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .worry {
    padding: 30px 0;
  }
}

.feature {
  max-width: 906px;
  margin: 0 auto;
  padding: 20px 50px 80px 50px;
}

.step {
  padding: 80px 100px 0 0;
}
@media screen and (max-width: 767px) {
  .step {
    padding: 0;
  }
}

.message {
  padding: 65px 30px 85px;
  background-color: #f3f3f3;
  color: #222;
}

.message__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.message__heading {
  margin-bottom: 80px;
  text-align: center;
}

.message__heading-ja {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
}

.message__heading-en {
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}

.message__title {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;

}

.message__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 65px;
}

.message__text p {
  margin: 0 0 34px;
  font-size: 15px;
  line-height: 2.05;
  letter-spacing: 0.03em;
}

.message__text p:last-child {
  margin-bottom: 45px;
}

.message__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.message__profile-text p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
}

.message__logo {
  display: block;
  width: 160px;
  height: auto;
}

.message__image {
  overflow: hidden;
  border-radius: 28px;
}

.message__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .message {
    padding: 55px 20px 60px;
  }
  .message__inner {
    max-width: 500px;

  }
  .message__heading {
    margin-bottom: 45px;
  }
  .message__heading-ja {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .message__heading-en {
    font-size: 34px;
  }
  .message__title {
    margin-bottom: 28px;
    font-size: 19px;
    line-height: 1.7;
      text-align: center;
  }
  .message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
  .message__body {
    width: 100%;
  }
  .message__text p {
    margin-bottom: 26px;
    font-size: 13px;
    line-height: 2;
  }
  .message__text p:last-child {
    margin-bottom: 35px;
  }
  .message__profile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .message__profile-text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .message__profile-text p {
    font-size: 12px;
    line-height: 1.8;
  }
  .message__logo {
    width: 115px;
  }
  .message__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: min(75%, 420px);
    margin: 0;
    border-radius: 20px;
  }
  .message__image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.faq {
  padding: 95px 30px 90px;
  background-color: #fff;
}

.faq__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.faq__heading {
  margin-bottom: 52px;
  text-align: center;
}

.faq__heading-ja {
  margin-bottom: 16px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.faq__heading-en {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.faq__list {
  display: grid;
  gap: 18px;
}

.faq__item {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 18px;
  background-color: #fff;
}

.faq__question {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 104px;
  padding: 20px 23px 20px 36px;
  border: 0;
  background-color: transparent;
  color: #333;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.faq__question-mark {
  color: #f47d80;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.faq__question-text {
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.7;
}

.faq__toggle {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f47d80;
}

.faq__toggle::before,
.faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background-color: #fff;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__item.is-open .faq__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.faq__answer {
  display: none;
  padding: 0 36px;
}

.faq__item.is-open .faq__answer {
  display: block;
}

.faq__answer-inner {
  padding: 20px 0 30px;
  border-top: 1px solid #ddd;
}

.faq__answer-inner p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

/* SP */
@media screen and (max-width: 767px) {
  .faq {
    padding: 60px 15px;
  }
  .faq__heading {
    margin-bottom: 35px;
  }
  .faq__heading-ja {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .faq__heading-en {
    font-size: 34px;
  }
  .faq__list {
    gap: 12px;
  }
  .faq__item {
    border-radius: 12px;
  }
  .faq__question {
    grid-template-columns: 32px minmax(0, 1fr) 28px;
    min-height: 78px;
    padding: 15px 14px 15px 18px;
  }
  .faq__question-mark {
    font-size: 24px;
  }
  .faq__question-text {
    padding-right: 10px;
    font-size: 13px;
    line-height: 1.6;
  }
  .faq__toggle {
    width: 28px;
    height: 28px;
  }
  .faq__toggle::before,
  .faq__toggle::after {
    width: 10px;
  }
  .faq__answer {
    padding: 0 18px;
  }
  .faq__answer-inner {
    padding: 15px 0 20px;
  }
  .faq__answer-inner p {
    font-size: 13px;
    line-height: 1.8;
  }
}
.news {
  padding: 100px 30px 120px;
  background-color: #fff;
  color: #333;
}

.news__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.news__heading {
  margin-bottom: 45px;
  text-align: center;
}

.news__heading-ja {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
}

.news__heading-en {
  margin: 0;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
}

.news__item {
  border-top: 1px dashed #f47d80;
  border-bottom: 1px dashed #f47d80;
}

.news__link {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 76px;
  color: inherit;
  text-decoration: none;
}

.news__date {
  color: #f47d80;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.news__title {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 60px 20px 75px;
    padding-top: 0;
  }
  .news__heading {
    margin-bottom: 35px;
  }
  .news__heading-ja {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .news__heading-en {
    font-size: 34px;
  }
  .news__link {
    grid-template-columns: 90px minmax(0, 1fr);
    min-height: 70px;
    gap: 10px;
  }
  .news__date {
    font-size: 12px;
  }
  .news__title {
    font-size: 12px;
    line-height: 1.6;
  }
}



.lp-footer {
  padding: 95px 30px 75px;
  background-color: #535353;
  color: #fff;
}

.lp-footer__inner {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 75px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.lp-footer__logo {
  display: block;
  width: 255px;
}

.lp-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-footer__address {
  margin-top: 28px;
  font-style: normal;
}

.lp-footer__address p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

.lp-footer__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.lp-footer__list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 18px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-footer__item a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.lp-footer__item a:hover {
  opacity: 0.65;
}

.lp-footer__reservation {
  display: block;
  width: 150px;
  margin-top: 28px;
  transition: opacity 0.3s ease;
}

.lp-footer__reservation:hover {
  opacity: 0.75;
}

.lp-footer__reservation img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-footer__copyright {
  margin: auto 0 0;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.about img,
.service img,
.voice img,
.worry img,
.feature img,
.archive img,
.step img {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  height: auto !important;
}