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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.page .entry-title {
    display: none;
}

/*** 全体　***/
.item-label {
  font-size: 18px;
}

/* サブメニューに影を付ける */
.navi-in>ul .sub-menu {
  margin-top: 1px;
  box-shadow: 0 2px 2px 0 rgba(0 0 0 / 14%), 0 3px 1px -2px rgba(0 0 0 / 20%), 0 1px 5px 0 rgba(0 0 0 / 12%);
  background: #fff;
}

/*** マウスオーバー時のアニメーション ***/
/* マウスオーバー時、背景の色を変える */
.navi-in a:hover {
  transform: translateY(1px);
  background: #f5f5f5;
}

/* メインメニューのアニメーション */
.item-label:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background: #757575;
  content: '';
  transition: all .4s;
}

.menu-header .menu-item:hover .item-label:after {
  width: 100%;
}

/* メインメニューのアニメーション -矢印変化- */
.navi-in .has-icon {
  right: 15px;
  opacity: unset;
  font-size: 20px;
}

.navi-in .has-icon .fa-angle-down {
  transition: all .4s ease-out;
}

.menu-header .menu-item:hover .fa-angle-down {
  transform: translateY(6px);
}

/* サブメニューのアニメーション -下線- */
.sub-menu .item-label:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%!important;
  height: 2px;
  background: #757575;
  content: '';
  transition: all .4s;
}

.sub-menu .menu-item:hover .item-label:after {
  width: 100%!important;
}

/* サブメニューのアニメーション -フォント- */
.sub-menu .item-label {
  text-align: center;
  transition: font-size .4s;
}

.sub-menu .menu-item:hover .item-label {
  font-size: 18px;
}

/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}

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

/*———————————
トップページ（スマホ用画像）
——————————–*/
@media screen and (max-width: 769px) {
.appeal {
background-image: url(https://manst-jp.com/wp-content/uploads/2025/03/日本マンストテクノロジー株式会社mobile.jpeg);
height: 700px;
}
}

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

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