main {
  /* max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 50px); */
}

.photo-boxWrap {
  /* margin-top: 100px; */
}

.photo-boxWrap__ttl {
  /* font-size: 1.5rem;
  font-weight: bold; */
}

.photo-box {
  /* width: 80%;
  max-width: 980px; */
}

.photo-box:not(:first-of-type) {
  /* margin-top: 50px; */
}

.photo-box iframe {
  /* width: 100%;
  height: 560px; */
}

.vrIframe {
  /* width: 100%;
  height: 100%; */
}

.panoramaTxt {
  /* width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px; */
}

.panoramaTxt__ttl {
  /* font-size: 1.5rem;
  font-weight: bold; */
}

* {
  /* margin: 0;
  padding: 0; */
}

.modal__close {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  background: url(../images/ic_close.8af8671.png) no-repeat 50%/20px auto #000;
  z-index: 50; */
}

.panorama__wrap {
  position: relative;
  /* width: 70%;
  height: 60%;
  margin: 0 auto;
  margin-top: 50px; */
}

.panorama {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.panorama.display {
  z-index: 100;
}

.panorama .imgPin {
  width: 70px;
  height: 70px;
  background: url(/assets/img/vr/pin.webp) center/contain no-repeat;
}

.panorama .imgAngle {
  width: 102px;
  height: 32px;
  background: url(/assets/img/vr/angle_front.webp) center/contain no-repeat;
}

.pnlm-controls {
  /* display: none !important; */
}

/* .panoramaMap {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.panoramaMap img {
  max-width: 100%;
}

.pnlm-hotspot.pnlm-scene {
  left: 10px;
  bottom: 10px;
  width: 330px;
  height: 75px;
  background-image: url("../images/next.png");
  -webkit-transform: none !important;
  transform: none !important;
  visibility: visible !important;
  background-position: 0;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.pnlm-load-box {
  display: none !important;
}

.pnlm-panorama-info {
  padding-right: 55px;
}

.pnlm-controls-note-container {
  position: absolute;
  top: 0;
  left: 45px;
  z-index: 1;
}

.pnlm-hotspot,
.pnlm-hotspot-base {
  width: 102px;
  height: 32px;
  cursor: pointer;
  opacity: 1;
}

.pnlm-hotspot.pnlm-scene {
  width: 530px;
  height: 153px;
  top: auto;
  bottom: 10px;
}

.pnlm-hotspot.pnlm-info {
  background: url(../img/vr/angle_front.png) center/contain no-repeat;
}

.pnlm-controls {
  margin-top: 10px;
}

.pnlm-controls-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: auto;
  display: none;
}

.pnlm-zoom-controls {
  background: rgba(5, 5, 4, 0.8);
  width: 70px;
  height: 143px;
  border-radius: 10px 0 0 10px;
}

.pnlm-zoom-controls .pnlm-zoom-in {
  background: rgba(5, 5, 4, 0.8);
  position: relative;
  border-radius: 10px 0 0 0;
}

.pnlm-zoom-controls .pnlm-zoom-out {
  background: rgba(5, 5, 4, 0.8);
  position: relative;
  border-radius: 0 0 0 10px;
}

.pnlm-fullscreen-toggle-button {
  background: rgba(5, 5, 4, 0.8);
  position: relative;
  height: 70px;
  width: 70px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pnlm-control:hover {
  background: #050504;
}

.pnlm-sprite {
  background-image: none;
}

.pnlm-controls-note-container {
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  right: 10px;
  left: auto;
}

div.pnlm-tooltip:hover span {
  visibility: hidden !important;
}

.pnlm-hotspot-base {
  z-index: 1;
}

.pnlm-fullscreen-toggle-button-active:before {
  background: url("../images/zoom_in.png") no-repeat center center;
  width: 30px;
  height: 30px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.pnlm-orientation-button {
  background: rgba(5, 5, 4, 0.8);
  position: relative;
  height: 70px;
  width: 70px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pnlm-orientation-button:before {
  content: "";
  background: url("../images/rotate_sp.png") no-repeat center center;
  width: 30px;
  height: 30px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.modal {
  background: rgba(114, 254, 224, 0.6) no-repeat top center;
  width: 500px;
  position: relative;
  border-radius: 0;
  padding: 30px 20px 100px 20px;
  z-index: 9;
}

.modal .modal-content {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
}

.modal .modal-content img {
  margin: auto;
  display: block;
}

.modal .modal-content img:not(:last-child) {
  margin-bottom: 15px;
}

.modal-content-text {
  max-height: 500px;
  overflow: auto;
}

.modal-content-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #e8e8e8;
}

.modal-content-text::-webkit-scrollbar {
  width: 6px;
  background-color: #e8e8e8;
}

.modal-content-text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000000;
}

.modal a.close-modal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  top: auto;
  text-indent: 0;
  text-decoration: none;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  background: #000;
  border-radius: 29px;
  color: #fff;
  padding-left: 20px;
  font-family: sans-serif;
}

.modal a.close-modal:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  left: 40%;
  background: url("../images/close_modal.png") center/cover no-repeat;
} */

.pnlm-compass {
  display: none !important;
}

/*
.next {
  position: fixed;
  bottom: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 60px 20px 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 12px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.next.back {
  padding: 20px 40px;
}

.next.rgt {
  left: 200px;
}

.next:hover {
  opacity: 0.9;
}

.next:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 21px;
  background: url("../images/arrow.png") center/cover no-repeat;
  z-index: 2;
}

.next.back:after {
  content: "";
  right: auto;
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.next .img {
  margin-right: 20px;
}

.next .img img {
  max-width: 100%;
}

.next .info {
  min-width: 90px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.next .info .txt01 {
  margin-bottom: 12px;
}

.next .info .txt02 {
  font-size: 12px;
  margin-bottom: 5px;
  color: #a7a7a7;
}

.blocker {
  z-index: 2;
} */




/* 
@media screen and (max-width: 736px) {
  .pnlm-zoom-controls {
    width: 50px;
  }

  .pnlm-controls {
    height: 100px;
    z-index: 100;
  }

  .pnlm-zoom-controls .pnlm-zoom-in:before {
    content: "";
    background: url("../images/plus.png") no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .pnlm-fullscreen-toggle-button-active:before {
    background: url("../images/zoom_in.png") no-repeat center center !important;
    width: 30px;
    height: 30px;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .pnlm-zoom-controls .pnlm-zoom-out:before {
    content: "";
    background: url("../images/minus.png") no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    border-bottom: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  .pnlm-fullscreen-toggle-button {
    width: 50px;
    height: 50px;
  }

  .pnlm-fullscreen-toggle-button:before {
    content: "";
    background: url("../images/zoom.png") no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .pnlm-orientation-button {
    background: rgba(5, 5, 4, 0.8);
    position: relative;
    width: 50px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .pnlm-orientation-button:before {
    content: "";
    background: url("../images/rotate_sp.png") no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .pnlm-orientation-button-active {
    background: #d4d4d4 !important;
  }

  .modal {
    max-width: 100%;
    overflow: auto;
  }

  .modal .modal-content {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    /*max-height: calc(100% - 148px);*/
/*overflow: auto;*/
}

.modal-content-text {
  max-height: 500px;
  overflow: auto;
}

.modal .modal-content img {
  width: calc(100% - 15px);
}

.modal a.close-modal {
  right: 4%;
  line-height: 48px;
}

.modal a.close-modal:before {
  left: 35%;
}

.pnlm-hotspot.pnlm-scene {
  max-width: 330px;
  height: 153px;
  top: auto;
  bottom: 10px;
}

.pnlm-controls-container {
  /* position: absolute;
  top: 50%; */
  /* -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0; */
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pnlm-hotspot.pnlm-scene {
  left: 10px;
  top: auto;
  background-image: url("../images/next_sp.png");
  background-size: 100%;
  -webkit-transform: none !important;
  transform: none !important;
  visibility: visible !important;
  background-position: 0;
  background-repeat: no-repeat;
  border-radius: 0;
  bottom: -25px;
}

.next {
  padding: 15px 30px 15px 15px;
  right: 10px;
  border-radius: 8px;
  z-index: 2;
}

.next.back {
  padding: 15px 15px 15px 30px;
  width: calc(48% - 50px);
}

.next.rgt {
  right: 10px;
  left: auto;
  padding: 15px 30px 15px 15px;
  width: calc(48% - 50px);
}

.next .img {
  width: 80px;
  margin-right: 15px;
}

.next .info {
  font-size: 12px;
}

.next .info .txt01 {
  margin-bottom: 12px;
}

.next .info .txt02 {
  font-size: 8px;
}

.next:after {
  width: 10px;
  height: 12px;
}
}

@media screen and (min-width: 400px) and (max-width: 736px) {
  .next {
    max-width: 200px;
  }
}

*/