@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.2
*/

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

body{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/*ヘッダー背景透明化*/
.logo-image span, 
.logo-image a, 
.logo-image img {
	display: block;
	margin:0;
	padding: 0;
	vertical-align:top;
}
h1.logo-image{ padding: 0;}
.header-in { flex-direction: initial; }
.tagline { margin: 0; }


.navi-in .wrap {
    font-weight: bold;
}

.header-container {
	background-color: transparent;
	margin:0;
	padding:0;
}
.entry-content {
  margin-top: 0;
}

.entry-title {
  margin: 0;
}
.content {
  margin-top: 0;
}
.article h1 {
  margin-top: 0;
  padding-top: 0;
}

.entry-content p:first-of-type {
  margin-top: 0;
}


span{margin:0;padding:0;}
.kadomaru{  
	margin-bottom:20px !important; padding:10px; 
	position: relative;
   padding: 10px;
   background-color: #fffff5;
   border: 1px solid #ddd;
	border-radius:5px;
}
a {color:#000;}

/* beforeで枠線の三角を表現 */
.kadomaru::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -13px;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ddd;
  border-left: 12px solid transparent;
}

/* beforeで本体の三角を表現 */
.kadomaru::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -11px;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fffff5;
  border-left: 12px solid transparent;
}




.firstline{ font-size:12px; }
.a_no{font-weight:normal; margin-right:5px; font-size:1.3em;}
.a_username{ font-weight:bold; color:green; margin-left:5px; margin-right:5px; font-size:1.3em;} 
.a_datetime{ margin-left:5px; margin-right:5px;} 
.a_userid{}
.a_userid_1{ color:darkblue; font-weight:bold; background:#EDF4FC;padding:2px;}
.nusi_res{ color:darkblue; font-weight:bold; font-size:18px !important;}
.a_anker{ color:darkblue; font-size:0.8em !important}
.textLine{ font-size:18px; font-weight:bold; margin-top:20px;}
.responce_area1{background:#fff; padding:0px; }
.div_area{margin-top:60px; }
.responce_area2{ margin-top:0px; margin-bottom:0px;　}
.responce_area3{ margin-bottom:0px;}
.responce_area4{ margin-bottom:0px;}
.matome_img{ width:300;}
.restop{padding:5px; border:1px solid lightblue;margin-bottom:10px;}

.responce_area2,
.responce_area3,
.responce_area4 {
    margin-left: 20px !important; /* ずらしたい距離を指定 */
	padding:20px;
	margin-bottom:0px;
	margin-top:0px;
}

.iframe_area{ 
	height:255px; 
	margin:0px;
}

.textLine{
}



.a-wrap:hover {
background-color: #eee;
}
.a-wrap:hover{
transform: translateY(0px);
box-shadow: 0px 0px 0px 0 #ccc;
}

a.entry-card-wrap.a-wrap.border-element.cf{
margin-bottom:0em;
margin: 0 0 -1px;  
	
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(150, 150,150, 0.1));
    background-origin: border-box;
    border-radius: 0.25em;
    line-height: 1.5;
    padding: 0.5em;
	width:100%;
	
	
}



.entry-card-title {
	#color :#4169e1;
	color :#000088;
	font-size: 1.2em;
	line-height: 1.2em;
} 

.entry-card-snippet {
	font-size: 0.7em;
	color: #666;
}






				
body {
	background: url( https://open2ch-blog.ddns.net/wp-content/uploads/2021/07/kao_jien_blue.gif );
	background-attachment: fixed;
}



.blogroll_wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around; /* または必要に応じて適切な配置を選んでください */
		background-color: #fff;
		width: 100%; /* ブラウザの幅に対して100%の幅を持つように指定 */
		border-radius: 10px 10px 10px 10px;
		max-height: 300px; /* 必要に応じて高さを調整 */
		overflow-y: auto; /* 垂直スクロールを有効にする */

}

.blogroll_wrapper2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around; /* または必要に応じて適切な配置を選んでください */
		background-color: #ffe;
		width: 100%; /* ブラウザの幅に対して100%の幅を持つように指定 */
		border: 3px solid #87cefa;
		border-radius: 10px 10px 10px 10px;
		padding:10px;
}

.blogroll_wrapper3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around; /* または必要に応じて適切な配置を選んでください */
		background-color: #ffe;
		width: 100%; /* ブラウザの幅に対して100%の幅を持つように指定 */
		border: 3px solid  #cc8100;
		border-radius: 10px 10px 10px 10px;
		padding:10px;
}
/* ----------------------------------------------- */
/*

      BlogRoll css 2

*/
/* ----------------------------------------------- */
.blogroll_innner {
		width: 50%;
		padding: 10px;
		float: left;
	font-size:14px;
	
	}

.blogroll-channel,
.blogroll-channel * {
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
	 font-size: 1em;
	line-height:1.5em;
	text-decoration:none;


}
.blogroll-channel {
    margin-bottom: 15px;
	 width: 100%; /* ブラウザの幅に対して100%の幅を持つように指定 */
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
	padding:0px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    line-height: 1.8;
	border-bottom: 1px dashed lightblue;
}

.blogroll_wrapper3 .blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    line-height: 1.8;
	border-bottom: 1px dashed #ccbca3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #fff;

}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #fff;
}



    .custom-card {
        display: flex;
        flex-direction: row; /* 横向きに配置するためのスタイル */
        border: 1px solid #ccc;
        margin: 0px;
        padding: 10px;
        width: 100%;
		text-decoration: none;

    }

    .card-image img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        margin-right: 10px;
    }


    .card-content {
        flex: 1;
		color:#666;
		  }
		  
    .card-description {
		flex: 1;
        font-size: 0.8em;
		color:#666;
	  
    }
    .card-url {
        font-size: 0.8em;
        color: #666;
    }

.eye-catch-wrap .custom-featured-image {
    width: 900px;
    height: 350px;
    object-fit: cover;
}

.entry-content h1 {
    background-color: #f8f8f8; /* 背景色を設定 */
    border: 2px solid #333; /* 枠線のスタイルと色を設定 */
    border-radius: 10px; /* 角丸にする半径を設定 */
    padding: 10px; /* タイトルの周りの余白を設定 */
    margin-bottom: 20px; /* タイトルの下に余白を設定 */

}

.widget-footer-left-title.footer-title {
	background:#d1c07f;
    color: white; /* テキスト色を赤に変更 */
    font-size: 20px; /* フォントサイズを変更 */
	margin-top:0px ;
	margin-left:20px ;
	margin-right:20px ;
	padding:5px;
	border-radius: 0.25em;
	text-align: center;
}

.widget-footer-center-title.footer-title {
	background:#d1c07f;
    color: white; /* テキスト色を赤に変更 */
    font-size: 20px; /* フォントサイズを変更 */
	margin-top:0px ;
	margin-left:0px ;
	margin-right:20px ;
	padding:5px;
	border-radius: 0.25em;
	text-align: center;
}

.widget-footer-right-title.footer-title {
	background:#d1c07f;
    color: white; /* テキスト色を赤に変更 */
    font-size: 20px; /* フォントサイズを変更 */
	margin-top:0px ;
	margin-left:0px ;
	margin-right:20px ;
	padding:5px;
	border-radius: 0.25em;
	text-align: center;
}


.custom-card {
	display: flex;
	flex-direction: row; /* 横向きに配置するためのスタイル */
	border: 1px solid #333;
	margin: 0px;
	margin-top:10px;
	padding: 10px;
	width: 100%;
	text-decoration: none;
	line-height:1.5;
}

.card-image img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-right: 10px;
}

.card-content  p{
	flex: 1;
	color:#333;
	line-height:1.5;
	margin: 0px;
	margin-bottom:10px;
}

.card-description p {
	flex: 1;
	font-size: 0.8em;
	color:#666;
	line-height:1.5;
	margin: 0px;
}
.card-url {
	font-size: 0.8em;
	color: #666;
	line-height:1;
}

/* 人気記事のタイトルの文字サイズを小さくする */
.popular-entry-card-title {
    font-size: 12px; /* 好みに応じて適切な文字サイズに変更 */
}

/************************************
**　　グローバルナビメニュー 
************************************/

/*マウスオーバーでアンダーライン*/
#navi .navi-in a:after{
position: absolute;/*線の位置を絶対配置に*/
content: "";/*文字はなし*/
left: 10px;/*線の位置*/
bottom: 10px;/*線の位置*/
height: 3px;/*線の高さ*/
width: 84%;/*線の幅*/
background: #85c5ec;/*線の色*/
transform: scale(0,1);/*マウスオーバーの前は線を消す*/
transition: 0.3s;/*線が0→100%になるまでの秒数*/
}

#navi .navi-in a:hover:after{
transform: scale(1);/*マウスオーバー後、線を100%出す*/
}

/*スマホメニューを横スクロール*/
#header-container .navi-in > ul li {
   height: auto;
   font-weight: 600;
   line-height:1.3;
}
#header-container #navi a{
   color:#666666; /* 文字色 */
   padding:0.8em 1em;
}
#header-container #navi a:hover{
   color:#85c5ec; /* マウスホバー時の文字色 */
}
#header-container .navi-in > ul > .menu-item-has-children > a::after {
   top: 0.8em;
   font-size: 1.2em;
   font-weight: 600;
}
#header-container .sub-menu .caption-wrap{
   padding-left:1em;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap{
   height:auto;
}

#navi .navi-in > ul > li{
  border-right: 1px solid #ddd;
}

#navi .navi-in > ul > li:last-child{
  border-right-width: 0;
}

.navi-in > ul > .menu-item-has-children > a::after{
  right: 10px;
} 

.responsive-iframe {
	width: 100%;
	border: none;
}
.wpp-post-title {
	font-weight: 700;
	display:block;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size:10px;
}

.comment-notes,
.comment-form-author,
.comment-form-cookies-consent {
    display: none !important;
}

@media screen and (min-width: 1024px){
  /*必要ならばここにコードを書く*/
	.res{margin:0;padding:0; font-weight:bold; font-size:1.1em;line-height:1.5em !important;}
	.firstline{margin:0;padding:0; font-weight:normal; font-size:12px; line-height:0em;}

	.entry-card-thumb {
		width: 200px;
	}
	.entry-card-content {
		margin-left: 110px;
	}
}

@media screen and (max-width: 1030px){
  #header-container .menu-mobile{
    display:none;
  }
  .navi-in > .menu-mobile{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #header-container #navi a{
    font-size:0.8em;
    padding: 1em 1.2em;
  }
  #header-container .navi-in > ul > .menu-item-has-children > a::after{
    display:none;
  }
  #navi .navi-in > .menu-mobile li {
    height: auto;
    line-height: 1.8;
  }
  .mblt-header-mobile-buttons {
    margin-top: 53px;
  }
}

.custom-card
{
	background:#FFF;
}

.sticky.st-yellow {
    background-color: #F0FAFF !important; /* 薄いブルー */
    border-left: 4px solid #007ACC !important; /* 左側のみ濃いブルーの罫線 */
    padding: 10px; /* 内側の余白 */
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.res{margin:0;padding:0; font-weight:bold; font-size:1.0em !important;　}
	.firstline{margin:0;padding:0; font-weight:normal; font-size:9px; line-height:0em;}
	.entry-card-title {
		font-size: 1.2em;
	}
	.entry-card-thumb {
		width: 80px;
	}
	.entry-card-content {
		margin-left: 110px;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*760px以下*/
@media screen and (max-width: 760px){
	.textLine{ font-size:18px; font-weight:bold; margin-top:20px;}
	.iframe_area{ 
		height:290px; 
		margin:0px;
	}
	.toprss {
    	display: none;
  	}
} 
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/ 
}



