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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.content {
    margin-top: 0px;
}
.wrap {
    width: 100%;
}

.header-container,.header-container-in.hlt-top-menu span{
    font-weight: bold;
    background-color: var(--cocoon-white-color);
} {
    font-weight: bold;
    background-color: var(--cocoon-white-color);
}  {
    font-weight: bold;
}
#footer{
	background: #0b1723;
	color: #cbd5e1;
	margin-top: 0px;
}
#footer a{
	color: #cbd5e1;
}
/* ボタンを少し丸く、太めに */
.body blockquote :last-child, .body .wp-block-media-text__content :last-child, .body .wp-block-columns :last-child, .body .column-left :last-child, .body .column-center :last-child, .body .column-right :last-child, .body .timeline-box :last-child, .body .wp-block-cover :last-child, .body .blogcard-type :last-child, .body .btn-wrap :last-child, .body .wp-block-group:not(.is-content-justification-left, .is-content-justification-center, .is-content-justification-right, .is-content-justification-space-between, .is-layout-flex) :last-child, .body .wp-block-gallery :last-child, .body .block-box :last-child, .body .blank-box :last-child, .body .common-icon-box :last-child, .body .info-box :last-child, .body .primary-box :last-child, .body .success-box :last-child, .body .warning-box :last-child, .body .danger-box :last-child, .body .secondary-box :last-child, .body .light-box :last-child, .body .dark-box :last-child, .body .tab-content :last-child, .body .toc :last-child, .body .wp-block-social-links :last-child{
	border-radius:12px; 
	font-weight:700; 
}
#covar{
	border:solid 1px;
	border-color: #f5f6f7;
}
 /* 最短ホバー演出（Gutenbergカバー用） */
.wp-block-cover { overflow:hidden; border-radius:10px; transition:transform .2s; }
.wp-block-cover__image-background { transform:scale(1.02); transition:transform .35s; }
.wp-block-cover__background { opacity:.25; transition:opacity .25s; }

.wp-block-column a:hover .wp-block-cover { transform:translateY(-2px); }
.wp-block-column a:hover .wp-block-cover__image-background { transform:scale(1.07); }
.wp-block-column a:hover .wp-block-cover__background { opacity:.5; }
/* カード影をほんのり */
.entry-card-wrap{box-shadow:0 10px 24px rgba(0,0,0,.06)}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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