
#contents-wrapper .l-floating .btn.-shop {
  display: none!important;
}

#contents-wrapper .l-floating {
  width: 266px;
}

.shopLink__wrap {
  display: flex;
  margin-top: 60px;
  justify-content: center;
}

.shopLink__btn {
  width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  height: 48px;
  color: #fff;
  background-color: #000;
  border-radius: 48px;
  font-size: 14px;
  font-family: ShinGoPro-Regular, sans-serif;
  transition: opacity 0.3s ease-out;
}

.shoplistModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100vh;
}

.shoplistModal__overray {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #000;
  width: 100%;
  height: 100vh;
  opacity: 0.6;
}

.shoplistModal__contents {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  width: 90%;
  max-width: 720px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
  padding: 60px 18px 50px;
}

.shoplistModal__contents .title {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.4;
  font-family: ShinGoPro-Regular, sans-serif;
}

.shoplistModal__contents .chooseList {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 40px;
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  font-family: ShinGoPro-Regular, sans-serif;
}

.shoplistModal__contents .chooseItem {
  width: 220px;
  font-size: 12px;
}

.shoplistModal__contents .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  height: 48px;
  color: #fff;
  background-color: #000;
  border-radius: 48px;
  font-size: 14px;
  font-family: ShinGoPro-Regular, sans-serif;
  transition: opacity 0.3s ease-out;
}

.shoplistModal__close {
  position: absolute;
  z-index: 11;
  right: 25px;
  top: 25px;
}

.shoplistModal__close::after {
  content: var(--wds2-icon-close-cross);
  color: #000;
  font-family: icon-Nissan-Global;
  speak: none;
  font-size: 22px;
  cursor: pointer;
}

iframe {
  width: 100%;
}

.flowWrap {
  margin-top: 60px;
}

.formWrap {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  column-gap: 24px;
}

.formWrap form {
  width: 100%;
  position: relative;
}

.formWrap input {
  background: 0 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid;
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: 19px;
  outline: 0;
  width: 100%;
  -webkit-appearance: none;
  padding: 10px 10px 10px 36px;
}

.formWrap input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.formWrap button.button-search {
  background: url(../images/icon_search.svg) no-repeat center;
  background-size: contain;
  display: block;
  font-size: 0;
  height: 20px;
  position: absolute;
  transform: translateY(-100%);
  margin-top: -10px;
  width: 20px;
  border: none;
}

.formWrap .error-message {
  display: none;
  color: #B70100;
  font-size: 0.9rem;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*地図*/
.map-wrapper {
  position: relative;
  width: 100%;
}

.map-wrapper .gmap {
  position: relative;
}

.map-wrapper .gmap>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader.hide {
  display: none;
}

.loader {
  background: #eee;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  position: absolute;
  text-align: center;
  z-index: 1;
}

.loader::after {
  position: absolute;
  display: inline-block;
  top: calc(50% - 2.9285714286rem / 2);
  left: calc(50% - 2.9285714286rem / 2);
  font-family: icon-Nissan-Global;
  content: "";
  line-height: 1;
  text-align: center;
  font-size: 2.9285714286rem;
  -webkit-animation: 1s linear infinite spin;
  -moz-animation: 1s linear infinite spin;
  animation: 1s linear infinite spin;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#places-predictions {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-shadow: 1px 1px 5px #ccc;
  z-index: 1;
}

#predictions-list button {
  display: block;
  width: 100%;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  cursor: default;
}

.map_tel::before {
  position: relative;
  top: .1428571429em;
  display: inline;
  padding-right: 5px;
  font-family: icon-Nissan-Global;
  speak: none;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #000000;
}

.map_cta {
  text-decoration: none;
  cursor: pointer;
  border-radius: 40px;
  display: flex;
  justify-items: center;
  align-items: center;
  padding: 5px 0 10px;
}

.map_cta a {
  text-decoration: none;
}

.map_cta .cta-text {
  font-family: "AOTFSGP Regular";
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.9px;
  color: #fff;
  text-align: center;
  width: 280px;
  height: 50px;
  background-color: #B70100;
  border-radius: 40px;
  margin: 0px auto;
  padding: 12px 0;
}

@media all and (min-width: 581px) {
  .btn:hover {
    opacity: 0.7;
  }

  .map-wrapper {
    overflow: auto;
  }

  .map-wrapper .gmap {
    height: 1024px;
    max-height: calc(100lvh - 200px);
  }
}

@media all and (max-width: 580px) {

  #contents-wrapper .l-floating {
  width: 100%;
  }

  #contents-wrapper .l-floating .btn {
  width: 100%;
  }

  .shopLink__btn {
    width: 100%;
  }

  .shoplistModal__contents {
    width: 100%;
    overflow-y: auto;
  }

  .shoplistModal__contents .chooseList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 24px;
  }

  .shoplistModal__contents .chooseItem {
    width: 100%;
  }

  .shoplistModal__close {
    right: 20px;
    top: 20px;
  }

  .flowWrap {
    margin-top: 60px;
  }

  .formWrap {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
    margin-bottom: 30px;
  }

  .map-wrapper {
    overflow: auto;
  }

  .map-wrapper .gmap {
    height: calc(100vw - 40px);
  }

  .map_cta .cta-text {
    font-size: 14px;
    width: 12rem;
    height: 30px;
    line-height: 14px;
    padding: 8px 0;
  }
}