/*
Theme Name:   GENESIS child
Theme URI:    
Description:  genesis の子テーマ
Author:       supportas
Author URI:   https://supportas.co.jp/
Template:     genesis_tcd103
Version:      1.6
*/
body.header_type2.active_header #header, body.header_type2.header_fixed #header{
	background-color: rgba(255, 255, 255, 0.9);
}
#header_slider_content .content {
	padding: 0 80px;
}

.cb_free_space .post_content {
	padding: 0 100px;
}

#footer_banner {
	height: 300px;
}
#footer_banner .item {
	height: 100%;
}





@media screen and (max-width: 800px) {
	/*---- ヘッダー設定 ----*/
	body.admin-bar #header {
	top: 0px;
	}
	#header_logo .logo_image mobile img{
		display: inline-block;
	}

	/*---- FV設定 ----*/
	#header_slider_content .content{
	padding: 0 20px;
	}
	
	/*---- コンテンツ全体の統一設定 ----*/
	.cb_free_space .post_content {
	padding: 0 20px;
	}
	.cb_design_header {
	padding: 0;
	}
	/* service領域の設定 */
	h3 .post_content{
	font-size: 20px;
	}
	iframe.gmap {
		height: 280px;
	}


	/*---- フッター設定 ----*/
	#footer_banner {
	height: 180px;
	}
	#footer_banner .item {
	height: 100%;
	}
	#footer_banner .sub_title {
		font-size: 14px;
	}
	#footer_inner {
	padding: 24px 20px 16px 20px;
	}
	.footer_address p{
	line-height: 1.7;
	}
	
	#footer_nav {
	padding: 0 20px;
	}
	#footer_nav li{
	font-size: 12px;
	margin-right: 24px;
	}

	#copyright {
	font-size: 12px;
	text-align: center;
	}
	#copyright span {
	padding: 0 20px;
	overflow-wrap: break-word;
	}
	#footer_logo img.mobile {
		height: auto;
		width: 260px;
	}
	#footer_address{
		padding-bottom: 16px;
	}
	body.page .post_content > p:first-child {
		font-size: 12px;
		line-height: 1.5;
	}
}