@charset "UTF-8";
/*-------------------------------------------
SHOP
-------------------------------------------*/
.shop {
  margin-bottom: 80px;
}
.shop .img {
  height: auto;
  width: 100%;
  margin-bottom: 40px;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}
/*ショップリスト*/
.table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
 table-layout: fixed;	
}
.table th, .table td {
  padding: 15px 20px;
  border: solid 1px #d0bea2;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.table th {
  width: 20%;	
  text-align: left;
  background: #d0bea2;
}
.table td {
	width: 80%;
}
.table .url a {
  color: #721113;
}
.table .btn .map {
  width: 40px;
  margin-right: 10px;
}
/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /*ショップリスト*/
  .table, .table tr, .table td, .table th {
    display: block;
  }
  .table th, .table td {
    width: auto;
  }
}