/* CSS Document */



/* bootstrap改変 */
section .carousel-indicators {
  bottom: -2.5rem;
}

section .carousel-indicators li {
  background-color: rgba(128, 128, 128, 0.378);
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

section .carousel-indicators .active {
  background-color: rgb(157, 154, 154);
}

#carouselIndicators {
  margin-bottom: 3rem;
}

.jumbotron-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.img-fluid-subtitle{
  max-width: 500px;
}

.img-top-panel{
  width: 100%;
  min-height: 250px;
  height: 40vh;
  object-fit: cover;
}

/* 未使用
.img-top-floor_map{
  width: 100%;
  min-height: 250px;
  height: 40vh;
  object-fit: contain;
  object-position: top;
}
*/

.img-facility-thum{
  width: 100%;
  min-height: 250px;
  height: 40vh;
  object-fit: cover;
}

.breadcrumb-ex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0.25rem;
}

.navbar-toggler{
  border: none;
}
.navbar-toggler:active{
  outline: none;
}
button:focus{
  outline: none;
}



/* 自作 */
div.anchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

.bg-video {
  position: relative;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 0;
}


button[aria-expanded="true"] > span {
  position: relative;
  display: none;
}
 
button[aria-expanded="true"]::after {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 28px;
  content: "?";
}


.top_movie {
  width: 100%;
  max-width: 700px;
}