/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
body{
    background-color: #f0f2f5;
}

.sp{
  display: none;
}

.pc{
  display: block;

}

.jazz-h2{
    text-align: center;
   font-family:  "Noto Serif JP", serif !important;
   color: #910782;
   font-weight: 800;
       border-top: none;
    border-bottom: none;
}
.jazz-p{
    text-align: center;
      font-family: "Noto Sans JP", serif !important;

}

.event_title{
     font-family: "Noto Serif JP", serif !important;
    font-weight: 800;
    text-align: center;
    font-size: 28px;
    border-top: 2px solid #910782;
    border-bottom: 1px solid #910782;
    margin: 0px auto;
    margin-top: 60px;
    max-width: 500px;

}

.site-body {
    padding: 0;

}

@media (max-width:768px) {

.jazz-h2{
  font-size: 20px;
    
}

.sp{
  display: block;
}

.pc{
  display: none;

}

.event_title{
    text-align: center;
    font-size: 18px;
     border-top: 1px solid #910782;
    border-bottom: 1px solid #910782;
    padding: 15px auto;

}


}