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

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

/*グローバルナビのホバー*/
#navi .navi-in a:hover {
background-color:#fff7cc;
transition: all .2s ease;
}

/*グローバルメニュー各項目間区切り線*/
.navi-in > ul > li{
  border-right: 1px solid #c0c0c0;
}

#navi .navi-in > ul > li:last-child{
 border-right: 0;
}

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

/* PCの場合 */
.pc	{ display:inline!important; }
.mb	{ display:none!important; }

@media screen and (max-width: 414px) {
  /* タブレット、スマホの場合 */
  .pc	{ display:none!important; }
  .mb { display:inline!important; }
}

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

@media only screen and (max-width: 414px) {
  #main .wp-block-image {
    width: calc(100% + 8.7%);
    max-width: calc(100% + 8.7%);
    margin-left: -4.35%;
  }
}

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