/* ------------------- */
.shopIndex .u-selectWrapp {
  position: relative;
}

.shopIndex .u-selectWrapp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  width: 100%;
  height: 4.375em;
  line-height: 3.125em;
  padding: 2px 2em;
  font-size: 1em;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shopIndex .u-selectWrapp select::-ms-expand {
  display: none;
}

.shopIndex .u-selectWrapp:after {
  content: "";
  width: .9em;
  height: .9em;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 2em;
  top: 50%;
  margin-top: -.6em;
  pointer-events: none;
}

.shopIndex .u-selectWrapp select::-ms-expand {
  display: none;
}

.shopIndex .u-selectWrapp select + .inquiryForm__errTxt {
  height: 0;
  margin-top: 0;
}

.shopIndex .u-selectWrapp.u-date:after {
  top: 65%;
}

.shopIndex .u-check input {
  display: none;
}

.shopIndex .u-check input + span {
  position: relative;
  padding: .2em 0 .2em 2em;
  cursor: pointer;
}

.shopIndex .u-check input + span:before {
  content: '';
  display: block;
  position: absolute;
  top: -.1em;
  left: 0;
  width: 1.3625em;
  height: 1.3625em;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}

.shopIndex .u-check input:checked + span:before {
  background-color: #fff;
  border-color: #ccc;
}

.shopIndex .u-check input:checked + span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: .6em;
  height: 1.5em;
  border-right: solid 0.3em #C8172F;
  border-bottom: solid 0.3em #C8172F;
  -webkit-transform: translateY(-30%) translateX(110%) scaleX(1) rotate(42deg);
  transform: translateY(-30%) translateX(110%) scaleX(1) rotate(42deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shopIndex .l-wrapper, .shopIndex .main {
  position: relative;
}

.shopIndex .sectionWrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
}

.shopIndex .searchSection {
  position: relative;
  font-size: 16px;
}

.shopIndex .searchSection__inner {
  margin: 0 auto 6.25%;
  position: relative;
}

.shopIndex .searchSection__lead {
  text-align: left;
  font-size: 1em;
  margin-bottom: 3.125em;
}

.shopIndex .searchBox {
  margin: 0 auto 3.125%;
  padding: 0 2.88462%;
  border: solid 1px #cccccc;
  background-color: #fff;
}

.shopIndex .searchBox__header {
  text-align: center;
  font-size: 1.8rem;
  padding: 1.18em 0;
  cursor: pointer;
  position: relative;
}

.shopIndex .searchBox__title {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}

.shopIndex .searchBox__title:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 1.9em;
  height: 1.9em;
  background: url(/omiseplus/assets/img/shopsearch/icon_search.svg) no-repeat center center;
  background-size: contain;
}

.shopIndex .searchBox__title2 {
  margin-bottom: 10px;
}

.shopIndex .searchBox__inner {
  /* margin: 0 4%; */
  padding: 3.125% 3%;
  border-top: solid 1px #ccc;
  /* display: none; */
  font-size: 16px;
}

.shopIndex .searchBox__subheadingwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shopIndex .searchBox__subheading {
  display: inline-block;
  margin: 0 4% 8px 0;
}

.shopIndex .searchBox__brand__open {
  display: inline-block;
  color: #C8172F;
  font-size: 1.4rem;
  margin-top: .2em;
  cursor: pointer;
}

.shopIndex .searchBox__brand__open:hover {
  opacity: .7;
}

.shopIndex .searchBox__brand__open::after {
  content: "";
  display: inline-block;
  width: .4em;
  height: .4em;
  border-right: solid 1px #C8172F;
  border-bottom: solid 1px #C8172F;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-left: .7em;
  pointer-events: none;
}

.shopIndex .searchBox.is-show .searchBox__brand__open::after {
  -webkit-transform: translateY(20%) rotate(-135deg);
  transform: translateY(20%) rotate(-135deg);
}

.shopIndex .areaSearch {
  margin: 0 auto 2.17391%;
}

.shopIndex .areaSearch__items {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin: 0 -1.52174%; */
}

.shopIndex .areaSearch__item {
  /* margin: 0 1.47679% 1.47679%; */
  display: inline-block;
  width: 48%;
  max-width: 100%;
}

.shopIndex .searchBox__brand__title {
  text-align: center;
  font-size: 1em;
  margin-bottom: 1.8em;
}

.shopIndex .checkboxes {
  margin-bottom: 2.1875em;
}

.shopIndex .checkboxes.js-accordionMenu {
  display: none;
}

.shopIndex .checkboxes__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3% 4%;
  background: #f5f5f5;
}

.shopIndex .checkboxes__item {
  min-width: 33%;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding: 0 2.5%; */
  display: inline-block;
  margin: .7em 0;
}

.shopIndex .searchBox__submit {
  text-align: center;
  display: block;
}

.shopIndex .searchBox__submit .searchBtn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shopIndex .searchBox__submit .searchBtn span::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  /* vertical-align: middle; */
  width: 1.7em;
  height: 1.7em;
  background: url(/omiseplus/assets/img/shopsearch/icon_search_white.svg) no-repeat center center;
  background-size: contain;
}

.shopIndex .searchBox2 {
  margin-bottom: 5.76923%;
}

.shopIndex .searchBox2:last-child {
  margin-bottom: 0;
}

.shopIndex .searchBox__submit2 .locationBtn > span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shopIndex .searchBox__submit2 .locationBtn > span:before {
  content: "";
  margin-right: 10px;
  width: 1.5em;
  height: 1.5em;
  background: url(/omiseplus/assets/img/shopsearch/icon_pin.svg) no-repeat center center;
  background-size: contain;
}

.shopIndex #maps {
  height: 500px;
  background-color: #ccc;
}

.shopIndex .resultSection {
  position: relative;
  text-align: center;
  display: block;
  font-size: 16px;
  margin-bottom: 50px;
}

.shopIndex .resultSection__header {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.2%;
  text-align: left;
}

.shopIndex .resultSection__filter {
  text-align: left;
}

.shopIndex .resultSection__filterItem {
  color: #C8172F;
}

.shopIndex .resultSection__filterNotes {
  margin-top: 1.2%;
}

.shopIndex .resultSection__distance {
  margin-top: 2.5%;
  font-size: 1.6rem;
  text-align: center;
}

.shopIndex .resultSection__distance span {
  color: #C8172F;
  font-weight: bold;
}

.shopIndex .resultSection__distance em {
  font-weight: bold;
  font-style: normal;
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  top: .05em;
  padding: 0 .1em;
  color: #C8172F;
}

.shopIndex .resultSection__filterItem em {
  font-weight: bold;
  font-style: normal;
}

.shopIndex .resultSection__numArea {
  background-color: #fff;
  font-size: 1em;
  text-align: center;
}

.shopIndex .resultSection__numArea.numArea__bottom {
  margin-top: 2%;
}

.shopIndex .resultSection__numArea__inner {
  position: relative;
  padding: 1% 0 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shopIndex .resultSection__num {
  display: inline-block;
  margin: 0 .6em;
}

.shopIndex .resultSection__num em {
  font-weight: bold;
  font-style: normal;
  color: #C8172F;
}

.shopIndex .resultSection__pageNav {
  overflow: hidden;
}

.shopIndex .resultSection__pageNav__item {
  font-size: 1.125em;
}

.shopIndex .resultSection__pageNav__item a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.shopIndex .resultSection__pageNav__item a:after {
  content: "";
  width: .8em;
  height: .8em;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.shopIndex .resultSection__pageNav__item a.is-off {
  opacity: .3;
  pointer-events: none;
  display: none;
}

.shopIndex .resultSection__pageNav__prev {
  float: left;
}

.shopIndex .resultSection__pageNav__prev a {
  padding-left: 2em;
}

.shopIndex .resultSection__pageNav__prev a:after {
  border-left: solid 1px #C8172F;
  border-bottom: solid 1px #C8172F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: .5em;
}

.shopIndex .resultSection__pageNav__next {
  float: right;
}

.shopIndex .resultSection__pageNav__next a {
  padding-right: 2em;
}

.shopIndex .resultSection__pageNav__next a:after {
  border-right: solid 1px #C8172F;
  border-bottom: solid 1px #C8172F;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: .5em;
}

.shopIndex .resultSection__inner {
  background-color: #fff;
}

.shopIndex .resultSection__caution {
  text-align: center;
  font-size: 1em;
  background-color: #fff;
  padding: 5% 30px;
  display: none;
}

.shopIndex .resultSection__caution p {
  color: #C8172F;
}

.shopIndex .loadingSection {
  text-align: center;
  font-size: 1.25em;
  background-color: #fff;
  padding: 100px 30px;
  min-height: 50%;
}

.shopIndex .loadingSection__txt span {
  display: inline-block;
  -webkit-animation: load 1.2s ease-in-out;
  animation: load 1.2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.shopIndex .loadingSection__txt span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.shopIndex .loadingSection__txt span:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.shopIndex .loadingSection__txt span:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.shopIndex .loadingSection__txt span:nth-of-type(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.shopIndex .shopList {
  max-width: 1040px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 3.125%;
  position: relative;
  border-top: solid 1px #ddd;
}

.shopIndex .shopItem {
  border-bottom: solid 1px #ddd;
  text-align: left;
}

.shopIndex .shopItem > a {
  display: block;
  overflow: hidden;
  padding: 30px 0;
  text-decoration: none;
  position: relative;
}

.shopIndex .shopItem > a:after {
  content: "";
  width: .8em;
  height: .8em;
  border-right: solid 0.16667em #C8172F;
  border-bottom: solid 0.16667em #C8172F;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.35em;
}

.shopIndex .shopItem > a:hover {
  opacity: .8;
}

.shopIndex .shopItem .shopItem__wrap {
  display: block;
  overflow: hidden;
  padding: 30px 0;
  text-decoration: none;
  position: relative;
}

.shopIndex .shopItem .shopItem__wrap .shopItem__btn {
  margin-top: 20px;
}

.shopIndex .shopItem .shopItem__wrap .shopItem__btn .parts_btn {
  display: inline-block;
}

.shopIndex .shopItem__img {
  width: 21.875%;
  float: left;
  position: relative;
}

.shopIndex .shopItem__img img {
  width: 100%;
  height: auto;
}

.shopIndex .shopItem__img.is-bdr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ccc;
}

.shopIndex .shopItem__txtBox {
  width: 73.95833%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
  float: right;
  position: relative;
}

.shopIndex .shopItem__name {
  font-size: 1.8rem;
  padding-right: 5em;
  margin-bottom: .5em;
  font-weight: bold;
  line-height: 1.4;
}

.shopIndex .shopItem__distance {
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  right: 0;
}

.shopIndex .shopItem__category {
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}

.shopIndex .shopItem__category li {
  display: inline-block;
  border: solid 1px #000;
  padding: .1em .5em;
  margin-right: .5em;
}

.shopIndex .shopItem__detail {
  margin-bottom: -.7em;
  overflow: hidden;
}

.shopIndex .shopItem__detail dt {
  font-size: 1.2rem;
  float: left;
  clear: left;
  padding: 0 .8em;
  margin-right: 1em;
  margin-bottom: .8em;
  border: solid 1px #cccccc;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 10em;
  color: #595757;
}

.shopIndex .shopItem__detail dd {
  font-size: 1.4rem;
  margin-bottom: .8em;
}

.shopIndex .shopItem__detail .shopItem__note {
  font-size: 1.2rem;
  top: -.5em;
  clear: left;
  position: relative;
}

.shopIndex #maps {
  height: 500px;
  background-color: #ccc;
}

.shopIndex .conditionsBtn .btn_icon_arrow {
  max-width: 300px;
}

.shopIndex .conditionsBtn .btn_icon_arrow::after {
  -webkit-transform: translateY(-20%) rotate(-45deg);
  transform: translateY(-20%) rotate(-45deg);
}

.shopIndex .lineSection {
  position: relative;
  font-size: 16px;
  z-index: 1;
}

.shopIndex .lineSection__inner {
  max-width: 1100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}

.shopIndex .lineSection__inner:after {
  content: "";
  clear: both;
  display: block;
}

.shopIndex .lineSection__txtBox {
  padding-top: 3.84615%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 50%;
}

.shopIndex .lineSection__txtBox2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 50%;
}

.shopIndex .lineSection__title {
  font-size: 2.125em;
  margin-bottom: .8em;
  position: relative;
  padding-left: 1.91176em;
  line-height: 1.3;
}

.shopIndex .lineSection__title:before {
  content: "";
  width: 1.47059em;
  height: 1.47059em;
  background: url(/omiseplus/assets/img/shopsearch/icon_line_grn.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: .05em;
  left: 0;
}

.shopIndex .lineSection__lead {
  margin-bottom: 2.2em;
}

.shopIndex .lineSection__imgBox {
  width: 43.65385%;
  float: left;
}

.shopIndex .lineSection__imgBox img {
  width: 100%;
  height: auto;
}

.shopIndex .lineSection__link {
  font-size: 0.875em;
}

.shopIndex .lineSection__link a {
  display: inline-block;
  min-width: 22.85714em;
}

@media only screen and (max-width: 767px) {
  .shopIndex .sectionWrapper {
    margin-bottom: 14.66667%;
  }
  .shopIndex .searchSection {
    font-size: 3.46667vw;
  }
  .shopIndex .searchSection__inner {
    /* padding: 0 5.33333%; */
    margin: 0 auto 16%;
  }
  .shopIndex .searchSection__lead {
    font-size: 1em;
    margin-bottom: 2em;
  }
  .shopIndex .searchBox {
    max-width: 960px;
    margin: 0 auto 8.69565%;
    padding: 0 5.3%;
  }
  .shopIndex .searchBox__header {
    font-size: 1.07692em;
  }
  .shopIndex .searchBox__header:before, .shopIndex .searchBox__header:after {
    right: 5.7971%;
    width: 1.15385em;
    height: 1px;
  }
  .shopIndex .searchBox__header:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .shopIndex .searchBox__header:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .shopIndex .searchBox.is-show .searchBox__header:before, .shopIndex .searchBox.is-show .searchBox__header:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .shopIndex .searchBox__title {
    position: static;
    padding: 0;
  }
  .shopIndex .searchBox__title:before {
    content: "";
    width: 1.78571em;
    height: 1.78571em;
    background: url(/omiseplus/assets/img/shopsearch/icon_search.svg) no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    top: 50%;
    left: 6.08696%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .shopIndex .searchBox__inner {
    margin: 0;
    padding: 6% 0 10%;
    font-size: 1em;
  }
  .shopIndex .searchBox__subheadingwrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .shopIndex .searchBox__subheading {
    font-size: 1.4rem;
  }
  .shopIndex .areaSearch {
    margin: 0 auto 20px;
  }
  .shopIndex .areaSearch__items {
    /* text-align: center;
      margin: 0 0% 8.19672%; */
    display: block;
  }
  .shopIndex .areaSearch__item {
    margin: 0 0 5.45455%;
    display: block;
    width: auto;
    font-size: 1.07692em;
  }
  .shopIndex .areaSearch__item:last-child {
    margin-bottom: 0;
  }
  .shopIndex .searchBox__brand__title {
    font-size: 1.07692em;
    margin-bottom: 1.5em;
    text-align: left;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .shopIndex .searchBox__brand__open {
    margin-top: 0;
  }
  .shopIndex .searchBox__brand .searchBox__submit {
    margin-top: 10%;
  }
  .shopIndex .checkboxes {
    margin-bottom: 20px;
  }
  .shopIndex .checkboxes__items {
    max-width: 100%;
    margin: 0;
    display: block;
  }
  .shopIndex .checkboxes__item {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .4em 0;
    display: block;
    margin-bottom: 0;
  }
  .shopIndex .searchBox__submit {
    text-align: center;
    display: block;
  }
  .shopIndex .searchBox__submit .parts_btn {
    width: 100%;
  }
  .shopIndex .searchBox2 {
    margin-bottom: 9.83607%;
  }
  .shopIndex .searchButton {
    font-size: 1.07692em;
    padding: 1.05em 1.42857em 1.05em 1.42857em;
    max-width: 390px;
  }
  .shopIndex .searchBox__submit2 .parts_btn {
    width: 88%;
  }
  .shopIndex .searchBox__submit2 .searchButton > span {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .shopIndex .searchBox__submit2 .searchButton > span:before {
    width: 1.5em;
    height: 1.5em;
    left: 0;
  }
  .shopIndex .webShopBox {
    max-width: 390px;
    margin: 0 auto;
  }
  .shopIndex .webShopBox__txt {
    font-size: 0.92857em;
    margin-bottom: 1.0em;
    text-align: left;
    line-height: 1.5;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
  }
  .shopIndex .webShopBox__link {
    font-size: 1.07692em;
    max-width: none;
  }
  .shopIndex .webShopBox__link a {
    padding: 1.05em 1.42857em 1.05em 1.42857em;
  }
  .shopIndex #maps {
    height: 0;
    padding-bottom: 66.66667%;
  }
  .shopIndex .resultSection__caution {
    font-size: 16px;
    padding: 13.33333% 4%;
  }
  .shopIndex .loadingSection {
    font-size: 16px;
    padding: 13.33333% 4%;
  }
  .shopIndex .resultSection {
    text-align: center;
    display: block;
    font-size: 3.46667vw;
    margin-bottom: 10.66667%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
  .shopIndex .resultSection {
    font-size: 16.64px;
  }
}

@media only screen and (max-width: 767px) {
  .shopIndex .resultSection__filter {
    font-size: 1.07692em;
    padding: .4em 0 0;
  }
  .shopIndex .resultSection__filterNotes {
    margin-top: .4em;
  }
  .shopIndex .resultSection__distance {
    margin-top: 1.2em;
  }
  .shopIndex .resultSection__numArea {
    font-size: 1.07692em;
  }
  .shopIndex .resultSection__numArea__inner {
    margin: 0 auto;
    position: relative;
    padding: .4em 0 1.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .shopIndex .resultSection__numArea__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .shopIndex .resultSection__num {
    display: inline-block;
    margin: 0 .6em;
  }
  .shopIndex .resultSection__num em {
    font-weight: bold;
    font-style: normal;
  }
  .shopIndex .resultSection__pageNav__item {
    font-size: 1.07692em;
    margin-top: .4em;
  }
  .shopIndex .resultSection__pageNav__item a {
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  .shopIndex .resultSection__pageNav__item a:after {
    border-width: 1px;
  }
  .shopIndex .resultSection__pageNav__prev a {
    padding-left: 2em;
  }
  .shopIndex .resultSection__pageNav__prev a:after {
    border-width: 0.15385em;
  }
  .shopIndex .resultSection__pageNav__next a {
    padding-right: 2em;
  }
  .shopIndex .resultSection__pageNav__next a:after {
    border-width: 0.15385em;
  }
  .shopIndex .shopList {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0;
    margin: 0 auto;
    position: relative;
  }
  .shopIndex .shopItem {
    border-bottom: solid 1px #ddd;
    text-align: left;
  }
  .shopIndex .shopItem > a {
    padding: 9% 0% 8%;
  }
  .shopIndex .shopItem > a:after {
    content: "";
    width: 1em;
    height: 1em;
    border-width: 0.15385em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -.5em;
  }
  .shopIndex .shopItem > a:hover {
    opacity: .8;
  }
  .shopIndex .shopItem__wrap {
    padding: 9% 0% 8%;
  }
  .shopIndex .shopItem__wrap .shopItem__btn {
    text-align: center;
  }
  .shopIndex .shopItem__img {
    width: 30.43478%;
    padding-bottom: 0;
    margin-bottom: 5.7971%;
    float: left;
  }
  .shopIndex .shopItem__txtBox {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
    float: none;
  }
  .shopIndex .shopItem__name {
    font-size: 1.07692em;
    margin-bottom: .2em;
    font-weight: bold;
    padding-left: 33.33333%;
    padding-right: 0;
  }
  .shopIndex .shopItem__distance {
    font-size: 1.2rem;
    margin-bottom: .8em;
    padding-left: 33.33333%;
    position: relative;
  }
  .shopIndex .shopItem__category {
    clear: both;
  }
  .shopIndex .shopItem__detail {
    font-size: 14px;
    font-size: calc(0.875rem + 2 * (100vw - 375px) / 393);
    clear: both;
    margin-bottom: -.7em;
    padding-right: 5.7971%;
  }
  .shopIndex .shopItem__detail dt {
    float: none;
    display: inline-block;
    margin-bottom: .5em;
  }
  .shopIndex .shopItem__detail dd {
    padding-left: 0;
  }
  .shopIndex .shopItem__detail .shopItem__note {
    top: -.8em;
    margin-bottom: .1em;
  }
}

.loadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.loadingOverlay .cv-spinner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loadingOverlay .spinner {
  width: 60px;
  height: 60px;
  border: 4px #ddd solid;
  border-top: 4px #000 solid;
  border-radius: 50%;
  -webkit-animation: spinnerAnime 0.8s infinite linear;
  animation: spinnerAnime 0.8s infinite linear;
}

@-webkit-keyframes spinnerAnime {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerAnime {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes load {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

a:focus {
  outline: revert;
}