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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.header-container{display:none;}

.head-logo{
	width:60%;
	max-width:400px;
	margin:0 auto;
}
.head-copy{
	margin-top:3em;
	margin-bottom:0;
	text-align:center;
	font-size:1.5em;
}

#custom_html-2.widget{
	margin-bottom:0!important;
}

.page-id-5 .content{
	margin-top:0!important;
}
.page-id-5 .main{
	padding-top:0!important;
}

h1.entry-title{
	margin-top:0;
	text-align:center;
	font-size:2.5em;
}

.oej-img1{
	width:40%;
	max-width:300px;
	margin:0 auto;
}

h2.midashi-1{
	font-size:1.7em!important;
}
.midashi-1_text{
	font-size:1.4em!important;
}

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

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

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