@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
.store .info dl {
  padding: 20px 0;
  border-bottom: 1px solid #A0A0A0;
}
.store .info dl dt {
  font-size: 1.2rem;
  font-size: 18px;
  line-height: 1.5;
  line-height: 27px;
  font-weight: 600;
}
.store .info dl dd {
  margin-bottom: 20px;
}
.store .info dl dd:last-of-type {
  margin-bottom: 0;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .store .info dl dd.map .embed-container {
    padding-bottom: 0;
    height: 400px;
  }
}