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

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

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

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

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


/*アピールエリアの高さ設定　スマホ*/
/*
@media (max-width: 767px){
#appeal {
height: 120vw; 
}
*/

	

	
/************************************
** 固定ページ
************************************/
/* 固定ページのタイトルを非表示*/
/*.page .entry-title {
display: none;
}*/

/*固定ページの日付非表示*/
.page .date-tags,
.page .author-info {
display: none;
}

/*固定ページの更新日を非表示*/
/*.post-update{
  display: none;
}*/

	



/**************************
    お問い合わせボタン
**************************/
.btn-flat-border {
  display: inline-block;
  max-width: 200px;
  text-align: left;
  background-color: #D8BFD8;
  border: 2px solid #D8BFD8;
/*  font-family: 'serif';   */
  font-size: 16px;
  color: #FFF;
  color: #fff !important;/* 文字の色*/
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn-flat-border:hover {
  background-color: #ead6ff;
  border-color: #ead6ff;
  color: #FFF;
}

//*
.btn-flat-border {
 	display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50%;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 25px;
    background-color: #eec4ea;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}
.btn-flat-border:hover {
    background-color: #deb4da;
}

.btn-flat-border::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM12.0606 11.6829L5.64722 6.2377L4.35278 7.7623L12.0731 14.3171L19.6544 7.75616L18.3456 6.24384L12.0606 11.6829Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}
*/

/**************************
 コンタクトフォーム7　送信ボタンのカスタマイズ
**************************/

input.wpcf7-submit {
	border: solid 2px #D8BFD8!important; /*枠線*/
	border-radius: 6px!important; /*角丸コーナー*/
	font-weight:bold!important; /*文字強調*/
	font-size: 18px!important; /*フォントサイズ*/
	color: #fff!important; /*フォントカラー*/
	background-color: #D8BFD8!important; /*背景色*/
	letter-spacing: 4px!important; /*文字間隔*/
}

input.wpcf7-submit:hover {
	background-color:#ead6ff !important;/* マウスを乗せたときの背景色 */
	border-color: #ead6ff;
	color: #FFF !important;/* マウスを乗せたときの文字の色 */
}

/* ヘッダー下に出現する余白を消す */
.logo-image * {
  display: block;
}

.logo-image {
  padding: 0;
  margin: auto;
}

/*
#main {
  margin-top: 0;
}
.content {
  margin-top: 0;
}
.article h1 {
  margin-top: 0;
  padding-top: 0;
}
*/
/**************************
 目次ボタン
**************************/
.nomadBtn1 {
  color: #D8BFD8 !important;
  border: 2px solid #D8BFD8;
  border-radius: 5px;
  padding: .7em 2em;
  display: inline-block;
  text-decoration: none !important;
  margin: 15px 0;
}
