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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* Contactページだけ Cocoonヘッダーとページタイトルを非表示 */
.page-id-38 #header-container,
.page-id-38 .entry-title {
  display: none;
}

/* Contactページ用：ナビのデザイン */
.page-id-38 .md-header {
  background: none;
  padding: 24px 0;
}

.page-id-38 .md-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-id-38 div.md-logo a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
	position: absolute;
    top: 25px;
    left: -616px;
}

.page-id-38 .md-nav a {
  margin-left: 24px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}

.page-id-38 .md-nav a:hover {
  opacity: 0.7;
}
/* Contactページ：本文の余白をなくしてヘッダーを一番上にくっつける */
.page-id-38 .article {
  padding-top: 0;
}

.page-id-38 .entry-content {
  margin-top: 0;
  padding-top: 0;
}

/* 最初のブロックの上マージンも消す */
.page-id-38 .entry-content > *:first-child {
  position: absolute;
    top: -41px;
    right: 93px;
}

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

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

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