@charset "UTF-8";


/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

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

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  overflow: hidden;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
}

/*parlor Color
~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#page-shoplist .page-head {
  background-image: url(/common/assets/img/shoplist/mv-pc_ne.png);
}

.engTxt {
  font-family: "Century Gothic", "Noto Sans JP", sans-serif;
}

.shopformLabel {
  font-size: 1.5rem;
  color: #778d99;
  white-space: nowrap;
}

.shopform dd input:checked + label {
  color: #0073d7;
  font-weight: bold;
}

.kvsub-ttl {
  font-size: 1.6rem;
  display: block;
  width: 100%;
}

.shopform {
  background: #f7f9fc;
}

.shopform__select {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.shopform__select::after {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border-right: 1px solid #a9bdcd;
  border-bottom: 1px solid #a9bdcd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  pointer-events: none;
}

.shopform__selectBox {
  width: 100%;
}

.shopform__selectBox select {
  border: 1px solid #a9bdcd;
  padding: 15px;
  font-size: 1.5rem;
  color: #778d99;
  width: 180px;
  position: relative;
}

.shopform__inner {
  width: 100%;
  margin: 27px auto 80px;
  max-width: 1120px;
}

.shopform__inner--white {
  background: #fff;
}

.shopform__jdlogo {
  display: block;
  padding: 10px 0px 10px 50px;
}

.shopform__jdlogo img {
  max-height: 48px;
}

.shopform__bplogo {
  display: block;
  padding: 18px 0px 18px 50px;
}

.shopform__bplogo img {
  max-height: 34px;
}

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

.shopform__labelBoxInner {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 20px;
}

.shopform__labelBoxInner--jd {
  width: 260px;
}

.shopform__labelBoxInner--bp {
  width: 260px;
}

.shopform__labelBoxInner--bp img {
  position: relative;
}

.shopform .financeLabeldd > div {
  margin-top: 6px;
}

.shopform dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shopform dt {
  width: 275px;
  margin-right: 50px;
  border-left: 4px solid #0073d7;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0073d7;
  padding-left: 15px;
  margin-bottom: 33px;
  line-height: 1;
}

.shopform dt span {
  display: block;
}

.shopform dd {
  width: 100%;
}

.shopform dd label {
  cursor: pointer;
  position: relative;
}

.shopform dd label img {
  display: inline-block;
}

.shopform dd input:checked + label::after {
  opacity: 1;
}

.shopform dd .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.shopformRadio input:checked + label {
  border: 2px solid #247ee2;
}

.shopformRadio label {
  border: 2px solid #d1d7e1;
}

.shopformRadio label::before,
.shopformRadio label::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 48%;
}

.shopformRadio label::before {
  background-color: #fff;
  border: 1px solid #0073d7;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  left: 20px;
}

.shopformRadio label::after {
  border-radius: 50%;
  background-color: #0073d7;
  opacity: 0;
  height: 10px;
  width: 10px;
  left: 22px;
}

.s-formListWrap {
  display: none;
  background: #fff;
  padding: 5.3% 7.1%;
  margin-top: 12px;
}

.s-formListWrap.active {
  display: block;
}

.s-formWrap {
  width: 100%;
  margin: 00px 0 12px;
}

.s-form {
  position: relative;
}

.s-form__hintTxt {
  width: 100%;
  text-align: center;
  color: #778d99;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 12px;
}

.s-form__searchBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.s-form__searchBtnWrap .s-linkBtn + .s-linkBtn {
  margin-left: 24px;
}

.s-form__searchBtn {
  width: 268px;
  height: 70px;
  margin: 0 auto;
  background: #ff7d0a;
}

.s-form__searchBtn > span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}

.s-form__searchBtn > span span {
  display: inline-block;
  font-size: 1.6rem;
  padding-bottom: 3px;
}

.s-form__searchBtn > span span::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/common/assets/img/shoplist/search.svg) no-repeat center center;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.s-form__labelBox div {
  display: inline-block;
}

.s-form__labelBoxInner {
  display: inline-block;
}

.s-form__input {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border: 1px solid #7d6e46;
  font: normal 1.6rem "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #333;
}

.s-form__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

.s-form__icon {
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.s-form__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  content: "";
}

.s-formContainer {
  margin-bottom: 18px;
  padding: 0 24px;
}

.s-form-sub__resultContainer.is-show {
  display: block;
}

.s-form-sub__errorMessage.is-show {
  display: block;
}

.s-form-sub__button.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageSubTit {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 13px;
  margin-bottom: 35px;
}

.pageSubTit::before, .pageSubTit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 3px;
}

.pageSubTit::before {
  background: #d1d7e1;
  width: 100%;
  z-index: 0;
}

.pageSubTit::after {
  width: 100%;
  max-width: 280px;
  background: #0073d7;
  z-index: 0;
}

.r-searchTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 17px 0 16px;
  height: 60px;
  line-height: 1;
  background: #91b3d1;
  position: relative;
  width: 100%;
}

.r-searchTab:hover {
  cursor: pointer;
}

.r-searchTab span {
  display: inline-block;
}

.r-searchTab::before, .r-searchTab::after {
  content: '';
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1;
}

.r-searchTab::before {
  width: 2px;
  height: 24px;
  right: 26px;
}

.r-searchTab::after {
  width: 24px;
  height: 2px;
  right: 14px;
}

.r-searchTab.active::before, .r-searchTab.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.r-searchTab.active::after {
  opacity: 0;
}

.r-searchTabWrap {
  width: 100%;
  margin-bottom: 32px;
  margin-top: 12px;
}

.r-searchCnt {
  padding: 6% 5.2%;
  border-left: 1px solid #91b3d1;
  border-right: 1px solid #91b3d1;
  border-bottom: 1px solid #91b3d1;
  display: none;
}

.r-searchCnt .shopform__labelBoxInner {
  margin-right: 40px;
  width: calc(100%/3 - 60px);
}

.r-searchCnt .shopform__svList .shopform__labelBoxInner {
  width: auto;
}

.r-searchCnt .dlmb {
  margin-bottom: 44px;
}

.re_shoplist {
  position: relative;
}

.re_bottomBtn {
  display: none;
}

.re_bottomBtn--shoplist {
  background: unset;
  display: block;
}

.re_bottomBtn--shoplist.active {
  height: 70px;
}

.re_bottomBtn--shoplist.active .re_shoplist__btn {
  bottom: 0;
  right: 0;
}

.re_bottomBtn__btn {
  bottom: -80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.re_bottomBtn__img {
  top: unset;
  right: 0;
  bottom: 9px;
}

.re_bottomBtn__img a {
  background: #247ee2;
  width: 76px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.re_bottomBtn__img a span {
  display: inline-block;
  pointer-events: none;
}

.re_bottomBtn__img a img {
  width: 100%;
}

.s-linkBtn {
  background: #ff7d0a;
  width: 268px;
  max-height: 68px;
}

.s-linkBtn--bl {
  background: #4195e1;
}

.s-linkBtn--bl a span::after {
  border-top: 2px solid #4195e1 !important;
  border-right: 2px solid #4195e1 !important;
}

.s-linkBtn--gray {
  background: #91b3d1;
}

.s-linkBtn--gray a span::after {
  border-top: 2px solid #91b3d1 !important;
  border-right: 2px solid #91b3d1 !important;
}

.s-linkBtn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.s-linkBtn a span {
  display: inline-block;
  padding: 23px 0 24px;
  padding-right: 20px;
  padding-left: 34px;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.s-linkBtn a span::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  background: #fff;
  border: 2px solid #fff;
  top: 1px;
  bottom: 0;
  left: 8px;
  margin: auto;
}

.s-linkBtn a span::after {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #e86337;
  border-right: 2px solid #e86337;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 12px;
  margin: auto;
}

.s-linkBtn + .re_btn01 {
  margin-left: 10px;
}

.topDescArea {
  background: #fff;
}

.topDescArea__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 0 50px;
}

.topDescArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

.topDescArea__list li + li {
  margin-left: 40px;
}

.topDescArea__jd {
  width: 166px;
}

.topDescArea__bp {
  width: 181px;
}

.topDescArea__txt {
  text-align: center;
  color: #333333;
  font-size: 3.2rem;
  font-weight: bold;
}

.topDescArea__txt01 {
  color: #0073d7;
  font-size: 3.8rem;
  display: inline-block;
  margin-right: 5px;
}

.topDescArea__txt02 {
  color: #0073d7;
  font-size: 4.8rem;
  display: inline-block;
  margin-left: 5px;
}

.bannerTit {
  width: 100%;
  margin-bottom: 80px;
}

.bannerTit--bp {
  background: url(/common/assets/img/shoplist/img_bpBanner.png) no-repeat center;
  background-size: 100%;
}

.bannerTit--jd {
  background: url(/common/assets/img/shoplist/img_jdBanner.png) no-repeat center;
  background-size: 100%;
}

.bannerTit__txt01 {
  font-size: 1.25vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}

.bannerTit__txt02 {
  font-size: 0.938vw;
  color: #fff;
  font-weight: bold;
  line-height: 2.4;
  display: block;
}

.bannerTit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.6% 0 1.8%;
  text-align: right;
  margin: 0 auto;
}

.bannerTit__inner--jd {
  padding: 2.3% 0 1.8%;
}

.bannerTit__inner02 {
  display: inline-block;
  width: 50%;
}

.bannerTit__inner02--jd {
  margin-right: 29.1%;
}

.bannerTit__inner02--bp {
  margin-right: 23.4%;
}

.bannerTit__jdlogo {
  display: inline-block;
  width: 11.979vw;
  margin-left: 20.8%;
}

.bannerTit__bplogo {
  width: 12.5vw;
  margin-left: 20.8%;
}

.howTo .notslide .slide-arrow {
  display: none !important;
}

.howTo:first-of-type {
  margin-bottom: 80px;
}

.howTo:last-of-type {
  margin-bottom: 120px;
}

.howTo .slick-slide > span {
  display: inline-block;
}

.howTo .slick-slide > span:nth-child(n+3) {
  margin-top: 10px;
}

.howTo .slick-slide .cmt {
  font-size: 1rem;
  display: block;
  margin-top: 5px;
  text-align: center;
}

.howTo .slick-slide img {
  border: 1px solid #a9bdcd;
  display: inline-block;
}

.howTo .slide-arrow {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  cursor: pointer;
}

.howTo .prev-arrow {
  left: -9.8%;
}

.howTo .next-arrow {
  right: -9.8%;
}

.howTo__cmtArea {
  margin-bottom: 30px;
}

.howTo__cmtArea li {
  font-size: 1.2rem;
}

.howTo__cmtArea li span {
  margin-right: 10px;
  display: inline-block;
}

.howTo__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.howTo__storeList {
  border: 1px solid #a9bdcd;
  background: #fff;
  width: 85.7%;
  margin: 32px auto 60px;
  padding: 50px 5.3% 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.howTo__storeList li {
  width: calc(100%/3 - 30px);
  font-size: 2.1rem;
  font-weight: bold;
  color: #0073d7;
  line-height: 1;
  border-bottom: 1px solid #a9bdcd;
  padding: 0 0 15px;
}

.howTo__storeList li:nth-child(2), .howTo__storeList li:nth-child(5) {
  margin: 0 30px;
}

.howTo__storeList li:nth-child(n+4) {
  margin-top: 20px;
}

.howTo__tit {
  font-size: 2.4rem;
  color: #0073d7;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 6px;
}

.howTo__txt {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.8;
  text-align: center;
}

.howTo__sliderWrap {
  max-width: 960px;
  margin: 32px auto 60px;
  position: relative;
}

.howTo__btnArea {
  margin: 60px auto 40px;
  max-width: 1120px;
}

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

.howTo__btnAreaInner .s-linkBtn {
  margin-right: 40px;
  min-width: 268px;
  max-width: 268px;
}

.howTo__btnAreaInner--bp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.howTo__btnAreaInner--jd {
  width: 71.8%;
  margin: 0 auto;
}

.howTo__btnAreaInner + .howTo__btnAreaInner {
  margin-top: 18px;
}

.howTo__txt01 {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333333;
}

.alertBox {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px;
  background: #ebeff5;
}

.alertBox__txt01 {
  font-size: 1.5rem;
  color: #1e5f95;
  line-height: 1.8;
  margin-bottom: 16px;
}

.alertBox__txt02 {
  font-size: 1.5rem;
  color: #1e5f95;
  line-height: 1.8;
  position: relative;
  padding-left: 1em;
}

.alertBox__txt02::before {
  content: '・';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.shopformCheck label {
  padding-left: 30px;
}

.shopformCheck .shopform dd input:checked + label {
  color: #778d99;
  font-weight: 400;
}

.shopformCheck label::before,
.shopformCheck label::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shopformCheck label::before {
  border: 1px solid #91b3d1;
  height: 16px;
  width: 16px;
  left: 5px;
  border-radius: 4px;
  background-color: #fff;
  top: 50%;
}

.shopformCheck label::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 3px solid #0073d7;
  border-bottom: 3px solid #0073d7;
  opacity: 0;
  width: 9px;
  height: 7px;
  left: 9px;
  top: 30%;
}

.selectTabs {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.selectTabs__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.selectTabs__tab {
  width: 50%;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
  border: 1px solid #8ba5b3;
  color: #8ba5b3;
  padding: 20px 0;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.selectTabs__tab.active {
  background: #4195e1;
  color: #fff;
  border: 1px solid #4195e1;
}

.selectTabsCntWrap {
  background: #4195e1;
  padding: 60px 0 120px;
}

.selectTabsCnt01 {
  display: none;
}

.selectTabsCnt01.active {
  display: block;
}

.selectTabsCnt02 {
  display: none;
}

.selectTabsCnt02.active {
  display: block;
}

.storeResultInfoWrap {
  background: #fff;
  margin: 0 auto;
  max-width: 1120px;
  padding-bottom: 80px;
}

.storeResult {
  text-align: center;
  color: #333333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 32px 0;
  border-bottom: 1px solid #a9bdcd;
  width: 85.8%;
  margin: 0 auto;
}

.storeResult span {
  font-size: 1.8rem;
  color: #0073d7;
  display: inline-block;
  margin-left: 5px;
}

.storeResultInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 7.1% 0;
}

.storeResultInfo__box {
  padding: 30px 0;
  border-bottom: 1px solid #a9bdcd;
  width: 46.8%;
}

.storeResultInfo__link {
  display: block;
  position: relative;
}

.storeResultInfo__link::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  border: 2px solid #ff7d0a;
  top: 22px;
  right: 0px;
  content: '';
}

.storeResultInfo__link::after {
  width: 6px;
  height: 6px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ff7d0a;
  border-right: 2px solid #ff7d0a;
  position: absolute;
  top: 27px;
  right: 6px;
  content: '';
}

.storeResultInfo__innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
}

.storeResultInfo__icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 12px;
}

.storeResultInfo__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 82px);
}

.storeResultInfo__cate {
  color: rgba(0, 115, 215, 0.6);
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  line-height: 1;
}

.storeResultInfo__name {
  display: block;
  color: #0073d7;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  line-height: 1.4;
  padding-right: 43px;
}

.storeResultInfo__address {
  font-size: 1.5rem;
  color: #333333;
}

.storeResultInfo__tel {
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 10px;
}

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

.storeResultInfo__list {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  padding: 6px 16px 9px;
  margin-bottom: 12px;
  margin-right: 12px;
}

.storeResultInfo__list--bl {
  background: #0073d7;
  display: inline-block;
}

.storeResultInfo__list--gr {
  background: #37a578;
  display: inline-block;
}

.storeResultInfo__list--red {
  background: #f58181;
  display: inline-block;
}

.storeResultInfo__list--yl {
  background: #f9bf0e;
  display: inline-block;
}

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

.storeResultInfo__jd {
  width: 110px;
  margin-right: 12px;
}

.storeResultInfo__bp {
  width: 123px;
  position: relative;
  top: 2px;
}

.nav-links {
  padding: 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -5px;
}

.nav-links a, .nav-links span {
  width: auto;
  height: 18px;
  margin: 4px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #0073d7;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

.nav-links a:hover {
  opacity: 0.6;
}

.nav-links .current {
  color: #333333;
}

.nav-links .dots {
  background: none;
}

.nav-links .prev span {
  display: inline-block;
  position: relative;
  top: 2px;
  left: -18px;
}

.nav-links .prev span::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  border: 2px solid #0073d7;
  background: #0073d7;
  top: 5px;
  bottom: 0;
  right: 0px;
  margin: auto;
  content: '';
}

.nav-links .prev span::after {
  width: 7px;
  height: 7px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #f7f9fc;
  border-left: 2px solid #f7f9fc;
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 5px;
  margin: auto;
  content: '';
}

.nav-links .next span {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 28px;
}

.nav-links .next span::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  border: 2px solid #0073d7;
  background: #0073d7;
  top: 5px;
  bottom: 0;
  right: 0px;
  margin: auto;
  content: '';
}

.nav-links .next span::after {
  width: 7px;
  height: 7px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #f7f9fc;
  border-right: 2px solid #f7f9fc;
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 7px;
  margin: auto;
  content: '';
}

.freewordResult {
  padding: 10px 7.1% 0;
}

.freewordResult__link {
  padding: 24px 32px 16px 0;
  color: #0073d7;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #a9bdcd;
  line-height: 1.4;
}

.freewordResult__link span {
  display: inline-block;
  position: relative;
}

.freewordResult__link span::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  border: 2px solid #ff7d0a;
  top: 0;
  bottom: 0;
  right: -32px;
  content: '';
  margin: auto;
}

.freewordResult__link span::after {
  width: 6px;
  height: 6px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ff7d0a;
  border-right: 2px solid #ff7d0a;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -26px;
  content: '';
  margin: auto;
}

.storeBasicInfo {
  max-width: 1120px;
  margin: 80px auto;
}

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

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

.storeBasicInfo__svdllist + .storeBasicInfo__svdllist {
  margin-top: 16px;
}

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

.storeBasicInfo__svlist {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  padding: 6px 16px 9px;
  margin-right: 12px;
}

.storeBasicInfo__svlist--bl {
  background: #0073d7;
  display: inline-block;
}

.storeBasicInfo__svlist--gr {
  background: #37a578;
  display: inline-block;
}

.storeBasicInfo__svlist--red {
  background: #f58181;
  display: inline-block;
}

.storeBasicInfo__svlist--yl {
  background: #f9bf0e;
  display: inline-block;
}

.storeBasicInfo__svdt {
  width: 138px;
  min-width: 138px;
  margin: 0 0 0 16px;
}

.storeBasicInfo__svdd {
  margin: 0 0 0 16px;
}

.storeBasicInfo__svlistBox {
  width: 100%;
  margin-top: 14px;
}

.storeBasicInfo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.storeBasicInfo__list + .storeBasicInfo__list {
  margin-top: 10px;
}

.storeBasicInfo__dt {
  display: inline-block;
  width: 138px;
  padding: 3px 0 4px;
  background: #a9bdcd;
  border-radius: 16.5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-right: 22px;
}

.storeBasicInfo__dt--jd img {
  width: 127px;
}

.storeBasicInfo__dd--sv {
  width: 100%;
}

.storeBasicInfo__txt {
  color: #778d99;
  font-size: 1.5rem;
  padding: 3px;
  display: inline-block;
}

.storeBasicInfo__cnt {
  width: 53.5%;
  padding-left: 6%;
  border-left: 1px solid #4195e1;
}

.storeBasicInfo__nameWrap {
  width: 46.4%;
  padding-right: 3.5%;
}

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

.storeBasicInfo__name {
  font-size: 3.6rem;
  font-weight: bold;
  color: #4195e1;
  line-height: 1.5;
}

.storeBasicInfo__name span {
  display: block;
}

.storeBasicInfo__icon {
  display: inline-block;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 23px;
}

.storedetailTable {
  max-width: 960px;
  width: 85.7%;
  margin: 0px auto;
  padding: 60px 0;
}

.storedetailTable table {
  width: 100%;
}

.storedetailTable th {
  padding: 32px 25px;
  font-weight: bold;
  color: #333333;
  border: 1px solid #a9bdcd;
  font-size: 1.5rem;
  width: 29.1%;
  background: #ebeff5;
}

.storedetailTable td {
  font-size: 1.5rem;
  border: 1px solid #a9bdcd;
  padding: 32px 25px;
  width: 70.9%;
}

.storedetailTable td a {
  text-decoration: underline;
  word-break: break-all;
}

.storedetailTable td a[target="_blank"]::after {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("/common/assets/img/top/icon_external-link_bl.png");
  background-size: contain;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.s-storedetailMap__btnWrap {
  width: 100%;
  max-width: 325px;
}

.storedetailMap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  max-width: 960px;
  width: 85.7%;
  margin: 0px auto;
}

.storedetailMap__map {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.storedetailMap__btnWrap {
  width: 100%;
}

.storedetailMap .s-linkBtn {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.re_shoplistDetail .shopform__inner {
  margin: 80px auto 120px;
}

.gmapSearch {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.gmapSearch .gmapSearch__inner {
  background: #fff;
  height: 780px;
}

.gmapSearch .gmapSearch__info {
  background: #fff;
  max-width: 310px;
  height: 712px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.gmapSearch .gmapSearch__resultTxt {
  font-size: 1.8rem;
  font-weight: bold;
}

.gmapSearch .storeResult {
  display: inline-block;
  width: auto;
  text-align: left;
  margin: 0;
  border-bottom: 0px solid #000;
}

.gmapSearch .gmapSearch__resultTxtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #a9bdcd;
  padding: 0 20px;
  height: 68px;
}

.gmapSearch .storeResultInfo {
  padding: 0;
  width: 310px;
  background: #fff;
}

.gmapSearch .storeResultInfo__box {
  width: 100%;
  padding: 12px 28px 12px 20px;
}

.gmapSearch .storeResultInfo__name {
  padding-right: 0px;
  font-size: 1.5rem;
}

.gmapSearch .storeResultInfo__cate {
  font-size: 1.2rem;
}

.gmapSearch .storeResultInfo__address {
  font-size: 1.2rem;
}

.gmapSearch .storeResultInfo__tel {
  font-size: 1.2rem;
}

.gmapSearch .storeResultInfo__jd {
  width: 85px;
}

.gmapSearch .storeResultInfo__bp {
  width: 95px;
}

.gmapSearch .storeResultInfo__icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  margin-right: 7px;
}

.gmapSearch__bottom {
  max-width: 1140px;
  margin: 16px auto 0px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gmapSearch__listTxt {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
}

.gmapSearch__listTxt span {
  display: block;
}

.gmapSearch__updateBtn {
  width: 208px;
  background: #fff;
  border: 1px solid #0073d7;
}

.gmapSearch__updateBtn a {
  color: #0073d7;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 1;
  padding: 21px 0;
}

.gmapSearch__updateBtn a span::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(/common/assets/img/shoplist/icon_update.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.gmapSearchMap {
  max-width: 810px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gmapSearchMap__map {
  width: 810px;
  height: 780px;
  position: relative;
}

.gmapSearch__searchBtn {
  width: 127px;
  height: 50px;
  margin: 0 auto;
  background: #ff7d0a;
  position: absolute;
  bottom: 12px;
  left: 12px;
  opacity: 1;
  z-index: 11;
}

.gmapSearch__searchBtn > span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}

.gmapSearch__searchBtn > span span {
  display: inline-block;
  font-size: 1.6rem;
  padding-bottom: 3px;
}

.gmapSearch__searchBtn > span span::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/common/assets/img/shoplist/search.svg) no-repeat center center;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.gmapSearchDetail {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  z-index: 9;
  max-width: 372px;
}

.gmapSearchDetail.supermarket {
  border: 1px solid #3fa8f4;
}

.gmapSearchDetail.supermarket .gmapSearchDetail__inner::after {
  border-color: #3fa8f4 transparent transparent transparent;
}

.gmapSearchDetail.drugstore {
  border: 1px solid #a7ce14;
}

.gmapSearchDetail.drugstore .gmapSearchDetail__inner::after {
  border-color: #a7ce14 transparent transparent transparent;
}

.gmapSearchDetail.homecenter {
  border: 1px solid #8b6239;
}

.gmapSearchDetail.homecenter .gmapSearchDetail__inner::after {
  border-color: #8b6239 transparent transparent transparent;
}

.gmapSearchDetail.restaurant {
  border: 1px solid #ff7bab;
}

.gmapSearchDetail.restaurant .gmapSearchDetail__inner::after {
  border-color: #ff7bab transparent transparent transparent;
}

.gmapSearchDetail.shoppingcenter {
  border: 1px solid #00a89c;
}

.gmapSearchDetail.shoppingcenter .gmapSearchDetail__inner::after {
  border-color: #00a89c transparent transparent transparent;
}

.gmapSearchDetail.fashion {
  border: 1px solid #92278e;
}

.gmapSearchDetail.fashion .gmapSearchDetail__inner::after {
  border-color: #92278e transparent transparent transparent;
}

.gmapSearchDetail.officesupplies {
  border: 1px solid #1f76e9;
}

.gmapSearchDetail.officesupplies .gmapSearchDetail__inner::after {
  border-color: #1f76e9 transparent transparent transparent;
}

.gmapSearchDetail.homeappliances {
  border: 1px solid #fbc421;
}

.gmapSearchDetail.homeappliances .gmapSearchDetail__inner::after {
  border-color: #fbc421 transparent transparent transparent;
}

.gmapSearchDetail.furniture {
  border: 1px solid #1b1464;
}

.gmapSearchDetail.furniture .gmapSearchDetail__inner::after {
  border-color: #1b1464 transparent transparent transparent;
}

.gmapSearchDetail.school {
  border: 1px solid #006837;
}

.gmapSearchDetail.school .gmapSearchDetail__inner::after {
  border-color: #006837 transparent transparent transparent;
}

.gmapSearchDetail.hobby {
  border: 1px solid #dc5252;
}

.gmapSearchDetail.hobby .gmapSearchDetail__inner::after {
  border-color: #dc5252 transparent transparent transparent;
}

.gmapSearchDetail.trip {
  border: 1px solid #ff921e;
}

.gmapSearchDetail.trip .gmapSearchDetail__inner::after {
  border-color: #ff921e transparent transparent transparent;
}

.gmapSearchDetail.hospital {
  border: 1px solid #22b473;
}

.gmapSearchDetail.hospital .gmapSearchDetail__inner::after {
  border-color: #22b473 transparent transparent transparent;
}

.gmapSearchDetail.health {
  border: 1px solid #ec1e79;
}

.gmapSearchDetail.health .gmapSearchDetail__inner::after {
  border-color: #ec1e79 transparent transparent transparent;
}

.gmapSearchDetail.vehicle {
  border: 1px solid #680b00;
}

.gmapSearchDetail.vehicle .gmapSearchDetail__inner::after {
  border-color: #680b00 transparent transparent transparent;
}

.gmapSearchDetail.traffic {
  border: 1px solid #0a4866;
}

.gmapSearchDetail.traffic .gmapSearchDetail__inner::after {
  border-color: #0a4866 transparent transparent transparent;
}

.gmapSearchDetail.localpublic {
  border: 1px solid #ad7f00;
}

.gmapSearchDetail.localpublic .gmapSearchDetail__inner::after {
  border-color: #ad7f00 transparent transparent transparent;
}

.gmapSearchDetail.otherservice {
  border: 1px solid #534741;
}

.gmapSearchDetail.otherservice .gmapSearchDetail__inner::after {
  border-color: #534741 transparent transparent transparent;
}

.gmapSearchDetail__inner {
  position: relative;
}

.gmapSearchDetail__inner::after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 10px 8.5px 0 8.5px;
  position: absolute;
  bottom: -11px;
  right: 0;
  left: 0;
  margin: auto;
}

.gmapSearchDetail__titBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  padding-top: 7px;
}

.gmapSearchDetail__box {
  padding: 12px 19px 12px;
  border-bottom: 1px solid #a9bdcd;
}

.gmapSearchDetail__icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 12px;
}

.gmapSearchDetail__icon img {
  width: 100%;
}

.gmapSearchDetail__tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}

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

.gmapSearchDetail__dl + .gmapSearchDetail__dl {
  margin-top: 6px;
}

.gmapSearchDetail__dt {
  width: 76px;
  min-width: 76px;
  max-width: 76px;
  padding: 10px 0;
  font-size: 1.3rem;
  margin-right: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #91b3d1;
}

.gmapSearchDetail__dd {
  font-size: 1.3rem;
  color: #333333;
}

.gmapSearchDetail__list {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  padding: 7px 12px 8px;
  margin-right: 7px;
  margin-bottom: 12px;
}

.gmapSearchDetail__list:nth-child(3n) {
  margin-right: 0;
}

.gmapSearchDetail__list--bl {
  background: #0073d7;
  display: inline-block;
}

.gmapSearchDetail__list--gr {
  background: #37a578;
  display: inline-block;
}

.gmapSearchDetail__list--red {
  background: #f58181;
  display: inline-block;
}

.gmapSearchDetail__list--yl {
  background: #f9bf0e;
  display: inline-block;
}

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

.gmapSearchDetail__jd {
  width: 106px;
  margin-right: 12px;
}

.gmapSearchDetail__jd img {
  width: 106px;
}

.gmapSearchDetail__bp {
  width: 121px;
  position: relative;
  top: 2px;
}

.gmapSearchDetail__bp img {
  width: 121px;
}

.gmapSearchDetail__link {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #ff7d0a;
  font-weight: bold;
  padding: 18px 0;
}

.gmapSearchDetail__link span {
  display: inline-block;
  position: relative;
}

.gmapSearchDetail__link span::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #ff7d0a;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -24px;
}

.gmapSearchDetail__link span::after {
  width: 6px;
  height: 6px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #ff7d0a;
  border-right: 3px solid #ff7d0a;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -20px;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (max-width: 767px) {
  #page-shoplist .page-head {
    background-image: url(/common/assets/img/shoplist/mv-sp_ne.png);
  }
  .shopform__select {
    display: inline-block;
    width: 100%;
  }
  .shopform__select::after {
    top: -5px;
  }
  .shopform__select + .shopform__select {
    margin-top: 12px;
  }
  .shopform__selectBox select {
    width: 100%;
    line-height: 1;
    padding: 17px 12px;
  }
  .shopform__inner {
    margin: 3.4% auto 0;
    width: 93.6%;
    padding: 0;
    padding-bottom: 6.1%;
  }
  .shopform__jdlogo {
    padding: 8px 0px 8px 25px;
  }
  .shopform__jdlogo img {
    max-width: 94%;
  }
  .shopform__bplogo {
    padding: 11px 0px 11px 26px;
  }
  .shopform__bplogo img {
    max-width: 93.7%;
    position: relative;
    top: 2px;
  }
  .shopform__labelBoxInner {
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%;
    display: block;
  }
  .shopform__labelBoxInner--jd {
    margin-bottom: 12px;
    margin-right: 6.1%;
    width: 45%;
    height: auto;
    max-width: 196px;
  }
  .shopform__labelBoxInner--bp {
    margin-bottom: 12px;
    width: 48.5%;
    height: auto;
    max-width: 210px;
  }
  .shopform dl {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .shopform dt {
    width: 100%;
    margin-bottom: 25px;
  }
  .shopformRadio label::before {
    left: 5px;
  }
  .shopformRadio label::after {
    left: 7px;
  }
  .s-formListWrap {
    padding: 11.3% 3.7%;
  }
  .s-formWrap {
    margin: 0px 0 12px;
  }
  .s-form__hintTxt {
    margin-bottom: 0;
  }
  .s-form__searchBtnWrap {
    display: block;
    margin-top: 14px;
  }
  .s-form__searchBtnWrap .s-linkBtn + .s-linkBtn {
    margin-left: auto;
    margin-top: 14px;
  }
  .s-form__searchBtn {
    margin-top: 0px;
    width: 100%;
    max-width: 325px;
  }
  .s-form__input {
    height: 10.67vw;
  }
  .s-form__button {
    right: 0;
    width: 10.67vw;
    height: 10.67vw;
  }
  .s-form__icon {
    right: 3vw;
    width: 4.8vw;
    height: 4.8vw;
  }
  .s-formContainer {
    margin-bottom: 0;
    padding: 0;
  }
  .pageSubTit {
    font-size: 20px;
    margin-bottom: 27px;
  }
  .pageSubTit::after {
    width: 70px;
  }
  .r-searchTab {
    font-size: 1.6rem;
    padding: 0;
    height: 50px;
  }
  .r-searchTab::before {
    width: 1px;
    height: 15px;
    right: 22px;
  }
  .r-searchTab::after {
    width: 15px;
    height: 1px;
    right: 15px;
  }
  .r-searchTabWrap {
    padding: 0;
    margin-bottom: 30px;
  }
  .r-searchCnt {
    padding: 8% 5.4%;
  }
  .r-searchCnt .dlmb {
    margin-bottom: 30px;
  }
  .re_bottomBtn--shoplist.active {
    height: 75px;
  }
  .re_bottomBtn__img {
    right: 0;
    bottom: 0;
    width: 75px;
    height: 75px;
  }
  .re_bottomBtn__img a {
    width: 75px;
    height: 75px;
  }
  .re_bottomBtn__img a span {
    position: relative;
    top: -2px;
    width: 32px;
    height: 40px;
  }
  .s-linkBtn {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 325px;
    max-height: 75px;
  }
  .s-linkBtn a span {
    line-height: 1.4;
  }
  .topDescArea__inner {
    padding: 13.3% 0 8.8%;
  }
  .topDescArea__list li + li {
    margin-left: 8.8%;
  }
  .topDescArea__jd {
    max-width: 115px;
    width: 30.6%;
  }
  .topDescArea__bp {
    max-width: 125px;
    width: 33.3%;
  }
  .topDescArea__txt {
    font-size: 2.2rem;
    line-height: 1;
  }
  .topDescArea__txt01 {
    font-size: 2.6rem;
    line-height: 1;
  }
  .topDescArea__txt02 {
    width: 100%;
    margin-left: 0;
    font-size: 3.3rem;
    line-height: 1;
    margin-top: 20px;
  }
  .bannerTit {
    margin-bottom: 50px;
    position: relative;
    padding-top: 39.4%;
  }
  .bannerTit--bp {
    background: url(/common/assets/img/shoplist/img_bpBanner_sp.png) no-repeat center;
  }
  .bannerTit--jd {
    background: url(/common/assets/img/shoplist/img_jdBanner_sp.png) no-repeat center;
    padding-top: 39.2%;
  }
  .bannerTit__txt01 {
    font-size: 4.8vw;
  }
  .bannerTit__txt02 {
    font-size: 3.6vw;
    color: rgba(255, 255, 255, 0.6);
  }
  .bannerTit__inner {
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    display: block;
    text-align: center;
    padding: 7.2% 0;
  }
  .bannerTit__inner02 {
    width: 100%;
  }
  .bannerTit__jdlogo {
    width: 28.2%;
    margin: 0 auto 4.8%;
  }
  .bannerTit__bplogo {
    display: block;
    width: 35.2%;
    margin: 0 auto 5.8%;
  }
  .howTo .spLogoSlider {
    max-width: 560px;
    margin: 0 auto;
  }
  .howTo:first-of-type {
    margin-bottom: 60px;
  }
  .howTo:last-of-type {
    margin-bottom: 80px;
  }
  .howTo .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }
  .howTo .slick-slide > span {
    max-width: 180px;
    margin: 0 5px;
    width: calc(50% - 10px);
  }
  .howTo .prev-arrow {
    left: -5%;
  }
  .howTo .next-arrow {
    right: -5%;
  }
  .howTo__inner {
    padding: 0 6.6%;
  }
  .howTo__storeList {
    width: 100%;
  }
  .howTo__storeList li {
    width: 100%;
    padding: 0 0 25px;
  }
  .howTo__storeList li:nth-child(2), .howTo__storeList li:nth-child(5) {
    margin: 0;
  }
  .howTo__storeList li:nth-child(n+4) {
    margin-top: 0;
  }
  .howTo__storeList li + li {
    margin-top: 24px !important;
  }
  .howTo__tit {
    line-height: 1;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .howTo__txt {
    color: #a9bdcd;
  }
  .howTo__sliderWrap {
    margin: 16px auto 50px;
  }
  .howTo__btnArea {
    margin: 40px auto;
  }
  .howTo__btnAreaInner {
    display: block;
  }
  .howTo__btnAreaInner .s-linkBtn {
    width: 100%;
    margin: 0 auto;
    max-width: 325px;
  }
  .howTo__btnAreaInner--bp {
    display: block;
  }
  .howTo__btnAreaInner--jd {
    width: 100%;
  }
  .howTo__txt01 {
    display: none;
    margin-top: 30px;
  }
  .alertBox {
    padding: 10.1% 7.6%;
  }
  .alertBox__txt01 {
    margin-bottom: 12px;
  }
  .shopformCheck label::after {
    border-left: 2px solid #0073d7;
    border-bottom: 2px solid #0073d7;
  }
  .nav-links {
    padding: 45px 6.6% 0 !important;
  }
  .nav-links a.prev {
    width: 0;
    margin: 0;
  }
  .nav-links a.next {
    width: 0;
    margin: 0;
  }
  .nav-links a, .nav-links span {
    font-size: 1.4rem;
  }
  .nav-links .next span::before {
    top: 0px;
  }
  .nav-links .next span::after {
    top: -1px;
  }
  .storeBasicInfo {
    margin: 60px auto 50px;
  }
  .storeBasicInfo__inner {
    display: block;
    padding: 0 6.6%;
  }
  .storeBasicInfo__svdllist {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }
  .storeBasicInfo__svdllist + .storeBasicInfo__svdllist {
    margin-top: 27px;
  }
  .storeBasicInfo__svlistWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }
  .storeBasicInfo__svdt {
    margin: 0 0 12px 0px;
  }
  .storeBasicInfo__svlistBox {
    margin-top: 23px;
  }
  .storeBasicInfo__dt {
    width: 100%;
    margin-right: 0;
  }
  .storeBasicInfo__dt img {
    width: 154px;
  }
  .storeBasicInfo__dt--jd img {
    width: 136px;
  }
  .storeBasicInfo__dd {
    width: 100%;
  }
  .storeBasicInfo__txt {
    padding: 20px 0 24px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .storeBasicInfo__cnt {
    width: 100%;
    border-left: 0px solid #000;
    border-top: 1px solid #4195e1;
    padding-left: 0;
    padding-top: 30px;
  }
  .storeBasicInfo__nameWrap {
    width: 100%;
    padding-left: 0;
    padding-bottom: 55px;
  }
  .storeBasicInfo__name {
    font-size: 2.6rem;
  }
  .storeBasicInfo__icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    margin-right: 25px;
  }
  .storedetailTable {
    width: 100%;
    padding: 12.3% 7.6%;
  }
  .storedetailTable th {
    display: block;
    padding: 20px 24px;
    width: 100%;
  }
  .storedetailTable td {
    display: block;
    padding: 20px 24px;
    width: 100%;
  }
  .storedetailMap {
    width: 100%;
    padding: 0 7.6%;
  }
  .storedetailMap__map {
    height: 325px;
  }
  .storedetailMap .s-linkBtn {
    margin-top: 30px;
    max-height: 70px;
  }
  .re_shoplistDetail .shopform__inner {
    margin: 13.3% auto;
  }
  .gmapSearch {
    display: block;
    padding: 0;
    position: relative;
  }
  .gmapSearch .gmapSearch__inner {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: -101%;
    height: 100vh;
    max-height: 667px;
    z-index: 10;
  }
  .gmapSearch .gmapSearch__inner.active {
    left: 0;
  }
  .gmapSearch .gmapSearch__info {
    max-width: 296px;
    height: 89.8vh;
    max-height: 599px;
  }
  .gmapSearch .gmapSearch__resultTxtBox {
    height: 10.2vh;
    max-height: 68px;
  }
  .gmapSearch .storeResultInfo {
    width: 296px;
  }
  .gmapSearch .storeResultInfo__box {
    padding: 12px 13px;
  }
  .gmapSearch__bottom {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 20px auto 40px;
  }
  .gmapSearch__listTxt {
    margin-top: 35px;
  }
  .gmapSearch__updateBtn {
    margin: 0 auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .gmapSearchMap {
    height: 100vh;
    max-height: 667px;
  }
  .gmapSearchMap__map {
    width: 100%;
    height: 100vh;
    max-height: 667px;
  }
  .gmapSearch__searchBtn.active {
    opacity: 0;
    pointer-events: none;
  }
  .gmapSearchDetail {
    max-width: 317px;
  }
  .gmapSearchDetail__inner::after {
    width: 17px;
    height: 11px;
    bottom: -12px;
  }
  .gmapSearchDetail__box {
    padding: 12px;
  }
  .gmapSearchDetail__list:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .r-searchCnt .shopform__labelBoxInner {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .howTo .slick-initialized .slick-slide {
    margin: 0 8px;
    width: 180px;
  }
  .gmapSearch__searchBtn {
    opacity: 0;
    pointer-events: none;
  }
}

@media screen and (max-width: 980px) {
  .selectTabsCntWrap {
    padding: 40px 0 21.3%;
  }
  .storeResultInfoWrap {
    width: 86.6%;
    padding-bottom: 55px;
  }
  .storeResult {
    padding: 30px 0;
    width: 84.6%;
  }
  .storeResultInfo {
    padding: 10px 6.6% 0;
  }
  .storeResultInfo__box {
    width: 100%;
  }
  .storeResultInfo__link::before {
    top: 20px;
    border: 2px solid #ff7d0a;
  }
  .storeResultInfo__link::after {
    top: 25px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #ff7d0a;
    border-right: 2px solid #ff7d0a;
  }
  .storeResultInfo__innerBox {
    padding-right: calc(20px + 3.3%);
  }
  .storeResultInfo__icon {
    width: 16.6%;
    max-width: 54px;
    height: auto;
    margin-right: 6px;
  }
  .storeResultInfo__titleBox {
    width: calc(100% - 16.6% - 6px);
  }
  .storeResultInfo__cate {
    font-size: 1.2rem;
  }
  .storeResultInfo__name {
    font-size: 1.5rem;
    padding-right: 0;
  }
  .storeResultInfo__address {
    font-size: 1.2rem;
  }
  .storeResultInfo__tel {
    font-size: 1.2rem;
  }
  .storeResultInfo__listBox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .storeResultInfo__list {
    font-size: 1.2rem;
    padding: 6px 12px 9px;
    margin-bottom: 7px;
    margin-right: 2%;
  }
  .storeResultInfo__jd {
    width: 86px;
  }
  .storeResultInfo__bp {
    width: 95px;
  }
  .nav-links {
    padding: 45px 0 0;
  }
  .freewordResult__link {
    padding: 20px 25px 15px 0;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .freewordResult__link span::before {
    right: -25px;
  }
  .freewordResult__link span::after {
    width: 5px;
    height: 5px;
    top: -1px;
    right: -20px;
  }
  .storeBasicInfo__svlistWrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .storeBasicInfo__svlist {
    font-size: 1.3rem;
    padding: 6px 12px 9px;
    margin-right: 2%;
    margin-bottom: 7px;
  }
  .gmapSearchDetail__list {
    font-size: 1.2rem;
    padding: 7px 12px 8px;
    margin-bottom: 7px;
    margin-right: 4px;
  }
  .gmapSearchDetail__jd {
    width: 86px;
  }
  .gmapSearchDetail__bp {
    width: 95px;
  }
  .gmapSearchDetail__link span::before {
    border: 2px solid #ff7d0a;
  }
  .gmapSearchDetail__link span::after {
    width: 5px;
    height: 5px;
    border-top: 2px solid #ff7d0a;
    border-right: 2px solid #ff7d0a;
  }
}

@media screen and (max-width: 1120px) {
  .storeBasicInfo__svdllist {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .storeBasicInfo__svdd {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
  .storeBasicInfo__svdt {
    margin: 0 0 12px 16px;
  }
}

/*# sourceMappingURL=../../../../_soucemaps/common/assets/css/shoplist/shoplist.css.map */
