@charset "UTF-8";
@media (min-width: 769px) {
  .breadcrumbs {
    margin: 0 0 0;
    padding: 1.8rem 1.5rem 0.5rem;
  }
  .breadcrumbs > ol {
    padding: 0 0;
  }
}
.btn_blue {
  background: #0E6CC9;
  color: #fff;
}

.btn_gmap {
  display: block;
  width: 10rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 4rem;
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-style: italic;
}

.btn_l {
  display: block;
  width: 26rem;
  border-radius: 4rem;
  text-align: center;
  padding-block: 1.4rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 auto;
}

.shop_wrapper {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.shop_wrapper .secTtl-eng {
  font-family: var(--font-en);
  font-size: 4.8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  /*color: var(--headeing-color);*/
  letter-spacing: 0.02em;
}
.shop_wrapper .secTtl-eng .secTtl-innner-ja {
  display: inline-block;
  margin-left: 1rem;
  font-family: var(--font-default);
  font-size: 1.4rem;
  color: #6c6c6c;
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
}
.shop_wrapper .shop-list_contents {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
.shop_wrapper .shop-list_contents .shop-list_left {
  width: 16.6666666667%;
  max-width: 20rem;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
}
.shop_wrapper .shop-list_contents .shop-list_right {
  width: 79.1666666667%;
  max-width: 95rem;
}
.shop_wrapper .shop-list_sort dt {
  font-size: 1.3rem;
  line-height: 1.9rem;
  -webkit-padding-after: 0.9rem;
          padding-block-end: 0.9rem;
}
.shop_wrapper .shop-list_sort dd .shop-list_sort-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.5rem;
}
.shop_wrapper .shop-list_sort dd .shop-list_sort-tab li {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7rem;
}
.shop_wrapper .shop-list_sort dd .shop-list_sort-tab li a {
  border-radius: 3.4rem;
  border: 1px solid #111111;
  overflow: hidden;
  padding-block: 0.9rem;
  padding-inline: 2rem;
  background: #F7F7F7;
}
.shop_wrapper .shop-list_sort dd .shop-list_sort-tab li a.--tab-active {
  color: #fff;
  font-weight: 700;
  background: #111111;
}
.shop_wrapper .shop-list_sort dd .shop-list_shop-drop {
  width: 100%;
  position: relative;
}
.shop_wrapper .shop-list_sort dd .shop-list_shop-drop select {
  width: 100%;
  border: 1px solid #A7A7A7;
  font-size: 1.2rem;
  line-height: 1.7rem;
  padding-block: 0.9rem;
  padding-inline: 2rem 4.6rem;
  border-radius: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop_wrapper .shop-list_sort dd .shop-list_shop-drop::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 0.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.773' height='5.887' viewBox='0 0 10.773 5.887'%3E%3Cpath id='パス_1412' data-name='パス 1412' d='M1374.875,1477l4.68,4.68,4.68-4.68' transform='translate(-1374.168 -1476.293)' fill='none' stroke='%23111' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.shop_wrapper .shop-list_sort + .shop-list_sort {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
.shop_wrapper .shop-list_panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.shop_wrapper .shop-list_ttl {
  font-size: 2.4rem;
  line-height: 3.5rem;
  letter-spacing: 0.02em;
  padding-block: 2rem;
  -webkit-border-after: 1px solid #A7A7A7;
          border-block-end: 1px solid #A7A7A7;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
  grid-column: 1/4;
}
.shop_wrapper .shop-list_ttl.shop-cate_ttl {
  /*display: none;*/
}
.shop_wrapper .shop-list_grid-item {
  -webkit-padding-after: 4rem;
          padding-block-end: 4rem;
}
.shop_wrapper .shop-list_grid-item dd span {
  display: block;
}
.shop_wrapper .shop-list_grid-item dd .shop-list_shop-detail {
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.shop_wrapper .shop-list_grid-item dd .shop-list_shop-detail .shop-list_shop-icon {
  width: 7.5rem;
  height: 7.5rem;
}
.shop_wrapper .shop-list_grid-item dd .shop-list_shop-detail .shop-list_shop-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shop_wrapper .shop-list_grid-item dd .shop-list_shop-detail .shop-list_shop-info .shop-list_shop-name {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.shop_wrapper .shop-list_grid-item dd .shop-list_shop-detail .shop-list_shop-info .shop-list_shop-tag {
  font-size: 1.2rem;
  line-height: 1.7rem;
  -webkit-padding-before: 0.4rem;
          padding-block-start: 0.4rem;
}
.shop_wrapper.shop-detail {
  -webkit-padding-after: 6rem;
          padding-block-end: 6rem;
}
.shop_wrapper.shop-detail .shop-list_ttl {
  padding-block: 1rem;
  -webkit-border-after: 2px solid #A7A7A7;
          border-block-end: 2px solid #A7A7A7;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
  grid-column: 1/4;
}
.shop_wrapper .shop-detail_contents {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-block: 1.5rem 4rem;
}
.shop_wrapper .shop-detail_img {
  width: 50%;
  max-width: 60rem;
  margin: 0 0;
}
.shop_wrapper .shop-detail_img-slide .swiper-slide {
  max-height: 60rem;
  overflow: hidden;
}
/*.shop_wrapper .shop-detail_img .swiper-horizontal > .swiper-pagination-bullets, .shop_wrapper .shop-detail_img .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5.9rem;
}*/

/*▽▽ 240202 ec unit追記 ▽▽*/
.shop_wrapper .shop-detail_img .swiper-horizontal > .swiper-pagination-bullets, .shop_wrapper .shop-detail_img .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 60rem;
}
/*△△ 240202 ec unit追記 △△*/

.shop_wrapper .shop-detail_img .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: #A7A7A7;
  opacity: 1;
}
.shop_wrapper .shop-detail_img .swiper-pagination-bullet-active {
  opacity: 1;
  background: #111111;
}
.shop_wrapper .shop-detail_img .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .shop_wrapper .shop-detail_img .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
.shop_wrapper .shop-detail_info {
  width: 45%;
  max-width: 54rem;
}
.shop_wrapper .shop-detail_info .s_textLink {
  display: inline;
  color: var(--color-error);
  text-decoration: underline;
}
.shop_wrapper .shop-detail_info .shop-detail_head {
  -webkit-padding-after: 2.7rem;
          padding-block-end: 2.7rem;
}
.shop_wrapper .shop-detail_info .shop-detail_head-innr {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.shop_wrapper .shop-detail_info .shop-detail_head-innr .shop-detail_icon {
  width: 12rem;
  height: 12rem;
}
.shop_wrapper .shop-detail_info .shop-detail_head-innr .shop-detail_ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shop_wrapper .shop-detail_info .shop-detail_head-innr .shop-detail_ttl .shop-detail_name {
  font-size: 3rem;
  line-height: 4.4rem;
}
.shop_wrapper .shop-detail_info .shop-detail_head-innr .shop-detail_ttl .shop-detail_tag {
  font-size: 1.4rem;
  line-height: 2rem;
}
.shop_wrapper .shop-detail_info .shop-detail_head-innr .shop-detail_ttl .shop-detail_time {
  font-size: 1.2rem;
  line-height: 1.7rem;
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
}
.shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_desc {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: justify;
  -webkit-padding-after: 2.6rem;
          padding-block-end: 2.6rem;
}
.shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline {
  font-size: 1.3rem;
}
.shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-block: 2rem;
  -webkit-border-before: 1px solid #A7A7A7;
          border-block-start: 1px solid #A7A7A7;
}
.shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row dt {
  width: 10rem;
}
.shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}
.shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row.plusBtn.--map {
  padding-block: 1.4rem;
}
.shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row.plusBtn.--sns {
  padding-block: 1.2rem 1.1rem;
}
.shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row.plusBtn .plusBtn_map {
  display: grid;
  grid-template-columns: 1fr 10rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row.plusBtn .plusBtn_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
}
.shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row.plusBtn .plusBtn_sns ul li {
  width: 3.6rem;
}
.shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row:last-of-type {
  -webkit-border-after: 1px solid #A7A7A7;
          border-block-end: 1px solid #A7A7A7;
}
.shop_wrapper .shop-detail_map-container iframe {
  width: 100%;
  height: 48rem;
}
.shop_wrapper .shop-detail_map-detail {
  padding-block: 1.6rem 5rem;
  text-align: center;
}
.shop_wrapper .shop-detail_map-detail p {
  display: inline-block;
  background: #EDEDED;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
  padding-block: 0.6rem;
  padding-inline: 7.2rem;
}
.shop_wrapper .shop-detail_grid-common {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.3rem;
}
.shop_wrapper .shop-detail_grid-common dd {
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
  font-size: 1.3rem;
  line-height: 1.9rem;
}
.shop_wrapper .shop-detail_grid-common dd span {
  display: block;
}
.shop_wrapper .shop-detail_others {
  -webkit-padding-after: 4.5rem;
          padding-block-end: 4.5rem;
}
.shop_wrapper .shop-detail_others .shop-detail_others-tag {
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-padding-before: 0.8rem;
          padding-block-start: 0.8rem;
}
.shop_wrapper .shop-detail_news {
  -webkit-padding-after: 6rem;
          padding-block-end: 6rem;
}
.shop_wrapper .shop-detail_banner {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 6rem;
}
.shop_wrapper .shop-detail_banner-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-row-gap: 1rem;
    -moz-row-gap: 1rem;
        row-gap: 1rem;
}

@media (max-width: 768px) {
  .breadcrumbs {
    padding: 1rem 1.5rem;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 0 0;
  }
  .breadcrumbs > ol {
    padding: 0 0;
    overflow: hidden;
  }

  html:not([data-basebrand=base-reuse]) #Wrap_lower.onlyDefault {
    margin: unset;
  }

  .shop_wrapper {
    width: 100%;
    max-width: unset;
    margin: unset;
    --sp-padding: 1.5rem;
    padding-inline: var(--sp-padding);
  }
  .shop_wrapper .secTtl-eng {
    font-size: 3.6rem;
  }
  .shop_wrapper .secTtl-eng .secTtl-innner-ja {
    display: block;
    margin-left: 0px;
  }
  .shop_wrapper .shop-list_contents {
    display: block;
    padding-block: 0rem 6rem;
  }
  .shop_wrapper .shop-list_contents .shop-list_left {
    width: 100%;
    max-width: unset;
  }
  .shop_wrapper .shop-list_contents .shop-list_left + .shop-list_right {
    -webkit-padding-before: 1.1rem;
            padding-block-start: 1.1rem;
  }
  .shop_wrapper .shop-list_contents .shop-list_right {
    width: 100%;
    max-width: unset;
  }
  .shop_wrapper .shop-list_sort dd .shop-list_sort-tab {
    max-width: 27rem;
  }
  .shop_wrapper .shop-list_panel {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
  .shop_wrapper .shop-list_ttl {
    -webkit-padding-after: 1rem;
            padding-block-end: 1rem;
    grid-column: unset;
  }
  .shop_wrapper .shop-list_grid-item {
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
  }
  .shop_wrapper .shop-list_grid-item + .shop-list_ttl {
    -webkit-padding-before: 2rem;
            padding-block-start: 2rem;
  }
  .shop_wrapper .shop-detail_contents {
    display: block;
    padding-block: 0 4rem;
  }
  .shop_wrapper.shop-detail {
    padding-inline: 0;
  }
  .shop_wrapper.shop-detail .shop-list_ttl {
    width: calc(100% - 3rem);
    margin-inline: auto;
  }
  .shop_wrapper .shop-detail_img {
    width: 100%;
    max-width: unset;
    -webkit-padding-after: 4.2rem;
            padding-block-end: 4.2rem;
  }
  .shop_wrapper .shop-detail_img-slide .swiper-slide {
    max-height: 43rem;
  }
  .shop_wrapper .shop-detail_img .swiper-horizontal > .swiper-pagination-bullets, .shop_wrapper .shop-detail_img .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1.6rem;
  }
  .shop_wrapper .shop-detail_info {
    width: 100%;
    max-width: unset;
    padding-inline: var(--sp-padding);
  }
  .shop_wrapper .shop-detail_info .shop-detail_head-innr {
    display: block;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    position: relative;
  }
  .shop_wrapper .shop-detail_info .shop-detail_head-innr .shop-detail_icon {
    width: 7rem;
    height: 7rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .shop_wrapper .shop-detail_info .shop-detail_head-innr .shop-detail_ttl {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .shop_wrapper .shop-detail_info .shop-detail_head-innr .shop-detail_ttl .shop-detail_name {
    font-size: 2.4rem;
    line-height: 3.5rem;
    height: 7rem;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-padding-start: 9rem;
            padding-inline-start: 9rem;
  }
  .shop_wrapper .shop-detail_info .shop-detail_head-innr .shop-detail_ttl .shop-detail_tag {
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-padding-before: 1rem;
            padding-block-start: 1rem;
  }
  .shop_wrapper .shop-detail_info .shop-detail_head-innr .shop-detail_ttl .shop-detail_time {
    font-weight: 400;
    -webkit-padding-before: 0.4rem;
            padding-block-start: 0.4rem;
  }
  .shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_desc {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: left;
    -webkit-padding-after: 4rem;
            padding-block-end: 4rem;
  }
  .shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline {
    font-size: 1.6rem;
  }
  .shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row dt {
    width: auto;
  }
  .shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row dd {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row.plusBtn.--map {
    padding-block: 2rem;
  }
  .shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row.plusBtn.--sns {
    padding-block: 2rem 2rem;
  }
  .shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row.plusBtn .plusBtn_map {
    display: block;
  }
  .shop_wrapper .shop-detail_info .shop-detail_body .shop-detail_outline-row.plusBtn .plusBtn_map .btn_gmap {
    margin: 0 0 0 auto;
  }
  .shop_wrapper .shop-detail_map-detail {
    padding-inline: var(--sp-padding);
  }
  .shop_wrapper .shop-detail_map-detail p {
    display: block;
    padding-inline: 3rem;
  }
  .shop_wrapper .shop-list_ttl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .shop_wrapper .shop-detail_grid-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    row-gap: unset;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .shop_wrapper .shop-detail_grid-common_item {
    width: 22rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .shop_wrapper .shop-detail_grid-common_item:first-of-type {
    -webkit-margin-start: var(--sp-padding);
            margin-inline-start: var(--sp-padding);
  }
  .shop_wrapper .shop-detail_grid-common_item:last-of-type {
    -webkit-margin-end: var(--sp-padding);
            margin-inline-end: var(--sp-padding);
  }
  .shop_wrapper .shop-detail_banner {
    padding-inline: var(--sp-padding);
  }
  .shop_wrapper .shop-detail_banner-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 1rem;
  }
  .shop_wrapper .shop-detail_banner .shop-detail_return-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*# sourceMappingURL=shop_common.css.map */