@charset "UTF-8";
/**
 * 店舗ページ内ナビゲーション ※store.scssの拡張
 */
/* line 11, ../_sass/store-kaitori.scss */
nav.store-page-index {
  border-top: 1px solid;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
/* line 15, ../_sass/store-kaitori.scss */
nav.store-page-index li {
  border-color: #cccccc;
}

/**
 * 最初の見出し 写真＋キャッチコピー＋ボディコピー
 */
/* line 24, ../_sass/store-kaitori.scss */
section.main-cover > h2 {
  position: absolute;
  margin: 0;
  top: 20px;
  left: 15px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #4c4c4c;
  font-size: 2.0rem;
  letter-spacing: 2px;
  line-height: 1.5em;
}
@media screen and (min-width: 480px) {
  /* line 24, ../_sass/store-kaitori.scss */
  section.main-cover > h2 {
    top: 40px;
  }
}
@media screen and (min-width: 768px) {
  /* line 24, ../_sass/store-kaitori.scss */
  section.main-cover > h2 {
    top: 18%;
    left: 30px;
    font-size: 2.8rem;
  }
  /* line 41, ../_sass/store-kaitori.scss */
  section.main-cover > h2 br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  /* line 24, ../_sass/store-kaitori.scss */
  section.main-cover > h2 {
    left: 80px;
    font-size: 3.6rem;
  }
}
/* line 50, ../_sass/store-kaitori.scss */
section.main-cover .text {
  color: #ffffff;
  background-color: #4c4c4c;
  font-size: 1.1rem;
  padding: 15px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 480px) {
  /* line 50, ../_sass/store-kaitori.scss */
  section.main-cover .text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 50, ../_sass/store-kaitori.scss */
  section.main-cover .text {
    position: absolute;
    top: 38%;
    left: 30px;
    width: 40%;
    text-shadow: 0px 0px 2px #4c4c4c;
    background-color: transparent;
    padding: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 992px) {
  /* line 50, ../_sass/store-kaitori.scss */
  section.main-cover .text {
    font-size: 1.4rem;
    left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 50, ../_sass/store-kaitori.scss */
  section.main-cover .text {
    font-size: 1.6rem;
  }
}
/* line 76, ../_sass/store-kaitori.scss */
section.main-cover .text p {
  margin: 0;
}

/**
 * 買取実績
 */
/* line 85, ../_sass/store-kaitori.scss */
section.result {
  background-color: #004896;
  padding: 60px 0;
  margin-top: 30px;
}
/* line 89, ../_sass/store-kaitori.scss */
section.result h2 {
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1em;
  letter-spacing: 2px;
  margin-top: -20px;
  margin-bottom: 35px;
}
@media screen and (min-width: 480px) {
  /* line 89, ../_sass/store-kaitori.scss */
  section.result h2 {
    margin-top: 0;
  }
}
/* line 100, ../_sass/store-kaitori.scss */
section.result h2 b {
  display: block;
  font-size: 3.0rem;
  margin-top: 10px;
}
@media screen and (min-width: 480px) {
  /* line 100, ../_sass/store-kaitori.scss */
  section.result h2 b {
    display: inline;
    font-size: 3.6rem;
  }
}
/* line 110, ../_sass/store-kaitori.scss */
section.result .result-note {
  padding-top: 35px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

/**
 * ページ下部バナー
 */
/* line 122, ../_sass/store-kaitori.scss */
section.bottom-banner li {
  margin-bottom: 15px;
}
/* line 124, ../_sass/store-kaitori.scss */
section.bottom-banner li img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 1px;
}

/*# sourceMappingURL=store-kaitori.css.map */
