/*
Theme Name: BusinessPress Child
Theme URI: https://businesspress.jp/theme/
Template: businesspress
Author: BusinessPress
Author URI: https://businesspress.jp/
Description: BusinessPress ia a simple and beautiful business WordPress theme. You can create a website of corporate, group, freelance and so on.
Tags: one-column,two-columns,right-sidebar,custom-colors,custom-header,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,microformats,post-formats,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.0.0.1617186663
Updated: 2021-03-31 19:31:03

*/

@font-face {
  /*フォントの名前*/
  font-family: "dartsfont";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/wp-content/themes/businesspress-child/font/dartsfont.woff2") format("woff2"),
       url("/wp-content/themes/businesspress-child/font/dartsfont.woff") format("woff");
}
.dartsfont{
	font-family: "dartsfont";
	font-size:  1.5em;
}

body:lang(ja) {
	font-family: "游明朝", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	color: #FFFFFF;
}

.widget {
	color: #d3d3d3 !important;
}
.widget-title {
	color: #d3d3d3;
}

/*クレジット非表示*/

.site-credit {
	display:none;
}

.movie{
    width:100%; 
    height:100%;
}

.jumbotron {
	display: none;
}

/*背景色*/

body {
	width:100%; 
    height:100%;
	background-color: #000000;
}

/*ヘッダー色*/

.main-header-clone{
	background-color: #000000;
}

.menu {
	color: #FFFFFF !important;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
	color: #FFFFFF !important;
	font-size:  1.5em;
	text-decoration: underline;
}

.main-navigation a:hover {
		color: #a9a9a9;
	}

/*ヘッダー下の白線*/

.site-header {
	border-bottom: none;
}

.drawer-navigation{
		background: #000000;
	}

content-area  {
	max-width: 1120px;
}

.site-content{
	max-width: 1120px;
}



.site-bottom{
	background-color: #000000 !important;
	border-top:none ;
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}