@charset "UTF-8";
#close-notice {
  display: none; }

.gmap {
  height: 600px;
  margin-bottom: 15px;
  border: 1px solid #cccccc;
  border-radius: 10px; }
  .gmap img {
    max-width: none; }
  @media only screen and (max-width: 767px) {
    .gmap {
      height: 440px; } }

.bl_img img {
  width: 100%; }

.map_legend {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .map_legend {
      justify-content: start; } }
  .map_legend li {
    margin: 0;
    padding: 0 1em; }
    .map_legend li a {
      font-weight: bold;
      text-decoration: none; }
    .map_legend li img {
      vertical-align: middle;
      margin-right: 1ex; }

@media only 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 only screen and (max-width: 767px) {
  .store_table thead {
    display: none; } }
.store_table thead th {
  padding-left: 0;
  padding-right: 0; }
.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;
  line-height: 1.2;
  font-size: 85%;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle; }
  @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: 35%; }
  @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: 16%;
  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_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; } }
.label.label_atm {
  border-radius: 3px;
  background: #e21500;
  display: inline-block;
  padding: 0.2ex 1ex;
  margin: 0 0 0 1ex;
  font-weight: bold;
  font-size: 90%;
  color: #ffffff;
  line-height: 1.5; }

.atm_table {
  display: table; }
  .atm_table > * {
    display: table-row; }
    .atm_table > * > * {
      display: table-cell; }
      .atm_table > * > *:first-child {
        font-weight: bold;
        padding-right: 1ex; }

.atm_memo {
  border: 1px solid #c4e099;
  background: #fbffe3;
  border-radius: 5px;
  padding: 1ex;
  margin-top: 1ex; }
  .atm_memo > *:first-child {
    margin-top: 0; }
  .atm_memo > *:last-child {
    margin-bottom: 0; }

.store_greeting {
  margin: 0 auto 15px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .store_greeting {
      display: block; } }
  .store_greeting .store_greeting_img {
    width: 20%;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 15px 0 15px 15px; }
    @media only screen and (max-width: 767px) {
      .store_greeting .store_greeting_img {
        width: auto;
        padding: 15px;
        max-width: 80%;
        display: block;
        margin: auto; } }
  .store_greeting .store_greeting_body {
    width: 80%;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 15px; }
    .store_greeting .store_greeting_body:only-child {
      width: auto; }
    @media only screen and (max-width: 767px) {
      .store_greeting .store_greeting_body {
        width: auto; } }
    .store_greeting .store_greeting_body > *:first-child {
      margin-top: 0; }
  .store_greeting .store_greeting_title {
    font-weight: 700;
    font-size: 160%;
    color: #e65e42; }
  .store_greeting .store_greeting_manager {
    font-size: 115%;
    text-align: right; }
  .store_greeting .store_greeting_content > *:first-child {
    margin-top: 0; }
  .store_greeting .store_greeting_content > *:last-child {
    margin-bottom: 0; }

/*# sourceMappingURL=store.css.map */
