@charset "utf-8";
.about img {
  width: 100%;
  height: auto;
}

.about_txt-01 {
  padding: 10px;
}

.about {
  padding: 10px 0;
  margin: 20px 10px;
  border: 1px solid #d3c6af;
  border-radius: 8px;
  background: #fff;
}

.about p {
  padding: 20px 10px 10px;
  line-height: 1.5;
}

.about_contents_ttl {
  padding: 10px 0;
}

.about_contents_box {
  margin: 10px 10px 20px;
  border-bottom: 1px solid #ccc;
}

.about_contents_box:last-child {
  margin-bottom: 0;
  border: none;
}

.about_contents_box h4 {
  text-align: center;
}

.about_contents_btn {
  margin: -10px 0 10px;
  text-align: center;
}

.about_contents_btn a {
  display: block;
  height: 46px;
  margin: 0 auto;
  border-radius: 8px;
  background: #f5eee1;
  color: #a02200;
  font-weight: bold;
  line-height: 46px;
}

.about_txt-02 {
  padding: 0 10px;
}
