/*==========================================
  木ここちのいい家とは
===========================================*/
.bnr_area {
  margin-bottom: 9%;
  font-size: 16px;
}
.bnr_box {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.bnr_box .box {
  position: relative;
}
.bnr_box .texts {
  width: 100%;
  position: absolute;
  margin-top: 13%;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}
.bnr_box .texts h3 {
  margin-bottom: 14%;
  font-weight: bold;
}
.texts > span {
  display: inline-block;
}
.bnr_box .texts02 {
  width: 100%;
  position: absolute;
  margin-top: 1%;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}
.bnr_box .texts02 h3 {
  margin-bottom: 1%;
  font-weight: bold;
}
.texts02 > span {
  display: inline-block;
}
.detail_button {
  width: 100%;
  position: absolute;
  bottom: 14%;
  text-align: center;
}
.bnr_box button {
  background-color: rgba(255,255,255,0);
  border: #ffffff 1px solid;
  color: #ffffff;
  margin-top: 16%;
  padding: 5px 27px;
}
.bnr_box a {
  text-decoration: none;
  /* color: #ffffff; */
}
.bnr_box button:hover {
  background-color: #ffffff;
  border: #ffffff 1px solid;
  color:  #000000;
}
.bnr_archive_overlay {
  background-color: #000000
}
.bnr_archive_overlay img {
  opacity: .3;
  display: block;
}

h2 {
  text-align: center;
  margin-bottom: 8.5%;
  padding: 0 15px;
}
.text {
  padding-left: 54px;
  padding-right: 54px;
  margin-bottom: 5%;
  font-weight: 500;
  line-height: 36px;
}
.kicocochi_area span {
  display: inline-block;
}
.bnr_flow {
  max-width: 612px;
}
@media(max-width: 767px) {
  .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
