@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 .logo-header .site-name {
    margin: 10px 0 0;
}

/* 固定ページだけ日付・更新日・投稿者を消す */
.page .entry-date,
.page .entry-updated,
.page .post-date,
.page .posted-on,
.page .updated-on,
.page .author-info {
    display: none !important;
}

/* 固定ページの更新アイコンを非表示 */
.page .icon-update,
.page .fa-history,
.page .fa-refresh,
.page .updated::before,
.page .entry-updated::before {
    display: none !important;
}

.navi-in > ul li {
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.header-container-in.hlt-top-menu .navi {
    width: 76%;
}

.event-cta {
  text-align: center;
  margin: 40px 0;
  padding: 24px;
  background: #eef6ff;
  border-radius: 16px;
}

.event-cta-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.event-cta-button {
  display: inline-block;
  background: #1e88e5;
  color: #ffffff;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.event-cta-button:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.event-cta-note {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
}



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

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

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






