﻿@charset "UTF-8";

:root {
  --usr-scrollbar-width: 0;
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #221815;
  overflow-x: hidden;
}

.yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #221815;
}

h1,
.h1 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  border: 0;
  background: none;
}

h2,
.h2 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  background: none;
}

h3,
.h3 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  background: none;
}

h4,
.h4 {
  margin: 0;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  border-bottom: 0;
  background: none;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: bold;
  background: none;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
  background: none;
}

.price {
  letter-spacing: 1px;
}

.price::after {
  content: "（税込）";
  font-size: 12px;
  font-weight: normal;
}

.net::after,
.price.net::after,
.net-price::after,
.default-net::after {
  content: "（税抜）";
  font-size: 12px;
  font-weight: normal;
}

.variation-name {
  display: none;
}

.pager-count span {
  font-weight: normal;
}

.action .btn {
  border-bottom-width: 1px;
}

.btn.btn-default {
  display: block;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  background: #62767D;
  border-radius: 30px;
  border: 0;
  width: 80%;
  margin: 0 auto 10px;
}

.btn-primary {
  border: 0;
  color: #FFF;
  background: #62767D;
}

.btn-secondary {
  border: 1px solid #9d9896;
  color: #fff;
  background: #9d9896;
}

.btn-danger {
  border: 0;
  color: #FFF;
  background: #B4B4B4;
}

.btn-disable {
  border: 1px solid #958e8b;
  color: #fff;
  background: #958e8b;
}

.staff-store-order-button-message {
  text-align: center;
}
.chatbot-container:not(.is-open) .chatbot-frame {display: none !important;}
