@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 3em;
    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;
  flex-wrap: wrap; }
  ul.map_tab li {
    margin: 0 5px 0; }
    @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; }

.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; }
    .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 1em 0.5ex 1ex;
  line-height: 1.2;
  font-size: 85%;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  background-size: 4px 4.5px; }
  .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; } }
@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 {
      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 {
  width: 15%;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .store_table tr > .cell_atm_weekday {
      text-align: left;
      padding-top: 0;
      padding-bottom: 0;
      border: 0; }
      .store_table tr > .cell_atm_weekday::before {
        content: "ATM平日：";
        font-weight: bold; } }
.store_table tr > .cell_atm_saturday {
  width: 15%;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .store_table tr > .cell_atm_saturday {
      text-align: left;
      padding-top: 0;
      padding-bottom: 0;
      border: 0; }
      .store_table tr > .cell_atm_saturday::before {
        content: "ATM土曜：";
        font-weight: bold; } }
.store_table tr > .cell_atm_sunday {
  width: 15%;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .store_table tr > .cell_atm_sunday {
      text-align: left;
      padding-top: 0;
      padding-bottom: 0;
      border: 0; }
      .store_table tr > .cell_atm_sunday::before {
        content: "ATM日・祝：";
        font-weight: bold; } }
.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 > *: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; } }

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