@charset "UTF-8";

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

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


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

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

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

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

}


/* 記事一覧フェードイン */
a.entry-card-wrap figure.entry-card-thumb{
overflow: hidden;
}
a.entry-card-wrap:hover img.entry-card-thumb-image{
-webkit-filter: blur(2px) brightness(60%);
filter: blur(2px) brightness(60%);
-webkit-transform: scale(1.03);
transform: scale(1.03);
opacity: 1;
transition: 0.3s;
}
a.entry-card-wrap figure.entry-card-thumb::before{
z-index: 1;
font-family: sans-serif;
font-weight: bold;
content: "READ MORE";
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
position: absolute;
font-size: 100%;
width: 100%;
height: 100%;
color: #fff;
top: 0;
left: 0;
opacity: 0;
transition: .25s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
-ms-transition: .4s ease;
}
a.entry-card-wrap:hover figure.entry-card-thumb::before{
opacity: 0.9;
font-size: 150%;
}
.entry-card-snippet{
font-size: 72%;
line-height: 1.6;
color: gray;
text-align: justify;
text-justify: inter-ideograph;
}
/*　　　　　お問い合わせフォーム　　　　*/
@media screen and (max-width: 480px) { /* ▼480：iPhone6+縦 */
.respStyle th, .respStyle td { display:block; }
.respStyle th {
    border-bottom: none;
    padding: 10px 0px 4px 8px;
}
}

.respStyle th {
    text-align: left;
    font-size: 14px;
    color: #333;
}

.respStyle td {
    font-size: 12px;
}

/* 必須ピンク */
.required-srt {
    font-size: 8pt;
    padding: 5px;
    background: #DE8686;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}

/* 必須グレー */
.unrequired-srt {
    font-size: 8pt;
    padding: 5px;
    background: #BDBDBD;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}

/* Contact Form 7のラジオボタンを縦並びに　class:list-blockをclass指定する */
.list-block .wpcf7-list-item {
    display: block;
}

.recaptcha { /* recaptchaに余白 */
    margin: -10px 0 20px 0;
}


/* 上部ナビゲーションをシャドウ付に */
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: #b5b5b5 !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 #FF8332;
	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;
	}
/*            レインボバー          */
.rainbow-bar{
   	padding-top:4px;
	background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
	animation: rainbow-bar 4s linear infinite;
	margin:0px 0px 0px 0px;
}
@keyframes rainbow-bar {
  to { background-position-x: 200%; }
}



/*            レインボーテキスト          */

.rainbow-text {
	font: bold 5em / 1 Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
	        background-clip: text;
	-webkit-background-clip: text;
	        text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	animation: rainbow-text 4s linear infinite;
}

.rainbow-text a{
text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

@keyframes rainbow-text {
	to { background-position-x: 200%; }
}
/*レインボーテキスト 端末幅が800px以下のとき*/
@media screen and (max-width: 800px){
  #header .rainbow-text{
    font-size: 45px;
    font-weight: 1000;
  }
}

/*レインボーテキスト 端末幅が480px以下のとき*/
@media screen and (max-width: 480px){
  #header .rainbow-text{
    font-size: 26px;
    font-weight: 900;
  }
}


/*            レインボーテキスト　フッタ用          */

.rainbow-text-footer {
	font: bold 18px  Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
	        background-clip: text;
	-webkit-background-clip: text;
	        text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	animation: rainbow-text 4s linear infinite;
}

.rainbow-text-footer a{
text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

@keyframes rainbow-text-footer {
	to { background-position-x: 200%; }
}
/*レインボーテキスト 端末幅が800px以下のとき*/
@media screen and (max-width: 800px){
  #header .rainbow-text-footer{
    font-size: 20px;
    font-weight: 1000;
  }
}

/*レインボーテキスト 端末幅が480px以下のとき*/
@media screen and (max-width: 480px){
  #header .rainbow-text-footer{
    font-size: 18px;
    font-weight: 900;
  }
}



/*            固定ページでシェア・フォロー非表示          */
.page .sns-share,
.page .sns-follow {
    display: none;
}
/*       ページネーションデザイン変更       */
.pagination-next, .next, .prev, .pager-prev-next{ display: none; }
.pager-numbers a { text-decoration: none; }

.page-numbers{
    border: none !important;
    border-radius: 50%;
    font-family: sans-serif;
    font-size: 80%;
    color: #000 !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    transition: all .1s ease;
    background-color: #ffffff;
}

.pagination a.page-numbers:hover,.pager-numbers a:hover .page-numbers{
    background-color: #FF8332; 
    color: #fff !important;
}

.pagination .current, .pager-links .current{
    background-color: #FF8332;
    color: #fff;
}
/*                   目次センター                     */
.toc {
margin: 1.5em auto; 
background-color: #ffebde; 
font-size: 0.9em; 
}

/*                   サイドバー見出し　指定色オレンジ          */
.sidebar h3 {
    background-color: #FF8332 !important;
    color: #FFF;
}

/*                  サイドバープロフィールの囲み罫消去                      */
.author-box {
    border: 0px solid #ccc !important;
}
/*                  スマートフォン版で上部とボディの境界にライン                      */
.tagline{
border-bottom: #e5e5e5 solid 1px !important;
}
/*                  トップページ人気記事を罫線で囲み                                   */
.widget-index-top,
.widget-above-single-content-title {
    position: relative;
    margin: 0;
    padding: 0.5em 1em;
    border: solid 3px #FF8332;
    margin-bottom: 44px;
    margin-top: 10px;
}
.widget-index-top .main-widget-label,
.widget-above-single-content-title .main-widget-label {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FF8332;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.widget-index-top .main-widget-label::before,
.widget-above-single-content-title .main-widget-label::before {
    font-family: FontAwesome;
    /*content: "\f135";*/
    margin-right: 5px;
}

.widget-index-top .widget-entry-card-content,
.widget-above-single-content-title .widget-entry-card-content{
    display: table-cell;
    height: 74px;
    vertical-align: middle;
    font-size: 15px;
}
/*                     ボディを囲んでる罫線消去                        */
.main {
    border-color: #fff !important;
}

/*                スマートフォンでシェアボタン表示                                
@media screen and (max-width: 480px){
  .sns-share-message{ display: none; }
  .ss-bottom{
    position: fixed;
    bottom: -7px;
    right: 60px;
    z-index: 99999;
    width: calc(100vw - 70px);
    height: 40px;
    transform: translatey(100px);
    animation: fadeIn 1s ease-out 4s 1 normal both;
  }
}
@keyframes fadeIn {
  from {transform: translatey(10%); opacity: 0;}
  100% {transform: translatey(0%); opacity: 1;}
}
*/
/*                        プロフィール部分カスタム                                */
.author-box {
	border: none !important;
	padding: 0 !important;
}

.pwa .author-box {
	text-align: left; /* 文字を左揃えに */
}
.author-box .author-widget-name{
	color: #666;
	background-color: #eaedf2;
	display: inline-block;
	margin: 0 auto 3px 1rem;
	padding: .4em;
	border-radius: 4px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	font-size: .9em;
}

.author-box .author-widget-name::before {
	content: '';
	position: absolute;
	left: 20%;
	bottom: -15px;
	display: block;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-top: 15px solid #eaedf2;
	border-left: 15px solid transparent;
	z-index: 1;
}

.author-box figure.author-thumb{
	float: none;
	margin: 0 !important;
	text-align: center;
	width: 100% !important;
	background: url(https://～～.jpg) center no-repeat; /* カバー画像を指定 */
	background-size: cover;
	position: relative;
	height: 0;
	/* フル表示にしたい場合のpadding-topの値： 表示画像の高さ(px) ÷ 表示画像の幅(px) × 100(%) */
	padding-top: 30%;
	z-index: 0;
}

.author-box figure.author-thumb img{
	border: 3px solid #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	height: auto;
	width: 50%;
	max-width: 200px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -4.5em;
}

.author-box .author-content{
	margin-left: 0 !important;
	margin-top: 5.5em !important;
}

.author-box .author-content .author-name{
	text-align: center;
	font-size: 1.3rem;
}

.author-box .author-content .author-name a{
	color: #14171a;
	text-decoration: none;
}
.author-box .author-content .author-name a:hover{
	color: #14171a;
	text-decoration: underline;
}

.author-box .author-content .author-description p{
	margin: .5em auto;
	line-height: 1.5 !important;
	max-width: 500px;
	/*font-size: 90%;*/
	padding-top: 20px;
	font-size: 1.4em;
	text-align: left;
}

.author-box .author-content .author-description p a{ text-decoration: none; }
.author-box .author-content .author-description p a:hover{ text-decoration: underline; }
.author-box .author-content .author-follows .sns-buttons{ justify-content: center; }

.author-box .author-content .author-follows .sns-buttons a.follow-button{
	border-radius: 50%;
	border: none;
	width: 40px;
	height: 40px;
	color: #fff;
	margin-bottom: .5em;
	margin-right: .5em;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

.author-box .bc-brand-color.sns-follow .website-button{ background-color: #6eb6fd !important; }
.author-box .bc-brand-color.sns-follow .twitter-button{ background-color: #7dcdf7 !important; }
.author-box .bc-brand-color.sns-follow .facebook-button{ background-color: #7c9dec !important; }
.author-box .bc-brand-color.sns-follow .hatebu-button{ background-color: #2c6ebd !important; }
.author-box .bc-brand-color.sns-follow .google-plus-button{ background-color: #dd4b39 !important; }
.author-box .bc-brand-color.sns-follow .instagram-button{ background: linear-gradient(135deg, #427eff 0%, #f13f79 80%) no-repeat !important;}
.author-box .bc-brand-color.sns-follow .youtube-button{ background-color: #cd201f !important; }
.author-box .bc-brand-color.sns-follow .flickr-button{ background-color: #111 !important; }
.author-box .bc-brand-color.sns-follow .pinterest-button{ background-color: #bd081c !important; }
.author-box .bc-brand-color.sns-follow .line-button{ background-color: #00c300 !important; }
.author-box .bc-brand-color.sns-follow .amazon-button{ background-color: #ff9900 !important; }
.author-box .bc-brand-color.sns-follow .github-button{ background-color: #4078c0 !important; }
.author-box .bc-brand-color.sns-follow .feedly-button{ background-color: #2bb24c !important; }
.author-box .bc-brand-color.sns-follow .rss-button{ background-color: #f26522 !important; }

.author-box .author-content .author-follows .sns-buttons a.follow-button span{ line-height: 40px; }
.author-box .author-content .author-follows .sns-buttons a.follow-button span::before{ font-size: 20px !important; }

main .author-box{
	max-width: 400px;
	margin: 0 auto;
	font-size: 80%;
}
/*                      スマートフォン版のメニューを横スクロール                                            */
@media screen and (max-width: 480px){
	/* モバイルトップメニュー */
	ul.menu-mobile{
		overflow-x: auto;
		overflow-y: hidden;
		display: flex !important;
		flex-wrap: nowrap;
		font-size: 14px;
		justify-content: flex-start;
		padding: 0 1em;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}

	ul.menu-mobile > li{
		padding-right: 1em;
		white-space: nowrap;
	}
	ul.menu-mobile　.item-label{
		white-space: nowrap;
		font-size: 14px;
	}
}
/*                                    ブログカードカスタム                                                 */

.blogcard {
	padding: 1rem;
	color: #666;
	position: relative;
	border-color: #68d6cb !important; /* 枠線の色を変更 */
}

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

a.blogcard-wrap:hover img.blogcard-thumb-image{
	transform: scale(1.1);
	transition: .3s;
}

.blogcard-thumbnail {
	line-height: 0;
	margin-right: 1rem;
	overflow: hidden;
}

.blogcard-title{
	margin-bottom: .5rem;
}

.blogcard-snipet{
	font-size: 70%;
	line-height: 1.7;
	padding-right: 10%;
}

@media screen and (max-width: 480px){
	.blogcard-thumbnail{
		width: 40%;
	}
	.blogcard-snipet{
		display: none;
	}
}

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

.blogcard::before{
	content: 'あわせて読みたい'; /* タイトルの文言 */
	position: absolute;
	top: -.8rem;
	left: auto;
	font-size: 50%;
	background-color: #68d6cb; /* タイトルの背景色 */
	padding: .6em 1em;
	font-weight: bold;
	color: #fff;  /* タイトルの文字色 */
	border-radius: 2px;
}

.internal-blogcard::after{
	content: '続きを読む \00bb'; /* 内部リンク右下枠の文言 */
	position: absolute;
	bottom: .5rem;
	right: 1rem;
	font-size: 70%;
	background-color: #ffd242; /* 内部リンク右下枠の背景色 */
	padding: .4em 3em;
	font-weight: bold;
	color: #fff; /* 内部リンク右下枠の文字色 */
	border-radius: 2px;
}
/*                     フッタサイト名非表示                         */
.footer-bottom-logo{
	display: none !important;
}
/*              ヘッダ下のカルーセルの中点が出るので非表示                  */
.slick-dots li.slick-active{
	display: none !important;

}
/*              関連記事タイトル                  */
.related-entry-heading {
	padding: 10px 20px;
	color: #FF8332;
	background-color: #ffebde;
	box-shadow: 2px 2px 0 #f0f0f0;
}
/*              コメントタイトル                  */
.comment-title {
	padding: 10px 20px;
	color: #FF8332;
	background-color: #ffebde;
	box-shadow: 2px 2px 0 #f0f0f0;
}
/*                         投稿記事タイトル・カテゴリタイトル・見出し2、3                                   */
.archive-title  {/*カテゴリタイトル*/
	color: #FF8332;
	background: #ffebde;
	padding: 1em;
	margin: 0 0 1em;
	border-left: 8px solid #FF8332;
	border-radius: 0 3px 3px 0;
	margin-bottom: 3em;
}
@media screen and (max-width: 500px) {
	.archive-title  {
		font-size: 20px;
	}
}

.entry-title  {/*記事タイトル*/
	color: #FF8332;
	background: #ffebde;
	padding: 1em;
	margin: 0 0 1em;
	border-left: 8px solid #FF8332;
	border-radius: 0 3px 3px 0;
	margin-bottom: 1em;
	margin-top: 1em;
}
@media screen and (max-width: 500px) {
	..entry-title  {
		font-size: 20px;
	}
}

.article h2 {
	color: #fff;
	background: -webkit-linear-gradient(#FF8332 0%, #ff6500 100%);
	background: linear-gradient(#FF8332 0%, #ff6500 100%);
}
.article h3 {
	color: #fff;
	background-color: #FF8332;
	border: 0;
	border-left: 5px solid #FF8332;
}
/*                         お問い合わせフォームエラーの時赤にする                         */
.wpcf7 .wpcf7-validation-errors {
color: #B94A48 !important;
background-color: #F2DEDE !important;
border: 1px solid #EED3D7 !important;
}



/* 20210721 navi fix */
@media(min-width: 800px){
    #menu-global_navigation{
        font-size: 15px;
    }
    .navi-in a{
        font-size: 1em;
        padding: 0 5px;
    }
    .navi-in > ul li{
        width: auto;
        margin: 0 auto;
    }
    .navi-in > ul li#menu-item-352{
        width: auto;
    }
}
@media(min-width: 900px){
    #menu-global_navigation{
        font-size: 16px;
    }
}