@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
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* reset */
* {
  list-style-type: none;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
}

/* ECサイトの記述 */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
/* 共通 */
body {
  background-color: #fff;
}

.wrap {
  width: auto;
}

/* .header-container {
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 999;
}
.header-container-in.hlt-top-menu {
  max-width: 1250px;
  padding: 0 25px;
  margin: 0 auto;
  column-gap: 60px;
}
.site-name-text-link {
  padding: 0;
}
.navi-in > ul {
  column-gap: 40px;
}
.navi-in > ul li {
  width: auto;
  height: auto;
}
.navi-in a {
  padding: 28px 0 32px;
  line-height: 1.1875;
}
.navi-in a:hover {
  background-color: #fff;
}
.navi-in > ul .sub-menu {
  background-color: #fff;
}
.navi-in > ul .sub-menu .menu-item {
  border: 1px solid #3A3A3A;
}
.navi-in > ul .sub-menu .menu-item:not(:first-child) {
  border-top: 0;
}
.navi-in > ul .sub-menu a {
  padding: 20px 8px;
}
.header-container-in .search-box {
  margin: 0;
}
.header-container-in .search-box>input.search-edit {
  width: 345px;
  border: 1px solid #3A3A3A;
  border-radius: 0;
  padding: 15px 0 18px 57px;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #7C7C7C;
}
.header-container-in .search-box>button.search-submit {
  left: 16px;
  right: unset;
}
.header-container-in .search-box>button.search-submit .fa-search:before {
  color: #7C7C7C;
} */
.l-header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 999;
}
.l-header__inner {
  max-width: 1250px;
  padding: 9px 25px 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  width: 15.9575%;
  display: block;
}
.l-header__logo h1 {
  line-height: 1;
}
.l-header__nav {
  width: 67.75%;
  display: flex;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.l-header__searchBtn {
  display: none;
}
.l-header__search {
  position: relative;
  width: 42.4354243542%;
  margin: 0;
}
.l-header__search .search-box {
  margin: 0;
}
.l-header__search .search-box input {
  border: 1px solid #3A3A3A;
  border-radius: 0;
  padding: 15px 0 18px 57px;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #7C7C7C;
}
.l-header__search .search-box button {
  left: 16px;
  right: unset;
}
.l-header__search .search-box .fa-search:before {
  color: #7C7C7C;
}
.l-header__ham {
  display: none;
}

.l-headerNav {
  width: 50.184501845%;
}
.l-headerNav__list {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.l-headerNav__item {
  padding: 17px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
  position: relative;
}
.l-headerNav__item a {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.l-headerNav__item > ul {
  padding: 0;
  display: none;
}
.l-headerNav__item > ul > li > a {
  width: 224px;
  padding: 20px 16px 20px 8px;
  border: 1px solid #3A3A3A;
  background-color: #fff;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
.l-headerNav__item > ul > li:not(:first-child) a {
  border-top: 0;
}
.l-headerNav__item:hover a {
  color: #333333;
}
.l-headerNav__item:hover ul {
  top: 100%;
  font-size: 14px;
  line-height: 1.2142857143;
  display: block;
  position: absolute;
}

.l-headerSns {
  display: none;
}

/* .l-header__nav .navi-in > ul {
  flex-wrap: nowrap;
} */
.main {
  max-width: 1250px;
  padding: 0 25px !important;
  margin-inline: auto !important;
  border-radius: 0;
  padding: 0;
}

.archive-title__wrap {
  margin: 0 auto 120px;
  text-align: center;
}

.archive-title {
  margin: 0;
  line-height: 1.1923076923;
}

.archive-title__wrap p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.1875;
}

.breadcrumb {
  margin: 0 auto 80px;
  font-size: 14px;
}
.breadcrumb a {
  color: #333333;
}

.pagination {
  margin: 0;
}

.pagination-next {
  display: none;
}

.article-footer {
  margin-top: 80px;
}

.footer {
  width: 100vw !important;
  padding: 0;
  margin: 200px 0 0;
  top: unset !important;
  left: 50%;
  transform: translateX(-50%);
}

.footer ol,
.footer ul {
  padding: 0;
}

.copyright {
  margin: 0;
  font-size: 14px;
}

/* 一覧 */
.toppage-title {
  margin: -56px auto 120px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
}

.list {
  /* max-width: 1250px; */
  /* padding: 0 25px; */
  margin: 0 auto 84px !important;
  row-gap: 3em;
  -moz-column-gap: 3.3333333333%;
       column-gap: 3.3333333333%;
}

.ect-3-columns .entry-card-wrap {
  width: 22.5%;
  padding: 0;
}

.a-wrap:hover {
  background-color: transparent;
}

.ect-vertical-card .entry-card-wrap .entry-card,
.widget-entry-cards.card-large-image .e-card {
  -moz-column-gap: 0.6666666667em;
       column-gap: 0.6666666667em;
}

.ect-vertical-card .entry-card-wrap .entry-card::after {
  display: none;
}

.ect-vertical-card .entry-card-wrap .entry-card-content {
  row-gap: 0.6666666667em;
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb {
  margin: 0 0 12px;
}

.ect-vertical-card .entry-card-wrap .entry-card-meta {
  padding: 0;
}

.ect-vertical-card .entry-card-wrap .post-date {
  padding: 0;
}

.popular-entry-card-date.widget-entry-card-date.display-none {
  display: block;
}
.popular-entry-card-date.widget-entry-card-date.display-none span.fa.fa-clock-o {
  display: none;
}

.widget-entry-cards.card-large-image .card-content {
  padding: 0;
  margin: 0;
}

.widget-entry-card-title {
  font-size: 18px;
  margin: 0 0 0.4em 0;
  line-height: 1.6;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.entry-date {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.2142857143;
}

.e-card-info {
  justify-content: flex-start;
}

.entry-card-title {
  /* margin-bottom: 0.6666666667em; */
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.1875;
}

.cat-label {
  padding: initial;
  border: initial;
  color: initial;
  background-color: initial;
  position: static;
  font-size: 14px;
  line-height: 1.2142857143;
}

/* ページネーション */
.pagination .page-numbers {
  width: 54px;
  height: 54px;
  border: 1px solid currentColor;
  border-radius: 0;
  margin: 0 4.5px;
  line-height: 54px;
  color: #333333;
  transition: all 0.3s ease;
}

.pagination .current {
  border: 1px solid #3A3A3A;
  color: #fff;
  background-color: #3A3A3A;
}

.pagination a:hover {
  border: 1px solid #3A3A3A;
  color: #fff;
  background-color: #3A3A3A;
}

/* 人気記事 */
.widget_popular_entries {
  /* max-width: 1250px; */
  padding: 0 25px;
  margin: 120px auto 0 !important;
}

.widget_popular_entries .widget-title {
  margin-bottom: 120px;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}

.popular-entry-cards {
  margin: 0 !important;
  display: flex;
  /* flex-wrap: wrap; */
  /* row-gap: 2.5em; */
  -moz-column-gap: 3.3333333333%;
       column-gap: 3.3333333333%;
  row-gap: 47.5px;
}

.popular-entry-cards::after {
  display: none;
}

.widget-entry-cards .a-wrap {
  width: 22.5%;
  padding: 0;
  margin: 0;
}

.popular-entry-cards .widget-entry-card-thumb {
  width: 100%;
  padding: 0;
  margin: 0 0 12px;
  float: none;
}

.popular-entry-cards .widget-entry-card-content {
  margin: 0;
}

/* 個別投稿 */
.eye-catch .cat-label {
  display: none;
}

.entry-title {
  max-width: 900px;
  margin: 0 auto 24px;
  text-align: center;
}

.date-tags .fa-clock-o,
.date-tags .fa-history,
.date-tags .far.fa-clock {
  display: none;
}

.eye-catch-wrap {
  justify-content: center;
}

.sns-share {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns-share-text {
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.375;
}

.sns-share-buttons {
  width: 45%;
  margin: 0;
  justify-content: flex-end;
}

.sns-share.ss-col-6 a {
  width: 32%;
}

.eye-catch-wrap {
  margin-bottom: 80px;
}

.entry-content {
  max-width: 870px;
  margin: 0 auto;
}

.under-entry-content {
  max-width: 870px;
  margin: 0 auto;
}

.pager-post-navi {
  margin: 120px auto 0;
  flex-direction: row;
  justify-content: space-between;
}

.pager-post-navi > a:hover {
  color: #fff;
  background-color: #3A3A3A;
}

.pager-post-navi a {
  flex-wrap: wrap;
  width: calc(50% - 9px);
  padding: 24px !important;
  border-radius: 8px;
  color: #fff;
  background-color: #3A3A3A;
  gap: 0 16px;
}

.pager-post-navi a.next-post {
  flex-direction: row;
}

.pager-post-navi a.prev-post span,
.pager-post-navi a.next-post span {
  width: 100%;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2142857143;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pager-post-navi a.next-post span {
  justify-content: flex-end;
}

.pager-post-navi a .iconfont {
  display: none;
}

.pager-post-navi::after {
  display: none;
}

.pager-post-navi a.prev-post .prev-post-title {
  margin: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*768px以下*/
@media screen and (max-width: 768px) {
  /*必要ならばここにコードを書く*/
  .archive-title__wrap {
    margin: 0 auto 60px;
  }
  .breadcrumb {
    margin: 0 auto 30px;
  }
  /* .header-container-in.hlt-top-menu {
      max-width: 100%;
      padding: 0 12.5px;
      margin: 0 auto;
  }

  .header-container-in .search-box {
      display: none;
  } */
  .l-header__inner {
    padding: 7.5px 3.3333333333vw 8px;
  }
  .l-header__logo {
    width: 33.3333333333vw;
  }
  .l-header__nav {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .l-header__nav.is-open {
    right: 12.5px;
    position: absolute;
    justify-content: flex-end;
  }
  .l-headerNav {
    width: 100%;
    padding: 40px 12.5px 60px;
    background-color: #fff;
    display: none;
  }
  .l-headerNav__list {
    -moz-column-gap: 30px;
         column-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-headerNav__list ul {
    border-top: 2px solid #F7B52C;
    display: block;
    inset: unset;
    position: relative;
  }
  .l-headerNav__item {
    padding: 0;
  }
  .l-headerNav__item > a {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 900;
    justify-content: center;
  }
  .l-headerNav__item > a > svg {
    display: none;
  }
  .l-headerNav__item ul li a {
    width: 100%;
    /* padding: 0 4px 20px 12px; */
    padding: 24.25px 12px;
    border: 0;
    border-bottom: 1px solid #B8B8B8;
  }
  .l-headerNav__item ul li a:hover {
    color: #333333;
  }
  .l-headerNav__item--blog {
    width: 22.2857142857%;
  }
  .l-headerNav__item--blog a {
    padding: 6.75px 8px;
    order: 1;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #333;
    flex-direction: column;
    gap: 4px;
  }
  .l-headerNav__item--blog a svg {
    width: 20px;
    height: 20px;
    display: block !important;
  }
  .l-headerNav__item--blog a:hover {
    color: #fff;
  }
  .l-headerNav__item--onlineshop {
    width: 22.2857142857%;
  }
  .l-headerNav__item--onlineshop a {
    padding: 6.75px 8px;
    order: 2;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #A20728;
    flex-direction: column;
    gap: 4px;
  }
  .l-headerNav__item--onlineshop a svg {
    width: 20px;
    height: 20px;
    display: block !important;
  }
  .l-headerNav__item--onlineshop a:hover {
    color: #fff;
  }
  .l-headerNav__item--category {
    width: 100%;
    margin-top: 40px;
    order: 3;
  }
  .l-headerNav__item:hover ul {
    top: 0;
    position: relative;
  }
  .l-header__nav.is-open .l-headerNav {
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: fixed;
  }
  .l-header__search {
    display: none;
  }
  .l-header__search.is-open {
    width: 100%;
    padding: 12px 12.5px;
    left: 0;
    right: 0;
    top: 60px;
    background-color: #EDEDED;
    display: block;
    position: fixed;
  }
  .l-header__search .search-box {
    margin: 0;
  }
  .l-header__search input.search-edit {
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
  }
  .l-header__searchBtn {
    border: 0;
    background-color: transparent;
    display: block;
  }
  .l-header__searchBtn svg {
    width: 22.5px;
    height: 22.5px;
  }
  .l-header__ham {
    /* width: 30px; */
    width: 22.5px;
    /* height: 30px; */
    height: 20px;
    border: 0;
    background-color: transparent;
    display: block;
    position: relative;
  }
  .l-header__ham span {
    /* width: 22.5px; */
    width: 100%;
    height: 2.5px;
    border-radius: 100vw;
    background-color: #333333;
    display: block;
    position: absolute;
    /* transform: translateX(-50%); */
    transition: all 0.3s ease;
  }
  .l-header__ham span:nth-of-type(1) {
    top: 0;
  }
  .l-header__ham span:nth-of-type(2) {
    top: 8.5px;
  }
  .l-header__ham span:nth-of-type(3) {
    top: 16.5px;
  }
  .l-header__ham.is-open span:nth-of-type(1) {
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    transform-origin: top;
  }
  .l-header__ham.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__ham.is-open span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
    transform-origin: top;
  }
  .l-headerSns {
    padding: 0;
    margin-top: 80px;
    gap: 0 28px;
    justify-content: center;
    display: flex;
  }
  .l-headerSns__item {
    width: 36px;
  }
  .main {
    max-width: 100%;
    padding: 0 12.5px !important;
    margin: 0 auto !important;
    margin-top: 75px !important;
  }
  .main.main, div.sidebar {
    padding: 32px 12.5px;
  }
  /* 一覧 */
  .toppage-title {
    margin: 0 auto 60px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .list {
    padding: 0;
    row-gap: 2.5em;
  }
  .ect-vertical-card .entry-card-wrap {
    width: 100%;
  }
  .ect-vertical-card .entry-card-wrap .entry-card {
    flex-direction: row;
  }
  .ect-vertical-card .entry-card-wrap .entry-card-thumb {
    width: 37.5714285714%;
    margin: 0;
  }
  .ect-vertical-card .entry-card-wrap .entry-card-content {
    width: calc(62.4285714286% - 0.6666666667em);
  }
  .ect-vertical-card .entry-card-wrap .entry-card-meta {
    margin: 0;
  }
  .widget_popular_entries {
    padding: 0;
  }
  .widget_popular_entries .widget-title {
    margin-bottom: 60px;
    font-size: 24px;
  }
  .popular-entry-cards {
    flex-direction: column;
  }
  .widget-entry-cards .a-wrap {
    width: 100%;
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .widget-entry-card {
    display: flex;
  }
  .widget-entry-cards.card-large-image figure {
    width: 37.5714285714%;
  }
  .widget-entry-cards.card-large-image .card-content {
    width: calc(62.4285714286% - 11px);
    padding: 0;
    margin: 0;
  }
  /* 投稿 */
  .pager-post-navi {
    gap: 9px;
    flex-direction: column;
  }
  .pager-post-navi a {
    width: 100%;
    padding: 12px 20px !important;
  }
  .pager-post-navi a.prev-post span,
  .pager-post-navi a.next-post span {
    margin-bottom: 12px;
    gap: 4px;
    font-size: 13px;
  }
  .pager-post-navi a.prev-post span svg,
  .pager-post-navi a.next-post span svg {
    width: 14px;
  }
  .pagination .page-numbers {
    width: 27.5px;
    height: 27.5px;
    font-size: 10px;
    line-height: 27.5px;
  }
  .sns-share-buttons {
    width: 60%;
  }
  .widget_popular_entries {
    margin: 60px auto 0 !important;
  }
  /* フッター */
  .footer {
    margin-top: 90px;
  }
  .article-footer {
    margin-top: 30px;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}/*# sourceMappingURL=style.css.map */