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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.header-in {
  display: none;
}
.sns-share-buttons {
  display: none;
}
.entry-title {
  display: none;
}
.date-tags {
  display: none;
}
.admin-panel{
  display: none;
}
.article-footer {
  display: none;
}
#toc {
  display: none;
}
.elementor-section .elementor-container {
  align-items: center;
}
.article h2 {
  background: none;
  letter-spacing:0.1em;
}
.elementor-widget-text-editor {
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.8;
}
.elementor-button span {
  font-size: 14px;
}
.article h4, .article h5, .article h6 {
  letter-spacing: 0.1em
}
#toc4 {
  letter-spacing: 0.1em;
}
.elementor-5 .elementor-element.elementor-element-977aa51 {
  letter-spacing: 0.2em;
  line-height: 2;
}
.article h2 {
  margin-bottom: 0;
  font-size: 28px;
}
.elementor-button-wrapper {
  margin-bottom: 5%
}



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

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

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