/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
@font-face {
  font-family: 'NotoSansJP-Medium';
  src: url("../font/NotoSansJP-Medium.eot");
  src: url("../font/NotoSansJP-Medium.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansJP-Medium.woff") format("woff"), url("../font/NotoSansJP-Medium.ttf") format("truetype"), url("../font/NotoSansJP-Medium.svg#NotoSansJP-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
ul {
  list-style-type: none;
}

#shoplist #contentArea {
  margin: 0 auto 100px;
}
#shoplist #contentArea.ecShopList {
  width: initial;
}

#contentArea.ecShopList {
  width: initial;
}

#mainHolder {
  max-width: initial;
}

.ecShopList .header_logo {
  text-align: left;
  margin: 20px 0 50px 20px;
}
.ecShopList #mainTtl {
  text-align: center;
  margin-bottom: 80px;
}

#shoplist #contentArea h3.subTtl {
  text-align: center;
  margin-bottom: 60px;
  background: #fff;
  line-height: initial;
}

.contentArea_inner {
  width: 1000px;
  margin: 0 auto 100px;
}

.areaCommon {
  width: 200px;
  background: #f5f7f7;
  text-align: center;
  line-height: 52px;
  font-size: 15px;
  letter-spacing: .1em;
  margin-right: 30px;
}

.shopName,
.site {
  font-size: 13px;
  letter-spacing: .1em;
}
.shopName a,
.site a {
  color: #000;
  text-decoration: none;
}

.shopName {
  display: inline-block;
  line-height: 1.3;
}

.site {
  float: right;
  display: inline-block;
}
.site a {
  color: #000;
  text-decoration: none;
  transition: all .5s;
}
.site a:hover {
  opacity: .7;
}

.icon_shop {
  margin-left: 5px;
  width: 8px;
}

.women, .men {
  color: #fff;
  background: #000;
  font-size: 10px;
  padding: 2px 5px 3px;
  letter-spacing: .1em;
}

.men {
  margin-right: 10px;
}

.sexList {
  padding-bottom: 8px;
}

.areaWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.areaWrap + .areaWrap {
  margin-top: 60px;
}

.areaWrap_inner {
  width: 770px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.areaList {
  width: 345px;
  border-bottom: 1px solid;
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
}
.areaList.tta {
  padding: 22px 0 10px 20px;
}
.areaList.be {
  padding: 0 0 10px 20px;
}
.areaList.be:nth-child(n+3) {
  margin-top: 50px;
}
.areaList:nth-child(n+3) {
  margin-top: 30px;
}

.online_banner {
  display: block;
  width: 360px;
  margin: 0 auto;
  transition: all .5s;
}
.online_banner:hover {
  opacity: .7;
}
