@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.2
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
 /*固定ページの日付非表示*/
.page .date-tags {
display: none;
}
/*全ての固定ページの投稿者を非表示*/
.page .author-info{
  display: none;
}

/* Full画面幅 */
.full-width {
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	padding-top: 10px; /* 不要なら削除または、任意の数値を設定してください */
	padding-bottom: 10px; /* 不要なら削除または、任意の数値を設定してください */
}
/* 食べログ風2カラム */
.custom-two-column {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; /* カラム間の余白を追加 */
}

.custom-two-column .column-1 {
  flex: 1;
  padding: 10px; /* カラム内の余白を追加 */
}

.custom-two-column .column-2 {
  flex: 2;
  padding: 10px; /* カラム内の余白を追加 */
}

.custom-two-column img {
  max-width: 100%; /* 画像のサイズをカラムに合わせる */
  height: auto;
  display: block;
}
