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

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

.entry-title ,.title ,.otoiawase-sp ,.free-d ,.telban ,.jikan ,.wp-image-340{
display: none;
}

.tagline {
font-weight : bold;	
}

.logo-header {
margin-top : -1%;	
}

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

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

/*520px以下*/
@media screen and (max-width: 520px){

.obi ,.toiawase {
display: none;		
}	

.tagline {
margin-top: 5%
}

.tagline {
font-size: 1.0em;
}

.logo-header {
margin-top: -4%
}	
	
.title {
display: block;
margin-top: -5%;
font-size: 1.5em;		
}	
	
.otoiawase-sp  {
display: block;
margin-top: 13%;
font-size: 1.3em !important;
}

.free-d {
display: block;
margin: 0 auto !important;
margin-top: -8% !important;
max-width: 70px !important;
}

.telban {
display: block;
font-size: 2.0em !important;
}

.jikan {
display: block;
margin-top: -15% !important;
font-size: 0.8em !important;
}	
	
	
}
