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

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

.front-top-page.skin-grayish .header-in .site-name-text,.tagline {
    font-family: “游明朝”, YuMincho, “Hiragino Mincho ProN W3”, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif;
	color: #ffffff;
}

.front-top-page.skin-grayish .header-in .site-name-text {
	font-size: 58px;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.85), 0 2px 8px rgba(0, 0, 0, 1);
}

.tagline {
    font-size: 20px;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.85), 0 2px 8px rgba(0, 0, 0, 1);
}



/* FrontPage MV navi-color-change */
.front-top-page.skin-grayish #navi-in[data-navi-active=false] {
	background-image: linear-gradient(0deg, transparent 0 5%, #FFF 100%);
	background-color: transparent;
	box-shadow: none;
}

.skin-grayish #navi-in[data-navi-active=false]>ul.menu-top.menu-header.menu-pc>li>a,
.skin-grayish #navi-in[data-navi-active=false] [class^="icon-"],
.skin-grayish #navi-in[data-navi-active=false] .search-menu-icon span::before {
	color: #333a3f;
	filter: drop-shadow(0px 0px 4px white);

}


/*トップ画面でスクロールをしたまでもってきたのきに適応*/

.front-top-page.skin-grayish #navi-in {
    background-color: #ffffff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}


.skin-grayish:not(.front-top-page) .header-container-in.hlt-center-logo-top-menu {
	width: 70%;
	align-items: center;
	margin: 0 auto;
}

/*1276px以下*/
@media screen and (max-width: 1276px){
  /*必要ならばここにコードを書く*/
.skin-grayish:not(.front-top-page) .header-container-in.hlt-center-logo-top-menu {
	width: 100%;
}
	
}


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

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

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