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

/************************************
** はつとみ本町動物病院 カスタムスタイル
************************************/

/* SNS関連を完全非表示 */
.sns-share,
.sns-follow,
.sns-share-buttons,
.sns-follow-buttons,
.share-button,
.follow-button,
.sns-share-message,
.share-menu-content,
.share-buttons,
.follow-buttons,
.author-box,
.footer-sns,
.header-sns,
[class*="sns-"],
[class*="share-"],
[class*="follow-"] {
  display: none !important;
}

/* サイドバーを固定ページで非表示 */
.page .sidebar,
.page #sidebar,
.front-page .sidebar,
.front-page #sidebar {
  display: none !important;
}

/* 固定ページでメインコンテンツを全幅に */
.page .main,
.front-page .main {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.page .content-in,
.front-page .content-in {
  display: block !important;
}

/* アーカイブ・カテゴリーウィジェット非表示 */
.widget_archive,
.widget_categories,
.widget_recent_entries,
.widget_recent_comments {
  display: none !important;
}

/* 更新中ページスタイル */
.updating-notice {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #E8F5E9;
  border-radius: 8px;
  margin: 40px 0;
}

.updating-notice h2 {
  color: #2D5A3D;
  font-size: 28px;
  margin-bottom: 15px;
}

.updating-notice p {
  color: #4A7C59;
  font-size: 16px;
}

/* アクセントカラー（緑系） */
:root {
  --main-color: #2D5A3D;
  --sub-color: #4A7C59;
  --accent-color: #81C784;
  --bg-color: #FAFFF9;
  --light-accent: #E8F5E9;
}

/* ボタンスタイル */
.recruit-btn {
  background: #2D5A3D;
  transition: all 0.3s ease;
}

.recruit-btn:hover {
  background: #4A7C59;
  transform: translateY(-2px);
}

/* トップへ戻るボタンカスタム */
.go-to-top {
  right: 20px !important;
  bottom: 20px !important;
}

/* パンくずリスト調整 */
.breadcrumb {
  margin-top: 10px;
}

/* メタ情報（投稿日等）非表示 */
.post-meta,
.post-date,
.post-update,
.entry-card-meta,
.date-tags {
  display: none !important;
}

/* リンクカラー */
a {
  color: #2D5A3D;
}

a:hover {
  color: #4A7C59;
}

/* ナビゲーションメニュー */
.navi-in a:hover {
  color: #81C784;
}

/************************************
** レスポンシブデザイン
************************************/
@media screen and (max-width: 1023px){
  /* タブレット用 */
}

@media screen and (max-width: 834px){
  #top-slider .slider-text {
    padding: 20px 30px !important;
  }
  #top-slider .slider-text p {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 480px){
  #top-slider .slider-text {
    padding: 15px 20px !important;
  }
  #top-slider .slider-text p {
    font-size: 14px !important;
  }
  .updating-notice {
    padding: 60px 20px !important;
  }
}
