body {
    overflow-x: hidden;
}
.banner {
    padding: 50px 0 30px;
}
.banner a {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.content2 {
    margin-bottom: 30px;
}

a.bnr:hover {
    filter: brightness(120%);
}
a.content:hover {
    opacity: 0.8;
}

.map{
    position: relative;
    width: 100%;
}
.map:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 120%;
}
.map iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.h_shop {
    width: min(60% , 300px);
    margin: 30px auto;
}

.section_map {
    padding: 0 20px 30px;
}

.exhibition_list .area_list > li .head {
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1.3;
    padding: 0.3em 0;
    text-align: center;
  }
  .exhibition_list .area_list > li .head span {
    font-size: 0.8em;
    display: block;
  }
  .exhibition_list .area_list > li .store_list {
    padding: 0 20px;
  }
  .exhibition_list .area_list > li .store_list > li {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 10px 0;
  }
  .exhibition_list .area_list > li .store_list > li:not(:last-child) {
    border-bottom: 1px solid #b4b4b4;
  }
  .exhibition_list .area_list > li .store_list > li span {
    display: block;
  }
  .exhibition_list .area_list > li .store_list > li span.name {
    font-size: 1.3em;
    margin-bottom: 5px;
  }
  .exhibition_list .area_list > li .store_list > li span.address:before {
    content: "〒";
  }
  .exhibition_list .area_list > li .store_list > li span.tel {
    text-decoration: none;
  }
  .exhibition_list .area_list > li .store_list > li span.tel:before {
    content: "電話番号";
    pointer-events: none;
  }
  .exhibition_list .area_list > li .store_list > li span.tel a {
    text-decoration: none;
  }
  .exhibition_list .area_list > li .store_list > li span.tel a:hover {
    color: inherit;
    text-decoration: none;
  }
  .exhibition_list .area_list > li:nth-child(1) .head {
    background-color: rgb(214, 253, 208);
  }
  .exhibition_list .area_list > li:nth-child(2) .head {
    background-color: rgb(202, 192, 216);
  }
  .exhibition_list .area_list > li:nth-child(3) .head {
    background-color: rgb(188, 204, 225);
  }
  .exhibition_list .area_list > li:nth-child(4) .head {
    background-color: rgb(223, 186, 184);
  }
  .exhibition_list .area_list > li:nth-child(5) .head {
    background-color: rgb(250, 233, 219);
  }
  .exhibition_list .area_list > li:nth-child(6) .head {
    background-color: rgb(217, 217, 217);
  }