@charset "utf-8";

/* font-family: "ZenMaruGothic-Bold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
font-family: "ZenMaruGothic-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
font-family: "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 */
 /* 
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Source+Han+Sans+JP:wght@400;700&display=swap">
 */


:root {
  --font-size--normal: 16px;
  /* --btn-color: #4e844b; */
  /* --btn-color: #ba8a6f; */
  --btn-color: #965031;
  --background-color: #faf4e7;
  /* --base-color: #7aa278; */
  /* --base-color: #4e844b; */
  --base-color: #ba8a6f;
  --main-bk-color: #faf4e7;
  /* --bs-white: #fff; */

  --font: '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;
  --font-hp: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;

  /* Cancel bootstrap */
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #965031;
  --bs-btn-hover-border-color: #965031;

}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  font-weight: 400;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

input[type="password"],
input[type="tel"],
input[type="text"] {
  border: 1px solid #bbb;
  font-size: 16px;
}

.alL {
  text-align: left;
}

.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

.body {
  font-size: var(--font-size--normal);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #383535;
  font-family: var(--font);
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth"100;
}

.header {
  position: fixed;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 800px);
  background-color: #fff;
  padding-left: 5px;
  padding: 0.7em;
}

.header-box {
  position: relative;
  color: #0A0A0A;
  z-index: 100;
  display: flex;
  height: 70px;
  padding-left: 20px;
  justify-content: space-between;
}

.main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 84px 0;
}

.main .container {
  max-width: 960px;
  width: 100%;
}

.main .container.sm {
  max-width: 420px;
}

.footer {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  color: #fff;
  background: var(--base-color);
}

.footer-bottom .footer-wrap01 {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}

.nav._footerSub ul {
  display: flex;
}

.nav._footerSub a {
  padding: 0 18px;
  font-size: 14px;
}

.btn {
  /* display: block; */
  /* width: 100%; */
  width: fit-content;
  background-color: var(--btn-color);
  color: #fff;
  /* font-size: 16px; */
  font-size: 14px;
  /* padding: 10px; */
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 1px 1px 2px #00000042;
  touch-action: manipulation;
}

.btn-secondary {
  background-color: var(--bs-btn-bg);
}

.btn:hover {
  opacity: 0.9;
}

/* common */

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

.linktext {
  display: inline-block;
  color: #0d6efd;
  text-decoration: underline;
}

ul,
ol {
  list-style: none;
}

a:hover {
  color: inherit;

}

input[readonly] {
  pointer-events: none;
  tabindex: -1;
}

#tableOrderTitle {
  text-align: center;
  background: var(--btn-color);
  color: white;
  height: 3em;
  line-height: 2em;
}

#popUpContainer>.btnPopupClose {
  position: absolute;
  top: -6rem;
  right: 0;
  background-color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}

/* スマホ */
@media (max-width: 576px) {}

@media (max-width: 768px) {
  #tableOrderTitle {
    line-height: 1em;
  }

  .nav._footerSub a {
    display: block;
    padding: 13px 18px;
  }

  .nav._footerSub ul {
    display: block;
    text-align: center;
  }
}

/* タブレット */
@media (min-width: 768px) and (max-width: 1023px) {}

/* PC（小〜中） */
@media (min-width: 1024px) {}


@media (min-width: 768px) {

  .main {
    padding: 65px 0;
  }

  .memInfo {
    padding: .9rem 1.2rem;
    font-size: 16px;
  }
}