@charset "UTF-8";

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

body {
  overflow-x: hidden;
  color: #333;
  background: #fff;
  letter-spacing: 0.3px;
}

#container {
  overflow-x: hidden;
}

*:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.posts-not-found h2 {
  display: none;
}

img {
  vertical-align: bottom;
}


.main {
  padding: 26px 29px 36px;
}


#mv-menu {
  display: none;
}
/* ヘッダー */
#header-container {
  border-bottom: 1px solid #eee;
}
.tagline {
  display: none;
}
.logo-image {
  padding: 15px 0;
}
a.site-name {
  transition: all 0.2s;
}
a.site-name img {
  width: 220px;
  height: auto;
}
a.site-name:hover {
  opacity: 0.6;
}
#header-in {
  position: relative;
}
.top-search-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#header-container .search-box,
.sp-menu-form .search-box {
  margin: 0;
}
.sp-menu-form .search-box {
  width: 250px;
  margin: 0 auto;
}
#header-container .search-box input[type="text"],
.sp-menu-form .search-box input[type="text"] {
  width: 250px;
  padding: 15px 30px 15px 20px;
  font-size: 14px;
  border-radius: unset;
  background: #f5f5f5;
  padding-right: 28px;
  border: 1px solid #eee;
  border-radius: 0;
}
#header-container .search-box input[type="text"]::placeholder,
.sp-menu-form .search-box input[type="text"]::placeholder {
  color: #999;
}
#header-container .search-box .search-submit,
.sp-menu-form .search-box .search-submit {
  color: #999;
  font-size: 16px;
  top: calc(50% - 8px);
  padding: 0 10px;
}

/* リスト */
.a-wrap {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  transition: all 0.2s;
  padding: 10px;
}
.a-wrap:hover {
  background: #f5f5f5;
}

.a-wrap span.cat-label {
  display: none;
}
.entry-card,
.related-entry-card {
  display: flex;
}
.entry-card-thumb,
.related-entry-card-thumb {
  width: 100%;
  float: none;
  margin: 0;
  width: 200px;
}
.card-thumb img,
.related-entry-card-thumb img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 10px;
}
.entry-card-content,
.related-entry-card-content {
  margin: 0;
  padding: 0;
  width: calc(100% - 200px);
  padding-left: 15px;
  position: relative;

}
.entry-card-title,
.related-entry-card-title {
  margin: 0;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}
.entry-card-snippet,
.related-entry-card-snippet {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 1.6;
}
.entry-card-meta {
  right: unset;
  text-align: start;
  left: 15px;;
}
.entry-card-content .e-card-info > span {
  font-size: 12px;
  color: #6c6c6c;
}

#list .a-wrap:nth-child(1) {
  padding: 10px 10px 26px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.2s;
}
#list .a-wrap:nth-child(1):hover {
  opacity: 0.7;
}
#list .a-wrap:nth-child(1) .entry-card {
  display: block;
  position: relative;
}
#list .a-wrap:nth-child(1) .entry-card-thumb {
  width: 100%;
}
#list .a-wrap:nth-child(1) .card-thumb img {
  height: auto;
  border-radius: 0;
}
#list .a-wrap:nth-child(1) .entry-card-content {
  width: 100%;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(79,75,60,.9);
  width: 100%;
  padding: 15px;
}
#list .a-wrap:nth-child(1) .entry-card-meta {
  position: absolute;
  top: -34px;
  left: 0;
  bottom: unset;
  right: unset;
  background: #E0BA6D;
  padding: 5px;
}
#list .a-wrap:nth-child(1) .entry-card-title {
  color: #fff;
}
#list .a-wrap:nth-child(1) .entry-card-snippet {
  color: #fff;
}
#list .a-wrap:nth-child(1) .entry-card-content .e-card-info > span {
  color: #727272;
}

/* ページネーション */
.pagination-next {
  display: none;
}
.pagination {
  margin: 37px 0 30px;
}
.page-numbers {
  color: #333;
  border: 0px solid #333;
  border-radius: 50%;
  background-color: #fff;
  transition: all .2s;
  letter-spacing: 0;
  line-height: 45px;
}
.pagination a:hover {
  color: #333;
  background-color: #f5f5f5;
  transition: all .2s;
}
.pagination .current {
  color: #333;
  background-color: #f5f5f5;
}
/* 投稿ページ */
body.single article .date-tags {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
body.single article .post-update,
body.single article .post-date {
  display: block;
  margin: 0;
  font-size: 13px;
  color: #bbb;
}
header.article-header h1.entry-title,
h1.archive-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 10px;
  color: #333;
  margin-top: 0;
}
h1.archive-title span.fas {
  display: none;
}
body.page .date-tags {
  display: none;
}
.article h2,
.article h3 {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
.article h2 {
  border-bottom: 3px solid #7DB33C;
  font-size: 20px;
  padding: 10px 0 6px;
  margin: 1.2em 0 1em;
  font-weight: 500;
}
.article h3,
.related-entry-heading {
  border: 0;
  background: #f5f5f5;
  border-left: 3px solid #7DB33C;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 12px 12px 14px;
  border-radius: 0;
  margin: 1.2em 0 1em;
}
.sidebar h2,
.sidebar h3 {
  border: 0;
  border-radius: 0;
  background: #7DB33C;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px;
  border-radius: 2px;
  margin: 0.5em 0;
}
.toc {
  border: 0px;
  background: #fff;
  padding: 10px 15px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  width: 100%;
}
.toc-title {
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0;
}
.toc li {
  line-height: 1.6;
}
.toc a {
  font-size: 14px;
}
.toc-checkbox:checked~.toc-content {
  padding-top: 0;
}
.page-author-area {
  background: #f5f5f5;
  color: #555;
  font-size: 12px;
  line-height: 1.4;
  padding: 15px 10px;
  margin: 25px 0;
}
.page-author-name {
  position: relative;
}
.page-author-name::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #dedede;
  z-index: 1;

  display: none;
}
.page-author-name span.page-author-border {
  display: inline-block;
  background: #f5f5f5;
  padding-right: 10px;
  padding-left: 22px;
  position: relative;
  z-index: 2;
  font-size: 13px;
}
.page-author-name span.page-author-border::before {
  content:'\f304';
  font-family:'Font Awesome 5 Free';
  font-weight:700;
  position: absolute;
  top: -1px;
  left: 1px;
  color: orange;
  font-size: 120%;
}
.page-author {
  display: flex;
  margin-top: 7px;
}
.page-author-left {
  width: 40px;
}
.page-author-left img {
  width: 100%;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.page-author-right {
  width: calc(100% - 40px);
  padding-left: 7px;
}
a.page-author-title {
  display: inline-block;
  margin: 0px 0 5px;
  font-size: 13px;
}
.page-author-right p {
  margin: 0;
  line-height: 1.6;
}
ul.page-author-sns {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  margin-top: 5px;
}
ul.page-author-sns li {
  margin: 0;
  margin-right: 20px;
}
.page-cta-text {
  font-size: 14px;
  font-weight: 500;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube.youtube-side {
  margin-top: 12px;
}
.page-topic-area {
  margin: 20px 0 30px;
}
a.page-topic {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
a.page-topic:last-child {
  margin-bottom: 0;
}
.page-topic-left {
  width: 60px;
  line-height: 1;
  text-align: center;
  margin-top: -2px;
}
.page-topic-icon {

}
.page-topic-icon i {
  color: #FF0000;
  font-size: 45px;
}
.page-topic-icon-text {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.page-topic-right {
  width: calc(100% - 60px);
  padding-left: 12px;
}
.page-topic-title {

}
ul.side-thumb-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.side-thumb-list li {
  margin: 0;
  margin-bottom: 15px;
}
ul.side-thumb-list li:last-child {
  margin-bottom: 0px;
}
.side-thumb-more i {
  margin-right: 5px;
}
.side-thumb-more {
  letter-spacing: 0;
}

.table-style-01 table tr th {
  background: #f0f7e8;
  font-weight: 500;
  width: 180px;
  text-align: left;
  vertical-align: top;
}

.table-style-01 table tr td {
  width: calc(100% - 180px);
}

.table-style-01 table tr th,
.table-style-01 table tr td {
  border: 1px solid #eee;
  padding: 24px;
  font-size: 16px;
}

table tr:nth-of-type(2n+1) {
  background: transparent;
}

/* サイドバー */
#sidebar .a-wrap {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
#sidebar .widget-entry-card {
  display: flex;
  align-items: center;
}
#sidebar .widget-entry-cards figure {
  width: 100px;
  float: none;
  padding: 0;
  margin: 0;
}
#sidebar .widget-entry-cards figure img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 0;
}
#sidebar .widget-entry-card-content {
  width: calc(100% - 100px);
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
#sidebar .popular-entry-card-title {
  font-size: 14px;
  line-height: 1.6;
}
#categories-2 ul li a {
  font-size: 15px;
  padding: 8px 8px;
  transition: all 0.2s;
}
#categories-2 ul li a:hover {
  background: #f5f5f5;
}


.side-profile-wrap {
  border: 1px solid #dedede;
  padding: 15px;
  margin-top: 15px;
}
.side-profile-header {
  text-align: center;
  line-height: 1;
}
.side-profile-header img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
}
.side-profile-name {
  margin: 10px 0 8px;
}
.side-profile-label {
  font-size: 13px;
  font-weight: 300;
}
.side-profile-desc {
  font-size: 14px;
  margin-top: 20px;
}
.side-profile-link-01 {
  margin: 15px 0 10px
}
.side-profile-link-01 a {
  display: block;
  text-decoration: none;
  background: #FF7765;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 10px;
  border-radius: 40px;
  box-shadow: 0 5px 0 #ff4229;
  transition: all 0.2s;
}
.side-profile-link-01 a i {
  margin-left: 5px;
}
.side-profile-link-01 a:hover {
  opacity: 0.6;
}

/* パンくずリスト */
#breadcrumb {
  padding: 0;
  background: transparent;
  margin-bottom: 5px;
}
.breadcrumb {
  margin: 1em 0em 3em;
}
span.fa-home,
span.fa-file,
span.fa-folder {
  display: none;
}
.sp-b {
  margin: 0 10px 0 7px!important;
}
.sp .fa-angle-right {
  color: #b3b3b3;
}
.list-breadcrumb-category span.sp {
  margin-left: 8px;
}
body.archive.category #breadcrumb .breadcrumb-item {
  margin-left: 5px;
}
.breadcrumb-caption {
  margin: 0;
}
.breadcrumb-style .sp {
  margin: 0 10px 0 7px;
}

.page-youtube-wrap {
  text-align: center;
}
.page-youtube-wrap a {
  transition: all 0.2s;
}
.page-youtube-wrap a:hover {
  opacity: 0.7;
}
/* フッターcta */
.footer-cta-wrap {
  margin: 25px 0;
}
.footer-cta-sp {
  display: block;
}
.footer-cta-sp {
  width: 100%;
  max-width: 426px;
  background-image: url('../../../wp-content/uploads/2023/11/mainvisual.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto;
}
.footer-cta-sp-inner {
  height: 100%;
  position: relative;
}
.footer-cta-sp-item {
  padding: 0 15px;
  position: absolute;
  left: 0;
  width: 100%;
}

.footer-cta-sp {
  height: 400px;
  padding-top: 40px;
}
.footer-cta-sp-item {
  bottom: 60px;
}
.footer-cta-sp-micro {
  font-size: 15px;
}


.footer-cta-sp-micro {
  font-weight: 500;
  text-align: left;
  margin-bottom: 3px;
}
a.footer-cta-pc-btn {
  display: block;
  text-decoration: none;
  background: #FF7765;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 10px;
  border-radius: 40px;
  box-shadow: 0 5px 0 #ff4229;
  letter-spacing: 0.8px;
  transition: all 0.2s;

}
a.footer-cta-pc-btn i {
  margin-left: 7px;
}
a.footer-cta-pc-btn:hover {
  opacity: 0.6;
}

/* フッター */
#footer {
  background: #f5f5f5;
}
.footer,
.footer-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
.footer-bottom {
  margin-top: 0;
}
.footer-bottom-logo {
  float: none;
  position: static;
}
.footer-bottom-content {
  float: none;
  text-align: center;
}
.navi-footer-in > .menu-footer {
  justify-content: center;
}
.navi-footer-in > .menu-footer li,
.navi-footer-in > .menu-footer li:last-child {
  border: 0;
}
.navi-footer-in > .menu-footer li a {
  transition: all 0.2s;
  color: #6c6c6c;
  font-size: 13.5px;
}
.navi-footer-in > .menu-footer li a:hover {
  background: transparent;
  text-decoration: underline;
}
.footer-info-wrap {
  padding: 40px 0 20px;
  text-align: center;
}
.footer-info-wrap a {
  transition: all 0.2s;
}
.footer-info-wrap a:hover {
  opacity: 0.6;
}
.footer-info-wrap img {
  width: auto;
  height: auto;
}
.footer-info-wrap p {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 2;
  padding-top: 20px;
}
.copyright {
  color: #6c6c6c;
  font-size: 14px;
  margin: 0;
  margin-top: 15px;
}

#custom_html-2 a {
  transition: all 0.2s;
}
#custom_html-2 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1023px){
  .top-search-wrap {
    display: none;
  }
  .a-wrap {
    padding: 0;
  }
  .entry-card, .related-entry-card {
    align-items: center;
  }
  .entry-card-thumb, .related-entry-card-thumb {
    width: 100px;
  }
  .card-thumb img, .related-entry-card-thumb img {
    height: 70px;
    border-radius: 0;
  }
  .entry-card-content, .related-entry-card-content {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .entry-card-snippet, .related-entry-card-snippet {
    display: none;
  }
  .entry-card-meta {
    display: none;
  }
  .entry-card-title, .related-entry-card-title {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .pagination {
    margin: 15px 0 15px;
  }
  .side-profile-desc {
    font-size: 16px;
  }
  .side-profile-name {
    font-size: 18px;
    margin: 10px 0 10px;
  }
  .side-profile-label {
    font-size: 14px;
  }
  header.article-header h1.entry-title, h1.archive-title {
    font-size: 20px;
    padding: 0;
    line-height: 1.6;
  }
  .page-author-name::before {
    content: none;
  }
  .page-author-area {
    font-size: 14px;
    line-height: 1.6;
  }
  .page-author-name span.page-author-border {
    font-size: 14px;
  }
  a.page-author-title {
    font-size: 15px;
    font-weight: 500;
  }
  ul.page-author-sns li {
    margin-right: 10px;
    font-size: 12px;
  }
  .article h2 {
    font-size: 19px;
    line-height: 1.6;
  }
  .article h3, .related-entry-heading {
    line-height: 1.6;
  }
  .page-cta-text {
    font-size: 16px;
  }
  .toc {
    margin-bottom: 10px;
  }
  .table-style-01,
  .table-style-01 table {
    margin-bottom: 0;
  }
  .table-style-01 table tr th, .table-style-01 table tr td {
    padding: 10px;
  }
  .table-style-01 table tr th {
    width: 120px;
  }
  .table-style-01 table tr td {
    width: calc(100% - 120px);
  }
  span.author-bold {
    font-weight: 500;
  }
  #breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-info-wrap {
    display: block;
    padding: 35px 15px;
  }
  .footer-info-left {
    width: 100%;
  }
  .footer-info-right {
    width: 100%;
  }
  .footer-text-wrap {
    display: block;
  }
  .footer-text-left {
    width: 100%;
  }
  .footer-text-right {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .footer-text-left .logo {
    text-align: center;
  }
  .footer-text-left a.site-name img {
    width: 220px;
  }


  #list .a-wrap:nth-child(1) {
    margin-left: 0px;
    margin-right: 0px;
  }
  #list .a-wrap:nth-child(1) .entry-card-content {
    padding: 10px;
  }
  #list .a-wrap:nth-child(1) .entry-card-meta {
    display: block;
  }

  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
    box-shadow: unset;
    z-index: 4;
  }
  .mobile-menu-buttons > li.menu-button:hover {
    background: #FDD000;
  }
  .menu-tel-icon::before {
    content:'\f879';
  }
  .menu-mail-icon::before {
    content:'\f109';
  }
  .menu-tel-icon::before,
  .menu-mail-icon::before  {
    font-family:'Font Awesome 5 Free';
    font-weight:700;
    font-size: 24px;
  }
  .mobile-menu-buttons .menu-button {
    background: #21b6c1;
  }
  .mobile-menu-buttons .menu-button:last-child {
    background: #de0154;
  }
  span.menu-icon,
  span.menu-caption {
    color: #fff;
    font-weight: 400;
  }
  .menu-drawer li {
    border-bottom: 1px solid #ccc;
  }
  .menu-drawer a {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px;
  }
  .menu-drawer a i {
    margin-left: 3px;
    font-size: 80%;
  }
  .menu-close-button {
    margin-top: 10px;
  }
  .menu-close-button span.fa-times {
    font-size: 30px;
  }
  .mobile-menu-buttons .menu-caption {
    opacity: 1;
    font-size: 12px;
  }
  .mobile-menu-buttons .menu-button > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 12px;
  }
  .mobile-menu-buttons .menu-icon {
    width: 30%;
  }
  .mobile-menu-buttons span.menu-caption {
    width: 70%;
    transform-style: center;
    line-height: 1;
  }
  span.menu-caption-top {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
  }
  span.menu-caption-bottom {
    display: block;
    font-size: 16px;
  }

  .logo {
    text-align: left;
  }
  a.site-name {
    padding: 0;
    padding-left: 15px;
  }

  #mv-menu {
    display: block;
  }
  #mv-menu {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 5;
  }
  #mv-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #mv-menu li.navi-menu-button {
    /* line-height: 1; */
  }
  #navi-menu-open {
    display: block;
    text-align: center;
    line-height: 1;
  }
  #mv-menu .navi-menu-icon {
    display: inline-block;
    color: #7DB33C;
  }
  #mv-menu .navi-menu-icon::before {
    content: '\f0c9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 28px;
    display: inline-block;
  }
  #mv-menu .navi-menu-icon span.fa-bars {
    display: none;
  }
  #mv-menu .navi-menu-caption {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #7DB33C;
  }

  .page-youtube-wrap img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }

  #custom_html-2 {
    text-align: center;
  }
  .footer-bottom-logo a.site-name {
    padding: 0;
  }
  .footer-bottom-logo .logo {
    text-align: center;
  }
  .footer-info-wrap p {
    text-align: left;
  }
  .footer-info-wrap {
    padding: 35px 15px 20px;
  }

  .footer-cta-sp {
    width: 100%;
    max-width: 350px;
    height: 340px;
    padding-top: 36px;
  }
  .footer-cta-sp-item {
    bottom: 45px;
  }
  .footer-cta-sp-micro {
    font-size: 13px;
  }
  a.footer-cta-pc-btn {
    font-size: 15px;
  }

}

@media screen and (max-width: 834px){
  div.sidebar {
    padding-top: 0;
    padding-bottom: 10px;
  }
  main.main {
    padding-bottom: 2px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 480px){
  .navi-footer-in > .menu-footer {
    display: block;
  }
  .navi-footer-in > .menu-footer li.menu-item {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .ect-entry-card .card-thumb, .rect-entry-card .card-thumb, .ect-big-card-first .card-thumb {
    margin-bottom: 0;
  }
  .page-numbers {
    width: 46px;
    height: 46px;
  }
}
