@charset "UTF-8";
/* 飲むだけじゃないデザートビネガーの楽しみ方
   ========================================================================== */
.enjoy h3 {
  font-size: 24px;
  font-weight: normal; }
@media screen and (max-width: 768px) {
  .enjoy h3 {
    font-size: 18px;
    line-height: 1.6; } }

/* デザートビネガーでバターを作ろう
   ========================================================================== */
.butter p {
  line-height: 1.8;
  margin-top: 1.5em; }
.butter > section {
  margin-top: 80px; }
  .butter > section:first-of-type {
    margin-top: 60px !important; }
.butter figure img {
  display: block;
  margin: 0 auto; }
.butter .notice {
  font-size: 14px; }
.butter .butter-block {
  display: flex;
  margin-top: 20px; }
  .butter .butter-block p:first-of-type {
    margin-top: 0; }
  .butter .butter-block .txt {
    width: calc((100% - 40px) / 2); }
  .butter .butter-block figure {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    text-align: center; }
.butter #butter1 > p {
  margin-top: 20px; }
.butter #butter2 .butter-block {
  margin-bottom: 20px; }
.butter ul,
.butter ol {
  margin-left: 1em !important; }
  .butter ul li,
  .butter ol li {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 1.5em !important; }
.butter ul li {
  list-style-type: disc !important; }
.butter .link {
  text-align: center;
  margin-top: 2em; }
  .butter .link a {
    display: inline-block;
    color: #76553d;
    line-height: 1;
    padding: .75em 1em;
    border: 1px solid #76553d;
    border-radius: 10px; }
@media screen and (max-width: 768px) {
  .butter > section {
    margin-top: 40px; }
    .butter > section:first-of-type {
      margin-top: 20px !important; }
  .butter p {
    font-size: 14px; }
  .butter .butter-block {
    margin-top: 10px; }
    .butter .butter-block .txt {
      width: 100%;
      margin: 0 0 10px 0; }
    .butter .butter-block figure {
      width: 100%; }
  .butter figure img {
    width: 70%; }
  .butter ul li,
  .butter ol li {
    font-size: 14px;
    margin-top: .5em; }
  .butter #butter1 .butter-block {
    flex-direction: column-reverse; }
  .butter #butter2 .butter-block {
    flex-direction: column; }
  .butter #butter2 figure {
    margin-bottom: 10px; }
  .butter .link a {
    line-height: 1.6;
    padding: .5em .75em;
    border-radius: 8px; } }
