/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

body{
	font-family:"Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;;
	color: rgb(62, 58, 57);
	padding-top:75px;
}
@media only screen and (max-width: 575px) {
	body{
		padding-top:64px;
	}
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: block;
	font-size:0.8em;
}

p a {
    text-decoration-style: solid;
	text-decoration-color:#3e3a39;
}


/*YouTube埋め込みレスポンシブ*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


