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

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

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

.skin-grayish.site-name-text {
	font-family: 'Noto Sans JP', sans-serif;
}

.page .date-tags{
	display: none;
}

.skin-grayish.front-top-page .skinadd-topmv-scroll .skinadd-topmv-scroll__txt {
 display: none;
}

.gnavi-search-menu-content {
	display: none;
}

li.search-menu-button.menu-button {
	visibility: hidden;
}

ul.mobile-footer-menu-buttons.mobile-menu-buttons {
	display: none;
}

.skin-grayish .list-new-entries {
	display: none;
}

.skin-grayish .navi-in>ul>li.search-menu-button.menu-button {
  display: none;
}

.tagline {
	font-size: 18px;
}

/* .skin-grayish.front-top-page .skinadd-topmv-scroll::before {
	display: none;
} */

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

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

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