@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
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* Googleマテリアルアイコン */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* ヘッダ画像 */
.header {
  background-position: 50% 35%;
}

.logo-text {
  display: none;
}

#header-container .navi {
  /* ヘッダメニュー　*/
  box-shadow: 1px 1px 4px 0px #ddd;
  color: #999;
}

#navi .menu-item:hover,
#navi .menu-item:hover .sub-menu {
  background: rgba(240, 240, 240, 0.96);
}

#navi .navi-in a {
  position: relative;
}

#navi .navi-in a:hover {
  color: #043419;
}

#navi .navi-in a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #043419;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

#navi .navi-in a:hover::after {
  transform: scale(1, 1);
}

.author-box {
  border-color: #c8bca0;
}

#footer {
  background-image: linear-gradient(179deg, rgb(7, 94, 45), rgb(3, 47, 22));
}

/* ヘッダメニューSP ここから ----------------*/
.mobile-menu-buttons .menu-button > a {
  display: none;
}

.navi-menu-content {
  background-image: linear-gradient(179deg, rgb(7, 94, 45), rgb(11, 141, 68));
  box-shadow: 2px 2px 3px 1px #c7c7c7;
  color: #fff;
}

.menu-drawer a {
  padding: 12px 6px;
  color: #fff;
  border-bottom: 1px dotted #0dad53;
}

.menu-drawer .sub-menu {
  padding-left: 40px;
}

/* ヘッダメニューSP ここまで ----------------*/
/* グローバルメニュー アイコン*/
.menu-drawer .menu-item-27 > a::before,
#menu-item-27 .item-label::before {
  /* HOME */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

.menu-drawer .menu-item-127 > a::before,
#menu-item-127 > a > .caption-wrap > .item-label::before {
  /* お知らせ */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

.menu-drawer .menu-item-38 > a::before,
#menu-item-38 > a > .caption-wrap > .item-label::before {
  /* コラム */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

.menu-drawer .menu-item-24 > a::before,
#menu-item-24 > a > .caption-wrap > .item-label::before {
  /* 教室 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

.has-sub .fa-angle-down::before {
  display: none;
}

/* グローバルメニュー アイコンここまで */
.sub-menu .item-label::before {
  display: inline-flex;
  vertical-align: middle;
  padding-right: 0.1em;
  content: "・";
  font-weight: 400;
  font-size: 1.2em;
  color: #fff;
}

/* アピールエリア ここから ----------------*/
/* .appeal {
  background-image: linear-gradient(180deg, rgba(252, 229, 226, 0.9), rgba(253, 245, 241, 0.9));
} */
.appeal-title {
  color: #67a5da;
}

/* おすすめカード ここから ----------------*/
.recommended {
  margin: 0;
}

.recommended .navi-entry-cards a {
  width: 100%;
}

.recommended .navi-entry-cards,
.recommended.rcs-center-title .card-content {
  height: 120px;
}

.navi-entry-card-link {
  box-shadow: 2px 2px 3px 1px #c7c7c7;
}

.navi-entry-card-link:hover {
  box-shadow: none;
}

/* .recommended .navi-entry-cards a {
  border-radius: 8px;
} */
/* おすすめカード ここまで ----------------*/
/* おすすめ下エリア ----------------*/
.content-top-in {
  margin-top: 60px;
  padding: 0 16px;
  text-align: center;
}

.content-top-in h2 {
  color: #f39800;
  font-family: serif;
}

.text-pc,
.text-mobile {
  font-family: serif;
}

#mobile_text-2 {
  margin-bottom: 0;
}

.content-top,
.content-bottom {
  margin: 1em 0 0em;
}

/* main ここから ----------------*/
.main {
  padding: 48px;
}

.entry-card-thumb,
.author-thumb,
.blogcard-thumbnail,
.related-entry-card-thumb,
.popular-entry-card-thumb,
.new-entry-card-thumb {
  /* サムネイル画像 */
  margin-right: 5.6%;
}

.entry-card-thumb {
  /* サムネイル画像 幅サイズ*/
  width: 214px;
}

.entry-card-content {
  /* サムネイル画像 左マージン*/
  margin-left: 250px;
}

.category-academy_guide-post .post-update,
.category-academy_guide-post .post-date {
  display: none;
}

.post-date {
  font-size: 0.75em;
}

.cat-label {
  /* カテゴリーラベル*/
  display: none;
  border: none;
  border-radius: 32px;
  opacity: 0.9;
}

.eye-catch .cat-label {
  display: none;
}

/*ブログカード */
.main .front-page-type-index .a-wrap,
.main .rect-entry-card .a-wrap {
  margin-bottom: 0;
  padding: 3%;
}

.main .front-page-type-index .a-wrap:not(:last-child),
.main .rect-entry-card .a-wrap:not(:last-child) {
  border-bottom: 1px solid #c3ebd4;
}

.a-wrap:hover {
  box-shadow: none;
}

/* main ここまで ----------------*/
/* カルーセル */
.carousel-entry-card-thumb img {
  /* サムネイル画像 */
  border-radius: 6px;
}

.carousel-entry-card-title {
  font-size: 12px;
}

.carousel-entry-card-wrap {
  background-color: #67a5da;
  color: #fff;
  border-radius: 6px;
}

.carousel-entry-card-wrap:hover {
  background-color: #fdfdfb;
  color: #67a5da;
}

.carousel-entry-card-title {
  padding: 0 8px;
  font-size: 14px;
}

.carousel-entry-card-wrap .cat-label {
  display: none;
}

/* カルーセル ここまで*/
/* サイドバー ここから ----------------*/
.sidebar {
  padding-top: 48px;
}

#block-3,
#block-5,
#nav_menu-2 {
  margin-bottom: 3em;
}

.nwa .author-box {
  border-radius: 12px;
}

.author-name a {
  color: #ed9e1b;
}

.nwa .author-box .author-description {
  /*　プロフィールの文字 */
  font-size: 0.8em;
}

.nwa .author-box .author-description p {
  /*　プロフィールの段落 */
  margin-bottom: 1em;
}

.sns-follow.sf-profile {
  display: none;
}

.sidebar h2,
.wp-block-heading,
.widget-sidebar-title {
  padding: 10px 0 5px 3px;
  font-weight: 400;
}

.sidebar h2,
.sidebar h3,
.wp-block-heading {
  padding: 4px 24px;
  font-size: 1em;
}

.sidebar h2,
.sidebar h3,
.wp-block-group.is-layout-flow .wp-block-heading {
  margin: 0;
}

.wp-block-group.is-layout-flow,
.wp-block-heading,
aside#block-6 {
  margin-bottom: 0;
}

.sidebar #author_box-2 h3 {
  display: none;
  margin-bottom: 1.4em;
  text-align: center;
  border-radius: 30px;
  background-image: linear-gradient(179deg, rgb(8, 110, 53), rgb(11, 141, 68));
}

.sidebar h2::before {
  display: inline-flex;
  padding-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.wp-block-latest-posts__list.wp-block-latest-posts,
.wp-block-archives-list.wp-block-archives,
.menu-sidebar-category-container {
  margin: 0;
}

.widget_nav_menu ul li,
.widget_block ul li {
  padding: 16px 1em 0px 2em;
  font-size: 0.889em;
  text-indent: -0.75em;
}

.widget_nav_menu ul li:last-child,
.widget_block ul li:last-child {
  border-bottom: none;
}

.widget_nav_menu ul li:hover,
.widget_block ul li:hover {
  background-color: rgba(103, 165, 218, 0.05);
}

.widget_nav_menu ul li a:hover,
.widget_block ul li a:hover {
  background: none;
}

.wp-block-group .wp-block-latest-posts__list li a,
.wp-block-group .wp-block-archives-list li a,
#nav_menu-2 li a,
.wp-block-categories-list li a {
  display: inline;
}

.wp-block-latest-posts__list li::before,
.wp-block-archives-list li::before {
  display: inline-flex;
  vertical-align: middle;
  padding-right: 0.1em;
  content: "・";
  font-weight: 400;
  font-size: 1.2em;
  color: #f39800;
}

#nav_menu-2 li::before,
.wp-block-categories-list li::before {
  display: inline-flex;
  vertical-align: middle;
  padding-right: 0.2em;
  content: "・";
  font-weight: 400;
  font-size: 1.2em;
  color: #f39800;
}

.widget_nav_menu ul li a {
  padding: 16px 0;
}

/* タグクラウド（キーワード） */
.tagcloud {
  margin-top: 20px;
}

.tagcloud a {
  margin: 6px;
  border-radius: 30px;
  color: #555;
  padding: 6px 18px;
}

.tagcloud .fa-tag:before {
  /* タグアイコン */
  color: #f39800;
}

/* サイドバー ここまで ----------------*/
/* 関連記事 ここから ----------------*/
.rect-vertical-card .related-entry-card-wrap {
  padding: 12px;
}

/* 関連記事 ここまで ----------------*/
/* 「新着記事」見出し ここから ----------------*/
.widget-index-top {
  padding: 4px 12px;
  text-align: center;
  color: #999;
  border-radius: 30px;
}

.widget-index-top-title {
  position: relative;
  padding: 0 75px;
  white-space: nowrap;
}

.widget-index-top-title:before {
  left: 0;
  margin-right: 10px;
}

.widget-index-top-title:after {
  right: 0;
  margin-left: 10px;
}

.widget-index-top-title::before,
.widget-index-top-title::after {
  /* 新着記事 前後の水平線  */
  content: "";
  position: absolute;
  top: 42%;
  display: inline-block;
  width: 40%;
  height: 1px;
  background-color: #c3ebd4;
}

/* 記事インデックス */
.e-card-info {
  /* 投稿日時 */
  color: #aaa;
}

/* ページネーション */
.pagination-next {
  /* 「次のページ」ボタン非表示 */
  display: none;
}

.page-numbers {
  border-radius: 50%;
}

.pagination .current,
.page-numbers {
  border-color: #c3ebd4;
}

.pagination .current {
  background-color: #ebf7f0;
}

/* TOPページ ここまで --------------------------*/
/* SNSボタン */
.sns-share-buttons a .button-caption {
  display: none;
}

.sns-buttons a {
  border-radius: 50px;
}

/* 投稿ページ */
.pager-post-navi a figure {
  /* ページングサムネイル*/
  min-width: 90px;
  max-width: 90px;
}

.post-navi-default.post-navi-border a {
  border-top: 1px dotted var(--cocoon-basic-border-color);
  border-bottom: 1px dotted var(--cocoon-basic-border-color);
}

/* カテゴリーページ */
.category-method .eye-catch,
.category-museum .eye-catch {
  height: 200px;
  overflow: hidden;
}

/* CTAエリア */
.cta-box {
  background: #e5f3ed;
  color: #3d0e00;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  .recommended .navi-entry-cards a {
    width: 50%;
  }
  .recommended .navi-entry-cards,
  .recommended.rcs-center-title .card-content {
    height: auto;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  .recommended .navi-entry-cards a {
    /* おすすめカード */
    border-radius: 0px;
  }
  .appeal-content {
    /* アピールエリア */
    padding: 1em;
  }
  .content-top-in {
    /* おすすめ下エリア */
    margin-top: 0px;
  }
  .entry-card-thumb {
    /* サムネイル画像のサイズ */
    width: 150px;
  }
  /* 新着記事見出しのマージン */
  /* .a-wrap { 
    margin-bottom: 16px;
  } */
  /* .main .front-page-type-index .a-wrap,
  .main .rect-entry-card .a-wrap {
    border-radius: 6px;
  } */
  .sidebar h2 {
    /* サイドバー 見出し*/
    margin: 12px;
  }
}/*# sourceMappingURL=style.css.map */