/*!
 * ress.css ? v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  text-decoration: none;
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/*Original*/
ul, ol {
  list-style: none;
}

em {
  font-style: normal;
}

select,
input {
  border: solid 1px #ddd;
  background: #fff;
}

.wrap {
  color: #333;
  background-color: #f2f2f2;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN";
}

a {
  color: #333;
}

.basic-margin-top {
  margin-top: 30px;
}

.basic-margin-top--half {
  margin-top: 15px;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.basic-title {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
  line-height: 1.6;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, #ddd 80%);
}

.block-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.block-title__icon {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.content-block {
  padding: 0 15px;
}

.page-title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
  padding: 0 15px;
  text-align: center;
}

.page-box {
  padding: 0 15px;
}
.page-box__text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
}
.page-box__text--small {
  color: gray;
  font-size: 12px;
}
.page-box__anchor {
  color: #2d54f7;
  -webkit-text-decoration: #2d54f7 wavy underline;
          text-decoration: #2d54f7 wavy underline;
}

.sort-form__text {
  font-size: 14px;
}
.sort-form__text::after {
  content: ":";
  margin: 0 5px;
}
.sort-form__select {
  font-size: 14px;
  padding: 5px;
}

.page-link {
  margin-top: 30px;
}
.page-link__num {
  font-size: 10px;
  text-align: center;
  margin-bottom: 15px;
}
.page-link__nav {
  background-color: #e5e5e5;
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr 60% 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.page-link__button {
  border-radius: 5px;
  display: block;
  background-color: #333;
  color: #fff;
}
.page-link__prev, .page-link__next, .page-link__top {
  background-color: lightgray;
  border-radius: 5px;
  color: gray;
  font-size: 14px;
  text-align: center;
  line-height: 3;
}

.basic-em-text {
  font-weight: bold;
}

.basic-p-text {
  font-size: 14px;
  line-height: 1.5;
}

.basic-text-red {
  color: #ff1717;
}

.header {
  background-color: #0AA4AA;
  padding: 10px 15px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  .header__inner {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header__title {
  align-items: center;
  display: flex;
}
.header__anchor {
  color: #fff;
  display: flex;
  align-items: center;
}
.header__img {
  height: 30px;
  width: 30px;
  margin-right: 15px;
}
.header__text {
  font-size: 18px;
}
.header__logo {
  fill: #fff;
  vertical-align: top;
  width: 30px;
  height: 30px;
}
.header__menu {
  line-height: 1;
}
.header__menu-anchor {
  cursor: pointer;
  color: #fff;
  display: block;
  text-align: center;
}
.header__menu-icon span {
  font-size: 22px;
}
.header__menu-text {
  font-size: 10px;
}

.drawer__checkbox {
  display: none;
}
.drawer__close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.3s;
}
.drawer__checkbox:checked ~ .drawer__close {
  pointer-events: all;
  background: rgba(0, 0, 0, 0.5);
}
.drawer__close-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  background-color: #FF8E8E;
  border-radius: 0 0 0 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100%);
}
.drawer__checkbox:checked ~ .drawer__close-btn {
  transform: translateX(-260px);
}
.drawer__close-btn > .material-icons-round {
  font-size: 40px;
}
.drawer__content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 13;
  background: #fff;
  overflow: auto;
  width: 260px;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100%);
}
.drawer__checkbox:checked ~ .drawer__content {
  transform: translateX(0);
}
.drawer__logo-block {
  padding-top: 15px;
  text-align: center;
}
.drawer__logo {
  width: 70px;
  height: auto;
}
.drawer__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px;
}
.drawer__shop-title {
  background-color: #333;
  color: #efefef;
  font-size: 14px;
  text-align: center;
  padding: 15px;
}
.drawer__address {
  background-color: #f2f2f2;
  font-size: 14px;
  line-height: 1.6;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
}
.drawer__tel-block {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 15px;
}
.drawer__tel {
  background-color: #02cf02;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding: 7.5px 0;
  text-align: center;
}
.drawer__tel-icon {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: bottom;
}
.drawer__pickup {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  margin: 15px 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.drawer__pickup-title {
  font-size: 14px;
  grid-area: 1/1/2/3;
  text-align: center;
}
.drawer__pickup-anchor {
  display: block;
}
.drawer__pickup-img {
  border-radius: 5px;
  width: 100%;
}
.drawer__pickup-data {
  font-size: 14px;
  line-height: 1.5;
  margin-top: -4px;
}
.drawer__pickup-name {
  font-weight: bold;
  margin-bottom: 9px;
}
.drawer__pickup-name span {
  font-size: 12px;
  font-weight: normal;
}
.drawer__pickup-text {
  display: grid;
  grid-template-columns: 4em 1fr;
}
.drawer__pickup-dt {
  font-size: 12px;
}
.drawer__pickup-dd span {
  font-size: 12px;
}
.drawer__nav-list {
  list-style: none;
}
.drawer__anchor {
  background-color: #efefef;
  border-top: solid 1px #ddd;
  font-size: 14px;
  display: block;
  padding: 15px;
  color: #333;
}
.drawer__anchor--no-link {
  color: #b1b1b1;
}
.drawer__shop-nav {
  padding: 15px;
  background-color: #b1b1b1;
}

.footer {
  background-color: #EFEFEF;
  padding: 30px 15px;
  margin-top: 30px;
}
.footer__logo-block {
  text-align: center;
}
.footer__logo {
  fill: #333;
  vertical-align: middle;
  width: 40px;
}
.footer__attention {
  font-size: 12px;
  margin-top: 30px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .footer__attention {
    text-align: center;
  }
}
.footer__contents-list {
  margin-top: 30px;
}
.footer__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.footer__title::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #333;
}
.footer__title-inner {
  background-color: #EFEFEF;
  position: relative;
  padding: 0 15px;
}
.footer__copy {
  font-size: 14px;
  margin-top: 45px;
  text-align: center;
}
.footer__follow-list {
  border-top: solid 1px #ddd;
  display: grid;
  gap: 15px;
  padding-top: 30px;
}
@media screen and (min-width: 640px) {
  .footer__follow-list {
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    width: min(100% , 945px);
  }
}
.footer__follow-item {
  text-align: center;
}
.footer__follow-img {
  width: min(100% , 465px);
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
.footer-nav--1column {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 960px) {
  .footer-nav {
    grid-template-columns: repeat(5, 1fr);
  }
}
.footer-nav__anchor {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
}

.more-button {
  text-align: center;
}
.more-button__anchor {
  display: block;
  color: #fff;
  background-color: #333;
  font-size: 14px;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .more-button__anchor {
    max-width: 465px;
    margin: 0 auto;
  }
}
.more-button__anchor--key-color {
  background-color: #FF8E8E;
}

.external-link__anchor {
  border: solid 2px #333;
  border-radius: 5px;
  font-size: 14px;
  background-color: #fff;
  position: relative;
  padding: 15px;
  display: block;
}
@media screen and (min-width: 640px) {
  .external-link__anchor {
    max-width: 465px;
    margin: 0 auto;
  }
}
.external-link__anchor::after {
  font-family: "Material Icons Round";
  content: "\e5e1";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.basic-tabs {
  display: flex;
  flex-wrap: wrap;
}
.basic-tabs__switch {
  display: none;
}
.basic-tabs__tab-item {
  flex-grow: 1;
  order: -1;
  text-align: center;
  background-color: #0AA4AA;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
.basic-tabs__tab-item::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #f2f2f2;
  display: block;
  order: -1;
}
.basic-tabs__tab-item:not(:last-of-type) {
  margin-right: 3px;
}
.basic-tabs__tab-title {
  display: block;
  padding: 15px 5px;
}
.basic-tabs__content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
}
.basic-tabs__inner {
  padding: 15px;
}
.basic-tabs__switch:checked + .basic-tabs__tab-item {
  color: #0AA4AA;
  font-weight: bold;
  background-color: #fff;
}
.basic-tabs__switch:checked + .basic-tabs__tab-item::after {
  display: none;
}
.basic-tabs__switch:checked + .basic-tabs__tab-item + .basic-tabs__content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: 0.5s opacity;
}/*# sourceMappingURL=base.css.map */