@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* カラー変数定義
-----------------------------------------------------------------*/
/* カラー変数定義
-----------------------------------------------------------------*/
.storeSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 40px 120px;
}
@media print, screen and (max-width: 767px) {
  .storeSection {
    display: block;
    margin: 0 20px 60px;
  }
}

.storeSectionList_node a img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
@media print, screen and (min-width: 1025px) {
  .storeSectionList_node a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.storeSectionList_img {
  position: relative;
  border: 1px solid #010101;
  padding-bottom: 100%;
}
.storeSectionList_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 160px;
  height: auto;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .storeSectionList_img img {
    width: 140px;
  }
}
@media print, screen and (max-width: 767px) {
  .storeSectionList_img img {
    width: 120px;
  }
}

.storeSection-vendor {
  border-top: 1px solid #010101;
  padding: 120px 0 0;
  margin: 0 40px;
}
@media print, screen and (max-width: 767px) {
  .storeSection-vendor {
    padding: 60px 0 0;
    margin: 0 20px;
  }
}

.storeSection_title {
  font-family: "neue-haas-grotesk-display", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 40px;
  width: 33.3333%;
  width: 33.3333333333%;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .storeSection_title {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .storeSection_title {
    font-size: 24px;
    width: auto;
    margin: 0 0 20px;
  }
}

.storeSection_text {
  line-height: 2;
  width: 66.6666%;
  width: 66.6666666667%;
}
@media print, screen and (max-width: 767px) {
  .storeSection_text {
    width: auto;
  }
}

.storeAnchorList {
  margin: 80px 0 0;
}
@media print, screen and (max-width: 767px) {
  .storeAnchorList {
    margin: 40px 0 0;
  }
}

.storeAnchorList_node {
  margin: 0 0 20px;
}
@media print, screen and (max-width: 767px) {
  .storeAnchorList_node {
    margin: 0 20px 20px 0;
  }
}

.storeAreaList {
  width: 66.6666%;
  width: 66.6666666667%;
  margin: 80px 0 0;
}
@media print, screen and (max-width: 767px) {
  .storeAreaList {
    width: auto;
    margin: 40px 0 0;
  }
}

.storeAreaList_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  word-break: break-all;
  border-bottom: 1px solid #010101;
  padding: 40px 0;
}
.storeAreaList_node:first-child {
  padding-top: 0;
}
@media print, screen and (max-width: 767px) {
  .storeAreaList_node {
    display: block;
  }
}

.storeAreaList_areaName {
  font-size: 20px;
  font-weight: normal;
  width: 25%;
  padding: 0 40px 0 0;
}
@media print, screen and (max-width: 767px) {
  .storeAreaList_areaName {
    font-size: 16px;
    width: auto;
    padding: 0;
    margin: 0 0 20px;
  }
}

.storeAreaList_shopList {
  width: 75%;
}
@media print, screen and (max-width: 767px) {
  .storeAreaList_shopList {
    width: auto;
  }
}

.storeAreaList_shopList_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.storeAreaList_shopList_node:last-child {
  margin: 0;
}
@media print, screen and (max-width: 767px) {
  .storeAreaList_shopList_node {
    margin: 0 0 20px;
  }
  .storeAreaList_shopList_node:last-child {
    margin: 0;
  }
}

.storeAreaList_shopList_shopName {
  width: 33.3333%;
  width: 33.3333333333%;
  padding: 0 40px 0 0;
}
.storeAreaList_shopList_shopName a {
  text-decoration: underline;
}
@media print, screen and (max-width: 767px) {
  .storeAreaList_shopList_shopName {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
}

.storeAreaList_shopList_address {
  width: 33.3333%;
  width: 33.3333333333%;
  padding: 0 40px 0 0;
}
@media print, screen and (max-width: 767px) {
  .storeAreaList_shopList_address {
    width: auto;
    padding: 0;
    margin: 0 20px 0 0;
  }
}

.storeAreaList_shopList_tel {
  width: 33.3333%;
  width: 33.3333333333%;
  padding: 0 40px 0 0;
}
@media print, screen and (max-width: 767px) {
  .storeAreaList_shopList_tel {
    width: auto;
    padding: 0;
    margin: 0;
  }
}