@charset "utf-8";
/**********************************************

    園ブログ用CSS

**********************************************/

#site-content .content.thin .single .featured-media {
  display: none !important;
}

.slick-slide>img {
  max-width: 100%;
  height: auto;
  max-height: 50vh;
  object-fit: cover;
  margin: 0 auto;
}

.slick-list {
  margin-bottom: 20px !important;
}

.slick-arrow {
  display: none !important;
}

.numbers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.numbers li {
  border: solid 2px #ff7f00;
  width: 30px !important;
  height: 30px;
  text-align: center;
  margin: 3px;
}

.numbers li.slick-active {
  background-color: #ff7f00;
}

.numbers li button {
  width: 100%;
  height: 100%;
  text-align: center;
  background: none;
  color: #ff7f00;
  vertical-align: top;
}

.numbers li.slick-active button {
  color: #fff;
}

/* 横幅767px以下 */
@media screen and (max-width:767px) {
  .post-inner {
    max-width: 100% !important;
  }

  .post-header,
  .post-content p,
  .post-meta-bottom {
    max-width: 85% !important;
    margin: 0 auto;
  }

  .post-content ul {
    list-style: none !important;
    margin-left: 0;
  }

  .wrapper-blogdetail-contents .text-wrap {
    text-align: left;
  }

}

/* 横幅768px以上 */
@media screen and (min-width:768px) {
  .post-inner {
    width: 750px !important;
    max-width: 100% !important;
  }

  .wrapper-blogdetail-contents .text-wrap {
    text-align: left;
  }
}

/* 共通設定 */
.wrapper-note-contents {
  margin-top: 55px;
  border-top: 2px dotted #ffc170;
  padding: 20px 0;
  line-height: 1.6em;
}

.wrapper-note-contents h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}