@charset "utf-8";
/* CSS Document */
/* -----------------------------------------------------------
	#looftopbar
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .img.center {
    text-align: center;
    margin: 0 auto
  }
  .hotel_info {
    display: flex;
    justify-content: center;
  }
  .hotel_info div {
    margin-right: 1rem;
    width: 23%;
  }
  .hotel_info p {
    width: 75%;
  }
}
.txt {
  margin-bottom: 4rem
}
p.fs8r {
  font-size: 0.8rem
}
p.mab0 {
  margin-bottom: 0;
}
.info_outline {
  padding: 1rem;
  border: 1px solid #b9b9b9;
  border-radius: 0.5rem;
}
#sansui_looftopbar .info_outline ul, #sansui_looftopbar .annotation ul, #sansui_looftopbar .borb_box ul {
  margin: 0;
}
.info_outline ul li {
  list-style: none;
  padding: 0;
}
.info_outline ul li.flex {
  display: flex;
  flex-wrap: wrap;
}
.info_outline ul li span:nth-child(2) {
  padding-left: 0;
}
span.txtpad {
  padding-left: 3rem;
  display: inline-block;
  width: 80%
}
.annotation {
  margin-bottom: 2rem
}
.annotation li {
  list-style: none;
  font-size: 0.8rem;
}
.rr_flexws3-1 ul {
  display: flex;
}
.rr_flexws3-1 ul li {
  width: 30%;
  list-style: none;
  margin: 0 auto;
}
.borb_box {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 2rem;
  margin-bottom: 5rem
}
.borb_box p {
  text-align: center
}
.bor_box {
  border: 1px solid #b9b9b9;
  padding: 0.8rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem
}
.hotel_info {
  margin-bottom: 2rem
}
@media only screen and (max-width: 767px) {
  .rr_flexws3-1 ul {
    display: block;
  }
  .rr_flexws3-1 ul li {
    width: 90%
  }
}