@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: SIMPLESTER-Ver2
Template: stinger5ver20141227
---------------------------------------------------------*/
@import url('../stinger5ver20141227/style.css');
/*----
テーマ内のメインカラー(デフォルトでは赤色)を変更する時は「#66CCFF」、サブカラー（デフォルトでは青色でトップページのタグの色）を変更する時は「#00bcd4」を検索し、好きな色の値に置換して下さい。複数項目あります。
-----*/
/*2カラム設定
（ウインドウの幅が1150px以上の場合のみトップページの新着記事一覧部分が2カラムになります。
2カラムデザインを使用する場合は下記の数字「99999999」を「1150」に変更してください。）
--------------------*/
/*
@media screen and (max-width: 1366px) {　ipad 7　の横 CSS
@media screen and (max-width: 896px) {　ipad 7　の縦 CSS
@media screen and (max-width:667px) {　スマホ　の横 CSS
@media screen and (max-width:480px) {　スマホ　の縦 CSS
*/
* {
  font-family: "メイリオ", "Meiryo", "verdana", sans-serif;
}
body {
  min-width: 320px;
  word-wrap: break-word;
  background-color: #fff;
  max-width: 1520px;
  margin: 0 auto;
}
@media screen and (max-width:480px) {
  body {
    background-color: #fff;
    background-image: none;
    max-width: 100%;
  }
}
a {
  color: #030628;
}
a:hover {
  color: #b92c26;
}
.enji {
  color: #b92c26;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.komoji {
  font-size: 11px;
}
section {
  width: 980px;
  margin: 2em auto 4em;
}
article {
  padding: 2em 0;
}
main {
  border-radius: 0px;
  background: none repeat scroll 0% 0% transparent;
  padding: 0px;
}
#content {
  padding-top: 0px;
}
.clear {
  clear: both;
}
@media screen and (max-width:896px) {
  section {
    width: auto;
    margin: 2em 0em 4em;
  }
}
@media screen and (max-width: 667px) {
  main {
    border-radius: 0px;
    background: none repeat scroll 0% 0% transparent;
    padding: 0px;
    margin: 0 0px 20px;
  }
}
/*=================================================
 * 「PC版表示タグ」「スマホ版表示タグ」を作る
 * ================================================= */
/*-- PC版表示CSS  --*/
.pc_area {
  display: block;
}
.phone_area {
  display: none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width:480px) {
  .pc_area {
    display: none;
  }
  .phone_area {
    display: block;
  }
}
/*=================================================
 * wrapper 周り
 * ================================================= */
#wrapper {
  max-width: 100%;
  overflow: hidden;
  background-color: #FFF;
  padding: 0 0 0em;
}
.waku01 {
  width: 980px;
  margin: 0em auto 0;
}
.waku02 {
  width: 980px;
  margin: 7em auto 0;
}
.aic {
  width: 100%;
  margin: 0em 0 0;
  position: relative;
}
.aic img {
  height: 400px;
  margin: 0 auto;
}
.aic p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.aic p span {
  color: #000; /*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 2em; /*サイズ2倍*/
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.5em 1em;
}
.bg_thumbnails {
  display: block; /*ブロック要素に変更*/
  height: 550px; /*背景画像の高さを指定*/
  background-size: cover; /*大きさに指定*/
  background-position: left center; /*背景として設定する場所を指定*/
}
@media screen and (max-width:896px) {
  .waku01 {
    width: auto;
    margin: 0em 0 0;
  }
  .waku02 {
    width: auto;
    margin: 7em 1em 0;
  }
  .aic {
    width: 100%;
  }
  .aic img {
    height: auto;
    margin: 0 auto;
  }
  .aic p span {
    padding: 0.5em 1em;
    font-size: 1.5em;
  }
}
@media screen and (max-width:480px) {
  main {
    padding: 0px 3%;
  }
  #wrapper {
    overflow: hidden;
    padding-bottom: 0em;
  }
  .waku02 {
    width: auto;
    margin: 0em 0em 0;
  }
  .aic {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .aic p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  .aic p span {
    color: #000; /*文字は白に*/
    font-weight: bold; /*太字に*/
    font-size: 1em; /*サイズ2倍*/
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.5em 0.5em;
    font-size: 0.95em;
  }
}
/*=================================================
 * header 周り
 * ================================================= */
.bg-slider {
  width: calc(100vw - 17px);
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1520px;
}
.bg-slider__title {
  color: #fff;
  font-size: 38px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
.bg-slider p {
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
/* ────────────────────────────────────
   ヘッダーを Flexbox で横並びに整列
──────────────────────────────────── */
.site-header {
  display: flex;
  flex-wrap: wrap; /* モバイル時は折り返しOK */
  align-items: center; /* 垂直方向中央揃え */
  justify-content: space-between; /* 左右にスペースを確保 */
  padding: 10px 20px; /* お好みで調整 */
    margin: 0 auto;             /* 幅が決まっていれば自動で中央寄せ */
  width: 100%;
  max-width: 1520px;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  transition: .5s;
  top: 3%;
  left: 50%;
  z-index: 2;
}
.hero {
  max-height: 500px;
  overflow: hidden;
}
.content {
  line-height: 1.6;
  margin: 0 auto;
  padding-top: 0px;
  width: 800px;
}
.content p {
  margin-bottom: 40px;
}
header .sitename {
  padding: 10px 0px 0px 10px;
  position: fixed;
  left: 0;
}
.sitename {
  float: left;
}
.sitename img {
  max-height: 38px;
}
.topmenu {
  margin: 0 auto;
  display: block;
  padding: 0 0 0 25px;
}
.headerright {
  color: #b92c26;
  font-size: 1.6em;
  line-height: 1;
  text-align: right;
  padding: 0em 22px 0 0;
  position: fixed;
  right: 0;
}
.toia {
  font-size: 0.5em;
  color: #333;
}
.fa-phone-square:before {
  content: "";
  background-color: #b92c26;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/白抜きの電話アイコン-2.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/白抜きの電話アイコン-2.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 5px 8px 1px;
}
.fa-phone-square2:before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/白抜きの電話アイコン-2.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/白抜きの電話アイコン-2.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 5px 5px 1px;
}
@media screen and (max-width: 1366px) {
  .bg-slider {
    width: calc(100vw);
    height: 100vh;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1520px;
  }
  .headerright {
    margin: 0 30px 0 0;
    line-height: 0.5;
    position: fixed;
    line-height: 1em;
  }
  .topmenu {
    margin: 0 auto;
    display: block;
    padding: 50px 0 0 0px;
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  div..sitenamewaku::after {
    content: "";
    clear: both;
  }
  .headerright {
    margin: 0 0 0;
  }
}
@media screen and (max-width:667px) {
  .headwaku {
    float: none;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
  }
  .headerright {
    text-align: center;
    float: right;
    margin: 0px 0 0;
    position: static;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .bg-slider__title {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    margin: 10px;
  }
}
@media screen and (max-width:480px) {
  .sitename {
    text-align: center;
    float: none;
    background-color: #fff;
    padding: 10px;
  }
  .headerright {
    text-align: center;
    float: none;
    margin: 10px 0 0;
    position: static;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .bg-slider__title {
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
  }
  .headerright a, .headerright a:hover {
    color: #b92c26;
  }
  .footerlogo3 a, .footerlogo3 a:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 380px) {
  .sitename img {
    max-width: 300px;
    margin: 0 auto;
  }
}
/*=================================================
 * メニュー
 * ================================================= */
nav {
  padding: 10px 0 0px;
}
nav li {
  width: 105px; /* ボタン幅 */
  font-size: 15px;
  padding: 0px;
}
nav li a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 0px;
  display: block;
  text-align: center;
  width: 100%;
}
nav li a:hover {
  width: 100%;
}
nav li:last-child {
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #CCC;
}
.current_page_item, .current-menu-item {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #b92c26;
}
@media screen and (max-width: 1366px) {
  #menu-navbar {
    display: flex;
    position: relative;
    left: 50%;
    float: left;
    margin-left: -5px;
  }
  nav li {
    width: 100px;
    margin: 0 0px 0;
    position: relative;
    left: -50%;
    float: left;
  }
}
@media screen and (max-width: 896px) {
  .acordion_tree li {
    float: none;
    font-size: 13px;
    padding-left: 0px;
    display: inline;
    padding-right: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    border-left-width: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    width: 100%;
  }
  .current_page_item, .current-menu-item {
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #030628;
  }
  nav li {
    width: 90px;
    margin: 0 0px 0;
    position: relative;
    left: -50%;
    float: left;
  }
}
@media screen and (max-width:667px) {
  .acordion_tree li {
    float: none;
    font-size: 13px;
    padding-left: 0px;
    display: inline;
    padding-right: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    border-left-width: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    width: 100%;
  }
  .acordion_tree li a {
    margin: 5px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #959595;
  }
  nav li:last-child {
    border-right-width: 0px;
    border-right-style: dotted;
    border-right-color: #CCC;
  }
}
@media screen and (max-width:480px) {
  nav li {
    left: 0%;
  }
  nav li:last-child {
    border-right-width: 0px;
    border-right-style: dotted;
    border-right-color: #CCC;
  }
  #menu-navmenu-1 li a {
    float: none;
    display: block;
    text-align: left;
  }
  ul#menu-navmenu-1 li a {
    text-align: left;
  }
  .current_page_item a {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #030628;
  }
  .acordion_tree li {
    float: none;
    font-size: 13px;
    padding-left: 0px;
    display: inline;
    padding-right: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    border-left-width: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    width: 100%;
  }
  .acordion_tree li a {
    margin: 5px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #959595;
  }
}
/*=================================================
 * pagetop-btn 周り
 * ================================================= */
#page-top {
  right: 10px;
}
.page-id-22 #page-top {
  right: 10px;
  bottom: 80px;
}
#page-top a {
  opacity: 0.4;
  padding: 10px 15px;
  background: none repeat scroll 0% 0% #b92c26;
}
#page-top a:hover {
  background: none repeat scroll 0% 0% #b92c26;
  color: #FFF;
  opacity: 0.8;
}
@media screen and (max-width:480px) {
  #page-top {
    display: none !important;
  }
}
/*=================================================
 * footer 周り
 * ================================================= */
.footerlogo {
  width: 100%;
  background-color: #1b1b1b;
  clear: both;
  padding-top: 3em;
  text-align: right;
  color: #fff;
}
.footerlogo2 {
  width: 690px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.footerlogo3 {
  width: 980px;
  text-align: center;
  clear: both;
  margin: 3em auto 0;
}
.footermei {
  color: #fff;
  font-size: 2.5em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  padding: 0em 0 0;
}
.footerlogo img {
  max-height: 80px;
  display: inline;
}
.copy {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  padding: 3em 0;
}
.copy a {
  color: #fff;
}
#menu-undermenu {
  display: inline-block;
  border-bottom-width: 0px;
  border-bottom-style: dashed;
  border-bottom-color: #FFF;
}
#menu-undermenu li {
  list-style: none;
  float: left;
  margin: 0 1.5em 0 0.5em;
}
#menu-undermenu li:before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 1.1em;
  width: 1.1em;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/122_arr_24.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/122_arr_24.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 3px 3px 1px;
}
#menu-undermenu li:first-child a {
  border-left: 0px solid #FFF;
}
#menu-undermenu li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
#menu-undermenu li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.menu-undermenu-container {
  text-align: right;
}
#menu-undermenu li.current-menu-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  height: 23px;
}
@media screen and (max-width: 1366px) {
  .footerlogo2 {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  #menu-undermenu {
    width: 89%;
  }
}
@media screen and (max-width:480px) {
  #menu-undermenu li:before {
    display: none;
  }
  #menu-undermenu li.current-menu-item {
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    height: auto;
  }
  .footerlogo2 {
    width: 100%;
    text-align: center;
  }
  .footerlogo3 {
    width: 90%;
    text-align: center;
    clear: both;
    padding: 0px 0px;
  }
  #menu-undermenu {
    text-align: left;
    margin: 0px 0px 30px;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 10;
    position: relative;
    font-size: 85.7%;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
  }
  #menu-undermenu .innerBox {
    width: 100%;
    margin: 0;
  }
  #menu-undermenu .menu {
    display: block;
    overflow: hidden;
  }
  #menu-undermenu .menu li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 100%;
    font-size: 12px;
    width: 100%;
  }
  #menu-undermenu .menu li a {
    background: url("https://furushaji.com/wp/wp-content/uploads/2022/02/arrow_gray.png") right bottom no-repeat;
    color: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 3%;
    display: block;
    overflow: hidden;
    text-decoration: none;
  }
  #menu-undermenu .menu li a:hover {
    background: url("https://furushaji.com/wp/wp-content/uploads/2022/02/arrow_gray.png") right bottom no-repeat #fffcdb;
    color: #b92c26;
  }
  #menu-undermenu li:first-child a {
    border-left: none;
  }
  #menu-undermenu li a {
    display: inline-block;
    padding: 0 1em;
    border-right: none;
    color: #FFF;
    text-decoration: none;
  }
}
@media screen and (max-width: 896px) {
  #menu-undermenu li {
    padding: 0 10px 10px;
  }
  .footerlogo2 {
    width: 100%;
  }
  .footerlogo3 {
    width: 100%;
  }
  .footerlogo3 .tel-link a {
    color: #FFF;
  }
}
/*=================================================
 * フッターSNSボタン
 * ================================================= */
.snsbotan a {
  float: left;
}
div.snsbotan {
  overflow: hidden;
  position: relative;
  margin: 20px 0 0 0;
}
ol.snsbotan1 {
  list-style-type: none;
  float: left;
  left: 50%;
  margin: 0;
  padding: 0;
  position: relative;
}
ol.snsbotan1 li {
  list-style-type: none;
  position: relative;
  left: -50%;
  margin: 0px 0 0 20px;
  float: left;
}
ol.snsbotan1 li a img {
  max-width: 45px;
}
ol.snsbotan1 li:first-child {
  margin-left: 0px;
}
@media screen and (max-width:480px) {
  ol.snsbotan1 li {
    list-style-type: none;
    position: relative;
    left: -50%;
    margin: 0px 10px 0 10px;
    float: left;
  }
  ol.snsbotan1 li:first-child {
    margin-left: 10px;
  }
  ol.snsbotan1 li a {
    margin-left: 0px;
  }
  ol.snsbotan1 li a img {
    max-width: 60px;
  }
}
/*=================================================
 * artical メタ周り
 * ================================================= */
.tagst a {
  text-decoration: none;
  padding: 4px 7px;
  border-radius: 1px;
  margin-right: 5px;
  color: #818181;
  background-color: #f3f3f3;
  transition: all 0.4s ease;
  ;
  border: none;
  font-size: 12px;
}
.tagst a:hover {
  background-color: #b92c26;
  color: #fff;
}
/*=================================================
 * 個別記事 周り
 * ================================================= */
.post {
  background-color: #fff;
  padding: 20px 0px;
  clear: both;
}
.post ol li {
  font-size: 16px;
  line-height: 27px;
}
.post img {
  margin: 0 auto;
}
.post h2.gaikouh2 {
  font-size: 14px;
}
.post h3 {
  font-size: 1.2em;
  margin: 0px;
  color: #1a1a1a;
  line-height: 27px;
  border: 0px #999999 dotted;
  padding: 20px 0px;
}
@media screen and (max-width:480px) {
  .post {
    padding: 20px 0px;
  }
  .post h3 {
    padding: 10px 10px;
  }
}
/*関連記事　周り
--------------------*/
#kanren .clearfix dd h5 a:hover {
  color: #030628;
}
/*ページネーション　周り
--------------------*/
div.pagination {
  display: inline-block;
  background: none !important;
  margin-top: 30px;
  font-size: 1.3em;
}
div.pagination a {
  color: #fff !important
}
div.pagination a:hover {
  opacity: 0.8
}
div.pagination span, div.pagination a {
  padding: 19px 21px 17px !important;
  background-color: #b92c26 !important;
}
div.pagination span.current {
  padding: 19px 21px 17px !important;
  background-color: #fefefe !important;
}
.pagination .current {
  color: #333
}
/*--------------------------------
検索フォーム
---------------------------------*/
aside #search {
  padding-bottom: 0px;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
/*タイポグラフィ 周り
--------------------*/
p {
  font-size: 1.2em;
  line-height: 2;
  margin-bottom: 20px
}
.post a {
  text-decoration: none;
  border-bottom: 1px dashed
}
.post blockquote {
  margin-right: 0;
  border-left: 3px solid #CCC
}
.post ul {
  list-style-type: disc;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 10px;
}
.post ul li {
  font-size: 1.2em;
  line-height: 27px;
  list-style-type: square
}
.post ol {
  padding-left: 30px
}
.wp-caption-text:before {
  content: "■ "
}
table, table tr td, td, th, .post table {
  border-color: #ccc
}
/*サイドバー検索周り
--------------------*/
#s {
  padding: 5px 65px 5px 10px;
  background: none repeat scroll 0% 0% #f8f8f8 !important;
  border: 1px solid #e1e1e1;
}
/*サイドバー カテゴリー
--------------------*/
aside #mybox ul li ul li a {
  color: #333;
  text-decoration: none;
  display: block;
}
aside #mybox ul li ul li a:before {
  margin-right: 5px;
}
aside #mybox ul li ul li {
  font-size: 17px;
  line-height: 27px;
  background-color: #f9f9f9;
  margin-bottom: 10px;
}
@media screen and (max-width:480px) {
  aside #mybox ul li ul li {
    font-size: 17px;
    line-height: 27px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
  }
}
.screen-reader-text {
  display: none;
}
#archives-dropdown-3 {
  width: 100%;
  height: 40px;
}
aside #mybox ul li ul li:hover {
  opacity: 0.7;
}
li.cat-item a {
  padding: 10px 3%;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#mybox ul li a {
  padding: 20px 3%;
  overflow: hidden;
}
/*=================================================
 * sns btn 周り
 * ================================================= */
.sns {
  position: relative;
  margin: 2em 0 2em;
}
/* SNS ボタンのグループ */
.snsButtons_twitter {
  font-size: 14px;
  line-height: 21px;
  list-style-type: square
}
.snsButtons {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  list-style-type: square
}
.snsButtons a {
  text-decoration: none;
}
/* 各 SNS ボタンのボックス */
.snsButtons li {
  display: inline-block; /* 水平に並べる */
  list-style-type: none; /* 先頭のポッチを消す */
  margin: 2px;
  padding: 6px 0px;
  color: white;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
/* マウスカーソルを重ねたとき */
.snsButtons li:hover {
  opacity: 0.7;
}
/* クリックしたとき */
.snsButtons li:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
/* アイコン部分 */
.snsButtons i {
  font-size: 18pt;
  min-width: 30px;
  margin: 0px;
  padding: 0px 0px 3px 0px;
  vertical-align: baseline;
}
/* テキスト部分 */
.snsButtons_label {
  min-width: 60px;
  display: inline-block;
  padding: 0px 8px 0px 0px;
  text-align: center;
  font-size: 10pt;
}
/* 各 SNS のブランドカラー */
.snsButtons_twitter {
  background: #000;
}
.snsButtons_facebook {
  background: #3b5998;
}
.snsButtons_pocket {
  background: #ee4056;
}
.snsButtons_google {
  background: #dd4b39;
}
.snsButtons_line {
  background: #1dcd00;
}
.snsButtons li a {
  color: #fff;
  border-bottom: none;
}
/*media Queries PCサイズ（最低780pxのサイズ）
----------------------------------------------------*/
@media screen and (min-width: 780px) {
  aside {
    width: 240px;
    margin-top: 0px;
  }
  #contentInner {
    margin-right: -240px;
  }
  main {
    margin-right: 0px;
  }
  #topnews dd {
    padding: 0
  }
}
/*--------------------------------一覧記事表示部分、検索ボックスでの表示画面---------------------------------*/
#topnews dt img {
  width: 50%;
  margin: 0 auto;
}
/*media Queries タブレットサイズ（最高780pxのサイズ）
----------------------------------------------------*/
@media screen and (max-width: 780px) {
  #topnews dd {
    padding: 0
  }
}
/*media Queries タブレットサイズ（最低380pxのサイズ）
----------------------------------------------------*/
@media screen and (min-width: 320px) {
  #topnews dd {
    padding: 0
  }
  #topnews dt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
/*---------------------------------------------------------各ページH1見出し */
.entry-title {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
}
.pgh1 {
  padding: 0.5rem 0.5rem;
  border-top: 2px solid #b92c26;
  border-bottom: 2px solid #b92c26;
}
.pgh1 span {
  font-size: 0.9em;
  display: block;
  padding: 10px 0 10px 0px;
}
/*---------------------------------------------------------各ページH2見出し */
.post h2 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #494949; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #b92c26; /*左線*/
  margin: 2em 0 1em;
  overflow: hidden;
}
@media screen and (max-width:480px) {
  .post h2 {
    padding: 0.25em 0.5em; /*上下 左右の余白*/
    color: #494949; /*文字色*/
    background: transparent; /*背景透明に*/
    border-left: solid 5px #030628; /*左線*/
    margin: 0em 0 1em;
    overflow: hidden;
  }
}
/*=================================================
 * お問い合わせ
 * ================================================= */
.form-width {
  width: 98%;
}
.red {
  color: #ff0000;
}
.toi1 {
  color: #F00;
}
.wpcf7-submit {
  display: block;
  width: 500px;
  margin: 30px auto;
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  line-height: 60px;
  border-radius: 5px;
  background: #b92c26 url("https://furushaji.com/wp/wp-content/uploads/2022/02/yajirushi2.png") no-repeat 95% center;
  background-size: auto auto;
  background-size: 7px 11px;
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
}
.form-width2 {
  width: 200px;
}
.form-width4 {
  height: 80px !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
@media screen and (max-width:480px) {
  .wpcf7-submit {
    display: block;
    width: 100%;
    margin: 30px auto;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    line-height: 60px;
    border-radius: 5px;
    background: #b92c26 url("https://furushaji.com/wp/wp-content/uploads/2022/02/yajirushi2.png") no-repeat 95% center;
    background-size: auto auto;
    background-size: 7px 11px;
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    border-left-style: none;
  }
}
@media screen and (min-width: 320px) {
  .wpcf7-form p {
    margin-bottom: 0px;
  }
}
/*=================================================
 * TOPページ
 * ================================================= */
.syaji {
  background: url("https://furushaji.com/wp/wp-content/uploads/2021/01/top-cate.jpg") right 0 no-repeat black;
  color: #faf9f4;
  margin: 2em 0 0em;
}
.toptorii {
  background: url("https://furushaji.com/wp/wp-content/uploads/2021/02/top-torii.jpg") left 0 no-repeat black;
  color: #faf9f4;
  margin: 2em 0 0em;
}
.topishi {
  background: url("https://furushaji.com/wp/wp-content/uploads/2021/02/top-ishi.jpg") right 0 no-repeat black;
  color: #faf9f4;
  margin: 2em 0 0em;
}
.topmonyu {
  background: url("https://furushaji.com/wp/wp-content/uploads/2021/02/top-monyu.jpg") left 0 no-repeat black;
  color: #faf9f4;
  margin: 2em 0 0em;
}
.tophaka {
  background: url("https://furushaji.com/wp/wp-content/uploads/2021/02/top-haka.jpg") right 0 no-repeat black;
  color: #faf9f4;
  margin: 2em 0 0em;
}
.topjiken {
  background: url("https://furushaji.com/wp/wp-content/uploads/2021/02/top-jiken.jpg") left 0 no-repeat black;
  color: #faf9f4;
  margin: 2em 0 0em;
}
.topjimai {
  background: url("https://furushaji.com/wp/wp-content/uploads/2021/02/top-cate2.jpg") right 0 no-repeat black;
  color: #faf9f4;
  margin: 2em 0 0em;
}
.toptaisin {
  background: url("https://furushaji.com/wp/wp-content/uploads/2022/04/top-cate2.jpg") right 0 no-repeat black;
  color: #faf9f4;
  margin: 2em 0 0em;
}
.topgaiyou {
  background: url("https://furushaji.com/wp/wp-content/uploads/2021/01/photo_season-ankou-1.jpg") left 0 no-repeat black;
  color: #faf9f4;
  margin: 2em 0 0em;
}
.topwaku01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  height: 600px;
  clear: both;
  overflow: hidden;
  position: relative;
}
.f-container {
  flex-direction: row;
  justify-content: left;
}
.f-container2 {
  flex-direction: row-reverse;
  justify-content: right;
}
.haru01 {
  font-size: 40px;
  line-height: 1.5;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 0px;
  padding-top: 40px;
  background: none;
  color: #fff;
  height: 600px;
  background: #000;
}
.ryorimeisabu {
  font-size: 30px;
}
.ryorimeitt {
  font-size: 55px;
  margin-top: 20px;
}
.ryorimeitt img {
  display: inline;
}
.kani03 {
  padding-left: 10px;
  padding-top: 110px;
  width: 350px;
  background: #000;
}
@media screen and (max-width: 1366px) {
  .kani03 {
    padding: 40px 10px;
    width: 250px;
    background: #000;
  }
}
@media screen and (max-width:896px) {
  .syaji {
    background-position: right;
    background-image: url("https://furushaji.com/wp/wp-content/uploads/2021/01/top-cate.jpg");
    background-repeat: no-repeat;
    margin: 2em 0 0em;
  }
  .haru01 {
    font-size: 40px;
    line-height: 1.5;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0px;
    padding: 40px 0 0;
    background: none;
    color: #fff;
    height: 600px;
    background: #000;
  }
  .ryorimeisabu {
    font-size: 20px;
  }
  .ryorimeitt {
    font-size: 35px;
    margin-top: 20px;
  }
  .kani03 p {
    line-height: 1.5;
    margin-bottom: 0px;
  }
}
.btnaki a {
  align-items: center;
  display: flex;
  font-size: 20px;
  line-height: 1.4;
  justify-content: center;
  transition: opacity .5s;
  padding-top: 0px;
  width: 240px;
  height: 152px;
  text-align: center;
  border-radius: 50%;
  color: #b92c26;
}
@media screen and (max-width: 667px) {
  .kani03 {
    padding: 40px 5px;
    width: 210px;
    background: #000;
    font-size: 15px;
  }
  .topwaku01 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    height: 600px;
    clear: both;
    overflow: hidden;
    position: relative;
  }
  .btnaki a {
    align-items: center;
    display: flex;
    font-size: 16px;
    line-height: 1.4;
    justify-content: center;
    transition: opacity .5s;
    padding: 10px;
    width: 180px;
    height: auto;
    text-align: center;
    border-radius: 50%;
    color: #b92c26;
  }
}
@media screen and (max-width:480px) {
  .haru01 {
    font-size: 40px;
    line-height: 1.5;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: 0px;
    padding-top: 40px;
    color: #fff;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .kani03 {
    padding: 10px 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .btnaki a {
    align-items: center;
    display: flex;
    font-size: 20px;
    line-height: 1.4;
    justify-content: center;
    transition: opacity .5s;
    padding: 10px;
    width: 240px;
    height: auto;
    text-align: center;
    border-radius: 50%;
    color: #b92c26;
  }
}
.btnaki a:hover {
  opacity: 0.7;
}
.btnaki i {
  margin: 0 0 0 10px;
}
.topmidashi2 {
  margin: 2em 0 0;
}
.oshirase01 {
  text-align: right;
}
.topmidashi01 {
  color: #fff;
  font-size: 3em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  padding: 2em 0 0;
}
.topmidashi011 {
  color: #fff;
  font-size: 3em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  padding: 4em 0 0;
}
.cd-fixed-bg {
  position: relative;
  min-height: 450px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.cd-fixed-bg p {
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.cd-fixed-bg a:hover {
  color: #fff;
  opacity: 0.7;
}
.p-button {
  color: #fff;
  background: #b92c26;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  min-width: 220px;
  height: 50px;
  padding: 0 15px;
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url('https://furushaji.com/wp/wp-content/uploads/2021/01/P1200027.jpg');
}
.cd-fixed-bg.cd-bg-5 {
  background-image: url('https://furushaji.com/wp/wp-content/uploads/2022/01/top5.jpg');
}
.cd-fixed-bg::before {
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0, 0, 0, 0.2);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.box01 {
  position: absolute;
  width: 100%;
  text-align: center;
}
.box01 p {
  color: #fff;
}
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin { /* 画面内に入った状態 */
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 1366px) {
  .cd-fixed-bg.cd-bg-4 {
    background: #fff url('https://furushaji.com/wp/wp-content/uploads/2021/01/P1200027.jpg') no-repeat center center;
    background-size: cover;
  }
  .cd-fixed-bg.cd-bg-5 {
    background: #fff url('https://furushaji.com/wp/wp-content/uploads/2022/01/top5.jpg') no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width:480px) {
  .toppg01 {
    margin: 0 0 1em;
    text-align: center;
    font-size: 1.4em;
  }
  .f-item {
    display: block;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 896px) {
  .toppg01 {
    margin: 0em 0 1.5em;
    text-align: center;
    font-size: 1.3em;
  }
}
/*=================================================
 * テーブルレスポンシブ
 * ================================================= */
section table {
  width: 100%;
  margin: 0 0 2em;
}
section th, section td {
  padding: 10px;
  border: 1px solid #818181;
}
section th {
  background: #f4f4f4;
  font-weight: normal;
}
.demo01 td {
  border: 1px solid #818181;
}
.demo01 th {
  width: 30%;
  text-align: center;
  background: #eeeeee;
}
.demo01 th a {
  border-bottom: none;
}
@media screen and (max-width:480px) {
  .demo01 {
    margin: 0 0 2em;
  }
  .demo01 th, .demo01 td {
    width: 93%;
    display: block;
    border-top: none;
  }
  .demo01 tr:first-child th {
    border-top: 1px solid #818181;
  }
}
/*=================================================
 * 寺社建築
 * ================================================= */
.syaji01 {
  margin: 4em 0 0;
}
.syaji01 h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  width: 50%;
  margin: 0 auto 35px;
  font-size: 2em;
}
.syaji01 h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: rgba(185, 44, 38, 1);
}
.syaji01 h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.example4 {
  position: relative;
}
.top-banner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0em 0 0em;
}
.example { /*親div*/
  position: relative; /*相対配置*/
  width: calc(100%/2); /*←画像を横に4つ並べる場合*/
  padding: 0 5px; /*←画像の左右に5pxの余白を入れる場合*/
  box-sizing: border-box;
}
.example h2 {
  padding: 0em 0.5em;
  margin: 0em 0 1em;
  font-size: 1.6em;
}
.example a img:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
.example a span {
  font-size: 23px;
  letter-spacing: 0.2em;
  color: #fff;
}
.example a i {
  display: block;
  margin: 5px auto 0;
  font-size: 16px;
  color: #fff;
}
.example .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 260px;
  width: 50px;
  z-index: 2;
}
@media screen and (max-width:480px) {
  .syaji01 h3 {
    position: relative;
    padding: 0 0px;
    text-align: center;
    width: 100%;
    margin: 0 auto 35px;
    font-size: 1em;
  }
  .syaji01 h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: rgba(185, 44, 38, 1);
  }
  .example { /*親div*/
    position: relative; /*相対配置*/
    width: calc(100%); /*←画像を横に4つ並べる場合*/
    padding: 0 5px; /*←画像の左右に5pxの余白を入れる場合*/
    box-sizing: border-box;
  }
}
/*=================================================
 * その他
 * ================================================= */
/*<![CDATA[*/
.blinking {
  animation-name: blink; /* アニメーションの名前を設定 */
  animation-duration: 2.7s; /* アニメーションの秒数を設定 */
  animation-iteration-count: infinite; /* 繰り返しを設定（１回だけなら不要） */
  color: #F00;
}
@keyframes blink { /*上記で設定したアニメーションの動作を指定 */
  0% {
    opacity: 1;
  } /* 1.2s中の動作開始時間を%で指示 */
  50% {
    opacity: 0;
  } /* 同上 */
}
/*]]>*/
/*=================================================
 * TOP、記事一覧、個別記事
 * ================================================= */
.topkiji3 {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 0px;
}
.topkiji3 div.topkiji4 {
  width: calc(33.3% - 10px);
  margin: 5px;
  float: left;
}
.topkiji4 {
  padding: 0 0px 0px; /* a要素内の余白 */
  position: relative;
}
.topkiji4 a {
  display: inline-block;
}
.topkiji4 span {
  display: block;
}
.thumbnail {
  width: 100%;
  text-align: left;
}
.thumbnail a {
  text-decoration: none;
  border-bottom: 0px dashed;
}
.thumbnail p {
  text-align: center;
}
.thumbnail a:before {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 1.4em;
  z-index: 2;
}
.thumbnail a:hover {
  opacity: 0.7;
}
.thumbnail img.size-full, img.size-large {
  margin-bottom: 0px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width:480px) {
  .topkiji3 div.topkiji4 {
    width: calc(100% - 0px);
    margin: 5px 0 2em;
    float: left;
  }
  .thumbnail img.size-full, img.size-large {
    margin: 0px auto;
    height: auto;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width:480px) and (max-width:1024px) {
  .topkiji3 div.topkiji4 {
    text-align: center;
    width: calc(50% - 10px);
    margin: 5px;
    float: left;
  }
}
/*=================================================
 * 共通
 * ================================================= */
.midashi01 {
  margin: 2em 0 2em;
  text-align: center;
  font-size: 2.2em;
}
.midashi02 {
  margin: 0em 0 0em;
  text-align: left;
  font-size: 2.1em;
}
.midashi03 {
  border-bottom: 1px solid;
  padding: 20px 10px;
  display: block;
  text-align: center;
  font-size: 1.8em;
  margin: 30px 0 0 0;
}
.boton01 {
  text-align: center;
}
.boton01 a {
  border-bottom: 0px dashed;
}
.boton01 a:hover {
  color: #FFF;
  opacity: 0.8;
}
.total {
  margin: 2em 0 1em;
  clear: both;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
}
.atama {
  color: #b92c26;
}
.yohaku01 {
  margin: 1em 0 1em;
}
.hakabutton {
  color: #fff;
  background: #b92c26;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  min-width: 220px;
  height: 50px;
  padding: 0 15px;
}
.jimai {
  margin: 2em auto;
  text-align: center;
}
.jimai a {
  border-bottom: 0px dashed;
}
.jimai a:hover {
  color: #000;
  opacity: 1;
}
@media screen and (max-width:896px) {
  .fotorama {
    min-width: 1px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 667px) {
  .midashi01 {
    margin: 0em 0 2em;
    text-align: center;
    font-size: 2em;
  }
}
@media screen and (max-width:480px) {
  .midashi01 {
    margin: 1em 0 1em;
    text-align: center;
    font-size: 1.6em;
  }
}
/*=================================================
 * パンくずリスト
 * ================================================= */
.pankuzu01 {
  text-align: left;
  font-size: 0.8em;
  padding-bottom: 1em;
}
.pankuzu01 li {
  list-style: none;
  display: inline;
  padding: 0 5px 0 1em;
}
.pankuzu01 li a:hover {
  position: relative;
  left: 2px;
  top: 2px;
}
.pankuzu01 li:first-child {
  padding: 0 5px 0 0em;
}
@media screen and (max-width:750px) {
  .pankuzu01 {
    text-align: left;
    font-size: 0.8em;
    padding: 0 22px 1em;
  }
  .pankuzu01 span {
    display: inline;
  }
}
@media screen and (max-width:480px) {
  .pankuzu01 {
    text-align: left;
    font-size: 0.8em;
    padding: 0 0px 1em;
  }
  .pankuzu01 li {
    list-style: none;
    display: inline;
    padding: 0 5px;
  }
}
/*=================================================
 * アイコン
 * ================================================= */
.fa-home:before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/02/ホームのフリーアイコン素材.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/02/ホームのフリーアイコン素材.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 5px 4px 0;
}
.fa-bars:before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 1.1em;
  width: 1.1em;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/02/メニューの無料アイコン10.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/02/メニューの無料アイコン10.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 3px 3px 1px;
}
.fa-envelope:before {
  content: "";
  background-color: #1d68c5;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/手紙の無料アイコンその7.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/手紙の無料アイコンその7.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 2px 4px;
}
.fa-angle-right:before {
  content: "";
  background-color: #b92c26;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/122_arr_24.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/122_arr_24.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 2px 4px;
}
.fa-angle-up:before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/矢印アイコン　上4.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/矢印アイコン　上4.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0px;
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/リロードのフリーアイコン.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/リロードのフリーアイコン.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0px 5px;
}
.fa-clock:before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/カレンダーのフリーアイコン2.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/カレンダーのフリーアイコン2.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0px 5px;
}
.fa-tags:before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/タグアイコン3.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/タグアイコン3.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0px 0px;
}
.fa-th-list:before {
  content: "";
  background-color: #666;
  display: inline-block;
  height: 1.1em;
  width: 1.1em;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/本アイコン.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/本アイコン.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 3px 3px 1px;
}
.fa-arrow-down:before {
  content: "";
  background-color: #b92c26;
  display: inline-block;
  height: 1.1em;
  width: 1.1em;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/矢印アイコン　下2.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/矢印アイコン　下2.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 3px 3px 1px;
}
.fa-twitter:before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 25px;
  width: auto;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2025/02/x.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2025/02/x.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 10px 0px;
  padding: 5px 20px 5px 15px;
}
.fa-facebook-square:before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 25px;
  width: auto;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/facebook.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/facebook.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 2px 15px 3px 10px;
  padding: 5px 15px 0px 15px;
}
.fa-line:before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 25px;
  width: auto;
  -webkit-mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/line.svg");
  mask: url("https://furushaji.com/wp/wp-content/uploads/2022/01/line.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 2px 11px 1px;
  padding: 5px 18px 2px 15px;
}
@media only screen and (max-width:480px) {
  .fa-twitter:before {
    margin: 0 5px 0px;
  }
  .fa-facebook-square:before {
    margin: 0 8px 5px 5px;
  }
  .fa-line:before {
    margin: 0 8px 3px 5px;
  }
}