@charset "UTF-8";

/* html {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  margin: 0 !important;
  overflow: hidden;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #21100b;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  background: #fff;
  
} */

.wrapper {
  max-width: 90%;
}

.view {
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
}
.view nav {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 150px;
  padding: 5px 7.5px;
  z-index: 900;
}
@media all and (max-width: 896px) {
  .view nav {
    top: 0;
    left: 0;
    width: 80px;
  }
  .wrapper {
    width: 90%;
    padding: 0;
}
}
.view nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.view nav ul .normal {
  width: 48%;
  margin: 2.5px 0;
}
.view nav ul .double {
  width: 100%;
  margin: 2.5px 0;
}
.view nav ul li a {
  text-decoration: none;
  background: #42340b;
  padding: 8px 0;
  display: block;
  text-align: center;
  color: #fff;
  width: 100%;
  border: solid 1px #42340b;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .view nav ul li a {
    font-size: 12px;
  }
}
.view nav ul li a:hover {
  background: #fff;
  color: #42340b;
  opacity: 1;
}
.view nav ul .roll a {
  background: #fff;
  border: solid 1px #42340b;
  color: #42340b;
  opacity: 1;
}
.view #choubouWrap {
  position: relative;
}
.view #choubouWrap .swiper-wrapper {
  transition-timing-function: linear !important;
}
.view #choubouWrap .swiper-slide {
  width: 4960px;
  height: 716px;
}
@media all and (max-width: 480px) {
  .view #choubouWrap .swiper-slide {
    width: 3968px;
    height: 572.8px;
  }
}
.view #choubouWrap .swiper-slide img {
  max-width: none;
  width: 4960px;
  height: 716px;
}
@media all and (max-width: 480px) {
  .view #choubouWrap .swiper-slide img {
    width: 3968px;
    height: 572.8px;
  }
}
.view #choubouWrap #panoCover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 2;
}
.view #choubouWrap #panoCover #swipeBox {
  width: 120px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media all and (max-width: 896px) {
  .view #choubouWrap #panoCover #swipeBox {
    width: 72px;
    height: 46.8px;
  }
}
.view .txt_note {
  padding: 10px;
  margin-top: 2px;
  font-size: 12px;
}
