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

.header-container-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-container-in .wrap {
  width: auto;
}
.header-container-in .header {
  height: -moz-fit-content;
  height: fit-content;
}

.navi {
  display: block;
  margin: 0 auto;
}
.navi .item-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.navi .item-label i {
  font-size: 20px;
  display: inline-block;
  transform-origin: center bottom;
}
.navi .item-label .menu-item {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}
.navi .item-label .menu-item span {
  font-size: 12px;
}
.navi a:hover .item-label i {
  animation: icon-hop-wiggle 0.6s ease;
}

@keyframes icon-hop-wiggle {
  0% {
    transform: translateY(0) rotate(0);
  }
  30% {
    transform: translateY(-6px) rotate(0);
  }
  50% {
    transform: translateY(0) rotate(-6deg);
  }
  70% {
    transform: translateY(0) rotate(4deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.page .new-entry-cards {
  display: flex;
  flex-wrap: wrap;
}
.page .new-entry-card-link {
  width: 50%;
}
.page .top-info-contents .new-entry-cards {
  display: block;
  flex-wrap: unset;
}
.page .top-info-contents .new-entry-card-link {
  width: auto;
}

.author-info {
  display: none;
}

.page-heading {
  --ph-bg: #B5E0FF;
  background: var(--ph-bg);
}

.page-heading__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(18px, 4vw, 34px) 16px;
  min-height: clamp(120px, 22vw, 220px);
  display: grid;
  place-content: center;
  text-align: center;
}

.page-heading__title {
  margin: 0;
  font-size: clamp(22px, 4.4vw, 40px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.page-heading__sub {
  margin-top: 6px;
  font-size: clamp(12px, 2.2vw, 16px);
  letter-spacing: 0.12em;
  font-weight: 600;
  opacity: 0.95;
  text-transform: uppercase;
}

.widget-entry-cards.card-large-image .a-wrap {
  max-width: 398px;
}

.new-entry-card-thumb {
  overflow: hidden;
}
.new-entry-card-thumb img {
  transition: transform 0.35s ease;
}

.new-entry-card-link:hover .new-entry-card-thumb img {
  transform: scale(1.06);
}

.footer {
  padding: 16px 0;
}
.footer .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
}
.footer .footer-bottom .footer-bottom-logo {
  float: none;
  position: unset;
}
.footer .footer-bottom .footer-bottom-logo img {
  height: 22px;
}
.footer .footer-bottom .footer-bottom-content {
  float: none;
  text-align: unset;
}
.footer .cf::after {
  display: none;
}

.go-to-top {
  right: 16px;
  bottom: 16px;
}
.go-to-top .go-to-top-button {
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.go-to-top .go-to-top-button span {
  display: inline-block;
  transition: transform 0.3s ease;
}
.go-to-top .go-to-top-button:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.go-to-top .go-to-top-button:hover span {
  transform: translateY(-2px);
}

.post .date-tags {
  text-align: left;
}

.fa-clock, .fa-history {
  display: none;
}

.entry-date {
  margin-left: 0;
  font-weight: bold;
}

.new-entry-card-category .new-entry-card-category-label {
  text-decoration: none;
  display: inline-block;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: var(--cocoon-badge-border-radius);
  word-break: break-all;
  line-height: unset;
}

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

.widget-entry-cards:not(.large-thumb-on) .card-title {
  margin-top: 4px;
}

.page-numbers {
  background-color: transparent;
  border-radius: 50%;
  border: none;
}
.page-numbers .fas {
  font-size: x-large;
}

.pagination .current {
  color: #fff;
  border-color: #004d7a;
  background-color: #004d7a;
}
.pagination a:hover {
  color: #fff;
  background-color: #49bdf0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  .mobile-header-menu-buttons {
    background-color: #49bdf0;
    color: #fff;
  }
  .mobile-header-menu-buttons .site-logo-image {
    max-height: 16px;
  }
  .menu-close-button {
    color: #49bdf0;
    text-align: right;
    padding: 0 16px;
  }
  .footer-bottom {
    flex-direction: column !important;
  }
  .footer-bottom img {
    height: 16px !important;
  }
  .entry-title {
    padding: 0 0 20px 0;
  }
  .related-entry-heading, .comment-title {
    font-size: 18px;
  }
  #navi-menu-content.menu-content {
    background: #fff;
    max-width: 86vw;
    width: 360px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  }
  #navi-menu-content .menu-close-button {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: flex-end;
    padding: 14px 14px 8px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    z-index: 2;
  }
  #navi-menu-content .menu-close-button span {
    font-size: 28px;
    color: #49bdf0;
  }
  #navi-menu-content .menu-drawer {
    margin: 0;
    padding: 8px 10px 18px;
    list-style: none;
  }
  #navi-menu-content .menu-drawer > li {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  #navi-menu-content .menu-drawer > li:last-child {
    border-bottom: 0;
  }
  #navi-menu-content .menu-drawer > li > a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 12px;
    color: #222;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
  }
  #navi-menu-content .menu-drawer > li > a::after {
    content: "›";
    margin-left: auto;
    font-size: 22px;
    opacity: 0.35;
  }
  #navi-menu-content .menu-drawer > li > a::before {
    content: "";
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(43, 125, 187, 0.1);
    color: #49bdf0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
  }
  #navi-menu-content .menu-drawer > li.current-menu-item > a,
  #navi-menu-content .menu-drawer > li.current_page_item > a {
    background: rgba(73, 189, 240, 0.05);
    border-radius: 14px;
  }
  #navi-menu-content .menu-drawer > li.current-menu-item > a::before,
  #navi-menu-content .menu-drawer > li.current_page_item > a::before {
    background: #49bdf0;
    color: #fff;
  }
  #navi-menu-content .menu-drawer > li > a:active {
    transform: translateY(1px);
  }
  #navi-menu-content .menu-item-42 > a::before {
    content: "\f015";
  }
  #navi-menu-content .menu-item-45 > a::before {
    content: "\f07a";
  }
  #navi-menu-content .menu-item-46 > a::before {
    content: "\f279";
  }
  #navi-menu-content .menu-item-44 > a::before {
    content: "\f0a1";
  }
  #navi-menu-content .menu-item-43 > a::before {
    content: "\f554";
  }
  #navi-menu-content .menu-drawer > li.menu-item-42 > a::before {
    content: "\f015";
  }
  #navi-menu-content .menu-drawer > li.menu-item-45 > a::before {
    content: "\f07a";
  }
  #navi-menu-content .menu-drawer > li.menu-item-46 > a::before {
    content: "\f279";
  }
  #navi-menu-content .menu-drawer > li.menu-item-44 > a::before {
    content: "\f0a1";
  }
  #navi-menu-content .menu-drawer > li.menu-item-43 > a::before {
    content: "\f554";
  }
  .mobile-menu-buttons .menu-caption {
    display: none;
  }
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}/*# sourceMappingURL=style.css.map */