@charset "UTF-8";

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

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

.no-sidebar .wrap {
 width: 93%;
}

/*---------------------------------
複数の固定ページの日付を非表示にする
--------------------------------*/
.post-15 .date-tags,
.post-17 .date-tags,
.post-19 .date-tags,
.post-32 .date-tags,
.post-474 .date-tags,
.post-478 .date-tags,
.post-611 .date-tags{
  display: none;
}

/*著者情報を消す場合*/
.page .author-info {
    display: none;
}

.page .entry-title {
display: none;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
.header{background-image: url('https://tanoshii-kurashi-lab.jp/wp-content/uploads/2019/08/topillust_1500x500_2.jpg');}
}
	
/*1030px以下*/
@media screen and (max-width: 1030px){
.header{background-image: url('https://tanoshii-kurashi-lab.jp/wp-content/uploads/2019/08/topillust_1500x500_2.jpg');}
}

/*896px以下*/
@media screen and (max-width: 896px){
.box0, .box2 {width:100%;}
	h1{font-size:20px;}
.header{background-image: url('https://tanoshii-kurashi-lab.jp/wp-content/uploads/2019/08/topillust_1000x500_3.jpg');}
}

@media screen and (min-width: 897px){
.box0, .box2 {width:70%;}
h1{font-size:26px;}
.header{background-image: url('https://tanoshii-kurashi-lab.jp/wp-content/uploads/2019/08/topillust_1500x500_2.jpg');}
}

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

.header{background-image: url('https://tanoshii-kurashi-lab.jp/wp-content/uploads/2019/08/topillust_1000x500_3.jpg');}

	ul.menu-mobile{
		overflow-x: auto;
		overflow-y: hidden;
		display: flex !important;
		flex-wrap: nowrap;
		font-size: 14px;
		justify-content: flex-start;
		padding: 0 1em;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}

	ul.menu-mobile > li{
		padding-right: 1em;
		white-space: nowrap;
	}
	ul.menu-mobile　.item-label{
		white-space: nowrap;
		font-size: 14px;
	}
	}
