@charset "utf-8";

html {
  scroll-behavior: smooth;
}

/* パノラマビュー部分 */
#panorama {
  width: 100%;
  height: 50vw;
  max-height: 400px;
}
/* サムネイル部分 */
.panorama-navs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.panorama-navs h5 {
  margin-top:20px;
}
.panorama-navs li {
  padding: 0;
  margin-bottom: 5px;
}
.panorama-navs li > a {
  display: inline-block;
  background-color: #fff;
}
.panorama-navs li > a > img {
  width: 100%;
  height: auto;
}
.panorama-navs li > a:hover img {
  opacity: 0.65;
  cursor: pointer;
}
