@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
*/

/* ヘッダー写真バナー（個人ブログと同じ・写真は最上部表示） 2026-06-17 */
#header {
  background-image:
    linear-gradient(rgba(255,253,250,0.22), rgba(255,253,250,0.22)),
    url(https://ooba-nouki.shop/wp-content/uploads/2026/06/MG_0379.jpg);
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}
#header .header-in {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* サイトタイトル・キャッチ：個人ブログと同じヒラギノ・標準ウェイト・濃いグレー */
.site-name-text, .site-name a {
  text-shadow: 0 1px 6px rgba(255,255,255,0.85);
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  color: #1c1814;
  letter-spacing: 0.04em;
}
.tagline, .catch-phrase {
  text-shadow: 0 1px 5px rgba(255,255,255,0.85);
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #2a2620;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 834px){
  #header .header-in { min-height: 260px; }
  .site-name-text, .site-name a { font-size: 1.6rem; }
}


/* ===== 全ページ共通 誘導CTAボックス（大場農機HP/LINE/Instagram） 2026-06-17 ===== */
.ooba-cta{
  margin: 2.4em 0;
  padding: 26px 22px;
  background: #FFFFFF;
  border: 1px solid #E6DED2;
  border-radius: 16px;
  box-shadow: 0 3px 14px rgba(84,78,74,.06);
  text-align: center;
}
.ooba-cta-lead{
  font-size: 1.18em;
  font-weight: 700;
  color: #3D3835;
  margin: 0 0 .3em;
  line-height: 1.6;
}
.ooba-cta-sub{
  font-size: .92em;
  color: #6f675f;
  margin: 0 0 1.2em;
  line-height: 1.7;
}
.ooba-cta-btns{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.ooba-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .98em;
  color: #fff !important;
  text-decoration: none !important;
  transition: transform .15s ease, opacity .15s ease;
}
.ooba-btn:hover{ transform: translateY(-2px); opacity: .92; }
.ooba-btn.hp{ background: #B8602A; }
.ooba-btn.line{ background: #06C755; }
.ooba-btn.insta{ background: linear-gradient(45deg,#F58529,#DD2A7B,#8134AF); }
.ooba-btn.tiktok{ background: #010101; }
@media screen and (max-width: 600px){
  .ooba-btn{ min-width: 0; width: 100%; }
}
/* サイドバー用コンパクト版 */
.widget .ooba-cta{ padding: 18px 14px; margin: 0; }
.widget .ooba-btn{ min-width: 0; width: 100%; margin-top: 8px; }

