@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/*共通*/
.top30 {
	margin-top:30px;
}

/*header menu */
.navi .item-label, .navi .item-description {
  font-weight: 600;
}
/*サイトバー 4メニュー */
#custom_html-9 a{
  margin-bottom: 12px;
  display: inline-block;
}
/*サイドバー 更新情報 */
.info-list-item-meta {
  opacity: 1;
}
.info-list-item-categorys .entry-category {
  font-size: 1em;
  border: 1px solid #333;
}
/* ホームページ */
.home .date-tags{
  display: none;
}

/* ホームページ H2 */
.home .article h2,
.home .widget-page-content-bottom-title,
#sidebar h3{
  position: relative;
  background:none;

}
.home .widget-page-content-bottom-title{
  font-weight: 700;
  font-size: 24px;
  padding: 25px;
}

.home .article h2:after,
.home .widget-page-content-bottom-title:after,
#sidebar h3:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #fff 2px, #fff 4px);
}

/*ホームページ 新着情報 日付 */
.home #info_list-4 .widget-title{
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid #333;
  padding: 0.7em 0.5em;
}

.home #info-list .info-list-item-content-link{
  font-weight: 700;
}
.home #custom_html-4{
  margin-bottom: 0;
}
.home #custom_html-4 .pagination-next-link{
  font-size: 1em;
}


/* サイドバー */
#sidebar .new-entry-card-date{
  display: block;
}

#categories-2 .cat-item a{
  display: inline-block;
  width: 100%;
  max-width: 350px; 
  position: relative;
  border-radius: 0;
  background: #fff; 
  padding: 0.4em 2em;
  text-decoration: none;
  text-align: left;
  color: #333;
  margin-bottom: 12px;
  border: 3px solid #cab2d6; 
}
#categories-2 .cat-item a:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #cab2d6;
}

#categories-2 .cat-item a:hover:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

#categories-2 .cat-item a:before {
  content: "\f07b";
  color:#cab2d6;
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#categories-2 .cat-item .list-item-caption{
  padding-left: 12px;
}

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

}

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

}

/*480px以下*/
@media screen and (max-width: 480px){
  .home #info_list-4 .widget-title{
    font-size: 20px;
  }
  .home .widget-page-content-bottom-title {
    font-size: 20px;
    padding: 0.6em 0.8em;
}
}
