@charset "UTF-8";
/*---------------------------
共通
---------------------------*/
.imagephoto .cap {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 0.2em;
}
.imagephoto .cap.cap_r {
  text-align: right;
}
.imagephoto .cap.cap_l {
  text-align: left;
}
.footer_BtnLink {
  margin: 0 auto 5em;
}
.space {
  width: 100%;
  height: 4em;
}

@media screen and (max-width: 1170px) {
}

/* sp */
@media only screen and (max-width: 768px) {
.imagephoto .cap {
  font-size: 10px;
}
.footer_BtnLink {
  margin: 0 auto 3em;
}
.space {
  height: 2.5em;
}
}

/*---------------------------
共有箇所
---------------------------*/
.widthArea {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

/* Tab */
@media screen and (max-width: 1170px) {
}

/* sp */
@media only screen and (max-width: 768px) {
.widthArea {
  width: 100%;
  max-width: initial;
}
}

/*---------------------------
現地案内図
---------------------------*/
#outline .top_tx {
  margin-bottom: 3.5em;
  text-align: center;
  letter-spacing: 0.05em;
}
#outline .top_tx .ttl {
  font-size: 40px;
  line-height: 1.0;
  margin-bottom: 0.25em;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12em;
}
#outline .top_tx .txt {
  font-size: 14px;
}

/* Tab */
@media screen and (max-width: 1170px) {
}

/* sp */
@media only screen and (max-width: 768px) {
#outline .top_tx {
  margin-bottom: 2.5em;
}
#outline .top_tx .ttl {
  /*font-size: 40px;*/
  font-size: 6.25vw;
  margin-bottom: 0.1em;
}
#outline .top_tx .txt {
  /*font-size: 14px;*/
  font-size: 3.125vw;
}
}


/*---------------------------
物件概要コンテナ
---------------------------*/
#outlineArea {
  width: 100%;
  padding: 5em 0 0;
  letter-spacing: 0.05em;
}
#outlineArea h2 {
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 0 0 0.8em;
}
#outlineArea .bot_tx {
  margin-top: 0.4em;
}
#outlineArea .bot_tx p {
  font-size: 12px;
  line-height: 1.6;
}

/* Tab */
@media screen and (max-width: 1170px) {}

/* sp */
@media only screen and (max-width: 768px) {
  #outlineArea {
    padding: 2.5em 0 0;
  }
  #outlineArea h2 {
    font-size: 14px;
    padding: 0 0 0.8em;
  }
  #outlineArea .bot_tx p {
    font-size: 10px;
    line-height: 1.4;
  }
}

/*---------------------*/
/* 物件概要 */
/*---------------------*/
.table_box {
  max-width: 100%;
  /*margin: 0 auto 5rem;*/
  margin: 0 auto;
}
.table_box table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  border: 1px solid #7f7f7f;
  line-height: 1.8;
}
.table_box table tr:not(:first-child) {
  border-top: 1px solid #7f7f7f;
}
.table_box table th {
  background: #f4f4f4;
  width: calc(100% / 5);
  padding: 1.2em 1em;
  border-right: 1px solid #7f7f7f;
  text-align: left;
}
.table_box table td {
  width: 100%;
  padding: 1.2em 1em;
}
.table_box table td .outline-rights-group {
  display: inline-block;
  vertical-align: top;
}
.table_box table .xs {
  font-size: 12px;
}

/* Tab */
@media screen and (max-width: 1170px) {}

/* sp */
@media screen and (max-width: 768px) {
  .table_box table {
    font-size: 12.5px;
    line-height: 1.6;
  }
  .table_box table th {
    display: block;
    padding: 0.8em;
    width: auto;
    border-right: 0;
  }
  .table_box table td {
    display: block;
    padding: 0.8em;
    width: auto;
  }
  .table_box table td .outline-rights-group {
    vertical-align: top;
  }
  .table_box table .xs {
    font-size: 10px;
  }
}
