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

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

#header-in{
  padding:10px 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#header-in::after{
  content:none;
}
#header-in .logo-header img{
  display: block;
}
#header-in .logo-image a{
  display:block;
}
#header .site-name-text{
  display: block;
}
.header-text{
  font-size:0.8em;
  font-weight: 700;
  line-height: 1.4;
}
.header-text a{
  color:#fff;
}
.header-text a[href*='tel']{
  text-decoration: none;
}
@media screen and (max-width: 1280px){
  #header-in{
    margin: 0 .5%;
  }
}
@media screen and (max-width: 834px){
  #header{
    border-bottom:10px solid #ff0;
  }
}
@media screen and (max-width: 480px){
  .header-text a[href*='tel']{
    text-decoration: underline;
  }
}

.navi-in > ul {
  justify-content: space-around;
}
.navi-in > ul li{
  font-weight: 700;
}
#navi .navi-in>ul>li{
  flex:1 1 16.6666%;
}
.navi-in a{
  font-size:15px;
}
#navi .navi-in>ul>li>a{
  padding:0;
}
@media screen and (max-width: 1000px){
  #navi .navi-in>ul>li{
    flex:1 1 auto;
  }
}

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

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

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