@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/



/* 投稿記事のリード分 */
.midashiLead1 {
    font-size: 1.5em;
    font-weight:600;
    margin-bottom: 0px;
    /* position: static; */
    width: auto;
    /* padding-top: 10px; */
    padding-bottom: 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    text-align: center;
}

.midashiLead1 p {
    margin:10px 0px;
}
.midashiLead2 {
    font-size: 1.1em;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    text-align: center;
}

/*　カテゴリーラベル */
.cat-name {
    color: #333333;
}

/*　カテゴリーもっと見る */
.raised {
    color: #333333;
}


/* 縦画像をセンター寄せにする*/
figure.wp-block-image{
text-align: center;
}

/* パンくずリスト */
#breadcrumb {
	font-size: 1em;
}

.longc_img {
    width: 0%;
}

/*--------------------------------------
  カテゴリー画像
--------------------------------------*/

.cat-link{
    display:block;
  }
  .cat-link img{
    position:relative;
	top:0;
    transition:0.2s;
  }
  .cat-link:hover img{
    top:-10px;
	transition:0.3s;
  }

/*固定ページの投稿カードの日時*/
.sidelong time{
    color:#646970;
   }
   
/*固定ページのタブの文字濃くする*/
   .wp-block-sgb-tab .post-tab>label{
       color:#646970; 
   }

/*タグクラウドのデザイン*/
.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    padding: 2px 4px;
    border-radius: 3px;
    background-color: cornsilk;
}

.entry-meta .breadcrumb{
    max-width: 100%;
    height: auto;
}

.follow_btn a {
    color: #555;
}

.footer-meta ul li a{
    color: #555;
}

/* adsense 広告対応 */
.ad-auto .ad-wrap, .ad-area .ad-wrap{
    min-height:280px;
}

/* シェアボタン非表示 */
.article-footer .footer-contents .sns-btn {
    display: none;
    }

    @media only screen and (min-width: 481px){}
.c_linkto.longc_linkto {
    max-width: 80%;
    display: table;
}

.header-search {
    max-width: 100%;
    height: auto;
}

.entry-meta{
    color: #555;
}

.entry-content blockquote cite{
    color: #555;
}

.sns-btn__title {
    color: #555;
}

/* adsense 広告対応 */
.ad-auto .ad-wrap, .ad-area .ad-wrap{
    min-height:calc(83vw);
}

.hero {
  margin-bottom: 40px;
}

.hero-thumb img {
  width: 100%;
  height: auto;
}

.index-list ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.index-list li {
  border: 1px solid #ddd;
  padding: 10px;
}

.index-list img {
  max-width: 100%;
  height: auto;
}

.hero {
    margin-bottom: 40px;
  }
  
  .hero-thumb img {
    width: 100%;
    height: auto;
  }
  
  .index-list ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
  
  .index-list li {
    border: 1px solid #ddd;
    padding: 10px;
  }
  
  .index-list img {
    max-width: 100%;
    height: auto;
  }   

