.introCont h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 150%;
}
.introCont figure {
  float: right;
  margin-left: 20px;
  max-width: 300px;
}
.introCont figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .introCont figure {
    float: none;
    display: block;
    text-align: center;
  }
  .introCont figure img {
    width: 280px;
  }
}

.place .illust {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.place .illust .illst01 {
  padding: 0 20px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .place .illust .illst01 {
    width: 100%;
    text-align: center;
  }
  .place .illust .illst01 img {
    width: 180px;
  }
}
.place .illust .illst01 img {
  max-width: 100%;
}
.place .illust .illust02 {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .place .illust .illust02 {
    padding: 25px;
  }
}
.place img {
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .place img {
    max-width: none;
    width: 100%;
  }
}
.place .centerBox {
  text-align: center;
}
.place ul li {
  font-size: 15px;
  margin-bottom: 15px;
  float: left;
  width: 35%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .place ul li {
    width: 50%;
    margin-bottom: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .place .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .place .flex > div:nth-child(2) {
    width: 100%;
    text-align: center;
  }
}

.micro .flex > div {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .micro .flex > div {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .micro .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .micro .flex > img {
    margin-top: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.micro .change {
  background-color: #e97887;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-top: 15px;
}

.seibun p.ttl {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #e97887;
  padding: 8px 15px;
  text-align: center;
}
.seibun p.text {
  font-size: 14px;
}
.seibun > div {
  border-radius: 5px;
  border: 1px #e97887 solid;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .seibun > div {
    width: 100%;
  }
}
.seibun > div ul {
  padding: 30px 360px 15px 15px;
}
@media screen and (max-width: 768px) {
  .seibun > div ul {
    padding: 10px;
    padding-right: 5px;
  }
}
.seibun > div ul li {
  color: #e97887;
  margin-bottom: 8px;
  line-height: 140%;
  font-size: 13px;
}
.seibun > div ul li span {
  color: #595757;
}
.seibun > div ul li span.br {
  display: block;
  text-indent: 15px;
}
.seibun .bg01 {
  background-image: url(img/bg_vls01.jpg);
  background-repeat: no-repeat;
  background-position: right 15px bottom 15px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .seibun .bg01 {
    margin-bottom: 40px;
    background-size: 200px auto;
    background-position: center bottom 20px;
  }
  .seibun .bg01 ul {
    padding-bottom: 200px;
  }
}
.seibun .bg01:before {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  position: absolute;
  bottom: -30px;
  right: 46.4%;
  background-color: #e97887;
}
@media screen and (max-width: 768px) {
  .seibun .bg01:before {
    width: 20px;
    top: auto;
    bottom: -25px;
    right: 45%;
  }
}
.seibun .bg01:after {
  content: "";
  display: block;
  width: 6px;
  height: 30px;
  position: absolute;
  bottom: -42px;
  right: 48%;
  background-color: #e97887;
}
@media screen and (max-width: 768px) {
  .seibun .bg01:after {
    height: 20px;
    top: auto;
    bottom: -33px;
    right: 47%;
  }
}
.seibun .bg02 {
  background-image: url(img/bg_vls02.jpg);
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px;
}
@media screen and (max-width: 768px) {
  .seibun .bg02 {
    background-size: 200px auto;
    background-position: center bottom 20px;
  }
  .seibun .bg02 ul {
    padding-bottom: 80px;
  }
}
.seibun .bg02 ul {
  padding-top: 15px;
}