@charset "utf-8";
/*
Theme Name:twentytwenty_child
Template:twentytwenty
Version:2.0
*/



body {
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
}

h1,
	.heading-size-1 {
		font-size: 5rem !important;
	}

#home{
	background: url("https://george.soel-design.me/wp-content/uploads/2022/06/bg_detail_title_home.jpg") 75% 50% no-repeat !important;
    background-size: cover !important;
}

.home{
}



#campany{
	background: url("https://george.soel-design.me/wp-content/uploads/2022/06/bg_detail_title_campany.jpg") 75% 50% no-repeat !important;
    background-size: cover !important;
}

.campany{
}

#info{
	background: url("https://george.soel-design.me/wp-content/uploads/2022/06/bg_detail_title_info.jpg") 75% 50% no-repeat !important;
    background-size: cover !important;
}

.info{
}

#menu{
	background: url("https://george.soel-design.me/wp-content/uploads/2022/06/bg_detail_title_menu.jpg") 75% 50% no-repeat !important;
    background-size: cover !important;
}

.menu{
}




@media (max-width: 782px) {

	.admin-bar.overlay-header #site-header {
		top: 46px;
	}
	
.site-description {
	color: #6d6d6d;
	font-size: 1.8rem;
	font-weight: 500;
	display: block;
	letter-spacing: -0.0311em;
	transition: all 0.15s linear;
}
}

/* Header Navigation ------------------------- */

.header-navigation-wrapper {
	display: block;
}



    /*著者情報を消す*/
.single .post-author{
    display:none !important;
}