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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

/*--------------------------------------------------------------
	OnePressから継承ここから
--------------------------------------------------------------*/

/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
h2.entry-title a{
	color: #1e73be !important;	
}

h2.midashi{
font-size: 18px;
background: ;
color: #ff6370;
border: solid 3px #ff6370;
padding: 0.5em;
border-radius: 0.5em;
margin-top: 15px;
}

h2.keiba{
font-size: 18px;
color: #168326;
border: solid 4px #168326;
padding: 5px 10px;
border-radius: 0.5em;
display: flex;
align-items: center;
}
h2.keiba::before{
content: url(https://withfive.net/wp-content/uploads/2018/04/uma_icon32.png);
}

h3.left-red{
	font-size: 18px;
	border-left: 8px solid #ff0000;
        border-bottom: 1px solid #ff0000;
	padding: 8px;
	margin-top: 30px;
	margin-bottom: 15px;
}
h3.left-blue{
	font-size: 18px;
	border-left: 8px solid blue;
        border-bottom: 1px solid blue;
	padding: 8px;
	margin-top: 30px;
	margin-bottom: 15px;
}
h3.left-green{
	font-size: 18px;
	border-left: 8px solid #008000;
        border-bottom: 1px solid #008000;
	padding: 8px;
	margin-top: 30px;
	margin-bottom: 15px;
}
h3.left-orange{
	font-size: 18px;
	border-left: 8px solid #ffa500;
        border-bottom: 1px solid #ffa500;
	padding: 8px;
	margin-top: 30px;
	margin-bottom: 15px;
}
h3.left-grey{
	font-size: 18px;
	border-left: 8px solid grey;
        border-bottom: 1px solid grey;
	padding: 8px;
	margin-top: 30px;
	margin-bottom: 15px;
}
h3.bg-grey{
	background-color: #e2e2e2;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 7px;
}

h4.kaime{
	font-weight: normal !important;
	font-size: 16px; 
	margin-bottom: 12px; 
	padding: 7px; 
	border: solid 2px #880000;
}

/*--------------------------------------------------------------
	固定ページ
--------------------------------------------------------------*/
.manbaken_year{
	display: block;
    padding: 0.5em 1em;
	margin:  0px 20px;
    text-decoration: none;
    background: #00bb00;/*ボタン色*/
    color: #FFFFFF;
    border-bottom: solid 4px #008000;
    border-radius: 5px;
}
.manbaken_year:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}
.manbaken_year:hover{
	text-decoration: none;
}

/*--------------------------------------------------------------
	Amazon アフィリエイト 2024.8.14
--------------------------------------------------------------*/
.amazon_aff{
width: 300px;
border: 1px solid #d3d3d3;
}

.amazon_aff_photo{
		margin: 12px;
text-align: center;
}

.amazon_aff_photo img{
	height:160px;}

.amazon_aff_text{
	margin: 0px 10px;
}
.amazon_aff_link{
	text-align: center;
	margin: 10px 0px;
}

.amazon_aff_btn {

  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #ffa724;
  border: solid 2px #ffa724;
  border-radius: 3px;
  transition: .4s;
  margin: 5px;
}

.amazon_aff_btn:hover {
  background: #ffa724;
  color: white;
}

/*--------------------------------------------------------------
	OnePressから継承ここまで。以下cocoon仕様
--------------------------------------------------------------*/

.sidebar .widget-title {
  font-family: -apple-system, BlinkMacSystemFont,
               "Hiragino Kaku Gothic ProN",
               "Yu Gothic",
               "Meiryo",
               sans-serif;
color: #4a3a28; /* ダークブラウン */
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-bottom: 2px solid #d8cbb8;
  padding-bottom: 6px;
}

.sidebar .widget-title::after {
  display: none;
}


.sidebar-instagram {
  padding: 14px;
  border: 1px solid #e5e5e5;
  margin-top: 20px;
  font-size: 13px;
  background: #fafafa;
}

.sidebar-instagram .ig-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.sidebar-instagram .ig-icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.sidebar-instagram .ig-title {
  font-weight: 600;
  color: #222;
}

.sidebar-instagram .ig-text {
  margin: 6px 0 10px;
  color: #555;
}

.sidebar-instagram .ig-link a {
  color: #c13584; /* Instagramっぽい */
  font-weight: 600;
  text-decoration: none;
}

.sidebar-instagram .ig-link a:hover {
  text-decoration: underline;
}


