@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){
  /*必要ならばここにコードを書く*/
}

/************************************
** 見出しリセット
************************************/
/* 見出しリセット */
/* 見出し2 */
.article h2{
background:none;
padding: 0;
}

/* 見出し3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}

/* 見出し4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
}

/* 見出し5 */
.article h5{
border-bottom:none;
padding: 0;
}

/* 見出し6 */
.article h6{
border-bottom:none;
padding: 0;
}

/************************************
** コンテンツエリア　余白０設置
************************************/

.main{
    padding-top :0;
    margin-top:0;
    background-color: #ebe8e0;
}

.home .entry-categories-tags.ctdt-one-row,
.home .article-header.entry-header {
	display: none;
}


.content { 
margin-top: 0; 
}


.wp-block-image {
    margin: 0;
	padding: 0;
}



/************************************
** 見出し設定
************************************/
/* 見出し2 */

.article h2{
  font-size: 20px !important;/*文字のサイズ*/
  color: #941e2c;
  border-bottom: 1px solid #666666;/*下線*/
  padding-bottom: .1em;
  margin-bottom: 5px;
  border-top: none;
}


.article h3 {
    background: none;
    font-size: 21px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
	  margin: 0;
    text-align: center;
}
.article h3::before, .article h3::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20%; /*ラインの長さ*/
    border-top: 1px solid #4c171f; /*ラインの色*/
}
.article h3::before {
    left: 0;
}
.article h3::after {
    right: 0;
}

/************************************
****　モバイル表示　ヘッダーメニュー・検索アイコン
************************************/
.mobile-menu-buttons{
height:60px;
box-shadow: none;
	background-color:#701420;
}
.mobile-menu-buttons > li {
padding-top:0;
}
.menu-button{
margin: auto;
}
.mobile-menu-buttons .menu-button:hover{
background-color:#701420;
}
span.fas.fa-search::before{
color:#ffffff;/*検索マーク色変更はこちら*/
margin-left:1em;
}
span.fas.fa-bars::before{
color:#ffffff;/*ハンバーガーメニュー色変更はこちら*/
margin-right:1em;
}
.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
display:none;
}

/************************************
****　ヘッダーとロゴの隙間
************************************/
.logo-image * {
  display: block;
}

.logo-image {
  padding: 0;
}
.logo-image * {
  display: block;
}

.logo-image {
  padding: 10px 0 0;
}



/************************************
** フォローボタン（記事下）のみ丸くする
************************************/

/*フォローボタン（記事下）の枠組み*/
.sns-follow.sf-bottom .sns-follow-buttons {
	justify-content: center; /*中央に寄せる*/
	flex-wrap: wrap; /*折り返す*/
}

/*フォローボタン（記事下）のリンク*/
.sns-follow.sf-bottom .sns-buttons a {
	width: 40px; /*横幅*/
	height: 40px; /*高さ*/
	margin-right: 4px; /*右側の余白*/
	margin-left: 4px; /*左側の余白*/
	border-radius: 50%; /*丸み*/
}

/*フォローボタン（記事下）のアイコン*/
.sns-follow.sf-bottom .sns-follow-buttons .follow-button {
	font-size: 24px; /*アイコンの大きさ*/
}

/*フォローボタン（記事下）のシェア数*/
.sns-follow.sf-bottom .sns-buttons a .follow-count {
	right: -2px; /*右側からの距離*/
	bottom: -2px; /*下側からの距離*/
	padding: 2px; /*内側の余白*/
	font-size: 10px; /*文字の大きさ*/
	border: solid 1px; /*線*/
	border-radius: 3px; /*丸み*/
	background-color: inherit; /*背景色*/
}

/*シェア数の表示が必要ないフォローボタン（記事下）*/
.sns-follow.sf-bottom .sns-buttons a .follow-count:empty {
	padding: 0; /*内側の余白*/
	border: 0; /*線*/
}




/************************************
** モバイルヘッダーメニューの「検索」を非表示
************************************/
/* ヘッダー検索を非表示 */
span.fas.fa-search::before{
display:none;
}

.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
display:none;
}

/************************************
** グローバルメニューのフォントサイズ等変更
************************************/
.navi-in .menu-header .item-label{
font-size: 18px;
}




/************************************
** 目次のフォントサイズ等変更
************************************/
.toc {
font-weight: normal;
	font-size: 16px;
	
}
.toc-title {
  font-weight: normal;
	font-size: 16px;
 }


/************************************
** お問い合わせの送信ボタンのフォントサイズ等変更
************************************/
.wpcf7 input[type="submit"] {
	font-size: 16px;
color: #ffffff;
background: #941e2c;
}

.wpcf7-previous[type="previous"] {
	font-size: 16px;
color: #941e2c;
background: #ffffff;
}

