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

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

/*ホームページの「ページタイトル（H1見出し）」を非表示*/
.home.page .entry-title{
    display: none;
  }

/*ホームページの見出しデザインを消去（h2～h4）*/
.home.page .entry-content h2{
    padding: 0;
    margin: 0;
    background:none;
　　color: #000;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    line-height: normal;
    position:relative;
}

.home.page .entry-content h3{
    padding: 0;
    margin: 0;
    background:none;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    line-height: normal;
    position:relative;
}

.home.page .entry-content h4{
    padding: 0;
    margin: 0;
    background:none;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    line-height: normal;
    position:relative;
}  

/*全固定ページの「シェアボタン」「フォローボタン」「投稿日／更新日」「投稿者名」を非表示*/
.page .sns-share,
.page .sns-follow,
.page .date-tags,
.page .author-info{
    display: none;
  }

/*全固定ページのメインカラムパディング設定*/
.page .content .main {
    padding: 100px;
}

  /*必要ならばここにコードを書く*/
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以上*/
/*　タブレット横、パソコン用　*/

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*　タブレット縦用　*/
}

/*834px以下*/
@media screen and (max-width: 834px){
.page .content .main, .content .sidebar {
  padding: 15px;
 }
}
  /*　スマホ横用　*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*　スマホ縦用　*/
}

.logo-header img {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 480px){
 .logo img {
  height: 45px !important;
  margin: .5em auto;
 }
}
.logo-header {
  padding: 0px 80px 0px 0px;
}
@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
*/

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

/*ホームページの「ページタイトル（H1見出し）」を非表示*/
.home.page .entry-title{
    display: none;
  }

/*ホームページの見出しデザインを消去（h2～h4）*/
.home.page .entry-content h2{
    padding: 0;
    margin: 0;
    background:none;
　　color: #000;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    line-height: normal;
    position:relative;
}

.home.page .entry-content h3{
    padding: 0;
    margin: 0;
    background:none;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    line-height: normal;
    position:relative;
}

.home.page .entry-content h4{
    padding: 0;
    margin: 0;
    background:none;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    line-height: normal;
    position:relative;
}  

/*全固定ページの「シェアボタン」「フォローボタン」「投稿日／更新日」「投稿者名」を非表示*/
.page .sns-share,
.page .sns-follow,
.page .date-tags,
.page .author-info{
    display: none;
  }

/*全固定ページのメインカラムパディング設定*/
.page .content .main {
    padding: 100px;
}

  /*必要ならばここにコードを書く*/
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以上*/
/*　タブレット横、パソコン用　*/

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*　タブレット縦用　*/
}

/*834px以下*/
@media screen and (max-width: 834px){
.page .content .main, .content .sidebar {
  padding: 15px;
 }
}
  /*　スマホ横用　*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*　スマホ縦用　*/
}

function my_lightning_pageTitCustom( $title ) {
	if ( is_search () ) {
		$title = '株式会社 ＭＡＲＩＮ ＴＲＵＳＴ' . get_search_query() . 'ＨＯＭＥ';
	}
	return $title;
}
add_filter( 'lightning_pageTitCustom', 'my_lightning_pageTitCustom' );

.logo-header img {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 480px){
 .logo img {
  height: 45px !important;
  margin: .5em auto;
 }
}
.logo-header {
  padding: 0px 80px 0px 0px;
}
//Cocoon設定「スキン」画面から除外するスキンを設定
add_filter('get_exclude_skins', function ($skins){
  $skins = array();
  return $skins;
});
<meta name="description" content="○○○○">

function remove_dashboard_widgets() {
  if (!current_user_can('administrator')) {
    remove_meta_box('dashboard_activity', 'dashboard', 'normal');
    remove_meta_box('dashboard_right_now', 'dashboard', 'normal');
    remove_meta_box('dashboard_quick_press', 'dashboard', 'side');
    remove_meta_box('dashboard_primary', 'dashboard', 'side');
  }
}
add_action('wp_dashboard_setup', 'remove_dashboard_widgets');