@media print, screen and (min-width: 768px) {
  .panoramaView {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (max-width: 768px) {
  .panoramaView {
    margin-left: -30px;
    margin-right: -30px;
    width: 390px;
  }
}

@media screen and (max-width: 768px) {
  .panoramaView__scroll {
    height: 100%;
    overflow: scroll;
    pointer-events: none;
  }
  .panoramaView__scroll::-webkit-scrollbar {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .panoramaView__image {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .panoramaView__image {
    height: 216px;
  }
}

.panoramaView__image .photo {
  height: 100%;
  width: 100%;
}

.panoramaView__image .photo__pic {
  height: 100%;
  width: 100%;
}

.panoramaView__image .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .panoramaView__image .photo__image {
    -webkit-transition: object-position 10s linear;
    transition: object-position 10s linear;
    transition: object-position 10s linear, -o-object-position 10s linear;
  }
}

@media screen and (max-width: 768px) {
  .panoramaView__image .photo__image {
    display: inline-block;
    height: 100%;
    max-width: unset;
    pointer-events: none;
    scrollbar-width: none;
    width: auto;
  }
}

.panoramaView__controller {
  margin: 32px auto 0;
  width: 300px;
}

@media print, screen and (min-width: 768px) {
  .panoramaView__controller {
    display: none;
  }
}

.panoramaView__controller .scroll-wrap {
  position: relative;
  z-index: 1;
}

.panoramaView__controller .scroll-track {
  background-color: #c6c6c7;
  height: 1px;
  width: 100%;
}

.panoramaView__controller .scroll-bar {
  background-color: #a59472;
  cursor: -webkit-grab;
  cursor: grab;
  height: 8px;
  left: 80px;
  margin-block: auto;
  position: absolute;
  top: -4px;
  width: 140px;
  z-index: 3;
}

.panoramaView__controller .scroll-dir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  width: 100%;
}

.panoramaView__controller .scroll-dir .t {
  color: #000000;
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  letter-spacing: .05em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .panoramaView.sai-animate .panoramaView__image .photo__image {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}

.planListSect {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .planListSect__head .headingUnit .heading {
    letter-spacing: .05em;
    white-space: nowrap;
  }
}

.planListSect__cont {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .planListSect__cont {
    margin-left: auto;
    margin-right: auto;
    width: 784px;
  }
}

@media screen and (max-width: 768px) {
  .planListSect__cont {
    margin-left: -32px;
    margin-right: -32px;
    width: 390px;
  }
}

@media print, screen and (min-width: 768px) {
  .planListSect__cont .madoriList + .caption {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .planListSect__cont .madoriList + .caption {
    margin-top: 40px;
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .planListSect__bottom {
    margin: 100px auto 0;
    width: 341px;
  }
}

@media screen and (max-width: 768px) {
  .planListSect__bottom {
    margin-top: 40px;
  }
}

.southSect {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .southSect__cont {
    margin-left: auto;
    margin-right: auto;
    width: 472px;
  }
}

.viewSect {
  position: relative;
  z-index: 1;
}

.viewSect__head {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .viewSect__head {
    top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .viewSect__head {
    top: 30px;
  }
}

.viewSect__head .heading {
  color: #ffffff;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .plan-south {
    padding: 0 0 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .plan-list {
    padding: 0 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .plan-list {
    padding: 0 0 100px;
  }
}

.plan-detail {
  padding: 100px 0;
}
