/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 05 2025 | 06:19:25 */
h1 {
	display: flex;
    align-items: center; 
    justify-content: center;
    flex-direction: column;
	background-image: url('http://portfolio4.oshigoto-navi.net/wp-content/uploads/2025/12/header.webp');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	min-height: 200px;
	padding: 0; 
    text-align: center;
}

.c-postContent {
	margin-top: 0;
}

@media (max-width: 991px) {
	/* ヘッダーサイズ */
	h1 {
		background-size: auto 100% !important;
		background-position: center center !important;
		min-height: 100px !important;
	}
}

/* TOPページだけ無効化 */
.home h1,
.front-page h1 {
    background-image: none !important;
    min-height: auto !important;
    padding: initial !important;
    display: block !important;
    flex-direction: initial !important;
    justify-content: initial !important;
    align-items: initial !important;
}

.home .c-postContent,
.front-page .c-postContent {
    margin-top: initial !important;
}

@media (max-width: 991px) {
    .home h1,
    .front-page h1 {
        background-size: initial !important;
        min-height: auto !important;
    }
}
