/* ----------------------------------------

header

---------------------------------------- */
.header .pc_global_nav > ul > li:nth-child(2) .btn_wrap .btn {
  background-color: #e60012;
  color: #fff; }

/* ----------------------------------------

content

---------------------------------------- */
#content > .mv {
  background-image: url("/files/img/stores/common/mv.jpg"); }
#content #main .stores_tab_ui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e2dcd3; }
  #content #main .stores_tab_ui li {
    position: relative;
    width: calc(47.9% - 5px);
    margin-bottom: -1px;
    padding-top: 11px;
    padding-bottom: 8px;
    border: 1px solid #e2dcd3;
    background-color: #f2efe6;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer; }
    #content #main .stores_tab_ui li:last-child {
      margin-left: 10px; }
    #content #main .stores_tab_ui li.is-active {
      border-bottom: none;
      background-color: #fff; }
      #content #main .stores_tab_ui li.is-active:before {
        content: "";
        position: absolute;
        display: block;
        width: calc(100% + 2px);
        height: 4px;
        left: -1px;
        top: -1px;
        background-color: #e60012; }
#content #main .stores_tab_conts {
  margin-top: 30px; }
  #content #main .stores_tab_conts > * {
    display: none; }
    #content #main .stores_tab_conts > *.is-active {
      display: block; }
#content #main .stores_list_link + section {
  margin-top: 55px; }
#content #main .stores_list li {
  padding-bottom: 25px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(13, 13, 13, 0.25);
          box-shadow: 0px 2px 6px 0px rgba(13, 13, 13, 0.25);
  border-radius: 4px; }
  #content #main .stores_list li .stores_list_ttl {
    margin-top: 15px;
    text-align: center; }
    #content #main .stores_list li .stores_list_ttl a {
      font-size: 1.8rem;
      font-weight: bold;
      color: #000;
      text-decoration: none; }
  #content #main .stores_list li .stores_list_address {
    margin-top: 5px;
    margin-right: 25px;
    margin-left: 25px; }
  #content #main .stores_list li .stores_list_opening_hours {
    margin-right: 25px;
    margin-left: 25px; }
  #content #main .stores_list li .stores_list_btn {
    margin-top: 15px;
    padding-right: 25px;
    padding-left: 25px; }
@media screen and (max-width: 767px) {
  #content > .mv {
    background-position: center right 20%; }
  #content #main .stores_list li {
    margin-right: auto;
    margin-left: auto;
    max-width: 288px; } }

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