@media print {
  #location .smp__show {
    display: none !important;
  }
}
#location img {
  font-size: 0;
}
#location .navybg {
  padding-bottom: 10px;
  background-color: #00014f;
}
#location .locationText {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #location .locationText {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #location .locationText {
    font-size: 16px;
  }
}
#location .img01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #location .img01 {
    margin-bottom: 30px;
  }
}
#location .img02 {
  margin: 80px 0 90px;
}
@media screen and (max-width: 768px) {
  #location .img02 {
    margin: 40px 0 60px;
  }
}
#location .map_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #location .map_ttl {
    max-width: 75%;
    margin: 0 auto 10px;
  }
}
#location .map {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #location .map {
    margin-bottom: 70px;
  }
}
#location .flxArea {
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  #location .flxArea {
    margin: 30px auto;
  }
}
#location .textArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #location .textArea {
    flex-direction: column;
    margin-bottom: 70px;
  }
}
#location .textArea .textFlex {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 10px);
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: -1px;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  #location .textArea .textFlex {
    width: 100%;
  }
}
#location .textArea .textFlex p {
  width: calc(50% - 10px);
  color: #fff;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #location .textArea .textFlex p {
    font-size: 12px;
  }
}
#location .textArea .textFlex .right {
  text-align: end;
}
#location .eduImg {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #location .eduImg {
    margin-bottom: 45px;
  }
}
#location .textTitle {
  background-color: #000;
  color: #94e3f2;
  font-size: 28px;
  position: relative;
  padding: 20px;
  border-top: 1px solid #94e3f2;
  border-bottom: 1px solid #94e3f2;
}
@media screen and (max-width: 768px) {
  #location .textTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #location .textTitle {
    font-size: 16px;
    padding: 12px;
  }
}
#location .shopping .ttlArea {
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #location .shopping .ttlArea {
    max-width: 240px;
  }
}
#location .education .ttlArea {
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #location .education .ttlArea {
    max-width: 260px;
  }
}
#location .medical .ttlArea {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #location .medical .ttlArea {
    max-width: 200px;
  }
}
#location .access .ttlArea {
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #location .access .ttlArea {
    max-width: 180px;
  }
}

.caption_area {
  margin-top: 0;
}

.info-area.m_none {
  margin: 0;
}