figure {
  margin: 0;
  padding: 0;
}

.mv_photo {
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv_photo figure {
  width: 25%;
}

.mv_photo figure img {
  width: 100%;
  height: auto;
}

h1 {
  margin: 0 0 50px;
  color: #24552A;
  font-size: 50px;
  font-family: "A-OTF UD Shin Maru Go Pro";
  font-weight: normal;
  text-align: center;
}

h1 i {
  font-size: 56px;
}

.post_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post_wrap .post {
  margin-bottom: 50px;
  width: 49%;
  max-width: 380px;
}

.post_wrap .post figure {
  margin-bottom: 18px;
  width: 380px;
  height: 260px;
  /*
      object-fit: cover;
*/
}

.post_txt .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*
    justify-items: center;
*/
}

.post_txt .info .date {
  margin: 0 10px 10px 0;
  padding: 2px 5px;
  color: #7BA83C;
  border: 1px solid #7BA83C;
  line-height: 1;
}

.post_txt .info .cat {
  margin: 0 10px 10px 0;
  padding: 4px 5px 2px;
  color: #fff;
  background: #24552A;
  line-height: 1;
}

.post_txt .info .place {
  margin: 0 10px 10px 0;
  padding: 4px 5px 2px;
  color: #24552A;
  background: #DBE6CD;
  line-height: 1;
}

.post_txt .info .owner {
  padding: 2px 0 10px;
  font-size: 18px;
  line-height: 1;
}

.post_txt .ttl {
  margin-bottom: 15px;
  padding: 5px 0 10px;
  font-size: 18px;
  border-bottom: 1px solid #24552A;
}

ul.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.tag li {
  margin-right: 10px;
}

ul.tag li a {
  padding: 5px 10px;
  color: #24552A;
  background: #DBE6CD;
  border-radius: 15px;
  display: inline-block;
}

.sec_contents.detail .post_contents h2.ttl {
  padding-bottom: 15px;
  border-bottom: 1px solid #24552A;
}

.sec_contents.detail .post_contents .txt {
  margin-bottom: 35px;
  padding-bottom: 50px;
  border-bottom: 1px solid #24552A;
}

.sec_contents.detail .post_contents .txt h3 {
  padding-left: 8px;
  font-size: 20px;
  border-left: 3px solid #7BA83C;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h1 i {
    font-size: 30px;
  }
  .post_wrap .post {
    width: 100%;
  }
  .post_txt .info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
