/*
Template: catch-shop
Theme Name: forestjam
*/

/* logo font */
@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500&display=swap');
body {
font-family:'M PLUS Rounded 1c',Helvetica Neue,Helvetica,Arial,YuGothic,Yu Gothic,游ゴシック体,游ゴシック,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,MS\ ゴシック,MS Gothic,sans-serif;
}
.clear {
  clear: both;
  float: none;
  visibility:hidden;
}



.site-title {
    font-family: 'Berkshire Swash', cursive !important;
    font-size: 42px;
    font-size: 3rem; }

.copy-credit {
    text-align: center !important;
    font-size: 14px !important;
}

/* ホーム（投稿一覧）を2カラムにする */
/* ===== Forest Jam FINAL FINAL responsive columns ===== */

/* 親を flex に */
.archive-post-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
}

/* すべての float を無効化（←超重要） */
.archive-post-wrap .hentry,
.home #infinite-post-wrap .post-wrapper.hentry-inner {
  float: none !important;
}

/* PC：2カラム */
@media (min-width: 901px) {
  .archive-post-wrap .hentry {
    width: 50% !important;
  }
}

/* モバイル：1カラム */
@media (max-width: 900px) {
  .archive-post-wrap .hentry {
    width: 100% !important;
  }
}


/* カウントダウンクロックの枠調整 */
#countdown-section .clock > .count-down > span {
  padding: 6px 6px; 
}


.entry-evday {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #000 !important;
}

.entry-summary {
  display: block !important;
}

/* 一覧カードの高さ安定 */
.archive-post-wrap .hentry {
  display: flex;
  flex-direction: column;
}

/* 画像サイズを揃える */
.archive-post-wrap .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.archive-post-wrap .entry-summary .excerpt-font {
    font-size: 16px !important;
    text-align: left !important;
}
	
.remover {
display: none !important;
}

.hannari {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important;
  font-weight: 100;
  font-size:80%;
}

.specing0 {
    margin:0; !important;
    padding: 0 !important;
}

/* 商品カテゴリー説明文 */
.term-description,
.woocommerce-category-description {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  text-align: left;
}