@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

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

figure.wp-block-table table,
figure.is-style-regular table{
		width:100%;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.plan th,
	.plan td{
		display: block;
		width:100%;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.plan th,
	.plan td{
		display: block;
		width:100%;
	}
}

/* トップページのタイトル非表示 */
#post-75 h1.entry-title {
    display: none;
}

/* トップページのSNSボタン、投稿・更新時間、著者情報を非表示 */
.home header .sns-share,.home footer .sns-share,.home footer .sns-follow,.home header .post-date,.home .post-update,.home .author-info{
    display: none;
}

/* new_listショートコードに、投稿日付表示 */
.new-entry-card-date {
  display: block;
}
.new-entry-card-update-date {
  display: none;
}