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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* ADD START 2026.06.12 E.Tabuchi */
/* 固定ページの新着記事一覧(new_list)を2カラム表示にする */
.new-entry-cards.fp-new-entry-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

.fp-new-entry-cards .new-entry-card-link.a-wrap {
    display: inline-block;
    width: 49.5%;
}

/* サイトフォントをPC 16px→18pxにする */
.body {
  font-size: 18px !important;
}

/* エントリーカード スニペット */
.entry-card-snippet {
  font-size: 16px
}

/* ブログカード スニペット */
.blogcard-snippet {
  font-size: 16px
}

/* 投稿関連記事 スニペット */
.related-entry-card-snippet {
  font-size: 16px
}

/* 投稿関連記事 スニペット */
.new-entry-card-snippet {
  font-size: 16px
}


/* ADD END 2026.06.12 E.Tabuchi */

/* ADD START 2026.06.28 E.Tabuchi */
.cstm-blk-fullwide-inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}

/* 画像ブロックは以下で画面幅に */
.cstm-blk-fullwide {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

/*参考 画像ブロックの高さ調整 */
.cstm-blk-fullwide.cstm-blk-img-height img{
  height: 50vmin;
}

/* 記事一覧（エントリーカード）の更新日を非表示にする */
.widget-entry-card-update-date {
  display: none;
}
.entry-card-update-date {
  display: none;
}



/* ADD END 2026.06.28 E.Tabuchi */

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* PC時メインビジュアルの表示位置を調整したい場合は以下を変更する */
.skin-grayish.front-top-page .container .header-container .header {
	background-position: top center;
}	

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

/* モバイル時に表示したい画像のURLを設定する */
 .skin-grayish.front-top-page .container .header-container .header {
 	background-image: url(https://umezakiminami.jp/wp-content/uploads/2026/06/DSC00226_1920-1080.jpg);
	background-position: center center;
 }

/* サイトフォントをモバイル 14px→16pxにする */
 .body {
   font-size: 16px !important;
  }

}

/*834px以下*/
@media screen and (max-width: 834px){

/* モバイル時に表示したい画像のURLを設定する */
 .skin-grayish.front-top-page .container .header-container .header {
 	background-image: url(https://umezakiminami.jp/wp-content/uploads/2026/06/DSC00226_1920-1080.jpg);
	background-position: center center;

}

/* サイトフォントをモバイル 14px→16pxにする */
 .body {
   font-size: 16px !important;
  }	

}

/*480px以下*/
@media screen and (max-width: 480px){

/* モバイル時に表示したい画像のURLを設定する */
 .skin-grayish.front-top-page .container .header-container .header {
 	background-image: url(https://umezakiminami.jp/wp-content/uploads/2026/06/DSC00226_1920-1080.jpg);
	background-position: center center;

}

/* サイトフォントをモバイル 14px→16pxにする */
 .body {
   font-size: 16px !important;
  }

}

