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

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

/*グローバルナビ*/
#header-container, #header-container .navi {
  background-color: transparent!important;
}
#header-container {
border-bottom: 2px solid #4f433d;	
}
.navi-in > ul li {
  height: 70px;
}
#navi .navi-in a {
  color: #4f433d;
}
/*ナビ下とコンテンツの余白*/
.content {
    margin-top: 40px;
}
/*メイン*/
.main {
  background-color: #ffffffc7;
  border-radius: 20px;
}
.card-thumb img {
    border-radius: 15px;
    width: 100%;
}
.widget-entry-cards figure.card-thumb img {
	border-radius: 10px;
}
.cat-label {
  top: .8em;
  left: 1em;
  border: none;
  border-radius: 12px;
  padding: 2px 8px;
}
/*ブログ記事 紫のカテゴリー*/
.eye-catch .cat-label {
    top: 1em;
    left: 1em;
    padding: 4px 14px;
    border: none;
    border-radius: 16px;
}
.eye-catch img {
	border-radius: 30px;
}
/*ブログカード*/
.blogcard-footer {
	display:none;
}
.blogcard {
  padding: 2.8% 2.8% 2.4%;
  border-color: #a165eb;
  background-color: #ffffff;
}
.blogcard-site {
  float: right;
}
.blogcard-domain {
  font-size: 14px;
}
.blogcard-favicon {
  margin-top: -.1em;
}
.comment-btn {
  color: #8651c5;
  font-size: 1em;
}
.comment-reply-title{
font-weight: 600;	
}
.comment-form .submit {
    margin: 1em 0;
    background-color: rgba(161, 107, 226, .05);
    color: #8651c5;
    border-color: rgba(161, 107, 226, .5);
}
.blogcard-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

/* ブログ一覧のタイトル */
.entry-card-title {
	font-weight: 500;
    line-height: 1.4;
    margin: .6em 0;
}
.entry-card-snippet {
  line-height: 1.4;
  font-size: 14px;
}

/* 記事のタイトル */
.entry-title {
  font-weight: 600!important;
  font-size: 28px;		
  margin-bottom: 33px;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
  font-weight: 600;
}
.article h2 {
  background-color: transparent;
  padding: 25px 0;
  color: #4f433d;
}
.article h3 {
  border-color: transparent;
  border-left: 0;
  padding: 12px 0;
}
.article h4 {
  border-top: none;
  border-bottom: none;
}
.related-entry-heading,.comment-title {
  font-size: 22px;
  font-weight: 600;
}
.related-entry-card-title {
  font-size: 17px;
  margin: 0 0 0.3em 0;
  font-weight: 600;
}
/*目次*/
.toc{
  border: transparent;
  border-radius: 10px;
}
.toc-title {
    padding: 6px 16px;
	color: #f9f5ff;
	background: #a165eb;
}
.toc-checkbox:checked~.toc-content {
	padding-top: 0;
}
.toc .toc-list {
    padding-left: 2em;
}
.toc-list {
	border: 1px solid #a165eb;
	border-top:transparent;
    padding: 1em 2em;
}


[class*=bc-brand-color] .comment-button.comment-button {
   border: 1px solid #a26fe0;
   color: #8651c5;
}

/*サイドバー*/
.sidebar {
  background-color: transparent!important;
  padding: 0 19px;
}
.sidebar h3 {
  background-color: transparent!important;
  color: #4f433d;
  border-bottom: 2px solid #4f433d;
  padding: 0.8em 0;
  margin-bottom: 0.8em;
 /* background-image: linear-gradient(90deg, #a780d7 0 35%, #dedede 35%);
  background-repeat: no-repeat;
  background-size: 100% 5%;
  background-position: bottom;*/
  font-weight: 600;
}
/* profile-box */
.nwa .author-box {
  background-color: #ffffffc7!important;
  border-radius: 20px;
  border:none;
}
.author-name a {
  color: #4f433d!important;
  text-decoration: none!important;
  font-weight: 600;
}
.author-description {
  font-size: 14px;
  margin: 1em auto 2em;
}
.author-box p {
    margin-top: 1em;
    line-height: 1.5;
}
.author-box .sns-follow-buttons a.follow-button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff;	
	border:none;
}
.note-button  {
background-color: #4fa2cd!important;	
}
.feedly-button {
background-color: #ea99b3!important;	
}
.rss-button {
background-color: #c290d1!important;			
}
/* new entry */
.new-entry-cards {
  margin: 1.8em 0;
}
.new-entry-card-thumb {
  margin-top:0;
}
.widget-entry-card {
	font-size: 14px;
}
/* category */
.cat-item {
  border-bottom: 1px solid #857671;
}
.list-item-caption {
  font-size:15px;
}
.widget_categories ul li a .post-count { 
  background: #ffffff70;
  color: #b4a19b;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

/*footer*/
.footer-bottom {
	margin-top: 0;
}
.copyright  {
    margin-top: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

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

/*ブログカード調整*/
	.blogcard {
     padding: 4% 3.3% 2.6%;
     border-radius: .5em;
  }
	.blogcard-thumbnail img {
	 margin-top: 5px;
	}
   .blogcard-title {
      font-size: 1.1em!important;
	  line-height: 1.3;
      margin-bottom: .5em;
	  font-weight: 600!important;
    }
   .blogcard-snippet {
      font-size: 13px;
      margin-bottom: .8em;
	   line-height: 1.3;
    }
  

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

/*ナビ下とコンテンツの余白*/
.content {
    margin-top: 20px;
}
#header-container {
border-bottom: transparent;	
}
	
/* ハンバーガーー */
.mobile-header-menu-buttons {
  background-color: #d4c4ec;
  color: #4f433d;
  box-shadow: none;
  height:58px;
  }
/* close botton*/
.fa-close:before {
    content: none;
}
.menu-close-button {
  display: block;
  position: relative;
  top: 2%;
  left: 85%;
  width: 30px;
  height: 30px;
  border: 2px solid #4f433d; /* 枠の調整 */	
}
.menu-close-button::before, .menu-close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 27px; /* 棒の高さ */
  background: #4f433d;/* バツ印の色 */
}
.menu-close-button::before {
  transform: translate(-50%,-50%) rotate(45deg);
} 
.menu-close-button::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

 /* メニュー内　背景色 */
 .navi-menu-content{
	left: auto;
	right: 0;
	background-color: #d4c4ec;
	transform: translateX(101%);
 }
 .menu-content .menu-drawer {
  padding: 3em 1em 30px;
 }
.menu-drawer a {
  color: #4f433d;
  border-bottom: 1px solid #b2acb4;
  padding: 14px;
  display: block;
  font-weight: 500;
  font-size: 18px;
}
	
.menu-drawer li {
position:relative;		
	}
.menu-drawer li:after {
  position: absolute;
  top: 1.5em;
  right: 2em;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #4f433d;
  border-right: 2px solid #4f433d;
  content: '';
	}	
	
/* ハンバーガーのキャプション削除 */
 .mobile-menu-buttons .menu-caption {
  display: none;
  }
/* ハンバーガーのフォントを大きく */
  .fa-bars:before {
    content: "\f0c9";
    font-size: 24px;
  }
/* サーチメニュー */
.fa-search:before {
  content: "\f002";
  font-size: 22px;
}
.search-menu-button {
  margin-top: -.3em;
}

 /* クローズボタン */
 .menu-close-button {
   text-align: right;
   margin-right: .6em;
 }
/* 記事のタイトル */
.entry-title {
  font-size: 24px;
  padding: 0;
	}
		
	
}
