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

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

.login-button{
  left: 20px;
  width: 220px;
  height: 40px;
  text-align: center;
  background: linear-gradient(to bottom, #33ccff,#336666);
  color: #ffffff;
  border-radius: 4px;
}

.mobile-menu-buttons .menu-button > a {
  color: #ffffff;
}

a.menu-button-in {
  color: #ffffff;
  vertical-align: middle;
}

.header-title-area {
  justify-content: space-evenly;
  font-size: 19px;
  list-style: none;
  box-sizing: border-box;
  display: flex;
  float: none;
}

ul.header-title-area {
  padding-left: 0px;
}

.header-title-area .login-button {
  margin: 20px 0 30px;
}

.header-title-area a.menu-button-in {
  text-decoration: none;
}

.navi-menu-content{
  left: auto;
  right: 0;
  transform: translateX(101%);
}


/************************************
** 投稿の表示位置調整
************************************/
.entry-card-content{
  display: flex;
  flex-direction: column;
}


.ect-vertical-card .entry-card-wrap{
    width: 48%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    border-radius: 3px;
    padding:10;
}

.entry-card-title{
  order: 1;
}

.entry-card-snippet{
  order: 3;
}

.entry-card-meta{
  text-align: left;
  position: static;
  margin: 0.2em 0;
  order: 2;
}

.entry-card-info{
  display: block;
}

@media screen and (max-width: 480px){
  .entry-card{
    display: flex;
    flex-direction: column;
  }

  .entry-card-thumb{
    width: 100%;
  }

  .entry-card-thumb .cat-label{
    font-size: 16px;
    padding: 3px;
  }
}

.fa-clock-o{
  display: none;
}


/************************************
** 投稿日のアイコン変更
************************************/
.post-date::before{
  content: "";
  background-image: url("images/calendar.svg");
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
}


/************************************
** 更新日のアイコン変更
************************************/
.post-update::before{
  content: "";
  background-image: url("images/calendar.svg");
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
}


/************************************
** サイドバーのカスタマイズ
************************************/
.sidebar h3{
  text-align:left;
  padding-left: 0px;
  color:  #000000;
  border-bottom:2px solid #140066;
}

.sidebar li{
  text-indent: 10px;
  /*padding-left: 10px;*/
  border-bottom:2px dotted #F3F3F3;
}

.sidebar li a::before{
  content: "";
  background-image: url("images/arrow.svg");
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
}

.search-edit{
  border: 1px solid #F9F9F9;
  background-color: #F2F2F2;
}


/************************************
** フッターのカスタマイズ
************************************/
.footer {
        margin-top: 0;
        padding-top: 0;
}


/************************************
** グローバルメニューのカスタマイズ
************************************/
nav#navi, .menu-header .sub-menu{
     border-bottom:1px solid #140066;
     border-top:1px solid #140066;
}

#navi .navi-in > ul > li{
  border-left: 1px solid #140066;
}

#navi .navi-in > ul > li:last-child{
  border-right: 1px solid #140066;
}

#navi .navi-in > .menu-header .sub-menu {
    background-color: #F3F2F7;
}


/************************************
** モバイルメニューのカスタマイズ
************************************/
.menu-content{
  max-width: 100%;
  height: auto;
}

.mobile-menu-buttons .menu-caption{
  display: none;
}

ul.menu-drawer{
  background-color: #F3F2F7;
  list-style-type: none;  
}

.menu-content .menu-drawer {
  background-color: #F3F2F7;
  padding: 0px;
}

ul.menu-drawer li{
  /*list-style-type: none;*/  
  border-bottom: 2px solid #ffff;
  padding-left: 10px;
}

.logo-menu-button menu-button >a{
  visibility:hidden;
}


/************************************
** アピールエリアのカスタマイズ
************************************/
#appeal #appeal-in{
  min-height:500px;
}


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

@media screen and (min-width: 835px){
  #menu-item-61 {
    display: none;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  .navi-menu-button.menu-button {
    left: auto;
    right: 10px;
    width: 40px;
  }

  .header-title-area .login-button {
    display: none;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
}

