@charset "euc-jp";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600;700&display=swap");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* カラーパレット */
:root {
  --page_bgcolor: <{$page_bgcolor}>;
  --page_bgimg : <{$page_bgimg}>;
  --font_color : <{$font_color}>;
  --link_normal: <{$link_normal}>;
  --link_hover: <{$link_hover}>;
  --key_color: <{$key_color}>;
  --sub_key_color: <{$sub_key_color}>;
  --cart_btn_color: <{$cart_btn_color}>;
  --cart_btn_color_hover: <{$cart_btn_color_hover}>;
  --bordercolor_primary: <{$bordercolor_primary}>;
  --bordercolor_secondary: <{$bordercolor_secondary}>;
}

/* フォント */
:root {
  --font-gothic: "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --font-mincho: "Shippori Mincho", serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* inquiry */

body {
  font-family: var(--font-gothic);
}

.view_pc .base01 {
  max-width: none;
  color: #000;
}

.view_pc .base02 {
  max-width: 36.375rem;

  @media screen and (max-width: 999px) {
    padding: 0 24px;
  }
}

.global_header {
  background-color: #000;
  padding: 1.375rem 0;
  text-align: center;

  a {
    display: inline-block;
  }
}

.shop_title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}

.back_shop_link {
  margin: 2.625rem auto 0;

  a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding: 0.4em 0.6em;
    border: 1px solid #707070;
    color: #000;
    font-family: "Shippori Mincho", serif;
    font-size: 0.875rem;
  }
}

.tit_contact {
  margin: 2.5rem 0 1.5rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.txt_contact_desc {
  padding: 1.25rem;
  background-color: #edeae4;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.47;
}

.group_form {
  margin: 1.375rem 0 1rem;

  dt {
    position: relative;
    margin: 1.375em 0 0.875em;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    word-break: keep-all;
  }

  dd {
    padding: 0 0 1.5rem;
    color: #000;
  }

  input,
  textarea {
    width: 100%;
  }

  input[type="text"],
  input[type="email"] {
    height: 50px;
    border: 1px solid #000;
    border-radius: 0;
  }

  textarea {
    height: 15rem;
    border-color: #000;
  }

  .note {
    font-size: 0;

    &::after {
      content: "必須";
      display: inline;
      margin: 0 0 2px 1rem;
      padding: 2px 5px 1px;
      background-color: #f04b13;
      font-size: 0.75rem;
      color: #fff;
      line-height: 1;
    }
  }
}

.btn_contact_send {
  text-align: center;

  input {
    -webkit-appearance: button;
    -moz-appearance: none;
    appearance: none;
    padding: 1rem 3rem;
    border-radius: 999px;
    background-color: #39854a;
    border: none;
    box-shadow: none;
    color: #fff;
    text-align: center;
    font-size: 1.3125rem;
    font-weight: bold;
  }
}

.footer_secure {
  margin-top: 2.5rem;
  padding: 0 0 23px;
  text-align: center;
  font-size: 0.75rem;
  color: #707070;

  address {
    font-style: normal;
  }
}

.p-page__body-inner {
  padding: 0;
  border: none;
  color: #000;
}

.p-page__wrap .p-shop__header {
  background-color: #000;
  padding: 1.375rem 0;
}

.p-shop__header a {
  display: inline-block;
}

.p-shop__title {
  font-family: var(--font-mincho);
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}

.c-button__group--sub {
  margin: 2.5rem auto 0;
}

.c-button--sm,
.c-button--sm:link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin: 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  border: 1px solid #707070;
  border-radius: 0;
  color: #000;
  font-family: var(--font-mincho);
  font-size: 14px;
}

.p-page__title {
  margin: 24px 0;
  font-family: var(--font-mincho);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;

  @media screen and (max-width: 999px) {
    margin-top: 40px;
  }
}

.c-alert {
  margin: 22px 0;
  background-color: #edeae4;
  color: #000;
  font-size: 17px;
  line-height: 1.47;
}

.c-form__table {
  margin: 1.375rem 0 1rem;
}

.c-form__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 24px 0 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  word-break: keep-all;

  @media screen and (min-width: 1000px) {
    justify-content: flex-end;
  }
}

.c-form__content {
  padding: 0 0 1.5rem;
  color: #000;

  @media screen and (min-width: 1000px) {
    width: 59%;
  }
}

.c-input--text {
  height: 40px;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 1.25rem;
}

textarea.c-input--text {
  height: 15rem;
}

.c-form__note {
  margin: 24px 0 1em;
  font-size: 13px;
}

span.c-form__title--must {
  font-size: 0;

  &::after {
    content: "必須";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    margin-left: 16px;
    padding: 0 6px;
    background-color: #f04b13;
    vertical-align: text-bottom;
    font-size: 12px;
    color: #fff;
    line-height: 1;
  }
}

.c-button__group {
  margin: 0;
}

.c-button--primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 1rem 3rem;
  border-radius: 999px;
  background-color: #39854a;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}

.p-page__footer {
  margin-top: 2.5rem;
}

.p-page__copyright {
  padding: 0 0 23px;
}
