/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2026 | 07:01:02 */
header#masthead {
    display: flex;
    align-items: center;
	border-bottom: 1px solid #fff;
	box-sizing:content-box;
}

header#masthead .container{
	max-width:100% !important;
	width: 100%;
/* 	padding-right: 0; */
}

ul#global-nav__menu a {
    padding: 0;
}

.global-nav__menu>.menu-item>a:after{
	display:none;
}

button#global-nav__toggle {
    padding: 0;
    width: 70px;
    height: 70px;
}


.header-sns {
	margin-left:10px !important;
}

.header-sns img{
	width:40px;
}

@media screen and (max-width: 768px) {

header#masthead	.container{
		margin:0;
	height:70px;
	display: flex;
        align-items: center;
	}
	
	.global-nav {
    font-size: 20px;
}
	
	li.menu-item{
		border-bottom: #393939 1px solid;
		        margin-top: 0 !important;
        padding-top: 14px;
        padding-bottom: 14px;
		        width: 100%;
	}
	
	ul.sub-menu li.menu-item{
		border-bottom: none;
		padding-top: 0;
        padding-bottom: 0;
		margin-top:10px !important;
	}
	
	li.header-sns{
		border-bottom: none;
		padding-top: 0;
        padding-bottom: 0;
		margin-left:0 !important;
		margin-top:24px !important;
		margin-right:10px;
		width:40px;
	}
	
	ul#global-nav__menu {
    display: flex;
    flex-wrap: wrap;
}
	
}

@media screen and (max-width:599px) {
	header#masthead	.container{
	height:60px;
	}
	
	button#global-nav__toggle {
    width: 60px;
    height: 60px;
}
}

/* 投稿ページタイトル調整 */

/* .category-news{
	padding-top:0 !important;
}
 */
.alignfull.ystdb-section.has-background-image.news-head.lazyloaded {
    width: 100% !important;
	    margin: 0 auto;
}