@charset "UTF-8";
/*---------------------------
 * *	common
 * *--------------------------- */
.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_qr .nav-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 2rem;
}
@media screen and (max-width: 840px) {
  .header_qr .nav-guide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
  }
}
@media screen and (max-width: 640px) {
  .header_qr .nav-guide {
    display: none;
  }
}
.header_qr .nav-guide p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1rem;
}
.header_qr .nav-guide p a {
  font-size: 1.3rem;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 840px) {
  .header_qr .nav-guide p a {
    font-size: 1.1rem;
    font-weight: 600;
  }
}
.header_qr .nav-guide p a:hover {
  opacity: 0.75;
}
.header_qr .nav-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3px;
  margin-right: 3rem;
}
@media screen and (max-width: 640px) {
  .header_qr .nav-account {
    display: none;
  }
}
.header_qr .nav-account .cont-ic {
  width: 50px;
}
.header_qr .nav-account .cont-ic a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #333;
  text-decoration: none;
}
.header_qr .nav-account .cont-ic a .pct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
}
.header_qr .nav-account .cont-ic a .pct img {
  max-width: 28px;
  height: auto;
}
.header_qr .nav-account .cont-ic a .pct img.member {
  width: 21px;
}
.header_qr .nav-account .cont-ic a .pct img.login, .header_qr .nav-account .cont-ic a .pct img.logout {
  width: 22px;
}
.header_qr .nav-account .cont-ic a .text {
  display: block;
  width: 100%;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
}
.header_qr a:hover {
  opacity: 0.75;
}
.header_qr a .header_barcode {
  width: 48px;
  height: auto;
}

@media (max-width: 640pt) {
  .googlemap {
    height: calc(100% + 46pt);
  }
}
.spNone {
  display: block !important;
}

.pcNone {
  display: none !important;
}

.spNone {
  display: block !important;
}

.pcNone {
  display: none !important;
}

.clearBtn {
  position: absolute;
  cursor: pointer;
  color: #888;
  font-size: 3rem;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media only screen and (max-width: 840px) {
  .spNone {
    display: none !important;
  }
  .pcNone {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .spNone {
    display: none !important;
  }
  .pcNone {
    display: block !important;
  }
  .clearBtn {
    position: absolute;
    cursor: pointer;
    color: #888;
    font-size: 5vw;
    right: 16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
/* マップマーカー上の店舗名表示 */
.markerShopName {
  font-size: 1.4rem;
  font-weight: 700;
  color: #051069;
}

@media only screen and (max-width: 640px) {
  .markerShopName {
    font-size: 3.73vw;
  }
}
/* マップマーカー上の店舗名表示 */
.markerShopAddress {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.42;
}

@media only screen and (max-width: 640px) {
  .markerShopAddress {
    margin-top: 0.5em;
    font-size: 3.2vw;
  }
}
/* 曜日の色設定 */
.saturday {
  background: rgba(5, 16, 105, 0.5) !important;
  color: #fff !important;
}

.sunday {
  background: rgba(250, 56, 30, 0.8) !important;
  color: #fff !important;
}

.weekdays {
  background: rgba(5, 16, 105, 0.2) !important;
  color: #060D43 !important;
}

/* 店舗選択画面のデザイン調整 */
@media only screen and (max-width: 640px) {
  .spPaddingBottom1vw {
    padding-bottom: 1vw !important;
  }
}
@media only screen and (max-width: 640px) {
  .spMarginTop0vw {
    margin-top: 0vw !important;
  }
}
@media only screen and (max-width: 640px) {
  .spMarginTop1vw {
    margin-top: 1vw !important;
  }
}
@media only screen and (max-width: 640px) {
  .spPaddingTb1vw {
    margin-top: 0em !important;
  }
}
@media only screen and (max-width: 640px) {
  .spPaddingSelectShopText {
    padding: 0em 1.25em !important;
  }
}
@media only screen and (max-width: 640px) {
  .spSelectShopTextform {
    -ms-grid-columns: 1fr 10vw !important;
    grid-template-columns: 1fr 10vw !important;
  }
}
/* 店舗検索 autoComplete */
#results {
  list-style-type: none;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #ddd;
  z-index: 100;
}
#results li {
  /*	clear: both; */
  padding: 1px;
  padding-left: 10px;
  background-color: white;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
#results li:hover {
  background-color: #e8e8e8;
}

.autoCompAddress {
  font-size: small;
}

.yolpCredit {
  text-align: center;
  font-size: 1.1rem;
  color: #060D43;
}

.bg-pale-red {
  background-color: #FCF4F3;
}

.bg-pale-yellow {
  background-color: #FFF9E7;
}

.bg-pale-beige {
  background-color: #FBEBCB;
}