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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* ===============================
   H2（汎用）
   =============================== */
h2{
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
}

/* カバーブロック用 */
.cstm-blk-fullwide-inner {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

/* フォント設定 */
.cstm-skin-font-set {
  font-family: var(--skin-grayish-style-font);
  font-weight: 400;
  letter-spacing: .1rem;
}

.cstm-font-montserrat,
.cstm-font-lato,
.cstm-font-inknut-antiqua,
.cstm-font-spectral,
.cstm-font-lora,
.cstm-font-jost,
.cstm-font-roboto-slab {
  font-weight: 400;
  letter-spacing: .1rem;
}

/* 見出しスタイルクリア */
.article h2.cstm-head,
.article h3.cstm-head,
.article h4.cstm-head,
.article h5.cstm-head,
.article h6.cstm-head {
  font-weight: 400;
  letter-spacing: .1rem;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  position: static;
}

.article h2.cstm-head {
  font-size: 64px;
  font-weight: 200;
}

/* ===============================
   見出しデザインリセット
   =============================== */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  border: none;
  background: none;
  padding: 0;
}

/* ===============================
   見出しデザイン設定
   =============================== */

/* H1 */
.entry-content h1{
  color: #ffffff;
  background-color: #333d2a;
  padding: 24px 16px;
  box-sizing: border-box;
}

/* H2 */
.entry-content h2{
  color: #ffffff;
  font-size: 2.0em;
  background-color: #333d2a;
  padding: 20px 15px;
  border-left: solid 10px #333d2a;
  box-sizing: border-box;
}

/* H3 */
.entry-content h3{
  color: #000000;
  font-size: 1.5em;
  background-color: #ebebeb;
  padding: 12px 15px;
  border-left: solid 10px #008000;
  box-sizing: border-box;
}

/* H4 */
.entry-content h4{
  color: #000000;
  font-size: 1.2em;
  padding: 10px 15px;
  border-top: solid 3px #008000;
  border-bottom: solid 3px #008000;
}

/* H5 */
.entry-content h5{
  color: #000000;
  font-size: 1.0em;
  padding: 8px 15px;
  border-bottom: dotted 3px #008000;
}

/* H6 */
.entry-content h6{
  color: #000000;
  font-size: 1.0em;
  padding: 6px 15px;
  border-left: solid 7px #008000;
}

/* ===============================
   モバイルメニュー
   =============================== */
.mobile-header-menu-buttons.mobile-menu-buttons .menu-button {
  color: #fff;
  background-color: #333d2a;
}

/* ===============================
   その他
   =============================== */
.front-top-page #main .entry-title{
  display: none;
}

.insta-cream {
  background-color: #FFF6E5;
  padding: 24px;
  border-radius: 16px;
}

/************************************
** レスポンシブ
************************************/

@media screen and (max-width: 480px) {
  .entry-content h2{
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1023px) {
  .navi {
    display: none !important;
  }
}
.page .date-tags {
display: none;
}