@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/*投稿日を非表示にする、おまじない*/
.post-date {
  display: none;
}

/************************************
** メインエリア（TOP）
************************************/

/* グローバルメニュー */

/* ロゴの大きさ・幅に関するもの */
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 100%;
  height: auto;
  max-width: 210px;
  vertical-align: middle;
  margin: 10px 0;
}
/* #header-container {
  box-shadow: 0 0 10px rgba(30, 30, 30, .1);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
} */
.site-name-text-link {
  color: #fff;
}
.navi {
  background: none;
}
.navi-in > ul .sub-menu {
  background: #fff;
  box-shadow: 0 0 10px rgba(30, 30, 30, 0.1);
}
.navi-in > ul li {
  width: auto;
}
.navi-in a {
  font-size: 17px; /* ナビ文字大きさ */
  font-weight: bold;
  position: relative;
  color: #fff; /* ナビ文字色 */
  padding: 0 20px;
  display: block;
  text-decoration: none;
}
.navi-in a:hover {
  background: none;
}
.navi-in a:before {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff; /* マウスON時の下線色 */
  transform: scale(0, 1);
  transition: 0.4s;
}
.navi-in a:hover:before {
  transform: scale(1);
}
.navi-in > ul .sub-menu a {
  color: #666; /* サブメニュー文字色 */
  font-size: 12px; /* サブメニュー文字の大きさ */
}
.navi-in > ul .sub-menu a:before {
  /* background: #0cbf5a; */
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgb(77, 193, 38) 0%,
    rgb(3, 191, 92) 50%,
    rgb(12, 191, 90) 100%
  );
}
.header-container-in.hlt-top-menu .logo-header {
  max-height: 100%;
}
.header-small {
  opacity: 0.9;
}
.header-small .header-container-in.hlt-top-menu .logo-header img {
  max-width: 130px;
  margin: 10px 0;
}
/* #container {
  padding-top: 60px;
} */
[id^="toc"]:target {
  padding-top: 85px;
  margin-top: -85px;
}
.navi .item-label {
  font-size: 16px;
}
.sub-caption {
  display: none;
}
.navi-in > ul .caption-wrap {
  height: 100%;
}

/* 追従メニュー */
.fixed-header .has-sub {
  display: flex;
}
.fixed-header .navi-in > ul li:hover > ul {
  display: block;
}

/* モバイルメニュー */
@media screen and (max-width: 1100px) {
  .navi .item-label {
    font-size: 14px;
  }
  .navi-in a {
    padding: 0 14px !important;
  }
  .btnOrange.menu-item {
    margin-left: 14px !important;
  }
}

@media screen and (max-width: 1023px) {
  .navi-menu-content {
    padding-bottom: 50px;
  }
  .btnOrange.menu-item {
    display: none;
  }
}

/* エントリーカード　枠線・影 */
.ect-vertical-card .entry-card-wrap {
  margin-bottom: 24px;
}
.entry-card-wrap {
  border: 1px #d2d6d6;
  box-shadow: 3px 3px 3px 3px #d2d6d6;
}
.entry-card-wrap a {
  transition: color 0.3s, background.3s, box-shadow 0.3s, transform 0.3s;
}
.entry-card-wrap:hover {
  background: #ffffff; /*カードの色*/
  box-shadow: 0 3px 0 #d2d6d6, 0 6px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(3px);
}
.entry-card-wrap a:active {
  transition-duration: 0.1s;
}
.entry-card .cat-label {
  display: none;
}
.eye-catch .cat-label {
  border-radius: 5px;
}

.home main,
.archive main {
  background-color: transparent;
  margin-top: 0;
  padding-top: 0;
}

.entry-card-wrap {
  background-color: white;
  border-radius: 4px;
  margin-bottom: 1em !important;
}

/* ページ送り */

.pagination-next-link {
  background-color: #08bf5a;
  color: #fff;
  border: none;
  border-radius: 30px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2); /*「次のページ」部分の影*/
}
.pagination-next-link:hover {
  background-color: #08bf5a;
  transition: all 0.5s ease;
  color: #fff;
}
.page-numbers {
  color: #08bf5a;
  border: 1px solid #08bf5a;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); /*数字部分の影*/
}
.pagination .current {
  background-color: #08bf5a;
  color: #fff;
}
.page-numbers.dots {
  opacity: 1;
  background: note;
}
.pagination a:hover {
  background-color: #08bf5a;
  color: #fff;
}
a.prev,
a.next {
  display: none;
}
@media screen and (max-width: 480px) {
  .page-numbers {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

/* main背景 */
.home .main,
.archive .main {
  background: #ffffff;
}

/************************************
** コンテンツエリア（記事内）
************************************/

/*タイトル真ん中*/
/* .page .entry-title,
.single .entry-title {
	text-align: center;
} */

/* サムネイル真ん中 */
.entry-content figure.wp-block-image {
  width: 100%;
  text-align: center;
}

/* サムネイルラベル非表示 */
.eye-catch .cat-label {
  display: none;
}

/* コンテンツ真ん中 */
.video-container,
.instagram-container,
.facebook-container,
.twitter-tweet {
  margin: 30px auto;
}

/*記事内画像中央表示*/
.entry-content img {
  margin: auto;
  display: block;
}
.wp-caption {
  margin: auto;
}

/* 目次全体デザイン */

.toc {
  background: #ffff; /* 目次全体の背景色を変える場合はここを変更 */
  border: none;
  display: block;
  border-top: 5px solid;
  border-top-color: #ffc679;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 25px;
}
/* 目次の文字指定 */
.toc-title {
  text-align: left;
  margin: 0 20px 20px -10px;
  padding-left: -20px;
  font-size: 23px;
  font-weight: 700;
  color: #ffc679; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次全体デザイン */

.toc {
  background: #ffff; /* 目次全体の背景色を変える場合はここを変更 */
  border: none;
  display: block;
  border-top: 5px solid;
  border-top-color: #ffc679;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 25px;
}
/* 目次の文字指定 */
.toc-title {
  text-align: left;
  margin: 0 20px 20px -10px;
  padding-left: -20px;
  font-size: 23px;
  font-weight: 700;
  color: #ffc679; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次のアイコン設定 */
.toc-title:before {
  top: 0;
  left: -45px;
  width: 50px;
  height: 50px;
  font-family: FontAwesome;
  content: "\f0ca"; /* アイコンを変える場合はここを変更 */
  font-size: 20px;
  margin-right: 5px;
  color: #fff; /* アイコンの色を変える場合はここを変更 */
  background-color: #ffc679; /* アイコンの背景色を変える場合はここを変更 */
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 14px;
}
/* 目次のデザインカスタマイズ */
.toc-content ol {
  padding: 0 0.5em;
  position: relative;
}
.toc-content ol li {
  line-height: 1.5;
  padding: 0.7em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none !important;
}
/* 目次の各節の先頭にあるアイコンを設定 */
.toc-content ol li:before {
  font-family: FontAwesome;
  content: "\f138"; /* アイコンを変える場合はここを変更 */
  position: absolute;
  left: 0.5em;
  color: #ffc679; /* 色を変える場合はここを変更 */
}
.toc-content ol li:last-of-type {
  border-bottom: none;
}
.toc-content .toc-list li {
  font-weight: 700; /* h2のみ太文字に */
}
.toc-content .toc-list li li {
  font-weight: normal; /* h3以降の文字サイズを普通に */
}

/* スマホの目次調整 */
@media screen and (max-width: 768px) {
  .toc {
    padding: 20px 5px;
  }

  .toc .toc-list {
    padding-left: 5px;
  }

  .toc-content ol li {
    padding: 0.7em 0 0.5em 1.2em;
  }

  .toc .toc-list ul,
  .toc .toc-list ol {
    padding-left: 0.4em;
    margin: 0;
  }
}

/* 箇条書き */

.list-6 {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-6 li {
  border-bottom: 2px dashed;
  border-color: #cdcdcd; /* 線の色 */
  position: relative;
  margin: 0.5em 0 !important;
  max-width: 500px; /* 横幅 */
  padding: 0 0 0.5em 1.8em;
}
.list-6 li:last-child {
  border: none;
}
.list-6 li:before {
  counter-increment: number;
  content: counter(number);
  background-color: #ffa952; /* 文字背景色 */
  color: #fff; /* 文字色 */
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  top: 0.5em;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

.list-box-1 {
  background: #fef9ed; /* 背景色 */
  border-radius: 4px;
  max-width: 600px; /* 横幅 */
  padding: 2em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .article ul,
  .article ol {
    padding-left: 20px; /* スマホ閲覧時の余白リセット(cocoon) */
  }
}

/* ブログカード */

.blogcard-snippet,
.blogcard-footer {
  display: none;
}
.blogcard-wrap {
  transition: all 0.3s;
  max-width: 600px;
  margin: 2em auto;
}
.blogcard {
  border: 1px solid #eaeaea !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 10px;
}
.blogcard-wrap:hover {
  background: none;
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.blogcard-thumbnail {
  margin: 0;
}
.blogcard-thumbnail img {
  display: block;
}
.blogcard-title {
  color: #555;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  height: 45px;
  overflow: hidden;
}
.blogcard-content {
  min-height: auto;
  margin-left: 185px;
  padding-right: 6px;
}
.blogcard-label {
  top: -11px;
  left: 9px;
  padding: 3px 0.6em;
  background: #aaa;
  padding: 1px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
.blogcard-content:after {
  content: "クリックして読む";
  background: #08bf5a; /* 背景色 */
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  width: 180px;
  border-radius: 20px;
  font-size: 13px;
  padding: 1px 0;
  margin-top: 6px;
}

/* 人気記事 */
.popular-entry-card {
  padding: 8px 8px 7px 13px;
}

.widget-entry-card-content {
  margin-left: 131px;
  padding-top: 6px;
  font-size: 95%;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .blogcard-content {
    margin-left: 130px;
  }
  .blogcard-title {
    font-size: 12px;
    line-height: 1.5;
    height: 35px;
    margin: 0;
  }
  .blogcard-content:after {
    content: "タップして読む";
  }
  .blogcard-thumbnail {
    width: 120px;
  }
}
@media screen and (max-width: 560px) {
  .blogcard-content:after {
    width: 120px;
    font-size: 12px;
  }
  .blogcard-title {
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  .blogcard-thumbnail {
    width: 100px;
  }
  .blogcard-content {
    margin-left: 110px;
  }
  .blogcard-title {
    height: 35px;
  }
}

/* .single-post .entry-content {
    padding: 0 16px;
} */

/* .article h2 {
    margin: 4em -20px 2em;
} */

/* 20200927 シングルカラムのH2デザイン調整 */
.no-sidebar .article h2 {
  margin: 4em 0 2em;
}

.article h3 {
  margin: 3em -16px 2em;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}
.article h4 {
  border-top: 0;
}

/*数字リストのpaddingを40から20に変更*/
ol {
  padding-left: 20px;
}

/* 記事下の関連記事*/

h2.related-entry-heading span:before {
  content: "";
  z-index: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-family: FontAwesome;
  content: "\f15c";
  color: #fff;
  background-color: #f8c678; /*お好みの色に*/
  display: inline-block;
  text-align: center;
}
h2.related-entry-heading span {
  color: #999;
}
.related-entry-card-thumb img {
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.entry-card-title,
.related-entry-card-title {
  color: #555;
}
.rect-mini-card .related-entry-card-wrap {
  border-bottom: 1px dashed #cccccc; /*区切り線*/
}
.related-entry-card .cat-label {
  display: none; /*カテゴリー非表示に*/
}

/************************************
** サイドバーエリア
************************************/

/* 検索窓 */
.sidebar .search-box,
.search-menu-content .search-box {
  width: 100%;
  margin: 1em 0 2em;
  position: relative;
  display: flex;
  border-radius: 50px; /*全体を囲むボックスの角丸*/
  box-shadow: 2px 4px 6px 3px #c4c4c4; /*全体を囲むボックスのシャドウ*/
}
.search-menu-content .search-box {
  box-shadow: 0px 4px 6px 0px #333; /*スライドイン表示でのシャドウ*/
}

.sidebar .search-edit,
.search-menu-content .search-edit {
  width: 80%; /*入力部分の長さ*/
  background: #fff; /*入力部分の背景色*/
  padding: 0 10px;
  border: none; /*ボーダーを消す*/
  border-radius: 50px 0 0 50px; /*左上、左下のみ角丸*/
  font-size: 16px;
}

.search-submit {
  width: 20%; /*ボタン部分の長さ*/
  background: #08bf5a; /*ボタン部分の背景色*/
  color: #fff; /*アイコンの色*/
  position: static;
  right: auto;
  top: auto;
  font-size: 20px; /*アイコンの大きさ*/
  cursor: pointer;
  line-height: 40px; /*検索窓の高さ*/
  border: none;
  border-radius: 0 50px 50px 0; /*右上、右下のみ角丸*/
  padding: 0;
}

/* サイドバーサーチボックス右側の余白削除 */
.sidebar .search-submit {
  position: relative;
  right: -1px;
}

/* #mainの中のサーチボックス削除 */
main#main .search-box {
  display: none;
}

.search-box input::placeholder {
  color: #bbb; /*プレースホルダーの色*/
}
.search-box input:focus,
.search-box button:focus {
  outline: 0; /*フォーカス時の枠線を消す*/
}

/************************************
** フッターエリア
************************************/

/* フッター幅*/
.footer {
  margin-top: 0;
  padding-top: 0;
}

#custom_html-8,
.footer-bottom {
  margin-top: 0;
  padding-top: 0;
}

/*サイドバーカテゴリ*/
.sidebar {
  background: #ffffff;
}
.widget-sidebar h3 {
  /*サイドウィジェットタイトル*/
  background: transparent;
  font-size: 0.95em; /*文字サイズ*/
  border-bottom: 2px solid #01b400; /*下線の太さ・色*/
  padding: 5px 10px 0;
  margin-bottom: 0;
  color: #01b400; /* サイドバータイトルの色を指定 */
}
.widget_popular_entries h3:before {
  /*人気記事タイトルアイコン*/
  font-family: Fontawesome;
  content: "\f14a"; /*アイコン種類*/

  color: #ffc14d; /*アイコン色*/
  font-weight: normal;
  margin-right: 6px; /*アイコンとタイトルの距離*/
}
.widget_categories h3:before,
.widget_nav_menu h3:before {
  /*カテゴリータイトルアイコン*/
  font-family: Fontawesome;
  content: "\f0ca"; /*アイコン種類*/
  color: #38b48b; /*アイコン色*/
  font-weight: normal;
  margin-right: 6px; /*アイコンとタイトルの距離*/
}
.widget_archive h3:before {
  /*アーカイブタイトルアイコン*/
  font-family: Fontawesome;
  content: "\f274"; /*アイコン種類*/
  color: #38b48b; /*アイコン色*/
  font-weight: normal;
  margin-right: 6px; /*アイコンとタイトルの距離*/
}
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_archive ul li {
  /*カテゴリ・アーカイブ下線*/
  padding-left: 10px;
  border-bottom: 1px dotted rgba(125, 125, 125, 0.2); /*下線の種類*/
}
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_archive ul li a {
  /*親カテゴリ・アーカイブの文字サイズ*/
  font-size: 0.95rem;
}
.widget_categories ul li a:before,
.widget_nav_menu ul li a:before,
.widget_archive ul li a:before {
  /*親カテゴリ・アーカイブアイコン*/
  font-family: Fontawesome;
  content: "\f138"; /*アイコン種類*/
  color: #ffc14d; /*アイコン色*/
  margin-right: 6px; /*アイコンと文字の距離*/
}
.widget_categories ul .children li a:before,
.widget_nav_menu ul .children li a:before {
  /*子カテゴリアイコン*/
  font-family: Fontawesome;
  content: "\f105"; /*アイコン種類*/
  color: #ffc14d; /*アイコン色*/
  font-weight: normal;
  margin-right: 6px; /*アイコンと文字の距離*/
}
.widget_categories ul .children li,
.widget_nav_menu ul .children li {
  border-bottom: none;
}
.widget_categories ul .children li a,
.widget_nav_menu ul .children li a {
  /*子カテゴリ*/
  padding: 3px 10px;
  font-size: 0.85rem; /*文字サイズ*/
}
.widget_categories ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_archive ul li a:hover {
  /*カテゴリ・アーカイブhover時*/
  background: transparent;
  color: #38b48b; /*hover時の文字色*/
  margin-left: 5px; /*hover時動く幅*/
}
.widget_categories ul li a .post-count,
.widget_nav_menu ul li a .post-count,
.widget_archive ul li a .post-count {
  /*カテゴリ・アーカイブ記事数*/
  border: 1px solid rgba(221, 221, 221, 0.867); /*囲線*/
  border-radius: 5px;
  font-size: 0.8em; /*数字サイズ*/
  padding: 1px 10px; /*囲いの大きさ*/
}
.widget_categories ul li a:hover .post-count,
.widget_nav_menu ul li a:hover .post-count,
.widget_archive ul li a:hover .post-count {
  /*カテゴリ・アーカイブ記事数hover時*/
  border-color: #ffc14d; /*囲線色*/
  background: #ffc14d; /*背景色*/
  color: #fff; /*文字色*/
  transition: 0.4s; /*変化スピード*/
}

.Navigation-menu-sidebar h3 {
  /*サイドウィジェットタイトル*/
  background: transparent;
  font-size: 0.95em; /*文字サイズ*/
  border-bottom: 2px solid #01b400; /*下線の太さ・色*/
  padding: 5px 10px 0;
  margin-bottom: 0;
  color: #01b400; /* サイドバータイトルの色を指定 */
}

/* 人気記事*/
.popular-entry-card {
  border: 1px #d2d6d6;
  box-shadow: 1px 1px 3px 1px #d2d6d6;
}

.popular-entry-card:hover {
  background: #ffffff; /*カードの色*/
  box-shadow: 0 3px 0 #d2d6d6, 0 6px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(3px);
}

.popular-entry-card {
  background-color: white;
  border-radius: 5px;
  margin-bottom: 0em !important;
}

/* カテゴリー*/
.widget_categories,
.widget_nav_menu {
  box-shadow: 1px 1px 3px 1px #d2d6d6;
}

.widget_categories,
.widget_nav_menu {
  background-color: white;
  border-radius: 5px;
  margin-bottom: 0em !important;
}

/* ツイッタータイムライン*/
.timeline-Tweet-text {
  box-shadow: 1px 1px 3px 1px #d2d6d6;
}

/*h5 見出し点線に変更 20200922 murakami*/
.article h5 {
  border-bottom: 2px dashed #08bf5a;
}

/*h5 浮き出る設定を他箇所に揃える 20200922 murakami*/

.blogcard-wrap:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.blogcard {
  border: 1px solid #d2d6d6 !important;
  box-shadow: 3px 3px 3px 3px #d2d6d6;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}

.blogcard:hover {
  background: #ffffff;
  box-shadow: 0 3px 0 #d2d6d6, 0 6px 0 rgba(0, 0, 0, 0.2);
}

/* Simple Pay ボタンデザイン変更 20210513 murakami */

body .stripe-button-el {
  overflow: hidden;
  display: block;
  visibility: visible !important;
  background: #08bf5a;
  -webkit-font-smoothing: antialiased;
  border-bottom: 5px solid #089045;
  padding: 12px 50px;
  text-decoration: none;
  border-radius: 100px;
  min-width: 240px;
  transition: all 0.3s;
  position: relative;
  margin: auto;
}

body .stripe-button-el:before {
  content: "";
  position: absolute;
  right: 25px;
  color: #fff;
  top: 25px;
  width: 9px;
  height: 9px;
  display: inline-block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 10;
  transform: rotate(45deg);
}

body .stripe-button-el:hover {
  margin-top: 3px;
  border-bottom: 2px solid #089045;
}

body .stripe-button-el:not(:disabled):active,
body .stripe-button-el.active {
  background: #9f000c;
}

body .stripe-button-el:not(:disabled):active span,
body .stripe-button-el.active span {
  color: #fff;
  background: none;
  box-shadow: none;
}

body .stripe-button-el span {
  display: block;
  position: relative;
  padding: 0 12px;
  height: 35px;
  line-height: 40px;
  background: rgb(255 255 255 / 0%);
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  text-shadow: none;
  border-radius: 0;
  box-shadow: none;
}

body .stripe-button-el:disabled span,
body .stripe-button-el.disabled span {
  color: #fff;
  background: #f8f9fa;
  text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
}

/* ブログカード文字サイズ変更 20210306 murakami*/
@media screen and (min-width: 835px) {
  .entry-card-title {
    font-size: 22px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 480px) {
  .entry-card-content {
    padding-bottom: 2em;
  }
}

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

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

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