@charset "UTF-8";
#space-match #intro {
  min-height: 80px;
  background: #fff;
}

#space-match #intro .arena-image {
  min-height: 80px;
  background: none;
}

#space-match #space-detail {
  padding: 0 0 80px;
}

#space-match #space-detail .wrap {
  margin: 20px auto 0;
  width: 1000px;
  vertical-align: top;
}

@media screen and (max-width: 1099px) {
  #space-match #space-detail .wrap {
    margin: -10px 0 0;
    padding: 0 20px;
    width: 100%;
  }
}

#space-match #space-detail h2 {
  margin: 0 0 1em;
  font-size: 22px;
  font-weight: bold;
}

#space-match #space-detail h3 {
  font-size: 15px;
  font-weight: normal;
}

#space-match #space-detail h3.outline {
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}

#space-match #space-detail .item-image-wrap {
  width: 740px;
  display: inline-block;
}

@media screen and (max-width: 1059px) {
  #space-match #space-detail .item-image-wrap {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}

#space-match #space-detail .item-image-wrap .item-image-list {
  width: 700px;
}

@media screen and (max-width: 1059px) {
  #space-match #space-detail .item-image-wrap .item-image-list {
    margin: 0 auto;
    width: 100%;
  }
}

#space-match #space-detail .item-image-wrap .item-image-list .space-item-image-wrap {
  min-height: 467px;
  border-radius: 10px;
  background: #eee;
}

@media screen and (max-width: 1059px) {
  #space-match #space-detail .item-image-wrap .item-image-list .space-item-image-wrap {
    aspect-ratio: 1.5;
    min-height: auto;
  }
}

#space-match #space-detail .item-image-wrap .item-image-list img {
  width: auto;
  max-height: 100%;
  border-radius: 10px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: width 700ms 0s;
}

#space-match #space-detail .item-image-wrap .item-image-thumb {
  padding-top: 12px;
  max-width: 710px;
  height: 100px;
  overflow: hidden;
}

@media screen and (max-width: 1099px) {
  #space-match #space-detail .item-image-wrap .item-image-thumb {
    margin: 0 auto;
    width: 100%;
  }
}

#space-match #space-detail .item-image-wrap .item-image-thumb .space-item-image-wrap .space-item-image-wrap-box {
  width: 110px;
  height: 72px;
  overflow: hidden;
}

@media screen and (max-width: 699px) {
  #space-match #space-detail .item-image-wrap .item-image-thumb .space-item-image-wrap .space-item-image-wrap-box {
    aspect-ratio: 1.5;
    width: 100%;
    height: auto;
    padding: 0 5px;
  }
}

#space-match #space-detail .item-image-wrap .item-image-thumb .space-item-image-wrap .space-item-image-wrap-box img {
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#space-match #space-detail .item-image-wrap .no-translate {
  margin: 0 auto !important;
  transform: translate3d(0, 0, 0) !important;
}

#space-match #space-detail #sticky-navi {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  /* stickyで固定 */
  position: -webkit-sticky;
  position: sticky;
  top: 14px;
}

@media screen and (max-width: 1059px) {
  #space-match #space-detail #sticky-navi {
    position: static;
    padding: 20px 0 0;
    top: auto;
    float: right;
  }
}

@media screen and (max-width: 779px) {
  #space-match #space-detail #sticky-navi {
    margin: -30px auto 0;
    padding: 0;
    width: 100%;
    float: none;
    clear: left;
  }
}

#space-match #space-detail .contact-wrap {
  width: 250px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 779px) {
  #space-match #space-detail .contact-wrap {
    margin: 0 auto;
    width: 250px;
    display: block;
  }
}

#space-match #space-detail .contact-wrap .price-wrap {
  margin: 24px 0 0;
  border-top: 1px solid #ddd;
}

#space-match #space-detail .contact-wrap .price-wrap h3 {
  margin: 24px 0 0;
}

#space-match #space-detail .contact-wrap .price-wrap .price {
  font-size: 14px;
  color: #000;
}

#space-match #space-detail .contact-wrap .price-wrap .price strong {
  margin: 0 4px 0 0;
  color: #e40;
  font-size: 26px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

#space-match #space-detail .contact-wrap .price-wrap .price-hour {
  color: #666;
  font-size: 14px;
}

#space-match #space-detail .contact-wrap .price-wrap .price-hour strong {
  margin: 0 2px 0 0;
  font-size: 16.5px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

#space-match #space-detail .contact-wrap .contact {
  margin: 24px 0 0;
  padding: 10px;
  border: 1px solid #e40;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #e40;
  text-align: center;
  display: block;
}

#space-match #space-detail .detail-wrap {
  margin: 30px 0 0;
  width: 700px;
}

@media screen and (max-width: 1059px) {
  #space-match #space-detail .detail-wrap {
    width: calc(100% - 280px);
    float: left;
  }
}

@media screen and (max-width: 779px) {
  #space-match #space-detail .detail-wrap {
    width: 100%;
    float: none;
  }
}

#space-match #space-detail .detail-wrap .tag {
  margin: 0 0 30px;
  padding: 16px 0;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

#space-match #space-detail .detail-wrap .tag li {
  margin: 0 20px 0 0;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 779px) {
  #space-match #space-detail .detail-wrap .tag li {
    margin-top: 10px;
  }
}

#space-match #space-detail .detail-wrap .tag li:last-child {
  margin-right: 0;
}

#space-match #space-detail .detail-wrap .tag li .material-symbols-outlined {
  margin: 0 3px 0 0;
  vertical-align: top;
}

#space-match #space-detail .detail-wrap .tag li span {
  font-weight: normal;
}

#space-match #space-detail .detail-wrap h3 {
  margin: 0 0 1rem;
  font-size: 21px;
  font-weight: bold;
}

#space-match #space-detail .detail-wrap h3 + h4 {
  padding-top: .4rem;
}

#space-match #space-detail .detail-wrap h3 + p.price {
  margin-top: -.4rem;
}

#space-match #space-detail .detail-wrap h4 {
  margin: 0 0 0.6rem;
  font-size: 17px;
  font-weight: bold;
}

#space-match #space-detail .detail-wrap h4.price + p.price {
  margin-top: -.4rem;
}

#space-match #space-detail .detail-wrap p {
  margin: 0 0 1rem;
  font-size: 16px;
  line-height: 1.61;
  font-feature-settings: normal;
}

#space-match #space-detail .detail-wrap p + h3 {
  margin: 2rem 0 1rem;
}

#space-match #space-detail .detail-wrap p + h4 {
  margin: 2rem 0 0.6rem;
}

#space-match #space-detail .detail-wrap p.price strong {
  margin: 0 2px 0 0;
  color: #e40;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}

#space-match #space-detail .detail-wrap p + .caution {
  font-size: .9em;
}

#space-match #space-detail .detail-wrap .acf-map {
  width: 100%;
  height: 400px;
}

#space-match #space-detail .detail-wrap .acf-map img {
  max-width: inherit !important;
}

#space-match #space-detail .detail-wrap iframe + h3, #space-match #space-detail .detail-wrap ul + h3, #space-match #space-detail .detail-wrap .acf-map + h3, #space-match #space-detail .detail-wrap iframe + h4, #space-match #space-detail .detail-wrap ul + h4, #space-match #space-detail .detail-wrap .acf-map + h4 {
  margin: 2rem 0 1rem;
}

#space-match #space-detail .detail-wrap ul.caution {
  margin: 0 0 0 24px;
  list-style-type: disc;
  line-height: 1.61;
}

#space-match .matching-head h2 strong {
  font-size: 1.4rem;
}

#space-match .matching-head h2 .material-symbols-outlined {
  font-size: 32px;
}

#space-match #case {
  clear: both;
}

/*# sourceMappingURL=matching-detail.map */