@charset 'utf-8';
.fw .shopListTitle {
  font-size: 20px;
  padding: 15px 40px;
  width: 100%;
}
.fw .shopListTitle .shopDistance {
  color: #c1c1c2;
  display: table;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  padding-left: 1.2em;
}
.fw .shopListTitle .shopDistance::before {
  content: '';
  display: table-cell;
  background: url('/shop/set/data/search/lib/img/shared/icon_distance.png') no-repeat center;
  background-size: 10px 16px;
  position: absolute;
  top: .8em;
  left: 0;
  width: 10px;
  height: 16px;
}
.fw .shopSiteSearch {
  width: 636px;
  height: 60px;
  margin: 40px auto 20px;
  transition: .3s;
}
.fw .shopSiteSearch.focus {
  width: 680px;
}
.fw .shopSiteSearch .siteSearchForm {
  width: 100%;
  height: 100%;
  position: relative;
}
.fw .shopSiteSearch .siteSearchForm .inputWrap {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  height: 100%;
}
.fw .shopSiteSearch .siteSearchForm .inputWrap .inputPadding {
  padding: 0 20px;
  height: 100%;
}
.fw .shopSiteSearch .siteSearchForm .inputWrap .inputPadding .siteSearchFormText {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 100%;
  border: none;
  background-color: transparent;
  outline: none;
}
.fw .shopSiteSearch .siteSearchForm .siteSearchFormSubmit {
  background-image: url('/mobile/set/data/top/img/p/rf2017-ph1/sprite-mobile-top-pc.png');
  background-position: -228px -187px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  background-color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}
.fw .shopToggle .j_toggleDetail {
  padding: 0;
}
.fw .shopToggle .formReset {
  margin-top: 0;
}
.fw .shopToggle .j_toggleBtn div {
  position: relative;
  padding: 10px 35px 10px 10px;
}
.fw .shopToggle .j_toggleBtn div::before {
  content: "";
  display: block;
  border-top: solid 2px #0d6cc5;
  border-right: solid 2px #0d6cc5;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: 0px;
  transform: translate(0, -50%) rotate(135deg);
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
}
.fw .shopToggle .j_toggleBtn .open {
  display: inline;
}
.fw .shopToggle .j_toggleBtn.active .open {
  display: none;
}
.fw .shopToggle .j_toggleBtn .close {
  display: none;
}
.fw .shopToggle .j_toggleBtn.active .close {
  display: inline;
}
.fw .shopToggle .j_toggleBtn.active div:before {
  top: 60%;
  right: 9px;
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.fw .searchTtl {
  margin-bottom: 15px;
}
.fw .searchSelectBox {
  font-size: 20px;
  padding: 23px 40px 24px;
  font-family: "Hiragino Sans W3","ヒラギノ角ゴ ProN W3","WinGothic W3",sans-serif;
  font-weight: bold;
  background-color: #cfd0d1;
}
.fw .searchSelect .selectOuter {
  position: relative;
}
.fw .searchSelect .selectInner {
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
.fw .searchSelect .selectOuter::after {
  position: absolute;
  top: -9px;
  right: 30px;
  bottom: 0;
  margin: auto;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg) translateY(-50%);
  -ms-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  z-index: 100;
}
.fw select:focus {
  background-color: #fff;
}
.fw .searchSelect select {
  width: 100%;
  height: 50px;
  font-size: 100%;
  padding: 0 15px;
}
.fw .selectOuter select::-ms-expand {
  display: none;
}
.fw .selectCity {
  background-color: #f8f8f8;
}
.fw .shopInfo {
  font-size: 16px;
}
.fw .shopInfo .shopInfoDetail {
  padding-right: 15px;
}
.fw .listBox a.tel {
  background: transparent;
  font-weight: normal;
}
.fw .listBox a.tel::before {
  display: none;
}
.fw .listBox a.tel[href^="tel:"] {
  cursor: default;
}
.fw .column-matchHeight.shopTtlMatch .flex.flexMb10 {
  margin-bottom: 10px;
}
.fw .column-matchHeight.shopTtlMatch .flex.flexMb10 [class*="flex"] {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .fw .shopListTitle {
    padding: 15px 20px;
    font-size: 14px;
  }
  .fw .shopListTitle .shopDistance {
    font-size: 12px;
  }
  .fw .shopListTitle .shopDistance::before {
    top: .4em;
  }
  .fw .shopTab {
    background-color: #fff;
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .fw .shopTab .shopTabAnc {
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .fw .shopTab .shopTabAnc:last-child::after {
    background-color: transparent;
  }
  .fw .shopTab .shopTabAnc::after {
    content: '';
    position: absolute;
    left: 89%;
    bottom: 48%;
    display: inline-block;
    width: 30px;
    height: 1px;
    transform: rotate(90deg);
    background-color: #cfd0d1;
  }
  .fw .shopTab .shopTabAnc a {
    padding: 12px 0 17px;
    display: block;
    position: relative;
  }
  .fw .shopTab .shopTabAnc a::before {
    content: "";
    display: block;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-width: 1px;
    position: absolute;
    bottom: 10px;
    right: 50%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .fw .shopTab.shopTab2column .shopTabAnc::after {
    left: 92%;
  }
  .fw .shopSiteSearch {
    margin: 0 20px;
    width: auto;
    height: 40px;
    transition: .3s;
  }
  .fw .shopSiteSearch.focus {
    margin: 0 5px;
    width: auto;
  }
  .fw .shopSiteSearch .siteSearchForm .siteSearchFormSubmit {
    background-image: url('/mobile/set/data/top/img/s/rf2017-ph1/sprite-mobile-top-sp.png');
    background-position: -206.5px -47px;
    width: 16.5px;
    height: 16.5px;
    background-size: 232px 204px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    background-color: inherit;
    border: none;
    display: block;
    position: absolute;
    box-sizing: border-box;
    outline: none;
  }
  .fw .shopSiteSearch .siteSearchForm .inputWrap .inputPadding .siteSearchFormText {
    font-size: 10px;
  }
  .fw .searchSelectBox {
    padding: 15px;
  }
  .fw .searchTtl {
    margin-bottom: 10px;
  }
  .fw .searchTtl,
  .fw .searchSelect select {
    font-size: 14px;
  }
  .fw .listBox a.tel {
    color: #0b5bce;
    font-weight: bold;
  }
  .fw .column-matchHeight.shopTtlMatch .flex.flexMb10 {
    margin-bottom: 0;
  }
  .fw .column-matchHeight.shopTtlMatch .flex.flexMb10 [class*="flex"] {
    margin-bottom: 10px;
  }
  .fw .shopCardWrap .column-matchHeight.shopTtlMatch:last-child .flex.flexMb10 [class*="flex"]:last-child {
    margin-bottom: 0;
  }
}

.selectInner {
  background-color: #fff;
}