@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/

/* メイン本文の背景を半透明にした　使用している　　0.5の５の部分、数字が大きいと透明度が低い*/
.siteContent .mainSection, .siteContent .subSection {
	border: 1px solid #e5e5e5;
	border: none;
	 background-color:rgba(255,255,255,0.5);
	padding: 20px;
	padding-bottom: 0;
}



/* フロントページ　ページタイトル挿入　phpにdiv記述済み　カスタマイズのページタイトルと同じにする   */
.fpage-header {
    text-shadow: 0px 0px 10px #000000;
    background: url(https://rakuda.site/kawarada/wp-content/uploads/2020/04/page-tittle4.png) no-repeat 50% center;
    }

.fpage-header {
    height: 160px;
}

.fpage-header {
    overflow: hidden;
    position: relative;
    color: #fff;
    border-bottom: none;
}
.fpage-header {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}
@media (min-width: 992px)
.fpage-header {
    height: 160px;
}


/*	最初の１文字の色が変わるのを解除する  */
h1.entry-title:first-letter,
.single h1.entry-title:first-letter {
	color:inherit; 
}

/*  カテゴリー名を複数表示したとき子テーマの template-parts/post/ディレクトリの中に meta.php の余白設定  */
.entry-meta_items_term {
	margin-left:4px;
}

/* ギャラリーの表示に◆が表示される  再設定　検証OK  */
dl dt:before {
    color: initial;
}

dl dt:before {
    content: " " !important;
    padding-right: 3px;
}

/* 子どもの様子　ギャラリーのキャプションの余白　再指定　*/
.gallery .gallery-caption {
    text-align: left;
margin: 10px 30px !important;
}

/*メディアポストに抜粋　
.media_post .media_post_text .media_post_excerpt {
display:block; font-size:12px;
}

/* フッターの背景画像 */
footer {
    background: url(https://rakuda.site/kawarada/wp-content/uploads/2020/04/page-tittle4.png) bottom repeat-x;
	background-size:contain;
}

/* LTG 投稿一覧　横グリッド */
.widget .widget_ltg_post_list,
.pt_0 {
    display: flex;
    width: 100%;
    flex-wrap:wrap;
}

.widget .widget_ltg_post_list,
 .media,
.home .media {
    padding: 1%;
    margin: 1% 1% 50px;
    border: solid 1px #eee;
}
@media (max-width: 480px) {
 .widget .widget_ltg_post_list,
.media,
    .home .media {
        width: 98%;
    }
}
 
@media (min-width: 481px) and (max-width: 767px) {
    .widget .widget_ltg_post_list,
.media,
    .home .media {
        width: 48%;
    }
}
 
@media (min-width: 768px) {
    .widget .widget_ltg_post_list,
 .media,
    .home .media {
        width: 31.333%;
    }
}

.widget .widget_ltg_post_list, .media .postList_thumbnail,
.home .media .postList_thumbnail {
    width: 100%;
    padding-right: 0px;
    float: none;
}


.widget .widget_ltg_post_list,
 .navigation.pagination,
.ome .navigation.pagination {
    width: 100%;
}


#main .postList,
.home .mainSection .postList {
    display: flex;
    width: 100%;
    flex-wrap:wrap;
}

/* LTG 投稿一覧　横グリッド 　アーカイブページ　*/
#main .postList,
.home .mainSection .postList {
    display: flex;
    width: 100%;
    flex-wrap:wrap;
}
/* LTG 投稿一覧　横グリッド カテゴリ表示　*/
.btn-xs {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 8px;
}



/* カテゴリーを複数出す対応のための修正　メタにPHPでコーディング済み
.entry-meta_items_term {
    float:none;
    margin-right:3px;
}
@media screen and (max-width: 767px) {
.entry-meta .entry-meta_items_term {
    display: unset;
}
}
 */

