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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (min-width: 1024px){

.header-container {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}
.header-container {
    background-color: #05b2b4;
}
.site-name-text-link {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    padding: 0 1em;
}
.site-name-text-link:hover {
    color: #fff;
}
.navi {
    background-color: #05b2b4;
	color: #fff;
}
.navi-in a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.navi-in a:hover {
    background-color: #52e8ea;
    transition: all 0.3s ease-in-out;
    color: #333;
}
.appeal {
    background-size: 1260px auto;
    margin-top: 60px;
}
.content {
    margin-top: 50px;
}
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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