@charset "utf-8";
.spinner {
  background: transparent url(../retailers/assets/images/spinner.gif);
  background-size: 42px 42px;
  height: 42px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  width: 42px;
  z-index: 1;
}

.spinner.result {
  background: transparent url(../retailers/assets/images/spinner3.gif);
  background-size: 100px 100px;
  height: 100px;
  width: 100px;
}

.sp {
  display: none;
}

#js-tooltip-content {
  background: white;
  border: 2px solid #a48217;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  display: none;
  padding: 10px;
  position: relative;
  width: 290px;
  z-index: 1;
}

#js-tooltip-content:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  border-color: white transparent transparent transparent;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate3d(-50%, -4px, 0);
  z-index: 2;
}

#js-tooltip-content:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  border-color: #a48217 transparent transparent transparent;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}

#js-tooltip-content__title {
  color: #a48217;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#js-tooltip-content__description {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  text-align: left;
}

.p-retailers {
  background: #eeeeee;
}

.p-retailers * {
  -webkit-tap-highlight-color: transparent;
}

.p-retailers__hero__img {
  background: black;
  border-bottom: 1px solid #9f9f9f;
  border-top: 1px solid #9f9f9f;
}

.p-retailers__hero__img__pc {
  display: inline-block;
}

.p-retailers__hero__img__sp {
  display: none;
}

.p-retailers__hero__message {
  margin: 0 auto;
  padding: 50px 0;
  width: 1000px;
}

.p-retailers__hero__message__description {
  color: #00a0cd;
  font-size: 22px;
}

.p-retailers__hero__message__attention {
  color: #00a0cd;
  font-size: 14px;
  margin-top: 40px;
}

.p-retailers__section {
  margin: 0 auto;
  max-width: 1520px;
}

.p-retailers__section__item + .p-retailers__section__item {
  margin-top: 50px;
}

.p-retailers__section__item__title {
  align-items: center;
  background: #545454;
  color: white;
  display: flex;
  font-size: 22px;
  justify-content: center;
  line-height: 62px;
}

.p-retailers__section__item__title__badge {
  background: white;
  border-radius: 22px;
  color: #545454;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 44px;
  margin-right: 10px;
  text-align: center;
  width: 44px;
}

.p-retailers__section__item__title__text {
  font-weight: normal;
}

.p-retailers__section__item__main {
  margin: 40px auto 0;
  width: 1200px;
}

.p-retailers__section__item__main.result {
  max-width: 1520px;
  padding: 0 30px;
  width: calc(100% - 60px);
}

.p-retailers__select-club {
  align-items: center;
  background: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px;
}

.p-retailers__select-club__item {
  align-items: center;
  border: 1px solid #a3a3a3;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 183px;
  justify-content: center;
  margin: 18px;
  width: 190px;
}

.p-retailers__select-club__item.selected {
  border-width: 4px;
  height: 177px;
  width: 184px;
}

.p-retailers__select-club__item:nth-child(1) span {
  background: -webkit-linear-gradient(0deg, rgba(0,154,231,1) 0%, rgba(0,148,81,1) 50%, rgba(230,31,10,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-retailers__select-club__item.selected:nth-child(1) {
  background: #d9d9d9;
  border-color: #545454;
}

.p-retailers__select-club__item.selected:nth-child(1) img {
  filter: brightness(0);
  opacity: 0.7;
}

.p-retailers__select-club__item.selected:nth-child(1) span {
  -webkit-text-fill-color: #545454;
}

.p-retailers__select-club__item:nth-child(2) {
  color: #e61f0a;
}

.p-retailers__select-club__item.selected:nth-child(2) {
  background: #ffccc7;
  border-color: #e61f0a;
}

.p-retailers__select-club__item:nth-child(3) {
  color: #e96e00;
}

.p-retailers__select-club__item.selected:nth-child(3) {
  background: #ffe8d2;
  border-color: #ea750c;
}

.p-retailers__select-club__item:nth-child(4) {
  color: #e0a200;
}

.p-retailers__select-club__item.selected:nth-child(4) {
  background: #fff2d0;
  border-color: #e0a200;
}

.p-retailers__select-club__item:nth-child(5) {
  color: #009ae7;
}

.p-retailers__select-club__item.selected:nth-child(5) {
  background: #cfefff;
  border-color: #009ae7;
}

.p-retailers__select-club__item:nth-child(6) {
  color: #413894;
}

.p-retailers__select-club__item.selected:nth-child(6) {
  background: #e0ddff;
  border-color: #413894;
}

.p-retailers__select-club__item:nth-child(7) {
  color: #009451;
}

.p-retailers__select-club__item.selected:nth-child(7) {
  background: #dffff1;
  border-color: #009451;
}

.p-retailers__select-club__item:nth-child(8) {
  color: #bc2577;
}

.p-retailers__select-club__item.selected:nth-child(8) {
  background: #ffe4f3;
  border-color: #bc2577;
}

.p-retailers__select-club__item:nth-child(9) {
  color: #2ec8bb;
}

.p-retailers__select-club__item.selected:nth-child(9) {
  background: #dcfffc;
  border-color: #2ec8bb;
}

.p-retailers__select-club__item figure {
  margin: 0;
}

.p-retailers__select-club__item figure img {
  display: inline-block;
}

.p-retailers__select-club__item figure figcaption {
  margin-top: 10px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -2px;
}

.p-retailers__select-method {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-retailers__select-method__item {
  background: white;
  padding: 35px;
  width: 314px;
}

.p-retailers__select-method__item__title {
  color: #545454;
  font-size: 22px;
  font-weight: bold;
}

.p-retailers__select-method__item__main {
  margin-top: 30px;
}

.p-retailers__select-method__item__main.compass {
  margin-top: 25px;
}

.p-retailers__button {
  appearance: none;
  background: linear-gradient(to bottom, #029fca 0%,#029fca 50%,#029fca 50%,#0d88aa 50%,#0d88aa 100%);
  border: 0;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 64px;
  max-width: 240px;
  outline: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-appearance: none;
}

.p-retailers__button.search {
  margin: 25px auto 0;
}

.p-retailers__button.small {
  border-radius: 5px;
  font-size: 16px;
  line-height: 34px;
  min-width: 60px;
}

.p-retailers__button:hover {
  opacity: 0.9;
  text-decoration: none;
}

.p-retailers__button .spinner {
  display: none;
}

.p-retailers__button.loading {
  background: #029fca;
  pointer-events: none;
}

.p-retailers__button.loading .text {
  visibility: hidden;
}

.p-retailers__button.loading .spinner {
  display: block;
}

.p-retailers__button:disabled {
  background: #bbbbbb;
  pointer-events: none;
}

.p-retailers__button:disabled:hover {
  opacity: 1;
}

.p-retailers__pulldown {
  position: relative;
  z-index: 1;
}

.p-retailers__pulldown.loading .p-retailers__pulldown__select {
  display: none;
}

.p-retailers__pulldown.loading .p-retailers__pulldown__main {
  background: transparent url(../retailers/assets/images/spinner2.gif) center center no-repeat;
  background-size: 42px 42px;
}

.p-retailers__pulldown.loading .p-retailers__pulldown__main:after {
  display: none;
}

.p-retailers__pulldown + .p-retailers__pulldown {
  margin-top: 25px;
}

.p-retailers__pulldown__main {
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  color: #029fca;
  font-size: 18px;
  font-weight: bold;
  height: 62px;
  line-height: 62px;
  position: relative;
  z-index: 1;
}

.p-retailers__pulldown__main:after {
  background: transparent url(../retailers/assets/images/p-retailers__pulldown__main.png);
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  width: 18px;
  z-index: 1;
}

.p-retailers__pulldown__select {
  appearance: none;
  border: 0;
  border-radius: 8px;
  bottom: 0;
  cursor: pointer;
  height: 64px;
  left: 0;
  line-height: 64px;
  opacity: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-appearance: none;
}

.p-retailers__pulldown__select.hide {
  display: none;
}

.p-retailers__input {
  appearance: none;
  border: 2px solid #a2a2a2;
  color: #545454;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  outline: 0;
  padding: 10px;
  width: calc(100% - 24px);
  -webkit-appearance: none;
}

.p-retailers__input::placeholder {
  color: #979797;
}

.p-retailers__input:-ms-input-placeholder {
  color: #979797;
}

.p-retailers__input::-ms-input-placeholder {
  color: #979797;
}

.p-retailers__select-method__item__main__attention {
  color: #545454;
  font-size: 14px;
  line-height: 32px;
  margin-top: 25px;
  text-align: left;
}

.p-retailers__compass {
  align-items: center;
  display: flex;
  height: 158px;
  justify-content: center;
}

.p-retailers__result__start {
}

.p-retailers__result__start__description {
  color: #545454;
  font-size: 18px;
  font-weight: bold;
}

.p-retailers__result__loading {
  display: none;
  height: 100px;
  position: relative;
  z-index: 1;
}

.p-retailers__result__finish {
  display: none;
}

.p-retailers__result__header__number {
  color: #0095bc;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-retailers__result__header__description {
  color: #545454;
  font-size: 16px;
  font-weight: bold;
}

.p-retailers__result__attention {
  color: #0095bc;
  font-size: 14px;
  margin-top: 30px;
}

.p-retailers__result__detail {
  margin-top: 30px;
}

.p-retailers__result__detail__item {
  border-left: 4px solid #0095bc;
}

.p-retailers__result__detail__item + .p-retailers__result__detail__item {
  margin-top: 30px;
}

.p-retailers__result__detail__item__row {
  display: flex;
}

.p-retailers__result__detail__item__shop-name {
  align-items: center;
  background: white;
  color: #0095bc;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  min-width: 400px;
  padding: 10px;
}

.p-retailers__result__detail__item__shop-info {
  display: flex;
  flex: 1;
  margin-left: 4px;
  gap: 4px;
}

.p-retailers__result__detail__item__shop-info__gold-fitter {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 5px;
}

.p-retailers__result__detail__item__shop-info__gold-fitter__dt {
  font-size: 0;
}

.p-retailers__result__detail__item__shop-info__gold-fitter__dd.desc {
  color: black;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -1px;
}

.p-retailers__result__detail__item__shop-info__gold-fitter__dd.button {
  margin-top: 5px;
}

.p-retailers__result__detail__item__shop-info__gold-fitter__dd__button {
  background: white;
  border: 1px solid #a48217;
  border-radius: 100%;
  color: #a48217;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  padding: 0;
  width: 20px;
}

.p-retailers__result__detail__item__shop-info__gold-fitter__dt__img {
  height: auto;
  margin: 0 auto;
  width: 60px;
}

.p-retailers__result__detail__item__shop-info__address {
  align-items: center;
  background: white;
  color: #545454;
  display: flex;
  flex: 1;
  font-size: 16px;
  padding: 10px;
  text-align: left;
}

.p-retailers__result__detail__item__shop-other {
  display: flex;
}

.p-retailers__result__detail__item__shop-map {
  align-items: center;
  background: white;
  color: #545454;
  display: flex;
  font-size: 16px;
  padding: 10px;
}

.p-retailers__result__detail__item__shop-tel {
  align-items: center;
  background: white;
  color: #545454;
  display: flex;
  font-size: 16px;
  margin-left: 4px;
  padding: 10px;
  pointer-events: none;
}

.p-retailers__result__detail__item__shop-club {
  align-items: center;
  background: white;
  display: flex;
  margin-top: 4px;
  padding: 10px;
}

.p-retailers__result__detail__item__shop-club__title {
  background: #989898;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}

.p-retailers__result__detail__item__shop-club__title:before {
  border-width: 0 20px 17px 0;
  border-color: transparent white transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.p-retailers__result__detail__item__shop-club__title:after {
  border-width: 0 0 17px 20px;
  border-color: transparent transparent white transparent;
  border-style: solid;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  right: 0;
  position: absolute;
  width: 0;
}

.p-retailers__result__detail__item__shop-club__list {
  align-items: center;
  display: flex;
  margin-left: 5px;
}

.p-retailers__result__detail__item__shop-club__list__item {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 34px;
  padding: 0 8px;
  min-width: 18px;
}

.p-retailers__result__detail__item__shop-club__list__item + .p-retailers__result__detail__item__shop-club__list__item {
  margin-left: 5px;
}

.p-retailers__banner {
  background: white;
  margin-top: 50px;
  padding-top: 50px;
}

.p-retailers__banner__title {
  font-size: 18px;
}

.p-retailers__banner__list {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
  width: 1000px;
}

.p-retailers__banner__list__item {
  flex: 1;
}

.p-retailers__banner__list__item + .p-retailers__banner__list__item {
  margin-left: 24px;
}

.p-retailers__banner__list__item a {
  background: white;
  color: white;
  display: block;
}

.p-retailers__banner__list__item figure {
  margin: 0;
}

.p-retailers__banner__list__item figcaption {
  background: black;
  font-size: 12px;
  padding: 5px;
}

.p-retailers__banner__list__item img {
  height: auto;
  width: 100%;
  vertical-align: top;
}

#p-retailers-gmaps {
  background: #cccccc;
  height: 500px;
  margin-top: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

#p-retailers-gmaps__loading {
  align-items: center;
  background: rgba(0, 0, 0, .7);
  bottom: 0;
  color: white;
  display: flex;
  font-size: 16px;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

#p-retailers-gmaps__loading.hide {
  display: none;
}

#p-retailers-gmaps__main {
  height: 500px;
}

#p-retailers-gmaps-alert {
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.p-retailers-infowindow {
  padding: 10px;
}

.p-retailers-infowindow__name {
  color: #00a0cd;
  font-size: 16px;
  font-weight: bold;
}

.p-retailers-infowindow__address,
.p-retailers-infowindow__tel {
  font-size: 14px;
}

.driver {
  background: #ffccc7;
  color: #e61f0a;
}

.fairway-wood {
  background: #ffe8d2;
  color: #e96e00;
}

.hybrid {
  background: #ffebb8;
  color: #f4b309;
}

.iron {
  background: #cfefff;
  color: #009ae7;
}

.wedge {
  background: #e0ddff;
  color: #413894;
}

.putter {
  background: #dffff1;
  color: #009451;
}

.ladies {
  background: #ffe4f3;
  color: #bc2577;
}

.left {
  background: #dcfffc;
  border-radius: 5px;
  color: #2ec8bb;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  #js-tooltip-content:before {
    left: 50px;
  }

  #js-tooltip-content:after {
    left: 50px;
  }

  .p-retailers {
    padding-bottom: 0;
  }

  .p-retailers__hero__img {
    border: 0;
  }

  .p-retailers__hero__img__pc {
    display: none;
  }

  .p-retailers__hero__img__sp {
    display: block;
    height: auto;
    width: 100%;
  }

  .p-retailers__hero__message {
    margin: 0 auto;
    padding: 15px;
    width: calc(100% - 30px);
  }

  .p-retailers__hero__message__description {
    font-size: 14px;
    text-align: left;
  }

  .p-retailers__hero__message__attention {
    font-size: 11px;
    margin-top: 15px;
    text-align: left;
  }

  .p-retailers__section {
    margin: 0;
    max-width: none;
  }

  .p-retailers__section__item + .p-retailers__section__item {
    margin-top: 0;
  }

  .p-retailers__section__item__title {
    font-size: 15px;
    line-height: 1.6;
    padding: 10px;
    text-align: left;
  }

  .p-retailers__section__item__title__badge {
    font-size: 12px;
    line-height: 24px;
    width: 24px;
  }

  .p-retailers__section__item__title__text {
    flex: 1;
  }

  .p-retailers__section__item__main {
    margin: 0;
    width: 100%;
  }

  .p-retailers__section__item__main.result {
    max-width: none;
    padding: 15px;
    width: calc(100% - 30px);
  }

  .p-retailers__select-club {
    padding: 10px;
  }

  .p-retailers__select-club__item {
    height: 100px;
    margin: 8px;
    width: 100px;
  }

  .p-retailers__select-club__item.selected {
    height: 94px;
    margin: 8px;
    width: 94px;
  }

  .p-retailers__select-club__item figure img {
    height: auto;
    width: 50%;
  }

  .p-retailers__select-club__item figure figcaption {
    font-size: 10px;
    margin-top: 0;
  }

  .p-retailers__select-method {
    flex-direction: column;
    padding: 15px 0;
  }

  .p-retailers__select-method__item {
    margin: 0 15px;
    padding: 15px;
    width: calc(100% - 60px);
  }

  .p-retailers__select-method__item + .p-retailers__select-method__item {
    margin-top: 15px;
  }

  .p-retailers__select-method__item__title {
    font-size: 16px;
  }

  .p-retailers__select-method__item__main {
    margin-top: 15px;
  }

  .p-retailers__pulldown + .p-retailers__pulldown {
    margin-top: 10px;
  }

  .p-retailers__pulldown__main {
    border-radius: 5px;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
  }

  .p-retailers__pulldown__select {
    border-radius: 5px;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
  }

  .p-retailers__input {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    width: calc(100% - 24px);
  }

  .p-retailers__button {
    border-radius: 5px;
    font-size: 16px;
    line-height: 42px;
    max-width: 190px;
  }

  .p-retailers__button.search {
    margin: 15px auto 0;
  }

  .p-retailers__select-method__item__main__attention {
    line-height: initial;
    margin-top: 10px;
  }

  .p-retailers__select-method__item__main.compass {
    display: none;
  }

  .p-retailers__result__header__number {
    font-size: 18px;
  }

  .p-retailers__result__header__description {
    font-size: 15px;
    text-align: left;
  }

  .p-retailers__result__attention {
    font-size: 11px;
    margin-top: 10px;
  }

  .p-retailers__result__detail {
    margin-top: 15px;
  }

  .p-retailers__result__detail__item {
    border-left: 0;
    border-top: 4px solid #0095bc;
  }

  .p-retailers__result__detail__item__row {
    flex-direction: column;
  }

  .p-retailers__result__detail__item__shop-name {
    font-size: 14px;
    min-width: 0;
  }

  .p-retailers__result__detail__item__shop-info {
    margin-left: 0;
    margin-top: 4px;
  }

  .p-retailers__result__detail__item__shop-info__gold-fitter {
    width: 94px;
  }

  .p-retailers__result__detail__item__shop-info__address {
    font-size: 14px;
  }

  .p-retailers__result__detail__item__shop-other {
    margin-top: 4px;
  }

  .p-retailers__result__detail__item__shop-map {
    justify-content: center;
    width: 50%;
  }

  .p-retailers__button.small {
    max-width: 114px;
    min-width: 0;
  }

  .p-retailers__result__detail__item__shop-tel {
    justify-content: center;
    pointer-events: auto;
    width: 50%;
  }

  .p-retailers__result__detail__item__shop-club {
    align-items: initial;
    padding: 0;
  }

  .p-retailers__result__detail__item__shop-club__list {
    flex-wrap: wrap;
    padding: 2px;
  }

  .p-retailers__result__detail__item__shop-club__list-container {
    display: flex;
    flex: 1;
  }

  .p-retailers__result__detail__item__shop-club__title {
    align-items: center;
    display: flex;
    font-size: 10px;
    line-height: initial;
    padding: 10px;
    position: relative;
    z-index: 1;
  }

  .p-retailers__result__detail__item__shop-club__title:before,
  .p-retailers__result__detail__item__shop-club__title:after {
    display: none;
  }

  .p-retailers__result__detail__item__shop-club__list__item {
    font-size: 11px;
    line-height: 20px;
    margin: 2px;
    padding: 0 4px;
    min-width: 0;
  }

  .p-retailers__result__detail__item__shop-club__list__item + .p-retailers__result__detail__item__shop-club__list__item {
    margin: 2px;
  }

  .p-retailers__banner {
    margin-top: 20px;
    padding: 20px;
  }

  .p-retailers__banner__title {
    font-size: 16px;
  }

  .p-retailers__banner__list {
    flex-direction: column;
    margin: 20px 0 0;
    width: 100%;
  }

  .p-retailers__banner__list__item + .p-retailers__banner__list__item {
    margin-left: 0;
    margin-top: 15px;
  }

  #p-retailers-gmaps {
    height: 320px;
  }

  #p-retailers-gmaps__main {
    height: 320px;
  }
}
