@charset "utf-8";

/* ==========================================================================
   style2026.css / clearance.css 抽出統合（値の変更なし）
========================================================================== */
html { font-size: 62.5%; margin: 0; padding: 0; scroll-behavior: smooth; }
body { font-size: 1.6rem; line-height: 1.8; font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif; font-weight: 400; color: #333; background-color: #fff; }
img { border: 0; max-width: 100%; vertical-align: bottom; height: auto; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
a:hover { opacity: 0.8; }
ul, li { list-style: none; margin: 0; padding: 0; }
h2, h3, h4, p { margin: 0; }
.cf:after { content: ""; display: block; clear: both; }

/* 汎用クラス (Utility) */
.fLeft { float: left !important; }
.fRight { float: right !important; }
.cen { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.w-100 { width: 100%; height: auto; }

/* SP/PC 表示切り替え */
.br-sp { display: none; }
.br-pc { display: block; }
[data-device="pc"] { display: none; }
@media screen and (max-width: 600px) {
  .br-sp { display: block; }
  .br-pc { display: none; }
}
@media screen and (min-width: 750px) {
  [data-device="pc"] { display: block; }
  [data-device="sp"] { display: none; }
}

/* ==========================================================================
   2. 共通レイアウト・余白 (Layout & Spacing)
========================================================================== */
header.clearfix {
  display: flex !important;
  align-items: center !important;
  background: #000 !important;
  padding: 10px 15px !important;
  height: auto !important;
  min-height: 30px !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}
header.clearfix h1, header.clearfix h2 {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
header.clearfix h2 {
  margin-left: 15px !important;
  display: flex !important;
  align-items: center !important;
}
header a { display: block; }

#main { width: 100%; }
#container {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
}
.inner {
  width: 96%;
  max-width: 670px;
  margin: 0 auto;
}
div#container div.inner {
  padding-left: 0;
  padding-right: 0;
}
footer {
  font-family: sans-serif;
  line-height: 1.55;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

/* ページトップボタン・LINEバナー固定位置 */
#page-top {
  position: fixed;
  right: 20px;
  bottom: 180px;
  z-index: 100;
}
#page-top img { width: 50px; height: 50px; }

/* 修正点：LINEバナーと×ボタンのスタイル */
.line-banner-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 130px;
}
.line-banner-container img {
  width: 100%;
  height: auto;
  display: block;
}
.close-btn {
  position: absolute;
  top: -10px;
  right: -5px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  z-index: 101;
  border: 1px solid #fff;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  #page-top { bottom: 130px; }
  .line-banner-container { width: 100px; }
}

/* 下部バナー・SNSエリア */
.sns-line {
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}
.sns-line p {
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width:750px) {
  .btn-top { width: 89.69%; }
  .sns-line p { width: 20.5%; margin: 0 10px; }
  .sns-line p:last-child { width: 24.5%; }
}
.bnr_area {
  background-size: 100% auto;
  padding: 0 calc(40 / 750 * 100vw);
}
@media screen and (min-width: 750px) {
  .bnr_area { padding: 0 42px; }
}
#sec-sns img {
  width: 100%;
  max-width: 650px !important;
}

/* ==========================================================================
   3. 主要共通パーツ (Components)
========================================================================== */
.copy {
  font-size: clamp(1.2rem, 3.5vw, 1.8rem);
  margin: 7% 0 0 0;
  padding: 0 1.5%;
  line-height: 1.5;
  font-weight: bold;
}

/* 見出し装飾 */
.event-heading {
  text-align: center;
  margin: 60px auto 10px;
  /*padding: 0 15px;*/
  max-width: 750px;
}
.event-heading .main-title1 {
  display: block;
  color: #E73836;
  font-size: clamp(1.8rem, 4.5vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 7px 0;
  margin: 0 0 20px 0;
  border-top: 4px solid #E73836;
  border-bottom: 4px solid #E73836;
}
.event-heading .main-title2 {
    display: block;
    color: #17bfc2;
    font-size: clamp(1.8rem, 4.5vw, 2.4rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 7px 0;
    margin: 0 0 20px 0;
    border-top: 4px solid #17bfc2;
    border-bottom: 4px solid #17bfc2;
}
.place {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	background: #7db672;
    font-size: clamp(1.6rem, 4vw, 2.0rem);
    font-weight: bold;
    letter-spacing: 0.1em;
	padding: 2px 0;
    margin: 40px 0 0 0;
}
.event-heading .sub-title {
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  font-weight: normal;
  color: #333;
  margin: 0;
  line-height: 1.6;
}

/* 上部大バナーリンクボタン */
.banner2-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 700px;
    margin: 5px auto 20px;
    padding: 15px;
    background-color: #e7605e;
    color: #fff;
    font-size: clamp(1.5rem, 4vw, 2.1rem);
    font-weight: bold;
    border-radius: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* 固定ヘッダー（100px分）に隠れないためのアンカーリンクジャンプ位置調整 */
#clear, #event {
  scroll-margin-top: 120px;
}

/* ==========================================================================
   4. おすすめイベント情報
========================================================================== */
#event { margin-bottom: 80px; }
.event-container {
  background-color: white;
  padding: 5% 2% 2% 2%;
  border-bottom: 1px dotted #ccc;
}
.event-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.image { width: 33%; }
.spec { width: 63.5%; }
.spec p {
  font-size: 0.95em;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.event-name {
  color: #333;
  font-size: 1.5em;
  margin: 0 0 8px 0;
  line-height: 1.3;
  font-weight: bold;
}
.event-link {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  background-color: #296D81;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  box-sizing: border-box;
}

/* ==========================================================================
   5. クリアランス情報（アコーディオン）
========================================================================== */
.accordion-area { margin: 0 auto; }
.accordion-area li { margin: 10px 0; }
.title {
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  padding: 10px 40px 10px 10px;
  background: #E73836;
  color: #FFF;
  font-weight: bold;
  transition: all .3s ease;
}
@media screen and (min-width: 640px) {
  .title {
    font-size: 2.0rem;
    padding: 10px 50px 10px 20px;
  }
}
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #FFF;
  top: 50%;
  right: 20px;
  transition: transform 0.3s ease;
}
.title::before { transform: translateY(-50%) rotate(0deg); }
.title::after { transform: translateY(-50%) rotate(90deg); }
.title.close::before { transform: translateY(-50%) rotate(45deg); }
.title.close::after { transform: translateY(-50%) rotate(-45deg); }
.box { display: none; }

/* クリアランス テーブル */
.clrcContTitBg { background-color: #FFB400; }
.clrcCont h4 { color: #222; padding: 10px 15px; font-size: 1.6rem; }
.clrcTable {
  width: 100%;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #CCC;
  font-size: 1.4rem;
}
.clrcTable th {
  background-color: #FFe8E1 !important;
  color: #222;
  padding: 12px 10px;
  width: 100px !important;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.clrcTable td {
  padding: 10px;
  border-bottom: 1px solid #CCC;
  background-color: #fff;
}
.clrcTable ul.cf li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.map {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  background: #296D81;
  color: #FFF;
  font-weight: bold;
  font-size: 1.4rem;
}


/* ==========================================================================
   6. 2カラム バナー風カードレイアウト (スマホ時も2カラム維持・画像が上)
========================================================================== */
.sp-card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0px auto 40px;
  max-width: 750px;
  width: 100%;
}
.sp-card {
  display: flex;
  flex-direction: column;
  width: calc(50% - 5px);
  background-color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sp-card-img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sp-card-img img {
  width: 100%;
  height: auto;
  display: block;
}
.sp-card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.sp-card-title {
  font-size: clamp(13px, 3.5vw, 16px);
  font-weight: bold;
  margin: 0 0 8px 0;
  line-height: 1.4;
  text-align: left;
}
.sp-card-desc {
  font-size: clamp(11px, 3vw, 13px);
  margin: 0 0 15px 0;
  line-height: 1.5;
  flex-grow: 1;
  text-align: left;
}
.sp-card-footer {
  text-align: center;
  margin-top: auto;
}
.sp-card-btn {
    display: inline-block;
    border-radius: 15px;
    padding: 8px 80px;
    font-size: clamp(14px, 2.8vw, 1.6rem);
    font-weight: bold;
    color: #fff;
    background-color: #296D81;
    white-space: nowrap;
}

/* スマホ表示用の微調整 (@media) */
@media screen and (max-width: 640px) {
  .event-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .image { width: 33%; margin-bottom: 0; }
  .spec { width: 64%; }
  .event-name { font-size: 1.2em; margin: 0 0 6px 0; }
  .spec p { font-size: 0.85em; line-height: 1.4; margin: 0 0 8px 0; }
  .event-link { font-size: 1.4rem; padding: 8px 0; }

  .sp-card-body { padding: 10px 0 0 0; }
  .sp-card-title { margin: 0 0 6px 0; }
  .sp-card-desc { margin: 0 0 10px 0; }
  .sp-card-btn { padding: 8px 20px; }
  .map { font-size: 1.4rem; padding: 10px 24px; }
}

/* ==========================================================================
   7. 上部追従ナビゲーション
========================================================================== */
.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9998;
  background-color: #f4f4f4;
  padding: 8px;
  /*border-bottom: 1px solid #ccc;*/
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.sticky-nav .nav-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* border: 1px solid #333; */
    color: #fff !important;
    font-weight: bold;
    font-size: clamp(1.5rem, 4vw, 2.1rem)!important;
    line-height: 1.3;
    padding: 12px 0;
    text-decoration: none;
    border-radius: 48px;
    transition: opacity 0.2s;
}
.sticky-nav .nav-btn:hover {
  opacity: 0.8;
}
/* ★追加：矢印アイコン画像のスタイル */
.sticky-nav .nav-arrow-img {
  width: 25px; /* アイコンの大きさに合わせて調整してください */
  height: 25px; /* アイコンの大きさに合わせて調整してください */
  margin-left: 8px; /* テキストとアイコンの間の余白 */
  vertical-align: middle;
}

.sticky-nav .btn-event {
  background-color: #17bfc2; /* おすすめイベント（ピンク） */
}
.sticky-nav .btn-clear {
  background-color: #e7605e; /* クリアランススケジュール（黄） */
}

/* ★追加：共通の矢印アイコン画像スタイル */
.icon-arrow {
  height: 25px; /* 周りの文字サイズに合わせて自動で拡大縮小されます */
  width: auto;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -0.2em; /* 少し上にずらして文字の中央に合わせる */
}

/* ==========================================================================
   8. PC表示時（画面幅750px以上）のレイアウト調整
========================================================================== */
@media screen and (min-width: 750px) {
  .sticky-nav {
    padding: 15px;
    gap: 15px;
  }
.sticky-nav .nav-btn {
    font-size: 2.1rem;
    padding: 12px 0;
    color: #fff !important;
  }

  /* 固定ボタンの位置制限 */
  #page-top { right: calc(50% - 375px + 20px) !important; }
  .line-banner-container { right: calc(50% - 375px + 20px) !important; }
}