@charset "UTF-8";
/* //////////////////////////////////////////////////
                  item page share
////////////////////////////////////////////////// */
/* ====================
m.$noto-sans: 'Noto Sans JP', sans-serif;
m.$montserrat: 'Montserrat', sans-serif;
==================== */
/* ====================
 - 599px：スマートフォン
 - 600px〜959px：タブレット
 - 960px〜1199px：小型PC
 - 1200px〜：大型PC
==================== */
/* ---------------------
body {
  background-color: #bebeff;
  @include m.media(tab) {
    background-color: #ffbebe;
  }
  @include m.media(pc-s) {
    background-color: #cacaca;
  }
  @include m.media(pc-l) {
    background-color: #cacaca;
  }
}
--------------------- */
/* ------------------------------------------------
共通
------------------------------------------------ */
.desc__share-sec--heading {
  font-weight: bold;
  margin: 24px 0 16px;
  font-size: 1.5rem;
  background: #f7f7f7;
  padding: 8px 0 8px 8px;
}

.desc__share-sec--txt {
  line-height: 1.6;
  padding: 0 8px;
}

.desc__share-sec--img {
  margin: 16px auto;
}
.desc__share-sec--img figcaption {
  font-size: 1.2rem;
  margin-top: 4px;
  text-align: center;
}

.desc__share-sec--fullimg {
  margin-top: 16px;
}

.stand {
  font-size: 1.1em;
  font-weight: bold;
  color: #1e5d9b;
}

@media screen and (min-width: 960px) {
  .desc__share-sec--img figcaption {
    font-size: 1.1rem;
  }
  .desc__share-sec--heading {
    margin: 32px 0 16px;
  }
}
/* ------------------------------------------------
wilton .desc__share--wilton
------------------------------------------------ */
.desc__share--wilton #wilton-about .desc__share-sec--img {
  width: 80%;
}

#numberOfKnots {
  color: #1e5d9b;
}

@media screen and (min-width: 960px) {
  #wilton-about, #wilton-heatset {
    display: grid;
    grid-gap: 0 16px;
    grid-template-columns: auto 30%;
  }
  #wilton-about .desc__share-sec--heading, #wilton-heatset .desc__share-sec--heading {
    grid-column: 1/-1;
  }
  #wilton-about .desc__share-sec--img, #wilton-heatset .desc__share-sec--img {
    margin: 0;
  }
  .desc__share--wilton #wilton-about .desc__share-sec--img {
    width: 100%;
  }
}/*# sourceMappingURL=ff_item_share.css.map */