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

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

/* メインビジュアル */
.header-container-in.hlt-top-menu {
    max-height: 600px;
}
.header-container {
    height: 600px !important;
}
.header-container .header-content {
    height: 600px;
}
.header-container .catch {
    padding: 200px 0;
}
/* サービスカード */
.widget-entry-cards .a-wrap {
    transition: all .3s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.widget-entry-cards .a-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background-color: #f5f5f5;
}
/* CTAボタン */
.wp-block-button__link,
.appeal-button {
    background: #B8860B !important;
    color: #fff !important;
    padding: 15px 40px !important;
    border-radius: 50px !important;
    font-weight: bold !important;
}
.wp-block-button__link:hover,
.appeal-button:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}
/* ゴールドアクセント要素 */
.article-header .entry-title,
.sidebar h3,
.footer h3 {
    border-left: solid 5px #B8860B;
}
/* ボタン要素 */
.btn-wrap a {
    background: #B8860B !important;
    border: none !important;
}
/* メニューホバー */
#navi .navi-in > ul > li:hover > a {
    background: #B8860B;
    color: white;
}
/* サイドバーウィジェットタイトル */
.sidebar h2,
.sidebar h3 {
    background: #1B3C69;
    color: white;
    padding: 10px;
}
/* 記事タイトルホバー */
.entry-title a:hover {
    color: #B8860B !important;
}
/* カテゴリーラベル */
.cat-label {
    background-color: #B8860B;
}
/* ページネーション */
.page-numbers {
    color: #1B3C69;
    border: 1px solid #1B3C69;
}
.pagination .current {
    background-color: #1B3C69;
}


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

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

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