@charset "UTF-8";

/*!
Theme Name: Horse Hub Japan Child（最新版）
Description: Horse Hub Japan専用のCocoon子テーマ
Theme URI: https://horsehubjapan.com/
Author: Horse Hub Japan
Author URI: https://horsehubjapan.com/
Template:   cocoon-master
Version:    0.2.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*
 * トップページ専用スタイルは assets/css/horsehub-home.css で管理します。
 * このファイルにはサイト全体へ適用する最小限の調整だけを追加してください。
 */

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /* Site-wide tablet adjustments can be added here. */
}

/*834px以下*/
@media screen and (max-width: 834px){
  /* Site-wide small-tablet adjustments can be added here. */
}

/*480px以下*/
@media screen and (max-width: 480px){
  /* Site-wide mobile adjustments can be added here. */
}
