@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Template: cocoon-master
Version: 1.1.3
*/

/************************************
** 見出しデザイン
************************************/
.article h2 {
  background: #b4e090;
  box-shadow: 0px 0px 0px 5px #b4e090;
  border: dashed 1px #007b43;
  padding: 0.5em 0.5em;
  color: #454545;
}

.article h3 {
  padding: 0.5em;
  color: #494949;
  background: #f2ffe7;
  border-left: solid 5px #007b43;
}


/************************************
** タブ・ラベル枠線リセット
************************************/
.tab-caption-box,
.label-box {
  border: none;
}


/************************************
** 共通ナビゲーション（PC含む）
************************************/
#header-container .navi-in > ul li {
  height: auto;
  font-weight: 600;
  line-height: 1.3;
}

#header-container #navi a {
  color: #3a3a3a;
  padding: 0.8em 1em;
}

#header-container #navi a:hover {
  color: #a3a3a3;
}

#header-container .navi-in > ul > .menu-item-has-children > a::after {
  top: 0.8em;
  font-size: 1.2em;
  font-weight: 600;
}

#header-container .sub-menu .caption-wrap {
  padding-left: 1em;
}


/************************************
** モバイル・タブレット（1030px以下）
************************************/
@media screen and (max-width: 1030px) {

  /* メニューを横スクロール1列にする */
  #header-container .menu-mobile,
  .navi-in > .menu-mobile {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }

  /* メニュー文字 */
  #header-container #navi a {
    font-size: 1em;
    padding: 1em 1em;
    color: #333;
  }

  /* ▼ マーク非表示 */
  #header-container .navi-in > ul > .menu-item-has-children > a::after {
    display: none;
  }

  /* 行間 */
  #navi .navi-in > .menu-mobile li {
    height: auto;
    line-height: 1.4;
  }

  /* モバイル用ボタンの位置 */
  .mblt-header-mobile-buttons {
    margin-top: 53px;
  }

  /* ヘッダーの重なり防止 */
  #header-container {
    position: relative;
    z-index: 1000;
  }

  /************************************
  ** 黒帯（スライドメニュー上部）削除
  ************************************/
  #navi .menu-close-button,
  #mobile-menu .menu-close-button,
  #navi .menu-header,
  #mobile-menu .menu-header,
  #slide-in .menu-header,
  .menu-header,
  .menu-close-button {
    display: none !important;
  }
}


/************************************
** プロフィール名リンク無効化
************************************/
.author-name a,
.author-box-name a,
.fn a {
  pointer-events: none !important;
  text-decoration: none !important;
  cursor: default !important;
  color: inherit !important;
}
