@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){
  /*必要ならばここにコードを書く*/
}

/*------------------------------
フッターメニュー
------------------------------*/
#footerMenu {
  background-color: rgba(0, 0, 0, 0.50);
  margin: 1em auto;
  padding: 1em;
}
#footerMenu ul {
  overflow: hidden;
}
#footerMenu ul li {
  display: block;
  float: left;
}
#footerMenu ul li a, #footerMenu ul li a:link {
  color: #fff;
  display: inline-block;
  padding: 0.5em;
    text-decoration: none;
}
#footerMenu ul li:not(:last-child):after {
  content: "|";
  display: inline-block;
}


@media only screen and (min-width: 640px) {
  #footerMenu {
    display: flex;
    justify-content: space-between;
  }
  #footerMenu nav.sns {
    widows: 20em;
  }
  #footerMenu nav.menu {
    width: calc(100% - 20em);
  }
  #footerMenu nav.sns .sns-links {
    margin-right: 0;
  }
}
#footerMenu nav.sns {
  text-align: center;
}
#footerMenu nav.sns .sns-links {
  display: inline-block;
}
#footerMenu nav.sns ul li {
  font-size: 2em;
}
#footerMenu nav.sns ul li:not(:last-child):after {
  content: none;
}

.fa-x-twitter:before {
    content: "𝕏";
    font-family: unset;
    font-weight: bold;
    font-style:normal;
}

.Banners320 ul {
  margin: 0em 0;
  padding: 0em;
  list-style: none;
  overflow: hidden;
    display:      flex;flex-wrap: wrap;
    justify-content: center;
}
.Banners320 ul li {
  padding: 0em;
  margin: 1%;
}



.Banners320 li img {
    border: 1px solid #aaa;
    box-sizing: border-box;
    max-width: 234px;
}