@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

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

/* ヘッダータイトル：丸みフォント・大きめ */
#header .site-name-text {
  font-family: 'M PLUS Rounded 1c', 'Hiragino Maru Gothic ProN', sans-serif !important;
  font-size: 2.6rem !important;
  font-weight: 900 !important;
  color: #a0704a !important;
  letter-spacing: 0.05em;
}

/* サブタイトルをCSSで追加 */
#header-in::after {
  content: "３児ワーママの暮らしのあれこれ";
  display: block;
  font-family: 'M PLUS Rounded 1c', 'Hiragino Maru Gothic ProN', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  color: #a0704a;
  text-align: center;
  letter-spacing: 0.12em;
  margin-top: -6px;
  padding-bottom: 10px;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* ヘッダー画像をcoverで表示 */
#header {
  background-size: cover !important;
  background-position: center center !important;
}/* 目次の幅調整 */
.toc {
  width: 80% !important;
  max-width: 80% !important;
  margin: 0 auto;
  box-sizing: border-box;
}