@charset "UTF-8";

.contentsInner {
  margin-top: 100px;
}

.lineTitle01 {
  margin-bottom: 80px;
}

.cp_bnr {
  margin: 50px 0;
}

.homeBlogEntries {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.homeBlogEntries__entry {
  width: 340px;
  margin: 1rem;
  text-align: left;
}

.rssDate,
.rssTitle {
  font-size: 0.88em;
}

.rssDate:hover,
.rssTitle:hover {
  text-decoration: underline;
  text-decoration-color: #f5a031;
}

.rssShopname {
  font-size: 80%;
}

.rssBoxImage {
  border: 1px solid #ccc;
  width: 340px;
  object-fit: cover;
}

.btnLink01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .contentsInner {
    margin-top: 50px;
  }
  .lineTitle01 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 340px) {
  .homeBlogEntries__entry {
    width: 100%;
  }
  .rssBoxImage {
    width: 100%;
  }
}
