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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

/************************************
** グローバルメニュー（ヘッダーメニュー）
************************************/
#navi .navi-in a {
	padding: 0 0.8em;
	font-size: 14px;
}

/************************************
** フッター
************************************/
.footer {
	background-color: #0f543e;
}

#footer-in a {
	color: #fff;
	text-decoration: none;
}


/* =========================================
   ひとり開業経理室 Premium Design CSS
   ========================================= */
:root {
  --main-color: #0f543e;
  --accent-color: #d4af37;
  --bg-color: #f8f9fa;
  --text-color: #333333;
}

body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
  line-height: 1.8;
}

/* Header */
.header-container {
  background: linear-gradient(135deg, #0f543e 0%, #1a7a5c 100%);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border: none;
}
.site-name-text {
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 1px;
}
.navi-in a {
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s ease;
}
.navi-in a:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

/* Headings */
.article h2 {
  position: relative;
  background: linear-gradient(135deg, #0f543e 0%, #1a7a5c 100%);
  color: #fff;
  padding: 18px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(15, 84, 62, 0.2);
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  border: none;
}
.article h3 {
  border-left: 5px solid var(--main-color);
  border-bottom: 1px dashed #ccc;
  padding: 10px 15px;
  background: #f0f5f3;
  color: var(--main-color);
  font-weight: bold;
}

/* Buttons */
.cta-button {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #d4af37 0%, #b8962e 100%);
  color: #fff !important;
  font-weight: bold;
  font-size: 1.2em;
  padding: 15px 30px;
  border-radius: 50px;
 text-decoration: none;
  box-shadow: 0 6px 15px rgba(212, 175, 55, 0.3);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 2em auto;
  max-width: 400px;
}
.cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.4);
  background: linear-gradient(135deg, #e6c148 0%, #cfaa36 100%);
}

/* Tables */
.table-css table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  margin-bottom: 2em;
}
.table-css th {
  background: var(--main-color);
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}
.table-css td {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: middle;
}
.table-css tr:hover td {
  background: #f9f9f9;
}

/* Cards */
.entry-card-wrap {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  margin-bottom: 20px;
}
.entry-card-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

/* =========================================
   ひとり開業経理室 Premium Design CSS
   ========================================= */
:root {
  --main-color: #0f543e;
  --accent-color: #d4af37;
  --bg-color: #f8f9fa;
  --text-color: #333333;
}

body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
  line-height: 1.8;
}

/* Header */
.header-container {
  background: linear-gradient(135deg, #0f543e 0%, #1a7a5c 100%);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border: none;
}
.site-name-text {
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 1px;
}
.navi-in a {
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s ease;
}
.navi-in a:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

/* Headings */
.article h2 {
  position: relative;
  background: linear-gradient(135deg, #0f543e 0%, #1a7a5c 100%);
  color: #fff;
  padding: 18px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(15, 84, 62, 0.2);
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  border: none;
}
.article h3 {
  border-left: 5px solid var(--main-color);
  border-bottom: 1px dashed #ccc;
  padding: 10px 15px;
  background: #f0f5f3;
  color: var(--main-color);
  font-weight: bold;
}

/* Buttons */
.cta-button {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #d4af37 0%, #b8962e 100%);
  color: #fff !important;
  font-weight: bold;
  font-size: 1.2em;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(212, 175, 55, 0.3);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 2em auto;
  max-width: 400px;
}
.cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.4);
  background: linear-gradient(135deg, #e6c148 0%, #cfaa36 100%);
}

/* Tables */
.table-css table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  margin-bottom: 2em;
}
.table-css th {
  background: var(--main-color);
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}
.table-css td {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: middle;
}
.table-css tr:hover td {
  background: #f9f9f9;
}

/* Cards */
.entry-card-wrap {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  margin-bottom: 20px;
}
.entry-card-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}


/* スマホ固定フッターCTA */
@media screen and (max-width: 768px) {
  .sticky-footer-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #005b4c;
    padding: 10px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  }
  .sticky-footer-cta a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    background-color: #ff9900;
    padding: 12px;
    border-radius: 5px;
  }
  body {
    padding-bottom: 60px;
  }
}

/* --- サイト全体フッターのプロフェッショナルデザイン化 --- */
#footer {
    background-color: #0f172a !important; /* トップページと合わせたダークスレート */
    color: #94a3b8 !important;
    border-top: 1px solid #1e293b;
    padding-top: 50px;
}
#footer a, .footer-bottom a, .footer-navi a {
    color: #cbd5e1 !important;
    transition: color 0.2s ease;
    text-decoration: none;
}
#footer a:hover, .footer-bottom a:hover, .footer-navi a:hover {
    color: #ffffff !important;
}
.footer-bottom {
    background-color: #0b1121 !important; /* より深い色へ */
    border-top: 1px solid #1e293b;
    padding: 20px 0;
}
.footer-bottom-logo {
    color: #ffffff !important;
    font-weight: 800;
    letter-spacing: 0.05em;
}
.credit {
    color: #64748b !important; /* クレジット表記を読みやすく */
}
.footer-widgets {
    background-color: #0f172a !important;
}
.footer-title {
    color: #ffffff !important;
}


/* --- 記事下の不要なSNSフォロー・投稿者情報を非表示 --- */
.sns-follow, 
.author-info,
.post-author,
.vcard.author {
    display: none !important;
}


.page-id-12 .sns-share, .page-id-14 .sns-share, .page-id-5 .sns-share, .page-id-12 .pr-text, .page-id-14 .pr-text, .page-id-5 .pr-text { display: none !important; }
