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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* GutenKit Post Tabを水平表示にする */
.gutenkit-post-tab .tab-list {
  display: flex;
  flex-direction: row;
}



/*投稿日・更新日を非表示*/
.page .date-tags {
 display: none;
}
/*投稿者名を非表示*/
.page .footer-meta {
 display: none;
}

/*グローバルメニューのフォントサイズ等変更*/
.navi-in .menu-header .item-label{
font-size: 20px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*800px以下*/
@media screen and (max-width: 800px){
/* モバイル時に表示したい画像のURLを設定する */
 .skin-grayish.front-top-page .container .header-container .header {
 	background-image: url(https://edamachi.shop/wp-content/uploads/2025/04/titlemobile2.jpg);
	background-position: center center;
 }	
}

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

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