@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.3.0
Author: opencage
Author URI: https://open-cage.com/
*/

/* 背景変更 */

body {
  background-image: url('https://fanjapanfun.com/wp-content/uploads/pattern-sakura.png');
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  background-attachment: scroll;
  font-family: 'Noto Sans Thai', sans-serif;
}

/* サイドバー(ウィジェット)タイトルカラー変更 */
.widget-title {
color: #db72b4 !important; /* Base Pink */
}

/* PickupAreaカラー変更 */
.cat-name {
    background-color: #db72b4;
}

/* 記事タグ カラー変更 */
.cat-name {
    background-color: #db72b4;
}

/* ★フォント追加 */
body {
       font-family: 'Noto Sans Thai', sans-serif;
     }

html {
       font-family: 'Noto Sans Thai', sans-serif;
     }

.gf {
       font-family: "Catamaran", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif ,'Noto Sans Thai', sans-serif;
     }

/* アコーディオンボタン修正*/
.accordionBtn {
background-color: #1863a5;
}

/* ピックアップエリア文字非表示 */
.pickup_content__text {
  display: none !important;
}

