@charset "utf-8";
@media (max-width: 768px) {

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
nav#mobile-header:not(.toggled) {
	z-index: 9999!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ハンバーガーメニュー内
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#generate-slideout-menu.is-open {
	background: var(--main);
}

#generate-slideout-menu li.menu-item a {
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	border-top: 0;
	border-bottom: 1px solid #d5b24f;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップへ戻るボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.generate-back-to-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	right: 0;
	bottom: -1px;
}

}/*メディアクエリ終了*/