div#main div#main_a.background-grid img {
  vertical-align: middle;
}

:focus {
  outline: 0;
}

#archive-store ol,
#archive-store ul,
#store-search ol,
#store-search ul,
#store-search dl,
#store-search dt,
#store-search dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .nosp {
    display: none;
  }
}

.nopc {
  display: none;
}

@media only screen and (max-width: 640px) {
  .nopc {
    display: block;
  }
}

.background-grid {
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-image: repeating-linear-gradient(90deg, #f2f2f2, #f2f2f2 1px, transparent 1px, transparent 14px), repeating-linear-gradient(0deg, #f2f2f2, #f2f2f2 1px, #fff 1px, #fff 14px);
}

#mymainback #main_a.background-grid {
  padding: 20px 10px;
}

#page-title-wrapper.store:after {
  background-image: url(/img/vegetablesfirststore/background-store.jpg);
}

#store-search {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin: 0 auto;
}

#store-search .section-title .title {
  color: #1eaa38;
  font-size: 2.5em;
  font-weight: bold;
}

div#site_name {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  #store-search .section-title .title {
    font-size: 2.2857142857em;
    text-align: center;
  }

  #mymainback #print_mode_link {
    display: none;
  }

  #mymainback #main_body .section-title p {
    padding: 0;
  }

  #mymainback #main_a {
    padding: 0;
  }
}

#store-search #spot-front-search {
  background-color: #faf9f1;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4em 3em;
}

@media only screen and (max-width: 1000px) {
  #store-search #spot-front-search {
    padding: 2em 1em 3em;
  }
}

@media only screen and (max-width: 640px) {
  #store-search #spot-front-search {
    border-radius: 0;
    padding: 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 320px) {
  #store-search #spot-front-search {
    padding: 0px;
  }
}

#store-search #spot-front-search h3 {
  color: #1eaa38;
  font-size: 1.375em;
  font-weight: bold;
  clear: both;
  border: none;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  #store-search #spot-front-search h3 {
    font-size: 2.4rem;
    margin: 0;
    text-align: center;
    padding: 10px 0px 0px;
  }
}

#store-search #spot-front-search dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2em;
}

@media only screen and (max-width: 640px) {
  #store-search #spot-front-search dl {
    margin-bottom: 1em;
  }
}

#store-search #spot-front-search dl dt {
  width: 32%;
}

@media only screen and (max-width: 1000px) {
  #store-search #spot-front-search dl dt {
    margin-bottom: 0.75em;
  }
}

#store-search #spot-front-search dl dd {
  width: 64%;
}

@media only screen and (max-width: 1000px) {
  #store-search #spot-front-search dl {
    display: block;
  }

  #store-search #spot-front-search dl dt {
    width: 100%;
  }

  #store-search #spot-front-search dl dd {
    width: 100%;
  }
}

#store-search .search-map {
  background: url(/img/vegetablesfirststore/map-bg.png) no-repeat;
  width: 400px;
  height: 315px;
  margin: 0 0 1em;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  #store-search .search-map {
    background-size: 280px 221px;
    width: 280px;
    height: 221px;
    margin: 0 auto 10px;
    position: relative;
    left: -10px;
    padding: 0 0 15px 0;
  }
}

#store-search .list-search-map li {
  color: #fff;
  border-radius: 4px;
  position: absolute;
}

#store-search .list-search-map li.list01 {
  background: #e32b43;
  border: solid 1px #e32b43;
  top: 25%;
  left: 10%;
}

@media only screen and (max-width: 1000px) {
  #store-search .list-search-map li.list01 {
    top: 27%;
    left: 7%;
  }
}

#store-search .list-search-map li.list02 {
  background: #db5b81;
  border: solid 1px #db5b81;
  top: 9%;
  left: 40%;
}

@media only screen and (max-width: 1000px) {
  #store-search .list-search-map li.list02 {
    left: 37%;
  }
}

#store-search .list-search-map li.list03 {
  background: #95b52f;
  border: solid 1px #95b52f;
  top: 25%;
  left: 71%;
}

@media only screen and (max-width: 1000px) {
  #store-search .list-search-map li.list03 {
    top: 27%;
    left: 60%;
  }
}

#store-search .list-search-map li.list04 {
  background: #dead00;
  border: solid 1px #dead00;
  top: 46%;
  left: 40%;
}

@media only screen and (max-width: 1000px) {
  #store-search .list-search-map li.list04 {
    left: 37%;
  }
}

#store-search .list-search-map li.list05 {
  background: #d98800;
  border: solid 1px #d98800;
  top: 65%;
  left: 10%;
}

@media only screen and (max-width: 1000px) {
  #store-search .list-search-map li.list05 {
    left: 7%;
  }
}

#store-search .list-search-map li.list06 {
  background: #4fb070;
  border: solid 1px #4fb070;
  top: 81%;
  left: 40%;
}

@media only screen and (max-width: 1000px) {
  #store-search .list-search-map li.list06 {
    left: 37%;
  }
}

#store-search .list-search-map li.list07 {
  background: #0084c4;
  border: solid 1px #0084c4;
  top: 65%;
  left: 65%;
}

@media only screen and (max-width: 1000px) {
  #store-search .list-search-map li.list07 {
    left: 60%;
  }
}

#store-search .list-search-map input {
  display: none;
}

#store-search .list-search-map label {
  display: block;
  height: 32px;
  line-height: 32px;
  /* min-width: 120px; */
  padding: 0 5px 0 25px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0px 1px 3px 0px #999;
  box-shadow: 0px 1px 3px 0px #999;
}

@media only screen and (max-width: 1000px) {
  #store-search .list-search-map label {
    /* min-width: 90px; */
    padding: 0 5px 0 22px;
    font-size: 1.4rem;
  }
}

#store-search .list-search-map label:before {
  content: "";
  position: absolute;
  background: url(/img/vegetablesfirststore/check.png) no-repeat;
  width: 18px;
  height: 18px;
  background-position: left top;
  left: 5px;
  top: 7px;
}

@media only screen and (max-width: 1000px) {
  #store-search .list-search-map label:before {
    left: 2px;
    top: 7px;
  }
}

#store-search .list-search-map li input:checked+label:before {
  background-position: left bottom;
}

#store-search .list-search-map li.list05 label,
#store-search .list-search-map li.list07 label {
  /* min-width: 130px; */
}

@media only screen and (max-width: 1000px) {

  #store-search .list-search-map li.list05 label,
  #store-search .list-search-map li.list07 label {
    /* min-width: 95px; */
  }
}

#store-search .list-search-map li div {
  width: 360px;
  background-color: #fff;
  position: absolute;
  left: -130px;
  z-index: 1;
  display: none;
}

@media only screen and (max-width: 640px) {
  #store-search .list-search-map li div {
    width: 240px;
    left: -68px;
  }
}

#store-search .list-search-map li div ul {
  padding: 10px;
}

#store-search .list-search-map li.list01 div ul {
  border: solid 4px #e32b43;
}

#store-search .list-search-map li.list02 div ul {
  border: solid 4px #db5b81;
}

#store-search .list-search-map li.list03 div ul {
  border: solid 4px #95b52f;
}

#store-search .list-search-map li.list04 div ul {
  border: solid 4px #dead00;
}

#store-search .list-search-map li.list05 div ul {
  border: solid 4px #d98800;
}

#store-search .list-search-map li.list06 div ul {
  border: solid 4px #4fb070;
}

#store-search .list-search-map li.list07 div {
  width: 250px;
  left: -60px;
}

#store-search .list-search-map li.list07 div ul {
  border: solid 4px #0084c4;
}

@media only screen and (max-width: 640px) {
  #store-search .list-search-map li.list01 div {
    left: -1px;
  }

  #store-search .list-search-map li.list03 div {
    left: -145px;
  }

  #store-search .list-search-map li.list05 div {
    left: -1px;
  }

  #store-search .list-search-map li.list07 div {
    left: -155px;
  }
}

#store-search .list-search-map li div .close-list {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #333;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
}

#store-search .list-search-map li div ul li {
  /* width: 108px; */
  color: #000;
  display: inline-block;
  position: relative;
}

#store-search .list-search-map li div ul li label {
  padding-left: 25px;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}

#store-search .gps-search {
  margin: 10px auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 494px;
}

@media only screen and (max-width: 1000px) {
  #store-search .gps-search {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #store-search .gps-search {
    margin: 10px 0 15px 0;
  }
}

#store-search .gps-search input {
  display: none;
}

#store-search .gps-search label {
  margin-left: 8px;
  padding: 8px 12px 8px 35px;
  line-height: 1;
  color: #fff;
  background-color: #f2aba4;
  -webkit-box-shadow: 0px 1px 3px 0px #999;
  box-shadow: 0px 1px 3px 0px #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

#store-search .gps-search label:before {
  content: "";
  position: absolute;
  background: url(/img/vegetablesfirststore/check.png) no-repeat;
  width: 18px;
  height: 18px;
  background-position: left top;
  left: 8px;
  top: 11px;
}

#store-search .gps-search input:checked+label:before {
  background-position: left bottom;
}

#store-search .gps-search label span {
  width: 15px;
  margin-left: 8px;
  display: inline-block;
}

#store-search .gps-search label span img {
  width: 100%;
}

#store-search .gps-search .load-gps {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  display: none;
}

#store-search .list-purpose li {
  padding: 0 0 0 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.6%;
  float: left;
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 1000px) {
  #store-search .list-purpose li {
    width: 33%;
  }
}

#store-search .list-purpose li.list04,
#store-search .list-purpose li.list05,
#store-search .list-purpose li.list09,
#store-search .list-purpose li.list10 {
  width: 25%;
}

@media only screen and (max-width: 1000px) {

  #store-search .list-purpose li.list04,
  #store-search .list-purpose li.list05,
  #store-search .list-purpose li.list09,
  #store-search .list-purpose li.list10 {
    width: 33%;
  }
}

#store-search .list-purpose li.list12 {
  width: 30%;
}

@media only screen and (max-width: 1000px) {
  #store-search .list-purpose li.list12 {
    width: 33%;
  }
}

#store-search .list-purpose input {
  display: none;
}

#store-search .list-purpose label {
  display: block;
  position: relative;
  padding: 0 0 0 22px;
  cursor: pointer;
}

#store-search .list-purpose li label:before {
  content: "";
  position: absolute;
  background: url(/img/vegetablesfirststore/check2.png) no-repeat;
  width: 16px;
  height: 16px;
  background-position: left top;
  left: 0;
  top: 3px;
}

#store-search .list-purpose li input:checked+label:before {
  background-position: left bottom;
}

#store-search .searchword {
  width: 90%;
}

#store-search input[type="text"],
#store-search input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

#store-search input[type="text"],
#store-search input[type="submit"] {
  cursor: pointer;
}

#store-search input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  margin: 0 auto 2em;
  padding: 0.75em;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  #store-search input[type="text"] {
    margin: 0 auto 1em;
  }
}

@media only screen and (max-width: 640px) {
  #store-search input[type="text"] {
    padding: 0.5em 0.75em;
  }
}

#store-search input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

#store-search input::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

#store-search input:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

#store-search input::-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

#store-search input::placeholder {
  color: #ccc;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #store-search input::-webkit-input-placeholder {
    font-size: 1em;
  }

  #store-search input::-moz-placeholder {
    font-size: 1em;
  }

  #store-search input:-ms-input-placeholder {
    font-size: 1em;
  }

  #store-search input::-ms-input-placeholder {
    font-size: 1em;
  }

  #store-search input::placeholder {
    font-size: 1em;
  }
}

#store-search #searchsubmit {
  margin: auto;
  position: relative;
  width: 310px;
}

@media only screen and (max-width: 640px) {
  #store-search #searchsubmit {
    width: 90%;
    max-width: 310px;
  }
}

#store-search #searchsubmit input[type="submit"] {
  background-color: #1eaa38;
  border: 1px solid #1eaa38;
  border-radius: 30px;
  color: #fff;
  display: block;
  padding: 0.75em 0.5em 0.75em 2em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

#store-search #searchsubmit input[type="submit"]:hover {
  background-color: #fff;
  color: #1eaa38;
}

@media only screen and (max-width: 640px) {
  #store-search #searchsubmit input[type="submit"] {
    /* font-size: 1.125em; */
  }
}

#store-search #searchsubmit:before {
  content: "";
  position: absolute;
  background: url(/img/vegetablesfirststore/icon-search.png) no-repeat;
  width: 30px;
  height: 30px;
  background-position: center center;
  left: 15%;
  top: 0;
  bottom: 0;
  background-size: 30px 30px;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  #store-search #searchsubmit:before {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

#store-search #searchsubmit:hover:before {
  background: url(/img/vegetablesfirststore/icon-search2.png) no-repeat;
  background-size: 30px 30px;
}

@media only screen and (max-width: 640px) {
  #store-search #searchsubmit:hover:before {
    background-size: 25px 25px;
  }
}

/* 検索結果 */

#archive-store {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 1em 0;
  line-height: 1.4;
}

#archive-store .pagination {
  border-top: none;
}

#archive-store div.thumbnail img {
  vertical-align: middle;
}

#mymainback #main_body #archive-store div.thumbnail p {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

#mymainback #main_body #archive-store div.thumbnail p:empty {
  height: 150px;
  background: url(/img/vegetablesfirststore/noimage.jpg) no-repeat center center;
  background-size: contain;
}

#archive-store h2 {
  color: #1eaa39;
  font-weight: bold;
  margin: 1em auto;
  text-align: center;
}

#mymainback #main_body #archive-store .h2box,
#mymainback #main_body #archive-store .h2box h2 {
  background: transparent;
}

#mymainback #main_body #archive-store .h2box h2 {
  padding: 0;
  margin: 2rem 0 4rem;
}

#main_body #archive-store .store-info h3.store-title {
  border: none;
  padding: 0;
  font-size: 118%;
  margin: 0;
}

#archive-store .list-post {
  overflow: hidden;
  list-style: none;
}

#archive-store .list-post>li {
  float: left;
  width: 49%;
  background-color: #faf9f1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px;
  margin: 0 0 2% 0;
}

@media only screen and (max-width: 640px) {
  #archive-store .list-post>li {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px 10px 10px;
  }
}

#archive-store .list-post>li:nth-child(odd) {
  margin: 0 2% 2% 0%;
  clear: both;
}

@media only screen and (max-width: 640px) {
  #archive-store .list-post>li:nth-child(odd) {
    margin: 0 0 2% 0;
  }
}

#archive-store .list-post a.thumb-hov {
  color: #2c3941;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-decoration: none;
}

#archive-store .list-post .f-box {
  margin: 0 0 10px 0;
  min-height: 190px;
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  #archive-store .list-post .f-box {
    margin: 0 0 6px 0;
    min-height: auto;
  }
}

#archive-store .list-post .thumbnail {
  border-radius: 10px;
  width: 43%;
  float: left;
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  #archive-store .list-post .thumbnail {
    width: 28%;
    float: left;
  }

  #mymainback #main_body #archive-store div.thumbnail p:empty {
    height: 60px;
    background-color: #FFF;
  }
}

#archive-store .list-post .thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#archive-store .list-post .store-info {
  float: right;
  width: 55%;
  margin: 0 0 0 2%;
  padding-left: 10px;
}

@media only screen and (max-width: 1000px) {
  #archive-store .list-post .store-info {
    float: left;
    width: 65%;
  }
}

#archive-store .list-post .store-title {
  color: #2c3941;
  font-weight: bold;
  text-align: left;
  margin: auto;
}

#mymainback #archive-store .list-post .store-address {
  padding: 0;
}

#archive-store .list-post .store-more-btn {
  text-align: center;
  margin: 20px auto 10px auto;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 230px;
  height: 55px;
}

@media only screen and (max-width: 1000px) {
  #archive-store .list-post .store-more-btn {
    margin: 15px auto 5px;
  }
}

#archive-store .list-post .store-more-btn a {
  background-color: #1eaa39;
  border: 1px solid #1eaa39;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  display: flex;
  padding: 10px 0px;
  position: relative;
  /* text-align: center; */
  text-decoration: none;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  /* text-indent: -10px; */
  justify-content: center;
}

#archive-store .list-post .store-more-btn a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 5px);
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}

#archive-store .list-post .store-more-btn a:hover {
  background-color: #fff;
  color: #1eaa39;
}

#archive-store .list-post .store-more-btn a:hover:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1eaa39;
}

.noData p {
  text-align: center;
  padding-bottom: 1em;
}

/* ページネイション */
.page_num {
  margin: 40px 0;
  text-align: center;
}

.page_num a,
.page_num span {
  background-color: #fff;
  display: inline-block;
  width: 50px;
  line-height: 48px;
  border: 1px solid #f2b50e;
  margin: 0 5px;
  font-size: 1.1em;
  color: #f2b50e;
  text-decoration: none;
}

.page_num a:visited,
.page_num a:link {
  color: #f2b50e;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {

  .page_num a,
  .page_num span {
    width: 35px;
    line-height: 33px;
    margin: 0;
    font-size: 0.8em;
  }
}

.page_num a:hover,
.page_num span:hover {
  background: #f2b50e;
  border-color: #f2b50e;
  color: #fff;
}

.page_num .active {
  background: #f2b50e;
  border-color: #f2b50e;
  color: #fff;
}

/* 戻るボタン */
.button-kenmincard-top {
  background-color: #f29600;
  border: 1px solid #f29600;
  border-radius: 30px;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  display: block;
  padding: 1em 0.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.button-kenmincard-top-wrapper {
  max-width: 250px;
  width: 100%;
  margin: auto;
  padding: 0;
}

.button-kenmincard-top-wrapper .list-back {
  margin-top: 4em;
}

a.button-kenmincard-top:link {
  color: #fff;
  text-decoration: none;
}

a.button-kenmincard-top:active,
a.button-kenmincard-top:visited {
  color: #fff;
  text-decoration: none;
}

a.button-kenmincard-top:hover {
  background-color: #fff;
  color: #f29600;
  text-decoration: none;
}