@charset "utf-8";

/* 各セクション背景色 */
#INTORO.contentsBox { background-color: #FF4F00;}


/* ページ内リンク */
.contentsBox.innerPageLinks { background-color: #E40B20; }
.contentsBox__list { background-color: #E40B20; }
.contentsBox__item { background-color: #E40B20; width: 25%; padding: 10px;}
@media screen and (max-width: 768px) {
    .contentsBox__item { font-size: 14px; }
}


/* -----------------------
  トップビジュアル_予約ボタン 
----------------------- */

/* ノーマル*/
a.yoyakuLink_normal { background-color: #EE2A51; }
a.yoyakuLink_normal.__yoyakuFukidashi::before {
    content: "＼　席数限定！ご予約はお早めに！ ／";
    position: absolute;
    top: -2.5vw;
    color: #EE2A51;
    font-size: 87%;
}

/* -----------------------
  シーズンイベント 
----------------------- */
.season_title_wrap { margin: 40px 0 20px; background: #FFF; border-radius: 12px; border: 3px solid #E40B20; overflow: hidden; }
.season_title { display: flex; align-items: center; gap: 20px; padding: 10px; margin: 40px 0 20px; font-size: 24px; font-weight: bold; color: #FFF; background: #E40B20; border-radius: 12px; }
.season_title_wrap .season_title { border-radius: 0; margin: 0; }
.season_title::before,.season_title::after { content: ''; flex-grow: 1; width: 10%; height: 1px; background: #E40B20; }
.season_event_detail { padding: 40px; }
.season_event_detail img { max-width: 720px; margin: 0 auto; }
@media screen and (max-width: 768px) {
    .season_title { gap: 12px; font-size: 18px; }
    .season_event_detail { padding: 20px; }
    .season_event_detail img { width: 100%; max-width: none; }
}
/* アコーディオン */
.season_title { display:flex; justify-content:space-between; align-items:center; }
.season_toggle { border:none; background:none; font-size:18px; cursor:pointer; color: #FFF; }
.season_event_detail { display:block; }
.season_event_detail.is-close { display:none; }


/* -----------------------
  個別座談会_カード
----------------------- */
.kobetsu_title { font-size: 24px; font-weight: bold; margin: 50px 0 0 0; background-color: #ffff00; display: inline-block;}
#PAGE .event_conts .comment.kobetsu_comment { width: 100%; margin: 30px 0 0 0; }
.event-card.kobetsu-card { display: flex; align-items: stretch; flex-direction: column;  padding: 25px 10px; margin-bottom: 20px;}
.event-card.kobetsu-card .event-info { flex-grow: 1; }
@media screen and (max-width: 768px) {
    .event-card.kobetsu-card .event-card-main { flex-direction: column; align-items: flex-start;}
}
/* -----------------------
  個別座談会_詳細リンクボタン 
----------------------- */
.eventLinks__btn { position: relative; margin: 5px 0 0 auto;; width: 150px; height: 45px; font-size: 14px; line-height: 45px; text-align: center; background: #ffafb6; border-radius: 5px;}
.eventLinks__btn::after { content: "\f105"; font-size: 12px; font-weight: 900; font-family: "Font Awesome 5 Free"; position: absolute; top:50%; right: 10px; transform: translateY(-50%); } 
.eventLinks__btn a {display: block; }
.eventLinks__btn.comingsoon { background: #eee; pointer-events: none;}
.eventLinks__btn.comingsoon::after { content: "";}
@media screen and (max-width: 768px) {
    .eventLinks__btn { width: 90%; margin: 10px auto;  }
}

/* -----------------------
  その他のイベント
----------------------- */
.event_box_outer { display: block; width: fit-content; }