.wedding-style {
  padding: 60px 16px 30px 16px;
  max-width: 560px;
  margin: 0 auto;
}

.wedding-style__title {
  color: #222;
  font-family: Futura, Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
}

.wedding-style__subtitle {
  color: #9D9D9D;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  padding-bottom: 20px;
  text-align: center;
}

/* ウェディングスタイル */
.wedding-style__list {
  padding: 15px 0;
}

.wedding-style__in-link {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .wedding-style__title {
    font-size: 22px;
  }

  .wedding-style__subtitle {
    font-size: 14px;
  }
}
