<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ======================================================
 * shopsearch_list.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- list-index-layout ----- */
  .list-index-layout {
    margin: 1.6rem 0 0;
    padding: 20px 31px;
    background-color: #f4f4f4;
    border-radius: 15px;
  }
  .list-index-layout .index_column {
    display: flex;
    align-items: center;
  }
  .list-index-layout .index_column &gt; .column_heading {
    margin: 0 37px 0 0;
  }
  .list-index-layout .index_column &gt; .column_search {
    flex: 1;
  }
  .list-index-layout .index_heading {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .list-index-layout .index_search {
    overflow: hidden;
    position: relative;
    border: 1px solid #c3c7cf;
    border-radius: 30px;
  }
  .list-index-layout .index_search input[type="text"],
  .list-index-layout .index_search input[type="submit"] {
    height: 60px;
  }
  .list-index-layout .index_search input[type="text"] {
    width: 100%;
    padding: 0 177px 0 37px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
  }
  .list-index-layout .index_search input[type="text"]::-webkit-input-placeholder {
    color: #ccc;
  }
  .list-index-layout .index_search input[type="text"]:-ms-input-placeholder {
    color: #ccc;
  }
  .list-index-layout .index_search input[type="text"]::-ms-input-placeholder {
    color: #ccc;
  }
  .list-index-layout .index_search input[type="text"]::-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
  .list-index-layout .index_search input[type="text"]::placeholder {
    color: #ccc;
  }
  .list-index-layout .index_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    padding: 0 0 0 60px;
    background-color: #666;
    background-image: url("/shopsearch/img/shopsearch_ic01.png");
    background-repeat: no-repeat;
    background-position: 26px 50%;
    background-size: 23px auto;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: left;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .list-index-layout .index_search input[type="submit"]:hover {
    opacity: 0.8;
  }
  
  /* ----- list-table-layout ----- */
  .list-table-layout.table-layout .cell-style5 {
    background-color: #d2efb8;
  }
  .list-table-layout.table-layout th.cell-style5 {
    text-align: center;
    font-weight: 700;
  }
  .list-table-layout.table-layout th.cell-style5 {
    padding: 13px 20px 15px;
  }
  .list-table-layout.table-layout td {
    padding: 14px 20px 13px;
  }
  .list-table-layout.table-layout .shop-number {
    margin-top: .3em;
  }
  .list-table-layout.table-layout .link-text &gt; li &gt; a::before {
    width: 10px;
    height: 10px;
  }
  .list-table-layout.table-layout .noon-recess {
    width: 40px;
    margin: 0 auto;
  }
  .list-table-layout.table-layout .atm-list {
    display: flex;
    align-items: center;
  }
  .list-table-layout.table-layout .atm-list &gt; li {
    width: 40px;
  }
  .list-table-layout.table-layout .atm-list &gt; li + li {
    margin-left: 8px;
  }
  /* ----- list-table_caption ----- */
  .list-table_caption {
    text-align: right;
  }
  /* ----- list-index-text ----- */
  .list-index-text{
    margin-right: 20px;
  }
  
  /* ----- category-icon-list ----- */
  .category-icon-list-wrap {
    margin-top: .65em;
  }
  .category-icon-list {
    display: flex;
    flex-wrap: wrap;
  }
  .category-icon-list &gt; li {
    display: flex;
    align-items: center;
    margin-right: 31px;
  }
  .category-icon-list &gt; li img {
    margin-right: 10px;
  }
  
  /* ----- area-navi-anchor ----- */
  .area-navi-anchor-wrap {
    margin-top: 36px;
    border-top: solid 1px #dde1e4;
  }
  .area-navi-anchor-wrap &gt; dl {
    margin-top: 20px;
  }
  .area-navi-anchor-wrap &gt; dl + dl {
    margin-top: 19px;
  }
  .area-navi-anchor-wrap .area-navi-anchor-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .area-navi-anchor-wrap .area-navi-anchor {
    overflow: hidden;
    margin-top: .7em;
  }
  .area-navi-anchor-wrap .area-navi-anchor &gt; .area-navi_inner {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -29px 0 -28px;
  }
  .area-navi-anchor-wrap .area-navi-anchor &gt; .area-navi_inner &gt; li {
    margin-bottom: 16px;
    padding: 0 28px 0 27px;
    line-height: 1.65;
    border-left: 1px solid #dde1e4;
  }
  .area-navi-anchor-wrap .area-navi-anchor &gt; .area-navi_inner &gt; li &gt; a {
    display: inline-block;
    position: relative;
    padding-left: 24px;
  }
  .area-navi-anchor-wrap .area-navi-anchor &gt; .area-navi_inner &gt; li &gt; a::before {
    position: absolute;
    top: .5em;
    left: 2px;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    content: "";
  }
  /* ----- heading-lv3 ----- */
  .area-navi-anchor-wrap + section &gt; .heading-lv3 {
    margin-top: 2.4em;
  }
  section + section &gt; .heading-lv3 {
    margin-top: 3.3em;
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- list-index-layout ----- */
  .list-index-layout {
    margin: 1rem -15px 0;
    padding: 20px 15px;
    background-color: #f4f4f4;
  }
  .list-index-layout .index_column &gt; * + * {
    margin-top: 0.7em;
  }
  .list-index-layout .index_heading {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .list-index-layout .index_search {
    overflow: hidden;
    position: relative;
    border: 1px solid #c3c7cf;
    border-radius: 17px;
  }
  .list-index-layout .index_search input[type="text"],
  .list-index-layout .index_search input[type="submit"] {
    height: 35px;
  }
  .list-index-layout .index_search input[type="text"] {
    width: 100%;
    padding: 0 85px 0 15px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 1.4rem;
    outline: none;
  }
  .list-index-layout .index_search input[type="text"]::-webkit-input-placeholder {
    color: #ccc;
  }
  .list-index-layout .index_search input[type="text"]::placeholder {
    color: #ccc;
  }
  .list-index-layout .index_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    padding: 0 0 0 30px;
    background-color: #666;
    background-image: url("/shopsearch/img/shopsearch_ic01.png");
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 13px auto;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  /* ----- list-table-layout ----- */
  .list-table-layout.table-layout {
    margin-top: .8em !important;
  }
  .list-table-layout.table-layout .cell-style5 {
    background-color: #d2efb8;
  }
  .list-table-layout.table-layout th.cell-style5 {
    text-align: center;
    font-weight: 700;
  }
  .list-table-layout.table-layout td {
    padding: 11px 10px 10px;
  }
  .list-table-layout.table-layout[data-layout-sp="scroll"] {
    padding-bottom: 5px;
  }
  .list-table-layout.table-layout[data-layout-sp="scroll"]::-webkit-scrollbar {
    height: 10px;
  }
  .list-table-layout.table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #e4e4e4;
  }
  .list-table-layout.table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #999;
  }
  .list-table-layout.table-layout .shop-number {
    margin-top: .6em;
  }
  .list-table-layout.table-layout .noon-recess {
    width: 40px;
    margin: 0 auto;
  }
  .list-table-layout.table-layout .atm-list {
    display: flex;
    align-items: center;
  }
  .list-table-layout.table-layout .atm-list &gt; li {
    width: 40px;
  }
  .list-table-layout.table-layout .atm-list &gt; li + li {
    margin-left: 8px;
  }
  /* ----- list-table_caption ----- */
  .list-table_caption {
    text-align: left;
  }
  
  /* ----- category-icon-list ----- */
  .category-icon-list-wrap {
    margin-top: .6em;
  }
  .category-icon-list &gt; li {
    display: flex;
    align-items: center;
  }
  .category-icon-list &gt; li + li {
    margin-top: 15px;
  }
  .category-icon-list &gt; li img {
    margin-right: 10px;
  }
  
  /* ----- area-navi-anchor ----- */
  .area-navi-anchor-wrap {
    margin-top: 30px;
    border-top: solid 1px #dde1e4;
  }
  .area-navi-anchor-wrap &gt; dl {
    margin-top: 15px;
  }
  .area-navi-anchor-wrap &gt; dl + dl {
    margin-top: 19px;
  }
  .area-navi-anchor-wrap .area-navi-anchor-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .area-navi-anchor-wrap .area-navi-anchor {
    overflow: hidden;
    margin-top: 1.0em;
  }
  .area-navi-anchor-wrap .area-navi-anchor &gt; .area-navi_inner {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -11px 0 -16px;
  }
  .area-navi-anchor-wrap .area-navi-anchor &gt; .area-navi_inner &gt; li {
    width: 33.33%;
    margin-bottom: 12px;
    padding: 0 10px 0 15px;
    line-height: 1.65;
    border-left: 1px solid #dde1e4;
  }
  .area-navi-anchor-wrap .area-navi-anchor &gt; .area-navi_inner &gt; li &gt; a {
    display: inline-block;
    position: relative;
    padding-left: 17px;
  }
  .area-navi-anchor-wrap .area-navi-anchor &gt; .area-navi_inner &gt; li &gt; a::before {
    position: absolute;
    top: .4em;
    left: 2px;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    content: "";
  }
  
  /* ----- heading-lv3 ----- */
  .area-navi-anchor-wrap + section &gt; .heading-lv3 {
    margin-top: 2em;
  }
  section + section &gt; .heading-lv3 {
    margin-top: 2.5em;
  }
  .heading-lv3 .heading_title {
    font-size: 1.8rem;
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */


/* ======================================================
 * Print
====================================================== */

</pre></body></html>