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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/



}

.menu-btn.open span:nth-child(3) {

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}
}.menu-icon i
width: 20px;
/＊ アイコンのサイズ＊/
height: auto;
margin-right: 6px；／* 文字との余白*/
vertical-align: middle;
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}
•menu-icon,
-menu-icon-right {
width: 20px！important; /* サイズ固定 */
height: auto important;
max-width: none！important;/*Cocoonの自動拡大を無効化＊/
• menu-icon,
-menu-icon-right {
display: inline-block ！important；／＊横並びにする*/
width: 20px important;
/* サイズ調整＊/
height: auto !important; max-width: none !important;
vertical-align: middle;
／＊ テキストと高さを揃える*/
	-menu-icon {
margin-right: 6px;
/* 文字の左に置いたときの余白*/
｝
• menu-icon-right {
margin-Left: 6px；
/* 文字の右に置いたときの余白＊/
｝

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/*
サイドメニュー本体（不透明）
#drawer，
. drawer,
#sidebar-drawer {
background-color： #ffffff！important;/*日で不透明*/
}
｝/＊ フッターモバイルボタン透明背景色（スマホ）＊/
-mobile-menu-buttons {
background: rgba（103,103,99,0.8） ；/*RGBA形式で半透明にする*/
}
/* フッターモバイルボタンの文字色を白にする*/
•mobile-menu-buttons .menu-button,
•mobile-menu-buttons menu-button a {
color： #ffffff!important；
｝
/* アイコンも白に*/
•mobile-menu-buttons menu-button it
color: #ffffff !important;
｝
1/ボックスメニューのリンクを外部リンクだけ「新しいタブ」で開く
add_filter（'box_menu_link_target"
, function (§target, $url)‹
if (!includes_home_url($url)) {
$target = '.
_blank';
｝
return $target;
｝， 10, 2）；