@charset "utf-8";
/* CSS Document */

.ShopSpc .ttl_line {
  overflow: hidden;
  border-bottom: 1px solid #e0d5ce;
  padding: 0 0 25px 0;
  margin-bottom: 60px;
}

.ShopSpc .ttl_line h3 {
  float: left;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #7a6051;
}

.ShopSpc .ttl_line span {
  color: #fff;
  font-size: 11px;
  float: right;
  background-color: #a08a7a;
  padding: 5px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}

.ShopSpc .ttl_line p {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.ShopSpc .tableArea table {
  color: #7a6051;
  margin-bottom: 40px;
}

.sbArea h4 {
  color: #7a6051;
  font-size: 14px;
  margin-bottom: 20px;
}

.sbArea .textarea {
  font-size: 12px;
  color: #7a6051;
  line-height: 2.6;
  margin-bottom: 46px;
}

#map {
  margin: 0 auto 60px auto;
  width: 100%;
  height: 320px;
}

#map iframe {
  width: 100%;
  height: 320px;
}

.detail_btn div span {
  width: 134px;
}

.ShopSpc {
  padding: 0 0 80px 0;
}

/* SP */
@media only screen and (max-width: 768px) {
  .ShopSpc .ttl_line span {
    background-color: #a08a7a;
    color: #fff;
    display: block;
    float: none;
    font-size: 9px;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    padding: 5px;
    text-align: center;
    width: 73px;
  }
  .ShopSpc .ttl_line h3 {
    float: none;
    font-size: 16px;
  }

  .ShopSpc .ttl_line p {
  font-size: 12px;
  margin-left: 5px;
}
  .ShopSpc .ttl_line {
    border-bottom: 1px solid #e0d5ce;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 0 10px;
  }
  .innerWrapShopex {
    width: 100%;
  }
  .sbArea h4 {
    color: #7a6051;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .sbArea .textarea {
    color: #7a6051;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 20px;
  }
  #map {
    height: 160px;
    margin: 0 auto 20px;
    width: 100%;
  }

  #map iframe {
    width: 100%;
    height: 160px;
  }

  .detail_btn div span {
    line-height: 1.2;
    vertical-align: top;
    width: 120px;
  }
  .ShopSpc {
    padding: 0 0 40px;
  }

  .ShopSpc .tableArea table td a.phonelink {
    display: block;
    width: 100%;
  }
}
