@charset "utf-8";

/* ======================================================
 * storeinfo.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - access-tabele
====================================================== */
@media print, screen and (min-width: 768px) {
  
  /* ------------------------------------------------------
   * index
  ------------------------------------------------------ */
  /* ----- storeinfo-index-layout ----- */
  .storeinfo-index-layout {
    display: none;
  }
  
  /* ----- storeinfo-index-layout-v2 ----- */
  .storeinfo-index-layout-v2 .index_frame + .index_frame {
    margin-top: 30px;
    padding-top: 34px;
    background-image: url("/storeinfo/images_new/index_ex01.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 4px 2px;
  }
  .storeinfo-index-layout-v2 .index_frame  > *:first-child {
    margin-top: 0 !important;
  }
  .storeinfo-index-layout-v2 .index_box {
    margin: 30px 0 0;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .storeinfo-index-layout-v2 .index_box > *:first-child {
    margin-top: 0 !important;
  }
  .storeinfo-index-layout-v2 .index_box .box_heading {
    font-weight: 700;
  }
  .storeinfo-index-layout-v2 .index_box .home-button {
    margin-top: 10px;
  }
  .storeinfo-index-layout-v2 .index_box .home-button a.type-matsuzakaya img {
    max-height: 22px;
  }
  .storeinfo-index-layout-v2 .index_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col {
    width: calc((100% - 20px) / 2);
    margin: 30px 0 0 20px;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col:nth-child(-n+2) {
    margin-top: 0;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col:nth-child(2n+1) {
    margin-left: 0;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_image {
    text-align: center;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_heading {
    font-weight: 700;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_heading a {
    color: #333;
    text-decoration: none;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_address {
    margin: 5px 0 0;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_tel {
    display: flex;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_tel > * {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_tel > dt {
    margin: 0 0.5em 0 0;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_tel > dd {
    flex: 1;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_tel > dd a[href*="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_heading a::after {
    content: "";
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: 10px;
    border-top: 1px solid #16509f;
    border-right: 1px solid #16509f;
    vertical-align: middle;
    transform: rotate(45deg);
  }
  .storeinfo-index-layout-v2 .index_column_2 {
    display: flex;
  }
  .storeinfo-index-layout-v2 .index_column_2 > .column_image {
    width: 180px;
    margin: 0 20px 0 0;
  }
  .storeinfo-index-layout-v2 .index_column_2 > .column_text {
    flex: 1;
  }
  
  /* ----- storeinfo-index-layout-v ----- */
  .storeinfo-index-layout-v {
  }
  
}
@media print, screen and (max-width: 767px) {
  
  /* ------------------------------------------------------
   * index
  ------------------------------------------------------ */
  /* ----- storeinfo-index-layout ----- */
  .storeinfo-index-layout {
    margin: 0 -15px;
    padding: 10px 15px;
    background-color: #f5f5f5;
  }
  .storeinfo-index-layout .index_toggle {
    position: relative;
    z-index: 2;
  }
  .storeinfo-index-layout .index_toggle .toggle_switch {
    position: relative;
    padding: 10px 20px;
    border: 1px solid #16509f;
    color: #16509f;
    font-size: 1.5rem;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-out 0s;
    cursor: pointer;
  }
  .storeinfo-index-layout .index_toggle .toggle_switch::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin: -7px 4px 0 0;
    border-top: 1px solid #16509f;
    border-right: 1px solid #16509f;
    vertical-align: middle;
    transform: rotate(135deg) translateY(-50%);
  }
  .storeinfo-index-layout .index_toggle .toggle_panel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    background-color: #fff;
  }
  .storeinfo-index-layout .index_toggle .index_frame {
    overflow: hidden;
  }
  .storeinfo-index-layout .index_toggle .index_frame + .index_frame {
    border-top: 1px solid #b5b5b5;
  }
  .storeinfo-index-layout .index_toggle .index_frame .frame_heading {
    margin: 20px 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .storeinfo-index-layout .index_toggle .index_anchor {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -1px;
  }
  .storeinfo-index-layout .index_toggle .index_anchor > li {
    display: flex;
    width: calc((100% - 15px) / 2);
    border-bottom: 1px solid #ddd;
  }
  .storeinfo-index-layout .index_toggle .index_anchor > li > a {
    position: relative;
    display: flex;
    width: 100%;
    padding: 15px 0 15px 20px;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.1;
    text-decoration: none;
  }
  .storeinfo-index-layout .index_toggle .index_anchor > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.6em;
    width: 8px;
    height: 8px;
    margin-top: -7px;
    margin-right: 4px;
    border-top: 1px solid #16509f;
    border-right: 1px solid #16509f;
    vertical-align: middle;
    transform: rotate(45deg);
  }
  .storeinfo-index-layout .index_toggle.is-open .toggle_switch {
    background-color: #16509f;
    border-color: #16509f;
    color: #fff;
  }
  .storeinfo-index-layout .index_toggle.is-open .toggle_switch::before {
    margin: 2px 0 0 0;
    border-top-color: #fff;
    border-right-color: #fff;
    transform: rotate(-45deg) translateY(-50%);
  }
  
  /* ----- storeinfo-index-layout-v2 ----- */
  .storeinfo-index-layout-v2 {
    margin: 30px 0 0;
  }
  .storeinfo-index-layout-v2 .index_frame + .index_frame {
    margin-top: 15px;
    padding-top: 19px;
    background-image: url("/storeinfo/images_new/index_ex01.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 4px 2px;
  }
  .storeinfo-index-layout-v2 .index_frame  > *:first-child {
    margin-top: 0 !important;
  }
  .storeinfo-index-layout-v2 .index_box {
    margin: 30px 0 0;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .storeinfo-index-layout-v2 .index_box > *:first-child {
    margin-top: 0 !important;
  }
  .storeinfo-index-layout-v2 .index_box .box_heading {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .storeinfo-index-layout-v2 .index_box .box_text {
    font-size: 1.5rem;
  }
  .storeinfo-index-layout-v2 .index_box .linkBtn {
    margin-top: 10px;
  }
  .storeinfo-index-layout-v2 .index_box .home-button a.type-matsuzakaya {
    line-height: 0;
  }
  .storeinfo-index-layout-v2 .index_box .home-button a.type-matsuzakaya img {
    max-height: 16px;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col + .column_col {
    margin-top: 15px;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_image img {
    width: 100%;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_heading {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_heading a {
    color: #333;
    text-decoration: none;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_address {
    margin: 5px 0 0;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_tel {
    display: flex;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_tel > * {
    color: #595959;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_tel > dt {
    margin: 0 0.5em 0 0;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_tel > dd {
    flex: 1;
  }
  .storeinfo-index-layout-v2 .index_column > .column_col .col_heading a::after {
    content: "";
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: 10px;
    border-top: 1px solid #16509f;
    border-right: 1px solid #16509f;
    vertical-align: middle;
    transform: rotate(45deg);
  }
  .storeinfo-index-layout-v2 .index_column_2 {
    display: flex;
  }
  .storeinfo-index-layout-v2 .index_column_2 > .column_image {
    width: 140px;
    margin: 0 15px 0 0;
  }
  .storeinfo-index-layout-v2 .index_column_2 > .column_text {
    flex: 1;
  }
  
}
@media print {
}