body {
  font-family: "Noto Sans JP", sans-serif;
}

.btn_back {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1000;
  background-color: #3a84fa;
  border-radius: 25px;
  width: 80px;
  height: 40px;
}
@media only screen and (min-width: 1024px) {
  .btn_back {
    width: 140px;
    height: 60px;
    border-radius: 70px;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_back {
    width: 140px;
    height: 60px;
    border-radius: 70px;
  }
}
.btn_back a {
  display: block;
  text-align: center;
  padding-top: 5px;
  color: #fff;
  border: none;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .btn_back a {
    padding-top: 10px;
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_back a {
    padding-top: 10px;
    font-size: 1.6em;
  }
}

.banner_tel {
  width: 200px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (min-width: 1024px) {
  .banner_tel {
    width: 300px;
  }
}
@media only screen and (min-width: 1025px) {
  .banner_tel {
    width: 300px;
  }
}
.banner_tel img {
  width: 100%;
}

.modal .modal-content {
  border-radius: unset;
  color: #2d2d2d;
}
@media only screen and (min-width: 1025px) {
  .modal .modal-content {
    /* max-width: 650px; */
  }
}
.modal .modal-content .modal-header {
  padding: 0.5rem 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .modal .modal-content .modal-header {
    padding: 1rem 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .modal .modal-content .modal-header {
    padding: 1rem 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .modal .modal-content.modal-sm {
    max-width: 600px;
  }
}
.modal .modal-content .modal-title {
  font-size: 2em;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .modal .modal-content .modal-title {
    font-size: 1.2em;
  }
}
.modal .modal-content .modal-body #modal-main-text {
  font-size: 0.8em;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1025px) {
  .modal .modal-content .modal-body #modal-main-text {
    font-size: 0.9em;
  }
}
.modal .modal-content .modal-body img {
  width: 100%;
}
.modal .modal-content .modal-body .modal-slider-wrapper {
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
}
.modal .modal-content .modal-body .modal-slider-wrapper.open {
  opacity: 1;
}
.modal .modal-content .modal-body .carousel-indicators {
  bottom: 40px;
}
.modal .modal-content .modal-body .carousel-item p {
  font-size: 0.7em;
  height: 40px;
}
@media only screen and (min-width: 1025px) {
  .modal .modal-content .modal-body .carousel-item p {
    font-size: 0.8em;
  }
}
.modal .modal-content .btn-primary {
  background-color: #d44600;
  border: unset;
}
.modal .modal-content .btn-primary:active {
  border: unset;
}
.modal .modal-content .btn-primary:hover {
  background-color: #c13c1b;
}
.modal .modal-content .btn-wrapper {
  text-align: center;
}
.modal .modal-content .modalCloseBtn {
  width: 200px;
  height: 100%;
  padding: unset;
  background-color: #7b7b7b;
  border-radius: unset;
}
.modal .modal-content .modalCloseBtn:hover {
  background-color: #4d4c4c;
}
.modal .modal-content .howto h6 {
  font-size: 0.9em;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 1025px) {
  .modal .modal-content .howto h6 {
    font-size: 1.2em;
  }
}
.modal .modal-content .howto p {
  font-size: 0.8em;
}
@media only screen and (min-width: 1025px) {
  .modal .modal-content .howto p {
    font-size: 1em;
  }
}
.modal .modal-content .howto img {
  width: 50%;
  margin: 0 20% 0 20%;
}
@media only screen and (min-width: 1025px) {
  .modal .modal-content .howto img {
    width: 40%;
    margin: 0 30% 0 30%;
  }
}
.modal .modal-content .info h4 {
  font-size: 0.9em;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: none;
}
@media only screen and (min-width: 1025px) {
  .modal .modal-content .info h4 {
    font-size: 1.2em;
  }
}
.modal .modal-content .info p {
  font-size: 0.8em;
}
@media only screen and (min-width: 1025px) {
  .modal .modal-content .info p {
    font-size: 1em;
  }
}
.modal .modal-content .info .info-logo {
  width: 60%;
  margin: 0 20% 0 20%;
}
@media only screen and (min-width: 1025px) {
  .modal .modal-content .info .info-logo {
    width: 40%;
    margin: 0 30% 0 30%;
  }
}
.modal .modal-content .info .info-img {
  width: 100%;
  /* margin: 0 10% 0 10%; */
}
@media only screen and (min-width: 1025px) {
  .modal .modal-content .info .info-img {
    width: 80%;
    margin: 0 10% 0 10%;
  }
}

.product-wrapper {
  width: 100%;
  height: 30vh;
  max-height: 500px;
}
@media (orientation: landscape) and (max-width: 850px) {
  .product-wrapper {
    height: 70vh;
  }
}
@media only screen and (min-width: 1024px) {
  .product-wrapper {
    height: 50vh;
  }
}
@media only screen and (min-width: 1025px) {
  .product-wrapper {
    height: 70vh;
  }
}
.product-wrapper iframe {
  width: 100%;
  height: 100%;
}

.product-show-detail {
  width: 100%;
}
.product-show-detail .buttons {
  text-align: center;
  display: flex;
}
.product-show-detail .qrcode {
  width: 100%;
  margin: 10px;
  text-align: center;
}
.product-show-detail .qrcode img.qrcode-img {
  width: 90%;
}
@media only screen and (min-width: 1025px) {
  .product-show-detail .qrcode {
    display: block;
  }
}
.product-show-detail .product-url, .product-show-detail .monocle-url {
  text-align: center;
  margin: 5px auto;
  font-size: 0.7em;
}
@media only screen and (min-width: 1025px) {
  .product-show-detail .product-url, .product-show-detail .monocle-url {
    font-size: 1em;
  }
}

.product_description_title {
  font-weight: bold;
  font-size: 0.9em;
  border-bottom: 1px solid #2d2d2d;
}
@media only screen and (min-width: 1024px) {
  .product_description_title {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .product_description_title {
    font-size: 1.2em;
  }
}

.product_description {
  font-size: 0.3em;
  margin: 10px;
}
@media only screen and (min-width: 1024px) {
  .product_description {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .product_description {
    font-size: 1.2em;
  }
}
.product_description .add_info {
  font-size: 0.8em;
}

.product_price {
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
}
@media only screen and (min-width: 1025px) {
  .product_price {
    font-size: 1.5em;
  }
}

@media (min-width: 300px) {
  .botui-app-container {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}
.botui-app-container {
  width: 400px;
  height: 500px;
  margin: 0 auto;
}

.modal-backdrop.show {
  opacity: 0;
  display: none;
}

#formModal .fade {
  transition: opacity 0.15s linear;
}
#formModal.fade .modal-dialog {
  transform: translate(0, 0);
}
#formModal .modal-content {
  border-radius: unset;
}
#formModal .form-group {
  margin: 20px 0;
}
#formModal .modal-header {
  display: block;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
#formModal .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
#formModal .btn-primary {
  width: 100%;
  background-color: rgb(125, 125, 125);
  border: unset;
}
#formModal .btn-primary:hover {
  background-color: rgb(90, 90, 90);
}/*# sourceMappingURL=customstyles.css.map */