@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/




/* ---------------■■■ヘッダー（なぜかspのタイトルには#headerが必要）■■■--------------- */

@media screen and (max-width: 1119px) {
  .header {
    background-size: contain;
  }
}
.logo-header a span{
	font-family: 'Meiryo UI','Meiryo','sans-serif';
	font-size:60px;
	color:#800000;
}


.site-name-text
{
	font-size: 32px;
}
@media screen and (max-width: 768px) 
{
#header .site-name-text 
{
	font-size: 24px;
}
}


.tagline
{
	font-size: 16px;
	margin-top: -20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) 
{
.tagline
{
	font-size: 14px;
	margin-top: -20px;
	margin-bottom: 10px;
	text-align: left;
}
}


.speech-name
{
	margin-top: -10px;
	font-size: 12px;
}

/* ---------------■■■ヘッダー部分おわり■■■--------------- */

/* ---------------■■■SNSボタン■■■--------------- */
#main .sns-share a {
	width: 3.5em;
	height: 2.5em;
	margin-left: 0.2em;
}
.sns-share-buttons {
	justify-content: left;
}
#main .button-caption {
	display: none;
}
#main .social-icon {
	font-size: 20px;

}
/* ---------------■■■SNSボタンおわり■■■--------------- */



/* ---------------■■■記事メイン部分■■■--------------- */

.breadcrumb
{
	margin-top: -5px;
}

/* -----■行間■----- */
.entry-content
{
	line-height: 2.4em;
}



/* -----■hx■----- */

.article h1
{
	background-color: #ffffff;
	border-top: 3px double #fb6965;
	border-bottom: 3px double #fb6965;
	font-size: 1.4em;
	color: #fb6965;
	line-height: 1.4em;
	padding: 10px 3px 5px 10px;
	text-align: left;
}
/* -------768px以下------- */ 
@media screen and (max-width: 768px) 
{
.article h1
{
	background-color: #ffffff;
	border-top: 3px double #fb6965;
	border-bottom: 3px double #fb6965;
	font-size: 1.2em;
	color: #fb6965;
	line-height: 1.4em;
	padding: 5px;
	margin: 10px 0px 15px 0px;
	text-align: left;
}
}

.article h2
{
	background-color: #fb7d79;
	color: #ffffff;
	line-height: 1.4em;
	font-size: 1.3em;
	margin: 80px 0px 30px -5px;
	padding: 20px 5px 20px 10px;
}

@media screen and (max-width: 768px) 
{
.article h2
{
	background-color: #fb7d79;
	color: #ffffff;
	line-height: 1.4em;
	font-size: 1.2em;
	margin: 80px 0px 30px -5px;
	padding: 20px 5px 20px 10px;
}
}

.article h3
{
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	border-color: #fb6965;
	color: #fb6965;
	line-height: 1.2em;
	font-size: 1.1em;
	margin-top: 50px;
	padding: 10px 5px 10px 10px;
}


#sidebar h3 
{
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	border-color: #fb6965;
	color: #fb6965;
	font-size: 1.0em;
	padding: 5px 5px 5px 10px;
	position: relative;
}

.article h4
{
	background-color: #ffffff;
	border-top: 1px dotted #fb6965;
	border-bottom: 1px dotted #fb6965;
	color: #fb6965;
	line-height: 1.1em;
	font-size: 1.0em;
	margin-top: 50px;
	padding: 10px 5px 10px 10px;
}



/* -----■hxここまで■----- */

/* -----■文字装飾■----- */


span.hosoku
{
	font-size: 0.9em;
}

span.red
{
	color: #ff0000;
}

span.red2
{
	color: #ff0000;
	font-weight: bold;
}

span.brown
{
	color: #800000;
}

span.brown2
{
	color: #800000;
	font-weight: bold;
}

span.blue
{
	color: #516c9d;
}

span.blue2
{
	color: #516c9d;
	font-weight: bold;
}

span.water
{
	color: #7b9ad0;
}

span.water2
{
	color: #7b9ad0;
	font-weight: bold;
}

span.green
{
	color: #79bd9a;
}

span.green2
{
	color: #79bd9a;
	font-weight: bold;
}

span.purple
{
	color: #665990;
}

span.purple2
{
	color: #665990;
	font-weight: bold;
}

span.orange
{
	color: #fc913a;
}

span.orange2
{
	color: #fc913a;
	font-weight: bold;
}

span.yellow
{
	color: #f1b502;
}

span.yellow2
{
	color: #f1b502;
	font-weight: bold;
}

span.pink
{
	color: #FF7F8F;
}

span.pink2
{
	color: #FF7F8F;
	font-weight: bold;
}

span.gray
{
	color: #7f7f7f;
}

span.sgray
{
	color: #7f7f7f;
	text-decoration: line-through;
}

span.bold
{
	font-weight: bold;
}



/* -----■箇条書き■----- */

ul.list
{
	font-size: 1.0em;
	line-height: 1.90em;
	list-style-type: disc;
	margin: 0px;
	margin-bottom: 0px;
	padding: 6px 2px 10px 20px;
}

@media screen and (max-width: 768px) 
{
ul.list
{
	font-size: 1.0em;
	line-height: 1.70em;
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 4px 2px 10px 20px;
}
}



.list li
{
	padding: 2px -3px;
}

/* --箇条書き・リンク付き-- */

.widget_categories ul li a ,.widget_recent_entries ul li a
{
	color: #0000ff;
}

.widget_categories ul li a:hover ,.widget_recent_entries ul li a:hover
{
	color: #e43900;
}



.list0
{
	font-size: 1.0em;
	line-height: 1.50em;
	list-style-type: disc;
	margin: 0px 4px;
	padding: 4px 2px 0px 20px;
}

@media screen and (max-width: 768px) 
{
.list0
{
	font-size: 1.05em;
	line-height: 1.50em;
	list-style-type: disc;
	margin: 0px 0px 0px -10px;
	padding: 4px 2px 4px 20px;
}
}

.list0 li
{
	padding: 8px 0px 0px 0px;
	line-height: 1.6em;
}

@media screen and (max-width: 768px) 
{
.list0 li
{
	padding: 8px 0px 0px 0px;
	line-height: 1.5em;
}
}


.list0 li.sub
{
	list-style: circle;
	margin-left: 18px;
	padding: 2px;
}

/* --記事上部の目次-- */
.listbox{
    padding: 5px;
    margin: 15px 2px;
    color: #2c2c2f;
    background: #fff4e0;
	border-style: solid none solid none;
	border-color: #fb7d79;
	border-width: 2px;
	display:inline-block;
	min-width: 300px;
}
.listbox p {
    margin: 0; 
    padding: 0;
}


@media screen and (max-width: 768px){
.listbox
{
	padding: 5px;
	margin: 10px 0px;
	color: #2c2c2f;
	background: #fff4e0;
    border-top: solid 2px #fb7d79;
    border-bottom: solid 2px #fb7d79;
	display:inline-block;
	min-width: 300px;
}
}

.listcontents
{
	margin:0px 0px -10px 5px;
	text-align: center;
	color: #800000;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 10px;
}

.listboxt
{
    background: #fff4e0;
	border: solid 1px #ffcb8a;
	padding: 15px 5px 5px 10px;
	margin: 20px 5px 20px 5px;
    color: #454545;
	border-radius: 7px;
}


@media screen and (max-width: 768px)
{
.listboxt
{
	border: solid 1px #ffcb8a;
	display:inline-block;
	padding: 5px 2px -2px 5px;
	margin: 0px 0px 20px 0px;
	width: 99%;
	border-radius: 7px;
}
}



ol  {
    position: relative;
    margin:0px;
    padding:0px;
}
 
ol li  {
    list-style: none;
    list-style-position:outside;
	margin:5px 0px;
    padding-left:20px;
}

@media screen and (max-width: 768px){
	ol li  {
    list-style: none;
    list-style-position:outside;
    margin-left:0px;
    padding-left:0px;
}
}

ol li span {
    position: absolute;
    left:0;
    margin:0;
}


.boxlabel {
    position: relative;
    margin: 60px 5px;
    padding: 5px 10px;
    border: solid 1px #f0ae62;
}
.boxlabel .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #f0ae62;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxlabel p {
    margin: 0; 
    padding: 0;
}



/* -----■箇条書きここまで■----- */


/* -----■吹き出し■----- */

.speech-balloon
{
	font-size: 16px;
}
@media screen and (max-width: 768px){
.speech-balloon 
{
	font-size: 14px;
	padding-right: 5px;
}
}

/* -----■吹き出しここまで■----- */


/* -----■スペース■----- */

.space6
{
	margin-top: 6px;
}

.space12
{
	height: 12px;
}

.space24
{
	height: 24px;
}

.space36
{
	height: 36px;
}

.space48
{
	height: 48px;
}

.space60
{
	height: 60px;
}

.space120
{
	height: 120px;
}

.space240
{
	height: 240px;
}

.space480
{
	height: 480px;
}

p.sp35
{
	margin-top: 50px;
}


/* -----■スペースここまで■----- */

/* -----■画像サイズ修正■----- */

p.resizeimage img 
{
	max-width: 100%;
	height: auto;
}

.youtube iframe
{
	max-width: 100%;
}


/* -----■画像サイズここまで■----- */



/* -----■ページ内リンク修正■----- */

/* --ページ内リンク時のヘッダー重複回避-- */
.anchor
{
	margin-top: -50px;
	padding-top: 50px;
}

/* --TOP帰還リンク、スペース詰め-- */
.sp00
{
	margin-top: -10px;
}


/* --TOP帰還リンク、SPのみ表示-- */
@media screen and (min-width: 768px)
{
.spback
{
	display: none;
}
}


/* -----■ページ内リンク修正ここまで■----- */



/* -------■表（黒罫線）■------- */


.cell table 
{
	border: 1px #7f7f7f solid;
	border-collapse: collapse;
	max-width: 100%;
	height: auto;
}

.cell td 
{
	border: 1px #7f7f7f solid;
	font-size: 15px;
	padding: 2px 3px;
	line-height:1.7em;
}

/* -------■表（黒罫線）おわり■------- */

/* -------■ボックスおわり■------- */


/* ---------------記事設定おわり--------------- */



.ads-textpc
{
	margin: 30px 2px;
}

.ads-textsp
{
	margin: 30px 0px;
}

/* --------------ads336をIP5に適応--------------- */

.ad_sp, .ad_sp *{/*アドセンス広告と、アドセンス広告内にある要素の幅を、画面幅以上に大きくならないようにする*/
max-width:100%;
}
.ad_sp{/*レクタングル大のサイズを、300px以下にする*/
display:inline-block;
width: 300px;
height: 250px;
}
@media (min-width:340px) {/*340px以上のブラウザでは、通常のサイズを表示する*/
.ad_sp{
width:336px;
height: 280px;
}
}



/*glナビ装飾*/
nav#navi, .menu-header .sub-menu{
    font-weight: bold;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.2);
}

.menu-header .sub-menu .item-label{
    font-size: 80%;
}
.menu-header .item-label{
    color: #7c7c7c !important;
}
.menu-header .current-menu-item,
.menu-header .current-post-item,
.menu-header .current-menu-ancestor,
.menu-header .current-post-ancestor,
.menu-header .menu-item:hover {
    color: #333 !important;
    border-bottom: 3px solid #FDD835;
    transition: all .2s ease;
}

.menu-header .sub-menu .menu-item,
.menu-header .sub-menu .menu-item:hover{
    border-bottom: none;
}
.menu-header .current-menu-item>a .item-label,
.menu-header .current-post-item>a .item-label,
.menu-header .current-menu-ancestor>a .item-label,
.menu-header .current-post-ancestor>a .item-label,
.menu-header .item-label:hover{
    color: #333 !important;
    transition: all .2s ease;
}


/* ------ブログカード----- */
.blogcard {
	width:98%;
	padding: 10px;
	height:135px;
	color: #434343;
	position: relative;
	border-color: #68d6cb !important; /* 枠線の色を変更 */
}


.blogcard-thumbnail {
	width: 120px;
	height: 120px;
	margin-right: 1rem;
	overflow: hidden;
}
@media screen and (max-width: 480px){
	.blogcard-thumbnail{
		max-width: 90px;
		max-height: 90px;
		
	}
}


.blogcard-content {
  height: 120px;
  margin-left: 100px;
  padding-right: 3px;
}

a.blogcard-wrap:hover{
	background-color: transparent!important;
	opacity: 0.8;
}


.blogcard-title{
	font-size:15px;
	margin-bottom: .4rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media screen and (max-width: 480px){
.blogcard-title{
	font-size:14px;
	margin-bottom: .5rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
}

.blogcard-snippet{
	font-size: 14px;
	line-height: 1.5em;
	padding-right: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media screen and (max-width: 480px){
.blogcard-snippet{
	font-size: 12px;
	line-height: 1.5em;
	padding-right: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
}





.internal-blogcard-footer{
	display: none; /* 内部ブログカードのアイコンとURLを非表示 */
}

/*カードラベルを非表示*/
.blogcard-label {
	display: none !important;
}

/* ------ブログカードおわり----- */
