@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){
  /*必要ならばここにコードを書く*/
}

/* YOUTUBEの動画埋め込みのセンタリング */
.video-container {
margin: 0px auto;
}

/* ギャラリー内の各画像ごとキャプションを画像の下に表示 */
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
#  background: none;           /* タイトル背景の影を消す */
  color: #333;                /* 文字色 */
  position: relative;         /* テキストを画像と重ねない */
}

/* モバイルメニューから削除させるSNSシェアボタン */
.share-menu-content .mastodon-button,
.share-menu-content .bluesky-button,
.share-menu-content .misskey-button,
.share-menu-content .bluesky-button,
.share-menu-content .hatebu-button,
.share-menu-content .pinterest-button,
.share-menu-content .linkedin-button,
.share-menu-content .copy-button,
.share-menu-content .comment-button {
  display:none ;
}