/* =========================================================
rental
========================================================= */
@media (max-width: 768px) {
  .rental-summary {
    padding-top: 50px;
  }
}
@media (min-width: 769px) {
  .rental-summary {
    padding-top: 80px;
  }
}
.rental-summary .note {
  color: #797979;
}

@media (max-width: 768px) {
  .rental-summary .note {
    font-size: 12px;
    line-height: 1.8333333333;
  }
}
@media (min-width: 769px) {
  .rental-summary .note {
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
.sticky-btn {
  width: 100%;
  position: sticky;
  top: 100%;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .sticky-btn::before {
    content: "";
    width: 100%;
    height: 120px;
    background: linear-gradient(to top, #fff 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.sticky-btn .cmn-btn01 {
  position: absolute;
}

@media (max-width: 768px) {
  .sticky-btn .cmn-btn01 {
    width: 87.4666666667vw;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
  }
}
@media (min-width: 769px) {
  .sticky-btn .cmn-btn01 {
    width: 400px;
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sticky-btn a {
    height: 50px;
    font-size: clamp(10px, 3.7333333333vw, 14px);
  }
}
@media (min-width: 769px) {
  .sticky-btn a {
    height: 83px;
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .sticky-btn .arrow {
    width: 13px;
    height: 8px;
    right: 22px;
  }
}
@media (min-width: 769px) {
  .sticky-btn .arrow {
    width: 21px;
    height: 12px;
    right: 32px;
  }
}
/*------------------------------------------
price
------------------------------------------*/
.price-block {
  border: 3px solid #000;
  position: relative;
}

@media (max-width: 768px) {
  .price-block {
    margin: 60px auto 0;
    padding: 42px 0 0;
  }
}
@media (min-width: 769px) {
  .price-block {
    margin: 100px auto 0;
    padding: 53px 0 0;
  }
}
.price-block .head {
  width: clamp(10px, 44vw, 250px);
  padding: 9px 0;
  background: #000;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .price-block .head {
    font-size: 22px;
    top: -22px;
  }
}
@media (min-width: 769px) {
  .price-block .head {
    font-size: 26px;
    top: -26px;
  }
}
.price-block .lead {
  line-height: 2.2;
  text-align: center;
}

@media (max-width: 768px) {
  .price-block .lead {
    margin: 0 auto 25px;
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .price-block .lead {
    margin: 0 auto 35px;
    font-size: 16px;
  }
}
.price-block .lead .marker {
  padding: 0 0 5px;
  border-bottom: 2px dotted #000;
  font-size: 1.2;
  font-weight: 700;
}

@media (max-width: 768px) {
  .price-block .box01 {
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .price-block .box01 {
    padding: 0 50px;
  }
}
.price-block .box01 > * + * {
  margin: 10px auto 0;
}

.price-block .box01 .ttl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}

.price-block .box01 .ttl .txt01 {
  display: inline-block;
  padding: 8px;
  background: #000;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .price-block .box01 .ttl .txt01 {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .price-block .box01 .ttl .txt01 {
    font-size: 18px;
  }
}
.price-block .box01 .ttl .txt02 {
  white-space: nowrap;
  font-size: clamp(10px, 3.73vw, 16px);
  line-height: 1.7;
}

@media (max-width: 768px) {
  .price-block .box01 .ttl .txt02 .small {
    font-size: 0.78em;
  }
}
.price-block .box02 {
  background: #F7F7F7;
}

@media (max-width: 768px) {
  .price-block .box02 {
    margin: 20px auto 0;
    padding: 25px 24px 30px;
  }
}
@media (min-width: 769px) {
  .price-block .box02 {
    margin: 40px auto 0;
    padding: 45px 50px 50px;
  }
}
.price-block .box02 .txt01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 768px) {
  .price-block .box02 .txt01 {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .price-block .box02 .txt01 {
    font-size: 16px;
  }
}
.price-block .box02 .txt01 .marker {
  display: inline-block;
  padding: 6px;
  background: #000;
  color: #fff;
  font-weight: 700;
}

.price-block [class*=tbl0] {
  width: 100%;
}

.price-block [class*=tbl0] tr {
  height: 56px;
  border: 2px solid #CBCBCB;
  border-top: none;
}

.price-block [class*=tbl0] tr th,
.price-block [class*=tbl0] tr td {
  border-right: 2px solid #CBCBCB;
  font-size: clamp(10px, 3.2vw, 16px);
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
}

.price-block [class*=tbl0] tr th:last-child,
.price-block [class*=tbl0] tr td:last-child {
  border-right: none;
}

.price-block [class*=tbl0] tr th .small,
.price-block [class*=tbl0] tr td .small {
  font-size: 0.75em;
}

.price-block [class*=tbl0] tr th {
  background: #E6E6E6;
}

.price-block [class*=tbl0] tr:first-child {
  height: 46px;
  border-bottom: none;
  background: #CBCBCB;
}

.price-block [class*=tbl0] tr:first-child th,
.price-block [class*=tbl0] tr:first-child td {
  background: none;
  border-right: 2px solid #E6E6E6;
}

.price-block [class*=tbl0] tr:first-child th:last-child,
.price-block [class*=tbl0] tr:first-child td:last-child {
  border-right: none;
}

.price-block .list {
  margin: 30px auto 0;
  max-width: 800px;
  gap: 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.price-block .list li {
  padding: 0 0 0 22px;
  position: relative;
}

@media (max-width: 768px) {
  .price-block .list li {
    width: 100%;
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
@media (min-width: 769px) {
  .price-block .list li {
    width: 27%;
    padding-right: 1em;
    line-height: 2;
    font-size: clamp(10px, 1.3vw, 16px);
    font-size: 16px;
  }
}
.price-block .list li::before {
  content: "";
  width: 10px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 0.8em;
  left: 0;
}

@media (min-width: 769px) {
  .price-block .list li.large {
    width: 38%;
  }
}
@media (min-width: 769px) {
  .price-block .list li.w100 {
    width: 100%;
  }
}
.price-block .list li.etc {
  padding: 0;
}

@media (min-width: 769px) {
  .price-block .list li.etc {
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
  }
}
.price-block .list li.etc::before {
  content: none;
}

.price-block .list + .note {
  max-width: 800px;
  margin: 15px auto 0;
}

.price-block .plus {
  width: 42px;
  height: 42px;
  margin: 15px auto;
  border-radius: 50%;
  background: #000;
  position: relative;
}

.price-block .plus::before, .price-block .plus::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.price-block .plus::before {
  width: 20px;
  height: 2px;
}

.price-block .plus::after {
  width: 2px;
  height: 20px;
}

/*------------------------------------------
step
------------------------------------------*/
.step-block {
  position: relative;
}

@media (max-width: 768px) {
  .step-block {
    margin: 40px auto 0;
  }
}
@media (min-width: 769px) {
  .step-block {
    margin: 60px auto 0;
  }
}
.step-list {
  position: relative;
  counter-reset: number 0;
}

@media (max-width: 768px) {
  .step-list {
    margin: 20px auto 0;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 769px) {
  .step-list {
    margin: 25px auto 0;
    padding: 0 0 0 55px;
  }
}
.step-list::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #9F9F9F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.step-list .step {
  background: #F7F7F7;
  position: relative;
}

@media (max-width: 768px) {
  .step-list .step {
    padding: 20px;
  }
}
@media (min-width: 769px) {
  .step-list .step {
    padding: 30px 50px;
  }
}
.step-list .step::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: "bc-sklonar", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  position: absolute;
}

@media (max-width: 768px) {
  .step-list .step::before {
    font-size: 24px;
    top: 16px;
    left: -20px;
  }
}
@media (min-width: 769px) {
  .step-list .step::before {
    font-size: 30px;
    top: 30px;
    left: -16px;
  }
}
@media (max-width: 768px) {
  .step-list .step + .step {
    margin: 10px auto 0;
  }
}
@media (min-width: 769px) {
  .step-list .step + .step {
    margin: 15px auto 0;
  }
}
.step-list .step > * + * {
  margin: 0.5em auto 0;
}

@media (max-width: 768px) {
  .step-list .step .txt01 {
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
@media (min-width: 769px) {
  .step-list .step .txt01 {
    font-size: 16px;
    line-height: 1.875;
  }
}
/*------------------------------------------
facilities
------------------------------------------*/
@media (max-width: 768px) {
  .facilities-block {
    margin: 50px auto 0;
  }
}
@media (min-width: 769px) {
  .facilities-block {
    margin: 80px auto 0;
  }
}
@media (max-width: 768px) {
  .facilities-block .facilities-box + .facilities-box {
    margin: 50px auto 0;
  }
}
@media (min-width: 769px) {
  .facilities-block .facilities-box + .facilities-box {
    margin: 80px auto 0;
  }
}
.facilities-block .facilities-box .link a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}

@media (max-width: 768px) {
  .facilities-block .facilities-box .link a {
    padding: 0 0 0 15px;
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
@media (min-width: 769px) {
  .facilities-block .facilities-box .link a {
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
@media (hover: hover) {
  .facilities-block .facilities-box .link a {
    transition: opacity 0.2s ease-in-out;
  }
  .facilities-block .facilities-box .link a:hover {
    opacity: 0.6;
  }
}
.facilities-block .facilities-box .link a::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  background: url(https://th.dev-shinsaibashi-parco.sc-concierge.jp/assets/space14/images/common/ico_arrow01.svg) no-repeat center/contain;
  transform: rotate(-90deg);
}

@media (max-width: 768px) {
  .facilities-block .facilities-box .link a::before {
    width: 10px;
    height: 6px;
  }
}
@media (min-width: 769px) {
  .facilities-block .facilities-box .link a::before {
    width: 14px;
    height: 8px;
  }
}
.facilities-list .bundle {
  display: flex;
}

@media (max-width: 768px) {
  .facilities-list .bundle + .bundle {
    margin: 25px auto 0;
  }
}
@media (min-width: 769px) {
  .facilities-list .bundle + .bundle {
    margin: 80px auto 0;
  }
}
.facilities-list dt {
  font-weight: 700;
}

@media (max-width: 768px) {
  .facilities-list dt {
    width: 80px;
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
@media (min-width: 769px) {
  .facilities-list dt {
    width: 130px;
    font-size: 18px;
    line-height: 1.7222222222;
  }
}
.facilities-list dd {
  flex: 1;
}

@media (max-width: 768px) {
  .facilities-list dd {
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
@media (min-width: 769px) {
  .facilities-list dd {
    font-size: 16px;
    line-height: 1.875;
  }
}
.facilities-list .head {
  margin: 1.5em auto 0;
}

.facilities-list .head:first-child {
  margin-top: 0;
}

.facilities-list .head + .txt {
  margin: 1em auto 0;
}

.facilities-list .small {
  font-size: 0.8em;
}

@media (max-width: 768px) {
  .facilities-gallery {
    width: 100vw;
    margin: 0 0 0 -24px;
  }
}
@media (min-width: 769px) {
  .facilities-gallery {
    max-width: 800px;
    margin: 0 auto;
  }
}
.facilities-gallery .wrap {
  overflow: hidden;
}

.facilities-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.facilities-gallery .slick-arrow button {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .facilities-gallery .slick-arrow button {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 769px) {
  .facilities-gallery .slick-arrow button {
    width: 50px;
    height: 50px;
  }
}
.facilities-gallery .slick-arrow button::before {
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
}

@media (max-width: 768px) {
  .facilities-gallery .slick-arrow button::before {
    width: 9px;
    height: 9px;
    top: 12px;
    left: 12px;
  }
}
@media (min-width: 769px) {
  .facilities-gallery .slick-arrow button::before {
    width: 15px;
    height: 15px;
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .facilities-gallery .slick-arrow.prev {
    left: 5px;
  }
}
@media (min-width: 769px) {
  .facilities-gallery .slick-arrow.prev {
    left: -25px;
  }
}
.facilities-gallery .slick-arrow.prev button {
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .facilities-gallery .slick-arrow.next {
    right: 5px;
  }
}
@media (min-width: 769px) {
  .facilities-gallery .slick-arrow.next {
    right: -25px;
  }
}
.facilities-gallery .slick-arrow.next button {
  transform: rotate(135deg);
}

@media (max-width: 768px) {
  .facilities-gallery .thumb {
    width: 80px;
    margin: 10px 0 0;
  }
}
@media (min-width: 769px) {
  .facilities-gallery .thumb {
    width: 122px;
    margin: 8px 0 0;
  }
}
.facilities-gallery .thumb .slick-list {
  overflow: visible;
}

.facilities-gallery .thumb .slick-active {
  opacity: 0.6;
}

.facilities-gallery .thumb .img {
  cursor: pointer;
}

@media (max-width: 768px) {
  .facilities-gallery .thumb .img {
    padding: 0 5px 0 0;
  }
}
@media (min-width: 769px) {
  .facilities-gallery .thumb .img {
    padding: 0 8px 0 0;
  }
}
.sp14_iframe_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 768px) {
  .sp14_iframe_wrap {
    flex-direction: column;
  }
}
.sp14_iframe_wrap .sp14_iframe {
  flex: 1;
  aspect-ratio: 600/450;
}

@media (max-width: 768px) {
  .sp14_iframe_wrap .sp14_iframe {
    width: 100%;
  }
}
.sp14_iframe_wrap .sp14_iframe iframe {
  width: 100%;
  height: 100%;
}