*::before, *::after {
  pointer-events: none;
}

.container {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.notes_list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 11px;
  position: relative;
}

.indent_txt {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.lead {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 14px;
  }
}

.item_wrap {
  font-size: 12px;
}
.item_wrap .item_img {
  margin-bottom: 5px;
}
.item_wrap .shop_logo {
  margin-bottom: 10px;
}
.item_wrap .shop_name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.item_wrap .shop_name span {
  border-bottom: 1px solid #000;
}
.item_wrap .category {
  margin-bottom: 5px;
  font-size: 10px;
}
.item_wrap .category .floor {
  display: inline-block;
  background: #000;
  border-radius: 3px;
  min-width: 58px;
  padding: 0 3px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
}
.item_wrap .detail {
  margin-bottom: 5px;
}
.item_wrap .notes_txt {
  margin-top: 5px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .item_wrap .shop_logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.anchor_list {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.anchor_list li {
  display: table;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 2px 2px 0 #000;
  border-radius: 10px;
  width: 320px;
  height: 70px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.anchor_list li:not(:last-child) {
  margin-right: 20px;
}
.anchor_list li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.anchor_list li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .anchor_list {
    margin-bottom: 40px;
  }
  .anchor_list li {
    border-radius: 10px;
    height: 50px;
    font-size: 12px;
  }
  .anchor_list li:not(:last-child) {
    margin-right: 10px;
  }
  .anchor_list li a {
    padding-bottom: 10px;
  }
  .anchor_list li a::after {
    width: 4px;
    height: 4px;
    border: 1px solid;
    border-color: transparent transparent #000 #000;
    transform: rotate(-45deg) translate(-50%), 0;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 8px;
  }
}

.other_contents {
  background: #FEF5EC;
  padding: 70px 0;
  position: relative;
}
.other_contents h2 {
  text-align: center;
  margin-bottom: 20px;
}
.other_contents h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .other_contents {
    padding: 50px 0;
  }
  .other_contents h2 {
    margin-bottom: 25px;
  }
  .other_contents h3 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.other_contents ul.list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.other_contents ul.list > li {
  margin-bottom: 10px;
}
.other_contents ul.list > li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .other_contents ul.list {
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .other_contents ul.list li {
    width: calc(50% - 2px);
    margin-right: 0 !important;
  }
}
.other_contents .back_btn {
  text-align: center;
  margin-bottom: 40px;
}
.other_contents .notes_wrap {
  color: #4E4E4E;
  max-width: 900px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .other_contents .notes_wrap {
    display: block;
  }
}
.other_contents .notes_wrap .notes {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 11px;
  font-feature-settings: "palt" 1;
}
.other_contents .notes_wrap .notes_list {
  display: block;
  font-feature-settings: "palt" 1;
}
.other_contents .notes_wrap .notes_list:first-of-type {
  margin-right: 55px;
  max-width: 54%;
}
@media screen and (max-width: 768px) {
  .other_contents .notes_wrap .notes_list:first-of-type {
    margin-right: 0;
    max-width: 100%;
  }
}
.other_contents .notes_wrap .notes_list:nth-of-type(2) {
  flex-shrink: 0;
}

.share_area {
  padding: 0;
}

.share_wrap {
  margin: 80px auto 70px;
}
@media screen and (max-width: 768px) {
  .share_wrap {
    margin: 40px 0 45px;
  }
  .share_wrap .share_txt {
    font-size: 14px;
  }
}