@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/**********************/
/*       all          */
/**********************/

body {
	margin : 0 auto;
	overflow-x : hidden;
}

/* 全ページタイトル非表示 */
.entry-title {
	display : none;
}

/* 全ページリンク下線消し */
a {
	text-decoration : none;
}

/* 全ページ 下ホームアイコン消し */
#breadcrumb {
	display : none;
} 

/* フッター上余白消去 */
.footer-bottom ,
footer#footer.footer-container.nwa {
	margin-top : 0;
}

/* 月別ブログトップ文字 */
#archive-title {
	font-size : 1rem;
}
/* 月別ブログ画像サイズ */
.card-thumb-image.wp-post-image {
	width : 50%;
}

/**********************/
/*   blog page        */
/**********************/

/* page下 homebtn縮小 */
#prev-next-home{
	font-size :18px;
}
/* topビデオ位置 */
.blog_video {
	display :inline-block;
	justify-content :center;
	margin-top :-0.95rem;
}

/* ビデオ変な線消し */
.blog_video{
	filter : drop-shadow(0px 0px #000);
}

/* 新着情報space */
a.new-entry-card-link {
	margin :2rem 0;
}

/* ブログ画像size */
.blog_img {
	max-width :80%;
	max-height :80%;
	padding :2rem 3rem;
}
.blog_main_img {
	width:200px;
	margin-left:5rem;
	padding-left:3rem;
}

/* ブログ　本文文字 */
p.syotai_blog_main1{
	font-size:15px;
	text-align:center;
	padding:1rem 5rem;
}
p.syotai_blog_main2{
	font-size:15px;
	padding:1rem 0 1rem 3rem; 
}
p.syotai_blog_main3{
	font-size:15px;
	padding:1rem 7rem; 
}

/* ブログ　左寄せ文字 */
p.syotai_blog_main1 {
	font-size:15px;
	text-align:center;
	padding:1rem 5rem;
}
p.syotai_blog_main2{
	font-size:15px;
	padding:1rem 0 1rem 3rem; 
}
p.syotai_blog_main3{
	font-size:15px;
	padding:1rem 7rem; 
}

/* ブログ　情報画面 */
.blog_iconbox {
	margin:0 3rem;
}
.blog_list {
	margin:0 0 3rem 5rem;
}

.card-content {
	max-width:400px;
}

