@charset "UTF-8";

/* ==

　基本コンテンツ

=================================================================================== */
body {
	min-width: 980px;
}
.column {
	padding-bottom: 0;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.column .contentWrap {
	width: 100%;
}
.column .inner  {
	max-width: 950px;
	padding: 0;
	margin: 0 auto;
}

a img:hover {
  opacity: 1;
}

@media only screen and (max-width: 1280px) {
	.column .contentWrap {
    max-width: 100%;
	}
}
@media screen and (min-width: 1025px) {
  body main {
    padding-top: 133px;
  }
}
@media only screen and (max-width: 980px) {
	body { min-width: 1px; }
	.column section, .column .inner  {
		max-width: 100%;
	}
	main.column .pageContentsInner {
    padding: 0 32px;
	}
}
@media only screen and (max-width: 630px) {
	img {
		width: 100%;
		height: auto;
	}
}

/* ==

　メインビジュアル

=================================================================================== */
main .titmainArea h1 {
	margin: 0;
}
main .titmainArea h1 img {
	width: 100%;
	height: auto;
}
main .pageContentsDeviceWith .titmainArea {
	height: auto;
}
main .pageContentsDeviceWith .titmainArea .inner { padding:80px 0; }
main .pageContentsDeviceWith .titmainArea .inner .btnBox {
	width: 330px;
	margin-left: 15px;
}
main .pageContentsDeviceWith .titmainArea .inner .btnBox p {
	width: 162px;
	display: inline-block;
}
main .pageContentsDeviceWith .titmainArea .inner .btnBox p.btnBox_sl {
	width: 330px;
}
main .pageContentsDeviceWith .titmainArea .inner .btnBox p a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
h1 {
	margin-bottom: 10px;
}
@media only screen and (max-width: 980px) {
	main .titmainArea {
		background-position: right top;
	}
	main .pageContentsInner {
	  padding: 0 32px;
	}
}
@media only screen and (max-width: 800px) {
	main.column .pageContentsInner {
	  padding: 0 15px;
	}
}
@media only screen and (max-width: 630px) {
	main .pageContentsDeviceWith .titmainArea .inner {
		padding: 30px 0;
	}
	main .pageContentsDeviceWith .titmainArea .inner .btnBox {
		
	}
	main .pageContentsDeviceWith .titmainArea .inner .btnBox p {
		width: 110px;
	}
	main .pageContentsDeviceWith .titmainArea .inner .btnBox p.btnBox_sl {
		width: 225px;
	}
	main .pageContentsDeviceWith .titmainArea .inner {
		padding: 40px 0;
	}
}


/* ==

　LEAD

=================================================================================== */
.leadArea {
	padding: 55px 0 70px;
	background: #4f4c4c;
}
.leadArea h2,
.leadArea p {
	color: #fff;
}
.leadArea h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.leadArea p {
	max-width: 950px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2;
}
@media only screen and (max-width: 980px) {
	.leadArea {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 630px) {
	.leadArea p {
		font-size: 14px;
	}
	.leadArea {
		padding: 20px 10px;
	}
}

/* ==

　3カラムナビ

=================================================================================== */
.columnNavArea {
	padding: 50px 0;
}
.columnNavArea_h01 {
	margin: 40px 0 30px;
	padding: 12px 10px 11px 45px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: url(../img/common/column_bg06.png) no-repeat 10px center;
}
.columnNav_h01 {
	text-align: center;
	font-size: 36px;
	margin: 0 0 50px;
	font-weight: 700;
}
.columnNavArea_clm + .columnNav_h01 {
	margin-top: 70px;
}
#columnNavSell {
	background-color: #ea5504;
}
#columnNavPurchase {
	background-color: #218bbc;
}
#columnNavRenovation {
	background-color: #439320;
}
#columnNavInvestment,
#columnNavInheritance,
#columnNavRent,
#columnNavNursing,
#columnNavOther {
	background-color: #28405a
}
.columnNav_clm {
	background-color: #e8edee;
	padding-top: 20px;
}
.columnNavArea_clm,
.columnNav_clm .inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.columnNav_clm .inner {
	margin: 0 auto;
}
.columnNav_clm .inner:after,
.columnNavArea_clm:after {
	content: "";
	display: block;
	width: 302px;
	height: 0;
}
.columnNavArea_col {
	padding: 0;
	width: 302px;
	margin: 0 0 30px;
	background-color: #e8edee;
  position: relative;
  transition: opacity 0.2s;
}
.columnNavArea_col:hover {
	opacity: 0.7;
}
.columnNavArea_col a:hover {
	text-decoration: none;
}
.columnNavArea_col a {
	display: block;
	padding: 10px 10px 20px;
}
.columnNav_col {
	width: 302px;
	margin: 0 0 15px;
	background-color: #fff;
  position: relative;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
}
.columnNav_col a {
	display: block;
	padding: 14px 0;
	font-size: 22px;
	color: #fff;
	background-color: #ccc;
	font-weight: bold;
}
.columnNav_col-sell a {
	background-color: #ea5504;
}
.columnNav_col-purchase a {
	background-color: #218bbc;
}
.columnNav_col-renovation a {
	background-color: #439320;
}
.columnNav_col-investment a,
.columnNav_col-inheritance a,
.columnNav_col-rent a,
.columnNav_col-nursing a,
.columnNav_col-other a {
	background-color: #28405a;
}
.columnNavArea_col_img {
	margin-bottom: 13px;
}
.columnNavArea_col_txt {
	margin-bottom: 10px;
	padding: 0 5px;
	color: #666;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: bold;
}
.columnNavArea_btn {
  background-color: #4f4c4c;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 12px 10px;
  width: 130px;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
/* カテゴリ リスト */
.columnNavArea_list {
	position: relative;
	background-color: #e8edee;
	margin-bottom: 20px;
	width: 100%;
	transition: opacity 0.2s !important;
}
.columnNavArea_list:hover {
	opacity: 0.7 !important;
}
.columnNavArea_list a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding: 10px 15px 10px 10px;
	justify-content: space-between;
	align-items: center;
}
.columnNavArea_list a:hover {
	text-decoration: none;
}
.columnNavArea_list_img {
	width: 30.5%;
	max-width: 282px;
}
.columnNavArea_list_img img {
	width: 100%;
	height: auto;
}
.columnNavArea_list_txt {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	align-items: center;
	width: 66%;
	font-size: 18px;
	margin: 0;
  color: #666;
  text-decoration: none !important;
  font-weight: bold;
}
.columnNavArea_list_txt > p {
	width: 74%;
}
.new_col::after {
content: '新着';
width: 60px;
height: 34px;
line-height: 34px;
font-size: 16px;
text-align: center;
color: #fff;
background-color: #ea5504;
display: block;
position: absolute;
top: 0;
left: 0;
}
.columnNavArea_more {
	width: 100%;
	text-align: center;
}
.columnNavArea_more_btn {
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	border: 1px solid #cccccc;
	display: inline-block;
	padding: 18px 50px 15px;
	cursor: pointer;
	line-height: 1;
}
.columnNavArea_more_btn:hover {
	opacity: 0.8;
}
.columnNavArea_more_btn span {
	background: url(../img/icon_more01.png) no-repeat left center;
	background-size: 15px;
	padding-left: 25px;
	display: block;
}
.columnNavArea_more_btn.isOpen span {
	background: url(../img/icon_more02.png) no-repeat left center;
	background-size: 15px;
}
.columnBnr01 img {
	width: 100%;
	max-width: 950px;
	height: auto;
}
.columnBnr01 a:hover img {
	opacity: 0.7;
}

@media only screen and (max-width: 980px) {
	.columnNavArea {
		padding-left: 10px;
		padding-right: 10px;
	}
  .columnNavArea_clm,
  .columnNav_clm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
	.columnNav_clm:after,
  .columnNavArea_clm:after {
	  width: 31%;
	  margin: 1%;
	}
	.columnNavArea_col {
	  width: 31%;
	  margin: 1%;
	}
	.columnNavArea_col img {
		width: 100%;
		height: auto;
	}
	.columnNav_col {
	  width: 31%;
	  margin: 1%;
	}
	.columnNav_col a {
		font-size: 18px;
	}
	.columnNavArea_list_txt {
		width: 66%;
		font-size: 16px;
	}
	.columnNavArea_list_txt > p {
		width: 70%;
	}
	.columnNavArea_btn {
		width: 120px;
	}
}
@media only screen and (max-width: 800px) {
	.columnNavArea_btn {
		font-size: 16px;
		width: 110px;
	}
	.columnNavArea_list_txt > p {
		width: 68%;
	}
}
@media only screen and (max-width: 620px) {
	
	.new_col::after {
    width: 50px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;		
	}
	.columnNav_h01 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 25px;
	}
	.columnNavArea {
		padding: 25px 10px 30px;
	}
	.columnNavArea_col {
		width: 100%;
	  margin: 0 auto 30px !important;
	  padding-bottom: 0;
	  max-width: 300px;
	  float: none;
	}
	.columnNavArea_col_txt {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.columnNavArea_clm,
	.columnNav_clm {
		margin-bottom: 0;
	}
	.columnNav_clm {
		margin: 0 -10px;
		padding: 20px 0;
	}
	.columnNav_clm .inner {
		margin: 0;
		padding: 0 10px;
	}
  .columnNavArea_clm:after {
		width: 100%;
	  margin: 0 auto 10px !important;
	  max-width: 300px;
	}
	.columnNavArea_clm + .columnNav_h01 {
		margin-top: 30px;
	}
	.columnNav_col {
	  width: 48%;
	  margin: 1%;
	}
	
	.columnNavArea_list a {
    flex-wrap: wrap;
	}
	.columnNavArea_list_img {
		width: 45%;
	}
	.columnNavArea_list_txt {
		width: 50%;
		margin: 0 0 10px;
		font-size: 16px;
		display: block;
	}
	.columnNavArea_list_txt > p {
		width: auto;
		margin-bottom: 10px;
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3;
	}
	.columnNavArea_btn {
		font-size: 18px;
		width: 120px;
	}
}

/* ==

　お問い合わせ

=================================================================================== */
.inquiryBgArea {
	text-align: center;
	margin-top: 50px;
}
.inquiryBgArea img {
	vertical-align: bottom;
}
.inquiryArea {
	background-color: #e8edee;
	padding: 40px 0;
	text-align: center;
}
.inquiryArea h3 {
  max-width: 513px;
  margin: 0 auto 15px;
}
.inquiryArea p {
	max-width: 622px;
	margin: 0 auto 15px;
}
@media only screen and (max-width: 980px) {
	.inquiryBgArea,
	.inquiryArea {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 800px) {
	.inquiryBgArea img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 630px) {
	.inquiryBgArea {
		margin-top: 20px;		
	}
	.inquiryArea {
		padding: 20px 10px;
	}
	.inquiryArea h3 {
		max-width: 260px;
	}
}

/* ==

　カテゴリナビ

=================================================================================== */
.categoryNav_clm {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.categoryNav {
	padding-top: 20px;
	background-color: #4f4c4c;
}
.categoryNav-bottom {
	padding-top: 0;
	padding-bottom: 20px;
}
.categoryNav_clm {
	max-width: 950px;
	padding: 0;
	margin: 0 auto;
}
.categoryNav_col {
	width: 222px;
	background-color: #fff;
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.categoryNav-bottom .categoryNav_col {
  border-radius: 0 0 5px 5px;
}
.categoryNav_col a {
	display: block;
	padding: 20px 0;
	font-size: 18px;
	color: #fff;
	background-color: #ea5404;
	font-weight: bold;
}
.categoryNav_col.categoryNav_col-current a {
	background-color: #fff;
	color: #000;
}
@media only screen and (max-width: 980px) {
	.categoryNav_clm {
		padding: 0 10px;
	}
	.categoryNav_col {
		width: 23%;
	}
	.categoryNav_col a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 630px) {
	.categoryNav_col a {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		padding: 10px 0;
		font-size: 12px;
    height: 100%;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
	}
}

.columnNavArea_bnr {
	padding: 50px 0 30px;
}
.columnNavArea_bnr-pt1 {
	padding: 0 0 50px;
}
.columnNavArea_bnr a {
	transition: opacity 0.2s;
}
.columnNavArea_bnr a:hover {
	opacity: 0.7;
}
.columnNavArea_bnr img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 630px) {
	.columnNavArea_bnr {
		padding: 20px 0 0;
	}
	.columnNavArea_bnr-pt1 {
		padding: 20px 0 40px;
	}
}
/*
	表示切替
*/
.devPc { display: block; }
.devPcTbl { display: block; }
.devTbl { display: none; }
.devTblSmp { display: none; }
.devSmp { display: none; }
img.devPc,img.devPcTbl { display: inline; }
img.devTbl,img.devTblSmp,img.devSmp { display: none; }
@media only screen and (max-width: 630px) {
	img {
		width: 100%;
		height: auto;
	}
	.devPc { display: none; }
	.devPcTbl { display: none; }
	.devTbl {	display: none; }
	.devTblSmp { display: block; }
	.devSmp { display: block; }
	img.devTblSmp,img.devSmp { display: inline; }
	img.devPc,img.devPcTbl,img.devTbl { display: none; }
}

