@charset "utf-8";

/*==============================*/

/* Shop information

/*==============================*/


.section.contents .infoBox .infoItem{
  position: relative!important;
}

.section.contents .infoBox .infoItem .address_02 {
  display: flex;
  margin-top: 16px;
  font-style: inherit;
  font-size: 1.3rem;
}

.section.contents .infoBox .infoItem .address_02 a {
  text-decoration: underline;
}

.section.contents .infoBox .infoItem .address_02::before {
  margin-right: 4px;
}

.section.contents .infoBox .infoItem .address_02 table {
  margin-top: -2px;
  font-size: 1.3rem;
}

.section.contents .infoBox .infoItem .address_02 table tr {
  height: 10px;
}

.section.contents .infoBox .infoItem .address_02 table td:nth-child(1) {
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}

.section.contents .infoBox .infoItem .address_02 table td:nth-child(2) {
  letter-spacing: .7px;
}

@media (min-width: 767.5px){
  section.contents .infoBox .storeLink{
    position: absolute!important;
    bottom: 0!important;
    padding: 0 5px 5px 0!important;
    right: 0!important;
  }

  .section.contents .infoBox .infoItem .address_02 {
    display: flex;
    margin-top: 5px;
    font-style: inherit;
    font-size: 10px;
  }

  .section.contents .infoBox .infoItem .address_02 a {
    text-decoration: underline;
  }

  .section.contents .infoBox .infoItem .address_02::before {
    margin-right: 4px;
  }

  .section.contents .infoBox .infoItem .address_02 table {
    margin-top: -2px;
    font-size: 10px;
  }

  .section.contents .infoBox .infoItem .address_02 table tr {
    height: 10px;
  }

  .section.contents .infoBox .infoItem .address_02 table td:nth-child(1) {
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
  }

  .section.contents .infoBox .infoItem .address_02 table td:nth-child(2) {
    letter-spacing: .7px;
  }
}