@charset "UTF-8";
#close-notice {
  display: none; }

.main_content > .boxed {
  margin: 1em 0 2em; }

#search_notice,
#search_store {
  display: none; }

#search_limit {
  padding: 0.5ex 1ex;
  font-weight: 300;
  letter-spacing: 0.1ex;
  font-size: 120%; }

#gmap {
  display: block;
  height: 640px;
  margin: 0 auto 15px;
  border-radius: 15px;
  border: 1px #dddddd solid;
  min-width: 900px; }
  #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; }

.map_content {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }
  .map_content > li {
    list-style-image: none;
    margin: 0 0 2em;
    padding: 0;
    display: none; }
    .map_content > li.active {
      display: block; }
    .map_content > li h4:first-child {
      margin-top: 0; }

.infowindow-content {
  width: 300px;
  padding: 0 10px 0 0;
  overflow-y: scroll; }
  .infowindow-content h5 {
    margin: 0; }

ul.map_tab {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    ul.map_tab {
      margin: 5px; } }
  ul.map_tab li {
    margin: 0 5px 0;
    list-style-type: none;
    list-style-image: none; }
    @media only screen and (max-width: 767px) {
      ul.map_tab li {
        width: 50%;
        margin: 0;
        padding: 5px;
        box-sizing: border-box; } }
  ul.map_tab img {
    width: 16px;
    margin-right: 1ex;
    vertical-align: middle; }
  ul.map_tab a {
    display: block;
    border-radius: 10px 10px 0 0;
    border: 1px solid #cccccc;
    border-bottom: none;
    padding: 1ex 1em;
    font-size: 110%;
    font-weight: bold;
    transition: 0.2s all;
    position: relative;
    z-index: 2;
    background-color: #ffffff; }
    @media only screen and (max-width: 767px) {
      ul.map_tab a {
        font-size: 100%;
        border-radius: 5px;
        border: 1px solid #cccccc;
        padding: 0.5ex 1ex; } }
    ul.map_tab a:link, ul.map_tab a:visited {
      text-decoration: none;
      color: #333333; }
    ul.map_tab a:hover, ul.map_tab a:active {
      background-color: #efffc7; }
    ul.map_tab a.active {
      transform: translateY(5px);
      background-color: #ffa200;
      color: #ffffff;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        ul.map_tab a.active {
          transform: translateY(0); } }

.map_tab + #gmap {
  margin-top: 0; }

ul.area_content,
ul.type_content {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.area_content > li,
  ul.type_content > li {
    margin: 0;
    padding: 0;
    display: none; }

ul.area_content {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 10px;
  position: relative;
  z-index: 5; }

ul.type_content {
  background: #ffffff;
  position: relative; }

.type_tab {
  border-bottom: 1px solid #cccccc; }

h3 {
  position: relative;
  z-index: 5; }

.bl_img {
  min-height: 144px; }
  .bl_img img {
    width: 100%; }

.anchor_link.map_legend {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 10px; }
  @media only screen and (max-width: 767px) {
    .anchor_link.map_legend {
      display: block;
      text-align: left; } }
  .anchor_link.map_legend li {
    padding: 3px;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .anchor_link.map_legend li {
        display: block; } }
    .anchor_link.map_legend li a {
      text-decoration: none;
      background: none;
      padding: 0;
      font-size: 100%; }
    .anchor_link.map_legend li img {
      vertical-align: middle;
      margin-right: 1ex;
      width: 20px; }

@media only screen and (max-width: 767px) {
  .store_table {
    display: block;
    border-top: 0;
    box-sizing: border-box;
    text-align: center;
    min-width: 0 !important; }
    .store_table thead, .store_table tbody, .store_table tr, .store_table th, .store_table td {
      display: block;
      box-sizing: border-box; } }
@media only screen and (max-width: 767px) {
  .store_table thead {
    display: none; } }
.store_table .store_label {
  height: 20px;
  margin: 2px 2px;
  vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .store_table .store_label {
      display: inline-block !important; } }
.store_table .btn {
  padding: 0.5ex 1ex 0.5ex 1ex;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  background-size: 4px 4.5px;
  min-width: 0;
  min-height: auto; }
  .store_table .btn::before {
    margin-right: 0.1ex; }
  .store_table .btn::after {
    content: none; }
  @media only screen and (max-width: 767px) {
    .store_table .btn {
      margin: 0;
      font-size: 110%;
      padding: 1ex 1em; } }
@media only screen and (max-width: 767px) {
  .store_table tr {
    position: relative; } }
.store_table tr > * {
  box-sizing: border-box; }
.store_table tr > .cell_name {
  width: 25%; }
  @media only screen and (max-width: 767px) {
    .store_table tr > .cell_name {
      border-width: 1px 0 1px; } }
.store_table tr > .cell_item {
  width: 8%; }
  @media only screen and (max-width: 767px) {
    .store_table tr > .cell_item {
      border: 0;
      text-align: left;
      padding-bottom: 0; }
      .store_table tr > .cell_item::before {
        content: "品目：";
        font-weight: bold; } }
.store_table tr > .cell_owner {
  width: 15%; }
  @media only screen and (max-width: 767px) {
    .store_table tr > .cell_owner {
      border: 0;
      text-align: left;
      padding-top: 0;
      padding-bottom: 0; }
      .store_table tr > .cell_owner::before {
        content: "生産者名：";
        font-weight: bold; } }
.store_table tr > .cell_addr {
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .store_table tr > .cell_addr {
      border: 0;
      padding-bottom: 0; }
      .store_table tr > .cell_addr::before {
        content: "住所：";
        font-weight: bold; } }
.store_table tr > .cell_tel {
  width: 15%;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .store_table tr > .cell_tel {
      text-align: left;
      padding-top: 0;
      padding-bottom: 0;
      border: 0; }
      .store_table tr > .cell_tel::before {
        content: "TEL：";
        font-weight: bold; } }
.store_table tr > .cell_atm_weekday,
.store_table tr > .cell_atm_saturday,
.store_table tr > .cell_atm_sunday {
  width: 15%;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .store_table tr > .cell_atm_weekday,
    .store_table tr > .cell_atm_saturday,
    .store_table tr > .cell_atm_sunday {
      text-align: left;
      padding-top: 0;
      padding-bottom: 0;
      border: 0; }
      .store_table tr > .cell_atm_weekday::before,
      .store_table tr > .cell_atm_saturday::before,
      .store_table tr > .cell_atm_sunday::before {
        font-weight: bold; } }
@media only screen and (max-width: 767px) {
  .store_table tr > .cell_atm_weekday::before {
    content: "ATM平日："; } }
@media only screen and (max-width: 767px) {
  .store_table tr > .cell_atm_saturday::before {
    content: "ATM土曜："; } }
@media only screen and (max-width: 767px) {
  .store_table tr > .cell_atm_sunday::before {
    content: "ATM日・祝："; } }
.store_table tr > .cell_facility {
  width: 8%;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .store_table tr > .cell_facility {
      text-align: left;
      padding-top: 0;
      padding-bottom: 0;
      border: 0; }
      .store_table tr > .cell_facility::before {
        content: "施設：";
        font-weight: bold; } }
.store_table tr > .cell_map {
  width: 8%;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .store_table tr > .cell_map {
      display: inline-block;
      padding: 0;
      margin: 1ex 1ex;
      border: 0; } }
.store_table tr > .cell_detail {
  width: 8%;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .store_table tr > .cell_detail {
      display: inline-block;
      padding: 0;
      margin: 1ex 1ex;
      border: 0; } }
@media only screen and (max-width: 767px) {
  .store_table tr > .cell_comment {
    border: 0;
    text-align: left;
    padding-top: 0; }
    .store_table tr > .cell_comment::before {
      content: "備考：";
      font-weight: bold; } }
@media only screen and (max-width: 767px) {
  .store_table tr > *:nth-child(n) {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .store_detail_column {
    display: block; } }
.store_detail_column > * {
  box-sizing: border-box; }
.store_detail_column > *:first-child {
  width: 40%; }
  .store_detail_column > *:first-child > img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .store_detail_column > *:first-child {
      width: 100%; } }
.store_detail_column > *:last-child {
  width: 60%; }
  @media only screen and (max-width: 767px) {
    .store_detail_column > *:last-child {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .cell_depart_tel::before {
    content: "TEL：";
    font-weight: bold; }

  .cell_depart_fax::before {
    content: "FAX：";
    font-weight: bold; } }
.detail_img {
  width: 100%;
  border-radius: 10px; }

@media only screen and (min-width: 768px) {
  .img_column .table_wrapper {
    padding: 0 !important;
    margin: 0 !important; } }

.parking_column {
  display: flex;
  margin-bottom: 4em; }
  @media only screen and (max-width: 767px) {
    .parking_column {
      display: block; } }
  .parking_column > *:first-child {
    width: 40%;
    padding-right: 20px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .parking_column > *:first-child {
        width: auto; } }
  .parking_column > *:last-child {
    width: 60%; }
    @media only screen and (max-width: 767px) {
      .parking_column > *:last-child {
        width: auto; } }
    .parking_column > *:last-child p {
      margin: 1ex 15px; }
    .parking_column > *:last-child ol {
      list-style-type: decimal;
      padding-left: 2.5em;
      margin: 1ex 0; }
  .parking_column .parking_flow_list li {
    border: 2px solid #afd493;
    border-radius: 5px;
    padding: 1em;
    text-align: center;
    font-size: 120%;
    margin-bottom: 40px;
    position: relative; }
    .parking_column .parking_flow_list li::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 20px 0 20px;
      border-color: #439236 transparent transparent transparent;
      position: absolute;
      bottom: -25px;
      left: 50%;
      transform: translateX(-20px); }
    .parking_column .parking_flow_list li:last-child::after {
      content: none; }

.contact_box {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 4em;
  text-align: center;
  font-size: 120%; }

.accordion_container {
  border: none;
  border-radius: 0;
  margin-bottom: 2px; }

.accordion_cb_label {
  border: 1px solid #7fc234;
  border-radius: 5px 5px; }

*:checked + .accordion_cb_label {
  border-radius: 5px 5px 0 0; }

.accordion_content {
  padding: 0; }
  .accordion_content .table_wrapper {
    margin-top: 0; }

.accordion_container .accordion_btn ~ .accordion_content,
.accordion_container .accordion_cb ~ .accordion_content {
  padding: 0; }

.leaflet-popup-content p {
  margin: 1ex 0; }

.h3_niwasaki {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .h3_niwasaki > span {
    flex-grow: 1;
    text-align: left;
    display: block; }
  .h3_niwasaki .niwasaki_sns {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    display: flex; }
    .h3_niwasaki .niwasaki_sns li {
      margin: 0;
      padding: 4px; }
      .h3_niwasaki .niwasaki_sns li a {
        display: block; }
      .h3_niwasaki .niwasaki_sns li img {
        max-height: 32px; }

.niwasaki_free {
  padding: 0 40px; }
  @media only screen and (max-width: 767px) {
    .niwasaki_free {
      padding: 0; } }

.leaflet-control a:link,
.leaflet-control a:visited,
.leaflet-control a:hover,
.leaflet-control a:active {
  color: #333333;
  text-decoration: none; }

ul.atm_feature {
  margin: 1ex 15px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 80%; }
  ul.atm_feature .feature_teiki,
  ul.atm_feature .feature_furikomi,
  ul.atm_feature .feature_furikomi_card,
  ul.atm_feature .feature_furikae {
    display: inline-block;
    padding: 0.5ex 1em;
    line-height: 1.3;
    margin: 0 3px;
    border-radius: 1em 1em 1em 1em / 50% 50% 50% 50%;
    font-weight: bold;
    color: #ffffff; }
  ul.atm_feature .feature_teiki {
    background-color: #f85271; }
  ul.atm_feature .feature_furikomi {
    background-color: #3F6CFB; }
  ul.atm_feature .feature_furikomi_card {
    background-color: #3299e8; }
  ul.atm_feature .feature_furikae {
    background-color: #F96C45; }

.leaflet-container a.btn {
  color: #ffffff; }

table a.btn {
  margin-bottom: 0; }

.farmstand_filter {
  font-size: 110%; }
  .farmstand_filter ul {
    display: inline-block; }
  .farmstand_filter > ul {
    margin-right: 2em; }
  .farmstand_filter li {
    display: inline-block;
    margin-right: 1ex; }
    .farmstand_filter li:last-child {
      margin-right: 0; }
  .farmstand_filter input,
  .farmstand_filter label {
    cursor: pointer; }

.farmstand_filter_box {
  margin-bottom: 2em; }

/*# sourceMappingURL=store.css.map */
