@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:3em;
margin-bottom: 1em;
}
 

/*赤いボタンを透明に*/
a.appeal-button{
background-color:transparent;
border: solid 1px;
border-color:#fff;
transition : 1s;
margin-top: 3.5em;
letter-spacing: 0.5em;
}
 

/*ボタンにマウスを載せたときふわっとする*/
a:hover.appeal-button {
  transform: scale(1.1);
}

.mobile-menu-buttons {
background: #F7C59F;
color: white;
}

.mobile-menu-buttons .menu-button > a {
color: white;
}

/* 新着横４つ表示 */
.new-entry-cards.large-thumb {
display: flex;
flex-wrap: wrap;
}

.new-entry-cards.large-thumb a {
width: 24%;
}

/*1023px以下*/
@media screen and (max-width: 1023px){
.new-entry-cards.large-thumb a {
width: 50%;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
.new-entry-cards.large-thumb a {
width: 50%;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
.new-entry-cards.large-thumb a {
width: 50%;
}
}

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

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

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