/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2026 | 11:44:46 */
/* ===== h2 ===== */
.wp-block-post-content h2.wp-block-heading {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 26px 20px 16px;
  margin: 50px 0 30px;
  background: #fafafa;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.05em;
}

/* 英語（自動表示） */
.wp-block-post-content h2.wp-block-heading::after {
  content: "WEDDING";
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 11px;
  letter-spacing: 2px;
  color: #bbb;
  font-family: serif;
}

/* 上ライン */
.wp-block-post-content h2.wp-block-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #dcdcdc;
}


/* ===== h3 ===== */
/* ===== h3 ===== */
.wp-block-post-content h3.wp-block-heading {
  position: relative;
  margin: 30px 0 15px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #444;
  letter-spacing: 0.05em;
}

/* 下ボーダー */
.wp-block-post-content h3.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

/* 英語（上に少し大きめ） */
.wp-block-post-content h3.wp-block-heading::after {
  content: "IDEA";
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 11px;
  letter-spacing: 2px;
  color: #bbb;
  font-family: serif;
}



h4.wp-block-heading {
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 6px;
}

h4.wp-block-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px; /* 長さ調整OK */
  height: 2px;
  background-color: #000; /* 色変更OK */
}