@charset "UTF-8";

.post-type-feature {
  background: rgba(255, 255, 255, 0.8);
}

#temiyage strong {
  font-weight: 500;
}

#temiyage .feature-h2_2{
  color: #d2527b;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 6rem;
  margin-bottom: 1rem;
  padding-top: 6rem;
  padding-bottom: 0;
  background: url(../images/ribbon.png) top center no-repeat;
  background-size: 100%;
}
#temiyage .feature-btn{
  background: #d2527b;
}
#temiyage .feature-box {
  background: #eefbf3;
}
#temiyage .gallery-caption {
  color: #d2527b;
}

.background {
  background: url(../images/feature-353.jpg);
  background-size: contain;
}

.price-card {
  font-size: 1.4rem;
  display: inline-block;
  padding: 5px 10px;
  background: #d2527b;
  color: #fff;
}
p.text {
  color: #d2527b;
  font-size: 1.4rem;
  line-height: 2em;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
p.text .border {
  border-bottom: solid 1px #d2527b;
}

#temiyage ul li:before {
  background: #d2527b;
}

/*PC表示*/
@media screen and (min-width: 1080px) {
  .background {
    background: url(../images/feature-353.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
  .post-type-feature {
  }
  p.text {
    font-size: 1.6rem;
  }
  #temiyage .feature-h2_2 { 
    font-size: 2.4rem;
    padding-top: 14rem;
  }
}