@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 

******************************************************************************* */

/* ==

　01. 

================================================================================================= */
#topicPath ul{
	padding: 14px 0 14px;
	position: static;
}
#topicPath li{
	font-size: 16px;
}
/*
#breadCrumbs {
    margin-bottom: 0;
}
*/
#main .nfBg_photo{
    padding: 85px 0 120px;
    background: url(/bunjo/notfound/images/bg01.jpg) center center no-repeat;
    background-size: cover;
	position: relative;
}
#main .nfBg_photo::after{
	content: "分譲済事例";
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#main .nfBg{
    background: rgba(255, 255, 255, 0.85);
}
#main .inner{
    padding: 85px 0 110px;
    display: flex;
    justify-content: space-between;
}
#main.nfTypeMap .inner{
	padding: 220px 0 240px;
}


#main .docs{
    width: 580px;
    text-align: center;
}
#main .docs h1{
    margin: 0 0 10px;
    font-size: 48px;
    color: #8C7F4B;
    font-weight: bold;
}
#main .docs .nfTxt01{
	margin: 0 0 20px;
	font-size: 217%;
    color: #383434;
	font-weight: 600;
}
#main .docs .nfTxt02{
	font-size: 150%;
    color: #383434;
}


#main .nfBtns{
    width: 660px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}
#main .nfBtns .btn{
	width: 280px;
}
#main .nfBtns .btn a{
	min-height: 60px;
	padding: 10px 30px 12px 20px;
	background-color: #8c7f4b;
	border: 1px solid #8c7f4b;
	border-radius: 30px;
	font-size: 117%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
}
#main .nfBtns .btn a::after{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: #EBE5C9 url(/bunjo/modal/images/ico_arrow01.svg) no-repeat center;
	background-size: 14px auto;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: calc(50% - 12px);
}
.d_hover #main .nfBtns .btn a:hover{
	background-color: #fff;
	color: #8c7f4b;
}

