﻿@charset "UTF-8";
/*
* Don't Delete
* Login Common - Change as needed
*/
:root {
  --border-color: #c8ced3;
}

body {
  font-size: 1rem;
  font-family: 'Open Sans', 'Noto Sans JP', Arial, sans-serif;
}

@media screen and (max-width: 576px) {
  body {
    font-size: 0.875rem;
  }
}

body.app {
  /*background-color: #f4f8fb;*/
}

.bg {
/*  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../../img/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 40%;
  background-repeat: no-repeat;*/
}

@media screen and (max-width:768px) {
  .bg {
    background-position: 60% 40%;
  }
}
/*.bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  left: 0;
}*/

.navbar-brand {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  letter-spacing: 2.0px;
  font-weight: bold;
  font-size: 20px;
}

.login-contents {
  width: 100%;
  max-width: 480px;
  margin: 12px auto 24px auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
/*
* Don't Delete
* Register Common - Change as needed
*/
.badge-require {
  border: 1px solid #ea0000;
  color: #ea0000;
  background-color: #fff;
}

.badge-optional {
  border: 1px solid #00bcff;
  color: #00bcff;
  background-color: #fff;
}

/*
* Don't Delete - Change as needed
* StepBar Common
*/
.stepBar {
  display: flex;
  max-width: 100%;
  position: relative;
  margin: 20px auto;
  text-align: center;
  padding-left: 0;
}

  .stepBar li {
    font-size: 12px;
    list-style: none;
    position: relative;
    width: 33.333%;
  }

    .stepBar li:after {
      background: rgba(0, 0, 0, 0.3);
      content: "";
      width: calc(100% - 30px);
      height: 2px;
      position: absolute;
      left: calc(-50% + 15px);
      top: 14px;
    }

    .stepBar li:first-child:after {
      display: none;
    }

    .stepBar li span {
      height: 30px;
      width: 30px;
      font-size: 20px;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      display: inline-block;
      margin-bottom: 5px;
      line-height: 40px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
    }

  .stepBar .visited:after, .stepBar .visited span {
    background: rgba(32, 168, 216, 1);
  }

/*
* Don't Delete - Change as needed
* RadioButton Button Style
*/
/*
* Don't Delete - Change as needed
* RadioButton Button Style
*/
.form-check-btn {
  margin-right: 0;
}

.form-check-btn-primary {
  margin-right: 0;
}

.form-check-btn input[type="radio"],
.form-check-btn input[type="checkbox"] {
  display: none;
}

.form-check-btn-primary input[type="radio"],
.form-check-btn-primary input[type="checkbox"] {
  display: none;
}

.form-check-btn-primary input[type="radio"],
.form-check-btn-primary input[type="checkbox"] {
  display: none;
}

.form-check-btn input[type="radio"]:checked + label,
.form-check-btn input[type="checkbox"]:checked + label {
  background-color: #19647e;
  color: #fff;
}

.form-check-btn-primary input[type="radio"]:checked + label,
.form-check-btn-primary input[type="checkbox"]:checked + label {
  background-color: #19647e;
  color: #fff;
}

.form-check-btn .aspNetDisabled + label,
.form-check-btn .aspNetDisabled + label:active {
  color: #cc7e11 !important;
  background-color: transparent !important;
  opacity: 0.65 !important;
  cursor: not-allowed;
}

.form-check-btn-primary .aspNetDisabled + label,
.form-check-btn-primary .aspNetDisabled + label:active {
  color: #cc7e11 !important;
  background-color: transparent !important;
  opacity: 0.65 !important;
  cursor: not-allowed;
}

.form-check-btn .disabled .btn {
  color: #cc7e11 !important;
  background-color: transparent !important;
  opacity: 0.65 !important;
  cursor: not-allowed;
}
/*credit list- delete btn style*/
.position-badge-credit {
  position: absolute !important;
  top: -5px !important;
  right: -6px !important;
}

  .position-badge-credit i {
    font-size: 15px;
  }

/*
* Common Style
*/
/* Blink Common */
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.border-hover {
  border-bottom: solid 2px #d4d4d4;
}

  .border-hover:hover {
    border-bottom: solid 2px #167495;
  }

/*アクティブ会員*/
.text-running {
  color: #4169e1;
}

/*.sidebar .nav-dropdown.open > .nav-dropdown-items > .nav-item > .nav-link {
  background-color: #187095;
  text-indent: 0.05em;
}*/

@media (min-width: 1200px) {
  .py-4_5 {
    padding: 2.5rem 0;
  }
}

.pc_area {
  display: block;
}

.phone_area {
  display: none;
}

@media screen and (max-width:768px) {
  .pc_area {
    display: none;
  }

  .phone_area {
    display: block;
  }
}

/* font-size */
.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-48 {
  font-size: 48px !important;
}

.font-64 {
  font-size: 64px;
}

@media screen and (max-width: 567px) {
  .font-sm-10 {
    font-size: 10px !important;
  }

  .font-sm-12 {
    font-size: 12px !important;
  }

  .font-sm-14 {
    font-size: 14px !important;
  }

  .font-sm-16 {
    font-size: 16px !important;
  }

  .font-sm-18 {
    font-size: 18px !important;
  }

  .font-sm-20 {
    font-size: 20px !important;
  }

  .font-sm-24 {
    font-size: 24px !important;
  }
}
/*gap*/
.gap-8 {
  gap: 8px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-48 {
  gap: 48px;
}

.c-gap-4 {
  column-gap: 4px;
}

.c-gap-8 {
  column-gap: 8px;
}

.c-gap-12 {
  column-gap: 12px;
}

.c-gap-16 {
  column-gap: 16px;
}

.c-gap-24 {
  column-gap: 24px;
}

.c-gap-48 {
  column-gap: 48px;
}

@media screen (max-width: 576px) {
  .gap-sm-8 {
    gap: 8px;
  }

  .gap-sm-12 {
    gap: 12px;
  }

  .gap-sm-16 {
    gap: 16px;
  }

  .gap-sm-20 {
    gap: 20px;
  }

  .gap-sm-24 {
    gap: 24px;
  }

  .gap-sm-48 {
    gap: 48px;
  }

  .c-gap-sm-8 {
    column-gap: 8px;
  }

  .c-gap-sm-12 {
    column-gap: 12px;
  }

  .c-gap-sm-16 {
    column-gap: 16px;
  }

  .c-gap-sm-24 {
    column-gap: 24px;
  }

  .c-gap-sm-48 {
    column-gap: 48px;
  }
}

.pointer:hover {
  cursor: pointer;
}
/*タイトルのテキストとカラー*/
/*typography*/
.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 576px) {
  .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

/*ロゴとタイトル*/
.login-logo {
  height: 80px;
}

@media (max-width: 991px) {
  .login-logo {
    height: 60px;
  }
}

/*マップアイコンカラー*/
.text-sales {
  background-color: #4dbd74;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 4px;
}

.text-nonesales {
  background-color: #818181;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 4px;
}

.text-new {
  background-color: #3cc1df;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 4px;
}

.text-lapse {
  background-color: #f63c3a;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 4px;
}

.text-tsudo {
  background-color: #a5a6aa;
  color: #fff;
  font-size: 0.67rem;
  padding: 3px;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 4px;
}

.text-resign {
  color: #c3c3c3;
}

.text-active {
  color: #2caf5a;
}

.text-noneactive {
  color: #af3636;
}

.text-coolingoff {
  color: #82d5e9;
}
/*マップアイコンカラーここまで*/

/*マップ内会員検索*/
.search-table select {
  width: auto !important;
}

.search-table th,
.search-table td {
  padding: 0.3rem !important;
}

#map-wrapper {
  width: 100%;
  /*height:calc(100vh - 122px);
      height:calc((var(--vh, 1vh) * 100) - 122px);*/
  /*overflow:scroll;*/
  overflow: hidden;
  background-color: #FFF;
}

.aside-menu-custom {
  box-sizing: border-box;
  z-index: 119;
  height: 100%;
  padding: 30px;
  color: #000;
  background: #fafafa;
  position: fixed;
  top: 0;
  display: none;
}

  .aside-menu-custom.open {
    overflow: auto;
    right: 0;
  }

#dispChangeBtn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 16px;
  right: 16px;
  z-index: 10001;
  border-radius: 8px;
  background: rgb(0,0,0, 0.5);
  color: #fff;
}

  #dispChangeBtn:hover {
    cursor: pointer;
    background: rgb(0,0,0, 0.7);
  }

#dispInfoBtn {
  padding: 4px 12px;
  font-size: 14px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  background: #fff;
  border-radius: 0px 0px 4px 4px;
}

  #dispInfoBtn:hover {
    color: var(--primary);
  }

.placement-prv-btn {
  padding: 4px 8px;
  font-size: 14px;
}

.olPankuzu .pankuzu-rignt-icon:first-child {
  display: none;
}

@media screen and (max-width:767px) {
  .aside-menu-custom {
    padding: 24px 16px;
  }
}
/*マップ系ここまで*/

/*component style*/
/*authcode*/
.custom-authcode-item {
  width: 90px !important;
  height: 90px !important;
  margin: 0 12px;
  border-radius: 12px;
  font-size: 28px;
  text-align: center;
  box-shadow: 2px 2px 3px #d8d8d8 inset;
  border: solid 1px #ccc;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .custom-authcode-item {
    width: 14vw !important;
    height: 14vw !important;
    border-radius: 8px;
    font-size: 24px;
    margin: 0;
    background-color: #fff;
    box-shadow: 2px 2px 3px #d8d8d8 inset;
    border: 1px solid #adadad;
  }
}

/*table*/
table th {
  background: #f0f3f5;
}

/*responsive-table*/
.responsive-table th {
  width: 30%;
  background: #f0f3f5;
  border: solid 1px #c8ced3;
  padding: 10px;
}

.responsive-table td {
  border: solid 1px #c8ced3;
  padding: 10px;
}

@media screen and (max-width: 567px) {
  .responsive-table tr:last-child {
    border-bottom: solid 1px #c8ced3;
    width: 100%;
  }

  .responsive-table {
    width: 100%;
  }

    .responsive-table th,
    .responsive-table td {
      border-bottom: none;
      display: block;
      width: 100%;
    }
}
/*select-cardのアクティブ(クレジットカード・配送先・銀行選択カード)*/
label.select-card.checked {
  border: 1px solid var(--primary);
  box-shadow: 0 0 8px rgba(var(--primary-rbg), 0.3) !important;
}

label.select-card .selected-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
}

label.select-card.checked .selected-icon {
  display: inline-block;
}

label.select-card {
  transition: .3s ease;
}

  label.select-card:hover {
    border: 1px solid var(--primary);
    box-shadow: 0 0 8px rgba(var(--primary-rbg), 0.3) !important;
  }

/*radio-button*/
.input-radio input {
  width: 21px;
  height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  vertical-align: -4px;
  border: 1px solid #707070;
  background: #fff;
}

  .input-radio input:checked {
    border-color: var(--primary);
    border-width: 7px;
  }

.input-radio input {
  border-radius: 50%;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input-radio span {
  font-size: 16px;
}

.input-radio input:checked + span {
  color: var(--primary);
}

label.input-radio:has(> input.disabled-payment) {
  opacity: 0.3;
}
/*ellipses*/
.ellipses-contents {
  position: relative;
}

.ellipses-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

  .ellipses-link i {
    font-size: 20px;
  }

  .ellipses-link:hover {
    background: #f1f0f0;
    cursor: pointer;
    text-decoration: none;
  }

.ellipses-contents .ellipses-detail {
  position: absolute;
  top: 120%;
  right: 0;
  width: max-content;
  z-index: 1;
  display: none;
}
/*card-list*/
.card-list.contents {
  background: #fff;
  padding: 16px;
}

.card-list .card-label {
  padding: 16px;
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 16px;
  border-bottom: 0.5px solid var(--border-color);
}

.card-list:last-child .card-label {
  border-bottom: none;
}

.card-list img {
  height: 24px;
}

@media screen and (max-width: 576px) {
  .card-list .card-label {
    padding: 16px 8px;
    column-gap: 8px;
  }

  .card-list img {
    height: 20px;
  }
}

/*progressbar*/
.progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

  .progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    /*  width: 25%;*/
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
    font-size: 12px;
  }

  .progressbar.progressbar6 li {
    width: calc(100% / 6);
  }

  .progressbar.progressbar5 li {
    width: 20% !important;
  }

  .progressbar.progressbar4 li {
    width: 25% !important;
  }

  .progressbar li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 10px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #e4e7ea;
    content: counter(steps);
  }

  .progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 18px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #e4e7ea;
  }

  .progressbar li:first-child:after {
    content: none;
  }

  .progressbar li.active,
  .progressbar li.complete {
    color: #000;
  }

    .progressbar li.active:before,
    .progressbar li.complete:before {
      background-color: #000;
      color: #FFF;
    }

    .progressbar li.active:after,
    .progressbar li.complete:after {
      background-color: #000;
    }

/*form-control*/
.form-control-lg {
  height: 48px;
  padding: 8px 16px;
}

/*modal close btn*/
.close-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

  .close-btn span {
    width: 100%;
    position: relative;
  }

    .close-btn span::before,
    .close-btn span::after {
      content: "";
      width: 100%;
      height: 3px;
      display: inline-block;
      background: #737373;
      border-radius: 2px;
      position: absolute;
      top: 0;
      left: 0;
    }

  .close-btn:hover span::before,
  .close-btn:hover span::after {
    background: #3c3c3c;
  }

  .close-btn span::before {
    transform: rotate(45deg);
  }

  .close-btn span::after {
    transform: rotate(-45deg);
  }

/*inputNumber*/
.input-number-form {
  display: flex;
}

  .input-number-form .input-number {
    width: 64px;
    padding: 0 12px;
    text-align: center;
    outline: none;
  }

  .input-number-form .minus,
  .input-number-form .input-number,
  .input-number-form .plus {
    border: 1px solid #ccc;
    height: 36px;
  }

  .input-number-form.lg .minus,
  .input-number-form.lg .input-number,
  .input-number-form.lg .plus {
    height: 48px;
  }

  .input-number-form.lg .input-number {
    font-size: 18px;
  }

  .input-number-form.lg .minus,
  .input-number-form.lg .plus {
    font-size: 20px;
    width: 48px;
  }

  .input-number-form .minus,
  .input-number-form .plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    background: #f1f1f1;
    color: #444;
    font-weight: bold;
    cursor: pointer;
  }

    .input-number-form .minus:active,
    .input-number-form .plus:active {
      background: #ddd;
    }

  .input-number-form .minus {
    border-right: none;
    border-radius: 4px 0 0 4px;
  }

  .input-number-form .plus {
    border-left: none;
    border-radius: 0 4px 4px 0;
  }
/*component end*/

/*style.css*/
.btn-outline-dark {
  background-color: #fff;
}