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

/************************************
** 子テーマ用のスタイルを書く
************************************/


/* ページタイトル非表示 */
h1.entry-title{ display:none; }

.entry-content{ font-size:16px; }


/* 問い合わせフォーム用CSS */
.wpcf7{  margin-left:25px;}
.wpcf7 input[type="text"] { width:400px; font-size:20px; padding:10px; }
.wpcf7 input[type="email"] { width:400px; font-size:20px; padding:10px; }

.wpcf7 textarea { width: 700px; height:300px; padding: 10px;
	 border: 1px solid #ddd;  border-radius: 3px;  }

.wpcf7 input[type="submit"] { width:500px; font-size:20px; padding:20px; background-color:#eee; }
.wpcf7 input[type="submit"]:hover {background-color:#ddd; }





/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (max-width: 1023px){	
	.entry-content{ font-size:13px; }
}



@media screen and (max-width: 830px){
	
	/* 全ページの文字サイズ */
	.entry-content{ font-size:13px; }
	
	
	/* 問い合わせフォーム用CSS */
	.wpcf7 input[type="text"] { width:95%; font-size:20px; padding:10px; }
	.wpcf7 input[type="email"] { width:95%; font-size:20px; padding:10px; }

	.wpcf7 textarea { width: 95%; height:300px; padding: 10px;
		 border: 1px solid #ddd;  border-radius: 3px;  }

	.wpcf7 input[type="submit"] { width:80%; font-size:20px; padding:20px; background-color:#eee; }
	.wpcf7 input[type="submit"]:hover {background-color:#ddd; }
}



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

}



