@charset "UTF-8";

/* Google Fonts 読み込み（欧文＋和文） */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Noto+Serif+JP:wght@500;700&display=swap');

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

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

/* Circuclusタイトル用（クラシカル・ゴスロリ調） */
.circuclus-title {
    font-family: 'Cormorant Garamond','Noto Serif JP', serif !important;
    font-size: 28px;
    text-align: center;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 1.4;
}

/* Circuclus物語テキスト用 */
.circuclus-text {
    font-family: 'Noto Serif JP','Cormorant Garamond', serif !important;
    font-size: 22px;
    text-align: center;
    font-style: italic;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  .circuclus-title {
      font-size: 24px;
  }
  .circuclus-text {
      font-size: 20px;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  .circuclus-title {
      font-size: 22px;
  }
  .circuclus-text {
      font-size: 19px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  .circuclus-title {
      font-size: 20px;
  }
  .circuclus-text {
      font-size: 18px;
  }
}
