/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 18 2026 | 01:57:24 */
header#masthead {
    display: flex;
    align-items: center;
	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;
/*     background: #C19558; */
    width: 70px;
    height: 70px;
}

.header-botton{
	width:100px;
	height:100px;
	display:flex;
	justify-content:center;
}

.header-botton a{
	display:flex;
	align-items:center;
	color:#fff;
	font-size:12px;
	gap:10px;
}

.header-botton img{
	width:35px;
	height:35px;
}

.header-botton p{
	margin:0;
}

.header-contact{
	background:#0084E8;
}

.header-recruit{
	background:#001C3A;
	margin-left:0 !important;
}

@media screen and (max-width: 768px) {

header#masthead	.container{
		margin:0;
	height:70px;
	display: flex;
        align-items: center;
	}
	
	ul#global-nav__menu {
    font-size: 20px;
}
	
	ul#global-nav__menu a{
		text-align:center;
		margin-bottom:16px;
	}
	
	.header-botton{
	width:100%;
	height:56px;
}
	
	.header-botton a{
		    display: flex !important;
    flex-direction: row !important;
    font-size: 16px;
		margin-bottom:0 !important;
	}
	
}

@media screen and (max-width:599px) {
	header#masthead	.container{
	height:60px;
	}
	
	button#global-nav__toggle {
    width: 60px;
    height: 60px;
}
}

/* 投稿ページタイトル調整 */
.alignfull.ystdb-section.has-background-image.news-head.lazyloaded {
    width: 100% !important;
	    margin: 0 auto;
}