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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/* グローバルメニュー（PCヘッダー・スマホドロワー・フッターメニュー含む）を新ゴRに */
#navi,
#navi-in,
.navi-in,
.navi-in a,
.navi-in .item-label,
.navi-in .item-description,
.navi-menu-content,
.navi-menu-content a,
.menu-drawer,
.menu-drawer a,
#navi-footer,
.navi-footer-in a {
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;!important;
}

/* 見出し（新着記事・アーカイブ・検索など）を新ゴRに */
h1,h2,h3,h4,h5,h6 {
  font-family: "新ゴ R", "游ゴシック体", "Meiryo", "ヒラギノ角ゴ ProN", sans-serif !important;
}

.header-container,
.navi {
  background: rgba(255, 255, 255, 0.5);
}

/*ナビゲーションメニュー背景透明化*/
.mobile-header-menu-buttons.mobile-menu-buttons.menu-button {
  background: rgba(255, 255, 255, 0.5);
}

entry-tags .fa-tag:before {
  display: none;
}

.entry-categories .fa-folder:before {
  display: none;
}

#hinomu p,
#hinomu h1 {
  font-family: "トーキング";
}

#navi-in {
  font-family: "A1明朝" !important;
}



/*ContactForm7カスタマイズ*/
table.CF7_table {
  width: 100%;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
}

table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

/*入力欄*/
.CF7_table input,
.CF7_table textarea {
  border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
  color: #797979;
}

/*「必須」文字*/
.CF7_req {
  font-size: .9em;
  padding: 5px;
  background: #f79034;
  /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: .9em;
  padding: 5px;
  background: #bdbdbd;
  /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/* タイトル列 */
@media screen and (min-width: 768px) {
  .CF7_table th {
    width: 35%;
    /*横幅*/
    background-color: #ebedf5;
    /*ブルーグレー*/
  }
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  table.CF7_table {
    width: 100%;
  }

  .CF7_table tr,
  .CF7_table td,
  .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }

  .CF7_table th {
    background-color: #ebedf5;
  }
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #f79034;
  /* オレンジ*/
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

th {
  text-align: left;
}


/*アピールエリア画像*/
#appeal {
  margin-top: 20px;
  background-size: auto 100%;
}

#appeal #appeal-in {
  min-height: 100vw;
  /* ① 画像の高さ/サイト幅*100 */
}

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

.cat-link {
  font-family: "新ゴ R";
}

/*スマートフォン以外では改行しない*/
.br-sp {
  display: none;
}

@media screen and (min-width: 601px) {

  /* ② サイト幅+1 */
  #appeal #appeal-in {
    min-height: 728px;
    /* ③ 画像の高さ */
  }
}

/*1024px以上*/
@media screen and (min-width: 1024px) {

  /*メインカラムの幅*/
  .no-sidebar #main,
  #content-bottom-in {
    width: 728px;
    margin: auto;
  }
}

/*1023px以下*/
@media screen and (max-width: 1023px) {

  .no-sidebar #main,
  #content-bottom-in {
    width: 728px;
    margin: auto;
  }

}

/*834px以下*/
@media screen and (max-width: 834px) {

  /*メインカラムの幅*/
  .no-sidebar #main,
  #content-bottom-in {
    width: 728px;
    margin: auto;
  }

  /*スマートフォン時のみ改行*/
  .br-sp {
    display: block;
  }


}

/*480px以下*/
@media screen and (max-width: 480px) {


  /*メインカラムの幅*/
  .no-sidebar #main,
  #content-bottom-in {
    width: 100%;
    padding: 1em;
    margin: auto;
  }