.pa-floorGuide {
  border-bottom: 1px solid #e8e8da;
}
.pa-floorGuide > dl {
  border-top: 1px solid #e8e8da;
}
.pa-floorGuide > dl > dt._heading {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .pa-floorGuide > dl > dt._heading {
    padding: 25px 60px 25px 25px;
  }
}
@media screen and (max-width: 768px) {
  .pa-floorGuide > dl > dt._heading {
    padding: 3.75vw 15vw 3.75vw 0vw;
  }
}
.pa-floorGuide > dl > dt._heading::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 769px) {
  .pa-floorGuide > dl > dt._heading::after {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pa-floorGuide > dl > dt._heading::after {
    width: 3vw;
    height: 3vw;
    right: 5vw;
  }
}
.pa-floorGuide > dl > dt._heading.is-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.pa-floorGuide > dl > dt._heading ._title {
  display: flex;
  align-items: center;
}
.pa-floorGuide > dl > dt._heading ._title span._en {
  font-family: "Cinzel", serif;
  font-weight: 500;
  color: #847344;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pa-floorGuide > dl > dt._heading ._title span._en {
    font-size: 48px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pa-floorGuide > dl > dt._heading ._title span._en {
    font-size: 5vw;
    margin-right: 5vw;
  }
}
.pa-floorGuide > dl > dt._heading ._title span._jp {
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .pa-floorGuide > dl > dt._heading ._title span._jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pa-floorGuide > dl > dt._heading ._title span._jp {
    font-size: 4vw;
  }
}
.pa-floorGuide > dl > dd._main > div ._outline {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pa-floorGuide > dl > dd._main > div ._outline {
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pa-floorGuide > dl > dd._main > div ._outline {
    padding-left: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-floorGuide > dl > dd._main > div ._outline ._list {
    position: absolute;
    z-index: 1;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pa-floorGuide > dl > dd._main > div ._outline ._list {
    margin-top: 5vw;
  }
}
.pa-floorGuide > dl > dd._main > div ._outline ._list ul li {
  display: flex;
  align-items: center;
  position: relative;
  counter-increment: my-counter;
}
.pa-floorGuide > dl > dd._main > div ._outline ._list ul li + li {
  margin-top: 0.5em;
}
.pa-floorGuide > dl > dd._main > div ._outline ._list ul li::before {
  content: counter(my-counter, decimal);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #847344;
  color: #847344;
  margin-right: 0.5em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
.pa-floorGuide > dl > dd._main > div ._outline ._list ul li span, .pa-floorGuide > dl > dd._main > div ._outline ._list ul li a {
  color: inherit;
}
.pa-floorGuide > dl > dd._main > div ._outline ._img {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .pa-floorGuide > dl > dd._main > div ._outline ._img {
    width: 79.6296296296%;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pa-floorGuide > dl > dd._main > div ._outline ._img {
    width: 61.1111111111%;
  }
}

.pr-secExperience ._matterport {
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pr-secExperience ._matterport {
    margin-top: -40px;
  }
}
.pr-secExperience ._matterport iframe {
  width: 100%;
  height: 100%;
}
.pr-secExperience ._matterport + p {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .pr-secExperience ._matterport + p {
    color: #f6f6f6;
  }
}
.pr-secExperience .pr-articleStyle1 {
  position: relative;
  z-index: 2;
}
.pr-secExperience .pr-gridStyle1 {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pr-secExperience .pr-gridStyle1 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secExperience .pr-gridStyle1 .pr-bg {
    left: -120px;
  }
}

@media screen and (min-width: 769px) {
  .pa-access ._map {
    aspect-ratio: 1080/600;
  }
}
@media screen and (max-width: 768px) {
  .pa-access ._map {
    aspect-ratio: 1/1.2;
  }
}
@media screen and (min-width: 769px) {
  .pa-access ._info {
    display: flex;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pa-access ._info {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-access ._info h3 {
    font-size: 16px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pa-access ._info h3 {
    font-size: 3.75vw;
  }
}
.pa-access ._info p {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pa-access ._info p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .pa-access ._info p {
    font-size: 3.25vw;
  }
}
.pa-access ._info p a {
  color: inherit;
}/*# sourceMappingURL=smile.css.map */