@charset "UTF-8";

/* ==========================================================================
   「カナヘイの小動物」風 パステル＆ゆるかわ 置き換えCSS
   ========================================================================== */

/* 共通：文字色を優しいチョコブラウンに */
body, .ttl-b, .ttl-c, .right-text, .cute_table td, .lead-navy {
  color: #5a4338 !important;
}

.ps_color {
  fill: #ffffff;
}

.type__text-blue {
  display: inline-block;
  font-size: 1.1rem;
  color: #6ab0ff;
  padding: 0.1rem 0.6rem;
  margin: 0px 0.8rem 0.8rem 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #6ab0ff;
  border-image: initial;
}

.news_time {
  margin-top: 3rem;
}

.summary .place_container {
  margin-bottom: 0rem;
}

/* お知らせの枠：優しいミントパステル */
.summary .news_container .line-container {
  border: 4px #b6e3db solid !important;
}

/* 開催会場の見出し：うさぎピンク */
.summary .place .place_name {
  background: #ffb1c1 !important;
  color:#6e2500 !important;
  font-weight: bold;
  border-radius: 15px;
  margin-bottom: 2rem;
  padding: 3%;
}

.chusen {
  margin: 5% auto;
}

/* 背景：ご提示のピエロ柄背景 */
.kabegami01 {
  background-image: url("/images/kanaheis_small_animals/kanahei_bg_clown.webp");
  background-size: 100%;
  background-repeat: repeat-y;
}

.newsList li {
  transition: background-color 0.2s;
}

/* ホバー：ピスケイエローのシースルー */
.newsList li:hover {
  background-color: rgba(255, 235, 153, 0.3) !important;
}

.summary .newsList {
  border-bottom: 2px dashed #cbb6a8;
}

.summary .newsList a {
  border-top: 2px dashed #cbb6a8;
  background: #ffffff17;
}

/* 会場リストレイアウト */
.summary .placeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 3rem;
  row-gap: 3rem;
  margin-bottom: 3rem;
}

.summary .placeList > li {
  width: calc(50% - 1.5rem);
  max-width: 50rem;
  border: 4px solid #ffccd7 !important; /* パステルピンク枠 */
  background: #fff;
  box-shadow: 6px 6px 0px #ffeb99 !important; /* ピスケイエローの影 */
  border-radius: 24px !important; /* 角丸を丸っこく */
  padding: 20px;
}

.summary .news {
  margin-bottom: 10rem;
}

.lead-bcm {
  margin-bottom: 0rem;
}

.lead-line {
  text-align: center;
  margin-top: 4rem;
}

/* 全体背景：ピンクからブルーへの淡いパステルグラデーション */
.bg-color {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, #dcebe2, #93cde8) !important;
}

/* 見出しの横のアイコン影＆ふわふわアニメーションを追加 */
.ttl-icon {
  width: 2em;
  height: 2em;
  filter: drop-shadow(2px 2px 0px #5a4338) !important;
  
  /* ▼ ここから追加：3秒かけてループするアニメーション */
  animation: fuwafuwa 3s ease-in-out infinite;
}

/* 右側のバルーン（2つ目のアイコン）のタイミングをずらして、より自然に */
.ttl-icon:nth-of-type(2) {
  animation-delay: 1.5s;
}

/* ▼ ふわふわ上下に動くアニメーションの定義 */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px); /* 8px分、上に優しく浮き上がります */
  }
}

.ttl-g_news {
  margin-bottom: 0rem;
}

.ttl-g_place {
  margin-bottom: 5rem;
}

.tbl {
  margin-top: 4rem;
}

.tbl_greeting {
    margin-top: 1rem;
}

.red-bg {
  color: #ff527b !important;
  font-size: calc(1.4rem + (1vw - 0.32rem) * 0.3584);
}

/* 注意書きボックス：点線と丸みでゆるかわ化 */
.line-container {
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #fffafd 10px, #fffafd 20px) !important;
    border: 4px solid #a8344b !important;
    box-shadow: 6px 6px 0px #ae7781 !important;
    border-radius: 24px !important;
    padding: 20px;
    position: relative;
    overflow: visible;
    margin: 0rem auto 5rem;
}

/* 「NOTES!」をマイルドな「おねがい!」風に */
.line-container::before {
  content: "NOTICE!";
  position: absolute;
  top: -22px;
  left: 20px;
  background: #ff5f80 !important;
  color: #fff !important;
  padding: 5px 15px;
  font-size: 1.2rem;
  font-weight: bold;
  transform: rotate(-3deg) !important;
  z-index: 9;
  border-radius: 12px !important;
  box-shadow: 3px 3px 0px #ae7781 !important;
}

.line-container_greeting {
  border: 4px solid #8dcfff !important;
  box-shadow: 6px 6px 0px #158be3 !important;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #fffafd 10px, #fffafd 20px) !important;
  border-radius: 24px !important;
  padding: 20px;
  position: relative;
  overflow: visible;
  margin: 0rem auto 5rem;
}


.line-container_tktn {
  margin-top: 5rem;
}

.ttl-d__text {
  z-index: 5;
}

.info {
  background: #ffffff00;
}

#header {
  background: #4a362d !important; /* ダークブラウンに変更 */
  border-bottom: solid 0px #ccc;
}

.header-item {
  color: #ffffff;
}

.ttl-a,
.ttl-b:before,
.ttl-d__text:before,
.ttl-e {
  background: #b1876e !important;
  box-shadow: 5px 5px 0px #905c38 !important;
}

.ttl-a {
  margin-bottom: 10rem;
  color: #fff !important;
  padding: 25px;
}

.ttl-b,
.ttl-c,
.right-text {
  color: #5a4338;
}

.header-top__menu__list li a:hover {
  color: #ffb1c1 !important;
}

.ttl-b {
  position: relative;
  margin-bottom: 5rem;
  padding-bottom: 0.28em;
  font-size: 3.4rem;
  line-height: 1.076923;
  letter-spacing: 0.01em;
  font-weight: bold;
  border-bottom: solid 3px #cdcdcd;
  text-align: center;
}

/* 特典部分の案内枠 */
.ttl-c {
  border: solid 3px #ffccd7 !important;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, #fff5f7 8px, #fff5f7 12px) !important;
  border-radius: 20px !important;
  padding: 20px;
}

.l-column.goods-list .goods-list__inner {
  background: #fff;
}

.image_boder {
  border: 7px #ebd8bb solid;
  border-bottom: 0px;
}

.caution-container {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
}

.l-column.goods-list .col-1 .image {
  padding-right: 2rem;
  border-right: dotted 3px #ffccd7 !important;
}

.l-column {
  justify-content: normal;
  margin-bottom: 11rem;
}

.l-column_greeting {
  margin-bottom: 6rem;
}
.space {
  color: #ddd;
  margin: 2rem 0;
}

.main section:nth-last-of-type(4) .inner {
  margin: 0 auto 0rem;
}

/* ボタン：ピスケ＆うさぎカラーのぷっくりカプセルボタン */
.button .btn.btn-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3.5em;
  padding: 0 30px;
  line-height: 1;
  
  background: #ffeb99 !important; /* パステルイエロー */
  color: #5a4338 !important; /* チョコブラウン文字 */
  font-weight: bold !important;
  font-size: 1.6rem;
  text-decoration: none;
  border: 4px solid #ffccd7 !important; /* パステルピンク枠 */
  box-shadow: 4px 4px 0px #ffccd7 !important; /* ぷっくり影 */
  border-radius: 30px !important; /* 完全なカプセル型 */
  transition: all 0.2s;
}

.button .btn.btn-a:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px #eec5be !important;
  background: #fff6cc !important;
}

/* オンライン通販ボタン（ピンク系で差別化） */
.button.button-online .btn.btn-a {
  background: #ffb1c1 !important;
  color: #ffffff !important;
  border-color: #ffccd7 !important;
  box-shadow: 4px 4px 0px #eec5be !important;
}

.button.button-online .btn.btn-a:hover {
  background: #ffccd7 !important;
  color: #ffffff !important;
}

.button .btn:after {
  top: 35%;
  bottom: 50%;
}

.l-column.goods-list .goods-list__inner {
    box-shadow: 4px 4px 0px 0px #ae7581 !important;
    border: 3px solid #ffccd7 !important;
    border-radius: 20px;
    overflow: hidden;
}

.ttl-g_news_title {
  margin: 13% auto 7%;
}

.contact {
  background: #68412e66;
}

.item-tokuten {
  margin-top: 5rem;
}

.summary.summary__page {
  margin-top: 0px;
}

.summary .place .placeList li {
  width: 100%;
}

.summary .placeList > li {
  width: calc(50% - 1.5rem);
  max-width: 65rem;
}

/* 会場テーブルのスタイル */
.cute_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-bottom: 20px;
}

.cute_table th {
  width: 18%;
  vertical-align: middle;
  text-align: center;
  padding: 10px 5px;
  border-right: none;
  border-radius: 15px 0 0 15px;
  background: #fdfaf1;
}

/* 左側のラベル：ピスケイエローのぷちバッジ */
.cute_label {
  display: inline-block;
  background: #ffeb99 !important; /* イエロー */
  color: #5a4338 !important;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 4px 10px;
  border: 2px solid #ffccd7 !important;
  border-radius: 12px !important;
  box-shadow: 2px 2px 0px #ffccd7 !important;
  width: 100%;
  box-sizing: border-box;
}

.cute_table td {
  padding: 10px 15px;
  background: #fdfaf1;
  border-left: none;
  border-radius: 0 15px 15px 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
}

/* MAPボタン：まあるいピンクのカプセル型 */
.place_map {
  text-align: center;
  margin: 5% auto;
}

.cute_map_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0085c3 !important;
    color: #ffffff !important;
    padding: 12px 30px;
    border: 3px solid #fff !important;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(244, 175, 189, 0.4) !important;
    transition: 0.2s;
}

.cute_map_btn:hover {
  transform: scale(1.05) rotate(-2deg);
  background: #ffccd7 !important;
}

.summary .place .place_time {
  padding: 15px;
}

.ttl-idebok {
  margin: 5rem 15rem;
  text-align: left;
}

/* 固定フッター：ご提示のカナヘイフッター画像 */
.kanahei-fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: url("/images/kanaheis_small_animals/kanahei_bg_bottom.png");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 9999;
  pointer-events: none;
}


.ttl-c_greeting{
margin:5rem 15rem;
}

/* ==========================================================================
   レスポンシブ（スマホ表示）
   ========================================================================== */
@media only screen and (max-width: 599px) {
  .kanahei-fixed-footer {
    background-image: url("/images/kanaheis_small_animals/kanahei_bg_bottom_1.png");
    background-size: 100%;
  }

  .ttl-g .return {
    font-size: 2.5rem;
  }

  .ttl-idebok {
    margin: 0rem;
  }

  .summary .place .place_time {
    padding: 0px;
    margin-bottom: 1.8rem;
  }

  .summary .place .place_name {
    margin-bottom: 4rem;
  }

  .summary .placeList {
    margin-bottom: 0rem;
  }

  .l-column {
    margin-bottom: 6rem;
  }
	
.l-column_greeting {
  margin-bottom: 1rem;
}

  .header-top__hamburger .bar {
    background: #ffffff;
  }

  .lead-line {
    margin-top: 5rem;
  }

  .l-column.goods-list .col-1 .image {
    border-right: none;
    padding-right: 0;
  }

  .kabegami01::before {
    background-image: none;
    background-size: 0%;
  }

  .ttl-g_news_title {
    margin: 30% auto 20%;
  }

  /* スマホ時のテーブル縦並び */
  .cute_table, 
  .cute_table tbody, 
  .cute_table tr, 
  .cute_table th, 
  .cute_table td {
    display: block;
    width: 100%;
  }

  .cute_table tr {
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    background: #fdfaf1;
  }

  .cute_table th {
    padding: 10px;
    border-right: none;
    border-radius: 0;
    background: #fff;
    text-align: left;
  }

  .cute_table td {
    padding: 15px;
    border-radius: 0;
    border-left: none;
    font-size: 1.6rem;
  }

  .cute_label {
    width: auto;
    display: inline-block;
    box-shadow: 2px 2px 0px #ffccd7 !important;
  }

  .cute_table th, .cute_table td {
    border: none;
  }
      
  .cute_table th {
    border-bottom: 2px dashed #ffccd7 !important;
  }

  .place_map {
    margin: 10% auto 15%;
  }

  .ttl-d__text {
    padding: 0.5em 1em;
  }

.ttl-c_greeting{
margin: 3rem 0rem;
}

.ttl-g_greeting {
font-size: calc(2.3rem + (1vw - 0.32rem) * 0.3584);
 }
}

.list li {
  text-align: left;
  margin-bottom: 0.5rem;
}

.ttl-g_info{
  color: #fff;
}

.line-container-bold {
  background: #FFF;
  border: solid 2px #b95300;
}

.lead-tokuten {
  text-align: center;
  font-weight: 900;
}

.lead-athergoods{
  position: right;
  font-weight: 600;
  margin: auto;
  color: #8b1717;
}




/* ==========================================================================
   見出し（グリーティングイベント）のレイアウト調整
   ========================================================================== */

/* 1. 親要素（見出し）をフレックスボックスにして中央寄せに */
.ttl-g_greeting {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;             /* アイコンと文字の間の余白 */
  text-align: center;
  flex-wrap: wrap;       /* 画面が狭い時にきれいに折り返すようにする */
  line-height: 1.4 !important;
}

/* 2. テキスト部分をブロック要素化して、改行をコントロール */
.ttl-g_greeting span {
  display: inline-block;
  text-align: center;
}

/* 3. アイコン自体のサイズと余白の調整 */
.ttl-icon {
  width: 2em;
  height: 2em;
  flex-shrink: 0;        /* 画面が縮んでもアイコンが潰れないように */
  filter: drop-shadow(2px 2px 0px #5a4338) !important;
  animation: fuwafuwa 3s ease-in-out infinite;
}

/* 右側のバルーン（2つ目のアイコン）のタイミングをずらす */
.ttl-icon:nth-of-type(2) {
  animation-delay: 1.5s;
}

/* ▼ スマホ表示（599px以下）の時の調整 */
@media only screen and (max-width: 599px) {
  .ttl-g_greeting {
    gap: 8px;           /* スマホでは間隔を少し狭める */
  }
  
  .ttl-icon {
    width: 1.6em;       /* スマホに合わせてアイコンを少し小さく */
    height: 1.6em;
  }

.ttl-g_greeting span {
    font-size: 78%;
}
}
