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

body.home {
    position: initial !important;
}

body.home::before {
	content: none !important;
}

.footer, .footer a, .footer .widget ul li a {
    color: #fff !important;
}

    #content {
		padding-top: 0;
	}

body {
	padding: 0 !important;
}

#header_iframe {
 z-index: 9;
}

@media screen and (max-width: 769px) {
    #content {
		padding-top: 0;
	}
}