/*-----base-----*/
header .fixheader {
  position: relative;
}

.block {
  display: block;
}

.blk-center {
  margin: 0 auto;
}

.mt-2rem {
  margin-top: 3.2rem;
}

.mt-4rem {
  margin-top: 6.4rem !important;
}

.mt-6rem {
  margin-top: 9.6rem !important;
}


.mb-2rem {
  margin-bottom: 3.2rem;
}

.mb-4rem {
  margin-bottom: 6.4rem;
}

.mb-6rem {
  margin-bottom: 9.6rem;
}

.txt-min {
  font-size: 1.28rem;
}

.txt-min9 {
  font-size: 1.44rem;
}

.img-box {
  display: block;
}

.box-center {
  margin-left: auto;
  margin-right: auto;
}



/*-----index-----*/


.showroom-title {
  font-size: 3.2rem;
  text-align: center;
  display: block;
  font-family: "Noto Sans Japanese-m";
}

.showroom-subtitle {
  font-size: 1.92rem;
  text-align: center;
  letter-spacing: .3em;
}

.list {
  width: 90%;
}

.room-list li {
  margin-bottom: 6rem;
}

.place-name {
  margin: 0 0 1.6rem;
  color: #0075a9;
  font-size: 1.76rem;
  font-family: "Noto Sans Japanese-m";
  line-height: 1;
}

.place-name:before {
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 1.92rem;
  margin-right: 0.4rem;
  color: #aaccdb;
}

.h5sub {
  display: block;
  font-family: "Noto Sans Japanese-b";
  font-size: 2.56rem;
  margin: 0 0 0.8rem;
}

.showroom-name {
  border: none;
  margin: 0 0 1.6rem;
  font-size: 1.92rem;
  font-family: "Noto Sans Japanese-sb";
  letter-spacing: -0.05rem;
  line-height: 1;
}


.btn {
  position: relative;
  display: block;
  /*  background: #000;*/
  /*  background: #aaccdb;*/
  border: 1px solid;
  border-radius: 50px;
  width: 90%;
  margin: 1.6rem auto 0;
  padding: 0.8rem;
  font-size: 1.76rem;
  text-align: center;
  /*  color: #fff;*/
  font-family: "Noto Sans Japanese-r";
}

.btn:after {
  position: absolute;
  display: block;
  top: 0.8rem;
  right: 1.6rem;
  content: "\f105";
  font-size: 1.92rem;
  font-family: "FontAwesome";
  margin: 0 6px 0 4px;
  font-weight: 900;
}

a:hover .btn {
  opacity: 0.7;
}


@media screen and (min-width: 768px) {
  .room-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .room-list li {
    flex-basis: 30%;
    box-sizing: content-box;
    
  }
  .m-height75 {
    min-height: 75px;
  }
  .m-height100 {
    min-height: 100px;
  }

}
