/*
Theme Name: Gunma-daikooku-Inspiro
Theme URI: 
Version: 1.0
Author: Gunma Area
Template: inspiro
*/
/* @charset "UTF-8";*/

.has-header-image .custom-header-media:before, .has-header-video .custom-header-media:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: none;
    background-repeat: none;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.custom-header-media:after {
    background:none;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

h1.site-title::after{
    border-bottom:none;
}


@media (min-width: 576px) {
  .hide-pc {
    display: none;
  }
}
@media (max-width: 575px) {
  .hide-sp {
    display: none;
  }
}