/* 共通
-------------------------------------*/
.l-content {
  background-color: transparent;
}

#content-wrap {
  max-width: 1000px;
  padding: 0 0 350px;
}

#content-wrap h5 {
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
}

.wp-block-separator {
  margin-top: 90px;
  margin-bottom: 80px;
}

.wp-block-columns {
  gap: 0 !important;
  margin-bottom: 10px;
}

.wp-block-columns .wp-block-column {
  flex-basis: auto !important;
}

.wp-block-columns .wp-block-column:first-of-type {
  width: 120px;
}

.wp-block-columns .wp-block-column:last-of-type {
  width: calc(100% - 120px);
}

.wp-block-columns .wp-block-column p {
  margin-bottom: 0;
}

.picture-wrap {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}

figure {
  margin-top: 100px;
}

@media screen and (min-width:1001px) {
  .wp-block-button {
    width: 100%;
    max-width: 500px;
    border: solid 1px #A67F0B;
  }

  .wp-block-button a {
    padding: 15px 20px;
    background-color: #F6F2E7;
    color: #A67F0B;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }

  .wp-block-button a::before {
    content: none;
  }

  .wp-block-button a:hover {
    background-color: #A67F0B;
    color: #F6F2E7;
  }
}

@media screen and (max-width:1000px) {
  #content-wrap {
    width: 90%;
    padding-bottom: 250px;
  }

  #content-wrap h5 {
    font-size: 20px;
  }

  figure {
    margin-top: 50px;
  }

  .picture-wrap {
    margin-top: 30px;
    margin-bottom: 50px
  }
}