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

.home header .sns-share,.home footer .sns-share,.home footer .sns-follow,.home header .post-date,.home .post-update,.home .author-info{
    display: none;
}

.page .date-tags {
display: none;
}

/* トップへ戻るボタン画像の表示調整 */
.go-to-top-button {
 width: 150px; /* ボタン画像の表示幅 */
 height: auto; /* ボタン画像の高さは自動調整 */
}
.go-to-top-button:hover { /* カーソルを合わせると少し拡大する */
  transform: scale(1.1);
}
.go-to-top {
 right: 50px; /* 右から10pxの位置に配置 */
 bottom: 130px; /* 下から30pxの位置に配置 */
}

/* 投稿見出しのファイルマーク消す */
.archive-title :before {
display: none;
}

/* メイン画像を切れなくする処置 20251016 */
#content-top-in {
    width: 100%;
}

.widget.widget-content-top.widget_media_image img {
    display: block;
    width: 100%;
}

/* 上の余白を削除 20251016 */
#content-top-in {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.widget.widget-content-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.widget.widget-content-top.widget_media_image {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#content-top {
  margin: 0 !important;
  padding: 0 !important;
}

#content-top-in img {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
}