@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 {
  background-size: cover !important;
}
.appeal {
  background-repeat: no-repeat;
  background-position: center center;
}

/*通知*/
.notice-area {
text-align: center;
padding: 0.5em;
font-size: 0.8em;
font-weight: bold;
}

.notice-area:before {
    font-family: FontAwesome;
    content: "\f16d";
    vertical-align: middle;
    margin-right: 0.2em;
    font-weight: normal;
	font-size: 1.5em;
	color: #CF2E92;

/*　おしらせ　*/
#notice-area-wrap a {
	transition: all 0.3s ease-in-out;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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