#pconly {
  display: none;
}

#topContents {
  background: url(http://dummyimage.com/2000x600/dddddd/eeeeee) no-repeat center center;
  height: 500px;
  background-size: cover;
}

div.newyeartime {
  width: 100%;
}

div.area {
  font-size: 0;
}

div.area th,
div.area td {
  line-height: 24px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
}

div.area .retail td,
div.area .retail th {
  line-height: 48px;
}

div.areatitle {
  background-color: #7f0019;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 15px;
}

div.area .retail,
div.area .opendate {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #000;
}

div.area .retail {
  width: 20%;
}

div.area .retail table {
  width: 100%;
}

div.area .retail table tr {
  text-align: center;
}

div.area .opendate {
  width: 80%;
  overflow-x: auto;
}

div.area .opendate table {
  width: 100%;
  min-width: 700px;
}

div.area .opendate table tr {
  text-align: center;
}

.horizontal tr:nth-child(2n) {
  background-color: #ececec;
}

.smallscreenonly {
  display: none;
}

.store-search {
  margin: 16px 0 24px;
  text-align: right;
}

.store-search input {
  width: 100%;
  max-width: 300px;
  padding: 10px 14px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.opendate th.is-today,
.opendate td.is-today {
  background: rgb(127 0 25 / 20%);
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .smallscreenonly {
    display: inline-block;
  }
}

@media only screen and (max-width: 414px) {
  #pconly {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  #pconly {
    display: none;
  }

  .store-search input {
    font-size: 14px;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .wrapper {
    width: 90%;
  }
}

@media only screen and (max-width: 414px) {
  div.area .retail,
  div.area .opendate {
    font-size: 13px;
  }
  div.area .opendate {
    width: 60%;
    overflow-x: auto;
  }

  div.area .retail {
    width: 40%;
  }
  div.areatitle {
    font-size: 15px;
  }
}

@media only screen and (max-width: 445px) {
  div.area .toolong td {
    padding: 22px 0;
  }
}
.wrapper p a {
  color: #7f0019;
  font-weight: bold;
}
.wrapper p a:hover {
  color: #000;
}
