<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.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
  ------------------------------------------------------ */
  /* ----- shopsearch-index-layout ----- */
  .shopsearch-index-layout {
    margin: 2.5em 0 0;
  }
  .shopsearch-index-layout .index_column {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .shopsearch-index-layout .index_column &gt; .column_map {
    position: relative;
    width: 58.75%;
  }
  .shopsearch-index-layout .index_column &gt; .column_map .map_caption {
  }
  .shopsearch-index-layout .index_column &gt; .column_search {
    width: 38.33%;
  }
  .shopsearch-index-layout .index_column &gt; .column_search .search-link-button {
    width: 100%;
  }
  .shopsearch-index-layout .index_column &gt; .column_search .search-link-button &gt; a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 22px 30px;
    border-radius: 40px;
    background-color: #0091e4;
    color: #fff;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .shopsearch-index-layout .index_column &gt; .column_search .search-link-button &gt; a:hover {
    opacity: .8;
  }
  .shopsearch-index-layout .index_column &gt; .column_search .search-link-button &gt; a &gt; .link_label {
    display: inline-block;
    position: relative;
    line-height: 1.5;
  }
  .shopsearch-index-layout .index_column &gt; * &gt; *:first-child {
    margin-top: 0 !important;
  }
  .shopsearch-index-layout .index_column_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shopsearch-index-layout .index_column_2 &gt; .column_col {
    width: calc((100% - 12px) / 2);
  }
  .shopsearch-index-layout .index_column_3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shopsearch-index-layout .index_column_3 &gt; .column_route {
    width: 53.43%;
  }
  .shopsearch-index-layout .index_column_3 &gt; .column_station {
    width: calc(46.57% - 12px);
  }
  .shopsearch-index-layout .index_frame + .index_frame {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dde1e4;
  }
  .shopsearch-index-layout .index_heading {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .shopsearch-index-layout .index_heading + * {
    margin-top: 20px;
  }
  .shopsearch-index-layout .index_textfield {
    width: 100%;
    padding: 0 15px;
    height: 50px;
    background: none;
    border: 1px solid #c3c7cf;
    border-radius: 10px;
    line-height: 50px;
    outline: none;
  }
  .shopsearch-index-layout .index_textfield::-webkit-input-placeholder {
    color: #cccccc;
  }
  .shopsearch-index-layout .index_textfield:-ms-input-placeholder {
    color: #cccccc;
  }
  .shopsearch-index-layout .index_textfield::-ms-input-placeholder {
    color: #cccccc;
  }
  .shopsearch-index-layout .index_textfield::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
  }
  .shopsearch-index-layout .index_textfield::placeholder {
    color: #cccccc;
  }
  .shopsearch-index-layout .index_submit {
    display: block;
    width: 150px;
    height: 50px;
    margin: 10px auto 0;
    padding: 0 0 0 70px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    background-color: #666;
    background-image: url("/shopsearch/img/shopsearch_ic01.png");
    background-repeat: no-repeat;
    background-position: 37px 50%;
    background-size: 23px auto;
    border: none;
    border-radius: 25px;
    color: #fff;
    line-height: 50px;
    text-align: left;
    cursor: pointer;
    outline: none;
    transition: all .2s ease-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .shopsearch-index-layout .index_submit:hover {
    opacity: 0.8;
  }
  .shopsearch-index-layout .index_select {
    overflow: hidden;
    position: relative;
    border: 1px solid #c3c7cf;
    border-radius: 10px;
  }
  .shopsearch-index-layout .index_select::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    margin: -6px 1px 0 0;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .shopsearch-index-layout .index_select select {
    width: 100%;
    height: 50px;
    padding: 0 40px 0 15px;
    background: transparent;
    border: none;
    line-height: 50px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .shopsearch-index-layout .index_select select::-ms-expand {
    display: none;
  }
  .shopsearch-index-layout + .link-button {
    margin-top: 2.5em;
  }
  
  /* v2 */
  .shopsearch-index-layout-v2 {
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid #ddd;
  }
  .shopsearch-index-layout-v2 &gt; *:first-child,
  .shopsearch-index-layout-v2 &gt; section:first-child &gt; *:first-child {
    margin-top: 0 !important;
  }
}

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


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- shopsearch-index-layout ----- */
  .shopsearch-index-layout {
    margin: 2.0em 0 0;
  }
  .shopsearch-index-layout .index_column &gt; * + * {
    margin-top: 21px;
  }
  .shopsearch-index-layout .index_column &gt; * &gt; *:first-child {
    margin-top: 0 !important;
  }
  .shopsearch-index-layout .index_column &gt; .column_search {
  }
  .shopsearch-index-layout .index_column &gt; .column_search .search-link-button {
    width: 100%;
  }
  .shopsearch-index-layout .index_column &gt; .column_search .search-link-button &gt; a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 14px 15px;
    border-radius: 26px;
    background-color: #0091e4;
    color: #fff;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .shopsearch-index-layout .index_column &gt; .column_search .search-link-button &gt; a &gt; .link_label {
    display: inline-block;
    position: relative;
    line-height: 1.5;
  }
  .shopsearch-index-layout .index_column_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shopsearch-index-layout .index_column_2 &gt; .column_col {
    width: calc((100% - 10px) / 2);
  }
  .shopsearch-index-layout .index_column_3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shopsearch-index-layout .index_column_3 &gt; .column_route {
    width: 55%;
  }
  .shopsearch-index-layout .index_column_3 &gt; .column_station {
    width: calc(45% - 10px);
  }
  .shopsearch-index-layout .index_frame + .index_frame {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dde1e4;
  }
  .shopsearch-index-layout .index_heading {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .shopsearch-index-layout .index_heading + * {
    margin-top: 15px;
  }
  .shopsearch-index-layout .index_textfield {
    width: 100%;
    padding: 0 15px;
    height: 44px;
    background: none;
    border: 1px solid #c3c7cf;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 44px;
    outline: none;
  }
  .shopsearch-index-layout .index_textfield::-webkit-input-placeholder {
    color: #cccccc;
  }
  .shopsearch-index-layout .index_textfield::placeholder {
    color: #cccccc;
  }
  .shopsearch-index-layout .index_submit {
    display: block;
    width: 105px;
    height: 40px;
    margin: 15px auto 0;
    padding: 0 0 0 45px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    background-color: #666;
    background-image: url("/shopsearch/img/shopsearch_ic01.png");
    background-repeat: no-repeat;
    background-position: 19px 50%;
    background-size: 19px auto;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 40px;
    text-align: left;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .shopsearch-index-layout .index_select {
    overflow: hidden;
    position: relative;
    border: 1px solid #c3c7cf;
    border-radius: 5px;
  }
  .shopsearch-index-layout .index_select::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    margin: -6px 1px 0 0;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .shopsearch-index-layout .index_select select {
    width: 100%;
    height: 44px;
    padding: 0 25px 0 10px;
    background: transparent;
    border: none;
    font-size: 1.4rem;
    line-height: 44px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .shopsearch-index-layout + .link-button {
    margin-top: 1.4em;
  }
  
  /* v2 */
  .shopsearch-index-layout-v2 {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
  }
  .shopsearch-index-layout-v2 &gt; *:first-child,
  .shopsearch-index-layout-v2 &gt; section:first-child &gt; *:first-child {
    margin-top: 0 !important;
  }
}

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


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

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