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

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

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

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

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

.divstyle{
 overflow:hidden;
 text-align:center;
 width:calc(50% - 20px);
 border:1px solid #777;
 padding:10px;
 margin:5px;
}


@media screen and (max-width: 640px) {
    .divstyle{
       overflow:hidden;
       width:80%;
       border:1px solid #777;
       padding:10px;
       margin:5px;
    }

}

.divstyle:hover {
 background-color: #d9efff;
}
.divstyle:hover a img{
  transform:scale(1.1);
  transition:0.2s;
}
.divstyle a img{
  transform:scale(1.0);
  transition:0.2s;
}

.nomadList {
  position: relative;
  color: #323232;
  background: #FFF;
  padding: .3em .5em;
  margin: 3em 0 1em 0;
  background:rgba(224,116,135,.07);
  border: 1px solid #E07487;
}
.nomadList:after {
  position: absolute;
  font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
  content: '\f00c ここにタイトル';/* 文字の変更*/
  background: #E07487;
  color: #FFF;
  left: -1px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 15px;
  font-size: .8em;
  font-weight: 600;
  text-align: center;
}
.nomadList ul{
  margin: 0;
  padding: 10px 40px;
}
.nomadList ul li {
  margin-bottom: 5px;
}