@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;
  }
}
@media (max-width: 1023px) and (max-width: 600px) {
  body {
    margin-top: 50px !important;
  }
}
@media (max-width: 1023px) {
  .header {
    display: none;
  }
  .mobile-menu-buttons {
    border-top: solid 4px #9a0e01;
    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 {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: initial;
    width: -moz-fit-content;
    width: fit-content;
    min-width: initial;
    max-width: initial;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button .menu-button:nth-child(2) {
    display: list-item;
    width: 70px;
    position: absolute;
    right: 0;
    top: 14px;
  }
  .mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button .logo-menu-button::after {
    content: "[PR]";
    position: relative;
    display: inline-block;
    padding-left: 10px;
    top: 2px;
    font-size: 14px;
    opacity: 0.5;
    font-weight: initial;
  }
  .logo-menu-button img.site-logo-image {
    margin: 5px auto 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;
}

/* サイドバー */
.no-scrollable-sidebar .sidebar {
  padding: 19px 0 0;
  width: 376px;
  width: 300px;
}
@media (max-width: 1220px) {
  .no-scrollable-sidebar .sidebar {
    width: 285px;
  }
}
.no-scrollable-sidebar .sidebar .widget-sidebar ul {
  padding-left: 12px;
}
.no-scrollable-sidebar .sidebar h3.widget-sidebar-title {
  text-decoration: none;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.no-scrollable-sidebar .sidebar h3.widget-sidebar-title.widget-title {
  background: rgba(232, 232, 197, 0.5019607843);
  background-image: url(css/img/ichimatsu_transparent.png);
  background-blend-mode: exclusion;
  color: #4d4d4d;
  text-shadow: 1px 2px #fff;
}
.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;
}

.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;
}

/* フッター */
@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;
  width: 100%;
  height: 60px;
  text-align: center;
  border-top: solid 4px #9a0e01;
  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;
}

main.main {
  max-width: 800px;
}
@media (max-width: 1023px) {
  main.main {
    margin: 10px auto;
    padding-top: 20px;
  }
}
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;
}/*# sourceMappingURL=style.css.map */