@media (min-width: 768px) {
    .page-header {
        padding: 0 0 0 0;
    }
}

.page-header {
    padding: 0 0 0 0;
}

.menu-wrap .menu {
	gap: 0rem !important;
}
.menu-wrap .menu a {
	 padding: 3px 15px !important;
}


.site-brand img {
  border-radius: 15px;
}

.site-logo img {
    display: block;
    width:60px;
     border-radius: 0%;
}

.site-name {
    color: var(--primary);
    width:100%;
    font-weight: 700;
    font-size:16px;
}

.site-name, .site-slogan {
	 width:100%;
    line-height: 1.1;
    font-size:14px;
}

.page-header .page-title {
	padding-left:68px;
	color: #ffffff;
	font-size:40px;
	background-image: url(../../44th_logo_mini.png);
	background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
	background-position: left center;          /* 背景の位置指定 */
	background-size: 60px;
}

.header-container {
  display: flex;
  
}
.site-brand {
	flex:2;
}

.header-right {
	flex: 6;
}
