@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){
  /*必要ならばここにコードを書く*/
}
/* より厳密に指定（記事下のフォローボタン限定） */
.sf-bottom .sns-follow-buttons .line-button a,
.sf-bottom .sns-follow-buttons .line-button a:hover {
    background-color: #00c300 !important;
    color: #fff !important;
}

/* ホバー時（マウスオーバー）で少し濃くしたり明るくしたりする場合 */
.sns-follow .line-button a:hover {
    background-color: #06c755 !important;  /* 少し明るい緑（好みで調整） */
    opacity: 0.9;                          /* 軽く透明度下げてアクセント */
}