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

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

.tagline {
    margin-top: -5px; /* 上の間隔を調整 */
    margin-bottom: 0.5em; /* 下（メニュー側）の間隔を調整 */
}

body {
  font-family: "momochidori", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* 本文として読みやすくするための推奨設定 */
  line-height: 1.8;      /* 行間を広めにすると可読性が上がります */
  color: #333;           /* 真っ黒より少しグレーにすると目が疲れにくいです */
  -webkit-font-smoothing: antialiased; /* 文字の縁を滑らかにします */
}
h3 {
  font-family: "momochidori-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*H2 */
.entry-content h2{
border:none;
}
h1 {
	font-family: "momochidori", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.wpcf7 input[type="submit"] {
	width:100%;
	padding:10px;
	border-radius:3px;
	border: none;
	background: #e3e3e3;
	transition: 0.6s;
	font-size:17px;
}

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

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

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