.store_list {
  min-height: 200px;
}

.store_tab_list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 768px), print {
  .store_tab_list {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .store_tab_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    margin: 0 -3px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
  }
}
.store_tab_list li:nth-of-type(1) .tab {
  background-color: #d3ecb3;
  border: 4px solid #d3ecb3;
}
.store_tab_list li:nth-of-type(2) .tab {
  background-color: #ebdffa;
  border: 4px solid #ebdffa;
}
.store_tab_list li:nth-of-type(3) .tab {
  background: #c5d6fc;
  border: 4px solid #c5d6fc;
}
.store_tab_list li:nth-of-type(4) .tab {
  background-color: #eff5b0;
  border: 4px solid #eff5b0;
}
.store_tab_list li:nth-of-type(5) .tab {
  background-color: #ffd7e4;
  border: 4px solid #ffd7e4;
}
@media only screen and (min-width: 768px), print {
  .store_tab_list li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .store_tab_list li {
    width: 50%;
    padding: 3px;
    font-size: 12px;
  }
  .store_tab_list li:nth-of-type(1) {
    width: 100%;
  }
}
.store_tab_list li .tab {
  display: block;
  padding: 5px 10px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #58432e;
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  white-space: nowrap;
}
.store_tab_list li .tab span {
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px), print {
  .store_tab_list li .tab {
    min-width: 164px;
    border-radius: 8px;
  }
  .store_tab_list li .tab:hover, .store_tab_list li .tab._selected {
    background-color: #fff;
    font-weight: bold;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .store_tab_list li .tab {
    border-radius: 8px;
    width: 100%;
    font-weight: bold;
    padding: 5px;
    line-height: 1.5;
  }
  .store_tab_list li .tab._selected {
    background: #fff;
    color: #58432e;
  }
}

h4.store_h4 {
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  color: #58432e;
}
@media only screen and (min-width: 768px), print {
  h4.store_h4 {
    padding: 10px 20px;
    margin: 0 0 1em;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h4.store_h4 {
    padding: 5px 15px;
    margin: 0 0 1em;
    font-size: 16px;
  }
}
h4.store_h4::before, h4.store_h4::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background-image: url("/common/img/icon/h4_kake.png");
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px), print {
  h4.store_h4::before, h4.store_h4::after {
    width: 10px;
  }
}
@media only screen and (max-width: 767px) {
  h4.store_h4::before, h4.store_h4::after {
    width: 8px;
  }
}
h4.store_h4::before {
  left: 0;
}
h4.store_h4::after {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
h4.store_h4.area_all {
  background-color: #d3ecb3;
}
h4.store_h4.area_nagoya {
  background-color: #ebdffa;
}
h4.store_h4.area_chita {
  background: #c5d6fc;
}
h4.store_h4.area_nishi-mikawa {
  background-color: #eff5b0;
}
h4.store_h4.area_higashi-mikawa {
  background-color: #ffd7e4;
}

@media only screen and (min-width: 768px), print {
  .store_field {
    padding-left: 3.5em;
    position: relative;
    margin-bottom: 0.2em;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .store_field {
    margin-bottom: 0.3em;
    font-size: 14px;
  }
}
.store_field > .fieldHead {
  font-weight: bold;
}
@media only screen and (min-width: 768px), print {
  .store_field > .fieldHead {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .store_field > .fieldHead {
    display: block;
  }
}

.store_box {
  border: 1px solid #d2d2d2;
  overflow: hidden;
  line-height: 1.5;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px), print {
  .store_box {
    padding-bottom: 15px;
    border-radius: 20px;
  }
  .store_box.hasSNS {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .store_box {
    border-radius: 10px;
  }
}
.store_box__store_image > img {
  width: 100%;
}
.store_box__name {
  background-image: linear-gradient(45deg, #EFFAA9 25%, #F6FDC3 25%, #F6FDC3 50%, #EFFAA9 50%, #EFFAA9 75%, #F6FDC3 75%, #F6FDC3);
  background-size: 40px 40px;
}
@media only screen and (min-width: 768px), print {
  .store_box__name {
    text-align: center;
  }
}
.store_box__name .store_box_ja-name {
  font-weight: bold;
  background-color: #58432e;
  color: #fff;
}
@media only screen and (min-width: 768px), print {
  .store_box__name .store_box_ja-name {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .store_box__name .store_box_ja-name {
    padding: 0.2em 0.5em;
    text-align: center;
  }
}
.store_box__name .store_box_store-name {
  font-weight: bold;
  color: #58432e;
}
@media only screen and (min-width: 768px), print {
  .store_box__name .store_box_store-name {
    font-size: 21px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .store_box__name .store_box_store-name {
    font-size: 15px;
    padding: 0.2em 0.5em;
  }
}
.store_box__store_info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 0 0 20px 20px;
}
@media only screen and (min-width: 768px), print {
  .store_box__store_info {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .store_box__store_info {
    padding: 0.2em 0.5em;
  }
}

@media only screen and (min-width: 768px), print {
  a.tel_link.cancel {
    color: #58432e;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px), print {
  .store_box__store_sns {
    padding: 0 15px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .store_box__store_sns {
    padding: 0.2em 0.5em 1em;
  }
}

.sns_icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px), print {
  .sns_icon_list {
    margin: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .sns_icon_list {
    margin: -2px;
  }
}
@media only screen and (min-width: 768px), print {
  .sns_icon_list > li {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sns_icon_list > li {
    padding: 2px;
  }
}

.sns_icon {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 30px;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
}
.sns_icon:hover {
  opacity: 0.7;
}

.store_group {
  display: none;
}
.store_group._selected {
  display: block;
}

.btn.storeBtn {
  min-width: 0 !important;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px), print {
  .btn.storeBtn {
    margin: 0.5em 0 0;
    font-size: 14px;
    padding: 0.5em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .btn.storeBtn {
    margin: 0.5em 0 0.7em;
    font-size: 12px;
    padding: 0.5em;
  }
}

#gmap {
  display: block;
  height: 640px;
  margin: 0 auto 0;
  min-width: 900px;
  z-index: 80;
}
#gmap td {
  border: none;
}
#gmap img {
  max-width: none;
}
#gmap td {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #gmap {
    height: 440px;
    margin: 0 10px 10px;
    min-width: 0;
    width: auto;
  }
  #gmap img {
    max-width: none !important;
  }
}
#gmap.niwasaki_detail_map {
  height: 320px;
  min-width: 0;
}

#info-panel {
  width: 30%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.general_map_wrapper {
  position: relative;
  border-radius: 15px;
  border: 1px #dddddd solid;
  overflow: hidden;
}

.gmap_search {
  position: absolute;
  top: 10px;
  right: 60px;
  z-index: 100;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;
}
.gmap_search #gmap_search_text {
  padding: 0.5ex 1ex;
  width: 160px;
}
.gmap_search #gmap_search_btn {
  background: url(../img/icon_search.png) 50% 50%/contain no-repeat;
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
  width: 2em;
}

.gmap_leftbar {
  position: absolute;
  left: -30%;
  top: 0;
  z-index: 101;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  background: #ffffff;
  -webkit-transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 0 12px 0 0;
}
.gmap_leftbar.active {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .gmap_leftbar {
    left: -50%;
    width: 50%;
  }
}
.gmap_leftbar .gmap_leftbar_arrow {
  width: 12px;
  background: #79a100;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.gmap_leftbar .gmap_leftbar_arrow:hover, .gmap_leftbar .gmap_leftbar_arrow:active {
  background: #91bf05;
}
.gmap_leftbar .gmap_leftbar_arrow img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.gmap_leftbar .gmap_leftbar_body {
  line-height: 1.6;
}
.gmap_leftbar .gmap_leftbar_body .store_title {
  margin: 10px;
  position: relative;
}
.gmap_leftbar .gmap_leftbar_body .store_title .store_name {
  font-size: 110%;
  font-weight: bold;
  color: #79a100;
}
.gmap_leftbar .gmap_leftbar_body .store_title .store_ja {
  font-size: 85%;
}
.gmap_leftbar .gmap_leftbar_body .store_title::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #79a100;
  margin: 1ex 0;
  opacity: 0.5;
}
.gmap_leftbar .gmap_leftbar_body .store_desc {
  font-size: 90%;
  display: table;
  margin: 10px;
}
.gmap_leftbar .gmap_leftbar_body .store_desc > * {
  display: table-row;
}
.gmap_leftbar .gmap_leftbar_body .store_desc > * > * {
  display: table-cell;
}
.gmap_leftbar .gmap_leftbar_body .store_desc > * > *:first-child {
  padding-right: 1ex;
  font-weight: bold;
  white-space: nowrap;
  color: #4e630f;
}
.gmap_leftbar .gmap_leftbar_body ul.store_sns {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gmap_leftbar .gmap_leftbar_body ul.store_sns li {
  padding: 3px;
  overflow: hidden;
  border-radius: 5px;
}
.gmap_leftbar .gmap_leftbar_body ul.store_sns li img {
  display: block;
  max-width: 32px;
}
.gmap_leftbar .gmap_leftbar_body .store_product {
  margin: 10px;
  border-radius: 5px;
  border: 1px solid #79a100;
}
.gmap_leftbar .gmap_leftbar_body .store_product .store_product_title {
  text-align: center;
  background-color: #79a100;
  color: #ffffff;
  font-weight: bold;
  font-size: 90%;
}
.gmap_leftbar .gmap_leftbar_body .store_product ul {
  margin: 0;
  padding: 5px;
}
.gmap_leftbar .gmap_leftbar_body .store_product ul li {
  margin: 0;
}

.store_list_item {
  position: relative;
  padding: 5px 5px 5px 20px;
  border-bottom: 1px solid #79a100;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #ffffff url(../img/arrow_green.png) 5px 50% no-repeat;
}
.store_list_item:hover, .store_list_item:active {
  background-color: #fbffdf;
}
.store_list_item .store_name {
  position: relative;
  font-size: 110%;
  font-weight: bold;
  color: #79a100;
}
.store_list_item .store_list_item_body .store_address {
  display: inline;
  padding-right: 1ex;
}
.store_list_item .store_list_item_body .store_distance {
  display: inline-block;
  font-size: 80%;
}

.search_head {
  text-align: center;
  padding: 0.5ex 0;
  border-bottom: 1px solid #79a100;
}
.search_head strong {
  font-size: 110%;
  color: #79a100;
}