@charset "UTF-8";

/* ターミナル用
-------------------------------------------------- */

.terminal .container {
  margin-top: 20px;
}

.terminal .btn {
  border: 1px solid #00422B;
  display: inline-block;
  text-align: center;
  font-weight: 500;
}

.explanation {
  border: 1px solid #00422B;
  color: #00422B;
  padding: 10px;
  margin: 10px 0px;
}

.explanation p {
  font-size: 0.85rem;
}

.explanation .note {
  font-size: 0.8em;
}

button {
  font-family: 'Noto Sans JP', sans-serif;
}

a.shop-button, a.next-button, a.back-button, a.cancel-button, a.fix-button, button.next-button, button.shop-buttontext {
  margin: 10px auto 0;
  width: 100%;
  color: #00422B;
  border: 1px solid #00422B;
  background: #D3EBE4;
  max-width: 330px;
  display: inline-block;
  border-radius: 9px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

button.next-button {
  max-width: 100px;
  max-height: 39px;
  line-height: 35px;
}

a.cancel-button, a.back-button, a.fix-button {
  max-width: 70px;
  line-height: 30px;
  font-size: 14px;
  margin: 0 0 0 auto;
}

button.next-button {
  position: absolute;
  left: 0;
  bottom: 0;
}

a.cancel-button {
  position: absolute;
  right: 0;
  bottom: 0;
}

a.back-button {
  position: absolute;
  right: 85px;
  bottom: 0;
}

a.back-button, a.cancel-button, a.fix-button{
  background: #FFFFFF;
  margin-left: 5px;
}

.btn-box {
  position: relative;
  height: 70px;
}

.lookup-btn-box {
  text-align: right;
}

@media (max-width:767px) {
  .btn-box {
    height: 90px;
  }
}

@media (min-width:768px) {
  button.next-button {
  max-width: 120px;
  max-height: 44px;
  line-height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  }
}

.terminal .wrapper-boxlineBox {
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 20px 40px;
  max-width: 750px;
}

.terminal .wrapper-fulllineBox {
  border: 1px solid #CCC;
  border-radius: 5px;
  margin: 20px auto;
  width: 96vw;
  height: 90vh;

}

@media (max-width: 767px) {
  .terminal .wrapper-boxlineBox {
    padding: 15px 20px;
  }
}

/* 進捗状況 */
.terminal-progress-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.terminal-progress-item p {
  font-weight: bold;
  background-color: #00422b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 13px;
}

.terminal-progress-item h2 {
  font-size: 18px;
}

.terminal-progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.terminal-progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  color: #999999;
  font-weight: bold;
  counter-increment: steps;
}

.terminal-progressbar li:before {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 20px;
  content: '';
  line-height: 24px;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
  content: counter(steps);
}

.terminal-progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 12px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #F5F5F5;
}

.terminal-progressbar li:first-child:after {
  content: none;
}

.terminal-progressbar li.active,
.terminal-progressbar li.complete{
  color: #00422b;
}

.terminal-progressbar li.active:before,
.terminal-progressbar li.complete:before {
  background-color: #00422b;
  color: #FFF;
}

.terminal-progressbar li.active:after,
.terminal-progressbar li.complete:after {
  background-color: #00422b;
}

@media (max-width: 767px) {
  .terminal-progress-item {
    display: initial;
  }
  .terminal-progress-item h2 {
    margin-bottom: 15px;
    text-align: center;
  }
  .terminal-progress-item p {
    margin-bottom: 15px;
    text-align: center;
  }
  .terminal-progressbar li:before {
    margin: auto;
    line-height: 24px;
  }
  .terminal-progressbar li:after {
    left: -80%;
  }
}

/* 店舗選択 */
.terminal  .shop-list hr {
  margin: 2em 0;
}

.terminal .terminal-shop-list .row {
  margin: auto !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.terminal .terminal-shop-list .row .col-6 {
  width: 49%;
}

.terminal .shop-list .sl-title-tertiary {
  color: #00422B;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #00422B solid 1px;
}

.terminal .shop-section {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .terminal .terminal-shop-list .row .col-6 {
    width: auto;
  }
}

.shop-section .shop-button {
  height: 60px;
  position: relative;
  margin: 3px 0 auto;
}

.shop-section .shop-buttontext {
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform : translateY(-50%);
}


/* 店舗トップ */
.shop-list .qrcode img {
  border: 1px solid #CCC;
}

.shop-list .menu-item {
  margin: 25px 0px;
}

.shop-list .menu-item .font-small {
  font-size: 14px;
}

.terminal .terminal-menu {
  height: 100vh;
  align-items: center;
  justify-content: center;
}

@media (max-width: 320px) {
  .terminal .terminal-menu {
    height: 120vh;
  }
}

@media (orientation: landscape) and (max-width: 1000px) {
  .terminal .terminal-menu {
    height: 100vw;
  }
}

@media (orientation: landscape) and (max-width: 570px) {
  .terminal .terminal-menu {
    height: 120vw;
  }
}

.terminal-menu .container .inner {
  max-width: 390px !important;
  margin: 0 auto;
}

.terminal .terminal-menu .wrapper-boxlineBox {
  padding: 15px 20px;
}

.terminal .terminal-menu .title-pattern2 {
  text-align: center;
  color: #fff;
  background-color: #00422B;
  padding: 10px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 25px;
  position: relative;
}

.title-pattern2 .store-name {
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform : translateY(-50%);
}

.terminal .terminal-menu .menu-item a.shop-buttontext {
  width: 100%;
}

.qrcode {
  text-align: center;
  margin: 0 auto 15px;
}

.qrcode-section .message {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .terminal-menu .inner {
    padding: 0 20px;
  }

  .title-pattern1 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .terminal .terminal-menu .wrapper-boxlineBox {
    padding: 15px 20px;
  }

  .title-pattern1 {
    font-size: 24px;
  }
  .qrcode {
    width: 150px;
  }
}

a.margin-bottom {
  margin-bottom: 15px;
}

/* 生年月日・性別 */
.terminal .input-text {
  height: 45px;
}
.terminal .radio-btns {
  margin: 15px 0;
}

.terminal .radio-btns input[type=radio] {
  display: none;
}

.terminal .radio-btns label {
  position: relative;
  padding-left: 35px;
}

.terminal .radio-btns input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  left: 0;
  top: 0;
}

.terminal .radio-btns input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00422B;
  left: 5px;
  top: 5px;
  opacity: 0;
}

.terminal .radio-btns input[type=radio]:checked + label::after {
  opacity: 1;
}

.terminal .radio-btns .radio-item {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .terminal .radio-btns {
    margin: 10px 0 15px;
  }
}

/* パスワード */
.terminal .entry-password p {
  font-size: 0.85em;
}

.terminal .entry-password .checkbox02 {
  margin: 0 5px 0 0;
}

/* 確認画面 */
.terminal .entry-confirm-btn .btn {
  font-size: 0.85rem;
  margin: 0 0 0 5px;
}

.terminal .entry-confirm-btn .back-button {
  line-height: 25px;
}

.terminal .entry-confirm .col-flex {
  align-items: center;
}

.terminal .entry-confirm .entry-confirm-item p {
  font-size: 0.9rem;
}

.terminal .entry-confirm .entry-confirm-item p span {
  font-weight: bold;
  color: #00422b;
}

.terminal .entry-confirm .entry-confirm-item hr {
  margin: 0.5em 0;
}

.terminal .entry-confirm .entry-confirm-item .col-flex {
  justify-content: space-evenly;
}

@media (max-width: 767px) {
  .terminal .entry-confirm-btn .btn {
    margin: 0 0 5px 0;
  }
  .terminal .entry-confirm .entry-confirm-item a.next-button, .terminal .entry-confirm .entry-confirm-item a.back-button {
    max-width: 50px;
  }
  a.fix-button {
    line-height: 25px;
    max-width: 50px;
  }
}

a.fix-button {
  line-height: 25px;
}

/* 完了 */
.terminal .entry-completion a.next-button {
  max-width: 140px;
  line-height: 40px;
}

.terminal .entry-completion .entry-completion-item p {
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
}

.terminal .entry-completion .explanation {
  padding: 20px 10px;
}

@media (max-width: 767px) {
  .terminal .entry-completion .entry-completion-item p {
    text-align: left;
  }
}

.terminal-contact-back {
  margin-bottom: 80px;
}

.terminal .wrapper-boxlineBox.terminal-contact {
  border: none;
}

.terminal-contact a.next-button {
  max-width: 100px;
  line-height: 35px;
}

.terminal .wrapper-fulllineBox.terminal-lookup {
    border: none;
}

.terminal-lookup-frame {
    width: 100%;
    height: 80%;
    min-height: 300px;
    border: 1px solid #cccccc;
}
