.ico_logo {
  max-width: 220px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .ico_logo {
    width: 40%;
    margin-bottom: 35px;
  }
}

.shop_date table {
  width: 100%;
  margin-bottom: 45px;
}
.shop_date table tr th {
  border-top: solid 1px #171717;
  padding: 20px 0;
  width: 15%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .shop_date table tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 12px 15px 0;
  }
}
.shop_date table tr td {
  width: 35%;
  padding: 20px 0;
  border-top: solid 1px #999999;
}
@media screen and (max-width: 767px) {
  .shop_date table tr td {
    display: block;
    width: 100%;
    border-top: none;
    padding: 5px 15px 12px;
    font-weight: normal;
  }
}

.google_map iframe {
  width: 100%;
  height: 480px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .google_map iframe {
    border-radius: 10px;
    height: 180px;
  }
}