@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*color*/
/*font*/
/*$serif: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
/*layout*/
/*=======================
    store
=========================*/
.store {
  border: 1px solid #cebfa6;
  padding: 15px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .store {
      flex-direction: column; } }
  @media screen and (max-width: 768px) {
    .store .store-text {
      font-size: 14px; } }
  .store .store-text .btn_arw {
    padding: 0; }
    .store .store-text .btn_arw a {
      margin-left: 0; }

.mt-10 {
  margin-top: -10px;
  margin-bottom: 20px; }

/*# sourceMappingURL=patisserie.css.map */
