@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.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%; }
  @media screen and (max-width: 767px) {
    #search_limit {
      margin-bottom: 10px; } }

.gmap {
  height: 600px;
  margin-bottom: 15px; }
  .gmap img {
    max-width: none; }
  @media screen and (max-width: 767px) {
    .gmap {
      height: 440px; } }

@media screen and (min-width: 768px), print {
  .gmap-detail {
    height: 240px; } }

.leaflet-popup-content {
  width: 240px; }
  .leaflet-popup-content h5 {
    margin: 0 !important; }
  .leaflet-popup-content p {
    margin: 0.5ex 0;
    font-size: 0.9rem; }
  .leaflet-popup-content .btn {
    padding: 10px 30px;
    max-width: 100%;
    margin-right: 0;
    color: #ffffff; }
    .leaflet-popup-content .btn + .btn {
      margin-top: 5px;
      margin-left: 0; }
    @media screen and (min-width: 768px), print {
      .leaflet-popup-content .btn {
        width: 240px; } }
    @media screen and (max-width: 767px) {
      .leaflet-popup-content .btn {
        min-width: 0;
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .leaflet-popup-content .bl_address {
      margin-bottom: 5px; } }
  .leaflet-popup-content .bl_img {
    margin-left: auto;
    margin-right: auto; }
    .leaflet-popup-content .bl_img img {
      min-height: 160px; }
    @media screen and (max-width: 767px) {
      .leaflet-popup-content .bl_img {
        display: none; } }

.map_tab .store_central {
  background-color: #f0d268; }
.map_tab .store_office {
  background-color: #dea66f; }
.map_tab .store_atm {
  background-color: #57c2e1; }
.map_tab .store_facility {
  background-color: #00943f; }
.map_tab .store_welfare {
  background-color: #7b72ab; }
.map_tab .store_warehouse {
  background-color: #ed8f4e; }

.type_tab.type_tab_central a {
  background-color: #f0d268; }

.type_tab.type_tab_office a {
  background-color: #dea66f; }

.type_tab.type_tab_atm a {
  background-color: #57c2e1; }

.type_tab.type_tab_facility a {
  background-color: #00943f; }

.type_tab.type_tab_welfare a {
  background-color: #7b72ab; }

.type_tab.type_tab_warehouse a {
  background-color: #ed8f4e; }

.map_tab,
.type_tab {
  margin: 0 -2px;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .map_tab li,
  .type_tab li {
    margin: 0;
    padding: 0 2px;
    display: flex; }
    @media screen and (max-width: 767px) {
      .map_tab li,
      .type_tab li {
        padding: 2px;
        width: 50%;
        box-sizing: border-box; } }
    .map_tab li a,
    .type_tab li a {
      display: block;
      text-decoration: none;
      padding: 1ex 1em;
      background: #f59a16;
      border-radius: 3px 3px 0 0;
      color: #ffffff;
      font-weight: 500;
      transition: 0.3s all;
      width: 100%; }
      .map_tab li a:hover, .map_tab li a:active,
      .type_tab li a:hover,
      .type_tab li a:active {
        opacity: 0.8; }
      .map_tab li a.active,
      .type_tab li a.active {
        transform: translateY(5px); }
        @media screen and (max-width: 767px) {
          .map_tab li a.active,
          .type_tab li a.active {
            transform: translateY(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; }
  @media screen and (max-width: 767px) {
    ul.type_content h5 {
      padding: 8px 0; } }

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

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

.bl_img img {
  width: 100%; }

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

@media screen and (min-width: 768px), print {
  .store_table {
    font-size: 14px; } }
@media screen and (max-width: 767px) {
  .store_table {
    display: block;
    border-top: 0; }
    .store_table thead, .store_table tbody, .store_table tr, .store_table th, .store_table td {
      display: block; } }
@media screen and (max-width: 767px) {
  .store_table thead {
    display: none; } }
@media screen and (max-width: 767px) {
  .store_table tbody tr {
    margin-bottom: 1em; }
    .store_table tbody tr::after {
      content: '';
      display: block;
      clear: both; } }
.store_table .store_label {
  height: 20px;
  margin: 2px 2px;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .store_table .store_label {
      display: inline-block !important; } }
.store_table .btn {
  padding: 5px 10px;
  line-height: 1.2;
  font-size: 85%;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  background-size: 4px 4.5px;
  min-height: 0; }
  @media screen and (max-width: 767px) {
    .store_table .btn {
      margin: 0;
      font-size: 110%;
      padding: 1ex 1em;
      width: 100%;
      max-width: 100%; } }
@media 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 screen and (max-width: 767px) {
    .store_table tr > .cell_name {
      border-width: 1px 0 1px;
      background-color: transparent;
      margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
  .store_table tr .cell_zip {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4em;
    position: relative; }
    .store_table tr .cell_zip::before {
      content: '〒'; }
    .store_table tr .cell_zip::after {
      content: "所在地";
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
      display: block; } }
@media screen and (max-width: 767px) {
  .store_table tr > .cell_addr {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4em;
    position: relative; } }
.store_table tr > .cell_tel {
  width: 16%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .store_table tr > .cell_tel {
      text-align: left;
      padding-top: 0;
      padding-bottom: 0;
      border: 0;
      padding-left: 4em;
      position: relative; }
      .store_table tr > .cell_tel::before {
        content: "TEL";
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 0;
        display: block; } }
.store_table tr > .cell_facility {
  width: 8%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .store_table tr > .cell_facility {
      text-align: left;
      padding-top: 0;
      padding-bottom: 0;
      border: 0;
      padding-left: 4em;
      position: relative; }
      .store_table tr > .cell_facility::before {
        content: "施設：";
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 0;
        display: block; } }
.store_table tr > .cell_map {
  width: 8%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .store_table tr > .cell_map {
      display: block;
      float: left;
      padding: 5px;
      box-sizing: border-box;
      width: 50% !important;
      margin: 0;
      border: 0; } }
  @media screen and (min-width: 768px), print {
    .store_table tr > .cell_map .btn::before {
      content: none; } }
.store_table tr > .cell_detail {
  width: 8%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .store_table tr > .cell_detail {
      display: block;
      float: right;
      width: 50% !important;
      padding: 5px;
      box-sizing: border-box;
      margin: 0;
      border: 0; } }
  @media screen and (min-width: 768px), print {
    .store_table tr > .cell_detail .btn::before {
      content: none; } }
@media screen and (max-width: 767px) {
  .store_table tr > *:nth-child(n) {
    width: auto; } }

@media 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 screen and (max-width: 767px) {
    .store_detail_column > *:first-child {
      width: 100%; } }
.store_detail_column > *:last-child {
  width: 60%; }
  @media screen and (max-width: 767px) {
    .store_detail_column > *:last-child {
      width: 100%; } }

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

  .cell_depart_fax::before {
    content: "FAX：";
    font-weight: bold; } }
@media screen and (min-width: 768px), print {
  .tel_set:not(:last-child) {
    margin-bottom: 5px; } }
@media screen and (max-width: 767px) {
  .tel_set {
    display: flex; } }

@media screen and (max-width: 767px) {
  .tel_set__kubun::after {
    content: '：'; } }

@media screen and (min-width: 768px), print {
  .store_detail_table th {
    width: auto !important;
    white-space: nowrap; } }

@media screen and (max-width: 767px) {
  .tel_cell {
    position: relative;
    padding-top: 40px !important; }
    .tel_cell::before {
      content: "TEL";
      background-color: #fffbeb;
      display: flex;
      position: absolute;
      left: 0;
      top: 0;
      align-items: center;
      width: 100%;
      padding: 5px 10px;
      box-sizing: border-box;
      justify-content: center;
      border-bottom: 1px solid #efcc51; } }

@media screen and (max-width: 767px) {
  .fax_cell {
    position: relative;
    padding-top: 40px !important; }
    .fax_cell::before {
      content: "FAX";
      background-color: #fffbeb;
      display: flex;
      position: absolute;
      left: 0;
      top: 0;
      align-items: center;
      width: 100%;
      padding: 5px 10px;
      box-sizing: border-box;
      justify-content: center;
      border-bottom: 1px solid #efcc51; } }

@media screen and (max-width: 767px) {
  .note_cell {
    position: relative;
    padding-top: 40px !important; }
    .note_cell::before {
      content: "備考";
      background-color: #fffbeb;
      display: flex;
      position: absolute;
      left: 0;
      top: 0;
      align-items: center;
      width: 100%;
      padding: 5px 10px;
      box-sizing: border-box;
      justify-content: center;
      border-bottom: 1px solid #efcc51; } }

.map_icon_link {
  color: #333;
  text-decoration: none; }
  .map_icon_link:hover {
    text-decoration: none;
    opacity: 0.6;
    transition: 0.2s opacity; }
  .map_icon_link:hover {
    color: #333; }

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