.content {
  border-top: 10px solid #e15513;
}
.page-title {
  color: #e15513;
}
.map-area {
  max-width: 1040px;
  margin: 0px auto;
  padding: 40px 20px 0px;
  position: relative;
}
.map {
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 90%;
}
.map-area .chara{

}
.map-area .c1{
  max-width: 180px;
  position: absolute;
  left: 0px;
  bottom: 4%;
}
.map-area .c2{
  max-width: 180px;
  position: absolute;
  right: 0px;
  top: 60%;
}
p.acc-ttl1 {
  color: #00a199;
  margin-top: 80px;
  font-size: 1.2rem;
}
p.acc-ttl2 {
  color: #de5a24;
  margin-top: 80px;
  font-size: 1.2rem;
}
.loc-flex {
  align-items: flex-start;
}
.loc-flex > div {
  width: 31%;
  font-size: 1.8rem;
}
.loc-flex.acc > div {
  width: 45%;
}
.loc-flex.acc > div:last-child {
  width: 54%;
}
.loc-flex > div h4 {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 14px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
.loc-flex > div h4:before, .loc-flex > div h4:after {
  content: "";
  position: absolute;
  height: 2px;
  background-position: center 0%;
  background-repeat: repeat-x;
  background-image: url(../images/common/border.png);
  width: 100%;
}
.loc-flex > div h4:before {
  top: 0px;
  left: 0px;
}
.loc-flex > div h4:after {
  bottom: 0px;
  left: 0px;
}
.loc-img {
  margin-top: 10px;
}
.loc-img p {
  margin-top: 10px;
}
.loc-flex > div p:last-child {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-top: 10px;
}
.loc-flex.acc > div p:last-child {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-top: 10px;
}
.ggl-map a {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 40px auto 0px;
  background-color: #e15513;
  padding: 10px;
  border-radius: 10px;
  color: #FFFFFF;
}
/* ===============================================================================
media query
=============================================================================== */
@media screen and (max-width:768px) {
  .map {
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
  .map-area {
    padding: 0px 10px 0px;
  }
  .map-area.big-map {
    padding-bottom: 10px;
  }
.map-area .chara{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-top: 10px;
	width: 100%;
}
  .map-area .c1, .map-area .c2 {
	position: static;
	width: 50%;
  }
	.ggl-map a {
	margin-top: 20px;

}
  .loc-flex > div, .loc-flex.acc > div, .loc-flex.acc > div:last-child {
    width: 100%;
    margin-bottom: 20px;
  }
  p.acc-ttl1 {
    margin-top: 20px;
  }
  p.acc-ttl2 {
    margin-top: 40px;
  }
}