/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


* {
  font-family: "Libre Baskerville", "Noto Sans JP", sans-serif !important;
}


/* ================================
  共通
================================ */
html {
  scroll-padding-top: 75px;
}

.page-section {
  padding: 60px 0;
}

.section-title {
  max-width: 700px;
  font-size: 40px;
}
.section-title2 {
  font-size: 36px;
}

.section-title-mini {
  margin-bottom: 10px;
}

.section-contents {
  margin-bottom: 2rem;
}

.flex {
  display: flex;
}

.mini {
  font-size: 0.8em;
}
.bold {
  font-weight: bold;
}

.sp-only {
  display: none;
}

a {
  color: #0a45b3;
}

.under {
  text-decoration: underline;
}

/* 強調 */
.emphasis {
  color: #ff1616;
}

@media (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }
  .section-title {
    font-size: 36px;
  }
  .section-title2 {
    font-size: 30px;
  }
  .text-md-left2 {
    text-align: left;
  }
  .sp-only {
    display: block;
  }
}

.video {
  padding: 40px 20px 15px 20px;
}

/* ================================
  変数定義_color
================================ */
:root {
  --themecolor-main: #790e0e;
  --themecolor-second: #0d0a27;
  --themecolor-third: #d7d3e7;
  --themecolor-gold: #8f9261;
}

/* ================================
  寄せ
================================ */
.center {
  text-align: center;
}
@media (max-width: 767px) {
  .md-left {
    text-align: left;
  }
}

/* ================================
  ボタン
================================ */
.btn-circle-shadow {
  display: inline-block;
  padding: 1.1em 1.3em;
  width: 240px;
  text-decoration: none !important;
  background: #f3f3f300; /*ボタン色*/
  color: #272727;
  border: solid 1px #272727;
  border-radius: 50px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.37);
  margin-top: 8px;
  margin-bottom: 12px;
}
.btn-circle-shadow:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
  border-bottom: none;
}

.btn-ticket {
  background: #ebe724;
  border-bottom: solid 4px #7b7c2e;
}

.btn-goods {
  background: #ebe724; /*ボタン色*/
  border-bottom: solid 4px #7b7c2e;
  margin-right: 30px;
}

/* ================================
  Header
================================ */
@media (max-width: 767px) {
  #header {
    height: 50px;
  }
  #header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

/* ヘッダー全体をflexに */
.header .container {
  justify-content: space-between;
}
/* ロゴ */
.header-logo {
  flex-shrink: 0;
}
/* ナビ */
.header-menu {
  margin: 0 auto;
}

/* Xボタン */
.header-x {
  margin-left: auto;
  margin-right: 18px;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  z-index: 9999;
}

/* -------------------
   SP表示
------------------- */
@media (max-width: 991px) {

  .header-x {
    order: 2;
    position: absolute;
    right: 60px; /* トグルの左に固定 */
    top: 50%;
    transform: translateY(-50%);
  }

  .header-toggle {
    order: 3;
  }
}

/* ================================
  Top
================================ */
.top-img {
  height: 70vh;
}
.top-img img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}
.top-movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.top-movie iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 1100px) {
  .top-movie {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .top-img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .top-hero {
    height: 67vh;
  }
}

/* ================================
  セクション共通
================================ */
.section-contents h3 {
  color: var(--themecolor-main);
}
.section-contents h5 {
  color: var(--themecolor-second);
}
.section-contents h6 {
  color: var(--themecolor-second);
  font-weight: normal;
}

/* ================================
  News
================================ */
/* .section-news-wrapper {
  background-image: url(../images/bg/light_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#section-news {
  background-color: rgba(241, 233, 241, 0.5);
} */

.info_box {
  /* padding: 30px; */
  /* height: 220px; ニュース更新したら戻してねえええ*/
  height: 120px; /* ニュース更新したら戻してねえええ*/
  overflow: auto;
  background-color: #d5f8d78f;
  padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-left: solid 5px var(--themecolor-second);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.info_text {
  font-size: 15px;
  line-height: 1.9;
  margin: 0px 5px 10px 0px;
}

.info_date {
  color: var(--themecolor-second);
  font-weight: bold;
}

.info_arrow {
  color: #105a7c;
  font-weight: bold;
}

.info_tensen {
  margin: 20px 0px 5px 0px;
  padding: 20px 0px 2px 0px;
  background: url(../images/tensen.png) repeat-x;
}

/* .news_modal {
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
} */

.news-modal-content {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news-modal-content {
    width: 80%;
  }
}

/* ================================
  Introduction
================================ */
/* .section-introduction-wrapper {
  background-image: url(../images/bg/washi_01.jpg);
	background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

}
#section-introduction {
  background-color: rgba(207, 207, 207, 0.5);
} */

.story-text {
  line-height: 1.7;
}

.flyer-img {
  justify-content: center;
}

.flyer-img-content {
  max-width: 40%;
  margin: 1em;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

/* ================================
  Cast
================================ */
.section-cast-wrapper {
  background-image: url(../images/bg/sky_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

#section-cast {
  background-color: rgba(255, 255, 255, 0.74);
}
#section-cast p {
  color: #535252;
}

.cast {
  margin: 4.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
}

.cast li {
  margin: 0 30px 20px 30px;
  display: inline-block;
  /* width: 200px; */
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  background-repeat: no-repeat;
}

.cast-1 li {
  max-width: 270px;
}
.cast-2 li {
  max-width: 220px;
}
.cast-3 li {
  max-width: 200px;
}

.cast li a {
  cursor: pointer;
}

/* .cast a {
  font-size: 12px;
  line-height: 6px;
} */

.cast-middle-title {
  /* background-color: #aa83aa9a; */
  padding: 6px 0;
  font-size: 1.2em;
}

.btn-individual-reservation {
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid #444;
  border-radius: 70px;
  background-color: transparent;
  color: #333;
  text-shadow: none;
  padding: 8px 20px 8px 30px;
  line-height: 20px;
  text-decoration: none !important;
  margin-top: 15px;
}

.cast-yaku {
  color: #74124f;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 8px;
}

.cast-name {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 6px;
}
.cast-wrap a {
  cursor: pointer;
}
.cast1-container {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  margin-bottom: 20px;
}
.cast2-container {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .cast {
    margin: 1.8rem 0;
  }
  .cast li {
    width: 84px;
    margin: 0 10px 30px 10px;
  }
  .cast-1 li {
    flex-basis: 62%;
  }
  .cast-2 li,
  .cast-3 li {
    flex-basis: 43%;
  }
  .cast1-container {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .cast2-container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .btn-individual-reservation {
    font-size: 13px;
    margin-top: 7px;
  }
  .cast-yaku {
    margin-bottom: -2px;
    /* font-size: 13px; */
  }
  /* .cast-name {
    font-size: 14px;
  } */
}

/* ================================
  modal共通
================================ */
.modal-close {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: #74124f;
  padding: 7px 15px;
  cursor: pointer;
  border-radius: 40px 40px;
}

/* ================================
  Cast modal
================================ */
.cast-box {
  flex-wrap: nowrap;
  justify-content: center;
  padding: 20px;
}

.cast-thumb {
  padding: 10px;
  width: 80%;
  margin: 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.cast-thumb2 {
  width: 45%;
  margin: 0 auto;
  padding: 5px;
}

/* .cast-txt {
	text-align: start;
} */

.modal-cast-name {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #74124f;
  padding-bottom: 4px;
  /* border-bottom: 1px solid #f9fc77; */
}

.cast-modal-button {
  position: relative;
  right: 10px;
  bottom: 20px;
}

.cast-txt span {
  font-weight: bolder;
}

@media (max-width: 767px) {
  .cast-box {
    padding: 10px;
  }
  .cast-thumb {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .cast-thumb2 {
    width: 72%;
    margin: 0 auto;
    padding: 5px;
  }

  .modal-cast-name {
    font-size: 1rem;
    padding-bottom: 2px;
    margin-bottom: 5px;
  }

  .cast-box p:not(.modal-cast-name) {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

/* ================================
  Schedule & Ticket
================================ */
.section-schedule-wrapper {
  background-image: url(../images/bg/gradetion_02.jpg);
	background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}
#section-schedule {
  background-color: rgba(245, 242, 229, 0.829);
}

#section-schedule h5 {
  color: #150a46;
  font-size: 1rem;
}

.ticket_modal {
  font-size: 14px;
  color: #eca1a1;
  cursor: pointer;
  text-decoration: underline;
}

.a-ticket {
  text-decoration: underline !important ;
  word-break: break-word;
}

.viewing-notes-title {
  color: #a12a14 !important;
}

.viewing-notes-text {
  font-size: 0.7rem;
}

.table-wrapper table {
  margin: 0 auto;
}

.table-main td {
  text-align: left;
}

/* 仮 */
/* .ticket-table-wrapper {
  margin-top: 10px;
  margin-bottom: 20px;
}
.ticket-table {
  font-size: 1.15rem;
}
.ticket-table td {
  padding: 4px 15px;
} */

.accordion-ticket li .accordion-title {
  padding: 0;
  border: none;
}
.accordion-ticket li .accordion-title::before {
  right: 0;
  width: 0;
  height: 0;
}
.accordion-ticket li .accordion-title::after {
  right: 0;
  width: 0;
  height: 0;
}


.annai-img {
  justify-content: space-around;
}

.annai-img-content {
  max-width: 40%;
  margin: 0.6em;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .table-wrapper table {
    margin: 0;
  }
  /* .ticket-table {
    margin: 0 auto !important;
  } */
  
}

/* ================================
  お知らせ
================================ */
.announce-list {
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 15px;
}

.announce-img {
  width: 480px;
  margin-top: 10px;
  box-shadow: 0 10px 25px 0 rgba(54, 54, 54, 0.3);
}

/* ================================
  Goods
================================ */
.section-goods-wrapper {
  background-image: url(../images/bg/gradetion_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#section-goods {
  background-color: rgba(255, 252, 238, 0.822);
}

.goods-title {
  color: var(--themecolor-main);
}

.goods-contents-img {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

.goods-list {
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 0;
  cursor: pointer;
}

.goods-list li {
  padding: 15px;
}

.goods-list li img {
  width: 500px;
}

.cashless-img {
  width: 350px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .goods-list li {
    padding: 15px 2px;
  }
  .cashless-img {
    width: 60%;
  }
}

/* ================================
  Goodsサンプルたち
================================ */
.goods-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.goods-content-wrap {
  margin-bottom: 10px;
}

.goods-content1 {
  /* width: 49%; */
  padding-bottom: 1%;
  float: left;
  overflow: hidden;
}
.goods-content2 {
  /* width: 100%; */
  padding-right: 1%;
  padding-bottom: 1%;
  float: left;
  overflow: hidden;
}

.goods-img {
  /* width: 40%; */
  float: left;
}

.goods-text {
  /* width: 58%; */
  float: left;
}
.goods-text-title {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}
.goods-text-price {
  font-size: 0.8rem;
  text-align: left;
  margin-bottom: 5px;
}
.goods-text-ex {
  font-size: 0.7rem;
  text-align: left;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .goods-content1,
  .goods-content2 {
    margin-bottom: 20px;
  }
  .goods-img {
    margin-bottom: 10px;
  }
  .goods-img img {
    width: 80%;
    margin: auto;
  }
  .goods-text-title,
  .goods-text-price,
  .goods-text-ex {
    text-align: center;
  }
}

.name-btn {
  line-height: 150%;
  background: #2d5061;
  border-radius: 10px;
  float: left;
  transition: 0.3s all;
}
.name-btn1 {
  width: 70%;
  margin: 5px auto;
}
.name-btn2 {
  width: 14%;
  margin: 5px 0.5%;
}
.name-btn-a {
  color: #ececec !important;
  font-size: 0.7rem;
}
.name-btn1:hover {
  opacity: 0.8;
  cursor: pointer;
}
.name-btn2:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media (max-width: 767px) {
  .name-btn {
    width: 48%;
    margin: 5px 1%;
    line-height: 200%;
  }
  .name-btn-a {
    text-decoration: none !important;
  }
}

/* ================================
  goods modal
================================ */

.modal-btn {
  display: flex;
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

/* ================================
  faq
================================ */
/* .section-faq-wrapper {
  background-image: url(../images/bg/washi_02.jpg);
	background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#section-faq {
  background-color: rgba(252, 244, 201, 0.5);
} */

@media (max-width: 767px) {
  .accordion li .accordion-title *  {
    padding-right: 20px;
  }
}

/* ================================
  contact
================================ */
#section-contact {
  background-color: rgba(231, 216, 156, 0.822);
}

/* ================================
  チケット予約下部ボタン
================================ */
.fixed-ticket-btn {
  position: fixed;
  bottom: 20px;
  right: 80px; /* ←ここがポイント（50px + 余白分） */
  z-index: 9999;

  /* ふわっと用（初期状態） */
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* 表示状態 */
.fixed-ticket-btn.show {
  opacity: 1;
  transform: translateY(0);
}

.fixed-ticket-btn a {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f3647edc;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.fixed-ticket-btn a:hover {
  transform: scale(1.05);
  background: #e04360;
}

/* アイコンちょい動き */
.fixed-ticket-btn .icon {
  animation: float 1.5s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}