@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){
  /*必要ならばここにコードを書く*/
}
/* SNSシェアボタン全体の背景（帯）を透明にする、または色を変える */
.sns-share {
    background-color: transparent !important; /* 背景のグレーを透明に */
    border: none !important;
}

/* ボタン自体の色をブランドカラー（例：深い緑）に統一する */
.sns-share-buttons a {
    background-color: #2F6F5E !important; /* ここにロゴの緑に近い色コードを入れてください */
    color: #FFFFFF !important; /* 文字やアイコンの色を白に */
    transition: 0.3s;
}

/* マウスを乗せた時の動き（少し明るくする） */
.sns-share-buttons a:hover {
    background-color: #255A4C !important; 
    opacity: 0.8;
}
