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

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

.breadcrumb .fa-folder,
.breadcrumb .fa-file-o {
	display: none; /*　パンくずリストのアイコンを非表示*/
}


.header {
	background-color : #fff;
}
.mobile-header-menu-buttons.mobile-menu-buttons .menu-button {
  color: #000000;
  background-color: #fff;
}

.site-logo-image {
  background-color: #fff;
}

.page .date-tags {
display: none;
}

.wp-block-image figcaption {
    font-size: 1em;
}

.main,
.sidebar,
.footer{
  background-color: rgb(255 255 255 / 80%);
}
.wp-block-image figcaption {
    text-align: right;
    margin-right: 20px; /* 右側の余白調整 */
}

.tiktok-left {
    text-align: left !important;
}

.tiktok-embed,
.tiktok-left iframe {
    margin-left: 0 !important;
    margin-right: auto !important;
}



@media screen and (min-width: 769px) {

}
@media screen and (max-width: 420px) {

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

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

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