/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 15 2026 | 08:01:04 */
header#masthead {
    display: flex;
    align-items: center;
	box-sizing:content-box;
}

header#masthead .container{
	max-width:100% !important;
	width: 100%;
/* 	padding-right: 0; */
}

.site-branding {
    padding: 0 !important;
}

.global-nav.has-background {
    padding-top: 20px;
}

ul#global-nav__menu {
    font-size: 18px;
}

ul#global-nav__menu a {
    padding: 0;
}

.global-nav__menu>.menu-item>a:after{
	display:none;
}

li.header-tel {
    padding: 10px 20px !important;
    background: orange;
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 100px;
}

.header-tel a{
	color: #fff;
	font-weight:700 !important;
}

button#global-nav__toggle {
    padding: 0;
    background: #F47B23;
    width: 70px;
    height: 70px;
		color:#fff;
}

.global-nav__toggle:after{
	color:#fff;
}

@media screen and (max-width: 768px) {

header#masthead	.container{
		margin:0;
	height:70px;
	display: flex;
        align-items: center;
	}
}

@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;
}