/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
    font-family: "source-han-serif-japanese";
    font-size: 14px;
    font-weight: 300
}

.multiple-item {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
	.fl-slide-content {
		background: url(https://smart.aqm.jp/info/wp-content/uploads/2016/07/bk_slide.png) no-repeat;
		width: 550px;
		height: 530px;
		margin: 0 !important;
		padding: 80px 40px 0px 67px;
	}

	.fl-slide-foreground {
	    margin: 0 auto;
	    max-width: 1100px;
	}
	.fl-slide-content-wrap {
		margin: 100px auto auto 500px;
	}

	.fl-slide-content h2 {
		font-size: 40px;
		margin: 0 0 10px !important;
	}
	.fl-slide-content p {
		font-size: 16px;
		line-height: 29px;
	}
	.menu a {
		color: #696969;
		font-size: 14px;
	}
	.menu a:hover {
	}
	#menu_logo {
		text-align: right;
	}
	#menu_logo img:hover {
		opacity: 0.7;
	}
	#menu_link {
		display: block;
	}
	#menu_link a {
		display: inline-block;
		margin: 0 20px 0 auto;
	}
	#menu_link a img:hover {
		opacity: 0.7;
	}
	.fl-node-5791fd1a9f173 .menu > li span {
		padding: 0 7px;
		vertical-align: 1px;
	}

}
@media screen and (max-width: 767px) {
	#menu_logo {
		text-align: center;
	}
	#menu_logo img:hover {
		opacity: 0.7;
	}
	#menu_link {
		text-align: center;
		display: block;
	}
	#menu_link a {
		display: inline-block;
		margin: 0 20px 0 auto;
	}
	#menu_link a img:hover {
		opacity: 0.7;
	}
}