.plan_kankyo {
  width: 88%;
  max-width: 600px;
  margin: auto;
}

.s_waku {
  bottom: 40px;
}

.type {
  color: #a49373;
  border-bottom: 2px solid #a49373;
  margin: 3% auto;
  font-size: min(7vw, 3rem);
  font-weight: 100;
}
.type span.f-m {
  font-size: 140%;
}
.type span.f-l {
  font-size: 110%;
  padding-right: 2%;
}

.spec {
  font-size: min(2.5vw, 1.1rem);
  padding-bottom: 6%;
  letter-spacing: 1px;
}
.spec span.f-m {
  font-size: 120%;
}
.spec span.f-l {
  font-size: 150%;
}

h6 {
  background: #a49373;
  color: #fff;
  font-weight: 100;
  text-align: center;
  font-size: min(3vw, 1.3rem);
  margin: 10% 0 -5%;
  letter-spacing: 0.2rem;
}

.f-s {
  font-size: 84%;
  float: right;
  padding-top: 4%;
}
@media (max-width: 768px) {
  .f-s {
    font-size: 51%;
    padding-top: 9%;
  }
}

.list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4% auto 6%;
  padding-block: 4%;
  width: 96%;
  border-top: 2px solid #d7c7a3;
  border-bottom: 2px solid #d7c7a3;
}
@media (max-width: 768px) {
  .list01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    padding-block: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list01 p {
  width: 49%;
  font-size: min(2.8vw, 1rem);
}
@media (max-width: 768px) {
  .list01 p {
    width: 100%;
    margin-block: 4px;
  }
}

.hanrei {
  font-size: min(3vw, 1rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 2%;
}
@media (max-width: 768px) {
  .hanrei {
    text-align: center;
  }
}
.hanrei span {
  display: inline-block;
  width: min(8vw, 45px);
  height: min(3vw, 13px);
  margin-block: 0.5%;
  background: #d5d1ce;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.s_main_title_02 {
  font-size: 31px;
  font-weight: 400;
  color: #b5aca6;
  letter-spacing: 1rem;
}
@media (max-width: 768px) {
  .s_main_title_02 {
    font-size: 5vw;
    letter-spacing: 0.2rem;
  }
}

.s_text_03 {
  text-align: center;
}
@media (max-width: 768px) {
  .s_text_03 {
    text-align: left;
  }
}
.s_text_03 span {
  display: inline-block;
  font-size: 84%;
  line-height: 1.6;
}

@media (min-width: 769px) {
  .box01.bg_lgray {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2%;
  }
  .box01.bg_lgray .s_text_03 {
    text-align: left;
  }
  .box01 .s_main_title_02 {
    width: 29%;
    padding: 0;
  }
  .box01 .col49 {
    width: 66%;
  }
}
.-pz {
  top: 50%;
  left: 37vw;
}

.s_pic_title_01 {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3647058824));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3647058824));
}