@charset "utf-8";
/* CSS Document */


.content_store_info h1{
  font-size: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #283C64;
}

.content_store_info h2{
  font-size: 2.8rem;
  padding: 2rem 3rem;
  border: 1px solid #283C64;
  margin-top: 6rem
}

.store_info_wrapp{
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
.store_info_list{
  width: 49%;
}
.store_info_list.list2{
  width: 100%;
}
.store_info_list dl{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
  align-items: center;
}
.store_info_list dl dt{
  width: 130px;
  padding: 1rem;
  text-align: center;
  color: #fff;
  background-color: #283C64;
  margin-right: 2rem;
  white-space: nowrap;
}

.store_info_map{
  width: 49%;
}
.store_info_map iframe{
  width: 100%;
  aspect-ratio: 2 / 1.3;
}

.store_photos{
  margin-top: 6rem;
}
.store_photos ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.store_photos ul li{
  width: 32.5%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
 
 .content_store_info h2 {
    font-size: 1.8rem;
    padding: 1rem 2rem;
    margin-top: 3rem;
  }
  
  .store_info_wrapp {
    flex-flow: column;
    margin-top: 3rem;
  }
  .store_info_list {
    width: 100%;
  }
  .store_info_list dl {
    margin-bottom: 1rem;
  }
  .store_info_list dl dt {
    min-width: 80px;
    max-width: 80px;
    padding: 0.5rem 0;
    font-size: 1.4rem;
  }
  .store_info_map {
    width: 100%;
    margin-top: 2rem;
  }
  .store_photos {
    margin-top: 3rem;
  }
  
  
}
