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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.not-log-in .mobile-footer-menu-buttons{
    display: none;
}
body{
    letter-spacing: 1.2px;
}
/* サイド */
.sidebar{
    letter-spacing: initial;
}
.widget_categories ul li a{
    line-height: 1.2;
}
.sidebar h3{
	padding: 4px 16px;
	margin: 8px 0;
	font-weight: 500;
}
.toc-widget-box .toc{
	margin: 0;
}
.toc-widget-box .toc li{
	margin-bottom: 0.2em;
}

.header-container-in.hlt-top-menu{
    display: block;
}
.header-container-in.hlt-top-menu .site-name-text-link{
    width: 100%;
}
#navi .navi-in>ul>li>a{
    padding-right: 0.5em;
    padding-left: 0.5em;
}


/* ページ上部に移動ボタン */
.go-to-top .go-to-top-button {
    border: 2px solid #c1ad99;
}


.article h1, .article h2, .article h3, .article h4, .article h5, .article h6{
	font-weight: 500;
}

.entry-title, .archive-title{
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c1ad99;
}
.article .toc{
	margin: 3em auto;
}
.article h2{
	padding: 10px 16px 8px 16px;
	background: #c1ad99;
	font-size: 22px;
	margin-top: 100px;
}
.article h3{
    font-size: 18px;
    padding: 6px 0 6px 10px;
    text-align: left;
    /*position: relative;*/
    border: none;
    border-bottom: 2px solid #c1ad99;
    border-left: 6px solid #c1ad99;
    margin: 80px 0 20px;
}
.article h4{
    font-size: 16px;
    padding: 6px 0 6px 10px;
    text-align: left;
    margin: 60px 0 10px;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #c1ad99;
}

.logo-text {
    padding: 10px 0;
}
.footer-bottom{
    margin-top: 0;
}

.entry-card-title, .related-entry-card-title {
    font-weight: 500;
    font-size: 14px;
}
.entry-card-title{
    color: #c1ad99;
    font-size: 16px;
    margin-bottom: 8px;
}
.entry-card-content{
    padding: 0.5em;
}
.cat-label{
    top: 0;
    left: 0;
    border: none;
    padding: 6px 10px;
}

/*カテゴリーページのタイトルアイコン非表示*/
.archive-title .fa{
    display: none;
}
/* ログインページ */
.swpm-forgot-pass-link,
.swpm-join-us-link{
	display: none;
}

/* 目次 */
.toc.tnt-number-detail ol li:before {
    content: counters(toc,"-")".";
}

.mobile-footer-menu-buttons,
.mobile-footer-menu-buttons .menu-button > a{
    background: #c1ad99;
    color: #fff;
}
.menu-close-button{
    color: #8a8a8a;
}
.menu-drawer > li{
    border-bottom: 1px solid #ccc;
}
.menu-drawer a{
    padding: 0.5em 6px;
}

.wp-block-image figcaption{
    margin-top: 0 !important;
    text-align: center;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .header div.header-in{
    background: #c1ad99;
  }
  .header .site-name-text{
    color: #fff;
  }
}

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