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

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

.site-name-text {
display: none;
}

.logo-header img {
    width: auto;
    height: 300px;
}

.logo-image {
    line-height: 0px;
}

.header .header-in {
  position: relative;
}

.tagline {
    position: absolute;
    display: block;
    bottom: 2%;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: auto;
    text-shadow: 0 0 11px rgb(197 133 61);
}

body, .header, .appeal {
    background-repeat: no-repeat;
	background-size: cover;
}

/* 「新着記事」を非表示にするCSS */
div#list-wrap .list-new-entries {
  display: none;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.logo-header img {
		width: 100%;
		height: auto;
	}
}

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


	.logo-header img {
		width: 100%;
		height: auto;
	}
}

/*---cocoonモバイルメニューのカスタマイズ---*/
.mobile-menu-buttons {
  background: #3b1e42;/* メニューの背景色 */
  box-shadow:0 -2px 6px gray;/* メニューに影をつける */
}
.navi-menu-button,
.mobile-menu-buttons .home-menu-button > a,
.search-menu-button,
.mobile-menu-buttons .top-menu-button > a,
.sidebar-menu-button{
  color: #ffffff;/* メニューのテキストの色 */
}
.mobile-menu-buttons .menu-button:hover {
  background: #3b1e42;/* メニューの背景色(選択時) */
}
.top-menu-button a:hover,
.home-menu-button a:hover,
.mobile-menu-buttons :hover,
.menu-button:hover {
	color: #ffffff;/* メニューのテキストの色(選択時) */
}
.mobile-menu-buttons .menu-content{
  color: #333;/* サイドメニューの表示色が変わるのを防ぐ */
}

.menu-content{
	background:#3b1e42;
}
.menu-drawer a{
	color:#fff;
}
.fa.fa-close:before, .fa.fa-remove:before{
	color:#fff;
}
/*-------------------------------------*/

/* Original front page */
.original-front-page {
  padding: 56px 20px;
}

.original-front-page__inner {
  max-width: 960px;
  margin: 0 auto;
}

.original-front-page h1 {
  margin-top: 0;
  margin-bottom: 16px;
}
