@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.entry-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 1.5em 0 1em;
  color: #222;
  background-color: transparent;
  border-bottom: none;
}

.eye-catch-image,
.wp-post-image,
.lazy-loaded {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
}

iframe {
  min-height: 0 !important;
  height: auto !important;
}