/*
Theme Name:   BA_003 子テーマ
Template:     60l_design_c
Version:      1.0.0
Description:  BA_003_物件検索重視の子テーマです
Author:       Visual Research
*/

/* トップページ */
#header {
	height: 128px;
}
.header_contactbox {
	width: 200px;
    font-size: 1.2rem;
    border-radius: 5px;
    font-weight: bold;
}
.gnavi {
	background-image: none;
	background: #bf3b21;
	margin: 14px 0 20px;
}
#global_menu_area {
    justify-content: flex-start;
}
.haed_gnavi_item {
	border-right: none;
	font-size: 16px;
    letter-spacing: 2px;
	font-weight: bold;
	width: 200px !important;
}
.haed_gnavi_item.first {
	border-left: none;
}
.top_mainimagebox {
    height: 550px;
}
.thumb-item li img {
	height: 550px !important;
}
.top_mainimage_flex {
    top: 50px;
    left: 50%;
    width: 300px;
    margin-left: -500px;
    height: 300px;
}
.top_mainimage_flex:before,.top_mainimage_flex:after {
	display: none;
}
.top_mainimage_flex_item {
	width: 300px;
    height: 100px;
	border-radius: 5px;
	background: #ffe178;
    color: #bf3b21;
}
.top_mainimage_flex_item i {
    display: inline;
    font-size: 40px;
    padding-right: 10px;
}
.top_news_contents {
	background-color: #fff;
	padding: 100px 100px 60px;
}
.top_blog_title {
	text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 2;
	margin-bottom: 60px;
}
.top_blog_title:before {
	content:'INFORMATION';
	position: absolute;
    top: -50px;
    font-weight: bold;
    transform: translateX(-30%);
    font-size: 30px;
}
.top_blog_title_link {
	display: none;
}
.top_blog_title_bar {
	display: none;
}
.top_news_itembox.first {
    border-top: 1px solid #EEEEEE;
}
.top_news_itembox {
	color: #bf3b21;
}
.top_news_itembox span {
    color: #333333;
}
.top_bg_gray {
	background-color: #F3F3F3;
	padding: 88px 0px 64px;
}
.top_bnr_superbox {
	background-color: #fff;
}
.top_search_pickup_bar {
	box-shadow: none;
}
.top_conceptbox {
	background-color: rgba(191,59,33,0.1);
    background-repeat: repeat-x !important;
    background-position: 0% 100.1% !important;
	background-size: auto !important;
}
.top_concept_story_roof {
	display: none;
}
.top_concept_story_box {
	margin: 90px 0;
	padding: 60px 20px 60px;
}
.top_concept_title {
	font-weight: bold;
}
.btn_totop {
    top: -160px;
    width: 110px;
}
.footer_logo {
	margin-top: 0;
}
.footer_copy_left {
	display: none;
}
.footer_copy_right {
	color: #fff;
}
@media screen and (max-width: 980px){
	.gnavi_new_sp {
		display: -webkit-flex;
		display: flex;
		padding: 20px;
		background-color: #ffe178;
		justify-content: space-around;
		position: fixed;
		z-index: 99;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		top: 83px;
	}
	.gnavi_new_sp i {
		margin-right: 10px;
	}
	.top_mainimagebox {
		margin-top: 77px;
	}
	.top_news_contents {
		padding: 120px 100px 60px !important;
	}
	.top_blog_tolist {
		display: none;
	}
	.top_blog_title {
		margin-bottom: 30px;
	}
	.btn_totop {
		top: -395px;
	}
}