.store .map_area {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .store .map_area {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .store .map_area {
    margin-top: 40px;
  }
}
.store .map_area_btn {
  padding: 30px 20px 28px;
  border-radius: 10px;
  background: #EFF8FF;
}
@media screen and (max-width: 575px) {
  .store .map_area_btn {
    padding: 25px 10px 23px;
  }
}
.store .map_area_btn ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .store .map_area_btn ul {
    -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  }
}
.store .map_area_btn ul li:not(:first-of-type) {
  margin-left: 25px;
}
@media screen and (max-width: 575px) {
  .store .map_area_btn ul li:not(:first-of-type) {
    margin-left: 15px;
  }
}
.store .map_area_btn ul li a {
  cursor: pointer;
  color: #002076;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.store .map_area_btn ul li a:hover,
.store .map_area_btn ul li a.current {
  opacity: 0.7;
}
.store .map_area_btn ul li a i {
  margin-right: 5px;
}
.store .map_area_content {
  width: 100%;
  height: 600px;
  position: relative;
  background: #2d2d2d;
}
@media screen and (max-width: 575px) {
  .store .map_area_content {
    height: 400px;
  }
}
.store .map_area_content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.store_area_content {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .store_area_content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .store_area_content {
    margin-top: 40px;
  }
}
.store_area_content_items {
  margin-top: 10px;
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .store_area_content_items {
    margin-right: 0;
    margin-left: 0;
  }
}
.store_area_content_items .item {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .store_area_content_items .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .store_area_content_items .item {
    width: 100%;
    padding: 0;
  }
}
.store_area_content_items .item_inner {
  width: 100%;
  height: 100%;
  padding: 35px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .store_area_content_items .item_inner {
    padding: 25px;
  }
}
@media screen and (max-width: 575px) {
  .store_area_content_items .item_inner {
    padding: 20px;
  }
}
.store_area_content_items .item_inner h4 {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}
.store_area_content_items .item_inner p {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.store_area_content_items .item_inner .gmap {
  margin-bottom: 10px;
}
.store_area_content_items .item_inner .tel a,
.store_area_content_items .item_inner .gmap a {
  min-width: 200px;
  padding: 5px 20px 4px;
  text-align: center;
  color: #F48700;
  border-radius: 100px;
  border: 2px solid #F48700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.store_area_content_items .item_inner .tel a:hover,
.store_area_content_items .item_inner .gmap a:hover {
  color: #FFF;
  background: #F48700;
}
.store_area_content_items .item_inner .tel a .num,
.store_area_content_items .item_inner .gmap a .num {
  font-size: 1.6rem;
  line-height: 1;
}
.store_area_content_items .item_inner .tel a .num i,
.store_area_content_items .item_inner .gmap a .num i {
  width: 16px;
  margin-right: 5px;
}
.store_area_content_items .item_inner .gmap a .num i {
  width: 10px;
}
.store_ttl {
  text-align: center;
}
.store_ttl h3 {
  width: 200px;
  margin: 0 auto 20px;
  padding: 11px 20px 13px;
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 2.3rem;
  line-height: 1;
  border-radius: 100px;
  background: #002076;
}
@media screen and (max-width: 575px) {
  .store_ttl h3 {
    margin-bottom: 0;
  }
}