@charset "UTF-8";

#top #main_content > .wrapper {
	padding: 0;
}


/* =============================================
共通
============================================= */

#top_greeting,
#top_box_menu,
#new_item,
#recommend_item,
#top_news {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_news .inner,
	#top_greeting .inner,
	#top_box_menu .inner {
		padding: 0 2.5%;
	}
}


/* =============================================
メインビジュアル
============================================= */

#top_mv {
	margin-bottom: 18px;
}

#top_mv.normal {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#top_mv.normal img {
	max-width: 100%;
	height: auto;
}

#top_mv.cover {
	width: 100%;
	background: no-repeat center center;
	background-size: cover;
}

#top_mv.full,
#top_mv.full img {
	width: 100%;
}

#top_mv.sp_img img.mv_sp {
	display: none;
}

#top_mv.cover p {
	display: none;
}

#top_mv.cover a {
	display: block;
	height: 100%;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_mv,
	#top_mv.normal {
		width: auto;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	#top_mv.cover {
		width: 100%;
		background: none !important;
		height: auto !important;
	}

	#top_mv.sp_img img {
		display: none;
	}

	#top_mv.sp_img img.mv_sp {
		display: inline;
		width: 100%;
	}
}

#top_mv a:hover img {
	opacity: 1;
}


/*スライダー*/

@media print,
screen and (min-width: 768px) {

	/*PCのみ*/
	#top_slider {
		min-width: 1200px;
	}
}

#top_slider.slider-pro {
	display: none;
}

#top_slider.slider-pro .sp-buttons {
	padding-top: 10px;
	font-size: 0;
}

#top_slider.slider-pro .sp-button {
	border: none;
	margin: 0 5px;
	background-color: #ccc;
	width: 10px;
	height: 10px;
}

#top_slider.slider-pro .sp-selected-button {
	background-color: #5a5a5a;
}

#top_slider.slider-pro .sp-arrows {
	margin-top: -30px;
}

#top_slider.slider-pro .sp-arrow {
	width: 30px;
	height: 60px;
	opacity: 0.8;
}

#top_slider.slider-pro .sp-arrow:before {
	transform: skew(0deg, 0deg);
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-size: 32px;
	width: auto;
	height: auto;
	background-color: transparent;
	color: #fff;
	content: '\e84e';
	top: 3px;
	left: 0;
}

#top_slider.slider-pro.arrows_white .sp-arrow:before {
	color: #fff;
}

#top_slider.slider-pro.arrows_black .sp-arrow:before {
	color: #000;
}

#top_slider.slider-pro .sp-arrow:after {
	display: none;
}

#top_slider.slider-pro .sp-next-arrow {
	transform: rotate(0deg);
}

#top_slider.slider-pro .sp-previous-arrow:before {
	content: '\e84e';
}

#top_slider.slider-pro .sp-next-arrow:before {
	content: '\e851';
}

@media only screen and (max-width: 1260px) {

	/*スマホのみ*/
	#top_slider.slider-pro {
		margin-bottom: 2px;
	}

	#top_slider.slider-pro .sp-buttons {
		padding-top: 8px;
	}

	#top_slider.slider-pro .sp-arrow {
		width: 20px;
	}

	#top_slider.slider-pro .sp-arrow:before {
		font-size: 22px;
		top: 7px;
	}

	#top_slider.slider-pro.sp-horizontal .sp-previous-arrow {
		left: 6px;
	}

	#top_slider.slider-pro.sp-horizontal .sp-next-arrow {
		right: 6px;
	}

	#top_slider.slider-pro.sp-horizontal .sp-next-arrow:before {
		left: -1px;
	}
}


/* =============================================
ごあいさつ
============================================= */

#top_greeting .img {
	float: right;
	margin-left: 34px;
	margin-bottom: 30px;
}

#top_greeting .img img {
	width: 260px;
	height: auto;
}

#top_greeting .img .cap {
	margin-top: 8px;
	font-size: 13px;
	width: 260px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_greeting .img {
		float: none;
		margin-left: 0;
		margin-bottom: 14px;
		text-align: center;
	}

	#top_greeting .img img {
		width: auto;
	}

	#top_greeting .img .cap {
		width: auto;
		text-align: left;
	}
}

#top_greeting .signature {
	text-align: right;
	font-weight: bold;
	font-size: 17px;
	margin-top: 28px;
}


/* =============================================
新着物件 おすすめ物件
============================================= */
@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#main #normal_widget_fudo_top_r-2 h2,
	#main #normal_widget_fudo_top_r-3 h2 {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}


/* =============================================
ウィジェット
============================================= */

#main div.widget_con {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#main div.widget_con h2 {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}

/* =============================================
お知らせ
============================================= */

#main #top_news h2:not(.no_deco) {
	margin-bottom: 16px;
	text-align: left;
}

#top_news .inner {
	text-align: right;
}

#top_news .inner .no_post {
	text-align: left;
	margin-top: 28px;
}

#top_news #top_news_list {
	text-align: center;
	margin-top: 20px;
}

#top_news #news_post_wrapper {
	border: 1px solid #CCCCCC;
	padding: 32px 36px;
	text-align: left;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_news #top_news_list:before {
		margin-top: -5px;
	}

	#top_news .inner .no_post {
		margin-top: 50px;
	}

	#top_news #news_post_wrapper {
		padding: 16px 18px;
	}
}

#top_news.height_fix #news_post_wrapper {
	overflow: auto;
}

#top_news.h100 #news_post_wrapper {
	height: 100px;
}

#top_news.h200 #news_post_wrapper {
	height: 200px;
}

#top_news.h300 #news_post_wrapper {
	height: 300px;
}

#top_news.h400 #news_post_wrapper {
	height: 400px;
}

#top_news.h500 #news_post_wrapper {
	height: 500px;
}

#top_news.h700 #news_post_wrapper {
	height: 700px;
}

#top_news.h1000 #news_post_wrapper {
	height: 1000px;
}


/* =============================================
ボックスメニュー
============================================= */

#top_box_menu ul {
	display: flex;
	flex-wrap: wrap;
	/*
	justify-content: space-between;
*/
}

#top_box_menu.large ul {
	margin-top: -1.5%;
}

#top_box_menu.small ul {
	margin-top: -1.5%;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_box_menu.large ul,
	#top_box_menu.small ul {
		margin: 0;
	}
}

#top_box_menu li {
	border: 1px solid #CCCCCC;
}

#top_box_menu.large li {
	width: 49.2%;
	margin-top: 1.5%;
	margin-left: 1.5%;
}

#top_box_menu.large li:first-child,
#top_box_menu.large li:nth-child(2n+1) {
	margin-left: 0;
}

#top_box_menu.small li {
	width: 32.3%;
	margin-top: 1.5%;
	margin-left: 1.5%;
}

#top_box_menu.small li:first-child,
#top_box_menu.small li:nth-child(3n+1) {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_box_menu.large li,
	#top_box_menu.small li {
		width: 100%;
		margin-left: 0;
	}

	#top_box_menu.large li:first-child,
	#top_box_menu.small li:first-child {
		margin-top: 0;
	}
}

#top_box_menu.large li .inner_s {
	padding: 14px;
}

#top_box_menu.large li a .inner_s {
	padding: 11px;
}

#top_box_menu.small li .inner_s {
	padding: 12px;
}

#top_box_menu.small li a .inner_s {
	padding: 10px;
}

#top_box_menu li a {
	display: block;
	text-decoration: none;
	position: relative;
	height: 100%;
	border: solid #FFF;
}

#top_box_menu li a:hover {
	border-color: #CCC;
}

#top_box_menu.large li a {
	border-width: 3px;
}

#top_box_menu.small li a {
	border-width: 2px;
}

#top_box_menu li a:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e916';
	color: #898989;
}

#top_box_menu.large li a:before {
	font-size: 16px;
	top: 50%;
	right: 9px;
	margin-top: -8px;
}

#top_box_menu.small li a:before {
	font-size: 13px;
	top: 50%;
	right: 5px;
	margin-top: -6px;
}

#top_box_menu li a:hover {
	background-color: #EEEEEE;
}

#top_box_menu li a:hover:before {
	color: #575757;
}

#top_box_menu li h3 {
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#top_box_menu.large li h3 {
	font-size: 18px;
}

#top_box_menu.small li h3 {
	font-size: 16px;
}

#top_box_menu.large li h3 + .inner_box {
	margin-top: 10px;
}

#top_box_menu.small li h3 + .inner_box {
	margin-top: 8px;
}

#top_box_menu li .inner_box {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

#top_box_menu li .inner_box_s {
	display: table-row;
}

#top_box_menu li .img,
#top_box_menu li .txt {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

#top_box_menu.large li .txt {
	font-size: 14px;
	line-height: 1.6;
}

#top_box_menu.small li .txt {
	font-size: 13px;
	line-height: 1.55;
}

#top_box_menu.large li a .txt {
	padding-right: 14px;
}

#top_box_menu.small li a .txt {
	padding-right: 6px;
}

#top_box_menu.large li .img {
	width: 144px;
}

#top_box_menu.small li .img {
	width: 101px;
}

#top_box_menu.large li .img img {
	width: 130px;
	height: 130px;
}

#top_box_menu.small li .img img {
	width: 90px;
	height: 90px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_box_menu.small li h3 {
		font-size: 17px;
	}

	#top_box_menu.large li .txt,
	#top_box_menu.small li .txt {
		font-size: 14px;
	}

}




/* ============================================================
カスタマイズ
=============================================================== */
/* ================================================
MV
=================================================== */
#top #mv {
	width: 100%;
	position: relative;
	}
#top #mv p.catch {
	margin: auto;
	position: absolute;
	}
#top #mv p.catch span {
	margin: auto;
	display: block;
	overflow: hidden;
	position: absolute;
	background: url(../img/mv_catch01.png) no-repeat 0 0 / contain;
	}

/* 1025＜ --------------------------- */
@media print,
screen and (min-width: 1025px) {

	#top #mv {
		height: 750px;
		z-index: 1;
		top: -82px;
		background: url(../img/mv01.jpg) no-repeat center center / cover;
		}
	#top #mv p.catch {
		width: 100%;
		max-width: 1200px;
		z-index: 2;
		bottom: 0;
		left: 0;
		right: 0;
		}
	#top #mv p.catch span {
		width: 638px;
		height: 182px;
		padding-top: 182px;
		bottom: -30px;
		right: 0;
		}

} /* end 1025＜ */
/* ＞1024 --------------------------- */
@media screen and (max-width: 1024px) {

	#top #mv {
		height: 600px;
		margin-bottom :36px;
		background: url(../img/mv01.jpg) no-repeat 15% 0 / cover;
		}
	#top #mv p.catch {
		width: 90%;
		height: 600px;
		top: 0;
		left: 0;
		}
	#top #mv p.catch span {
		width: 360px;
		height: 103px;
		padding-top: 103px;
		margin: auto;
		display: block;
		overflow: hidden;
		position: absolute;
		top: calc(50% - 52px);
		left: 0;
		background: url(../img/mv_catch01.png) no-repeat 0 0 / contain;
		}

} /* end ＞1024 */



/* ================================================
新着物件・新着物件
=================================================== */
#top_b_widget_fudo_top_r-4 h2,
#top_b_widget_fudo_top_r-5 h2 {
	color: #083204;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	}
#top_b_widget_fudo_top_r-4 h2::before,
#top_b_widget_fudo_top_r-5 h2::before {
	display: inline-block;
	position: relative;
	content: '';
	}
#top_b_widget_fudo_top_r-4 h2::before {
	background: url(../../common/img/icn11.png) no-repeat 0 0 / contain;
	}
#top_b_widget_fudo_top_r-5 h2::before {
	background: url(../../common/img/icn10.png) no-repeat 0 0 / contain;
	bottom: -3px;
	}

/* btn */
#top .widget_custom_html .btn a {
	width: 100%;
	max-width: 270px;
	padding: 16px 0;
	margin: 0 auto;
	display: block;
	position: relative;
	background-color: #3e8738;
	border-radius: 9999px;
	transition: 0.3s;
	color: #fff;
	font-size: 17px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	}
#top .widget_custom_html .btn a::after {
	width: 10px;
	height: 15px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	background: url(../../common/img/icn_arrow01.png) no-repeat 0 0 / contain;
	content: '';
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#top_b_widget_fudo_top_r-4 h2,
	#top_b_widget_fudo_top_r-5 h2 {
		font-size: 36px;
		}
	#top_b_widget_fudo_top_r-4 h2::before,
	#top_b_widget_fudo_top_r-5 h2::before {
		margin-right: 12px;
		}
	#top_b_widget_fudo_top_r-4 h2::before {
		width: 54px;
		height: 54px;
		bottom: -12px;
		}
	#top_b_widget_fudo_top_r-5 h2::before {
		width: 50px;
		height: 42px;
		}

	/* btn */
	#top .widget_custom_html .btn a:hover {
		background-color: #659f60;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#top_b_widget_fudo_top_r-4 h2,
	#top_b_widget_fudo_top_r-5 h2 {
		font-size: 26px;
		text-align: center;
		}
	#top_b_widget_fudo_top_r-4 h2::before,
	#top_b_widget_fudo_top_r-5 h2::before {
		margin-right: 10px;
		}
	#top_b_widget_fudo_top_r-4 h2::before {
		width: 44px;
		height: 44px;
		bottom: -10px;
		}
	#top_b_widget_fudo_top_r-5 h2::before {
		width: 41px;
		height: 34px;
		}

	/* item_list */
	#main .widget_con .item_list {
		width: 100%;
		padding: 0 6%;
		margin: 0 auto;
		}
	#main .item_list>ul>li {
		margin-top: 15px;
		background-color: #fff;
		border: 1px solid #c5dbc4;
		border-radius: 6px;
		}
	#main .item_list>ul>li:first-of-type {
		border-top: 1px solid #c5dbc4;
		}
	#main .item_list .item_con {
		padding: 12px;
		}
	#main .item_list ul li .item_head {
		padding: 12px;
		border-bottom: 1px solid #c5dbc4;
		}
	#main .display_type_B ul li .name {
		margin-top: 0;
		display: block;
		color: #083204;
		}
	#main #boxfudo_top_r-4.display_type_B ul li span+.name {
		margin-top: 6px;
		font-weight: 600;
		}

	/* btn */
	#top .widget_custom_html .btn {
		margin-top: -30px;
		}
	#top .widget_custom_html .btn a {
		max-width: 180px;
		padding: 12px 0;
		font-size: 14px;
		}
	#top .widget_custom_html .btn a::after {
		width: 8px;
		height: 12px;
		}

} /* end ＞767 */



/* ================================================
弊社について
=================================================== */
#top_greeting .inner {
	background-color: #fff;
	}
#top_greeting h2 {
	color: #083204;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	text-align: center;
	}
#top_greeting h2::before {
	display: inline-block;
	position: relative;
	bottom: -6px;
	background: url(../../common/img/icn05.png) no-repeat 0 0 / contain;
	content: '';
	}
#top_greeting h3 {
	color: #3e8738;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	line-height: 1.6;
	}
#top_greeting .img {
	max-width: 360px;
	margin-bottom: 0;
	}
#top_greeting .img img {
	width: 100%;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#top_greeting .inner {
		padding: 60px;
		border-radius: 30px;
		}
	#top_greeting h2 {
		font-size: 36px;
		}
	#top_greeting h2::before {
		width: 30px;
		height: 42px;
		margin-right: 24px;
		}
	#top_greeting h3 {
		margin-bottom: 36px;
		font-size: 21px;
		}
	#top_greeting .img {
		width: 50%;
		}
	#top_greeting .img img {
		border-radius: 18px;
		}
	#top_greeting .txt {
		line-height: 1.9;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#top_greeting {
		padding: 0 6%;
		}
	#top_greeting .inner {
		padding: 30px;
		border-radius: 20px;
		}
	#top_greeting h2 {
		font-size: 25px;
		}
	#top_greeting h2::before {
		width: 24px;
		height: 34px;
		margin-right: 18px;
		}
	#top_greeting h3 {
		margin: 24px 0;
		font-size: 18px;
		}
	#top_greeting .img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		}
	#top_greeting .img img {
		border-radius: 9px;
		}
	#top_greeting .txt {
		font-size: 14px;
		line-height: 1.7;
		}

} /* end ＞767 */



/* ================================================
お知らせ
=================================================== */
#top_news h2 {
	color: #083204;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	}
#top_news #news_post_wrapper {
	padding: 0;
	border: none;
	}
#news_post_wrapper ul {
	border-top: 1px solid #cdd2c8;
	}
#news_post_wrapper ul li {
	border-bottom: 1px solid #cdd2c8;
	}

/* slug */
#news_post_wrapper li p.slug span {
	background-color: #3e8738;
	border: none;
	color: #fff;
	}

/* more */
#top_news #top_news_list {
	margin-top: 36px;
	}
#top_news #top_news_list a {
	width: 100%;
	max-width: 270px;
	padding: 16px 0;
	margin: 0 auto;
	display: block;
	position: relative;
	background-color: #3e8738;
	border-radius: 9999px;
	transition: 0.3s;
	color: #fff;
	font-size: 17px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	}
#top_news #top_news_list a::after {
	width: 10px;
	height: 15px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	background: url(../../common/img/icn_arrow01.png) no-repeat 0 0 / contain;
	content: '';
	}

/* 768＜ -------------- */
@media print,
screen and (min-width: 768px) {

	#top_news h2 {
		font-size: 36px;
		}
	#news_post_wrapper ul li p,
	#news_post_wrapper ul li:last-child p {
		padding-top: 20px;
		padding-bottom: 20px;
		}
	#news_post_wrapper ul li p.con a {
		font-size: 15px;
		}

	/* slug */
	#news_post_wrapper li p.slug span {
		padding: 6px 3px 7px;
		}

	/* more */
	#top_news #top_news_list a:hover {
		background-color: #659f60;
		}

}
/* ＞767 -------------- */
@media screen and (max-width: 767px) {

	#top_news .inner {
		padding: 0 6%;
		}
	#top_news h2 {
		font-size: 27px;
		}
	#news_post_wrapper ul {
		padding-top: 15px;
		}
	#top #news_post_wrapper li:last-child {
		padding-bottom: 16px;
		border-bottom: 1px solid #cdd2c8;
		}

	/* ymd */
	#news_post_wrapper li p.ymd {
		font-size: 13px;
		}

	/* slug */
	#news_post_wrapper li p.slug span {
		padding: 6px 9px;
		font-size: 12px;
		}

	/* con */
	#news_post_wrapper li p.con {
		margin-top: 9px;
		}

	/* more */
	#top_news #top_news_list a {
		max-width: 180px;
		padding: 12px 0;
		font-size: 14px;
		}
	#top_news #top_news_list a::after {
		width: 8px;
		height: 12px;
		}

} /* end ＞767 */
