@charset "UTF-8";
/* =====================
  リセット・共通系
 ======================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
/** =========== リセットここから ============ **/
/* =====================
  リセット
 ======================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

i, address {
  font-style: normal;
}

/** =========== リセットここまで ============ **/
body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0;
  color: #312425;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

.clearfix {
  clear: both;
}

a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/** COMMON STYLE **/
.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-bold {
  font-weight: 700;
}

.inner {
  max-width: 1260px;
  padding: 0 10px;
  margin: 0 auto;
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.bg1 {
  background: #F6F5F5;
}

.subpage_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: 0.14em;
}

.subpage_link:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #BBA6A7;
  margin-right: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.subpage_link:hover:before {
  width: 70px;
}

.anim {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.anim.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/** ログイン未／済の判別 **/
.member-true .is-false {
  display: none !important;
}

.member-false .is-true {
  display: none !important;
}

/** Heading **/
.h2 {
  text-align: center;
  font-size: 28px;
}

/** お気に入りに追加 **/
.favorite_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.favorite_label .fs-c-button__image {
  margin-right: 8px;
}

.favorite_label:after {
  content: "お気に入りに追加";
}

.favorite_label:hover {
  opacity: 0.7;
}

/** お問い合わせ **/
.contact_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #312425;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contact_label:before {
  content: "";
  width: 22px;
  height: 17px;
  background: url(../images/item/ico_contact.svg) no-repeat center/contain;
  margin-right: 8px;
}

.contact_label:hover {
  opacity: 0.7;
  text-decoration: none;
}

/** よくあるご質問 **/
dl.faq {
  margin-bottom: 40px;
}

dl.faq:last-child {
  margin-bottom: 0;
}

dl.faq dt {
  background: #F6F5F5;
  padding: 12px 24px 12px 66px;
  position: relative;
}

dl.faq dt:before {
  content: "Q.";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: 24px;
  top: 7px;
}

dl.faq dd {
  padding: 12px 24px 0 66px;
  position: relative;
}

dl.faq dd:before {
  content: "A.";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: 24px;
  top: 7px;
}

/* PCのみ
  ------------------------ */
@media (min-width: 981px) {
  .sp {
    display: none !important;
  }
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 980px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none !important;
  }
  /** COMMON STYLE **/
  /** Heading **/
  .h2 {
    text-align: left;
    font-size: 18px;
  }
  /** よくあるご質問 **/
  dl.faq {
    margin-bottom: 32px;
  }
  dl.faq dt, dl.faq dd {
    padding: 12px 12px 12px 40px;
  }
  dl.faq dt:before, dl.faq dd:before {
    left: 12px;
  }
}

/*# sourceMappingURL=map/common.css.map */
