@charset "UTF-8";

/*
Theme Name: Lightning Child
Description: Lightning専用の子テーマ（NYVT カスタマイズ用）
Template: lightning
Version: 1.0.0
*/

/************************************
** ボタンカスタマイズ
************************************/

/* レッスン予約ボタンを水色に変更（新着ブログ一覧と同色 #0693e3） */
.wp-block-button a[href*="reserva.be"] {
  background-color: #0693e3 !important;
  color: #fff !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
}

/*834px以下*/
@media screen and (max-width: 834px){
}

/*480px以下*/
@media screen and (max-width: 480px){
}
