/*======================================================
		Common layout
======================================================*/
.cmn-ttl-01 {
  margin-bottom: 70px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-size: 28px;
  font-weight: normal;
}
.section {
  padding: 50px 0;
}
/*======================================================
		overview
======================================================*/
.overview .cmn-ttl-01 {
  margin-bottom: 24px;
}
.overview__unit-wrap {
  width: 69%;
  padding-right: 8%;
}
.overview__img {
  width: 31%;
  padding-top: 20px;
}
.overview__unit {
  border-bottom: solid 1px #DDDDDD;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.overview__unit dt {
  width: 30%;
  font-weight: 600;
  padding-right: 20px;
}
.overview__unit dd {
  width: 70%;
}

/*======================================================
		access
======================================================*/
.access {
  padding-bottom: 10px;
}
.access__map {
  margin-bottom: 50px;
}
.access__sub-ttl {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
.access__sub-ttl i {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.access__row {
  justify-content: space-between;
}
.access__item {
  width: 48%;
  margin-bottom: 112px;
}
.access__item-ttl {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  border-bottom: solid 1px #DDDDDD;
  margin: 0 0 0px;
  padding-bottom: 18px;
  margin: 0 0 20px;
}
.access__item-ttl.mb0 {
  margin-bottom: 0;
}
.access__item-unit {
  border-bottom: solid 1px #DDDDDD;
  display: flex;
  padding: 28px 0;
}
.access__item-unit.long {
  padding: 68px 0;
}
.access__item-unit dt {
  width: 30%;
  font-weight: 600;
  color: #F0047F;
}
.access__item-unit dd {
  width: 70%;
}
.access__item-unit dd b {
  font-weight: 600;
}
/*======================================================
		nearby
======================================================*/
.nearby {
  padding-bottom: 200px;
}
.nearby__btn {
  margin: 0 0 60px;
}
@media screen and (max-width: 660px) {
/*======================================================
		Common layout
======================================================*/
  .cmn-ttl-01 {
    margin-bottom: 24px;
    font-size: 23px;
  }
  .overview__unit-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .overview__img {
    width: 100%;
  }
  .overview__unit dt {
    width: 100%;
  }
  .overview__unit dd {
    width: 100%;
  }
/*======================================================
		access
======================================================*/
  .access__sub-ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .access__sub-ttl i {
    margin-right: 14px;
    width: 26px;
}
  .access__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .access__item-unit dt {
    width: 35%;
  }
  .access__item-unit dd {
    width: 65%;
  }
  .access__item-unit.long {
    padding: 20px 0 20px;
  }
/*======================================================
		nearby
======================================================*/
  .nearby {
    padding-bottom: 100px;
  }
}