@charset "UTF-8";

/*-----------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------*/
h1{
  margin: 30px 0 0;
}

/*-----------------------------------------------------------------
コンテンツ
-----------------------------------------------------------------*/
h3, h4{
  font-weight: 600;
}

p.price{
  color: #956134;
  font-size: 16px;
  font-weight: 600;
}

.flexWrap{
  margin: 20px auto;
  display: flex;
  gap: 20px;
}

ul{
  margin: .5em 0 30px;
  padding-left: 1.5em;
}

.flexWrap2{
  align-items: center;
  justify-content: center;
}

figure{
  margin: 0;
}
figcaption{
  margin: .5em 0;
  font-weight: 600;
  text-align: center;
}