@charset "utf-8";

body {
  height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fff;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background-color: #fff;
}

.content-btn {
  position: relative;
}

.event {
  /* padding: 180px 0 0; */
  background-color: #fffdf8;
}

.event .set-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 120px;
}

.set-btn {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.content-btn .set-btn {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 7%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1000;
}

.content-btn .set-btn p.img08-title {
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: clamp(1vw, 2.5vw, 5vw);
}


.content-btn .set-btn .img08-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  /* padding: 0 10px; */
}

.content-btn .set-btn p.img08-btn {
  display: block;
  width: auto;
  max-width: 300px;
  margin: 0 auto;
  padding: 30px 0 0px;
}

.content-btn .set-btn p.img08-btn a {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

/* スマホレイアウト */
@media (max-width: 1600px) {
  .set-btn {
    width: 80%;
  }

  .content-btn .set-btn p.img08-content {
    width: 85%;
  }
}


/****************************************************/
/* おすすめコスチューム                                  */
/****************************************************/
.costume {
  margin: 0 auto;
  margin-top: clamp(40px, 5vw, 60px);
}

.costume ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.costume ul li {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.costume ul li>p:nth-child(1) {
  width: 100%;
  max-width: 380px;
}

.costume ul li>p:nth-child(2) {
  padding: 10px 0 0;
  color: #000;
  font-size: 20px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

.costume p.img08-btn {
  width: 100%;
  max-width: 410px;
  margin: 60px auto 0;
}

.lady-slider img {
  width: 100%;
  height: auto;
  display: block;
}


/****************************************************/
/* オンライン予約はこちらから                              */
/****************************************************/
.online-reservation {
  padding: 180px 0 180px;
  background-color: #fffdf8;
}

.online-reservation h2 {
  max-width: 550px;
  text-align: center;
  margin: 0 auto 60px;
}

.online-reservation ul {
  max-width: 1440px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 26px;
}

.online-reservation ul li {
  width: 450px;
  display: flex;
  align-items: stretch;
}

.online-reservation ul::after {
  content: "";
  display: block;
  width: 450px;
  height: 0;
  margin: 0;
}

.online-reservation ul li>p {
  margin: 0;
  flex: 0 0 auto;
  width: 100%;
  max-width: 160px;
  height: auto;
}

.online-reservation ul li>div {
  flex: 1;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.online-reservation ul li h3 {
  margin: 4px 0 10px;
  width: 100%;
  max-width: 260px;
}

.online-reservation ul li>div>div {
  display: flex;
  gap: 6px;
}

.online-reservation ul li>div>div p {
  margin: 0;
}

.online-reservation ul li a {
  width: 100%;
  display: inline-block;
  height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
  border-radius: 2px;
  white-space: nowrap;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

.online-reservation ul li>div>div p:last-child a {
  background-color: #FF6B81;
}

.online-reservation ul li:nth-child(1)>div>div p:first-child a {
  /* 東京 */
  background-color: #055E03;
}

.online-reservation ul li:nth-child(2)>div>div p:first-child a {
  /* 横浜 */
  background-color: #11A19F;
}

.online-reservation ul li:nth-child(3)>div>div p:first-child a {
  /* 大阪 */
  background-color: #8E0E50;
}

.online-reservation ul li:nth-child(4)>div>div p:first-child a {
  /* 京都 */
  background-color: #720E81;
}

.online-reservation ul li:nth-child(5)>div>div p:first-child a {
  /* 神戸  */
  background-color: #16315B;
}

.online-reservation ul li:nth-child(6)>div>div p:first-child a {
  /* 名古屋  */
  background-color: #B37416;
}

.online-reservation ul li a:hover {
  filter: brightness(0.9);
}


/****************************************************/
/* 画像の固定　                                        */
/****************************************************/
.img01-wrapper,
.img02-wrapper,
.img03-wrapper,
.img04-wrapper {
  position: relative;
}

.img02-wrapper {
  margin-bottom: 120px;
}

.img01-decoration {
  position: absolute;
  top: -25vh;
  right: -10vw;
  width: 22vw;
  max-width: 450px;
  z-index: 10;
  pointer-events: none; 
}

.img02-decoration {
  position: absolute;
  bottom: -25vh;
  right: 3vw;
  width: 22vw;
  max-width: 350px;
  z-index: 10;
  pointer-events: none; 
}

.img03-decoration {
  position: absolute;
  bottom: -250px;
  left: -5vw;
  width: 22vw;
  max-width: 350px;
  z-index: 10;
  pointer-events: none; 
}

.img04-decoration {
  position: absolute;
  bottom: -18vh;
  right: 9vw;
  width: 22vw;
  max-width: 250px;
  z-index: 10;
  pointer-events: none; 
}


/****************************************************/
/* 画面固定用（モーダル開時に付与）                        */
/****************************************************/
body.modal-open {
  overflow: hidden;
}

/* モーダルの土台 */
.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-modal.is-open {
  display: flex;
}

/* 黒半透明の背景 */
.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}

/* 中央のダイアログ */
.video-modal__dialog {
  position: relative;
  width: min(90vw, 480px);
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
  overflow: hidden;
  z-index: 1;
}

/* 縦動画は余白なしで全面表示 */
.video-modal__content video {
  width: 100%;
  height: 100%;
  object-fit: cover;           /* はみ出してもOKなら cover、全体表示なら contain */
}

/* iframe (YouTubeなど縦動画用) */
.video-modal__content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* 閉じるボタン（右上） */
.video-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  font-size: 22px;
  line-height: 40px;
  cursor: pointer;
  z-index: 2;
}

.video-modal__close:hover { background: #fff; }

/* 中身（video/iframe） */
.video-modal__content,
.video-modal__content iframe,
.video-modal__content video {
  width: 100%;
  height: 100%;
  display: block;
}

.video-modal__content video { object-fit: contain; }

@media (max-width: 590px) {
  .video-modal__dialog {
    width: 94vw;
    aspect-ratio: 9 / 16;
    border-radius: 12px;
  }
}


/* スマホレイアウト */
@media (max-width: 870px) {
  .online-reservation {
    padding: 150px 10px 180px;
  }

  .online-reservation ul {
    justify-content: center;
  }

  .online-reservation ul li {
    width: 100%;
    max-width: 420px;
  }
  .event .set-btn {
    gap: 100px;
  }
}

@media (max-width: 430px) {

  .online-reservation ul {
    margin-left: -10px;
  }

  .online-reservation ul li {
    width: 88%;
    gap: 14px;
  }

  .online-reservation ul li>p {
    max-width: 130px;
  }

  .online-reservation ul li>div {
    padding-left: 0;
  }

  .online-reservation ul li>div>div {
    flex-direction: column;
    gap: 6px;
    width: fit-content;
  }

  .online-reservation ul li a {
    font-size: 16px;
  }
}

/****************************************************/
/* footer                                           */
/****************************************************/
footer {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

footer p {
  width: 100%;
  max-width: 180px;
}

footer small {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

@media (max-width: 1200px) {
  .content-btn .set-btn {
    bottom: clamp(40px, 6vw, 160px);
  }
}

@media (max-width: 860px) {

  .content-btn .set-btn {
    top: 20%;
  }

  .content-btn .set-btn p.img08-content {
    width: 90%;
  }

  .content-btn .set-btn p.img08-title {
    width: 80%;
    margin-bottom: 5vw;

  }

  .content-btn .set-btn h2.img08-title {
    padding: 0px 0 40px;
  }

  .content-btn .set-btn p.img08-btn {
    max-width: 200px;
  }

  .lady-slider {
    flex-direction: column;
  }
  .costume ul li>p:nth-child(2) {
    font-size: 16px;
  }

  .img01-decoration {
    width: 35vw;
    top: -18vh;
  }

  .img02-decoration {
    width: 35vw;
    bottom: unset;
  }

  .img03-decoration {
    display: none;
  }

  .img04-decoration {
    display: none;
  }




}

@media (max-width: 430px) {

  .content-btn .set-btn h2.img08-title {
    max-width: 300px;
  }

  .content-btn .set-btn p.img08-btn {
    max-width: 200px;
  }

  .costume ul li>p:nth-child(2) {
    font-size: 13px;
  }

  .event {
    padding: 120px 0 0;
  }

  .img01-decoration {
    width: 45vw;
    top: -130px;
  }

}