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

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

#top-telnum {
  text-align: right;
}

/* ヘッダー電話番号の主張を一段下げる */
#top-telnum {
  font-size: 13px;        /* ナビより少し小さく */
  font-weight: normal;   /* 太字にしない */
  opacity: 0.7;          /* 目立ちすぎ防止 */
}

/* リンク色が強い場合の微調整 */
#top-telnum a {
  text-decoration: none; /* 下線を消す */
}

/* ホバー時だけ下線を出す（PC） */
#top-telnum a:hover {
  text-decoration: underline;
}


.tagline {
  font-size: 16px; /* ← 好きなサイズに変更 */
  line-height: 1.4; /* 任意。読みやすさ向上 */
}

/* 通知エリアの高さを控えめにする */
.cocoon-notice-area,
.notice-area {
  padding: 6px 0;
}

/* 通知エリアの文字サイズを少し控えめに */
.notice-area,
.cocoon-notice-area {
  font-size: 14px;
}


/* LINE QRコードの見た目調整 */
.sidebar .widget_custom_html img {
  display: block;
  margin: 10px auto 6px;
  max-width: 220px;   /* 大きすぎ防止 */
  height: auto;
}

/* LINE補足文（★）を控えめに */
.sidebar .widget_custom_html {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}
/* サイドバー電話番号の主張を下げる */
#side-telnum {
  font-size: 13px;
  opacity: 0.75;
}

/* 電話リンクの装飾を控えめに */
#side-telnum a {
  text-decoration: none;
}

#side-telnum a:hover {
  text-decoration: underline;
}

/* 公式Xリンクを控えめに */
.sidebar .widget_custom_html a[href*="x.com"] {
  font-size: 13px;
  color: #666;
  text-decoration: none;
}

.sidebar .widget_custom_html a[href*="x.com"]:hover {
  text-decoration: underline;
}

/* サイドバーウィジェット間の余白を調整 */
.sidebar .widget {
  margin-bottom: 20px;
}

/* 見出し（h3）を少しだけコンパクトに */
.widget-sidebar-title {
  font-size: 14px;
  margin-bottom: 8px;
}





@media screen and (max-width: 480px) {
  .site-tagline,
  .header-tagline {
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  #top-telnum {
    font-size: 12px;
    opacity: 0.6;
  }
}
@media screen and (max-width: 480px) {
  .notice-area,
  .cocoon-notice-area {
    padding: 4px 0;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  /* LINE QRコードを少し小さく */
  .sidebar img {
    max-width: 180px;
    margin: 8px auto 4px;
  }

  /* LINE補足文をさらに控えめに */
  .sidebar {
    font-size: 12.5px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .sidebar .widget_custom_html {
    color: #666;
  }
}
@media screen and (max-width: 480px) {
  /* 公式Xブロックを小さく */
  .sidebar a[href*="x.com"] {
    font-size: 12px;
    opacity: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .sidebar .widget {
    margin-bottom: 14px;
  }

  .widget-sidebar-title {
    margin-bottom: 6px;
    font-size: 13px;
  }
}








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

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

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