/*共通*/
:root {
  --main-color: #006298;
  --sub-color: #010101;
  --accent-color: #b3a369;
  --white-color: #ffffff;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}
html {
  font-size: 16px;
}
body {
  background-color: #e8f7ff;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.br-sp {
  display: block;
}
.br-pc {
  display: none;
}
@media screen and (min-width: 750px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
}
/*セクション*/
section {
  padding-top: clamp(1.875rem, 8vw, 3.75rem);
}
.entry {
  padding-inline: 0.9375rem;
  padding-bottom: clamp(2.5rem, 8vw, 5rem);
}
.present {
  padding-inline: 0.9375rem;
  margin-top: clamp(1.875rem, 8vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 8vw, 5rem);
}
.banner {
  background-color: var(--main-color);
  padding-bottom: clamp(2.5rem, 8vw, 5rem);
}
@media screen and (min-width: 750px) {
  .present {
    margin-top: min(3vw, 3.75rem);
    padding-top: 5.3125rem;
  }
  .banner {
    padding-top: 6.25rem;
  }
}
.seat {
  padding-inline: 0.9375rem;
  background-color: #ffffff;
  padding-bottom: clamp(2.5rem, 8vw, 5rem);
}
.qa {
  padding-bottom: clamp(3.75rem, 8vw, 7.5rem);
}
@media screen and (min-width: 750px) {
  .qa {
    padding-top: 6.25rem;
    padding-bottom: 8.75rem;
  }
  .seat {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
/*エントリー*/
.entry-ttl {
  max-width: 750px;
  margin: 0 auto;
}
.entry-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.entry-item._entry-start {
  width: 97%;
}
.entry-item._entry-end {
  width: 88%;
}
@media screen and (min-width: 750px) {
  .entry-inner {
    max-width: 750px;
    margin: 0 auto;
    flex-direction: row;
    gap: min(2vw, 2.5rem);
  }
  .entry-item {
    width: 49%;
    margin: 0 auto;
  }
  .entry-item._entry-start {
    width: 49%;
  }
  .entry-item._entry-end {
    width: 49%;
  }
}
.entry-text {
  font-size: clamp(0.8rem, 3.4vw, 1.625rem);
  font-weight: 600;
  line-height: 1.75;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .entry-text {
    max-width: 867px;
    font-size: min(2vw, 1.1rem);
    margin: 1.875rem auto 0 auto;
  }
}
.entory-fav {
  margin-top: clamp(2.1875rem, 8vw, 4.375rem);
}
@media screen and (min-width: 750px) {
  .entory-fav {
    margin-top: 3.3125rem;
  }
}
/* .entory-img {
  width: 412px;
} */
/*プレゼント*/
.present {
  background-color: #006298;
}
.present-item._towel {
  width: 102%;
}
@media screen and (min-width: 750px) {
  .present-item._towel {
    width: 100%;
  }
}
.present-ttl {
  position: relative;
  width: 51.66%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .present-ttl {
    width: 357px;
  }
}
.ttl-text {
  font-size: clamp(0.75rem, 3vw, 1.5rem);
  font-weight: 400;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
}
.present-inner {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 6vw, 3.75rem);
  margin: 1rem auto 0 auto;
}
@media screen and (min-width: 750px) {
  .present-inner {
    max-width: 680px;
    gap: 2rem;
  }
}
/*map*/
.seat-ttl {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .seat-ttl {
    width: 584px;
  }
}
.ttl-text._black {
  color: #010101;
  font-size: clamp(0.625rem, 2.8vw, 1.5rem);
  font-weight: 600;
  font-family: 'Noto Sans CJK JP';
}
.seat-map {
  max-width: 750px;
  margin-top: clamp(1.5625rem, 5vw, 3.125rem);
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .seat-map {
    max-width: 680px;
    margin-top: 1rem;
  }
}
.seat-btn {
  display: block;
  width: 57.2%;
  margin: clamp(1rem, 4vw, 2.5rem) auto 0 auto;
  background: none;
  border: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
.seat-btn :hover {
  opacity: 0.8;
}
.seat-text {
  max-width: 750px;
  font-size: clamp(0.625rem, 2.7vw, 1.25rem);
  font-family: 'Noto Sans CJK JP';
  font-weight: 600;
  font-feature-settings: 'palt';
  line-height: 1.6;
  margin: 0 auto;
}
.seat-text span {
  color: #f91700;
  margin-right: 2px;
}
.text-last {
  margin-left: clamp(0.625rem, 2vw, 0.9375rem);
}
.special-btn {
  display: block;
  width: 57.2%;
  margin: clamp(1.5625rem, 5vw, 3.125rem) auto 0 auto;
  background: none;
  border: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .special-btn {
    width: 483px;
  }
}
.special-btn:hover {
  opacity: 0.8;
}
/*Q&A*/
.qa-ttl {
  width: 22.1%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .qa-ttl {
    width: 166px;
  }
}
.accordion {
  display: grid;
  grid-template-rows: 0fr;
  transition: gird-template-rows 0.3s ease;
}

.content-text {
  display: none;
  transition: max-height 0.3s ease;
  color: #009c40;
  font-size: 30px;
  background-color: #fafafa;
}
/*アコーディオン*/

.accordion-icon {
  position: relative;
  width: 15px;
  border-radius: 50%;
  flex-shrink: 0;
}

.accordion-icon img {
  transition: transform 0.3s ease;
}

/* アコーディオンが開いた時にアイコンを180度回転 */
.accordion-button.is-open .accordion-icon img {
  transform: rotate(180deg);
}

.accordion-icon span {
  position: absolute;
  width: 4px;
  height: 30px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(20deg);
  border-radius: 50px;
}

.accordion-icon span:first-child {
  position: absolute;
  width: 30px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
  background-color: #fff;
}

.accordion-question {
  font-size: 37px;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  color: #009c3f;
}

.accordion-question_text {
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  color: #fff;
  margin-left: 10px;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .accordion-question_text {
    font-size: 1.25rem;
  }
}
.accordion-button {
  background-color: #006298;
  border: none;
  transition: 0.7s;
  -webkit-tap-highlight-color: transparent;
}
.accordion-button {
  position: relative;
  width: 100%;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  cursor: pointer;
  border: none;
  transition: 0.5s;
}
@media screen and (min-width: 750px) {
  .accordion-button {
    height: 70px;
  }
}
.accordion-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.9375rem, 4vw, 1.875rem);
  padding-inline: 0.9375rem;
  margin-top: 10px;
}
@media screen and (min-width: 750px) {
  .accordion-box {
    gap: 1.5625rem;
  }
}
.accordion-img {
  font-size: clamp(1.75rem, 6vw, 3.5rem);
  font-weight: 500;
  font-family: 'Roboto';
  color: #fff;
}
@media screen and (min-width: 750px) {
  .accordion-img {
    font-size: 2rem;
  }
}
.accordion-text {
  font-size: min(5.6vw, 28px);
  font-weight: 500;
  font-family: 'Outfit';
  color: #006298;
  text-align: center;
}

.accordion-text2 {
  font-size: 0.8rem;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  color: #006298;
  line-height: 2;
  word-break: break-all;
}
@media screen and (min-width: 750px) {
  .accordion-text2 {
    font-size: min(3vw, 15px);
  }
}
.ticket-link {
  border-bottom: 1px solid #006298;
}
.accordion-item {
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: -1px;
}

.accordion-content img {
  width: 40px;
}
.accordion {
  position: relative;
  max-width: 690px;
  width: 100%;
  border-radius: 8px;
  font-family: sans-serif;
}
@media screen and (min-width: 750px) {
  .accordion {
    max-width: 680px;
  }
}
.accordion-content-parent {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}

.accordion-content-parent._active {
  grid-template-rows: 1fr;
  background-color: #fff;
  padding: 15px;
}

.accordion-content {
  /*開閉時にはみ出さないように*/
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #009c40;
}
.accordion-content._first {
  flex-direction: column;
}
.flex {
  display: flex;
  gap: 10px;
}

/* アコーディオン開いたとき（＋→×へ変形） */
.accordion-button.active span:nth-child(2) {
  opacity: 0;
}
/*--acoordionセクション調整---*/
.s .accordion {
  position: relative; /*親要素に指定*/
  max-width: 680px; /*横幅最大値の設定*/
  width: 100%;
  border-radius: 8px;
  font-family: sans-serif;
}

.accordion-button:active {
  background-color: transparent; /* 押したときの色を透明に */
}

.s .accordion-text {
  font-size: min(5.6vw, 28px);
  line-height: 1.6;
  text-align: left;
}

.s .accordion-text2 {
  font-size: min(3vw, 15px);
  line-height: 1.6;
  text-align: left;
}

.s .accordion-img {
  font-size: clamp(1.75rem, 6vw, 3.5rem); /*文字サイズの調整*/
}

.payment-img {
  max-width: 750px;
  padding: 0 1rem;
  margin: 0 auto;
}
.payment-img:hover {
  opacity: 0.8;
}
.entory-textImg {
  width: clamp(206px, 55.06vw, 413px);
  margin: clamp(1.25rem, 4vw, 2.5rem) auto 0 auto;
}
@media screen and (min-width: 750px) {
  .entory-textImg {
    margin: 1.6875rem auto 0 auto;
  }
}
.fav-btn {
  display: block;
  width: 71.2%;
  margin: clamp(0.6875rem, 2.5vw, 1.4375rem) auto 0 auto;
  background: none;
  border: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
.fav-btn:hover {
  opacity: 0.8;
}
.btn-text {
  font-size: clamp(0.75rem, 3vw, 1.5rem);
  font-family: 'Noto Sans CJK JP';
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-top: clamp(1.25rem, 4vw, 2.5rem);
}
.btn-text._white {
  color: #ffffff;
  margin-top: 0;
}
.btn-text._white span {
  color: #fff;
}
.btn-text span {
  color: #ff0000;
}
@media screen and (min-width: 750px) {
  .entory-img {
    max-width: 700px;
    margin: 2rem auto 0 auto;
  }
  .fav-btn {
    width: 500px;
    margin: 1.125rem auto 0 auto;
  }
  .btn-text {
    max-width: 547px;
    font-size: 0.9rem;
    margin-inline: auto;
    margin-top: 1.75rem;
  }
}

/*================================================
　footer    
================================================ */

footer {
  padding: clamp(25px, 6.666666666666667vw, 50px) 0 clamp(80px, 21.333333333333336vw, 160px);
  background-color: var(--sub-color);
  text-align: center;
  color: var(--white-color);
}

.footer-share {
  display: flex;
  margin-bottom: clamp(20px, 5.333333333333334vw, 40px);
  flex-wrap: wrap;
  column-gap: clamp(10px, 1.3333333333333335vw, 20px);
  justify-content: center;
  align-items: center;
}

.footer-sns {
  display: flex;
  justify-content: center;
  padding: clamp(10px, 2.666666666666667vw, 20px) 0;
  gap: 4px;
  background-color: var(--white-color);
}

.footer-sns li {
  width: clamp(40px, 9.333333333333334vw, 70px);
}

.footer-logo {
  margin: clamp(20px, 5.333333333333334vw, 40px) auto 0;
  width: 35%;
}

.footer-copy {
  font-family: 'Arial', sans-serif;
  font-size: clamp(0.625rem, 1.866666666666667vw, 0.875rem);
  color: var(--white-color);
}

.footerShare-title {
  width: 100%;
  font-size: clamp(2.8125rem, 12vw, 5.625rem);
  font-family: 'Teko', sans-serif;
}
@media screen and (min-width: 750px) {
  .footerShare-title._share {
    width: fit-content;
  }
}
.footerShare-hash {
  font-size: clamp(1rem, 4.266666666666667vw, 2rem);
  color: var(--white-color);
}

.footerShare-list {
  gap: 5px !important;
}

.footerShare-list li {
  width: clamp(37px, 10vw, 75px);
}
@media screen and (min-width: 750px) {
  footer {
    padding: 50px 0 80px;
  }
  .footer-share {
    margin-bottom: 50px;

    gap: 20px;
  }
  .footer-sns {
    padding: 25px 0;
    width: 100%;
    gap: 15px;
  }
  .footer-sns li {
    width: 63px;
  }
  .footer-logo {
    margin: 40px auto 30px;
    display: block;
    width: 260px;
  }
  .footer-copy {
    font-size: 0.875rem;
  }
  .footerShare-title {
    font-size: 4.5rem;
  }
  .footerShare-hash {
    font-size: 1.375rem;
  }
  .footerShare-list {
    display: flex;
    gap: 10px;
  }
  .footerShare-list li {
    width: 75px;
  }
}
/* ----- レスポンシブ ----- */
@media screen and (768px < width <= 1040px) {
  /* lead */
  .lead-time {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .leadTime {
    width: 470px;
  }
  .leadTime-text {
    height: 48px;
  }

  /* スライダー */
  .js-slider .slick-next {
    right: 4%;
  }
  .js-slider .slick-prev {
    left: 4%;
  }

  /* map */
  .map-title {
    width: 682px;
  }
  .map-img {
    margin: 0 0 20px;
    width: calc(100% - 30px);
    transform: translateX(30px);
  }
}

/* =================================
   MODAL
================================= */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  padding: 4rem 1.25rem;
}

.modal-content {
  position: relative;
  max-width: 100%;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-image {
  width: 100%;
  height: auto;
  display: block;
  max-height: 90vh;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  top: -3.5rem;
  right: 0;
  color: var(--white-color);
  font-size: 2.5rem;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.2s ease;
  z-index: 10000;
  background: none;
  border: none;
  padding: 0;
}

.modal-close:hover {
  transform: scale(1.2);
}

/* モバイル対応 */
@media screen and (min-width: 750px) {
  .modal {
    padding: 2rem 1.25rem;
  }
  .modal-close {
    top: -1.5rem;
    right: -0.625rem;
    font-size: 3rem;
  }
}

/* =================================
   TABLE
================================= */
table {
  width: 94%;
  max-width: 680px;
  border-collapse: collapse;
  background-color: var(--white-color);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.s table {
  width: 98%;
}
table th,
table td {
  padding: 0.875rem 1rem;
  border: 0.0625rem solid #ddd;
  font-size: clamp(0.75rem, 3vw, 0.875rem);
  line-height: 1.6;
}

table th {
  background-color: #e5e5e5;
  color: var(--sub-color);
  font-weight: bold;
  text-align: center;
}

table td {
  background-color: var(--white-color);
  color: var(--sub-color);
}

.pl_tCenter {
  text-align: center;
  vertical-align: middle;
}

/* レスポンシブ対応 (SP) */
@media screen and (max-width: 749px) {
  table th,
  table td {
    padding: 0.75rem 0.5rem;
  }

  .pl_tCenter {
    display: table-cell;
    vertical-align: middle;
  }
}

/* レスポンシブ対応 (PC) */
@media screen and (min-width: 750px) {
  table th,
  table td {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}

/* =================================
   FIXED BUTTON (右下固定ボタン)
================================= */
.fixed-btn {
  position: fixed;
  bottom: 1.25rem;
  right: 0.25rem;
  width: 101px;
  height: 101px;
  transition: all 0.3s ease;
  z-index: 1000;
}
.fixed-btn span {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}

.fixed-btn p {
  font-size: 0.625rem;
  margin-top: 0.125rem;
  font-weight: bold;
}

.fixed-btn:hover {
  opacity: 0.8;
}

/* PC対応 */
@media screen and (min-width: 750px) {
  .fixed-btn {
    bottom: 2rem;
    right: 2rem;
    width: 214px;
    height: 214px;
  }

  .fixed-btn span {
    font-size: 1.5rem;
  }

  .fixed-btn p {
    font-size: 0.75rem;
  }
}
