body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #000;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

button {
  transition: 0.3s;
}
button:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.c-button {
  font-weight: 700;
  text-align: center;
}
.c-button:hover {
  cursor: pointer;
}
.c-button--orange {
  color: #fff;
  background: #f15a24;
  border: 1px solid #f15a24;
}
.c-button--orange:hover {
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}
.c-button--green {
  color: #fff;
  background: #43bb0b;
  border: 1px solid #43bb0b;
}
.c-button--green:hover {
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

body.is-visible {
  overflow: hidden;
}

.header {
  padding: 1.5rem 4rem;
  border-top: 10px solid #f0b3ba;
  border-bottom: 1px solid #eee;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}
.header__image-area {
  width: 10rem;
  height: auto;
}
.header__image {
  width: 100%;
  height: 100%;
}
.header__button-area {
  display: flex;
  align-items: center;
  height: 2.75rem;
}
.header__button {
  height: 100%;
  padding: 0 1rem;
  margin-left: 1rem;
  border-radius: 40px;
  line-height: 2.75rem;
}

.detail-search {
  width: 100%;
  padding: 1rem 4rem;
}
.detail-search__inner {
  max-width: 960px;
  margin: 0 auto;
}
.detail-search__content-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.detail-search__input-area {
  width: 38rem;
  margin: 0 auto 1rem;
}
.detail-search__input {
  width: 100%;
  height: 2.75rem;
  padding: 0 0.5rem;
  text-align: left;
  border: 1px solid #bfc5c9;
  border-radius: 5px;
}
.detail-search__input:focus {
  border: none;
  outline: 2px solid #f0b3ba;
}
.detail-search__content {
  display: flex;
  width: 38rem;
  margin: 0 auto;
}
.detail-search__box {
  width: 50%;
}
.detail-search__box:last-child {
  margin-left: 1rem;
}
.detail-search__label {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.detail-search__select-area {
  position: relative;
  width: 100%;
  height: 2.75rem;
  background: #fff;
  margin-bottom: 0.25rem;
}
.detail-search__select-area::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #bfc5c9;
  border-right: 2px solid #bfc5c9;
  pointer-events: none;
}
.detail-search__select {
  width: 100%;
  height: 100%;
  border: 1px solid #bfc5c9;
  border-radius: 6px;
  padding: 0.5rem;
}
.detail-search__select:focus {
  border: none;
  outline: 2px solid #f0b3ba;
}
.detail-search__button-area {
  width: 100%;
  text-align: center;
}
.detail-search__button {
  width: 12rem;
  height: 3rem;
  font-size: 1.25rem;
  color: #fff;
  background: #f0b3ba;
  border-radius: 10px;
}

.store-list {
  padding: 2rem 4rem;
}
.store-list__inner {
  max-width: 960px;
  margin: 0 auto;
}
.store-list__search-number {
  margin-bottom: 1rem;
}
.store-list__content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
}
.store-list__content-area::before {
  content: "";
  display: block;
  width: calc(25% - 0.5rem);
  order: 1;
}
.store-list__content-area::after {
  content: "";
  display: block;
  width: calc(25% - 0.5rem);
}
.store-list__content {
  width: calc(25% - 0.5rem);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-right: 0.5rem;
  margin-bottom: 0.75rem;
}
.store-list__content:nth-of-type(4n) {
  margin-right: 0;
}
.store-list__image {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.store-list__area {
  width: 100%;
  padding: 1rem 0.75rem 0.75rem;
}
.store-list__area span {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.1rem 1rem;
  border: 2px solid #cab270;
  border-radius: 20px;
}
.store-list__name {
  height: 4rem;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0.75rem 0.75rem;
}
.store-list__genre {
  font-size: 0.9rem;
  padding: 0 0.75rem 1rem;
}
.store-list__pagination-area {
  width: 100%;
  margin: 0 auto;
}
.store-list__pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-list__pagination-item {
  border: 1px solid #f0b3ba;
  border-radius: 5px;
  margin: 0 0.5rem;
}
.store-list__pagination-item.current {
  color: #fff;
  background: #f0b3ba;
}
.store-list__pagination-link {
  display: block;
  padding: 0.5rem 0.75rem;
}

.footer {
  background: #323334;
  padding: 3rem 1rem;
}
.footer__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__nav-link {
  display: block;
  color: #fff;
  padding: 0 1rem;
}

@media screen and (max-width: 959px) {
  .header {
    padding: 1rem;
  }
  .header__inner {
    flex-direction: column;
  }
  .header__image-area {
    margin-bottom: 1.5rem;
  }
  .detail-search {
    padding: 1rem;
  }
  .store-list {
    padding: 2rem 1rem;
  }
  .store-list__content-area::before {
    content: none;
  }
  .store-list__content-area::after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 0.5rem);
  }
  .store-list__content {
    width: calc(33.3333333333% - 0.5rem);
  }
  .store-list__content:nth-of-type(4n) {
    margin-right: 0.5rem;
  }
  .store-list__content:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__search-input {
    width: 20rem;
    height: 2.5rem;
  }
  .header__search-button {
    height: 2.5rem;
  }
  .detail-search__button {
    width: 10rem;
    height: 2.75rem;
  }
  .store-list__content {
    width: calc(50% - 0.25rem);
  }
  .store-list__content:nth-of-type(3n) {
    margin-right: 0.5rem;
  }
  .store-list__content:nth-of-type(2n) {
    margin-right: 0;
  }
  .footer__nav-list {
    flex-direction: column;
  }
  .footer__nav-item {
    margin-bottom: 1rem;
  }
  .footer__nav-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 428px) {
  .header__button {
    font-size: 0.8rem;
  }
  .detail-search__input {
    height: 2.5rem;
  }
  .detail-search__select-area {
    height: 2.5rem;
  }
  .store-list__image {
    height: 8rem;
  }
  .store-list__pagination-item {
    margin: 0 0.4rem;
  }
}
.store-detail {
  padding: 1.5rem 2rem;
}
.store-detail__inner {
  max-width: 768px;
  margin: 0 auto;
}
.store-detail__category-area {
  margin-bottom: 0.5rem;
}
.store-detail__municipality-category {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  border: 2px solid #cab270;
  border-radius: 20px;
}
.store-detail__name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.store-detail__main-image-area {
  width: 100%;
  margin-bottom: 1rem;
}
.store-detail__main-image {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
}
.store-detail__main-image:hover {
  cursor: pointer;
}
.store-detail__sub-image-area {
  display: flex;
  padding-bottom: 0.5rem;
  overflow-x: scroll;
}
.store-detail__sub-image {
  width: 4rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-left: 1rem;
}
.store-detail__sub-image:first-child {
  margin-left: 0;
}
.store-detail__sub-image:hover {
  cursor: pointer;
}
.store-detail__discount-area {
  margin: 1.5rem 0 2rem;
}
.store-detail__discount-label {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.store-detail__discount {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 1rem;
  margin-bottom: 0.25rem;
  border: 2px solid #f0b3ba;
  border-radius: 5px;
}
.store-detail__discount-note {
  font-size: 0.8rem;
}
.store-detail__table-area {
  margin-bottom: 2rem;
}
.store-detail__table-title {
  font-size: 1.1rem;
  font-weight: 500;
  border-left: 3px solid #f0b3ba;
  padding: 0.25rem 0 0.25rem 0.5rem;
  margin-bottom: 0.75rem;
}
.store-detail__table {
  border-top: 1px solid #cab270;
}
.store-detail__table-row {
  display: flex;
  border-bottom: 1px solid #cab270;
}
.store-detail__table-label {
  font-weight: 500;
  line-height: 1.5;
  width: 15rem;
  background: #f5f3e9;
  padding: 1rem;
}
.store-detail__table-item {
  width: calc(100% - 15rem);
  line-height: 1.5;
  padding: 1rem;
  word-break: break-word;
}
.store-detail__table-item a {
  color: #007eca;
}
.store-detail__menu {
  line-height: 1.5;
  padding: 1rem;
  border: 1px solid #cab270;
  border-radius: 5px;
}
.store-detail__modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
}
.store-detail__modal.open {
  display: block;
}
.store-detail__modal-close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 7rem;
  height: 7rem;
}
.store-detail__modal-close-button:hover {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.store-detail__modal-close-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: #fff;
}
.store-detail__modal-image-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: calc(768px - 14rem);
  height: 100%;
  max-height: calc(100% - 15rem);
}
.store-detail__modal-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .store-detail {
    padding: 1rem;
  }
  .store-detail__discount-label {
    font-size: 1.2rem;
  }
  .store-detail__discount {
    font-size: 1.2rem;
    padding: 0.75rem;
  }
  .store-detail__table-title {
    font-size: 1rem;
  }
  .store-detail__table-label {
    width: 7rem;
    font-size: 0.85rem;
    padding: 1rem 0.5rem;
  }
  .store-detail__table-item {
    width: calc(100% - 7rem);
    font-size: 0.85rem;
    padding: 1rem 0.5rem;
  }
  .store-detail__menu {
    font-size: 0.85rem;
  }
  .store-detail__modal-close-button {
    width: 5rem;
    height: 5rem;
  }
  .store-detail__modal-image-area {
    width: calc(100% - 2rem);
    max-width: 600px;
    height: 100%;
    max-height: calc(100% - 11rem);
  }
}/*# sourceMappingURL=style.css.map */