@charset "UTF-8";
.page__shimi {
  /* --------------------------*/
  /*	シミの原因
  /* --------------------------*/
}
.page__shimi .table-content a {
  text-decoration: underline;
}
.page__shimi .gazou {
  transition: all 0.3s;
}
.page__shimi .gazou:hover {
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(175, 175, 175, 0.5);
}
.page__shimi p,
.page__shimi td {
  font-size: 1.6rem;
  line-height: 2.2;
}
.page__shimi .secttl {
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.page__shimi h3 {
  padding-bottom: 2rem;
  margin: 5rem 0 1rem 0;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #47a2d2;
  border-bottom: 1px solid #e5e5e5;
}
.page__shimi .sub_ttl {
  display: block;
  padding: 1rem 0 2rem 0;
  margin-top: 1rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
}
.page__shimi h4,
.page__shimi h5 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
  padding-bottom: 1rem;
}
.page__shimi h4 {
  color: #47a2d2;
  margin: 5rem 0 2rem 0;
}
.page__shimi h5 {
  color: #c1970d;
}
.page__shimi dt,
.page__shimi dd {
  line-height: 2.2;
}
.page__shimi dt {
  font-weight: 500;
  color: #c1970d;
}
.page__shimi dd {
  margin-bottom: 2rem;
}
.page__shimi .txt-rgt {
  text-align: right;
}
.page__shimi figcaption {
  text-align: center;
}
.page__shimi .ff_top {
  margin-right: 0.3rem;
  vertical-align: top;
  font-size: 1.2rem;
}
.page__shimi .ff_small {
  font-size: 1.4rem;
  display: block;
}
.page__shimi .img_small {
  width: 32.5rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .page__shimi .img_small {
    width: 100%;
  }
}
.page__shimi .img_cnt {
  display: block;
  margin: 0 auto;
}
.page__shimi .recommend-blk {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.page__shimi .recommend-blk .recommend_list {
  order: 2;
  width: 70%;
}
@media only screen and (max-width: 47.9375em) {
  .page__shimi .recommend-blk .recommend_list {
    width: 100%;
  }
}
.page__shimi .recommend-blk .photo {
  order: 1;
  width: 30%;
}
@media only screen and (max-width: 47.9375em) {
  .page__shimi .recommend-blk .photo {
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page__shimi .recommend-blk {
    flex-direction: column;
    gap: 3rem;
  }
}
.page__shimi .recommend-blk .price {
  text-align: right;
  font-family: "Noto Serif JP", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}/*# sourceMappingURL=shimi.css.map */