@charset "UTF-8";
/**
 * ページのメインビジュアル
 */
/* line 6, ../_sass/_module/_section.scss */
section.main-cover {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
/* line 10, ../_sass/_module/_section.scss */
section.main-cover img {
  width: 100%;
}

/**
 * ページのメインビジュアル（画像を背景として使用）
 */
/* line 18, ../_sass/_module/_section.scss */
section.main-cover-bg {
  width: 100%;
  position: relative;
}
/* line 21, ../_sass/_module/_section.scss */
section.main-cover-bg .cover {
  position: absolute;
  left: 50%;
  background-color: #f00;
}
@media screen and (min-width: 992px) {
  /* line 21, ../_sass/_module/_section.scss */
  section.main-cover-bg .cover {
    left: 0;
  }
}
/* line 28, ../_sass/_module/_section.scss */
section.main-cover-bg .cover img {
  position: absolute;
  max-width: 900px;
  left: -450px;
}
@media screen and (min-width: 992px) {
  /* line 28, ../_sass/_module/_section.scss */
  section.main-cover-bg .cover img {
    max-width: 100%;
    width: 100%;
    left: 0;
  }
}
/* line 39, ../_sass/_module/_section.scss */
section.main-cover-bg h2 {
  position: relative;
  color: #ffffff;
  margin: 0;
}

/**
 * セクションの基本の大枠
 */
/* line 49, ../_sass/_module/_section.scss */
section.primary-section {
  margin-top: 40px;
}
@media screen and (min-width: 480px) {
  /* line 49, ../_sass/_module/_section.scss */
  section.primary-section {
    margin-top: 60px;
  }
}
/* line 54, ../_sass/_module/_section.scss */
section.primary-section .section-body {
  background-color: #ffffff;
  padding: 20px;
}
/* line 58, ../_sass/_module/_section.scss */
section.primary-section .purchase-category-note {
  clear: both;
  color: #999;
  font-size: 1.2rem;
  margin: 10px 0 0;
  text-align: left;
}

/**
 * お知らせなどの表示
 */
/* line 71, ../_sass/_module/_section.scss */
section.summary ul.list {
  background-color: #ffffff;
}
/* line 73, ../_sass/_module/_section.scss */
section.summary ul.list li {
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
/* line 79, ../_sass/_module/_section.scss */
section.summary ul.list li.chapter {
  margin: 0;
  padding: 10px;
  background-color: #e6e6e6;
  color: #999999;
  font-size: 1.8rem;
}
/* line 86, ../_sass/_module/_section.scss */
section.summary ul.list li .date {
  color: #a3b1cc;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
}
/* line 92, ../_sass/_module/_section.scss */
section.summary ul.list li .category {
  text-align: right;
}
@media screen and (min-width: 992px) {
  /* line 92, ../_sass/_module/_section.scss */
  section.summary ul.list li .category {
    text-align: left;
  }
}
/* line 97, ../_sass/_module/_section.scss */
section.summary ul.list li .category span {
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
  width: 80px;
}
@media screen and (min-width: 992px) {
  /* line 97, ../_sass/_module/_section.scss */
  section.summary ul.list li .category span {
    margin-left: -40px;
  }
}
/* line 107, ../_sass/_module/_section.scss */
section.summary ul.list li .category span.ir {
  background-color: #a6917c;
}
/* line 110, ../_sass/_module/_section.scss */
section.summary ul.list li .category span.shop {
  background-color: #004896;
}
/* line 113, ../_sass/_module/_section.scss */
section.summary ul.list li .category span.etc {
  background-color: #999999;
}
/* line 118, ../_sass/_module/_section.scss */
section.summary ul.list li .title {
  margin-top: 4px;
}
@media screen and (min-width: 992px) {
  /* line 118, ../_sass/_module/_section.scss */
  section.summary ul.list li .title {
    margin-top: 0;
  }
}

/**
 * 買取カテゴリー
 */
/* line 132, ../_sass/_module/_section.scss */
section.purchase-category ul.list {
  margin-bottom: 4px;
}
/* line 134, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li {
  list-style: none;
  margin-top: 30px;
}
/* line 137, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 1px;
}
/* line 140, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card .cover {
  text-align: center;
  background-color: #999999;
}
/* line 144, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl {
  margin: 0;
  padding: 20px 0;
}
/* line 147, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl dt {
  margin: 0 auto;
  width: 160px;
  padding-bottom: 17px;
  border-bottom: 1px solid #666666;
  font-weight: bold;
  text-align: center;
}
/* line 155, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl dd {
  margin: 20px 0 0 0;
  padding: 0 30px;
  color: #999999;
  font-size: 1.2rem;
  text-align: center;
}
/* line 161, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl dd ul {
  margin: 0;
  padding: 0;
}
/* line 164, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl dd ul > li {
  list-style: none;
  display: inline-block;
}
/* line 167, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl dd ul > li:after {
  content: " ／ ";
}
/* line 170, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl dd ul > li:last-child:after {
  content: "";
}
/* line 180, ../_sass/_module/_section.scss */
section.purchase-category p.purchase-camera {
  text-align: center;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  /* line 180, ../_sass/_module/_section.scss */
  section.purchase-category p.purchase-camera {
    padding-top: 30px;
  }
}
/* line 186, ../_sass/_module/_section.scss */
section.purchase-category p.purchase-camera img {
  width: 100%;
  height: auto;
}

/* line 192, ../_sass/_module/_section.scss */
.pull-none {
  float: none !important;
  margin: 0 auto;
}

/**
 * お近くの店舗
 */
/* line 200, ../_sass/_module/_section.scss */
section.nearby-store .row {
  background-color: #ffffff;
  padding: 5px;
  margin: 0;
}
/* line 204, ../_sass/_module/_section.scss */
section.nearby-store .row h2 {
  margin: 15px 0;
  font-size: 1.8rem;
  font-weight: normal;
}
/* line 209, ../_sass/_module/_section.scss */
section.nearby-store .row table {
  width: 100%;
}
/* line 211, ../_sass/_module/_section.scss */
section.nearby-store .row table th {
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
  padding: 10px 0;
  text-align: left;
  width: 3em;
}
/* line 218, ../_sass/_module/_section.scss */
section.nearby-store .row table td {
  border-top: 1px solid #e6e6e6;
  font-size: 1.2rem;
  padding: 10px;
}
/* line 222, ../_sass/_module/_section.scss */
section.nearby-store .row table td li {
  margin-bottom: 5px;
}
/* line 224, ../_sass/_module/_section.scss */
section.nearby-store .row table td li a {
  font-size: 1.4rem;
}

/**
 * 売り方の選択リンク
 */
/* line 236, ../_sass/_module/_section.scss */
section.select-selling {
  background-color: #cccccc;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  /* line 236, ../_sass/_module/_section.scss */
  section.select-selling {
    padding: 90px 0;
  }
}
/* line 243, ../_sass/_module/_section.scss */
section.select-selling ul a {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 10px;
  font-size: 1.4rem;
  background: url(../img/common/link_arrow_white.svg) no-repeat 90% 50%;
  background-color: #004896;
}
@media screen and (min-width: 480px) {
  /* line 243, ../_sass/_module/_section.scss */
  section.select-selling ul a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 243, ../_sass/_module/_section.scss */
  section.select-selling ul a {
    padding: 20px;
  }
}

/**
 * ４ブロックで説明する申し込みの流れ
 */
/* line 264, ../_sass/_module/_section.scss */
section.request-flow {
  background-color: #ffffff;
  padding: 60px 0;
}
/* line 267, ../_sass/_module/_section.scss */
section.request-flow h2 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 267, ../_sass/_module/_section.scss */
  section.request-flow h2 {
    margin-bottom: 40px;
  }
}
/* line 275, ../_sass/_module/_section.scss */
section.request-flow h2 a {
  font-size: 1.2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 275, ../_sass/_module/_section.scss */
  section.request-flow h2 a {
    margin-left: 20px;
    display: inline;
  }
}
/* line 284, ../_sass/_module/_section.scss */
section.request-flow ol {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
/* line 289, ../_sass/_module/_section.scss */
section.request-flow ol li {
  margin-bottom: 25px;
}
/* line 291, ../_sass/_module/_section.scss */
section.request-flow ol li h3 {
  margin: 0;
  margin-bottom: 10px;
  padding: 15px;
  background-image: url(../img/common/flow_arrow.svg);
  background-repeat: no-repeat;
  background-position: -35px center;
  background-color: #004896;
  color: #ffffff;
  line-height: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 1200px) {
  /* line 291, ../_sass/_module/_section.scss */
  section.request-flow ol li h3 {
    font-size: 1.6rem;
    background-position: -30px center;
  }
}
/* line 306, ../_sass/_module/_section.scss */
section.request-flow ol li h3 b {
  font-weight: normal;
  margin-right: 40px;
  font-size: 2.2rem;
}
@media screen and (min-width: 1200px) {
  /* line 306, ../_sass/_module/_section.scss */
  section.request-flow ol li h3 b {
    margin-right: 45px;
    font-size: 2.6rem;
  }
}
/* line 316, ../_sass/_module/_section.scss */
section.request-flow ol li .text {
  border-left: 1px solid #999999;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  /* line 316, ../_sass/_module/_section.scss */
  section.request-flow ol li .text {
    min-height: 100px;
  }
}
/* line 322, ../_sass/_module/_section.scss */
section.request-flow ol li .text p {
  margin-bottom: 0;
}

/**
 * ご注意事項
 */
/* line 333, ../_sass/_module/_section.scss */
section.attention {
  padding-bottom: 90px;
}
/* line 335, ../_sass/_module/_section.scss */
section.attention ul.list {
  background-color: #ffffff;
}
/* line 337, ../_sass/_module/_section.scss */
section.attention ul.list > li {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 15px 0;
}
/* line 341, ../_sass/_module/_section.scss */
section.attention ul.list > li h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
/* line 346, ../_sass/_module/_section.scss */
section.attention ul.list > li .text ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: -10px;
}
/* line 350, ../_sass/_module/_section.scss */
section.attention ul.list > li .text ul > li {
  margin-bottom: 10px;
}

/**
 * 買取ブランド例
 */
/* line 364, ../_sass/_module/_section.scss */
section.brand-example .container .section-header p {
  display: block;
  font-size: 1.2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  /* line 370, ../_sass/_module/_section.scss */
  section.brand-example .container .section-header p {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  /* line 375, ../_sass/_module/_section.scss */
  section.brand-example .container .section-header h2 {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 380, ../_sass/_module/_section.scss */
  section.brand-example .container .section-header p {
    padding-top: 10px;
  }
}
/* line 385, ../_sass/_module/_section.scss */
section.brand-example .container dl {
  margin: 0;
}
/* line 387, ../_sass/_module/_section.scss */
section.brand-example .container dl dd {
  padding: 8px 10px;
  font-size: 1.2rem;
  border-right: 1px #ffffff solid;
  background-color: #ffffff;
}
/* line 393, ../_sass/_module/_section.scss */
section.brand-example .container dl dd:last-child {
  border-right: none;
}
/* line 397, ../_sass/_module/_section.scss */
section.brand-example .container dl:nth-child(odd) dd:nth-child(odd) {
  background-color: #e6e6e6;
}
/* line 400, ../_sass/_module/_section.scss */
section.brand-example .container dl:nth-child(even) dd:nth-child(even) {
  background-color: #e6e6e6;
}
@media screen and (min-width: 768px) {
  /* line 404, ../_sass/_module/_section.scss */
  section.brand-example .container dl {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    box-sizing: border-box;
  }
  /* line 409, ../_sass/_module/_section.scss */
  section.brand-example .container dl dd {
    background-color: #ffffff;
    -moz-box-flex: 1;
    max-width: 240px;
    box-sizing: border-box;
  }
  /* line 416, ../_sass/_module/_section.scss */
  section.brand-example .container dl:nth-child(odd) dd {
    background-color: #e6e6e6;
  }
  /* line 419, ../_sass/_module/_section.scss */
  section.brand-example .container dl:nth-child(even) dd {
    background-color: #ffffff;
  }
  /* line 422, ../_sass/_module/_section.scss */
  section.brand-example .container dl:nth-child(even) dd:nth-child(even) {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 992px) {
  /* line 428, ../_sass/_module/_section.scss */
  section.brand-example .container dl dd {
    max-width: 314px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 435, ../_sass/_module/_section.scss */
  section.brand-example .container dl dd {
    max-width: 390px;
  }
}

/**
 * お近くの KOMEHYO 店舗
 */
/* line 446, ../_sass/_module/_section.scss */
section.neighborhood {
  margin-top: 20px;
}
/* line 448, ../_sass/_module/_section.scss */
section.neighborhood .row {
  margin: 0;
  background-color: #ffffff;
}
/* line 451, ../_sass/_module/_section.scss */
section.neighborhood .row h3 {
  margin: 15px 5px;
  font-size: 1.8rem;
}
/* line 455, ../_sass/_module/_section.scss */
section.neighborhood .row .map {
  padding-bottom: 15px;
}
/* line 457, ../_sass/_module/_section.scss */
section.neighborhood .row .map #neighborhood-map {
  border: 1px solid #ffffff;
  height: 200px;
}
@media screen and (min-width: 992px) {
  /* line 457, ../_sass/_module/_section.scss */
  section.neighborhood .row .map #neighborhood-map {
    height: 260px;
    margin: 0 5px;
  }
}
/* line 467, ../_sass/_module/_section.scss */
section.neighborhood .row .detail p {
  margin-bottom: 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  /* line 467, ../_sass/_module/_section.scss */
  section.neighborhood .row .detail p {
    font-size: 1.4rem;
  }
}
/* line 473, ../_sass/_module/_section.scss */
section.neighborhood .row .detail p a {
  font-size: 1.4rem;
  font-weight: bold;
}

/**
 * バイヤーが教える 高価買取のコツ
 */
/* line 485, ../_sass/_module/_section.scss */
section.buyer-purchase {
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #eee;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}
/* line 492, ../_sass/_module/_section.scss */
section.buyer-purchase.watch {
  background-image: url(../img/common/buyer_purchase_watch.jpg);
}
/* line 495, ../_sass/_module/_section.scss */
section.buyer-purchase h2 {
  color: #004896;
  margin: 0;
}
/* line 498, ../_sass/_module/_section.scss */
section.buyer-purchase h2 img {
  margin-right: 25px;
  width: 200px;
}
@media screen and (min-width: 480px) {
  /* line 498, ../_sass/_module/_section.scss */
  section.buyer-purchase h2 img {
    width: 260px;
  }
}
/* line 505, ../_sass/_module/_section.scss */
section.buyer-purchase h2 b {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  /* line 505, ../_sass/_module/_section.scss */
  section.buyer-purchase h2 b {
    font-size: 3.4rem;
    letter-spacing: 2px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  /* line 505, ../_sass/_module/_section.scss */
  section.buyer-purchase h2 b {
    display: inline;
  }
}
/* line 520, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips {
  margin-top: 40px;
}
/* line 522, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips li {
  margin-bottom: 20px;
}
/* line 524, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips li .card {
  background-color: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
}
@media screen and (min-width: 480px) {
  /* line 524, ../_sass/_module/_section.scss */
  section.buyer-purchase ul.balloon-tips li .card {
    padding: 40px 50px;
  }
}
/* line 531, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips li .card h3 {
  position: relative;
  background-color: #004896;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px;
  margin: 0;
  margin-bottom: 40px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 0;
}
@media screen and (min-width: 480px) {
  /* line 531, ../_sass/_module/_section.scss */
  section.buyer-purchase ul.balloon-tips li .card h3 {
    padding: 30px;
  }
}
/* line 545, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips li .card h3:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #004896 transparent transparent transparent;
  z-index: -1;
}
/* line 559, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips li .card p {
  margin-bottom: 1em;
}
/* line 561, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips li .card p.caution {
  font-size: 1.2rem;
}

/**
 * 買取の流れ
 */
/* line 573, ../_sass/_module/_section.scss */
section.flow-purchase {
  position: relative;
  background-color: #ffffff;
  padding: 60px 0 40px 0;
}
/* line 577, ../_sass/_module/_section.scss */
section.flow-purchase h2 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 577, ../_sass/_module/_section.scss */
  section.flow-purchase h2 {
    margin-bottom: 40px;
  }
}
/* line 585, ../_sass/_module/_section.scss */
section.flow-purchase h2 a {
  font-size: 1.2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 585, ../_sass/_module/_section.scss */
  section.flow-purchase h2 a {
    margin-left: 20px;
    display: inline;
  }
}
/* line 594, ../_sass/_module/_section.scss */
section.flow-purchase .ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  overflow: hidden;
}
/* line 601, ../_sass/_module/_section.scss */
section.flow-purchase .ribbon b {
  position: absolute;
  top: 45px;
  right: -70px;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ff4d4d;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding: 10px;
  width: 260px;
  text-align: center;
}
/* line 616, ../_sass/_module/_section.scss */
section.flow-purchase ol {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
/* line 620, ../_sass/_module/_section.scss */
section.flow-purchase ol li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
}
/* line 2, ../_sass/_base/_mixins.scss */
section.flow-purchase ol li:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 480px) {
  /* line 620, ../_sass/_module/_section.scss */
  section.flow-purchase ol li {
    width: 33.3%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  /* line 620, ../_sass/_module/_section.scss */
  section.flow-purchase ol li {
    width: 20%;
  }
}
/* line 632, ../_sass/_module/_section.scss */
section.flow-purchase ol li h3 {
  clear: both;
  margin: 0;
  margin-bottom: 5px;
  padding: 15px;
  background-image: url(../img/common/flow_arrow.svg);
  background-repeat: no-repeat;
  background-position: -40px center;
  background-color: #004896;
  color: #ffffff;
  line-height: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  /* line 632, ../_sass/_module/_section.scss */
  section.flow-purchase ol li h3 {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 632, ../_sass/_module/_section.scss */
  section.flow-purchase ol li h3 {
    font-size: 1.6rem;
    background-position: -30px center;
  }
}
/* line 651, ../_sass/_module/_section.scss */
section.flow-purchase ol li h3 b {
  font-weight: normal;
  margin-right: 30px;
  font-size: 2.0rem;
}
@media screen and (min-width: 1200px) {
  /* line 651, ../_sass/_module/_section.scss */
  section.flow-purchase ol li h3 b {
    margin-right: 45px;
    font-size: 2.6rem;
  }
}
/* line 661, ../_sass/_module/_section.scss */
section.flow-purchase ol li img {
  float: left;
  width: 50%;
  padding-right: 15px;
}
@media screen and (min-width: 480px) {
  /* line 661, ../_sass/_module/_section.scss */
  section.flow-purchase ol li img {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
/* line 672, ../_sass/_module/_section.scss */
section.flow-purchase ol li p {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  /* line 672, ../_sass/_module/_section.scss */
  section.flow-purchase ol li p {
    text-align: center;
  }
}
/* line 678, ../_sass/_module/_section.scss */
section.flow-purchase ol li p br {
  display: none;
}
@media screen and (min-width: 1200px) {
  /* line 678, ../_sass/_module/_section.scss */
  section.flow-purchase ol li p br {
    display: inline;
  }
}
/* line 687, ../_sass/_module/_section.scss */
section.flow-purchase .line-banner {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 11, ../_sass/store.scss */
  .page-header .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Free Wi-Fiマーク
 */
/* line 25, ../_sass/store.scss */
.freewifi {
  text-align: right;
  position: relative;
  padding-right: 10px;
  height: 42px;
  top: -42px;
  margin-bottom: -42px;
}
/* line 32, ../_sass/store.scss */
.freewifi img {
  width: 32px;
}
@media screen and (min-width: 480px) {
  /* line 25, ../_sass/store.scss */
  .freewifi {
    height: 84px;
    top: -84px;
    margin-bottom: -84px;
    padding-right: 20px;
  }
  /* line 40, ../_sass/store.scss */
  .freewifi img {
    width: 64px;
  }
}

/**
 * 店舗ページ内ナビゲーション
 */
/* line 50, ../_sass/store.scss */
nav.store-page-index {
  border-bottom: 1px solid #e6e6e6;
}
/* line 2, ../_sass/_base/_mixins.scss */
nav.store-page-index:after {
  content: "";
  display: table;
  clear: both;
}
/* line 53, ../_sass/store.scss */
nav.store-page-index ul {
  margin: 0;
  padding-left: 0;
  width: 100%;
}
/* line 2, ../_sass/_base/_mixins.scss */
nav.store-page-index ul:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 53, ../_sass/store.scss */
  nav.store-page-index ul {
    float: left;
    width: auto;
  }
}
/* line 63, ../_sass/store.scss */
nav.store-page-index li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  /* line 63, ../_sass/store.scss */
  nav.store-page-index li {
    width: auto;
    border-top: none;
    border-bottom: none;
  }
}
/* line 77, ../_sass/store.scss */
nav.store-page-index li > a {
  display: block;
  padding: 20px;
  color: #999999;
  text-decoration: none;
}
/* line 82, ../_sass/store.scss */
nav.store-page-index li > a:hover {
  background-color: #999999;
  color: #ffffff;
}
/* line 90, ../_sass/store.scss */
nav.store-page-index .onlinestore-link {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 90, ../_sass/store.scss */
  nav.store-page-index .onlinestore-link {
    float: right;
    border-left: 1px solid #e6e6e6;
  }
}
/* line 97, ../_sass/store.scss */
nav.store-page-index .onlinestore-link > a {
  display: block;
  padding: 20px;
  background-color: #ffffff;
  color: #807061;
}
/* line 102, ../_sass/store.scss */
nav.store-page-index .onlinestore-link > a > i {
  margin-left: 10px;
}

/**
 * 販売・買取
 */
/* line 112, ../_sass/store.scss */
.store-service-icon {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 0;
}
@media screen and (min-width: 480px) {
  /* line 112, ../_sass/store.scss */
  .store-service-icon {
    float: left;
    padding: 8px 0;
    width: 140px;
    text-align: right;
  }
}
/* line 122, ../_sass/store.scss */
.store-service-icon > li {
  list-style: none;
  display: inline-block;
  margin-left: 6px;
  padding: 0px 10px;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}
/* line 131, ../_sass/store.scss */
.store-service-icon > li:first-child {
  margin-left: 0;
}
/* line 134, ../_sass/store.scss */
.store-service-icon > li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 480px) {
  /* line 122, ../_sass/store.scss */
  .store-service-icon > li {
    padding: 0;
    width: 64px;
    height: 64px;
  }
}
/* line 146, ../_sass/store.scss */
.store-service-icon > li.buy {
  background-color: #9b0012;
}
/* line 149, ../_sass/store.scss */
.store-service-icon > li.sell {
  background-color: #004896;
}

/**
 * ページ上部のバナー
 */
/* line 158, ../_sass/store.scss */
section.top-banner {
  margin-top: 30px;
}

/**
 * 店舗情報
 */
/* line 165, ../_sass/store.scss */
.store-data {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  background-color: #ffffff;
}
@media screen and (min-width: 480px) {
  /* line 165, ../_sass/store.scss */
  .store-data {
    padding: 20px 5px;
  }
}
/* line 174, ../_sass/store.scss */
.store-data .address p {
  margin-bottom: 0;
  line-height: 1em;
}
/* line 177, ../_sass/store.scss */
.store-data .address p.text {
  font-size: 1.8rem;
}
/* line 180, ../_sass/store.scss */
.store-data .address p.maplink {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  /* line 180, ../_sass/store.scss */
  .store-data .address p.maplink {
    margin-top: 5px;
    text-align: right;
  }
}
/* line 190, ../_sass/store.scss */
.store-data .info dl {
  margin-top: 20px;
}
/* line 192, ../_sass/store.scss */
.store-data .info dl:first-child {
  margin-top: 0;
}
/* line 195, ../_sass/store.scss */
.store-data .info dl dt {
  display: table-cell;
  width: 5em;
  font-weight: bold;
}
/* line 200, ../_sass/store.scss */
.store-data .info dl dd {
  display: table-cell;
  margin: 0;
}
/* line 204, ../_sass/store.scss */
.store-data .info dl .shop-data-label02 {
  font-weight: bold;
}
/* line 207, ../_sass/store.scss */
.store-data .info dl .shop-data-value02 {
  margin: 0;
}
/* line 213, ../_sass/store.scss */
.store-data .service dl {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  /* line 213, ../_sass/store.scss */
  .store-data .service dl {
    margin-top: 0;
  }
}
/* line 218, ../_sass/store.scss */
.store-data .service dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 222, ../_sass/store.scss */
.store-data .service dl dd {
  margin: 0;
}
/* line 2, ../_sass/_base/_mixins.scss */
.store-data .service dl dd:after {
  content: "";
  display: table;
  clear: both;
}
/* line 225, ../_sass/store.scss */
.store-data .service dl dd .buy,
.store-data .service dl dd .sell {
  float: left;
  width: 64px;
  height: 64px;
  color: #ffffff;
  text-align: center;
}
/* line 232, ../_sass/store.scss */
.store-data .service dl dd .buy:before,
.store-data .service dl dd .sell:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
/* line 240, ../_sass/store.scss */
.store-data .service dl dd .buy {
  background-color: #9b0012;
}
/* line 243, ../_sass/store.scss */
.store-data .service dl dd .sell {
  background-color: #004896;
}
/* line 246, ../_sass/store.scss */
.store-data .service dl dd ul {
  list-style: none;
  margin-left: 64px;
}
/* line 2, ../_sass/_base/_mixins.scss */
.store-data .service dl dd ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 251, ../_sass/store.scss */
.store-data .service dl dd li {
  float: left;
  margin-left: 6px;
  margin-bottom: 10px;
}
/* line 255, ../_sass/store.scss */
.store-data .service dl dd li img {
  opacity: .2;
}
/* line 258, ../_sass/store.scss */
.store-data .service dl dd li .na {
  opacity: 1;
}

/**
 * 免税
 */
/* line 270, ../_sass/store.scss */
.tax-free {
  margin-top: 20px;
}
/* line 272, ../_sass/store.scss */
.tax-free .row {
  margin: 0;
  padding: 10px;
  background-color: #ffffff;
}
/* line 276, ../_sass/store.scss */
.tax-free .row h3 {
  display: table-cell;
  width: 150px;
  background-color: #999999;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  min-height: 92px;
}
@media screen and (min-width: 992px) {
  /* line 276, ../_sass/store.scss */
  .tax-free .row h3 {
    margin-top: 0;
  }
}
/* line 288, ../_sass/store.scss */
.tax-free .row h4 {
  display: table-cell;
  padding-left: 10px;
  width: 200px;
  font-size: 1.4rem;
  font-weight: normal;
}
/* line 295, ../_sass/store.scss */
.tax-free .row p {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 992px) {
  /* line 295, ../_sass/store.scss */
  .tax-free .row p {
    margin: 0;
    display: table-cell;
  }
}

/**
 * 店舗へお取り寄せサービス
 */
/* line 309, ../_sass/store.scss */
.toriyose {
  margin-top: 20px;
}
/* line 311, ../_sass/store.scss */
.toriyose .row {
  margin: 0;
  padding: 10px;
  background-color: #ffffff;
}
/* line 315, ../_sass/store.scss */
.toriyose .row h3 {
  display: table-cell;
  width: 150px;
  background-color: #9b0012;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  min-height: 92px;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  /* line 315, ../_sass/store.scss */
  .toriyose .row h3 {
    margin-top: 0;
  }
}
/* line 330, ../_sass/store.scss */
.toriyose .row h4 {
  display: table-cell;
  padding-left: 10px;
  width: 200px;
  font-size: 1.4rem;
  font-weight: normal;
}
/* line 337, ../_sass/store.scss */
.toriyose .row p {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 992px) {
  /* line 337, ../_sass/store.scss */
  .toriyose .row p {
    margin: 0;
    display: table-cell;
  }
}

/**
 * 店舗ページフロアガイドの写真スライダー
 */
/* line 350, ../_sass/store.scss */
.floor-slider {
  background-color: #333333;
  padding: 6px 3px;
}
/* line 353, ../_sass/store.scss */
.floor-slider img {
  padding: 0 3px;
}
/* line 356, ../_sass/store.scss */
.floor-slider .slick-prev,
.floor-slider .slick-next {
  background-color: rgba(0, 0, 0, 0.5);
  top: 18px;
  width: 50px;
  height: 100%;
}
/* line 363, ../_sass/store.scss */
.floor-slider .slick-prev {
  left: 0;
  background-image: url(../img/common/arrow_left_white.png);
}
/* line 367, ../_sass/store.scss */
.floor-slider .slick-next {
  right: 0;
  background-image: url(../img/common/arrow_right_white.png);
}

/**
 * 各フロア説明
 */
/* line 376, ../_sass/store.scss */
.floor-guide {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}
/* line 2, ../_sass/_base/_mixins.scss */
.floor-guide:after {
  content: "";
  display: table;
  clear: both;
}
/* line 383, ../_sass/store.scss */
.floor-guide dt h3 {
  margin: 0;
  padding: 20px 0;
  color: #666666;
}
/* line 387, ../_sass/store.scss */
.floor-guide dt h3 .number {
  display: table-cell;
  padding-left: 20px;
  width: 69px;
  vertical-align: middle;
  font-size: 1.4rem;
}
/* line 393, ../_sass/store.scss */
.floor-guide dt h3 .number b {
  font-size: 2.2rem;
  padding-right: 2px;
}
/* line 398, ../_sass/store.scss */
.floor-guide dt h3 .name {
  display: table-cell;
  padding-top: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
}
/* line 407, ../_sass/store.scss */
.floor-guide dd {
  margin: 0;
}
/* line 409, ../_sass/store.scss */
.floor-guide dd .body {
  padding: 0 0 20px 0;
  margin: 0 20px;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  /* line 409, ../_sass/store.scss */
  .floor-guide dd .body {
    padding: 20px 20px 20px 0;
    margin: 0;
  }
}
/* line 417, ../_sass/store.scss */
.floor-guide dd .body p {
  margin-bottom: 1em;
}
/* line 421, ../_sass/store.scss */
.floor-guide dd .body .facility {
  color: #999999;
  font-size: 14px;
}
/* line 2, ../_sass/_base/_mixins.scss */
.floor-guide dd .body .facility:after {
  content: "";
  display: table;
  clear: both;
}
/* line 425, ../_sass/store.scss */
.floor-guide dd .body .facility li {
  float: none;
  display: inline-block;
  background-color: #ffffff;
  padding: 2px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px #cccccc solid;
}
@media screen and (min-width: 992px) {
  /* line 438, ../_sass/store.scss */
  .floor-guide dd .body .facility li {
    float: right;
  }
}

/**
 * アクセス
 */
/* line 453, ../_sass/store.scss */
.access-data:first-child {
  margin-top: 0;
}
/* line 456, ../_sass/store.scss */
.access-data .address {
  margin: 0;
  padding: 20px 0;
  background-color: #ffffff;
}
/* line 460, ../_sass/store.scss */
.access-data .address p {
  margin-bottom: 0;
  line-height: 1em;
}
/* line 463, ../_sass/store.scss */
.access-data .address p.text {
  font-size: 1.8rem;
}
/* line 466, ../_sass/store.scss */
.access-data .address p.maplink {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  /* line 466, ../_sass/store.scss */
  .access-data .address p.maplink {
    margin-top: 5px;
    text-align: right;
  }
}
/* line 475, ../_sass/store.scss */
.access-data .map {
  height: 200px;
}
@media screen and (min-width: 768px) {
  /* line 475, ../_sass/store.scss */
  .access-data .map {
    padding-bottom: 34.2%;
    height: 0;
  }
}
/* line 481, ../_sass/store.scss */
.access-data .map .acf-map {
  height: 200px;
}
@media screen and (min-width: 768px) {
  /* line 481, ../_sass/store.scss */
  .access-data .map .acf-map {
    padding-bottom: 34.2%;
    height: 0;
  }
}
/* line 489, ../_sass/store.scss */
.access-data .method {
  padding: 20px 0 40px 0;
  border-bottom: 1px solid #e6e6e6;
  background-color: #ffffff;
}
/* line 493, ../_sass/store.scss */
.access-data .method:first-child {
  border-top: 1px solid #e6e6e6;
}
/* line 496, ../_sass/store.scss */
.access-data .method h3 {
  margin: 0 20px;
  border: 1px solid #e6e6e6;
}
@media screen and (min-width: 1200px) {
  /* line 496, ../_sass/store.scss */
  .access-data .method h3 {
    margin-right: 20px;
  }
}
/* line 502, ../_sass/store.scss */
.access-data .method h3 .icon {
  display: table-cell;
  vertical-align: middle;
}
/* line 506, ../_sass/store.scss */
.access-data .method h3 .title {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  /* line 506, ../_sass/store.scss */
  .access-data .method h3 .title {
    padding-left: 14px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 506, ../_sass/store.scss */
  .access-data .method h3 .title {
    padding-left: 20px;
  }
}
/* line 518, ../_sass/store.scss */
.access-data .method .body {
  margin: 20px 20px 0 20px;
}
@media screen and (min-width: 992px) {
  /* line 518, ../_sass/store.scss */
  .access-data .method .body {
    margin: 0;
  }
}
/* line 523, ../_sass/store.scss */
.access-data .method .body p {
  margin-bottom: 1em;
}

/* line 530, ../_sass/store.scss */
.access-map-image {
  background-color: #fff;
  padding: 20px 20px 60px;
  text-align: center;
}
/* line 534, ../_sass/store.scss */
.access-map-image img {
  width: auto;
  max-height: 640px;
  border: 1px solid #e6e6e6;
}
@media screen and (min-width: 992px) {
  /* line 534, ../_sass/store.scss */
  .access-map-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: auto;
  }
}
/* line 545, ../_sass/store.scss */
.access-map-image h3 {
  font-weight: normal;
}
/* line 548, ../_sass/store.scss */
.access-map-image .caption {
  margin-top: 10px;
}

/**
 * 駐車場
 */
/* line 557, ../_sass/store.scss */
.parking-data ol {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 562, ../_sass/store.scss */
.parking-data ol li {
  margin-bottom: 1em;
}
/* line 564, ../_sass/store.scss */
.parking-data ol li .number {
  width: 32px;
  display: inline-block;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 0 2px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #808080;
  margin-top: -3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 577, ../_sass/store.scss */
.parking-data ol li .number:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
/* line 585, ../_sass/store.scss */
.parking-data ol li a {
  margin-left: .5em;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  /* line 592, ../_sass/store.scss */
  .parking-data .line-table table {
    width: 380px;
  }
}
/* line 596, ../_sass/store.scss */
.parking-data .line-table table th {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  /* line 596, ../_sass/store.scss */
  .parking-data .line-table table th {
    font-size: 1.4rem;
  }
}
/* line 601, ../_sass/store.scss */
.parking-data .line-table table th.buy {
  color: #9b0012;
  text-align: left;
  width: 35%;
}
/* line 606, ../_sass/store.scss */
.parking-data .line-table table th.sel {
  color: #004896;
  text-align: left;
  width: 35%;
}
/* line 611, ../_sass/store.scss */
.parking-data .line-table table th.time {
//  color: #ffffff;
  text-align: right;
  width: 30%;
}
/* line 617, ../_sass/store.scss */
.parking-data .line-table table td {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  /* line 617, ../_sass/store.scss */
  .parking-data .line-table table td {
    font-size: 1.4rem;
  }
}
/* line 622, ../_sass/store.scss */
.parking-data .line-table table td.time {
  text-align: right;
  font-weight: bold;
}

/*# sourceMappingURL=store.css.map */
