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

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

/*********fv********/
.tagline {
    font-size: 17px;
}
.site-name-text-link{
font-weight: 600;
}
#header .site-name-text {
        font-size: 38px;
    }

#header .site-name-text a{
	text-decoration:none;
}

.header-container-in.hlt-top-menu .logo-header {
    display: none;
}
/*********目次(Cocoonのもの/使用しない)********/
#rtoc-mokuji-wrapper{
		margin-bottom: 4%;
}

.toc {
    border-bottom: 2px solid #45b29d;
	border-top: 2px solid #45b29d;
	border-left: none;
	border-right: none;
}
.toc-title{
	color:#45b29d;
}

.cat-label{
	border:none;
	color:#fff;
}


/*********サイドメニュー********/
.widget-sidebar-title{
	font-size:1.15rem;
}
.textwidget{
	font-size:0.9rem;
}
.textwidget p{
	margin-top:2.5%;
}

.widget-entry-cards.card-large-image .e-card {
	font-size:0.95rem;
}



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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	/*********fv********/
	 #header .site-name-text {
        font-size: 25px;
    }
}

