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

/*サイトタイトル*/
.site-name-text {
    font-size: 30px !important;
    padding-bottom: 0;
}
/*キャッチフレーズ*/
.tagline {
    font-size: 30px;
    margin-top: 0;
    font-family: "游明朝体","YuMincho",
    serif !important;
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*サイトタイトル*/
  .site-name-text {
      font-size: 24px;
  }
  /*キャッチフレーズ*/
  .tagline {
      font-size: 16px;
  }
} 


/***********************************
/*サイトロゴのフォント変更-文字白*/
***********************************/
.logo-header a span{
font-family: 'Avenir','Helvetica Neue'!important;
font-weight: bold;
font-size:36px;
}


/******************************************
/*キャッチフレーズのフォント変更-文字黒*/
******************************************/
.tagline{
font-family: 'Avenir','Helvetica Neue'!inportant;
font-weight: bold;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}



/************************************
** 子テーマ用のスタイルを書く
************************************/
/*!固定ページ日付非表示*/
.page .date-tags {
display: none;
}

/************************************
** 固定ページだけタイトルを非表示にする
************************************/
.page .entry-title {
display: none;
}
/*必要ならばここにコードを書く*/

/*************************************
** キャッチフレーズサイズ色変更
************************************/
.tagline{
font-weight: bold;
#font-size: 18pt;
}
	
/*!color: #FF0000;*/
/*}:*/
/************************************
** 固定ページだけタイトルを非表示にする
************************************/ 
/** 記事本文内の行の高さを調整 */
        .content p {
            margin-top: 0;
            margin-bottom: 1.4em;
            line-height: 160%;
        }


/*************************************
**reCAPTCHAマーク消去
*************************************/
.grecaptcha-badge { visibility: hidden; }


/*************************************
**reCAPTCHA規約追記-送信下
*************************************/

<div class="recaptcha-text">
  <p>This site is protected by reCAPTCHA and the Google</p>
  <p>このサイトはreCAPTCHAとGoogleによって保護されており、Googleのプライバシーポリシーと利用規約が適用されます</p>
  <p><a href="https://policies.google.com/privacy">プライバシーポリシー</a> / <a href="https://policies.google.com/terms">利用規約</a></p>
</div>
<style>
  .recaptcha-text {
    font-size: .7em;
    margin-top: 2em;
  }
  .recaptcha-text p:last-child {
    margin-top: .5em;
  }
  .recaptcha-text p:last-child {
    margin-top: 1em;
  }
</style>




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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
{
/************************************
****　おすすめカード
************************************/
div#recommended-in.recommended-in.wrap.cf{
margin-top: 20px;
max-height:220px;
}
@media screen and (min-width: 1024px){
div#recommended-in.recommended-in.wrap.cf{
padding:0 2em;
}}
div#content.content.cf{
margin-top:0;
}
.widget-entry-cards .a-wrap{
transition: all .2s;
}
.widget-entry-cards .a-wrap:hover {
transform: translateY(-1px);
transition: all .2s;
}
figure.navi-entry-card-thumb.widget-entry-card-thumb.card-thumb{
opacity:.8;
}
.recommended.rcs-center-white-title .a-wrap:hover .card-content {
transition: all .1s;
opacity: 1;
}
.widget-entry-cards.large-thumb-on .card-content{
background: rgba(151, 151, 151, 0);
}
a.navi-entry-card-link.widget-entry-card-link.a-wrap{
border-radius:10px!important;
margin:1em .5em;
background-color:#FFFFFF;/*Cocoon設定「全体」の「サイト背景色」に合わせてください*/
}
div.navi-entry-card-title.widget-entry-card-title.card-title{
color:#333333;
font-weight:bold;
font-size:.8em;
background-color: rgba(255, 255, 255, 0.8);
padding: .6em .5em;
border-radius:30px;
}
@media (max-width:834px){
a.navi-entry-card-link.widget-entry-card-link.a-wrap{
margin:.3em 0em;
}
div.navi-entry-card.widget-entry-card.e-card.cf{
border-radius:10px!important;
overflow:hidden;
max-height:100px;
margin:0 .3em 0;
box-shadow: 0px 1px 4px 0 rgba(0,0,0,.1)!important;
}
.widget-entry-cards.large-thumb-on .a-wrap:hover {
box-shadow:none;
}
}
@media (max-width:834px){
div.navi-entry-card-title.widget-entry-card-title.card-title{
font-size:.6em;
padding: .5em;
}
div#recommended-in.recommended-in.wrap.cf{
margin: .7em .2em .3em;
}
.widget-entry-cards.large-thumb-on .card-content{
background: rgba(151, 151, 151, 0.2);
}
}
main#main.main{
margin:0;
}
.bofdy .navi-entry-cards{
margin-bottom: 0;
}

/**footer 消す*/
.footer-title {
  display: none;
}



/*****************************/
/**コンタクトフォーム変更**/
/*****************************/

/* フォーム全体 */
/*<div id="wcf7-area">*/





.wcf7-submit{ 
margin-bottom: 3em;
}
}
