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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/************************************
全体のバランス
************************************/
.mblt-header-and-footer-mobile-buttons {
	margin-top:0px !important;
}
.entry-content {
padding:1em;
padding-top:0;
margin: 0 auto;
}
.navi-in > ul .sub-menu {
	width:auto;
}
ul.sub-menu li {
	height:55px;
	line-height:55px;
}
ul.sub-menu li a {
	font-size:14px;
}
/************************************
アピールエリア調整
************************************/
#appeal {
   height:calc(100vw * 0.2);
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media (max-width: 1023px){
article > .entry-content, aritcle > footer.article-footer {
padding: 0 20px;
}
}
/*880px以下*/
@media screen and (max-width: 880px){
.page-body {
font-size: 16px;
}
}
/*480px以下*/
@media screen and (max-width: 480px){
.page-body {
font-size: 15px;
}
}

/*番号付きリストをカッコにする*/
ol>li>ol>li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol>li>ol>li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

/*トップ固定ページの消すやつ*/
/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}