.page-summary {
  background-image: url(../images/access/bg_page_summary.jpg);
}

.box-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: flex-start;
}
@media screen and (max-width: 414px) {
  .box-2 .box {
    width: 100%;
    margin-bottom: 45px;
  }
  .box-2 .box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 415px) {
  .box-2 .box {
    width: 460px;
    margin-right: 80px;
    margin-bottom: 45px;
  }
  .box-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .box-2 .box:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .box-2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 415px) {
  .box-2 {
    margin-top: 50px;
  }
}

#MAP {
  text-align: center;
  padding-bottom: 50px;
}
#MAP .heading-bg {
  color: #fff;
  background: #009d61;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 414px) {
  #MAP .heading-bg {
    font-size: 20px;
  }
}
@media screen and (min-width: 415px) {
  #MAP .heading-bg {
    font-size: 26px;
  }
}
#MAP .link-btn-detail {
  background: #fff;
  color: #3b3b3b;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 15px 30px;
  margin-top: 40px;
  min-width: 377px;
  position: relative;
  border: 1px solid #3b3b3b;
}
#MAP .link-btn-detail::after {
  content: "";
  display: block;
  width: 36px;
  height: 7px;
  background-image: url("../images/common/link_arrow_bk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(-16px, -3px);
}
#MAP .info {
  letter-spacing: 0.1em;
}
#MAP .info .notes {
  margin-top: 15px;
  font-size: 12px;
}
#MAP .box {
  text-align: left;
  line-height: 1.68;
}
#MAP .box .group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: flex-start;
}
#MAP .box .group dt {
  width: 90px;
}
#MAP .box .group dd {
  width: calc(100% - 90px);
}
#MAP .map {
  position: relative;
}
@media screen and (max-width: 414px) {
  #MAP .map {
    padding-top: 50px;
  }
}
@media screen and (min-width: 415px) {
  #MAP .map {
    padding-top: 120px;
  }
}
@media screen and (max-width: 414px) {
  #MAP .map h2 {
    width: 80px;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 415px) {
  #MAP .map h2 {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0px, 80px);
  }
}
@media screen and (max-width: 414px) {
  #MAP .map .image {
    width: 100%;
  }
}
@media screen and (min-width: 415px) {
  #MAP .map .image {
    width: 737px;
  }
}
@media screen and (max-width: 414px) {
  #MAP .map .notes {
    margin-top: 20px;
  }
}
@media screen and (min-width: 415px) {
  #MAP .map .notes {
    margin-top: 55px;
  }
}
@media screen and (max-width: 414px) {
  #MAP .link-btn-detail {
    min-width: 260px;
  }
}
#MAP .facilities {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: center;
}
@media screen and (max-width: 414px) {
  #MAP .facilities .box {
    width: 100%;
    margin-bottom: 45px;
  }
  #MAP .facilities .box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 415px) {
  #MAP .facilities .box {
    width: 320px;
    margin-right: 20px;
    margin-bottom: 25px;
  }
  #MAP .facilities .box:nth-child(3n) {
    margin-right: 0;
  }
  #MAP .facilities .box:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 415px) {
  #MAP .facilities {
    margin-top: 100px;
  }
}
@media screen and (max-width: 414px) {
  #MAP .facilities {
    margin-top: 50px;
  }
}
