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

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

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

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

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

/* 見出しのデザインリセット */
/*H2 */
.entry-content h2{
border:none;
background:none;
padding: 0;
}

/* H3 */
.entry-content h3{
border:none;
background:none;
padding: 0;
}

/* H4 */
.entry-content h4{
border:none;
background:none;
padding: 0;
}

/* H5 */
.entry-content h5{
border:none;
background:none;
padding: 0;
}

/* H6 */
.entry-content h6{
border:none;
background:none;
padding: 0;
}

h2 {
	background-color:#FFD8ED!important;
	padding: 20px 20px!important;
	font-size: 24px!important;/*文字サイズ*/
}

h3 {
  border-top: 2px solid #F0566E!important;/*上線*/
  border-bottom: 2px solid #F0566E!important;/*下線*/
  padding: .5em 0!important;
 font-size: 24px!important;/*文字サイズ*/
}

h4 {
  border-bottom: 2px solid #F0566E!important;/*下線*/
  padding: 10px!important;
font-size: 20px!important;/*文字サイズ*/
}

h5 {
  border-left: 3px solid #F0566E!important;/*左線*/
  padding: .5em .7em!important;/*余白*/
font-size: 20px!important;/*文字サイズ*/
}

.mobile-menu-buttons .menu-button.logo-menu-button {
	justify-content: flex-start;
}

h6 {
  border-bottom: 2px solid #E2AFA2!important;/*下線*/
  padding: 10px!important;
font-size: 18px!important;/*文字サイズ*/
}

@media screen and (max-width: 1023px){
mobile-menu-buttons menu-caption{
display: none;
}
mobile-menu-buttons{
align-items: center;
	}
}

.mobile-menu-buttons .menu-caption {
    display: none;
}

#header-container-in.wrap {
    width: auto;
}

.tablepress tbody td {
    font-size:16px;
}

/*固定ページの投稿日、更新日、投稿者名を非表示にする*/
.page .date-tags,
.page .author-info {
    display: none;
}