/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2026 | 08:40:09 */
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;
	font-size:26px;
	font-weight:600;
}

.global-nav__menu>.menu-item>a:after{
	display:none;
}

button#global-nav__toggle {
    padding: 0;
    background: #AC0F0F;
    width: 70px;
    height: 70px;
	color:#fff;
}

.header-botton{
	width:140px;
	height:120px
}

.header-botton a {
    align-items: center;
	gap:8px;
}

.header-botton img{
	width:36px;
}

.header-botton p{
	margin:0;
	font-size:20px;
	color:#fff;
	font-weight:600;
}

.orange{
	background:#DE8800;
}

.red{
	background:#AC0F0F;
	margin-left:0 !important;
}

.header-phone img{
	width:300px;
}

@media screen and (max-width: 768px) {
	.header-botton{
	width:100%;
	height:64px;
		display:flex;
		align-items:center;
		justify-content:center;
}
	
	.header-botton a {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}
	
}

@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;
}
}

/* 投稿ページタイトル調整 */
.alignfull.ystdb-section.has-background-image.news-head {
    width: 100% !important;
	    margin: 0 auto;
}