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

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

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

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

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


/*LINEバナー*/
.textwidget .line_banner {
  margin-top: -8px;
  color: #000;
  background-color: transparent;
}

/*トップBOXパッド調整*/
@media screen and (min-width:1000px) and (max-width:1380px) {
.top_pr .pr_ul .top_box_li {
  margin: 0.2em;
  width: 294px;
  max-width: 32%;
}
}

@media screen and (min-width:500px) and (max-width:999px) {
.top_pr .pr_ul .top_box_li  {
  margin: 0.2em;
  width: 350px;
  max-width: 46%;
}
}

#saiten .saiten_setsumei {
  border: none!important;
  background-color: #2016e0;
}

/*画像マウスオン光る　画像すべてになってしまうので一旦無効化*/
a:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}