@charset "utf-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap";
/* @import "https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap"; */

:root {
  --main-color: #5f6527）;
  --text-color: #000;
  --header-color: #fff;
  --menu-color: #fff;
  --button-color: #999;

  /* --bs-btn-hover-color: #5f6527; */
  /* --bs-btn-hover-bg: #5f6527; */
  /* --bs-btn-hover-border-color: #5f6527; */



  /* --bs-body-color */

  --bs-font-sans-serif:
    'Noto Sans JP',
    Verdana,
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "メイリオ",
    Meiryo,
    Arial,
    Osaka,
    system-ui,
    -apple-system,
    sans-serif;
  --btn-font:
    /* 'Kosugi Maru', */
    'M PLUS Rounded 1c',
    'Noto Sans JP',
    Verdana,
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "メイリオ",
    Meiryo,
    Arial,
    Osaka,
    system-ui,
    -apple-system,
    sans-serif;
}

html {
  background-color: #f6f6f6;
}

body {
  background-color: inherit;
  /* font-size: 12px; */
  line-height: 1.5;
  /* font-family: "Noto Sans", sans-serif; */
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth"100;
}


/* header */




#MainHeader {
  padding: 0;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) 0 env(safe-area-inset-left);
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  background-color: #fff;
}

#MainTitleAndPhoneNumber {
  padding: 10px 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
}

#MainTitleAndPhoneNumber>div {
  flex-grow: 1;
}

#MainTitle {
  max-width: 460px;
  color: #fff;
  flex-shrink: 0;
  flex-basis: 50%;
  margin: 0;
}

#MainTitle a {
  display: block;
  padding: 0 0 17.391304347826087%;
  height: 0;
  margin: -1% 0 0;
  color: transparent;
  background-image: url(../img/maintitle.svg?v2);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

#MainPhoneNumber {
  font-size: 15px;
  margin: 0;
}

#MainPhoneNumber a {
  display: block;
  max-width: 195px;
  padding: 0 0 28px;
  height: 0;
  color: transparent;
  background-image: url(../img/phonenumber.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}


a {
  color: var(--text-color);
  text-decoration: none;
  font-family: var(--btn-font);
  /* font-weight: 500; */
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a.noLink:hover,
a.noLink {
  text-decoration: none;
}

.btn {
  --bs-btn-bg: #5f6527;
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: #5f6527;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: #5f6527;
  --bs-btn-active-color: #fff;
  font-size: 14px;
  font-family: var(--btn-font);
  box-shadow: 1px 1px 2px #00000042;
}

.btn:hover {
  opacity: 0.8;
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5f6527;
  --bs-btn-border-color: #5f6527;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5f6527d9;
  --bs-btn-hover-border-color: #5f6527d9;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5f6527d9;
  --bs-btn-active-border-color: #5f6527d9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5f6527;
  --bs-btn-disabled-border-color: #5f6527;
  box-shadow: 1px 1px 2px #00000042;
}

.oqtyBtn {
  background-color: #5f6527;
  height: 24px;
  width: 24px;
  color: #fff;
  padding: 0;
  border-radius: 3px;
  line-height: 1;
  box-shadow: 1px 1px 2px #00000042;
}

.btn.oqtyBtn:active,
.btn.oqtyBtn:hover {
  background-color: #5f6527;
  color: #fff;
  opacity: 0.8;
}

.btn-warning:active,
.btn.oqtyBtn:active {
  box-shadow: none;
}

.container {
  max-width: 960px !important;
}

#MainPhoneNumber {
  font-size: 13px;
}

#MainTitle {
  max-width: 300px;
}

.menuToggles {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  font-size: 0.8rem;
  min-width: 60px;
  min-height: 60px;
}

.menuToggles>i {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 10px;
  margin-bottom: -10px;
}

.menuToggles .fas::before {
  font-size: 20px;
}

footer {
  font-size: 16px;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.table {
  --bs-border-color: #cbceae;
}

.table th {
  background-color: #e2ef70;
}

.table th,
.table td {
  vertical-align: middle;
}

a[href].btn-primary {
  color: #fff;
}

.box {
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
}