@charset "UTF-8";


/*--------*/
.mono .bt-mddle{
  padding: 0px 50px 0px 23px;
  border-radius: 50px;
  width: calc(100% - 73px);
  max-width: calc(320px - 73px);
}
.mono .bt-mddle.t-long{
  padding: 0px 50px 0px 23px;
  border-radius: 50px;
  width: calc(100% - 73px);
  max-width: calc(360px - 73px);
}
.mono .bt-large{
  padding: 0px 50px 0px 23px;
  border-radius: 50px;
  width: calc(100% - 73px);
  max-width:calc(740px - 73px);
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.mono .bt-mddle.i-arrow-bl,
.mono .bt-large.i-arrow-bl,
.mono .i-arrow-bl{
  padding: 0px 35px 0px 23px;
  border-radius: 50px;
}

.mono .bt a{
  font-size: 20px;
}
.mono .bt.bg-gray20 a{
  font-size: 16px;
}


.mono .bt-large a,
.mono .bt-mddle a{
  padding: 10px;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.mono .bg-main a{
  color: #fff;
}
.mono .bt.bg-gray0{
  border: solid 2px #111;
}

.mono .i-link a:after{
  content: '';
  display: block;
  position: absolute;
}
.mono .i-link.i-blank a:after{
  width: 16px;
  height: 16px;
  background: url(../img/common/i-blank.png)no-repeat;
  background-size: contain;
  background-position: center;
  right: -16px;
  top: calc((100% - 16px) / 2)
}
.mono .i-link.i-arrow-bl a:after{
  width: 16px;
  height: 10px;
  background: url(../img/common/i-arrow-bl-r.png)no-repeat;
  background-size: contain;
  background-position: center;
  right: -12px;
  top: calc((100% - 10px) / 2)
}

.mono .i-link.no-link{
  border: solid 2px #dcdddd;
}
.mono .i-link.no-link a{
  color: #dcdddd;
}
.mono .i-link.no-link.i-arrow-bl a:after{
  display: none;
}
.mono .c-flex.m-auto{
  justify-content: center;
}
.bt-mddle{}




/*--------*/

.title.title-normal{
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 40px;
  line-height: 1;
}

.title.title-line{
  font-weight: bold;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 4px #f2f2f3;
  line-height: 1;
  margin-bottom: 50px;
}
.title.title-line:after{
  position: absolute;
  left: 0;
  bottom: -3.5px;
  width: 30%;
  height: 4px;
  background: #8ec21f;
}
  .conte-bg .title.title-line{
    border-bottom: solid 4px #fff;
  }

.title.title-number .tx{
  position: relative;
  line-height: 1.4;
  font-size: 16px;
  top: -0px;
  left: 75px;
  font-weight: bold;
  display: block;
  width: calc(100% - 75px);
  min-height: 2.5rem;
}
.title.title-number{
  position: relative;
  border-bottom: solid 1px #111;
  padding-bottom: 10px;
  line-height: 1;
}
.title.title-number .no:after{
  position: absolute;
  content: '';
  display: block;
  bottom: 14px;
  left: 0;
  width: 65px;
  height: 60px;
  background: #8ec21f;
  border: solid 1px #111;
  border-radius: 10px 0 0 0;
  z-index: -1;
}
.title.title-number .no{
  position: absolute;
  bottom: -15px;
  left: 0;
  display: flex;
  align-items:  stretch;
  justify-content: center;
  width: 65px;
  height: 60px;
  text-align: center;
  line-height: 1;
  font-size: 36px;
  color: #111;
  z-index: 1;
}
/*--------*/

.mono .ph-waku{
  padding: 20px;
  border: solid 1px #f2f2f3;
  border-radius: 10px;
}
.mono .ph-waku{
  position: relative;
}
.mono .ph-waku:before{
  content: '';
  display: block;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 30px;
  height: 30px;
  background: url(../img/common/ph-corner.png)no-repeat;
  background-position: center;
  background-size: contain;
}

#seats .conte-button{
  margin-top: 50px;
}
#seats .row.c-flex{
  margin-top: 20px;
}
#seats .row.c-flex button + button{
  margin-left: 15px;
}
.mono .conte-zasekizu{
  display: flex;
  align-items:  stretch;
 /* flex-direction: row-reverse;*/
}
.mono .conte-zasekizu .conte-ph{
  width: calc(60% - 40px);
  padding: 20px;
  background: #f2f2f3;
  border-radius: 10px;
}
.conte-zasekizu .conte-tx{
  padding-top: 10px;
  padding-left: 70px;
  width: calc(40% - 70px);
}
.conte-zasekizu .conte-tx .title{
  margin-bottom: 20px;

}
.conte-zasekizu .conte-tx .detail p{
  font-size: 12px;
}
.conte-zasekizu .conte-tx p + p{
  margin-top: 6px;
}
.conte-zasekizu .conte-tx .detail{
  margin-bottom: 30px;
}
.conte-zasekizu .bt a{
  font-size: 16px;
}
.mono .conte-zasekizu .bt-mddle{
max-width: 100%;
width: 100%;
}
.mono .conte-zasekizu .bt + .copy{
  text-align: center;
  margin-top: 6px;
}

.zaseki-nabi .zaseki{
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.zaseki-nabi .zaseki a{
  display: flex;
  align-items:  stretch;
  align-items:  center;
  background:#dcdddd ;
  border-radius: 6px;
}
.zaseki-nabi .zaseki .no:before{
  background: #111;
  width: 40px;
  height: 100%;
  border-radius: 6px 0px 0 6px ;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.zaseki-nabi .zaseki .no{
  position: relative;
  color: #8ec21f;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
  width: 40px;
  text-align: center;

}
.zaseki-nabi .zaseki .tx{
  position: relative;
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
/************/
.mono .conte-serch{
  padding: 60px 0 0;
  background: #fff;
  border: solid 4px #f2f2f3;
  position: relative;
  box-shadow: 15px 15px 0 #dcdddd;
}
.mono .conte-serch:before,
.mono .conte-serch{
  border-radius: 10px;
}
.mono .conte-serch:after{
  width: 150px;
  height: 40px;
  background: url(../img/common/search-yoko.png)no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 50px;
  top: -20px;
}
/*
.mono .conte-serch:before{
  background: #dcdddd;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
}
*/
.mono .conte-serch .search-input{
  padding: 0 50px 50px;
}
.mono .conte-serch .conte-ansewr{
  padding: 0 50px 50px;
}
.mono .conte-serch .search-answer{
   max-width: 860px;
  display: none;
  transform: translateY(10px);
}
.mono .conte-serch .search-answer.active{
  display: flex;
  align-items:  center;
  flex-direction: row-reverse;
   justify-content: space-between;
   max-width: 860px;
   animation: fadeSlideIn 0.4s ease forwards;
}
/* アニメーション定義 */
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mono .conte-serch .search-answer .conte-logo{
  max-width: 440px;
  width: 100%;
}
.mono .conte-serch .search-answer .conte-tx{
  max-width: 320px;
  width: 100%;
}



.mono .conte-serch .search-answer .conte-tx .t-day{
  font-size: 100px;
}
.mono .conte-serch .search-answer .conte-tx .t-time,
.mono .conte-serch .search-answer .conte-tx .t-day{
  text-align: center;
  line-height: 1;
}
.mono .conte-serch .search-answer .conte-tx .t-day .t-jp{
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  bottom: 4px;
}
.mono .conte-serch .search-answer .conte-tx .t-time{
  font-size: 46px;
  margin-bottom: 20px;
}
.search-answer .conte-tx .row-button button{
  text-align: center;
}
.search-answer .conte-tx .row-button button + button{
  margin-top: 15px;
}
.mono .conte-serch .search-answer .bt-mddle{
  width: 100%;
  max-width: 100%;
}

.mono .sat,
.t-day .sat{
  color: #2131c0;
}
.mono .sun,
.t-day .sun{
  color: #c0212a;
}

.conte-serch .search-chu{
  width: calc(100% - 100px);
  padding: 20px 50px;
  background: #f2f2f3;
  border-radius: 0 0px 10px 10px;
}
.conte-serch .search-chu li .link-normal,
.conte-serch .search-chu li{
  font-size:12px ;
}
.conte-serch .search-chu li + li{
  margin-top: 6px;
}
.mono .link-normal{
  font-weight: bold;
  color: #8ec21f;
}




/**search セレクトボタン**********/


.mono .custom-select {
  position: relative;
  max-width: 860px;
  width: calc(100% - 100px);
  font-family: sans-serif;
  cursor: pointer;
  margin: 0 auto 50px;
  display: table;

}
.custom-select .selected::after {
    position: absolute;
    right: 15px;
    top: 45%;
    width: 10px;
    height: 7px;
    background-color: #111;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

/* ▼ 選択中エリア */
.custom-select .selected {
  border: 1px solid #ccc;
  background: #fff;
  user-select: none;
  border-radius: 50px;
}


/* ▼ 選択肢リスト */
.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
   border-radius: 10px;
  border-top: none;
  background: #fff;
  display: none;
  z-index: 1000;
  overflow-y: scroll;
  max-height: 200px;   /* 表示する高さを制限（必要に応じて調整） */
  overflow-y: auto;    /* 縦方向スクロールを有効化 */
  border: 1px solid #ccc; /* 見やすいように枠を付ける（任意） */
}
.custom-select .options li,
.custom-select .selected{
  padding: 12px 20px;  
}

/* ▼ 開いた状態 */
.custom-select.open .options {
  display: block;
}

/* ▼ 各選択肢 */
.custom-select .options li {
  transition: background 0.2s;
}

/* ▼ hover時に背景色変更（全ブラウザでOK） */
.custom-select .options li:hover {
  background: #8ec21f;
}

/* ▼ .search-answer の基本表示設定 */
.search-answer {
  display: none;
}

.search-answer.active {
  display: flex; /* 必要ならblockやgridに変更可 */
}
/**page-nav**********/
.page-nav-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden; /* 横スクロール部分を隠す */
}

.page-nav {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;
  margin: 0;
  flex: 1;
}

.page-nav::-webkit-scrollbar {
  display: none;
}

.page-nav li {
  list-style: none;
}

.page-nav li a {
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  background: #dcdddd;
  color: #111;
  border-radius: 6px;
  transition: 0.3s;
  white-space: nowrap;
  font-size: 14px;
}

.page-nav li:active a,
.page-nav li:hover a {
  background: #8ec21f;
  transition: 0.3s;
}

/* 矢印ボタン */
.page-nav-wrapper .nav-arrow {
  display: none;
  /*background: #f2f2f3;*/
  background: none;
  border: none;
  width: 30px;
  height: 40px;
  font-size: 20px;
  padding: 0 12px;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.3s;
  z-index: 10;
  position: relative;
}
.page-nav-wrapper .nav-arrow:before{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/i-arrow-bl-r.png)no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: calc((100% - 10px) / 2);
  top: calc((100% - 10px) / 2);
}
.page-nav-wrapper .nav-arrow.prev:before{
  transform: scale(-1, 1);
}

.page-nav-wrapper .nav-arrow:hover {
 /* background: rgba(0,0,0,0.2);*/
}

.page-nav-wrapper .nav-arrow.prev {
  margin-right: 0px;
}

.page-nav-wrapper .nav-arrow.next {
  margin-left: 0px;
}



/************/
.mono .scroll-table {
overflow: auto;
white-space: nowrap;
border: solid 1px #ddd;
height: 400px;
}
.mono .scroll-table table {
margin: 0;
border: none;
}
.mono .scroll-table::after {
content: '← 横にスクロールできます →';
display: block;
text-align: center;
font-size: 12px;
color: #666;
margin-top: 0.5em;
}
table.schedule th,
table.schedule td{
  font-size: 12px;
  text-align: center;
}
table td.t-long,
table th.t-long,
table .t-long{
  font-size: 10px;
}
.row-title th,
.row-title td{
  background: #111;
  color: #fff;
  text-align: center !important;
  font-weight: bold !important;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
table th.bg-gray40,
table td.bg-gray40,
table th.bg-gray10,
table td.bg-gray10,
table th.bg-gray20,
table td.bg-gray20{
  color: #111;
}


table.schedule tr td:nth-child(6),
table.schedule tr th:nth-child(6),
table.schedule tr td:nth-child(5),
table.schedule tr th:nth-child(5){
  text-align: left;
}
table.schedule tr td:nth-child(15),
table.schedule tr th:nth-child(15),
table.schedule tr td:nth-child(14),
table.schedule tr th:nth-child(14),
table.schedule tr td:nth-child(12),
table.schedule tr th:nth-child(12),
table.schedule tr td:nth-child(10),
table.schedule tr th:nth-child(10),
table.schedule tr td:nth-child(8),
table.schedule tr th:nth-child(8),
table.schedule tr td:nth-child(3),
table.schedule tr th:nth-child(3),
table.schedule tr td:nth-child(2),
table.schedule tr th:nth-child(2){
  font-weight: bold;
}
table.schedule .wed{
  background: #dcdddd;
}
table.schedule tr td:nth-child(14),
table.schedule tr th:nth-child(14),
table.schedule tr td:nth-child(8),
table.schedule tr th:nth-child(8){
  background: #dcdddd;
}

/* 見出し行を固定 */
tr.row-title{
   box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
tr.row-title th,
tr.row-title td {
  position: sticky;
  top: -2px; /* 上からの位置 */
  z-index: 10; /* 他の行より前面に表示 */
  border: solid 1px #999999;
}
#sale .scroll-table{
  margin-bottom: 30px;
}
.schedule td.logo + th,
.schedule td.logo + td{
  border-left: none;
}
.schedule td.logo,
.schedule th.logo{
  border-right: none;
}
.schedule .logo img{
  max-width: 50px;
}



/***howto************/
.mono #howto{
  position: relative;
}
.mono #howto:before{
  width: 460px;
  height: 460px;
  background: url(../img/common/bg-iphone.png)no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  top: 0;
  left: calc((100% - 1000px) / 4);
  opacity: 0.5;
}
.mono #howto h2.title{
    padding-left: 15px;
    padding-right: 15px;
  }




.gallery02 .swiper-thumb{
  margin-bottom:10px ;
}
.gallery02 .swiper-thumb .swiper-slide{
  display: flex;
  flex-wrap: wrap;

}

.gallery02 .swiper-thumb .swiper-slide img{
  padding: 20px;
  width: calc(100% - 40px);
  transition: opacity 0.3s ease-out;
  opacity: 1;
}

.gallery02 .swiper-thumb .swiper-slide.swiper-slide-thumb-active .tx{
  color: #8ec21f;
}
.gallery02 .swiper-thumb .swiper-slide.swiper-slide-thumb-active .tx:after{
  background: #8ec21f;
}
.gallery02 .swiper-thumb .swiper-slide .tx{
  display: block;
  width: 100%;
  line-height: 1.4;
  font-size: 12px;
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
  z-index: 1;
  height: 36px;
}
.gallery02 .swiper-thumb .swiper-slide .tx:after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.gallery02 .swiper-main{
  padding: 60px 50px 80px;
  max-width: calc(740px - 100px);
  margin: 50px auto 0;
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: visible;
  box-shadow: 15px 15px 0 #a6a8ab;
}

.gallery02 .swiper-slide .c-left{
  position: relative;
  padding-left: 90px;
  display: flex;
  width: 50%;
}
.gallery02 .swiper-slide .c-left .t-en{
  font-size: 56px;
  width: 90px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -0px;
}
.gallery02 .swiper-slide .c-right{
  padding-left: 70px;
  width: calc(50% - 70px);
}
.gallery02 .swiper-slide .c-right .detail{
  margin-top: 30px;
}
.gallery02 .title.title-number{
  min-height: 2.5rem;
}
.gallery02 .title.title-number .tx{
  position: relative;
  top: auto;
  left: auto;
  font-size: 20px;
  width: 100%;
}
.gallery02 .swiper-slide .c-left .ph{
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #f2f2f3;
}
.gallery02 .swiper-slide .detail p{
  font-size: 14px;
  line-height: 1.8;
}
.gallery02 .swiper-counter,
.gallery02 .swiper-button-prev,
.gallery02 .swiper-button-next{
  position: absolute;
  bottom: 30px;
  left: calc((100% - 60px) /2);
}
.gallery02 .swiper-button-prev,
.gallery02 .swiper-button-next{
  left: calc((100% - 120px) /2);
  bottom: 32px;
  width: 15px;
  height: 15px;
  background: url(../img/common/i-arrow-gray-l.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.gallery02 .swiper-button-next{
  left: auto;
  right: calc((100% - 62px) /2);
  transform: scale(-1, 1);
}



/************/
.gallery03 .swiper-main{
  position: relative;
  padding: 0px 0 70px;
}
.gallery03 .swiper-counter,
.gallery03 .swiper-button-prev,
.gallery03 .swiper-button-next{
  position: absolute;
  bottom: 30px;
  left: calc((100% - 60px) /2);
}
.gallery03 .swiper-button-prev,
.gallery03 .swiper-button-next{
  left: calc((100% - 120px) /2);
  bottom: 32px;
  width: 15px;
  height: 15px;
  background: url(../img/common/i-arrow-gray-l.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.gallery03 .swiper-button-next{
  left: auto;
  right: calc((100% - 62px) /2);
  transform: scale(-1, 1);
}
.gallery03 .swiper-main .swiper-slide img{
  width: 100%;
  height: auto;
}

/*access***********/
.mono .rute{
  position: relative;
  padding-bottom: 50px;
  border-radius: 10px;
  border: solid 1px #f2f2f3;
  overflow: hidden;
  margin-bottom: 30px;
}
.mono .rute .ph img{
  padding: 10px 20px 0;
  width: calc(100% - 40px);
}
.mono .rute .tx{
  position: absolute;
  padding: 10px 15px;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  text-align: center;
  font-size: 14px;
  background:#f2f2f3 ;
  line-height: 1;
}

/*FAQ***********/
#faq .accordion + .bt{
  margin-top: 50px;
}

/*pre***********/
#pre .bn-pre{
  position: relative;
  overflow: visible;

}
#pre .bn-pre .swiper-wrapper{
  display: flex;
  align-items: stretch;
}
#pre .bn-pre .card01{
  width: calc((100% - 50px) / 2);
}
#pre .bn-pre .card01 + .card01{
  margin-left: 50px;
}
#pre .bn-pre .card01 .ph{
  margin-bottom: 15px;
}
#pre .bn-pre .card01 p{
  text-align: center;
  font-weight: bold;
}
#pre .bn-pre .card01 .row-button{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pre .bn-pre .card01 .row-button button{
  margin: 30px 8px 0;
}
#pre .bn-pre .card01 .row-button button a{
  font-size: 16px;
}
#pre .bn-pre .contrall{
  position: absolute;
  width: 100%;
  height: 60px;
  top: calc((50% - 80px) / 2);
  z-index: 1;
}

  .bn-pre .swiper-button-prev,
  .bn-pre .swiper-button-next {
    position: absolute;
    display: block !important;
    width: 60px;
    height: 60px;
    top: calc(50% + 30px);
    background: url(../img/common/i-arrow-gray-r.png) no-repeat,rgba(0, 0, 0, 0.2);
    background-size: 16px;
    background-position: center;
    border-radius: 50px;
    z-index: 1;
  }
  .bn-pre .swiper-button-prev{
    left: -100px;
    transform: scale(-1, 1);
  }
  .bn-pre .swiper-button-next{
    right: -100px;
  }

/* スマホ時だけ表示 */
@media screen and (max-width: 1024px) {
  .bn-pre .swiper-button-prev{
    left: 0px;
    transform: scale(-1, 1);
  }
  .bn-pre .swiper-button-next{
    right: 0px;
  }

}
/* スマホ時だけ表示 */
@media screen and (max-width: 767px) {


  .bn-pre .swiper-button-prev,
  .bn-pre .swiper-button-next {
    position: absolute;
    display: block !important;
    width: 60px;
    height: 60px;
    top: 0;
    background: url(../img/common/i-arrow-gray-r.png) no-repeat,rgba(0, 0, 0, 0.2);
    background-size: 16px;
    background-position: center;
    border-radius: 50px;
    z-index: 1;
  }
  .bn-pre .swiper-button-prev{
    left: 0px;
    transform: scale(-1, 1);
  }
  .bn-pre .swiper-button-next{
    right: 0px;
  }

}


/************/
/************/
/************/
