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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body { font-family: "M PLUS Rounded 1c"; }

.page .entry-title{
  display: none;
}

/*コンテンツ上部の画像を全幅にする*/
#content-top-in {
  width: 100%;
  height: auto;
  text-align: center;
}
/*メニューとコンテンツ上部の画像の余白を無くす*/
#content-top{
  margin-top:0px;
	margin-bottom:0px;
}

.circle1{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #CAA84E;
  text-align:center;
  line-height: 30px;
margin-right:0.5em;
}

.site-name-text-link {font-weight: bold;｝
	
.main{margin-bottom:0;margin-top:0;padding-top:0 !important;}




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

}

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

}

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