@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 */
.logo-header {
  text-align: left;
}

.post-date {
  display: none;
}

@media (min-width: 1024px) {
  #navi {
    display: none;
  }
}
@media (max-width: 1023px) {
  body {
    margin-top: 60px !important;
  }
  .header {
    display: none;
  }
  .mobile-menu-buttons {
    border-top: solid 4px #ffe4e9;
    border-bottom: solid 1px lightgrey;
    box-shadow: none;
  }
  .mobile-menu-buttons > li {
    padding-top: 0;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button {
    display: flex;
    justify-content: center;
    height: 60px;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button .menu-button {
    display: flex;
    align-items: center;
    flex-grow: initial;
    width: 100%;
    position: relative;
    left: 50px;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button .menu-button .site-logo__container {
    display: flex;
    justify-content: center;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button .menu-button .site-logo__container .pr {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    top: 2px;
    font-size: 14px;
    opacity: 0.5;
    font-weight: initial;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button .menu-button.navi-menu-button {
    display: list-item;
    width: 70px;
    height: 40px;
    left: 0;
    top: 14px;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button .menu-button.navi-menu-button .menu-open {
    color: #808080;
  }
  .logo-menu-button img.site-logo-image {
    margin: 5px 0 0;
  }
}
/* ハンバーガーメニュー */
@media (max-width: 1023px) {
  .menu-close-button {
    text-align: right;
    padding-right: 1rem;
  }
  .ranking5-block {
    width: 86%;
    margin: auto;
    margin-bottom: 2rem;
    border-top: solid 1px #888;
    padding-top: 1.5rem;
  }
  .ranking5-block p.rank_head {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
  }
  .ranking5-block__content {
    display: flex;
    margin-bottom: 1rem;
  }
  .ranking5-block__content .thumb-area {
    width: 200px;
    margin-right: 1rem;
  }
  .ranking5-block__head {
    font-size: 0.85rem;
  }
}
.tagline,
.date-tags,
.cat-label {
  display: none;
}

/* TOP slider */
.metaslider .flex-viewport {
  overflow: visible !important;
}

@media (max-width: 1023px) {
  #metaslider-id-12 {
    width: 100%;
    overflow: hidden;
  }
}
/* 画像に余白をつけたい場合 */
.flexslider .slides img {
  padding: 0 2px !important;
}

/* ページのトップへ戻るボタン */
.go-to-top .go-to-top-button {
  /* background-color: rgb(244 166 190 / 75%) !important; */
}

html {
  overflow-x: hidden;
}

/* コンテンツ */
.content {
  margin-top: 0;
}

.content-in {
  justify-content: center;
  max-width: 990px;
}

/* サイドバー */
.no-scrollable-sidebar .sidebar {
  margin: 0;
  padding: 0;
  width: 300px;
  background: #e7f5f0;
}
.no-scrollable-sidebar .sidebar .widget-sidebar {
  margin: 1em;
  border-radius: 10px;
  background: #fff;
}
.no-scrollable-sidebar .sidebar .widget-sidebar ul {
  padding-left: 12px;
}
.no-scrollable-sidebar .sidebar h3.widget-sidebar-title.widget-title {
  margin: 0 0 16px;
  border-radius: 10px 10px 0 0;
  background: #e8d8c5;
}
.no-scrollable-sidebar ul li.sidebar-lists {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
  list-style: none;
}
.no-scrollable-sidebar ul li.sidebar-lists .wpp-post-title {
  font-size: 14px;
  line-height: 1.4;
  width: 74%;
}
.no-scrollable-sidebar ul li.sidebar-lists a {
  margin-right: 10px;
}
.no-scrollable-sidebar ul li.sidebar-lists a:first-child {
  min-width: 75px;
}
.no-scrollable-sidebar ul li.sidebar-lists img {
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mb-menu {
  padding-left: 1em;
}
.mb-menu h5 {
  padding: 5px 0;
}
.mb-menu ul.wpp-list.wpp-list-with-thumbnails {
  padding: 0;
}
.mb-menu .no-scrollable-sidebar ul li.sidebar-lists a {
  margin: 0;
}

.mb-menu {
  padding-left: 1em;
}
.mb-menu h5 {
  padding: 5px 0;
}
.mb-menu ul.wpp-list.wpp-list-with-thumbnails {
  padding: 0;
}
.mb-menu .no-scrollable-sidebar ul li.sidebar-lists a {
  margin: 0;
}

.category-block-list {
  list-style: none;
  padding-left: 0;
}
.category-block-list li {
  display: flex;
  margin-bottom: 0.3rem;
}
.category-block-list li img {
  width: 20%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5rem;
}
.category-block-list li .cat-description {
  font-size: 12px;
  color: #888;
}
.category-block-list a {
  text-decoration: none;
  color: #444;
}
.category-block-list a:hover {
  opacity: 0.7;
  color: #33a;
}

/* フッター */
.navi-footer a:hover {
  background: #d8c5c5;
}

@media (max-width: 1023px) {
  .navi-footer-in > .menu-footer li.menu-item {
    width: 100%;
  }
}
/*ヘッダー*/
.header {
  display: none;
}
.header-container {
  display: none;
}
.header_logo {
  position: relative;
  display: block;
  margin-bottom: 60px;
  width: 100%;
  height: 60px;
  text-align: center;
  border-top: solid 4px #ffe4e9;
  border-bottom: solid 1px lightgrey;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .header_logo {
    display: none;
  }
}
.header_logo img {
  width: auto;
  height: 50px;
  margin: 5px auto 0;
}
.header_logo::after {
  content: "[PR]";
  grid-area: 1/3/2/4;
  display: inline-block;
  padding-left: 10px;
  position: absolute;
  top: 16px;
  font-size: 14px;
  opacity: 0.5;
}

.content main.main {
  margin: 0 auto;
  padding-top: 0;
  max-width: 650px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .content main.main {
    margin: 0 auto 10px;
    padding-top: 0;
  }
}
.content main.main .eye-catch {
  margin: 0 -2em 1em;
  max-width: calc(100% + 4em);
}
@media (max-width: 833px) {
  .content main.main .eye-catch {
    margin: 0 -1em;
    max-width: calc(100% + 2em);
  }
}
.content main.main figure.wp-block-table {
  display: initial;
}

.entry-card {
  text-decoration: none;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 2px;
}

/*投稿ページ*/
.single .header_img {
  display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media (max-width: 800px) {
  /*必要ならばここにコードを書く*/
  .header_logo_title p {
    color: #666;
    font-size: 10px;
    font-family: serif;
    padding-bottom: -3px;
  }
}
/*480px以下*/
@media (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  .header_logo_flex {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    display: none;
  }
  .header_logo_blank {
    display: none;
  }
  .header_logo_main {
    margin: 0 auto;
    text-align: center;
  }
  .header_logo_title {
    width: 100%;
    color: #333;
    padding-top: 0px;
    vertical-align: middle;
  }
  .header_logo_title p {
    color: #666;
    font-size: 7px;
    font-family: serif;
    padding-bottom: -3px;
  }
}
.td .storong {
  overflow-wrap: break-word !important;
}

.has-text-align-center td {
  width: 100px !important;
}

@media (max-width: 800px) {
  table th, table td {
    padding: 3px;
    font-size: 0.8em !important;
  }
}
.scrollable-table th, .scrollable-table td {
  padding: 3px 5px;
  white-space: normal !important;
}

.cocoon-custom-text-1 {
  color: yellow;
}

.cocoon-custom-text-2 {
  color: pink;
}

article.article span.red, article.article span.bold-red {
  color: #ff5e7b;
}
article.article span.blue, article.article span.bold-blue {
  color: #60b5ec;
}
article.article span.green, article.article span.bold-green {
  color: #34c282;
}/*# sourceMappingURL=style.css.map */