@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

/*  */

body {
	color:white;
}

/* 全体背景：黒 */
body {
	background-color: #000000 !important;
}

/* 背景カラー */
.smf-form--business .smf-item__col--label {
	background-color: black;
}

/*  */
.smb-section-with-bgimage__bgimage {
	background-color: transparent !important;
}

/* form プログレストラッカー */
[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number {
	background-color: #ff8800;
}

[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text {
	color: white;
}

/* スクロールヘッダー追従削除 */
.l-header__drop-nav[aria-hidden=false]{
	display: none;
}

/* 記事一覧の背景色削除 */
.c-entry-summary > .c-entry-summary__figure {
	background: none !important;
}

/* フォントカラー：白 */
.hp_fzcWhite {
	color: white !important;
}

/***
 * top:h3カラー
 ******************** */
.c-entries--text .c-entry-summary__title {
	color: #000;
}

/* フォント */
.hp_sacramento {
	font-family: 'Sacramento', "Noto Serif JP",serif;
}

/* フォント */
.hp_sacramento .smb-section__title {
	font-family: 'Sacramento', "Noto Serif JP",serif;
}
.hp_sacramento .smb-section__body {
	font-family:"Noto Serif JP",serif !important;
}

/* フォントサイズアップ */
.hp_fzLg {
	font-size: 54px;
}

@media(max-width: 768px){
	.hp_fzLg {
	font-size: 32px;
}
}

.hp_mtSm {
	margin-top: 15px!important;
}

/* 固定ページ：タイトルフォント */
.c-page-header__title {
	font-family: 'Sacramento', "Noto Serif JP",serif;
}
@media(min-width: 64em) {
	.c-page-header__title {
		font-size: 54px;
	}
}

/***
 * 見出しセンター配置
 * ******************************/
.hp_txtCenter {
	text-align: center;
}

/* copyright：センター */
.c-copyright {
	text-align: center;
}

/* 画面端まで表示 */
.hp_mrc .c-container {
	margin-right: calc(50% - 50vw);
	padding-right: 100px;
}

.hp_mlc .c-container {
	margin-left: calc(50% - 50vw);
	padding-left: 100px;
}

/* h2 */
.hp_lv2Heading {
	background:none !important;
	border-left: none !important;
	font-size: 40px !important;
}
.hp_lv2Heading.hp_lv2Heading__bdb{
	border-bottom: 3px solid #ff8b00;
}

/* 背景透過 */
.hp_opacity {
	background-color: rgba(255, 255, 255, .7) !important;
}

/* ボーダー削除 */
.c-entries--simple .c-entries__item, .c-entries--text2 .c-entries__item, .c-entries--text .c-entries__item {
	border: none !important;
}

.c-entries--text {
	border: none !important;
}

/* タブ設定 */
.smb-tabs__tab[aria-selected=true] {
	background-color: #ff8800;
	border-color: #ff8800 !important;
	color: white;
}
.smb-tabs[data-orientation=vertical]>.smb-tabs__tabs .smb-tabs__tab {
	color:white;
}
.smb-tab-panel {
	padding-top: 0 !important;
	background-color: black;
	border-color: black;
}
.smb-tabs__tab-wrapper{
	border-right: 1px solid #fff !important;
}

/*** 水平方向タブ */
.smb-tabs__tab-wrapper {
	border: none !important;
}

.smb-tabs[data-orientation=horizontal][data-tabs-justification=flex-start]>.smb-tabs__tabs {
	border-bottom: 1px solid;
}

.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab {
	color: white;
}

/* map */
.bl_map iframe {
	width: 100%;
	height: 500px;
}
@media(max-width: 460px) {
	.bl_map iframe {
	width: 100%;
	height: 350px;
}
}

/***
 * 投稿本文カラー
 **************************/
[data-has-sidebar=true] .c-entry__content>* {
	color: white;
}

/***
 * 投稿下コメントTB非表示
 **************************/
.p-comments.c-entry-aside,
.p-trackbacks.c-entry-aside{
	display: none;
}

/* アーカイブタイトルカラー */
.c-entry__title,
.c-entry-summary__title,
.c-entries--simple .c-entry-summary__content,
.wp-block-group {
	color:white;
}

/***
 * アーカイブメタ情報削除
 ************************/
.c-meta .c-meta__item.c-meta__item--author {
	display:none;
}

.c-meta__item.c-meta__item--published {
	color: #000;
}

/***
 * アーカイブ画像サイズアップ
 **************************/
@media (min-width: 64em){
	.c-entries--simple .c-entry-summary__figure {
		width: 30%;
	}
}

/***
 * サイドバーサイズ変更
 **************************/
@media (min-width: 64em){
[data-has-sidebar="true"] .l-contents__main {
    width: calc(100% - 200px - var(--_space, 1.8rem)*2*var(--_margin-scale, 1));
	}
}

@media (min-width: 64em){
	[data-has-sidebar="true"] .l-contents__sidebar {
		width: 200px;
	}
}

/***
 * サイドバーフォントカラー
 *************************/
.widget_categories ul a {
	color: white;
}



/* フッター */
.l-footer-widget-area {
	border: none;
}

.l-footer-widget-area .c-row--lg-margin-l {
	color: white;
}

.l-footer-widget-area .c-row--lg-margin-l figure {
	text-align: center;
}

.l-footer-widget-area .widget_block.widget_media_image .wp-block-image img {
	width: 20% !important;
}

/***
 * SPフッター固定メニュー
 ************************/
.p-footer-sticky-nav {
	background-color: #333;
	padding: 10px 0;
}

.p-footer-sticky-nav .c-navbar__item {
	border-right: 1px solid #f4f4f4;
}

.p-footer-sticky-nav .c-navbar__item>a {
/* 	font-size: .8rem; */
	color: #FF8800;
}