.anch_tab {
  width: 100%;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .anch_tab {
    width: 100%;
    margin-bottom: 30px;
  }
}
.anch_tab:after {
  width: 23%;
  height: 1px;
  content: '';
  display: block;
}
.anch_tab > li {
  width: 23%;
  max-width: 250px;
  margin-bottom: 20px;
  background: url("/common/img/bd_dot.png") repeat-x left bottom;
  display: table;
}
@media screen and (max-width: 768px) {
  .anch_tab > li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.anch_tab > li a {
  position: relative;
  display: table-cell;
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  padding: 0 20px 5px 0;
  color: #5d2e13;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .anch_tab > li a {
    font-size: 1.4rem;
    padding: 0 18px 5px 0;
  }
}
.anch_tab > li a:hover {
  opacity: 0.7;
}
.anch_tab > li a:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/common/img/icn_arrow.png") no-repeat center center/100% auto;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .anch_tab > li a:after {
    width: 15px;
    height: 15px;
  }
}

.shop_list > li {
  width: 100%;
  margin: 0 auto 60px;
  border-radius: 20px;
  padding: 86px 125px 70px;
  background: url("/common/img/zw_bd.png") repeat-x center top;
}
@media screen and (max-width: 1100px) {
  .shop_list > li {
    padding: 86px 5% 70px;
  }
}
@media screen and (max-width: 768px) {
  .shop_list > li {
    margin: 0 auto 30px;
    border-radius: 15px;
    padding: 50px 5% 30px;
  }
}
.shop_list > li:nth-child(2n-1) {
  background-color: #f5d9d1;
}
.shop_list > li:nth-child(2n-1) h2 {
  background-color: #f5d9d1;
}
.shop_list > li:nth-child(2n-1) h2:after {
  background: url("/common/img/icn_r20_p.png") no-repeat center center/100% auto;
}
.shop_list > li:nth-child(2n) {
  background-color: #f5eac6;
}
.shop_list > li:nth-child(2n) h2 {
  background-color: #f5eac6;
}
.shop_list > li:nth-child(2n) h2:after {
  background: url("/common/img/icn_r20_y.png") no-repeat center center/100% auto;
}
.shop_list > li .img_area {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .shop_list > li .img_area {
    display: block;
  }
}
.shop_list > li .img_area .img_box1 {
  max-width: 550px;
}
.shop_list > li .img_area .img_box1 img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .shop_list > li .img_area .img_box1 img {
    border-radius: 15px;
  }
}
.shop_list > li .img_area .img_box2 {
  max-width: 270px;
}
@media screen and (max-width: 1100px) {
  .shop_list > li .img_area .img_box2 {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .shop_list > li .img_area .img_box2 {
    max-width: 100%;
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    margin: 20px auto;
  }
}
.shop_list > li .img_area .img_box2 > li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .shop_list > li .img_area .img_box2 > li {
    margin-top: 0px;
    width: 48%;
  }
}
.shop_list > li .img_area .img_box2 > li img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .shop_list > li .img_area .img_box2 > li img {
    border-radius: 15px;
  }
}
.shop_list > li h2 {
  margin-top: -60px;
  position: relative;
  border-radius: 0 20px 0 0;
  display: table;
  padding: 20px 30px 20px 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .shop_list > li h2 {
    margin-top: -40px;
    padding: 10px 20px 10px 0;
    border-radius: 0 15px 0 0;
  }
}
.shop_list > li h2:after {
  position: absolute;
  right: -20px;
  top: 40px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  /*background: url("/common/img/icn_r20_p.png")no-repeat center center / 100% auto;*/
}
@media screen and (max-width: 768px) {
  .shop_list > li h2:after {
    width: 15px;
    height: 15px;
    right: -15px;
    top: 30px;
  }
}
.shop_list > li h2 em {
  display: inline-block;
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
  color: #5d2e13;
  border-bottom: #5d2e13 3px solid;
}
@media screen and (max-width: 768px) {
  .shop_list > li h2 em {
    border-bottom: none;
    line-height: 1.8;
  }
  .shop_list > li h2 em .pane {
    font-size: 1.8rem;
    display: block;
    line-height: 1.2;
  }
  .shop_list > li h2 em .name {
    font-size: 2.4rem;
    display: inline-block;
    border-bottom: #5d2e13 3px solid;
  }
}
.shop_list > li .txt {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .shop_list > li .txt {
    font-size: 1.4rem;
  }
}
.shop_list > li .eqp_icn {
  display: flex;
  margin-bottom: 20px;
  background: url("/common/img/bd_dot.png") repeat-y top left;
}
@media screen and (max-width: 768px) {
  .shop_list > li .eqp_icn {
    -webkit-justify-content: flex-start;
    justify-content: -webkit- flex-start;
    justify-content: flex-start;
  }
}
.shop_list > li .eqp_icn > li {
  padding: 2px 0;
  background: url("/common/img/bd_dot.png") repeat-y top right;
  max-width: 80px;
}
.shop_list > li .eqp_icn > li.nolist {
  background: none;
}
.shop_list > li .map_area {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  border-radius: 20px;
  min-height: 490px;
}
@media screen and (max-width: 768px) {
  .shop_list > li .map_area {
    width: 100%;
    display: block;
    border-radius: 15px;
    min-height: 240px;
  }
}
.shop_list > li .map_area .map_dtl {
  padding: 20px 25px;
  border-radius: 20px 0 0 20px;
  background-color: #ffffff;
  max-width: 350px;
  width: 41.17%;
}
@media screen and (max-width: 768px) {
  .shop_list > li .map_area .map_dtl {
    padding: 20px 15px;
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 15px 15px;
    margin-top: -1px;
  }
}
.shop_list > li .map_area .map_dtl ol > li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url("/common/img/bd_dot.png") repeat-x left bottom;
}
@media screen and (max-width: 768px) {
  .shop_list > li .map_area .map_dtl ol > li {
    padding-bottom: 8px;
    margin-bottom: 5px;
    display: flex;
  }
}
.shop_list > li .map_area .map_dtl ol > li em {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .shop_list > li .map_area .map_dtl ol > li em {
    font-size: 1.4rem;
    margin-right: 5px;
    width: 4.3em;
  }
}
.shop_list > li .map_area .map_dtl ol > li span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .shop_list > li .map_area .map_dtl ol > li span {
    font-size: 1.4rem;
  }
}
.shop_list > li .map_area .map_box {
  border-radius: 0 20px 20px 0;
  width: 58.83%;
  max-width: 500px;
  overflow: hidden;
  /*padding-bottom: 56.25%;*/
}
@media screen and (max-width: 768px) {
  .shop_list > li .map_area .map_box {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 15px 15px 0 0;
    padding-bottom: 56.25%;
  }
}
.shop_list > li .map_area .map_box iframe {
  border-radius: 0 20px 20px 0;
  border: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .shop_list > li .map_area .map_box iframe {
    display: block;
    position: absolute;
    border-radius: 15px 15px 0 0;
    top: 0;
  }
}
