@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* ヘッダーメニュー縦ライン */
.size-medium{
  padding: 0 10%;
}
.navi-in > ul > li {
  position: relative;
}
.navi-in > ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: #C49858;
}

/* ハンバーガーメニュー */
.navi-menu-content li{
    border-bottom: 1px solid #000000;
}
.menu-drawer a{
  padding: 10px;
}
.mobile-header-menu-buttons.mobile-menu-buttons .menu-button {
  color: #ffffff;
  background-color: #1C202E;
}

/* strongを文字幅ぴったりの下線マーカーに */
.entry-content strong {
  display: inline;
  background: linear-gradient(transparent 70%, #C49858 );
  font-weight: bold;
  padding: 0 1px;
}

/* LINE誘導 */
.h2-line-wrap {
  text-align: center;
}
.h2-line-wrap img {
  width: 50%;
  height: auto;
  display: inline-block;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.h2-line-wrap img {
  width: 50%;
  height: auto;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
