@charset "UTF-8";


/* bnr_btm
--------------------------------------------------*/
.bnr_btm{
  padding: 70px 20px 60px;
  margin: 0 auto;
  background: #f6f3ee;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}
.bnr_btm a {
  display: block;
}

/*ttl*/
.ttl_bnr_btm{
  font-size: 2.4rem;
  font-weight: 700;
  margin: 20px 0 30px;
  position: relative;
}
.ttl_bnr_btm::before{
  content: "";
  position:absolute;
  width: 100%;
  height: 1px;
  left:0;
  bottom: -7px;
  background: #d9d7d4;
}
.ttl_bnr_btm::after{
  content: "";
  position:absolute;
  width: 3em;
  height: 1px;
  left:0;
  bottom: -7px;
  background: #222;
}

.ttl_bnr_btm_sub{
  margin-bottom: 20px;
  font-family: a-otf-ryumin-pr6n, serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
}

.bnr_area .bnr {
  transition: all 0.4s ease 0s;
}

.bnr_area .bnr.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  display: none;
}
/*bnr_list*/
.bnr_list{
  display: flex;
  flex-wrap: wrap;
  margin-right:-1.5%;
  margin-bottom: 30px;
}
.bnr_list li{
  margin-bottom: 30px;
  transition: all 0.4s ease 0s;
}
.bnr_list.col3 li{
  width: 31.8%;
  margin-right: 1.5%;
}
.bnr_list.col4 li{
  width: 23.5%;
  margin-right: 1.5%;
}
/* .bnr_list li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
} */
.bnr_list li .bnr_btmImg{
  margin-bottom: 7px;
}
.bnr_list li a p{
  color: #000;
  font-size: 1.5rem;
}
.bnr_list li.list_more{
  width: 100% !important;
}
.more {
  text-align: center;
  margin-bottom: 40px;
}
.more button {
  position: relative;
  display: block;
  width: 100%;
  background: #e3ddd4;
  border-radius: 2px;
  text-align: center;
  padding: 12px 0;
  font-size: 1.4rem;
  color: #222;
  font-weight: bold;
  cursor: pointer;
  border: none;
}
.more button::before{
  content: "+";
  font-weight: bold;
  display:block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.bnr_top{
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.bnr_top a{
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/domtour/theme/kokoromichiru/image/bnr_top.jpg') no-repeat center center;
  background-size: cover;
  transition: all .5s;
  height: 100%;
}
.bnr_top a:hover {
  transform: scale(1.1, 1.1);
}
.bnr_top a > p{
  font-size: 1.7rem;
  background: rgba(0,0,0,0.8);
  display: inline-flex;
  display: -ms-inline-flexbox;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.35;
  padding: 2% 5%;
  word-break: keep-all;
  white-space: nowrap;
  opacity: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bnr_btm{
    padding: 80px 0 30px;
  }
  .bnr_list{
    margin-right:-2%;
    margin-bottom: 0;
  }
  .bnr_list li,
  .bnr_list.col3 li,
  .bnr_list.col4 li{
    width:48%;
    margin-right:2%;
    margin-bottom: 20px;
  }
  .more {
    margin-bottom: 20px;
  }

  .bnr_top{
    height: 80px;
  }
  .bnr_top a > p{
    font-size: 1.6rem;
  }

}
