@charset "UTF-8";

.background {
  background: url(../images/feature-963.jpg);
}

.post-type-feature {
  background: rgba(240, 255, 0, 0.6);
}

#autumn strong {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3px;
}

#autumn a {
  color: #000; 
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
}

#autumn .box {
  background: rgba(113, 76, 39, 0.6);
  color: #fff;
  border-radius: 0;
}

#autumn .box a {
  color: #fff;
}

#autumn .feature-h2 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
}

#autumn .photo-body {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 40px;
}

#autumn .motto {
  color: #000;
  text-align: center;
}

#autumn .bisyoku a {
  color: #000;
  text-align: center;
  font-size: 1.2rem;
}

#autumn .bar-link {
  display: inline-block;
  margin-top: 5px;
  max-width: 500px;
  width: 100%;
  color: #000;
  text-align: center;
  padding: 5px 10px;
  background: #DAE121;
  border-radius: 5px;
  position: relative;
}

#autumn .bar-link:before {
  content: "▶";
  position: absolute;
  font-size: 1em;
  left: 4px;
  top: 4px;
  color: #000;
}

#autumn .motto h3 {
  margin-bottom: 10px; 
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3px;
}

#autumn .square_btn {
  display: inline-block;
  margin: 20px 0;
  padding: 0.3em 2em;
  text-decoration: none;
  font-weight: bold;
  background: #fff;
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 2px;
  border: solid 2px #000;
  border-radius: 3px;
  transition: .4s;
}
#autumn .square_btn:hover {
  background: #000;
  color: #fff;
} 



/*PC表示*/
@media screen and (min-width: 1080px) {
  .background {
    background: url(../images/feature-963.jpg);
  }
  #autumn strong {
    font-size: 2.4rem;
  }
  #autumn .feature-h2 {
    font-size: 4rem;
  }
  #autumn .photo-body {
    font-size: 2.4rem;
    margin-top: 20px;
    margin-bottom: 80px;
  }
  #autumn .square_btn {
    font-size: 2.4rem;
  }
}