@charset "UTF-8";
.cmn-page-title {
  background: url(../images/gourmetfood/bg_title.jpg) no-repeat center;
  background-size: cover;
}

.cmn-page-content {
  background: #f7f7f7;
}

/*  タブ
-------------------------*/
.cmn-tab-navi.sub-navi {
  padding: 20px 4.1% 30px;
}

.cmn-tab-navi.sub-navi .tab-list li {
  width: 49%;
}

.cmn-tab-navi.sub-navi .tab-list li a {
  font-size: 9px;
  font-size: 2.8125vw;
  padding: 8% 0;
}

/*  ショップリスト
-------------------------*/
.gourmetshop-block {
  background: #fff;
  padding: 30px 0;
}

.gourmetshop-block .cmn-listtype02 .floor, .gourmetshop-block .cmn-listtype02 .tel {
  color: #a0a0a0;
  font-size: 10px;
  font-size: 3.125vw;
}

.gourmetshop-block .cmn-listtype02 .tel {
  margin-top: 2px;
}

.gourmetshop-block .cmn-listtype02 .name {
  margin-top: 3px;
  font-weight: bold;
  color: #4a4a4a;
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 1.666666667;
}

.gourmetshop-block .cmn-listtype02 .category {
  margin-top: 3px;
  font-size: 10px;
  font-size: 3.125vw;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
