@charset "utf-8";
#facilities_info .main_title {
  margin: 0 0 20px;
}
#facilities_info .lead_txt {
  margin: 0 0 80px;
}
#facilities_info .cts_wrap .image {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
#facilities_info .cts_wrap .image img {
  width: 100%;
  border-radius: 10px;
}
#facilities_info .cts_wrap .contents {
  color: var(--mainColor);
  padding-left: 80px;
}
#facilities_info .cts_wrap .contents .inner {
  width: 100%;
}
#facilities_info .cts_wrap .contents .cts_title {
  margin: 0 0 20px!important;
}
#facilities_info .cts_wrap .contents p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}
#facilities_info .cts_wrap .contents p.caution {
  font-size: 14px;
}
#facilities_info .cts_wrap .contents .detail {
  width: 100%;
  margin: 15px 0 0 0;
}
#facilities_info .cts_wrap .contents .detail dl {
  width: 100%;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
#facilities_info .cts_wrap .contents .detail dl:last-of-type {
  border-bottom: none;
}
#facilities_info .cts_wrap .contents .detail dl dt {
  width: 100px;
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 5px;
}
#facilities_info .cts_wrap .contents .detail dl dt .icon {
  padding: 0 0 0 30px;
  position: relative;
}
#facilities_info .cts_wrap .contents .detail dl dt .icon:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
#facilities_info .cts_wrap .contents .detail dl dt .icon.clock:before {
  background: url(../p_common/images/icon/clock.png) no-repeat center / contain;
}
#facilities_info .cts_wrap .contents .detail dl dt .icon.key:before {
  background: url(../p_common/images/icon/key.png) no-repeat center / contain;
}
#facilities_info .cts_wrap .contents .detail dl dd {
  width: calc(100% - 110px);
  font-size: 16px;
  line-height: 1.4em;
}
#facilities_info .cts_wrap .contents .detail dl dd .in_box {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
#facilities_info .cts_wrap .contents .detail dl dd .in_box:first-of-type {
  padding-top: 0;
}
#facilities_info .cts_wrap .contents .detail dl dd .in_box:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

#tenant {
  background: #f3f3e8;
}
#tenant .wrap {
  padding: 80px 0;
}
#tenant .tenant_box {
  background: #fff;
  width: 100%;
  padding: 60px;
  margin: 0 0 30px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 60px;
}
#tenant .tenant_box:last-of-type {
  margin: 0;
}
#tenant .tenant_box .images {
  justify-content: center;
  gap: 15px 30px;
  width: calc(100% - 60px - 230px);
}
#tenant .tenant_box .images img {
  width: calc((100% - 30px)/2);
  min-width: 250px;
}
#tenant .tenant_box .tenant_detail {
  width: 230px;
  color: var(--mainColor);
}
#tenant .tenant_box .tenant_detail .shop_info {
  width: 100%;
}
#tenant .tenant_box .tenant_detail .floor {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  background: #edede4;
  padding: 5px 10px;
  margin: 0 0 10px;
}
#tenant .tenant_box .tenant_detail h3 {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
  padding: 0;
  margin: 0 0 10px;
}
#tenant .tenant_box .tenant_detail table {
  width: 100%;
}
#tenant .tenant_box .tenant_detail table tr {
  width: 100%;
  border-bottom: 1px solid #000;
}
#tenant .tenant_box .tenant_detail table tr:first-child {
  border-top: 1px solid #000;
}
#tenant .tenant_box .tenant_detail table th,
#tenant .tenant_box .tenant_detail table td {
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding: 5px 0;
}
#tenant .tenant_box .tenant_detail table th {
  font-size: 14px;
  line-height: 1.6em;
  width: 70px;
}
#tenant .tenant_box .tenant_detail table td {
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: -.1em;
}


/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  #facilities_info .cts_wrap .contents {
    padding-left: 0;
  }

}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #facilities_info .lead_txt {
    margin: 0 0 40px;
  }
  #facilities_info .cts_wrap .contents .inner {
    max-width: 100%;
  }
  #facilities_info .cts_wrap .contents .img {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
  }
  #facilities_info .cts_wrap .contents .img img {
    width: 100%;
    border-radius: 5px;
  }
  #facilities_info .cts_wrap .contents .cts_title {
    margin: 0 0 5px !important;
  }
  #facilities_info .cts_wrap .contents p {
    font-size: 12px;
  }
  #facilities_info .cts_wrap .contents p.caution {
    font-size: 11px;
  }
  #facilities_info .cts_wrap .contents .detail {
    margin: 0;
  }
  #facilities_info .cts_wrap .contents .detail dl dt {
    font-size: 11px;
    width: 80px;
  }
  #facilities_info .cts_wrap .contents .detail dl dd {
    font-size: 12px;
    width: calc(100% - 90px);
  }
  #facilities_info .cts_wrap .contents .detail dl dt .icon {
    padding-left: 25px;
  }
  #facilities_info .cts_wrap .contents .detail dl dt .icon:before {
    width: 16px;
    height: 16px;
  }
  #tenant .wrap {
    padding: 40px 0;
  }
  #tenant .tenant_box {
    padding: 20px;
    margin: 0 0 25px;
    gap: 15px 0;
  }
  #tenant .tenant_box .images {
    gap: 0 10px;
    width: 100%;
  }
  #tenant .tenant_box .images img {
    min-width: unset;
    width: calc((100% - 10px)/2);
  }
  #tenant .tenant_box .tenant_detail {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 15px;
  }
  #tenant .tenant_box .tenant_detail .shop_info {
    width: 120px;
  }
  #tenant .tenant_box .tenant_detail table {
    width: calc(100% - 120px - 15px);
  }
  #tenant .tenant_box .tenant_detail .floor {
    font-size: 11px;
  }
  #tenant .tenant_box .tenant_detail h3 {
    font-size: 14px;
  }
  #tenant .tenant_box .tenant_detail h3 span {
    font-size: 11px;
    letter-spacing: -.15em;
  }
  #tenant .tenant_box .tenant_detail table th {
    font-size: 10px;
    width: 60px;
  }
  #tenant .tenant_box .tenant_detail table td {
    font-size: 11px;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}