@charset "UTF-8";

header { background-color: rgba(255, 255, 255, 1);}

.lower_ttl {
  position: relative;
  width: 100%;
  background: url(../img/map/main_img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
padding-top: 30%;
}

.lower_ttl h2 {
  position: absolute;
  text-align: center;
  font-size: 30px;
  /* top: 50%; */
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  /* color: #fff; */
  letter-spacing: 5px;
}

.map_Area {
  width: 90%;
  max-width: 1000px;
  margin: 100px auto 0;
}

.map_Area h3 {
  position: relative;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0 0 50px;
}

.map_Area h3::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  /* background: #000; */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

/* 物件概要 */
.Block03 {
  width: 100%;
  margin: 120px 0 0;
  text-align: center;
  overflow: hidden;
}

.outline_List {
  max-width: 900px;
  width: 90%;
  margin: 30px auto 100px;
  /* background: rgba(255, 255, 255, .6); */
}

.outline_List li {
  padding: 15px 0;
  /* border-bottom: 1px dotted #000; */
  border-bottom: 1px dotted #fff;
}

.outline_List dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 10px;
  box-sizing: border-box;
}

.outline_List dt,
.outline_List dd {
  font-size: 13px;
  line-height: 1.5;
}

.outline_List dt {
  width: 30%;
  color: #fff;
  /* border-right: 1px solid #000; */
  border-right: 1px solid #fff;
}

.outline_List dd {
  width: 70%;
  padding: 0 0 0 20px;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
}

.outline_List:last-of-type {
  margin-top: 10px;
}

/*===================
iPad縦以下
===================*/
@media only screen and (max-width:1180px) {
.lower_ttl { padding-top: 40%;}
}
@media only screen and (max-width:880px) {
.lower_ttl h2 { top: 70%;}
}

/*===================
sp
===================*/
@media only screen and (max-width: 859px) {
  .lower_ttl h2 {
    top: 60%;
    font-size: 20px;
}
}
@media only screen and (max-width: 599px) {

  .lower_ttl {
    padding-top: 60%;
}
  /* 物件概要 */
  .Block03 {
    margin: 60px 0 0;
  }

  .outline_Ttl {
    width: 96%;
  }

  .outline_List {
    width: 96%;
    margin: 20px auto 50px;
  }

  .outline_List li {
    padding: 0;
    border-bottom: none;
  }

  .outline_List dl {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 15px;
  }

  .outline_List dt {
    width: 100%;
    padding: 5px 10px;
    background-color: rgba(133, 139, 143, 1);
    /* background-color: #D2DFE5; */
    border-right: none;
    text-align: left;
    box-sizing: border-box;
  }

  .outline_List dd {
    width: 100%;
    padding: 5px 10px;
  }
}

#outlineP {
  /* background: #000; */
  background-image: url(../top/img/teiki_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
}
