@media screen and (min-width: 769px) {
#store_detail .inner table {
width: 700px;
margin: 0 auto;}

#store_detail .dkv {
width: 700px;
margin: 0 auto;}

.dkv_list {
width: 700px!important;}

.dkv_list li{
width: 330px!important;}

.dkv_list li img{
width: 330px!important;}
}

@media screen and (max-width: 768.9px) {
#store_detail .inner table {
width: 90vw;
margin: 0 auto;}

#store_detail .dkv {
width: 90vw;
margin: 0 auto;}

.dkv_list {
width: 90vw;
margin: 0 auto;}

.dkv_list li{
width: 42vw!important;}

.dkv_list li img{
width: 42vw!important;}
}

#store_detail .inner table tr {
  border-bottom: 1px solid #b3b3b3;
}

#store_detail .inner table tr:last-of-type {
  border-bottom: none;
}

#store_detail .inner table th, #store_detail .inner table td {
  padding-top: 20px;
  padding-bottom: 20px;
}

#store_detail .inner table th {
  font-weight: 500;
  text-align: left;
  padding-right: 1em;
  width: 36%;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 20px 4px 0;
}

.service-item svg {
  color: #16a085;
  width: 30px!important;
  flex-shrink: 0;
}

.service-item .pay01{
  width: 42px!important;
}

.service-item .pay02{
  width: 40px!important;
}

.service-item .pay03{
  width: 28px!important;
}

.service-item_text {
  margin: 8px 0 0 0!important;
}

.paytext{
margin: 15px 0 0 0!important;
}

.google-map-wrapper iframe {
  width: 100% !important;
  height: 300px !important;
}

#telbtn {
  margin: 20px 0 10px 0!important;
}

#telbtn a {
  background: #16a085;
  border-radius: 20px;
  width: 100%;
  color: #fff;
  padding: 6px 16px 8px 16px;
  text-decoration: none;
}

#acvbtn {
  margin: 50px auto 30px auto!important;
  text-align: center;
}

#acvbtn a {
  background: #16a085;
  border-radius: 20px;
  width: 100%;
  color: #fff;
  padding: 6px 30px 8px 30px;
  text-decoration: none;
}

.equipment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.equipment-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 12px 3px 12px;
  border-radius: 4px;
  
}

.equipment-item.is-active {
  background-color: #fff;
  color: #16a085;
  border: 1px solid #16a085;
}

.equipment-item.is-inactive {
  background-color: #fff;
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
}

.dkv_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  margin: 0 auto 30px auto!important;
  padding: 0;
  overflow-x: hidden;
}

.dkv_list li {
  list-style:none;
  margin: 0;
  padding: 0!important;
}

.dkv_list li:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=mseed_store.css.map */