html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
}

embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

.br767 {
  display: block !important;
}

.view767 {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .br767 {
    display: none !important;
  }
  .view767 {
    display: block !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
blockquote {
  margin: 0;
  padding: 0;
  font-family: "ReaderMedium", Arial, sans-serif;
}

input,
textarea,
button {
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:hover, input:active, input:focus,
textarea:hover,
textarea:active,
textarea:focus,
button:hover,
button:active,
button:focus {
  outline: none;
}

.store__header .list__item {
  color: #a92d30;
}

.store__area {
  white-space: nowrap;
}

.store__tel {
  white-space: nowrap;
}

.store__time {
  white-space: nowrap;
}

.store__selector {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  padding: 10px 30px 10px 0;
}

@media only screen and (max-width: 768px) {
  .select__container label {
    margin: 20px 20px 0 0 !important;
  }
}

.shiseido-btn {
  text-align: center;
  padding: 8px 40px;
  border: none;
  border-radius: 20px;
  background-color: #a92d30;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}

.shiseido-btn:hover {
  background-color: rgba(169, 45, 48, 0.7);
  color: #fff;
}

.filter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter__container > * {
  margin: 20px 20px 0 0;
}

.lists {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

.list {
  display: table-row;
  border-bottom: 1px solid #e5e5e5;
}

.list__header {
  display: table-header-group;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .list__header {
    display: none;
  }
}

.list__item {
  padding: 20px 10px;
  display: table-cell;
}

@media only screen and (max-width: 768px) {
  .list__item {
    padding: 10px 10px 10px 10px;
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */