/*
Theme Name: sendai-aoba-matsuri
Theme URI: https://www.aoba-matsuri.com/
Description: sendai-aoba-matsuri
Version: 0.1
Author: Salblanco
Author URI: https://www.aoba-matsuri.com/
*/

/* ▼表示領域が640px以上の場合 PC*/
@import url('page_pc.css') screen and (min-width: 640px);

/* ▼表示領域が639px未満の場合 スマホ*/
@import url('page_sp.css') screen and (max-width: 639px);

/* =============================================================    */