.leftBg::after {
  z-index: 1;
}

@media screen and (max-width: 520px) {
  .rightBg03 {
    padding: 40px 0 60px !important;
  }
}

.rightBg::before {
  width: 340px;
  height: 120px;
  bottom: -60px;
}
@media screen and (max-width: 1024px) {
  .rightBg::before {
    width: 235px;
    height: 80px;
    bottom: -40px;
  }
}

.leftBg02::before {
  width: 340px;
  height: 120px;
  bottom: -60px;
}
@media screen and (max-width: 1024px) {
  .leftBg02::before {
    width: 235px;
    height: 80px;
    bottom: -40px;
  }
}

@media print {
  #location .smp__show {
    display: none !important;
  }
}
#location img {
  font-size: 0;
}
#location .locationText {
  font-size: 24px;
}
@media screen and (max-width: 820px) {
  #location .locationText {
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  #location .locationText {
    font-size: 16px;
  }
}
#location .locationText02 {
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  #location .locationText02 {
    line-height: 2;
  }
}
#location .img02 {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  #location .img02 {
    padding-bottom: 45px;
  }
}
#location .map_ttl {
  margin: 90px auto 30px;
}
@media screen and (max-width: 520px) {
  #location .map_ttl {
    max-width: 75%;
    margin: 75px auto 10px;
  }
}
#location .flxArea {
  margin: 60px auto 0;
}
@media screen and (max-width: 820px) {
  #location .flxArea {
    margin: 30px auto;
  }
}
#location .textArea {
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  #location .textArea {
    margin: 30px auto;
    flex-direction: column;
  }
}
#location .textArea .textFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 10px);
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
  padding: 15px 0;
}
@media screen and (max-width: 820px) {
  #location .textArea .textFlex {
    width: 100%;
  }
}
#location .textArea .textFlex p {
  width: calc(50% - 10px);
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 520px) {
  #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: 820px) {
  #location .eduImg {
    margin-bottom: 45px;
  }
}
#location .textTitle {
  background-color: #226d4f;
  color: #fff;
  font-size: 28px;
  position: relative;
  padding: 20px;
  margin-top: 90px;
}
@media screen and (max-width: 820px) {
  #location .textTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #location .textTitle {
    font-size: 16px;
    padding: 12px;
    margin-top: 60px;
  }
}
#location .ttlArea {
  margin: 0 auto 20px;
}
@media screen and (max-width: 820px) {
  #location .ttlArea {
    margin: 0 auto 10px;
  }
}
#location .shopping .ttlArea {
  max-width: 340px;
}
@media screen and (max-width: 820px) {
  #location .shopping .ttlArea {
    max-width: 240px;
  }
}
#location .education .ttlArea {
  max-width: 360px;
}
@media screen and (max-width: 820px) {
  #location .education .ttlArea {
    max-width: 260px;
  }
}
#location .medical .ttlArea {
  max-width: 300px;
}
@media screen and (max-width: 820px) {
  #location .medical .ttlArea {
    max-width: 200px;
  }
}
#location .access .ttlArea {
  max-width: 280px;
}
@media screen and (max-width: 820px) {
  #location .access .ttlArea {
    max-width: 180px;
  }
}

.caption_area {
  margin-top: 0;
}

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

.caption_area {
  background-color: #fff;
  padding: 40px 0 60px;
}
@media screen and (max-width: 520px) {
  .caption_area {
    padding: 25px 0 60px;
  }
}