@charset "UTF-8";
/* CSS Document */
@media (min-width: 900px) {
  .repc {
    display: block;
  }
  .resp {
    display: none;
  }
  img.repc {
    display: inline-block;
  }
  html {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .repc {
    display: none;
  }
  .resp {
    display: block;
  }
  img.resp {
    display: inline-block;
  }
  html {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .cont_sp {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.shop .nav_area {
  display: flex;
  margin-left: -1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.shop .nav_area li {
  display: inline-block;
  font-weight: bold;
  background: #aacd06;
  padding: 1rem;
  margin: 1rem 0.5rem;
  text-align: center;
  border-radius: 20px;
  min-width: 11rem;
}
.shop .nav_area li:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (max-width: 900px) {
  .shop .nav_area li {
    font-size: 1.3rem;
    margin: 0.5rem;
  }
}
.shop .list_shop .ttl_cont .inn_ttl {
  width: 65% !important;
  max-width: 623px !important;
}
@media (max-width: 900px) {
  .shop .list_shop .ttl_cont .inn_ttl {
    width: 100% !important;
    max-width: none !important;
  }
}
.shop .list_shop h3 {
  background: #aacd06;
  font-weight: bold !important;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  width: 100%;
  clear: both;
  font-size: 1.3rem;
  margin-top: 2rem;
}
.shop .list_shop h4 {
  border-bottom: 1px dotted #ccc;
  padding: 5px;
  text-align: center;
  font-weight: bold !important;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.shop .list_shop .txt_lead {
  line-height: 1.3rem;
  width: 90%;
  margin: 1rem auto;
  font-weight: bold;
}
.shop .list_shop .txt_main {
  line-height: 1.3rem;
  width: 90%;
  margin: 1rem auto;
}
.shop .list_shop .txt_main .bold {
  font-weight: bold;
}
.shop .list_shop .txt_attention {
  background: #fafafa;
  padding: 0.5rem;
  border-radius: 1rem;
  width: 95%;
  margin: 1rem auto;
  line-height: 1.5rem;
}
.shop .list_shop .txt_attention a {
  color: #3eb134;
  font-weight: bold;
}
@media (max-width: 900px) {
  .shop .list_shop dl {
    width: 90%;
    margin: auto;
  }
}
.shop .list_shop .box_list dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  margin: 0;
}
.shop .list_shop .box_list dl dd {
  width: 50%;
  background: #fafafa;
  border-top: 1px dashed #eee;
  padding: 10px;
  color: #555;
}
@media (max-width: 900px) {
  .shop .list_shop .box_list dl dd {
    width: 100%;
  }
}
.shop .list_shop .box_list dl dd::before {
  content: "・";
  font-weight: bold;
}
@media (max-width: 900px) {
  .shop .list_shop .box_list dl dd:nth-child(2n) {
    background: #fff;
  }
}
.shop .list_shop .box_list dl dd a {
  color: #00A347;
}
@media (min-width: 900px) {
  .shop .list_shop .box_list dl dd:nth-of-type(4n), .shop .list_shop .box_list dl dd:nth-of-type(4n-3) {
    background: #fff;
  }
}
.shop .list_shop .box_list dl .area_sub {
  width: 100%;
  background: #ddd;
  color: #555;
  border: none;
  text-align: left;
  padding: 0.5rem;
}/*# sourceMappingURL=hanbaiten.css.map */