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

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.post-59 .date-tags,
.post-62 .date-tags {
display: none;
}
}
.example img{
    margin: 10px;
}
.button._shiny {
    display: block;
    position: relative;
    padding: 1em 1.5em;
    background-color: #ffe4e1;
    box-shadow: 0 4px 0 0 #c0c0c0;
    border-radius: 8px;
  margin:30px auto;
    font-weight: bold;
    font-size: 16px;
  max-width:800px;
    color: #1e90ff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  transition: 300ms;
}
.button._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #0000ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

.button._shiny:hover {
    text-decoration: none;
    color: #1e90ff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button._shiny-2 {
    display: block;
    position: relative;
    padding: 1em 1.5em;
    background-color: #ffe4e1;
    box-shadow: 0 4px 0 0 #c0c0c0;
    border-radius: 4px;
  margin:30px auto;
    font-weight: bold;
    font-size: 16px;
  max-width:800px;
    color: #1e90ff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  transition: 300ms;
}
.button._shiny-2::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #0000ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

.button._shiny-2:hover {
    text-decoration: none;
    color: #1e90ff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

#carousel .a-wrap {
  padding-top: -10px;
  margin: initial;
  margin-top: -6px !important;
}

#carousel .carousel-entry-card-title {
  display: none; /* タイトル消す */
}

#carousel .carousel-in {
  background-color: transparent;
}

#carousel .slick-dots {
  display: none !important;
}

.slick-slide img {
  border-radius: 10px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
}

.carousel-entry-card-thumb {
  width: 95%;
}

.carousel .cat-label {
  display: none; /* カテゴリーを消す */
}
