/*
* variable
*/
/*
* mixin
*/
/*
* function
*/
/*
* style
*/
/* page common */
.p-room-tour-content {
  overflow: hidden;
}

.p-room-tour-sec {
  margin-top: 80px;
}
.p-room-tour-sec + .p-room-tour-sec {
  margin-top: 170px;
}
@media screen and (min-width: 768px) {
  .p-room-tour-sec + .p-room-tour-sec {
    margin-top: 145px;
  }
}
.p-room-tour-sec:last-child {
  margin-bottom: 105px;
}
@media screen and (min-width: 768px) {
  .p-room-tour-sec:last-child {
    margin-top: 160px;
  }
}

.p-room-tour-sec__title {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  font-size: 6.4vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-room-tour-sec__title {
    font-size: 30px;
  }
}

.p-room-tour-sec__read {
  margin-top: 25px;
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-room-tour-sec__read {
    font-size: 18px;
  }
}

.p-room-tour-content {
  margin-top: 60px;
}
.p-room-tour-content .swiper-wrapper {
  max-width: 1360px;
}
.p-room-tour-content .swiper-slide {
  background-color: var(--gray);
  border-bottom: 10px solid var(--gray);
}
@media screen and (min-width: 768px) {
  .p-room-tour-content .swiper-slide {
    border-bottom: 20px solid var(--gray);
  }
}

.p-room-tour-content-inner {
  position: relative;
  max-width: 90%;
  margin-inline: auto;
}
.p-room-tour-content-inner .no-swiper .swiper-wrapper {
  margin-inline: auto;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-room-tour-content-inner .no-swiper .swiper-wrapper {
    gap: 30px;
  }
}
@media screen and (min-width: 1360px) {
  .p-room-tour-content-inner .no-swiper .swiper-wrapper {
    gap: 65px;
  }
}
.p-room-tour-content-inner .no-swiper .swiper-slide {
  max-width: 465px;
}
.p-room-tour-content-inner .no-swiper .slider-controller {
  display: none;
}
.p-room-tour-content-inner .no-swiper .sec-slide-image {
  width: 100%;
  aspect-ratio: 9/16;
}
.p-room-tour-content-inner .no-swiper .sec-slide-image.vertical iframe,
.p-room-tour-content-inner .no-swiper .sec-slide-image.vertical video,
.p-room-tour-content-inner .no-swiper .sec-slide-image.vertical img {
  aspect-ratio: 9/16;
}

.sec-slide-content {
  padding: 30px 30px 20px;
}

.sec-slide-image {
  aspect-ratio: 9/16;
  max-height: 643px;
  margin-inline: auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-slide-image {
    aspect-ratio: 12/16;
  }
}
.sec-slide-image.vertical iframe,
.sec-slide-image.vertical video,
.sec-slide-image.vertical img {
  aspect-ratio: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
  margin-inline: auto;
  z-index: 1;
}
.sec-slide-image.vertical .instagram-media {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  margin-inline: auto !important;
}
.sec-slide-image div.iframe-swipe-layer {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 2;
  background: transparent;
  touch-action: pan-y;
}

.sec-slide-image.is-playable .iframe-swipe-layer {
  display: none;
}

.sec-slide__text {
  margin-top: 25px;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .sec-slide__text {
    font-size: 14px;
  }
}

.sec-slide__title {
  margin-top: 10px;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .sec-slide__title {
    font-size: 20px;
    line-height: 1.4;
  }
}

.sec-slide__read {
  margin-top: 20px;
  font-size: 3.7333333333vw;
  line-height: 2;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .sec-slide__read {
    font-size: 14px;
  }
}
.sec-slide__read.is-open {
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
}

.sec-slide-nav {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-block: 30px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sec-slide-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
}
@media screen and (min-width: 768px) {
  .sec-slide-nav li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sec-slide-nav li.-half {
    max-width: 48%;
    width: 100%;
  }
}
.sec-slide-nav li a {
  position: relative;
  display: block;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 4.2666666667vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-slide-nav li a {
    font-size: 16px;
  }
}
.sec-slide-nav li a.link-orange {
  border: 1px solid var(--orange);
  background-color: var(--orange);
}
.sec-slide-nav li a.link-white {
  border: 1px solid var(--orange);
  background-color: #fff;
  color: var(--orange);
}
.sec-slide-nav li a.link-white .arrow {
  background-color: var(--orange);
}
.sec-slide-nav li a.link-white .arrow::after {
  border-left-color: #fff;
}
.sec-slide-nav li a.link-gray {
  border: 1px solid var(--gray);
  background-color: var(--gray);
  color: #000;
}
.sec-slide-nav li a.link-gray .arrow {
  background-color: #000;
}
.sec-slide-nav li a.link-gray .arrow::after {
  border-left-color: #fff;
}
.sec-slide-nav li a .arrow {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .sec-slide-nav li a .arrow {
    width: 21px;
    height: 21px;
  }
}
.sec-slide-nav li a .arrow::after {
  border: 1.2vw solid transparent;
  border-left: 1.6vw solid var(--darkblue);
}
@media screen and (min-width: 768px) {
  .sec-slide-nav li a .arrow::after {
    margin-left: 0px;
    border: 3px solid transparent;
    border-left: 5px solid var(--darkblue);
  }
}

@media screen and (min-width: 768px) {
  .slider-controller {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin-top: 35px;
  }
}
.slider-controller .swiper-button-prev,
.slider-controller .swiper-button-next {
  top: 40%;
}
@media screen and (min-width: 768px) {
  .slider-controller .swiper-button-prev,
  .slider-controller .swiper-button-next {
    position: static;
    margin-top: 0;
  }
}
.slider-controller .swiper-button-prev::after,
.slider-controller .swiper-button-next::after {
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #25283a;
}
@media screen and (min-width: 768px) {
  .slider-controller .swiper-button-prev::after,
  .slider-controller .swiper-button-next::after {
    position: static;
    font-size: 20px;
  }
}
.slider-controller .swiper-button-prev {
  left: -4%;
}
.slider-controller .swiper-button-next {
  right: -4%;
}
.slider-controller .swiper-pagination {
  display: none;
}
@media screen and (min-width: 768px) {
  .slider-controller .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .slider-controller .swiper-pagination .swiper-pagination-bullet {
    margin-inline: 0;
    background-color: #e9e9e9;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .slider-controller .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #25283a;
  }
}

/* hero */
.p-room-tour-hero {
  padding: 90px 5% 50px;
  background-image: url(../../img/page/room-tour/room-tour-main-bg-sp.jpg);
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-room-tour-hero {
    padding-block: 110px 145px;
    background-image: url(../../img/page/room-tour/room-tour-main-bg.jpg);
  }
}

.p-room-tour-hero__title {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-size: 7.2vw;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-room-tour-hero__title {
    font-size: 27px;
  }
}
.p-room-tour-hero__title span {
  font-size: 16vw;
  letter-spacing: 0.08em;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .p-room-tour-hero__title span {
    font-size: 60px;
  }
}

.p-room-tour-hero__read {
  margin-top: 80px;
  font-size: 5.8666666667vw;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-room-tour-hero__read {
    font-size: 22px;
  }
}

.p-room-tour-hero__text {
  margin-top: 30px;
  font-size: 3.7333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-room-tour-hero__text {
    font-size: 14px;
  }
}

/* p-room-tour-nav */
.p-room-tour-nav {
  max-width: 90%;
  margin-top: 70px;
  margin-inline: auto;
}
.p-room-tour-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-room-tour-nav ul {
    gap: 20px;
  }
}
.p-room-tour-nav ul li {
  width: 28.5333333333vw;
  background-color: var(--darkblue);
  color: #fff;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-room-tour-nav ul li {
    min-width: 200px;
    width: auto;
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .p-room-tour-nav ul li {
    min-width: 225px;
    font-size: 18px;
  }
}
.p-room-tour-nav ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
  padding: 10px 13px 15px;
  color: inherit;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-room-tour-nav ul li a {
    flex-direction: row;
    justify-content: center;
  }
}
.p-room-tour-nav ul li a::after {
  content: "";
  position: relative;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg) skew(3deg);
  transition: 0.3s ease top;
}
@media screen and (min-width: 768px) {
  .p-room-tour-nav ul li a::after {
    position: absolute;
    top: 35%;
    right: 20px;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-room-tour-nav ul li a:hover::after {
    top: calc(35% + 5px);
  }
}

/* housing */
/* customer */
/* employee *//*# sourceMappingURL=room-tour.css.map */