#shop {
  letter-spacing: 0.15em;
  width: 100%;
  margin: 0 auto;
}

#shop .shop_list_trg {
  font-size: 14px;
  font-color:#3f444a;
  width: 90%;
  border-bottom: 1px solid #000;
  background: url(../images/shop_arw1.png) no-repeat 98% center;
  margin-top: 15px;
  cursor: pointer;
}

#shop .shop_list_trg:first-child {
  margin-top: 0;
}

#shop .shop_list_trg.active {
  background: url(../images/shop_arw2.png) no-repeat 98% center;
}

#shop .shop_list_trg p {
  line-height: 1em;
  padding: 10px 0;
}

#shop .shop_list_wrap {
  display: none;
}

#shop .shop_list_wrap dl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  border-bottom: 0px solid #ccc;
  position: relative;
  top: 0;
  left: 0;
  font-size: 14px;
  color:#3f444a;
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translateY(60);
  -ms-transform: translateY(60);
  transform: translateY(60);
}

#shop .shop_list_wrap dl:after {
  content: "";
  display: block;
  clear: both;
}

#shop .shop_list_wrap dl dt {
  font-size: 18px;
  width: 300px;
  float: left;
  margin-right: 30px;
}

#shop .shop_list_wrap dl dd {
  width: 100%;
  float: left;
  line-height: 1.5em;
}

#shop .shop_list_wrap dl dd:last-child {
  width: 90%;
  float: left;
  margin-left: 20px;
}

#shop .shop_list_wrap dl dd:last-child a {
  border-bottom: 1px solid #ccc;
  background: url(../images/shop_link_icon.png) no-repeat 98% center;
  background-size: 13px 11px;
  display: block;
  line-height: 1.4;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

#shop .shop_attention {
  font-size: 14px;
  margin-top: 10px;
  font-family: "Open Sans", "Roboto Condensed", Arial, Verdana, Helvetica, 'Microsoft Yahei', Lato, sans-serif; sans-serif;
}

@media screen and (max-width: 800px) {
  #shop {
    width: 100%;
    padding-top: 0;
  }
  #shop .shop_list_trg {
    font-size: 15px;
    background-size: 12px;
  }
  #shop .shop_list_trg.active {
    background-size: 12px;
  }
  #shop .shop_list_trg p {
    line-height: 1em;
    padding: 8px 0;
  }
  #shop .shop_list_wrap {
    display: none;
  }
  #shop .shop_list_wrap dl {
    padding: 20px 0;
    font-size: 12px;
    line-height: 1.4;
  }
  #shop .shop_list_wrap dl dt {
    font-size: 14px;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #shop .shop_list_wrap dl dd {
    width: 100%;
    float: none;
    line-height: 1.8;
  }
  #shop .shop_list_wrap dl dd span {
    display: inline-block;
    margin-bottom: 10px;
  }
  #shop .shop_list_wrap dl dd:last-child {
    width: 90%;
    float: none;
    margin-left: 0;
    text-align: left;
    margin-top: 10px;
  }
  #shop .shop_list_wrap dl dd:last-child a {
    border-bottom: 1px solid #ccc;
    background-size: 10px 9px;
    display: inline-block;
    line-height: 1.4;
    padding-right: 20px;
  }
  #shop .shop_attention {
    font-size: 12px;
    margin-top: 20px;
  }
}
