@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&family=Marcellus&display=swap');

/* タブレット1022px以下
@media screen and (max-width:1023px) {
}
スマホ638px以下
@media screen and (max-width:639px) {
} */

/* メインカラー */
/* #daff8c */

/* アクセントカラー */
/* #eb4636 */


/* ------------------------------------ベース------------------------------------ */
body {
  font-family: 'Noto Sans JP', sans-serif!important;
}
a {
  text-decoration: none;
}
a:hover {
  /* opacity: .7; */
  text-decoration: none!important;
}
.noto-serif-jp {
  font-family: 'Noto Serif JP', serif!important;
}
.noto-sans-jp {
  font-family: 'Noto Sans JP', sans-serif!important;
}


.tab-none {
display: inline-block;
}
@media screen and (max-width:1023px) {
  .tab-none {
display: none;
}
}
.sp-none {
display:inline-block;
}
@media screen and (max-width:639px) {
  .sp-none {
display: none;
}
}

.tab-show {
display: none;
}
@media screen and (max-width:1023px) {
  .tab-show {
display: inline-block;
}
}
.sp-show {
display: none;
}
@media screen and (max-width:639px) {
  .sp-show {
display: inline-block;
}
}
/* スペーサーのマージン */
.wp-block-spacer {
  margin-top: 0!important;
}

/* 画像の上の余白削除 */
body:not(.single) figure.wp-block-image{
  padding: 0 !important;
  margin-top: 0!important;
}


/* コンテナーの余白 */
.wp-block-snow-monkey-blocks-container {
  padding: 0!important;
  /* margin-top: 0!important; */
}

 /* コンテナーの配置 */
  .container-right>.smb-container__body{
    margin-right: 0;
  }
  .container-left>.smb-container__body{
    margin-left: 0;
  }

/* 詳細ページ共通*/
.p-trackbacks {
  display: none;
}
.p-comments {
  display: none;
}
