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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* フッター */
#footer {
  background: url('/wp-content/themes/cocoon-child-master/images/footer-bg.jpg') no-repeat center;
}

/* □■-----------------------------------------------------
/ 『グローバルメニュー』
-----------------------------------------------------■□ */
/* マウスオーバーでアンダーライン */
#navi .navi-in a:after{
position: absolute;
content: "";
left: 0px;
bottom: 1px;
height: 1px;
width: 100%;
background: #ffffff;
transform: scale(0,1);
transition: 0.3s;
}
#navi .navi-in a:hover:after{
transform: scale(1);
}

/* サブメニュ－下にボーダーライン */
.navi-in>ul .sub-menu li {
border-bottom: 1px groove #c2c2c2!important;
}




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

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

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