@charset "UTF-8";
/*
Theme Name: Emanon Free child
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Free の子テーマです。
Template: emanon-free
Version: 3.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Free 子テーマ用のスタイルを以下に記述
*/

.sns-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 18px 0 0 0; /* お好みで */
  width: 100%;         /* ← これを追加 */
  flex-basis: 100%;    /* ← これも追加 */
  position: relative;
  z-index: 10;
}
.sns-icons img {
  width: 24px;
  height: 24px;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.sns-icons img:hover {
  opacity: 1;
}
