/* ============================================
   錦藤トキワフーズ - ごあいさつ スタイル
   Refined Japanese Elegance
   ============================================ */


/* ── ベース ── */
.container {
  background: #f5f0e8;
  margin: 0;
  padding: 40px 20px;
  font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}

/* ── コンテナ ── */
.news-container {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  background: #fffef9;
  padding: 56px 64px 52px;
  box-shadow:
    0 1px 0 #c8b89a,
    0 4px 24px rgba(80, 50, 20, 0.10),
    0 16px 60px rgba(80, 50, 20, 0.06);
  border-top: 3px solid #8b6f47;
  border-bottom: 3px solid #8b6f47;
}

/* 左右の縦ライン装飾 */
.news-container::before,
.news-container::after {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #c8b89a 20%, #c8b89a 80%, transparent);
}
.news-container::before { left: 20px; }
.news-container::after  { right: 20px; }

/* ── 展示会画像 ── */
.news-container > img {
  display: block;
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  margin-bottom: 40px;
  border: 1px solid #ddd4c0;
  box-shadow: 0 4px 20px rgba(80, 50, 20, 0.12);
}

/* ── タイトル「ごあいさつ」── */
.news-container > p:first-of-type {
  font-family: 'Shippori Mincho', 'ヒラギノ明朝 ProN', serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.6em;
  text-align: center;
  color: #6b4c2a;
  margin: 0 0 36px;
  padding-bottom: 20px;
  position: relative;
}
.news-container > p:first-of-type::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, transparent, #8b6f47, transparent);
  margin: 16px auto 0;
}

/* ── 本文段落 ── */
.news-container > p {
  font-size: 0.95rem;
  line-height: 2.1;
  color: #3a2e22;
  margin: 0 0 1.4em;
  text-align: justify;
  letter-spacing: 0.03em;
}

/* ── 敬具 ── */
.news-container > p:nth-last-of-type(2) {
  text-align: right;
  font-weight: 600;
  color: #6b4c2a;
  letter-spacing: 0.4em;
  margin-bottom: 2em;
}

/* ── 日付・社名ブロック ── */
.news-container > p:last-of-type {
  font-size: 0.88rem;
  line-height: 2.0;
  color: #5a4535;
  padding-top: 16px;
  border-top: 1px solid #e0d4be;
  letter-spacing: 0.05em;
}

/* ── 注意書き ── */
.attention {
  margin-top: 32px;
  padding: 18px 24px;
  background: linear-gradient(135deg, #fff8ee, #fef3e2);
  border-left: 4px solid #c0392b;
  box-shadow: inset 0 0 0 1px rgba(192, 57, 43, 0.10);
  position: relative;
  overflow: hidden;
}

.attention::before {
  content: '！';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  color: rgba(192, 57, 43, 0.06);
  font-weight: 700;
  line-height: 1;
}

.attention p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.8;
  color: #8b1a10;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ── レスポンシブ ── */
@media (max-width: 600px) {
  .news-container {
    padding: 36px 28px 32px;
  }
  .news-container::before,
  .news-container::after {
    display: none;
  }
  .news-container > p:first-of-type {
    font-size: 1.3rem;
  }
}




.end {
	background:#FF0004;
	color: #fff;
	padding: 0.2rem 1rem;
}





/* ============================================
   錦藤トキワフーズ - お問い合わせページ（シンプル版）
   既存クラス名を活かしたスタイル
   ============================================ */


/* ── ベース（お問い合わせページのみ適用） ── */
.page-contact {
  background: #f5f0e8;
  min-height: 100vh;
  padding: 60px 0px;
  font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}

/* clearfix（既存クラス） */
.page-contact .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* ── 見出しボックス（既存クラス: midashi01-box） ── */
.page-contact .midashi01-box {
  max-width: 800px;
  margin: 0 auto 48px;
  background: linear-gradient(to right, rgba(139, 111, 71, 0.04), rgba(139, 111, 71, 0.12), rgba(139, 111, 71, 0.04));
  padding: 40px 48px;
  border-left: 6px solid #8b6f47;
  box-shadow: 0 3px 16px rgba(80, 50, 20, 0.10);
  position: relative;
  overflow: hidden;
}

.page-contact .midashi01-box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 200px;
  height: 200%;
  background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.3));
  transform: rotate(-15deg);
  pointer-events: none;
}

/* 見出し（既存クラス: midashi01） */
.page-contact .midashi01 {
  font-family: 'Shippori Mincho', serif;
  font-size: 2rem;
  font-weight: 600;
  color: #6b4c2a;
  margin: 0 0 12px 0;
  letter-spacing: 0.12em;
  position: relative;
}

/* アンカー（既存クラス: anchor） */
.page-contact .anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

/* サブタイトル（英語部分） */
.page-contact .midashi01-box > p {
  font-family: 'Georgia', serif;
  font-size: 0.9rem;
  color: #8b7355;
  margin: 0;
  font-style: italic;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* ── コンテンツエリア（既存クラス: area-box, area01） ── */
.page-contact .area-box {
  max-width: 550px;
  margin: 0 auto;
  background: #fffef9;
  padding: 64px 72px;
  box-shadow:
    0 1px 0 #c8b89a,
    0 6px 32px rgba(80, 50, 20, 0.12),
    0 20px 80px rgba(80, 50, 20, 0.08);
  border-top: 3px solid #8b6f47;
  border-bottom: 3px solid #8b6f47;
  position: relative;
  text-align: center;
}

/* 左右の縦ライン装飾 */
.page-contact .area-box::before,
.page-contact .area-box::after {
  content: '';
  position: absolute;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #c8b89a 20%, #c8b89a 80%, transparent);
}
.page-contact .area-box::before { left: 24px; }
.page-contact .area-box::after  { right: 24px; }

/* ── テキスト要素（contact-専用クラス） ── */
.page-contact .contact-company-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #6b4c2a;
  margin: 0 0 24px 0;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 20px;
}

.page-contact .contact-company-name::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, transparent, #8b6f47, transparent);
  margin: 16px auto 0;
}

.page-contact .contact-address {
  font-size: 0.95rem;
  color: #5a4535;
  margin: 0 0 40px 0;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.page-contact .contact-note {
  font-size: 1rem;
  color: #3a2e22;
  margin: 0 0 28px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* ── 電話番号（既存クラス: tel）── */
.page-contact .tel {
  font-size: 2.8rem;
  font-weight: 700;
  color: #6b4c2a;
  margin: 32px 0;
  letter-spacing: 0.08em;
  font-family: 'Georgia', 'Times New Roman', serif;
  text-shadow: 0 2px 4px rgba(107, 76, 42, 0.15);
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  background: linear-gradient(135deg, rgba(139, 111, 71, 0.08), rgba(139, 111, 71, 0.03));
  border-radius: 8px;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 4px 20px rgba(107, 76, 42, 0.12);
}

.page-contact .tel::before {
  content: '?';
  position: absolute;
  left: -48px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  opacity: 0.4;
}

/* ── 営業時間（contact-専用クラス） ── */
.page-contact .contact-hours {
  font-size: 0.9rem;
  color: #7a5d3a;
  margin: 36px 0 0 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 32px;
  border-top: 1px solid #e8dcc8;
}

/* ── レスポンシブ ── */
@media (max-width: 768px) {
  .page-contact {
    padding: 40px 16px;
  }

  .page-contact .midashi01-box {
    padding: 32px 28px;
  }

  .page-contact .midashi01 {
    font-size: 1.5rem;
  }

  .page-contact .area-box {
    padding: 48px 32px;
  }

  .page-contact .area-box::before,
  .page-contact .area-box::after {
    display: none;
  }

  .page-contact .contact-company-name {
    font-size: 1.2rem;
  }

  .page-contact .tel {
    font-size: 2rem;
    padding: 16px 24px;
  }

  .page-contact .tel::before {
    position: static;
    display: block;
    transform: none;
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .page-contact .tel {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}