@charset "utf-8";

/*
Theme Name: Lightning Child ¥
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: 未来塾のホームページ
Author: k-hike
*/

h3 a{
  color: #ea3818;
}

h3 a:hover{
  color: #43b8ba;
  text-decoration: underline;
  transition: .3s;
}

.vk_flow .vk_flow_frame {
  border: 2px solid #fab067;
}

.btn-primary:hover {
  background-color: #fab067;
  border-color: #fab067;
  transition: .3s;
}

.nav li a:hover {
  color: #43b8ba;
  transition: .3s;
}

.btn_wide {
    display: block;
    width: 100%;

}


	
/* ↓↓↓↓↓↓mobile↓↓↓↓↓↓↓ */
@media(max-width: 768px){
  .wp-block-cover__image-background {
  display: none;
  }
  .background_top{
    background-image: url(./top_gazo_mb.png);

  }
}

@media(max-width:768px){
 
}