@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
 /** 記事本文内のマージンを調整 */
        .content p {
            margin-bottom: 1.4em;
        }
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* ぼんぼり祭 三つの神事テーブル */
.table-wrap {
  max-width: 900px;
  margin: 0 auto;
  background: #f7f4ee;
  border-radius: 8px;
  padding: 16px 18px 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border: 1px solid #e0d8c8;
}

.table-title {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 0.4em;
  color: #5a2a2a;
}

.table-title::before,
.table-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #c9b9a0);
}

.sub-caption {
  font-size: 0.85rem;
  color: #7a6a55;
  margin-bottom: 12px;
  text-align: center;
}

.festival-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fffdf7;
  border-radius: 6px;
  overflow: hidden;
}

.festival-table thead th {
  background: #8c1c1c;
  color: #fdf7f0;
  font-weight: 600;
  padding: 10px 8px;
  font-size: 0.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.06em;
}

.festival-table thead th:first-child {
  background: #5a2a2a;
  width: 18%;
}

.festival-table tbody th {
  background: #f0e5d4;
  font-weight: 600;
  padding: 10px 10px;
  font-size: 0.9rem;
  text-align: left;
  border-bottom: 1px solid #e0d8c8;
  border-right: 1px solid #e0d8c8;
  white-space: nowrap;
}

.festival-table tbody td {
  padding: 10px 10px;
  font-size: 0.9rem;
  line-height: 1.5;
  border-bottom: 1px solid #eee2cf;
  border-right: 1px solid #eee2cf;
  vertical-align: top;
}

.festival-table tbody td:last-child {
  border-right: none;
}

.festival-table ul {
  margin: 0;
  padding-left: 1.1em;
  list-style: "・ ";
}

.tag-bonbori {
  display: inline-block;
  font-size: 0.78rem;
  padding: 2px 8px;
  border-radius: 999px;
  background: #fff3d9;
  color: #8c4a00;
  border: 1px solid #f0c97a;
  margin-top: 2px;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .festival-table thead th,
  .festival-table tbody th,
  .festival-table tbody td {
    font-size: 0.8rem;
    padding: 8px 6px;
  }

  .table-title {
    font-size: 1.05rem;
  }
}
