:root {
	--back-color: #fffbed;
}

/* ヘッダー背景色 */
.l-header,.p-drop-nav {
	background: var(--back-color);
}
/* 縦タイトル */
@media (min-width:769px) {
.horizontal_title .smb-section__title {
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}	
}
/* 縦タイトル */
.horizontal_title .smb-section__header {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
/* カテゴリラベル */
.c-entry-summary__term {
border-radius: 5px;
}
.img_radius img {
	border-radius: 50px;
}
/* アイキャッチ画像の余白 */
.c-page-header {
	padding-top: 80px;
}
@media (max-width:768px) {
	.c-page-header {
		padding-top: 55px;
	}
}
.page-id-107 .c-page-header__bgimage>img, .c-page-header__bgimage>picture>img {
	object-position: 10% 20%;
	filter: blur(10px);
}
/* お問い合わせボタン（ヘッダー） */
.nav_contact {
	color: #fff;
	padding: 10px;
}
.nav_contact a {
	background: var(--sub-accent-color);
	border-radius: 50px;
}
/* お問い合わせボタン（フッター） */
.menu-item-159 {
	color: #fff;
	font-weight: 700;
}
.menu-item-159 a {
	padding: 20px 35px;
	border-radius: 50px;
	background: var(--sub-accent-color);
}
/* フッターメニュー文字 */
.l-footer__widget-area .widget_nav_menu {
	font-size: 16px;
	color:#666;
}
.l-footer--footer-4 .l-footer__footer, .l-footer--footer-5 .l-footer__footer {
	background: var(--back-color);
}
.l-footer__footer .c-row {
	opacity: .7;
}
/* アイキャッチ画像の文字 */
.c-page-header__title {
	letter-spacing: 5px;
}
.genki-panle .smb-panels__item {
	border-radius: 25px;
}
.recruit_panel .smb-panels__item {
	display: grid;
	place-content: center;
}
/* テキストサイズ16pxに統一 */
@media (max-width:768px) {
	.fz-txt {
		font-size: 16px;
	}
}