/*
Theme Name: GAIA Child
Description: Child theme for GAIA theme - Stores Calendar functionality
Author: Your Name
Template: gaia_tcd102
Version: 1.0.0
Text Domain: gaia-tcd102-child
*/

@import url('../gaia_tcd102/style.css');

/* 子テーマ用のカスタムスタイルをここに追加 */

.c-animation--text {
  color: #a6046d;
}

body.page-stores .c-breadcrumb__item:last-of-type > span[itemprop='name'] {
  color: #fff;
}

@media (max-width: 767px) {
  body.page-stores .p-calender--pc {
    display: table;
  }
  body.page-stores .p-calender--sp {
    display: none;
  }
}

body.page-base .c-breadcrumb__item:last-of-type > span[itemprop='name'] {
  color: #fff;
}

@media (max-width: 767px) {
  body.page-base .p-calender--pc {
    display: table;
  }
  body.page-base .p-calender--sp {
    display: none;
  }
}