.top_img img{
  width: 100%;
}
.top_img{
  background: url(https://file001.shop-pro.jp/PA01285/894/img/index/pcheader_bg.jpg)center center no-repeat;
  background-size: cover;
  padding: 70px 0;
  text-align: center;
  margin: 0 0 50px 0;
}
.pc_header {
  color: #fff;
  background: rgb(0,0,0,0.5);
  padding: 30px 0;
}
.pc_header h1 {
  font-size: 1.2em;
  margin-bottom: 10px;
  line-height: 1.7em;
  font-weight: normal;
}
.pc_header h2 {
  font-size: 2.3em;
  line-height: 1.7em;
  margin-bottom: 10px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.pc_header p {
  font-size: 1.1em;
  line-height: 1.7em;
}
.info_detail_lists dt {
  font-weight: 500;
  color: #ffd93f;
  margin: 20px 0 10px;
}
.info_detail_lists dd{
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}
.expl{
  font-size: 11px;
  margin: 10px 0;
  padding: 0;
  height: 4.3em;
  overflow: hidden;
}
.expl a{
  color: #777;
}
.expl a:hover {
  color: #125678;
}
.mother {
  margin-bottom: 30px;
}
.mother img {
  width: 100%;
}
.info_heading,.recommend_heading {
    font-size: 20px;
    font-weight: 600;
}
.info_heading span,.recommend_heading span {
    font-size: 0.7em;
    color: #403a39;
}

@media (max-width: 768px) {
  .top_img{
  margin: 20px 0 30px 0;
  }
  .mother {
    text-align: center;
  }
.sp_header_bg {
  background: url(https://file001.shop-pro.jp/PA01285/894/img/index/header_bg.jpg)center center no-repeat;
  background-size: cover;
  padding: 20px 0;
  text-align: center;
  margin: 0 0 50px 0;
  }
 .smp_tel {
   width: 70%;
   padding: 10px 0 5px;
   margin: 10px auto;
   font-size: 18px;
   background: #403a39;
   border-radius: 5px;
   line-height: 1.1em;
  }
  .smp_tel a {
    color: #f0efe9;
  }
  .smp_tel span {
    font-size: 12px;
    font-weight: normal;
  }
  .sp_header {
    color: #fff;
    background: rgb(0,0,0,0.5);
    padding: 20px 0;
    margin-top: 20px;
  }
  .sp_header h1 {
    font-size: 0.85em;
    margin-bottom: 10px;
    line-height: 1.7em;
    font-weight: normal;
  }
  .sp_header h2 {
    font-size: 1.2em;
    line-height: 1.7em;
  }
  .sp_header p {
    font-size: 0.85em;
    line-height: 1.7em;
    margin-top: 10px;
  }
  .info_heading,.recommend_heading {
    font-size: 18px;
  }
  .info_heading span,.recommend_heading span {
    margin-left: 0;
  }
  .expl{
    font-size: 9px;
    margin: 10px 0;
    padding: 0;
    height: 6.0em;
    overflow: hidden;
    line-height: 1.5em;
  }
  .sns_feed {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

@media (min-width: 769px) {
  .list_hover a {
    position: relative;
    display: block;
  }
  .list_hover a:hover:after {
    opacity: 1;
  }
  .list_hover a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18,86,120,.4);
    font-family: 'Renner*';
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    content: "VIEW DETAIL";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    transition: all .5s ease;
  }
}