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

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

/*白い背景を透明に*/
.appeal-content{
color:#fff;
background-color:transparent;
padding: 0;
}
 
/*タイトルの文字サイズを大きく*/
.appeal-title{
font-size:2em;
margin-bottom: 1em;
opacity: 0.8;
}

/*リンク カスタマイズ*/
a{
text-decoration: none;
}
.entry-content a:hover {
	color: #006e54; 
		text-decoration: underline;
}

/* お問い合わせフォーム ボタン */
.wpcf7-submit {
/*  border: solid 2px #fe619a!important; /*枠線*/
  border-radius: 8px!important; /*角丸コーナー*/
  font-weight:bold!important; /*文字強調*/
  font-size: 20px!important; /*フォントサイズ*/
/*  color: #fff!important; /*フォントカラー*/
/*  background-color: #fe619a!important; /*背景色*/
  letter-spacing: 30px!important; /*文字間隔*/
}

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

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

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

