@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

.entry-content h2 {
/*
	position: relative!important;
  padding: 0.25em 0!important;
*/
}
.entry-content h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

/*
.entry-content h2 {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
}

.entry-content h2:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
*/



.header{
background: linear-gradient(45deg, #bdb9ff, #67b8ff) !important;
}
.widgettitle{
background: linear-gradient(45deg, #bdb9ff, #67b8ff) !important;
	    color: #FFFFFF !important;
}
#footer-menu{
background: linear-gradient(45deg, #bdb9ff, #67b8ff) !important;
}

h2, h3 {
    background: -webkit-linear-gradient(top,#891cff,#00c3ff);
    -webkit-background-clip: text;
	color: transparent;
    -webkit-text-fill-color: transparent;
}


/*
h1 {
    background: linear-gradient( to right,  rgb(255 60 222) 25%, #2594ff 75% );
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
*/


//youtube
.embed-youtube {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 25px;
}
.embed-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



kbd {
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
    color: #333;
    display: inline-block;
    font-size: .85em;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap;
   }

