﻿@charset "UTF-8";
body {
  height: 100%;
}
body > header {
  padding: 0.75rem 0;
}

.btn {
  font-weight: 400;
}

.h1, h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 22px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
}

input.form-error {
  border-style: solid;
  border-width: 1px;
}

.fa {
  font-family: FontAwesome; /* IE 対策 */
}

.datepicker .prev, .datepicker .next {
  font-size: 20px;
}

.breadcrumb,
.card,
.btn,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-label::before,
.form-control,
.form-select,
.input-group-text,
.list-group-item:first-child,
.card > .list-group:last-child .list-group-item:last-child,
.datepicker td,
.datepicker th,
.modal-content,
.alert {
  border-radius: 0 !important;
}

.form-label {
  font-size: 12px;
  margin-bottom: 0.25em;
}

button:focus {
  outline: 2px solid black;
}

/* サイトヘッダー */
header {
  /* トップバナー */
  /* ロゴ */
}
header .top-banner {
  width: 100%;
  margin-top: -0.75rem;
  padding: 0;
  margin-bottom: 1rem;
}
header .top-banner .image {
  width: 100%;
}
header .site-logo {
  height: 33px;
}

/* サイトフッター */
footer {
  margin-top: 15px;
  padding: 15px;
  text-align: center;
}
footer .copyright {
  font-size: 11px;
}

.steps {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
}
.steps .step-item {
  display: flex;
  flex: 1;
  line-height: 2rem;
  height: 2rem;
  white-space: nowrap;
  overflow: hidden;
}
.steps .step-item:nth-of-type(n+2) {
  margin-left: -1.2rem;
}
.steps .step-item:nth-of-type(n+2)::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 1rem 0.5rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.125);
  border-right: none;
  border-left-color: transparent;
}
.steps .step-item:not(:last-child) {
  margin-right: 16px;
}
.steps .step-item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 1rem 0.5rem;
  border-style: solid;
  border-color: transparent;
  border-right: none;
  border-left-color: rgba(0, 0, 0, 0.125);
}
.steps .step-item.active::before {
  border-color: rgb(63, 81, 181);
  border-left-color: transparent;
}
.steps .step-item.active .step {
  color: white;
  background: rgb(63, 81, 181);
}
.steps .step-item.active::after {
  border-color: transparent;
  border-left-color: rgb(63, 81, 181);
}
.steps .step-item.active .step-name {
  display: inline;
}
.steps .step-item a {
  text-decoration: underline;
}
.steps .step {
  flex-grow: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.125);
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.steps .step-name {
  display: none;
  padding: 0 0.5rem;
}
@media (min-width: 1024px) {
  .steps .step-name {
    display: inline;
  }
}

.steps .active {
  flex: 3;
}

@media (min-width: 1024px) {
  .steps .active {
    flex: 2;
  }
}
.container .well {
  margin-top: 20px;
}

.rest-sample {
  display: inline-block;
  width: 20px;
  height: 1.4em;
  background-size: 5px 5px;
}

.description {
  white-space: pre-line;
}

/* PC用カメラモーダル */
.pc-camera-modal {
  max-width: 80vw;
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

/* 体験予約時お支払金額 */
.table-payment {
  display: table;
  table-layout: fixed;
}
.table-payment .discount {
  color: #e53737;
}
.table-payment th.price, .table-payment th.discount, .table-payment th.tax,
.table-payment td.price,
.table-payment td.discount,
.table-payment td.tax {
  display: none;
}
@media (min-width: 768px) {
  .table-payment th.price, .table-payment th.discount, .table-payment th.tax,
  .table-payment td.price,
  .table-payment td.discount,
  .table-payment td.tax {
    display: table-cell;
  }
}
.table-payment th.price, .table-payment th.discount,
.table-payment td.price,
.table-payment td.discount {
  width: 120px;
  text-align: right;
}
.table-payment th.amount,
.table-payment td.amount {
  width: 130px;
  text-align: right;
}
@media (min-width: 768px) {
  .table-payment th.amount,
  .table-payment td.amount {
    width: 120px;
  }
}
.table-payment th.amount .discount,
.table-payment td.amount .discount {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .table-payment th.amount .discount,
  .table-payment td.amount .discount {
    display: none;
  }
}
.table-payment th.tax,
.table-payment td.tax {
  width: 110px;
  text-align: left;
}

/* 体験予約の流れ */
.home .card-body > :last-child {
  margin: 0;
}

/* Web利用規約 */
.system-terms-of-service .rule {
  max-height: 38vh;
  overflow: auto;
}

/* 予約内容 */
.simulation .datepicker-inline {
  width: auto;
}
.simulation .datepicker-spinner-form {
  height: 263px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.simulation .datepicker table {
  width: 100%;
  height: 330px;
}
.simulation .datepicker table .none-target {
  visibility: hidden;
}
.simulation .datepicker table .sunday {
  background-color: rgba(255, 135, 147, 0.4);
}
.simulation .datepicker table .saturday {
  background-color: rgba(139, 158, 255, 0.4);
}
.simulation .datepicker .datepicker-switch {
  cursor: auto;
  width: 100px;
  height: 34px;
}
.simulation .flex-grow {
  flex-grow: 1;
}
.simulation .list-group-item .btn {
  display: flex;
  align-items: center;
  word-break: break-all;
  text-align: left;
  padding: 0.75rem 1.25rem;
}
.simulation .list-group-item .avator {
  width: 48px;
  height: 48px;
  margin-right: 0.75rem;
  border-style: none;
  border-radius: 50%;
}
.simulation .list-group-item.active .btn {
  color: #fff;
}
.simulation .list-group-item .no-img {
  margin-left: 48px;
  padding-left: 0.75rem;
}
.simulation .program-selection button:disabled {
  border-color: transparent;
}
.simulation .reservation-location-flont {
  text-align: center;
}
.simulation .reservation-location {
  padding: 0 0.5px 0;
  overflow: auto;
  max-height: 70vh;
}
.simulation .reservation-location table {
  table-layout: fixed;
  margin: 0;
}
.simulation .reservation-location table td {
  width: 60px;
  height: 60px;
  padding: 0;
}
.simulation .reservation-location table td button {
  width: 100%;
  height: 60px;
  padding: 0;
  overflow: hidden;
  border: none;
}
.simulation .navigator {
  display: flex;
  align-items: baseline;
  text-align: center;
}
.simulation .table-start-date-time-container .btn:disabled {
  opacity: 0.3;
}
.simulation .table-start-date-time-container .table-start-date-time-table {
  max-height: 70vh;
  overflow-y: auto;
}
.simulation .table-start-date-time-container .table-start-date-time-table table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: unset;
  border-style: none;
}
.simulation .table-start-date-time-container .table-start-date-time-table table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.simulation .table-start-date-time-container .table-start-date-time-table table th, .simulation .table-start-date-time-container .table-start-date-time-table table td {
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.simulation .table-start-date-time-container .table-start-date-time-table table td button {
  width: 100%;
  height: 40px;
  padding: 0;
  overflow: hidden;
}
.simulation .table-start-date-time-container .table-start-date-time-table table tr > td:first-child {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .simulation .table-start-date-time-container .table-start-date-time-table table tr > td:first-child {
    font-size: 1rem;
  }
}
.simulation .table-start-date-time-container .table-start-date-time-table table tr > th:nth-child(2) {
  color: #F44336;
}
.simulation .table-start-date-time-container .table-start-date-time-table table tr > th:last-child {
  color: #3F51B5;
}
.simulation .table-bordered {
  border: 1px solid var(--bs-table-border-color);
}
.simulation .table-bordered th,
.simulation .table-bordered td {
  border: 1px solid var(--bs-table-border-color);
}
.simulation .table-bordered thead th,
.simulation .table-bordered thead td {
  border-bottom-width: 2px;
}
.simulation .modal-info img {
  display: block;
  margin: auto;
  width: 100%;
}
.simulation .btn-item-text {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.simulation .pg-title,
.simulation .pg-message {
  width: 100%;
  margin-right: unset;
}
.simulation .well {
  margin-top: 15px;
}
.simulation .description p {
  margin-bottom: 0;
  overflow-wrap: break-word;
}

/* 確認事項 */
.agreement .rule {
  max-height: 38vh;
  overflow: auto;
}

.agree-card {
  display: flex;
  border: 2px solid;
  padding: 16px 20px 0px;
}
.agree-card .form-check-input {
  border-color: #6c757d;
  border-width: 2px;
}
.agree-card .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.mailaddress .inner-container {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

/* 重要事項 */
.important .rule {
  max-height: 38vh;
  overflow: auto;
}

.card .form-check {
  padding-left: 0;
  border-width: 2px;
}
.card .form-check-label {
  padding-left: 5px;
  border-width: 2px;
}
.card .card-body-label {
  display: flex;
  border-top: 1px solid;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
.card .card-body-label .was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
  border-width: 2px;
}

/* 体験者情報入力 */
.personal-info .personal-info-container {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.personal-info .photo-btn {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 0;
}
.personal-info .photo-btn div {
  display: inline-block;
}
.personal-info .photo-btn button {
  margin-bottom: 16px;
}
.personal-info .photo-btn button:not(:last-child) {
  margin-right: 5px;
}
.personal-info .image-content {
  width: 100%;
  height: 70vh;
  height: 70dvh;
  justify-content: center;
  display: flex;
  align-items: center;
}
.personal-info .image-edit-button-content {
  margin-top: 10px;
  text-align: center;
}
.personal-info .input-group-text {
  border-color: #6c757d;
}
.personal-info .was-validated .form-check-input:valid {
  border-color: #6c757d;
  border-width: 2px;
}
.personal-info .was-validated .form-check-input:valid ~ .form-check-label {
  color: #212529;
}
.personal-info .was-validated .form-check-input:valid ~ .form-check-label::before {
  border-color: #6c757d;
}
.personal-info .was-validated .form-check-input:valid:checked ~ .form-check-label::before {
  border-color: rgb(63, 81, 181);
  background-color: rgb(63, 81, 181);
}
.personal-info .was-validated .form-check-input:valid:focus ~ .form-check-label::before {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}
.personal-info .was-validated .form-check-input:valid:focus:not(:checked) ~ .form-check-label::before {
  border-color: #6c757d;
}
.personal-info .was-validated .form-check-input.is-invalid,
.personal-info .was-validated .form-check-input.is-invalid:valid,
.personal-info .was-validated .form-check-input.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
}
.personal-info .was-validated .form-check-input.is-invalid ~ .form-check-label,
.personal-info .was-validated .form-check-input.is-invalid:valid ~ .form-check-label,
.personal-info .was-validated .form-check-input.is-invalid:focus ~ .form-check-label {
  color: var(--bs-form-invalid-border-color);
}
.personal-info .was-validated .form-check-input-label-required {
  color: var(--bs-form-invalid-border-color);
}
.personal-info .was-validated .form-select:valid,
.personal-info .was-validated .form-select .is-valid {
  border-color: #6c757d;
  background-image: var(--bs-form-select-bg-img);
}
.personal-info .was-validated .form-select:invalid:not([multiple]):not([size]), .personal-info .was-validated .form-select:invalid:not([multiple])[size="1"],
.personal-info .was-validated .form-select .is-invalid:not([multiple]):not([size]),
.personal-info .was-validated .form-select .is-invalid:not([multiple])[size="1"] {
  background-image: var(--bs-form-select-bg-img);
}
.personal-info .was-validated .customer-item-text-area {
  height: 6em;
}
.personal-info .was-validated .form-control:valid {
  border-color: #6c757d;
  padding-right: 0.75rem;
  background-image: none;
}
.personal-info .was-validated .form-control:invalid {
  padding-right: 0.75rem;
  background-image: none;
}
@media (min-width: 769px) {
  .personal-info .was-validated .birth-date-group .input-group {
    flex-wrap: nowrap;
  }
  .personal-info .was-validated .birth-date-group .birth-year {
    min-width: 260px;
    max-width: 260px;
  }
  .personal-info .was-validated .birth-date-group .birth-month {
    min-width: 110px;
    max-width: 110px;
  }
  .personal-info .was-validated .birth-date-group .birth-day {
    min-width: 110px;
    max-width: 110px;
  }
}
@media (max-width: 768px) {
  .personal-info .was-validated .birth-date-group {
    width: 100%;
  }
  .personal-info .was-validated .birth-date-group .input-group {
    flex-wrap: wrap;
  }
  .personal-info .was-validated .birth-date-group .birth-margin {
    margin-top: 10px;
  }
}

.face-recognition-info .spinner-border {
  width: 1rem;
  height: 1rem;
}
.face-recognition-info .card {
  margin-top: 25px;
}
.face-recognition-info #photo-preview {
  margin-top: 25px;
  height: 50vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.face-recognition-info #photo-preview p {
  color: white;
  text-align: center;
  opacity: 0.9;
}
.face-recognition-info #photo-preview .ok:after {
  content: "OK";
}
.face-recognition-info #photo-preview .ng {
  background-color: rgb(var(--bs-danger-rgb));
}
.face-recognition-info #photo-preview .ng:after {
  content: "NG";
}

/* 申込内容確認 */
.confirm .inner-container > section:nth-child(n+2) {
  margin-top: 3rem;
}
.confirm .customer-item-value {
  overflow-wrap: break-word;
}
.confirm .was-validated .form-check-input:valid {
  border-color: #6c757d;
}
.confirm .was-validated .form-check-input:valid ~ .form-check-label {
  color: #212529;
}
.confirm .was-validated .form-check-input:valid ~ .form-check-label::before {
  border-color: #6c757d;
}
.confirm .was-validated .form-check-input:valid:checked ~ .form-check-label::before {
  border-color: rgb(63, 81, 181);
  background-color: rgb(63, 81, 181);
}
.confirm .was-validated .form-check-input:valid:focus ~ .form-check-label::before {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}
.confirm .was-validated .form-check-input:valid:focus:not(:checked) ~ .form-check-label::before {
  border-color: #6c757d;
}
.confirm .was-validated .form-control:valid {
  border-color: #6c757d;
  padding-right: 0.75rem;
  background-image: none;
}
.confirm .was-validated .form-control:invalid {
  padding-right: 0.75rem;
  background-image: none;
}

.personal-info .thumbnail, .confirm .thumbnail {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

/* 注意事項 */
.personal-info-note {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.personal-info-note .bd-callout {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.personal-info-note .bd-callout-info {
  border-left-color: #adb5bd;
}
.personal-info-note .section span {
  font-size: 1rem;
  font-weight: 500;
}
.personal-info-note .row .col {
  justify-content: center;
}
.personal-info-note .photo-example img {
  width: 120px;
}
.personal-info-note .blur {
  filter: blur(3px);
}
.personal-info-note .contrast {
  filter: contrast(0.5);
}
.personal-info-note .fa-xmark {
  color: red;
}
.personal-info-note .fa-circle {
  color: #2bff00;
}
.personal-info-note .modal-footer {
  padding-top: 0px;
  border: none;
  justify-content: center;
}
.personal-info-note .modal-footer button {
  width: 300px;
}

/* 初回費用のお支払 */
.payment .payment-container {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.payment .payment-container div.form-control {
  height: 37.7778px;
}
.payment .acquirers {
  margin-bottom: 1rem;
}
.payment .img-credit {
  height: 30px;
}
.payment .input-group-text {
  border-color: #6c757d;
}
.payment .was-validated .form-check-input:invalid {
  border-width: 2px;
}
.payment .was-validated .form-check-input:valid {
  border-color: #6c757d;
}
.payment .was-validated .form-check-input:valid ~ .form-check-label::before {
  border-color: #6c757d;
}
.payment .was-validated .form-check-input:valid:checked ~ .form-check-label::before {
  border-color: rgb(63, 81, 181);
  background-color: rgb(63, 81, 181);
}
.payment .was-validated .form-check-input:valid:focus ~ .form-check-label::before {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}
.payment .was-validated .form-check-input:valid:focus:not(:checked) ~ .form-check-label::before {
  border-color: #6c757d;
}
.payment .was-validated .form-check-input.is-invalid,
.payment .was-validated .form-check-input.is-invalid:valid,
.payment .was-validated .form-check-input.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
}
.payment .was-validated .form-check-input.is-invalid ~ .form-check-label,
.payment .was-validated .form-check-input.is-invalid:valid ~ .form-check-label,
.payment .was-validated .form-check-input.is-invalid:focus ~ .form-check-label {
  color: var(--bs-form-invalid-border-color);
}
.payment .was-validated .form-control:valid {
  border-color: #6c757d;
  padding-right: 0.75rem;
  background-image: none;
}
.payment .was-validated .form-control:invalid {
  padding-right: 0.75rem;
  background-image: none;
}
.payment .was-validated .pay-jp-form-invalid {
  border-color: var(--bs-form-invalid-border-color) !important;
}
.payment .was-validated .form-select:valid {
  border-color: #6c757d;
}
.payment .was-validated .form-select .is-valid {
  border-color: #6c757d;
}
.payment .was-validated .form-select:valid:not([multiple]):not([size]), .payment .was-validated .form-select:valid:not([multiple])[size="1"],
.payment .was-validated .form-select .is-valid:not([multiple]):not([size]),
.payment .was-validated .form-select .is-valid:not([multiple])[size="1"], .payment .was-validated .form-select:invalid:not([multiple]):not([size]), .payment .was-validated .form-select:invalid:not([multiple])[size="1"],
.payment .was-validated .form-select .is-invalid:not([multiple]):not([size]),
.payment .was-validated .form-select .is-invalid:not([multiple])[size="1"] {
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.payment .was-validated .iti {
  display: block;
}
.payment .was-validated input:-webkit-autofill,
.payment .was-validated input:-webkit-autofill:hover,
.payment .was-validated input:-webkit-autofill:focus,
.payment .was-validated input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.modal-content {
  border: none;
}

/* 取引キャンセル */
.cancel-container .form-check-input {
  border-color: #6c757d;
  border-width: 2px;
}

/* 画面サイズが 768px以上はここを読み込む
    参考
    デバイス名	    画面サイズ	画面解像度
    iPad Air	    9.7 inch	2048 x 1536
    iPad(第4世代)	9.7 inch	2048 x 1536
    iPad(第3世代)	9.7 inch	2048 x 1536
    iPad2	        9.7 inch	1024 x 768
*/
@media (min-width: 768px) {
  header .site-logo {
    height: 75px;
  }
  .payment .img-credit {
    height: calc(2.25rem + 2px);
  }
  .simulation .btn:disabled {
    border: none;
  }
  .simulation .btn-item-text {
    flex-flow: row;
  }
  .simulation .pg-title {
    width: auto;
  }
  .simulation .pg-message {
    width: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
