.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;
  }
}



.wedding-style-item {
  list-style-type: none;
  border-bottom: 0.5px solid #9D9D9D;
  position: relative; /* 背景画像の位置指定のため */
  padding-bottom: 17px;
}

.wedding-style-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url('../../images/fixed-amount/arrow.png');
  background-size: cover;
}


.wedding-style-item__header {
  display: flex; /* Flexbox コンテナを作成 */
  align-items: center; /* アイテムを垂直方向の中央に配置 */
}

.wedding-style-item:first-child {
  border-top: 0.5px solid #9D9D9D;
}

.wedding-style-item__header-title,
.wedding-style-item__header-tag {
  margin: 14px 10px 5px 0;
}

.wedding-style-item__header-title {
  color: #222;
  font-family: "YuMincho +36p Kana", "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
}

.wedding-style-item__header-tag {
  display: flex;
  padding: 2px 6px 1px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #A8C1D7;
}

.wedding-style-item__header-tag-name {
  color: #FFF;
  text-align: center;
  font-family: YuGothic, "Noto Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}

.wedding-style-item__description {
  color: #222;
  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: 0.6px;
  margin-top: 0;

  position: relative;
  padding-right: 20px;
}



picture,source,img{
    width: 100%;
    height: auto;
}

.wedding-style{
    padding-top: 100px;
}
@media (max-width: 834px) {
    .wedding-style {
        padding-top: calc(128 / 390 * 100vw);
        padding-left: calc(15 / 390 * 100vw);
        padding-right: calc(15 / 390 * 100vw);
        max-width: initial;
    }
}
.wedding-style__title{
    font-size: 20px;
}
@media (max-width: 834px) {
    .wedding-style__title{
        font-size: calc(24 / 390 * 100vw);
    }
}
.wedding-style__subtitle {
    font-size: 12px;
}
@media (max-width: 834px) {
    .wedding-style__subtitle{
        font-size: calc(12 / 390 * 100vw);
    }
}
.wedding-style__linklist{
    margin-top: 40px;
}
@media (max-width: 834px) {
    .wedding-style__linklist {
        margin-top: calc(48 / 390 * 100vw);
    }
}
.wedding-style__linkitem{
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.wedding-style__linkitem~.wedding-style__linkitem{
    margin-top: 20px;
}
@media (max-width: 834px) {
    .wedding-style__linkitem~.wedding-style__linkitem {
        margin-top: calc(20 / 390 * 100vw);
    }
}
.wedding-style__textbox{
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}
@media (max-width: 834px) {
    .wedding-style__textbox {
        right: calc(18 / 390 * 100vw);
    }
}
.wedding-style__textbox img{
    width: 43px;
    margin-top: 20px;
}
@media (max-width: 834px) {
    .wedding-style__textbox img {
        width: calc(33 / 390 * 100vw);
        margin-top: calc(14 / 390 * 100vw);
    }
}
.wedding-style__number{
    color: #FFF;
    font-family: Futura;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 834px) {
    .wedding-style__number {
        font-size: calc(11 / 390 * 100vw);
    }
}
.wedding-style__number span{
    font-size: 20px;
}
@media (max-width: 834px) {
    .wedding-style__number span {
        font-size: calc(20 / 390 * 100vw);
    }
}
.wedding-style__name {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 834px) {
    .wedding-style__name {
        font-size: calc(27 / 390 * 100vw);
    }
}
