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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* 文字設定 */
.site-name-text {
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    text-decoration: none;
    color: #333;
}
.entry-card-title, 
.entry-title, 
.article h2, 
.article h3 {
    font-family: "Playfair Display", "Shippori Mincho", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
/***************
* ヘッダー
***************/
#header-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
	padding-bottom: 15px;
    max-width: 1200px;
}
.site-name-text {
    margin: 0;
    text-align: left;
}
#navi {
    background-color: transparent;
}
#navi .navi-in > ul {
    justify-content: flex-end;
    border: none;
}
.navi-in a {
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #444;
}

/***************
* ブログカードデザイン
***************/
/* カテゴリーラベル */
.cat-label {
    background-color: transparent;
    color: #666;
    border: 1px solid #ddd;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 2px 8px;
}

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

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

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