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

/************************************
** 全体
************************************/

body {
  color: #000000;
}

.entry-content {
  padding: 1em;
  padding-top: 0;
  margin: 0 auto;
}

img {
  box-shadow: 0px 2px 5px 0 rgba(0,0,0,.2);
}

/* 本文内 strongタグ */
.entry-content strong {
  font-weight: bold;
}

/* レスポンシブ */
@media (max-width: 1023px) {
  article > .entry-content,
  article > footer.article-footer {
    padding: 0 20px;
  }
}
@media screen and (max-width: 880px) {
  .page-body { font-size: 16px; }
}
@media screen and (max-width: 480px) {
  .page-body { font-size: 15px; }
}


/************************************
** ヘッダー・ロゴ
************************************/

.logo-image {
  padding: 0;
  margin-left: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  max-height: 60px; /* 大きなロゴ画像を使うときはここの数字を大きく */
}

.logo {
  text-align: left;
}

.logo-header img {
  box-shadow: none !important;
}

@media screen and (max-width: 834px) {
  .container { margin-top: 50px; }
}


/************************************
** ヘッダー モバイル表示
************************************/

@media screen and (max-width: 1023px) and (min-width: 835px) {
  .admin-bar.mblt-header-mobile-buttons,
  .admin-bar.mblt-header-and-footer-mobile-buttons {
    margin-top: 0;
  }
}

@media (min-width: 835px) {
  ul.mobile-header-menu-buttons.mobile-menu-buttons { display: none; }
}

@media (max-width: 834px) {
  .header-container { display: none; }
  img.site-logo-image {
    max-height: 35px;
    padding: 2px 0 0 5px;
    box-shadow: none;
  }
  .mobile-header-menu-buttons {
    background: #fff; /* ヘッダー背景色 */
  }
}

.mobile-menu-buttons {
  height: 50px;
}
.mobile-menu-buttons > li {
  padding-top: 0;
}
.menu-button {
  color: #81b29a !important;
  margin: auto;
}
.mobile-menu-buttons .menu-button:hover {
  background-color: white;
}

span.fa.fa-search::before {
  margin-left: 1em;
  color: #81B29A !important;
}
span.fa.fa-bars::before {
  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;
}


/************************************
** ドロワーメニュー（モバイル）
************************************/

span.fa.fa-close::before {
  font-family: FontAwesome;
  content: "\f060";
}

.menu-content .menu-drawer {
  padding: 0 1em;
  margin: 0;
}

ul.menu-drawer::before {
  font-size: 1.2em;
  display: block;
  font-weight: normal;
  background: white;
  color: #000000;
  padding: .5em;
  margin-bottom: 1em;
  font-family: sans-serif;
  text-align: center;
  border-bottom: 3px dotted #81B29A;
}

ul.menu-drawer::after {
  background: white;
}

.menu-drawer li {
  background-color: #fff;
  padding: 0;
  border-radius: 20px;
}

.menu-drawer a {
  font-size: 1.5em;
  background-color: #f7f7f7;
  color: #afafb0 !important;
  margin: 6px 0;
  padding: 4px 1em;
  border-radius: 20px;
}

.menu-drawer a:hover {
  background-color: #3d405b !important;
  color: #fffff4 !important;
  transition: 0.2s;
}

.menu-drawer .sub-menu {
  padding-left: 30px;
  margin-top: 0;
}

.menu-drawer ul.sub-menu li {
  font-size: 1em;
}

@media (max-width: 834px) {
  .sub-menu { box-shadow: none !important; }
}


/************************************
** 記事タイトル・ヘッダー
************************************/

header.article-header.entry-header {
  text-align: center;
}

.article-header h1 {
  position: static;
  font-size: 1.4em;
  color: #333333;
  background-color: #fff;
  line-height: 1.8em;
  text-shadow: none;
  margin: 0;
  padding: 1.5em .95em 1.1em;
}

.eye-catch {
  box-shadow: 0px 3px 7px 0 rgba(0,0,0,.2);
}

.eye-catch img {
  height: auto !important;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  transform: none;
  width: 100%;
}

/* 記事内カテゴリ・タグリンク */
a.cat-link, a.tag-link {
  font-size: .7em;
  border-radius: 10px;
  border: 0;
  margin: 0.5em;
  padding: 0 0.5em 0;
  background: #81b29a !important;
  color: #fff !important;
}

.cat-link:hover, .tag-link:hover {
  opacity: .5;
  transition: all .3s ease-in-out;
}

.entry-categories-tags {
  margin-bottom: 0.4em;
}

/* 日付 */
.date-tags {
  font-size: 1.2em;
  color: #7b7b7b;
  top: 5px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

div.date-tags span.post-update { order: 1; }
span.fa.fa-history::before { content: "\f021"; }
div.date-tags span.post-update,
div.date-tags span.post-date { margin-right: 10px; }

@media (max-width: 1023px) {
  .entry-categories-tags.ctdt-one-row { padding: 0; }
}
@media (max-width: 420px) {
  .article-header h1 { font-size: 1.2em; }
  .date-tags { top: 3px; }
}
@media (max-width: 834px) {
  main.main, div.sidebar { padding: 0; }
}
@media screen and (min-width: 601px) and (max-width: 834px) {
  div#content.content.cf { margin: 1em; }
}
@media screen and (max-width: 480px) {
  h2, h3 { font-size: 1.17em; }
}


/************************************
** 見出し h2 〜 h5
************************************/

.article h2::before {
  background-image: none;
}

.article h2 {
  line-height: 2;
  background-color: #3d405b;
  font-size: 24px;
  color: #f4f1de;
  border-radius: 1px;
  border-left: solid 14px #81B29A;
  padding: 1em;
  margin-top: 70px;
  margin-bottom: 2em;
}

.article h3 {
  line-height: 2;
  font-size: 20px;
  border: none;
  display: inline-block;
  color: #000000;
  border-radius: 2px;
  border-left: 10px solid #81B29A;
  padding: 0.4em 0.8em;
  margin-top: 5px;
}

.article h4 {
  position: relative;
  padding: 0.5em;
  font-size: 17px;
  background: #ffffff;
  border-bottom: 1px solid #3d405b;
}

.article h4::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 3%;
  height: 5px;
  background-color: #81B29A;
}

.article h5 {
  background: #F7F7F7;
  font-size: 17px;
  font-weight: normal;
  line-height: 2;
  color: #333333;
  border-bottom: none;
  border-radius: 4px;
  padding: 1.5em;
  margin-left: 0 auto;
  border: 1.5px dashed;
  border-color: #93b69c;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media (max-width: 480px) {
  .article h2 {
    font-size: 18px;
    padding: 1.5em 1em 1.5em 0.5em;
  }
  .article h3 {
    font-weight: bold;
    font-size: 17px !important;
  }
  .article h4, .article h5 {
    font-size: 15px !important;
  }
}


/************************************
** 目次
************************************/

.toc-title {
  font-weight: bold;
  color: #000000;
}

.toc-list > li a {
  font-weight: bold;
  color: #000000;
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}

.toc-list > li a::before {
  font-family: FontAwesome;
  content: "\f144";
  margin-right: 7px;
}

.toc-list > li li a {
  font-weight: normal;
  font-size: 95%;
  color: #000000;
  margin-top: 0;
  margin-left: 3em;
}

.toc-list > li li a::before {
  content: "";
  width: 8px;
  height: 8px;
  left: -2px;
  display: inline-block;
  border-radius: 50%;
  background: #E07A5F;
  position: relative;
  margin-bottom: 2px;
}

.toc a:hover {
  color: #333333;
  text-decoration: underline;
}

@media (max-width: 880px) {
  .toc-list > li a { margin-left: -10px; }
  .toc-list > li li a { margin-left: -2em; }
  .toc-list > li li a::before {
    left: 3px;
    margin-bottom: 1px;
  }
}


/************************************
** 引用
************************************/

blockquote {
  position: relative;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
  padding: 10px;
}

blockquote::before {
  position: absolute;
  background-color: transparent;
  color: #545454;
  font-family: 'FontAwesome';
  content: '\f10d';
  line-height: 1;
  text-align: center;
  top: -20px;
  left: -10px;
  padding: 10px;
  font-size: 20px;
}

blockquote::after {
  position: absolute;
  right: -10px;
  bottom: -20px;
  background-color: transparent;
  padding: 10px;
  color: #545454;
  font-family: 'FontAwesome';
  content: '\f10e';
  line-height: 1;
  text-align: center;
  font-size: 20px;
}

blockquote cite {
  display: block;
  padding-right: 30px;
  font-size: 0.8rem;
  text-align: right;
  color: #808080;
}


/************************************
** ブログカード（本文内）
************************************/

.blogcard {
  border: 0px solid whitesmoke;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
}

a.blogcard-wrap.internal-blogcard-wrap.a-wrap.cf {
  transition: all 200ms;
}

a.blogcard-wrap.internal-blogcard-wrap.a-wrap.cf:hover {
  background-color: #fafafa;
  box-shadow: none;
  transform: none;
  transition: all 200ms;
}

.blogcard::before {
  display: none;
}

.internal-blogcard::after {
  content: "続きを読む \00bb";
  position: absolute;
  bottom: 0.5rem;
  right: 0.7rem;
  font-size: 70%;
  background-color: #E07A5F;
  padding: .4em 3em;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
}

.blogcard-date { display: none; }

.blogcard-title {
  font-size: 1em;
  padding: .2em .2em 0;
  line-height: 1.4em;
  text-align: justify;
}

.blogcard-snippet {
  padding: 0em .5em .3em;
  color: #545454;
  text-align: justify;
}

.blogcard-content.internal-blogcard-content {
  max-height: 20em;
}

@media screen and (max-width: 1023px) {
  .blogcard-title {
    padding: .3em .3em 0em .2em;
    line-height: 1.5em;
  }
  .blogcard-snippet {
    font-size: .9em;
    margin-top: .3em;
  }
}
@media screen and (max-width: 960px) {
  .blogcard-title {
    padding: .3em .3em .2em .2em;
    line-height: 1.5em;
  }
  .blogcard-snippet {
    font-size: .8em;
    max-height: 15em;
  }
}
@media screen and (max-width: 834px) {
  .blogcard-title {
    font-size: 1.1em;
    padding: .2em .3em .5em .2em;
  }
  .blogcard-snippet { font-size: .9em; }
}
@media screen and (max-width: 740px) {
  .blogcard-title { padding: .3em; }
}
@media screen and (max-width: 673px) {
  .blogcard-title {
    padding: .3em .5em 1em .2em;
    line-height: 1.8em;
  }
  .blogcard-snippet { display: none; }
}
@media screen and (max-width: 480px) {
  .blogcard-title {
    padding: .1em .4em 0em .1em;
    line-height: 1.5em;
  }
  .blogcard-footer { margin-top: 1em; }
}


/************************************
** 関連記事
************************************/

.e-card-title {
  font-weight: bold;
  color: #337AB7;
}

.related-entry-card-content {
  margin-left: 190px;
  margin-right: 5px;
}

a.related-entry-card-wrap.a-wrap.border-element.cf:hover {
  background-color: #fafafa;
  transform: none;
  transition: all 200ms;
}

.related-entry-card .cat-label { display: none; }

@media screen and (max-width: 480px) {
  .related-entry-card-thumb { margin-right: 1em; }
  .e-card-title {
    font-size: 15px;
    line-height: 1.8;
  }
  article.related-entry-card.e-card.cf {
    margin-left: .5em;
    margin-right: .3em;
  }
}


/************************************
** シェア・フォローボタン
************************************/

.share-button a,
.sns-buttons a {
  color: #000000;
}

.sns-buttons a.share-button {
  color: #000000;
  background: white;
  border-radius: 0;
  border: none;
  margin-top: 10px;
}

.bc-brand-color-white .sns-buttons a.share-button {
  border-width: 1px;
  border-style: solid;
}

.sns-buttons a:hover {
  transform: translateY(-4px);
  transition: all 500ms;
  color: #000000;
}

.bc-brand-color.sns-share .sns-buttons a,
.bc-brand-color.sns-follow .sns-buttons a,
.bc-monochrome .sns-buttons a {
  background: #fff;
  border: none;
}

/* SNSブランドカラー */
.bc-brand-color a.twitter-button   { color: #1da1f2; }
.bc-brand-color a.facebook-button  { color: #3b5998; }
.bc-brand-color a.hatebu-button    { color: #2c6ebd; }
.bc-brand-color a.instagram-button { color: #405de6; }
.bc-brand-color a.youtube-button   { color: #cd201f; }
.bc-brand-color a.linkedin-button  { color: #0077b5; }
.bc-brand-color a.note-button      { color: #41c9b4; }
.bc-brand-color a.flickr-button    { color: #111; }
.bc-brand-color a.pinterest-button { color: #bd081c; }
.bc-brand-color a.pocket-button    { color: #ef4056; }
.bc-brand-color a.line-button      { color: #00c300; }
.bc-brand-color a.amazon-button    { color: #ff9900; }
.bc-brand-color a.rakuten-room-button { color: #c61e79; }
.bc-brand-color a.slack-button     { color: #e01563; }
.bc-brand-color a.github-button    { color: #4078c0; }
.bc-brand-color a.feedly-button    { color: #2bb24c; }
.bc-brand-color a.rss-button       { color: #f26522; }

/* セクションタイトル文字を非表示にしてカスタム文字を表示 */
.sns-share-message, .sns-follow-message,
span.related-entry-main-heading.main-caption,
.comment-title {
  font-size: 0;
  text-align: center;
  display: block;
  margin: 50px;
}

.sns-share.ss-high-and-low-lc a .social-icon.button-caption,
.sns-share.ss-high-and-low-cl a .social-icon.button-caption,
.sns-share.ss-high-and-low-lc a .button-caption.button-caption,
.sns-share.ss-high-and-low-cl a .button-caption.button-caption {
  font-size: 10px;
}

.sns-share-message::before,
.sns-follow-message::before,
span.related-entry-main-heading.main-caption::before,
.comment-title::before {
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 100;
  padding: .5em;
  border-bottom: 2px solid whitesmoke;
  letter-spacing: .4em;
}

.sns-share-message::before      { content: "SHARE"; }
.sns-follow-message::before     { content: "FOLLOW"; }
span.related-entry-main-heading.main-caption::before { content: "MORE"; }
.comment-title::before          { content: "COMMENTS"; }

/* Feedly・RSSボタンを非表示 */
a.follow-button.feedly-button.feedly-follow-button-sq,
a.follow-button.rss-button.rss-follow-button-sq {
  display: none;
}


/************************************
** バッジ
************************************/

.badge, .badge-red, .badge-pink, .badge-purple,
.badge-blue, .badge-green, .badge-yellow, .badge-brown, .badge-grey {
  color: #fff;
  padding: 1px 5px 0;
  border-radius: 2px;
  font-size: 12px;
}

.badge        { background-color: #eb9c28; } /* オレンジ */
.badge-red    { background-color: #d12724; }
.badge-pink   { background-color: #eb5957; }
.badge-purple { background-color: #703b7d; }
.badge-blue   { background-color: #33719e; }
.badge-green  { background-color: #2a9d8f; }
.badge-yellow { background-color: #e9c46a; }
.badge-brown  { background-color: #88855f; }
.badge-grey   { background-color: #264653; }


/************************************
** リスト（チェックマーク）
************************************/

.article .list-3 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article .list-3 li {
  position: relative;
  margin: 0.5em 0 !important;
  padding-left: 25px;
}

.article .list-3 li::before {
  font-family: FontAwesome;
  content: "\f058";
  color: #e07a5f;
  position: absolute;
  left: 0;
}

/* チェックマークリスト */
.li-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

.li-check li {
  position: relative;
  margin: 0.5em 0 !important;
  padding-left: 25px;
}

.li-check li::before {
  font-family: FontAwesome;
  content: "\f046";
  color: #545454;
  position: absolute;
  left: 0;
}

/* しかく数字マークリスト */
.li-lec-no {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.li-lec-no li {
  border-bottom: 2px dashed;
  border-color: #cdcdcd;
  position: relative;
  margin: 0.5em 0 !important;
  max-width: 100%;
  padding: 0 0 0.5em 1.8em;
}

.li-lec-no li:last-child { border: none; }

.li-lec-no li::before {
  counter-increment: number;
  content: counter(number);
  background-color: #545454;
  color: #fff;
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  left: 0;
  top: 0.5em;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

/* 説明つきリスト */
DT {
  padding: 0.5em;
  font-weight: bold;
}

DT::before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #AFAFB0;
  position: relative;
  left: 0;
}

DD {
  padding-left: .5em;
  border-left: 1px solid #333;
  font-size: .9em;
  clear: both;
}


/************************************
** かこみ枠・ボックス
************************************/

/* アイコン強調ボックス（オレンジ） */
.box-orange {
  position: relative;
  max-width: 710px;
  margin: 2em auto;
  padding: 1.7em 2em;
  border: 2px solid #EB9C28;
  border-radius: 5px;
}

.box-orange i {
  background: #fff;
  color: #EB9C28;
  padding: 10px;
  border-radius: 20px;
}

.box-orange .box-title {
  position: absolute;
  top: -21px;
  left: 30px;
  background: #fff;
  color: #262626;
  padding: 0 10px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
}

.box-orange p {
  margin: 0;
  padding: 0;
}

/* 古びた用紙とテープ */
.kakomi-tape3 {
  position: relative;
  padding: 35px 20px 15px;
  margin: 2.5em auto;
  width: 100%;
  color: #555555;
  background-color: #e8ddbd;
  box-shadow: inset 0 0 40px rgba(204, 186, 136, 1), 0 2px 2px #ccc;
}

.title-tape3 {
  position: absolute;
  top: -15px;
  left: 30px;
  padding: 4px 20px;
  color: #555555;
  font-weight: bold;
  background-color: rgba(255,255,255,.4);
  border-left: 2px dotted rgba(0,0,0,.1);
  border-right: 2px dotted rgba(0,0,0,.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  transform: rotate(-5deg);
}

/* カラーボックス */
.primary-box   { background-color: #7DAFC3; }
.secondary-box { background-color: #C7C5AE; }
.success-box   { background-color: #cce0d7; }
.info-box      { background-color: #d1ecf1; }
.warning-box   { background-color: #F5CF96; }
.danger-box    { background-color: #f3cbc0; }
.light-box     { background-color: #f4f1de; }
.dark-box      { background-color: #CFD0EC; }


/************************************
** テーブル（本文内）
************************************/

table#ch {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 750px;
  table-layout: fixed;
}

table#roomt {
  border-collapse: separate;
  margin: 0.3em auto;
  padding: 0;
  width: 750px;
  table-layout: fixed;
  border-spacing: 0.2em 0.2em;
}

table#ch tr,
table#roomt tr {
  background-color: #ffffff;
  padding: .35em;
}

table#roomt tr {
  width: 100px;
  height: 100px;
}

table#roomt th.kagu  { background-color: #e07a5f; }
table#roomt th.niwagu { background-color: #81B29A; }

table#roomt th.kagu, table#roomt th.kagu td,
table#roomt th.niwagu, table#roomt th.niwagu td {
  padding: .35em;
}

table#roomt TD.f3cbc0 {
  background-color: #f3cbc0;
  text-align: left;
  font-size: 1em;
}

table#roomt TD.cce0d7 {
  background-color: #cce0d7;
  text-align: left;
  font-size: 1em;
}

table#ch th,
table#ch td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}

table#ch th { font-size: .85em; }

table#ch thead tr th {
  background-color: #262626;
  color: #fff;
}

table#ch tbody th { color: #262626; }

.txt   { text-align: left; font-size: .85em; }
.frame { text-align: center; color: #262626; font-weight: bold; }

table#ch TR.tr1 TD,
table#ch TR.tr2 TD,
table#ch TR.tr3 TD,
table#ch TR.tr4 TD {
  text-align: center;
  color: #262626;
  font-weight: bold;
}

table#ch TR.tr1 TD { background: #C7F0EB; }
table#ch TR.tr2 TD { background: #FAF2DD; }
table#ch TR.tr3 TD { background: #FCDFC7; }
table#ch TR.tr4 TD { background: #F9DED7; }

.non { background: #fff; }

table#ch tbody TR.tr1 TH { background-color: #2A9D8F; }
table#ch tbody TR.tr2 TH { background-color: #E9C46A; }
table#ch tbody TR.tr3 TH { background-color: #F4A261; }
table#ch tbody TR.tr4 TH { background-color: #E76F51; }

TR.tr1 TD { background-color: #ffffff; }
TR.tr2 TH { background-color: #ccc; }

TH.tit {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  background-color: #ccc;
}

table#roomt TR.tr3 TD.tit {
  border-right: 3px solid gray;
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  table#ch,
  table#roomt {
    border: 0;
    width: 100%;
  }

  table#ch th {
    background-color: #264653;
    display: block;
    border-right: none;
  }

  table#ch thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table#ch tr {
    display: block;
    margin-bottom: .625em;
  }

  table#ch td,
  table#roomt td {
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

  table#ch td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #262626;
  }

  table#ch td:last-child { border-bottom: 0; }
  table#ch tbody th { color: #fff; }
}

@media (max-width: 640px) {
  table#roomt th.kagu,
  table#roomt th.niwagu { display: none; }

  table#roomt td { display: block; }

  table#roomt TD.f3cbc0::before {
    content: '家具：';
    font-weight: bold;
    color: #e07a5f;
  }

  table#roomt TD.cce0d7::before {
    content: '庭具：';
    font-weight: bold;
    color: #81b29a;
  }
}


/************************************
** サイドバー
************************************/

#sidebar > .widget {
  border-radius: 10px;
}

.widget_search { padding: 0; }

.sidebar h3 {
  color: #000000;
  border-radius: 0%;
  border-bottom: 3px solid;
  border-color: #3d405b;
  padding-bottom: 0.3em;
  margin-top: -0.5em;
  margin-bottom: 1em;
}

/* サイドバー：ウィジェットリスト */
.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a {
  background-color: #f7f7f7;
  color: #000000 !important;
  margin: 6px 0;
  padding: 4px 10px;
  border-radius: 20px;
  transition: 0.4s;
}

.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover {
  background-color: #81b29a;
  color: #fffff4 !important;
}

/* サイドバー：カテゴリーアイコン（親） */
.widget_categories ul li a::before {
  font-family: "FontAwesome";
  content: "\f07b";
  padding-right: 6px;
  font-weight: 900;
}

/* サイドバー：カテゴリーアイコン（子） */
.widget_categories ul li ul li a::before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #000000;
  padding-right: 6px;
  font-weight: 900;
}

/* サイドバー：人気記事ブログカード */
.sidebar a.popular-entry-card-link.a-wrap {
  margin: 0;
  padding: 0;
}

.sidebar figure.popular-entry-card-thumb.widget-entry-card-thumb.card-thumb {
  margin: .5em 0em .5em .2em;
}

.sidebar div.popular-entry-card-content.widget-entry-card-content.card-content {
  padding: .5em .5em .5em .8em;
  text-align: justify;
  line-height: 1.3;
}

.nwa .recommended.rcs-card-margin a {
  margin: 0 0 1em;
  width: 90%;
}

@media screen and (max-width: 1023px) {
  div.sidebar { display: none; }
}


/************************************
** フッター
************************************/
.footer-title {
  color: #2d5a3d !important;
  margin-bottom: 0.5em;
}
#footer, #footer a {
  color: #000000;
}
/* フッター：ナビゲーション ホバー無効化 */
#navi-footer .navi-footer-in a:hover {
  background-color: transparent !important;
  transition: none !important;
  color: inherit !important;
}

.widget-entry-cards .widget-entry-card-content {
  color: #000000;
  font-size: 13px;
  padding-left: .5em;
}

.footer-widgets,
.footer-widgets-mobile {
  margin: 0 auto;
}

.footer-left, .footer-center, .footer-right, .footer-mobile {
  padding: 0 10px;
}

.widget.widget-footer-mobile { padding: 0; }

aside#popular_entries-3.widget.widget-footer-mobile.widget_popular_entries
div.popular-entry-cards.widget-entry-cards.no-icon.cf {
  padding: 0 .4em 0;
}

.widget-footer-mobile div.tagcloud,
.widget-footer-mobile ul li a {
  margin-right: .2em;
  margin-left: .2em;
}

.source-org.copyright { color: #000000; }

@media (max-width: 1023px) {
  .footer {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 880px) {
  .footer-title { margin-top: 2em; }
}
@media screen and (max-width: 480px) {
  .widget-entry-cards .widget-entry-card-content { line-height: 1.3; }
}

/* フッター：タグクラウド（#tag_cloud-2） */
#tag_cloud-2 .tagcloud a {
  background-color: #7ab892 !important;
  color: #2d5a3d !important;
  border: none !important;
  border-radius: 4px !important;
  transition: 0.4s;
}

#tag_cloud-2 .tagcloud a:hover {
  background-color: #5fa07a !important;
  color: #1a3d29 !important;
}
/* フッター：カテゴリーリスト（#tag_cloud-3） */
#categories-3.widget_categories ul li a {
  color: #2d5a3d !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

#categories-3.widget_categories ul li a:hover {
  color: #fffff4 !important;
  background-color: transparent !important;
}

/************************************
** プロフィール欄（サイドバー）
************************************/

.nwa .author-box {
  max-width: none;
  padding: 0;
  background-color: #ffffff;
}

aside#author_box-2.widget.widget-sidebar.widget-sidebar-standard.widget_author_box {
  padding: 0 !important;
  border-radius: 10px;
}

@media (max-width: 1023px) {
  aside { padding: 0 .5em; }
}

.nwa .author-box .author-thumb {
  width: 100%;
  height: 9em;
  margin: 0 0 5em 0;
  border-radius: 10px 10px 0 0;
}
/*サイドバープロフの背景画像設定
.author-box figure.author-thumb {
  float: none;
  text-align: center;
  background: url(http://blog.molinoneco.com/wp-content/uploads/2021/09/e1075_1.png) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}*/

.author-box img.avatar.photo {
  background-image: none;
  padding: 0 !important;
  box-shadow: none;
}

.author-box figure.author-thumb img {
  width: 40%;
  max-width: 180px;
  margin-top: 5em;
}

@media (min-width: 1023px) {
  .nwa .author-box .author-thumb { height: 8em; }
  .author-box figure.author-thumb img { max-width: 120px; }
}

@media (max-width: 480px) {
  .nwa .author-box .author-thumb { height: 8em; }
  .author-box figure.author-thumb img { max-width: 130px; }
}

.author-box .author-name { margin: 0 0 2em 0; }

.author-box .author-content .author-name a {
  text-decoration: none;
  font-size: 1.2em;
  color: #000000;
}

.nwa .author-box .author-description { margin-bottom: 1.5em; }

.author-box .author-content .author-description p {
  font-size: 14px;
  color: #000000;
  line-height: 1.6em !important;
  margin: 1em;
}

#author_box-2 p { margin: 1em 2.5em; }

div.author-follows { padding-bottom: 2em; }

.author-box .author-content .author-description p a { text-decoration: none; }
.author-box .author-content .author-description p a:hover { text-decoration: underline; }

.author-box .author-content .author-follows .sns-buttons {
  justify-content: center;
}

.author-box .author-content .author-follows .sns-buttons a.follow-button {
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  color: #fff !important;
  margin: 0 3px;
}

/* SNSフォローボタンカラー */
a.follow-button.website-button.website-follow-button-sq    { background-color: #6eb6fd !important; }
a.follow-button.twitter-button.twitter-follow-button-sq    { background-color: #7dcdf7 !important; }
a.follow-button.facebook-button.facebook-follow-button-sq  { background-color: #7c9dec !important; }
a.follow-button.hatebu-button.hatebu-follow-button-sq      { background-color: #2c6ebd !important; }
a.follow-button.instagram-button.instagram-follow-button-sq { background: linear-gradient(165deg, #427eff 5%, #f13f79 50%) no-repeat !important; }
a.follow-button.pinterest-button.pinterest-follow-button-sq { background-color: #bd081c !important; }
a.follow-button.youtube-button.youtube-follow-button-sq    { background-color: #cd201f !important; }
a.follow-button.linkedin-button.linkedin-follow-button-sq  { background-color: #0A66C2 !important; }
a.follow-button.note-button.note-follow-button-sq          { background-color: #41C9B4 !important; }
a.follow-button.soundcloud-button.soundcloud-follow-button-sq { background-color: #FF5500 !important; }
a.follow-button.flickr-button.flickr-follow-button-sq      { background-color: #111 !important; }
a.follow-button.line-button.line-follow-button-sq          { background-color: #00c300 !important; }
a.follow-button.amazon-button.amazon-follow-button-sq      { background-color: #ff9900 !important; }
a.follow-button.rakuten-room-button.rakuten-room-follow-button-sq { background-color: #C61E79 !important; }
a.follow-button.slack-button.slack-follow-button-sq        { background-color: #4A154B !important; }
a.follow-button.github-button.github-follow-button-sq      { background-color: #4078c0 !important; }
a.follow-button.codepen-button.codepen-follow-button-sq    { background-color: #47CF73 !important; }
a.follow-button.feedly-button.feedly-follow-button-sq      { background-color: #2bb24c !important; }
a.follow-button.rss-button.rss-follow-button-sq            { background-color: #f26522 !important; }

.author-box .author-content .author-follows .sns-buttons a.follow-button span { line-height: 40px; }
.author-box .author-content .author-follows .sns-buttons a.follow-button span::before { font-size: 20px !important; }

@media (max-width: 1023px) {
  .nwa .author-box .author-thumb {
    height: 11em;
    margin: 0 0 7em 0;
  }
  .author-name { font-size: 16px !important; }
  .author-description {
    line-height: 1.5 !important;
    text-align: center;
    margin: 0 auto;
  }
}


/************************************
** プロフィール リンクボタン
************************************/

.profilepage-link {
  text-align: center;
  margin-bottom: 20px;
}

#main .profilepage-link { text-align: center; }

.profilepage-link a {
  display: inline-block;
  font-size: .9em;
  text-decoration: none;
  color: #fff;
  background: #81b29a;
  padding: .5em 2em;
  border-radius: 4px;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.2);
  transition: .3s ease-in-out;
}

.profilepage-link a:hover {
  color: #fff;
  box-shadow: 0 10px 12px -3px rgba(0,0,0,.24);
}

@media screen and (max-width: 480px) {
  #main .profilepage-link { text-align: center; }
  .profilepage-link a { font-size: 14px; }
}


/************************************
** 投稿者情報（本文下）
************************************/

section.profile {
  width: 100%;
  border: 5px solid #3333;
  border-radius: 10px;
  margin: 30px 0;
  padding: 20px 25px;
  box-sizing: border-box;
}

section.profile h6 {
  font-size: 18px;
  border-bottom: 1px dotted #666666;
  margin: 0 0 20px;
  padding: 0 0 5px;
}

section.profile .inner {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

section.profile .inner .left-side { width: 120px; }
section.profile .inner .left-side img { border-radius: 0%; }
section.profile .inner .left-side img { box-shadow: none; }
section.profile .inner .right-side { width: calc(100% - 125px); }

section.profile .inner .right-side .authorName {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
}

section.profile .inner .right-side .authorProfile {
  font-size: 14px;
  line-height: 1.6;
  margin: 1em;
}

@media only screen and (max-width: 600px) {
  section.profile { padding: 15px; }
  section.profile h1 { font-size: 16px; }
  section.profile .inner .left-side { width: 70px; }
  section.profile .inner .right-side .authorName { font-size: 15px; }
  section.profile .inner .right-side { width: calc(100% - 85px); }
  section.profile .inner .right-side .authorProfile { font-size: 13px; }
}


/************************************
** Contact Form 7
************************************/

/* 必須ラベル */
.haveto {
  font-size: 9px;
  padding: 2px 5px;
  background: #7D8E06;
  color: #fff;
  border-radius: 20px;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}

/* 送信ボタン */
#formbtn {
  display: block;
  padding: 10px;
  width: 300px;
  background: #f7f7f7;
  color: #545454;
  font-size: 17px;
  border: none;
  border-radius: 50px;
  margin: 25px auto 0;
  transition: 0.4s;
}

#formbtn:hover {
  background: #7D8E06;
  color: #fffff4;
  border-radius: 2px;
  box-shadow: 0px 1px 5px 0 rgba(0,0,0,.2);
}


/************************************
** reCAPTCHA
************************************/

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}

.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}

.grecaptcha-badge { visibility: hidden; }


/************************************
** レスポンシブ用メディアクエリ（空欄）
************************************/

/* 1023px以下 */
@media screen and (max-width: 1023px) {
  /* 必要ならここに追記 */
}

/* 834px以下 */
@media screen and (max-width: 834px) {
  /* 必要ならここに追記 */
}

/* 480px以下 */
@media screen and (max-width: 480px) {
  /* 必要ならここに追記 */
}
/* =====================================================
   ブログカード シンプルカスタマイズ
===================================================== */

/* 外枠：グレー背景をなくし、細いボーダーラインに */
.blogcard-wrap {
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px;
  background: #fff !important;
  box-shadow: none !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

/* ホバー時：影を追加してクリックを誘導 */
.blogcard-wrap:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.10) !important;
  transform: translateY(-2px);
}

/* サムネイル：角丸 */
.blogcard-thumbnail img {
  border-radius: 6px 0 0 6px;
  object-fit: cover;
}

/* タイトル：2行で省略（長すぎるタイトルを整理） */
.blogcard-title {
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 抜粋テキスト：3行で省略 */
.blogcard-snippet {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* フッター（ドメイン表示）：小さく控えめに */
.blogcard-footer {
  font-size: 0.72rem;
  color: #999;
  padding-top: 4px;
}

/* ラベル（「関連記事」など）：黒背景→白背景・細枠に */
.blogcard-label {
  background: #fff !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  font-size: 0.72rem;
  padding: 2px 8px;
}

/* モバイル対応：スマホでも縦並びで見やすく */
@media (max-width: 600px) {
  .blogcard-wrap {
    flex-direction: column;
  }
  .blogcard-thumbnail {
    width: 100% !important;
  }
  .blogcard-thumbnail img {
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 160px;
    object-fit: cover;
  }
  .blogcard-title {
    font-size: 0.9rem;
  }
}
/* =====================================================
   ブログカード スタイル切り替え
===================================================== */

/* ③ フッターなし（画像＋タイトル＋抜粋のみ） */
.bc-no-footer .blogcard-footer,
.bc-no-footer .blogcard-read-more,
.bc-no-footer .more-link,
.bc-no-footer a[class*="more"],
.bc-no-footer .blogcard-btn {
  display: none !important;
}
/* bc-no-footer：::after で生成された「続きを読む」を非表示 */
.bc-no-footer .internal-blogcard::after {
  display: none !important;
}
/* ⑥ 画像なし（タイトル＋抜粋のみ） */
.bc-no-image .blogcard-thumbnail {
  display: none !important;
}

/* サムネ消去後、コンテンツのmargin-leftをリセット */
.bc-no-image .blogcard-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px 16px !important;
  box-sizing: border-box !important;
}

/* ib-right（右サムネ）スタイルにも対応 */
.bc-no-image .ib-right .blogcard-content,
.bc-no-image .eb-right .blogcard-content {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* ③⑥ 組み合わせ：フッターも非表示 */
.bc-no-footer.bc-no-image .blogcard-footer,
.bc-no-footer.bc-no-image .blogcard-read-more {
  display: none !important;
}
/* bc-no-snippet：抜粋のみ非表示（単体でも組み合わせでも使える） */
.bc-no-snippet .blogcard-snippet {
  display: none !important;
}
.bc-no-footer.bc-no-image .blogcard-content {
  min-height: unset !important;
  padding-bottom: 12px !important;
}
.internal-blogcard-snipet {
  display: none;
}
/* ========================================
   ネコノブログ 記事ヘッダー リデザイン
   子テーマの style.css 末尾に追加
   ======================================== */

/* タイトルを左寄せに */
.article-header .entry-title {
  text-align: left;
}
/* タイトルのpadding-topを詰める */
.article-header h1 {
  padding-top: 0.3em;
}
/* アイキャッチをコンパクトに */
.article-header .eye-catch-wrap img {
  max-height: 320px;
  object-fit: cover;
  width: 100%;
  display: block;
}

/* 日付を左寄せ・タイトルとの間隔を詰める */
.article-header .date-tags {
  justify-content: flex-start;
  margin-bottom: 4px;
}

.article-header .post-date {
  font-size: 11.5px;
  color: #aaa;
  letter-spacing: 0.04em;
}
/* 読了時間・PRを横並びにまとめて小さく */
.article-header .read-time,
.article-header .pr-label {
  display: inline;
  font-size: 10.5px;
  color: #bbb;
  letter-spacing: 0.03em;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* read-time の後ろにセパレーターを追加 */
.article-header .read-time::after {
  content: '|';
  margin: 0 8px;
  color: #ddd;
}

/* read-time と pr-label を横並びにするためのラッパー的処理 */
.article-header .read-time {
  display: inline-block;
}

.article-header .pr-label {
  display: inline-block;
}

/* hourglass アイコンも非表示に */
.article-header .hourglass-half-icon {
  display: none;
}

/* 読了時間・PR エリアのブロック間隔を詰める */
.article-header .pr-label {
  margin-top: 0;
}