/*******************************

map CSS

**********************************/
p.note {
  font-size: 1.3rem;
  margin-bottom: 5px;
  text-align: left;
}
.machiaruki {
  width: 100%;
  margin-bottom: 100px;
}

.block {
  width: 100%;
  margin-bottom: 80px;
}
.block:last-of-type {
  margin-bottom: 0;
}

.block p.place {
  font-size: 2rem;
  text-align: left;
}

.block address {
  font-style: normal;
  margin-bottom: 10px;
}

.block .map-wr {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
.block .map-wr iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.block .blo_ttl {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 10px;
}

.block ol {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block ol li {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 48%;
  margin-bottom: 20px;
}
.block ol li .store_name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
}
.block ol li .store_name::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 30px;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

.block ol li:first-of-type .store_name::before {
  background-image: url("../img/map/map_no01.png");
}

.block ol li:nth-of-type(2) .store_name::before {
  background-image: url("../img/map/map_no02.png");
}
.block ol li:nth-of-type(3) .store_name::before {
  background-image: url("../img/map/map_no03.png");
}
.block ol li:nth-of-type(4) .store_name::before {
  background-image: url("../img/map/map_no04.png");
}
.block ol li:nth-of-type(5) .store_name::before {
  background-image: url("../img/map/map_no05.png");
}
.block ol li:nth-of-type(6) .store_name::before {
  background-image: url("../img/map/map_no06.png");
}
.block ol li:nth-of-type(7) .store_name::before {
  background-image: url("../img/map/map_no07.png");
}
.block ol li:nth-of-type(8) .store_name::before {
  background-image: url("../img/map/map_no08.png");
}
.block ol li:nth-of-type(9) .store_name::before {
  background-image: url("../img/map/map_no09.png");
}
.block ol li:nth-of-type(10) .store_name::before {
  background-image: url("../img/map/map_no10.png");
}
.block ol li:nth-of-type(11) .store_name::before {
  background-image: url("../img/map/map_no11.png");
}
.block ol li:nth-of-type(12) .store_name::before {
  background-image: url("../img/map/map_no12.png");
}
.block ol li:nth-of-type(13) .store_name::before {
  background-image: url("../img/map/map_no13.png");
}
/* .block ol li:nth-of-type(4) .store_name::before {
  background-image: url("../img/map/map_no05.png");
}
.block ol li:nth-of-type(5) .store_name::before {
  background-image: url("../img/map/map_no06.png");
}
.block ol li:nth-of-type(6) .store_name::before {
  background-image: url("../img/map/map_no07.png");
}
.block ol li:nth-of-type(7) .store_name::before {
  background-image: url("../img/map/map_no08.png");
}
.block ol li:nth-of-type(8) .store_name::before {
  background-image: url("../img/map/map_no09.png");
}
.block ol li:nth-of-type(9) .store_name::before {
  background-image: url("../img/map/map_no10.png");
}
.block ol li:nth-of-type(10) .store_name::before {
  background-image: url("../img/map/map_no11.png");
}
.block ol li:nth-of-type(11) .store_name::before {
  background-image: url("../img/map/map_no12.png");
}
.block ol li:nth-of-type(12) .store_name::before {
  background-image: url("../img/map/map_no13.png");
} */

.block ol li .exhibits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
}
.block ol li .dh {
  width: 45%;
}
.block ol li .dh .name {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
  padding-top: 5px;
}

@media all and (max-width: 900px) {
  .block ol li .dh {
    width: 48%;
  }
  .block ol li .dh .name {
    font-size: 1.1rem;
  }
}

@media all and (max-width: 600px) {
  .machiaruki {
    margin-bottom: 80px;
  }
  .block {
    width: 100%;
    margin-bottom: 60px;
  }
  .block .blo_ttl {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .block .map-wr {
    padding-top: 100%;
  }
  .block ol li {
    width: 100%;
    margin-bottom: 20px;
  }
  .block ol li .dh {
    width: 45%;
  }
}
.block.horizontal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
}

.area_item {
  /* display: flex;
  flex-direction: column; */
  position: relative;
  padding-left: 3em;
}
body {
  counter-reset: number 0;
}

.area_item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  color: #fff;
  width: 2em;
  line-height: 2em;
  text-align: center;
  vertical-align: middle;
}
.area_item::after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-color: #b20000;
  position: absolute;
  top: -0.1em;
  left: 0;
  margin: auto;
  z-index: -1;
  border-radius: 50%;
}

.area_name {
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 10px;
}

.area_detail {
  line-height: 1.7;
}

@media all and (max-width: 900px) {
  .block.horizontal {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
