@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;
}

/* H2見出し */
.article h2 {
  background: transparent;
  padding: 0;
  padding-bottom: 12px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 3.5em;
  margin-bottom: 1.5em;
}

/* H3見出し */
.article h3 {
  background: transparent;
  border: none;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 3em;
  margin-bottom: 1em;
}

/* information枠線 */
.blank-box {
  border-width: 5px;
}

/***************
* ヘッダー
***************/
#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: rgba(255, 255, 255, 0.9);
    color: #333;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 10px;
}
.blogcard {
    border: 1px solid #eaeaea;
    box-shadow: none;
    border-radius: 4px;
    background-color: #fbfbfb;
}

.blogcard-title {
    color: #333;
}

/***************
* ページネーションデザイン
***************/
.pagination-next-link {
    display: none !important;
}
.pagination {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center;
	font-family: "Playfair Display", "Shippori Mincho", serif;
}
.pagination .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    border: none !important;
    border-radius: 50%;
    background-color: transparent;
    color: #777;
    font-size: 0.9em;
    text-decoration: none;
    transition: all 0.3s ease;
}
.pagination a.page-numbers:hover {
    background-color: #f4f1ed;
    color: #333;
}
.pagination .current {
    background-color: #bfaea4;
    color: #fff;
    font-weight: bold;
}

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

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

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