@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;
	}

}




/* ============================================================
カスタマイズ
============================================================ */
#top #content {
	width: 100%;
	max-width: none;
	padding-top: 0;
	margin: 0 auto;
	display: block;
	}
#top #main {
	width: 100%;
	}
#top #main_content {
	margin: 0;
	}

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

	#top #content,
	#top #main {
		padding-left: 0;
		padding-right: 0;
		}

}
/* 768＜1024 --------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {

  #top #main_content {
    padding: 0;
    }

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

	#top #content {
		padding-top: 0;
		margin-top: 0;
		}
	#top #main {
		padding-bottom: 0;
		}

} /* end ＞767 */



/* ================================================
MV
================================================ */
#top #mv {
	width: 100%;
	height: 750px;
	position: relative;
	}
#top #mv::before {
	width: 100%;
	height: 540px;
	display: block;
	z-index: 1;
	position: absolute;
	bottom: 0;
	background: url(../img/mv01.jpg) no-repeat center bottom / cover;
	content: '';
	}
#top #mv .wrap {
	width: 100%;
	max-width: 1200px;
	padding: 78px 0 0;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	}
#top #mv h1 {
	padding-left: 3px;
	color: #444;
	font-size: 57px;
	font-weight: 600;
	line-height: 1.5;
	}
#top #mv p {
	margin-top: 15px;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	}
#top #mv p span {
	padding: 15px;
	margin-top: 9px;
	display: inline-block;
	background-color: #39b1de;
	}
/* 768＜1260 --------------------------- */
@media (min-width: 768px) and (max-width: 1260px) {

	#top #mv {
		height: 720px;
		}
	#top #mv .wrap {
		padding-left: 15px;
		padding-right: 15px;
		}
	#top #mv .wrap h1 {
		font-size: 40px;
		font-size: clamp(40px, 5.2vw, 57px);
		}
	#top #mv .wrap p {
		font-size: 19px;
		font-size: clamp(19px, 2.47vw, 21px);
		}

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

	#top #mv {
		height: 630px;
		}
	#top #mv::before {
		height: 360px;
	}
	#top #mv .wrap {
		padding: 45px 0 0;
		}
	#top #mv .wrap h1 {
		padding-left: 6%;
		font-size: 27px;
		font-size: clamp(27px, 7.2vw, 39px);
		}
	#top #mv .wrap p {
		width: 88%;
		padding: 24px;
		margin: 24px auto 0;
		background-color: #39b1de;
		font-size: 13px;
		font-size: clamp(13px, 3.46vw, 15px);
		letter-spacing: 0.08em;
		line-height: 1.8;
		}
	#top #mv .wrap p span {
		padding: 0;
		margin-top: 0;
		display: inline;
		background-color: transparent;
		}

} /* end ＞767 */



/* ================================================
3つのサポート
================================================ */
#top #ct_support {
	padding: 30px 0 60px;
	}
#top #ct_support h2 {
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	}
#top #ct_support h2 em {
	position: relative;
	color: #1082bc;
	font-weight: 500;
	}
#top #ct_support .block {
	position: relative;
	}
#top #ct_support .block::before {
	margin: auto;
	display: block;
	position: absolute;
	content: '';
	}
#top #ct_support .block:nth-of-type(2n+1)::before {
	left: 0;
	}
#top #ct_support .block:nth-of-type(2n)::before {
	right: 0;
	}
#top #ct_support .block:nth-of-type(1)::before {
	background: url(../img/support_pht01.jpg) no-repeat right center / cover;
	}
#top #ct_support .block:nth-of-type(2)::before {
	background: url(../img/support_pht02.jpg) no-repeat left center / cover;
	}
#top #ct_support .block:nth-of-type(3)::before {
	background: url(../img/support_pht03.jpg) no-repeat right center / cover;
	}
#top #ct_support h3 {
	position: relative;
	color: #1082bc;
	font-weight: 600;
	letter-spacing: 0.04em;
	}
#top #ct_support h3::before {
	margin: auto;
	display: block;
	z-index: -1;
	position: absolute;
	top: -30%;
	bottom: 0;
	left: 0;
	color: #e1f1f9;
	font-family: "Cardo", serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	}
#top #ct_support .block:nth-of-type(1) h3::before { content: '01'; }
#top #ct_support .block:nth-of-type(2) h3::before { content: '02'; }
#top #ct_support .block:nth-of-type(3) h3::before { content: '03'; }

#top #ct_support h4 {
	margin-top: 30px;
	font-weight: 600;
	letter-spacing: 0.04em;
	}
#top #ct_support .btn_wrap {
	width: 100%;
	}
#top #ct_support .btn.type01 {
	margin-top: 45px;
	}
#top #ct_support .btn.type01 a {
	margin: 0 auto;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#top #ct_support h2 {
		margin-bottom: 30px;
		font-size: 45px;
		}
	#top #ct_support h2 em {
		margin-right: 8px;
		bottom: -10px;
		font-size: 78px;
		}
	#top #ct_support .block {
		display: flex;
		align-items: center;
		min-height: 390px;
		}
	#top #ct_support .block:nth-of-type(2n+1) {
		padding-left: calc(50% - 120px);
		}
	#top #ct_support .block:nth-of-type(2n) {
		padding-right: calc(50% - 120px);
		}
	#top #ct_support .block::before {
		width: calc(50% - 120px);
		height: 390px;
		top: 0;
		bottom: 0;
		}
	#top #ct_support .txt {
		width: 100%;
		max-width: 720px;
		padding: 30px 30px 30px 60px;
		}
	#top #ct_support .block:nth-of-type(2n) .txt {
		padding: 30px 60px 30px 30px;
		margin-left: auto;
		}
	#top #ct_support h3 {
		font-size: 36px;
		}
	#top #ct_support h3::before {
		font-size: 120px;
		}
	#top #ct_support h4 {
		font-size: 24px;
		}
	#top #ct_support p {
		margin-top: 18px;
		font-size: 15px;
		}
	#top #ct_support .btn {
		margin-top: 24px;
		}
	#top #ct_support .btn_wrap {
		display: flex;
		justify-content: space-between;
		}
	#top #ct_support .btn_wrap .btn {
		width: 49%;
		}

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

	#top #ct_support h2 {
		margin-bottom: 15px;
		font-size: 30px;
		}
	#top #ct_support h2 em {
		margin-right: 6px;
		bottom: -6px;
		font-size: 48px;
		}
	#top #ct_support .block {
		padding: 270px 6% 0;
		}
	#top #ct_support .block:not(:first-of-type) {
		margin-top: 45px;
		}
	#top #ct_support .block::before {
		width: 94%;
		height: 240px;
		top: 0;
		}
	#top #ct_support .txt {
		width: 100%;
		padding: 0;
		}
	#top #ct_support h3 {
		font-size: 27px;
		}
	#top #ct_support h3::before {
		font-size: 80px;
		}
	#top #ct_support h4 {
		font-size: 19px;
		}
	#top #ct_support p {
		margin-top: 18px;
		font-size: 14px;
		}
	#top #ct_support .btn {
		margin-top: 18px;
		}
	#top #ct_support .btn a {
		margin-left: auto;
		margin-right: auto;
		}
	#top #ct_support .btn.type01 {
		padding: 0 6%;
		}

} /* end ＞767 */



/* ================================================
相談・無料査定
================================================ */
#top #ct_satei {
	background-color: #e9f4f9;
	}
#top #ct_satei .wrap {
	width: 100%;
	margin: 0 auto;
	}
#top #ct_satei h2 {
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
	}
#top #ct_satei h2+p {
	text-align: center;
	}
#top #ct_satei .btn_wrap {
	width: 100%;
	margin-top: 24px;
	}
#top #ct_satei .btn a {
	max-width: 450px;
	box-shadow: 6px 10px 0 #fff;
	}
#top #ct_satei .btn.line a {
	background-color: #06c755;
	}
#top #ct_satei .btn .icn {
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	content: '';
	}
#top #ct_satei .btn.inquiry .icn {
	width: 30px;
	height: 22px;
	background: url(../../common/img/icn_mail01.png) no-repeat 0 0 / contain;
	}
#top #ct_satei .btn.line .icn {
	width: 40px;
	height: 40px;
	background: url(../../common/img/icn_line01.png) no-repeat 0 0 / contain;
	}
#top #ct_satei .inq_tel {
	margin-top: 30px;
	}
#top #ct_satei .inq_tel h3 {
	color: #1082bc;
	font-weight: 600;
	text-align: center;
	}
#top #ct_satei .inq_tel .tel {
	text-align: center;
	line-height: 1;
	}
#top #ct_satei .inq_tel .tel_link {
	position: relative;
	color: #1082bc;
	font-weight: 600;
	}
#top #ct_satei .inq_tel .tel_link a {
	color: #1082bc;
	text-decoration: none;
	}
#top #ct_satei .inq_tel .tel_link:before {
	position: absolute;
	content: '\e8f5';
	color: #1082bc;
	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;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	line-height: 1 !important;
	}
#top #ct_satei .inq_tel p {
	margin-top: 12px;
	text-align: center;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#top #ct_satei {
		padding: 72px 0;
		}
	#top #ct_satei .wrap {
		max-width: 900px;
		}
	#top #ct_satei h2 {
		font-size: 36px;
		}
	#top #ct_satei h2+p {
		margin-top: 24px;
		font-size: 15px;
		line-height: 2;
		}
	#top #ct_satei .btn_wrap {
		display: flex;
		justify-content: space-between;
		}
	#top #ct_satei .btn {
		width: 48%;
		}
	#top #ct_satei .btn.line a:hover {
		opacity: 0.7;
		}
	#top #ct_satei .inq_tel h3 {
		font-size: 19px;
		}
	#top #ct_satei .inq_tel .tel_link {
		font-size: 62px;
		}
	#top #ct_satei .inq_tel .tel_link:before {
		margin-top: -10px;
		bottom: 15%;
		left: -48px;
		font-size: 42px;
		}
	#top #ct_satei .inq_tel p {
		font-size: 14px;
		}

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

	#top #ct_satei {
		padding: 60px 6%;
		}
	#top #ct_satei h2 {
		font-size: 27px;
		}
	#top #ct_satei h2+p {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.8;
		}
	#top #ct_satei .btn {
		width: 100%;
		}
	#top #ct_satei .btn+.btn {
		margin-top: 15px;
		}
	#top #ct_satei .btn a {
		margin-left: auto;
		margin-right: auto;
		}
	#top #ct_satei .inq_tel h3 {
		font-size: 16px;
		}
	#top #ct_satei .inq_tel .tel_link {
		padding-left: 30px;
		font-size: 39px;
		}
	#top #ct_satei .inq_tel .tel_link:before {
		margin-top: -10px;
		bottom: 15%;
		left: 0;
		font-size: 24px;
		}
	#top #ct_satei .inq_tel p {
		font-size: 12px;
		}

} /* end ＞767 */



/* ================================================
不動産営業部
================================================ */
#top #ct_sales_div .wrap {
	width: 100%;
	margin: 0 auto;
	}
#top #ct_sales_div h2 {
	color: #1082bc;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	}
#top #ct_sales_div h2+p {
	margin-top: 15px;
	text-align: center;
	}
#top #ct_sales_div .btn {
	margin-top: 24px;
	}
#top #ct_sales_div .btn a {
	margin: 0 auto;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#top #ct_sales_div {
		padding: 72px 0;
		}
	#top #ct_sales_div .wrap {
		max-width: 1200px;
		display: flex;
		justify-content: center;
		align-items: center;
		}
	#top #ct_sales_div figure {
		width: 50%;
		}
	#top #ct_sales_div figure img {
		max-width: 100%;
		}
	#top #ct_sales_div .txt {
		width: 50%;
		padding: 0 30px;
		}
	#top #ct_sales_div h2 {
		font-size: 36px;
		letter-spacing: 0.04em;
		}
	#top #ct_sales_div h2+p {
		font-size: 15px;
		}
	#top #ct_sales_div .btn {
		margin-top: 24px;
		}
	#top #ct_sales_div .btn a {
		margin: 0 auto;
		}

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

	#top #ct_sales_div figure img {
		width: 100%;
		}
	#top #ct_sales_div .txt {
		padding: 30px 6% 45px;
		}
	#top #ct_sales_div h2 {
		font-size: 27px;
		}
	#top #ct_sales_div h2+p {
		font-size: 14px;
		}

} /* end ＞767 */



/* ================================================
物件情報はこちら
================================================ */
#top #ct_items {
	background-color: #d5e9f3;
	}
#top #ct_items .btn a {
	max-width: 420px;
	padding: 23px 2%;
	margin: 0 auto;
	letter-spacing: 0.06em;
	text-align: center;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#top #ct_items {
		padding: 60px 0;
		}

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

	#top #ct_items {
		padding: 45px 6%;
		}

} /* end ＞767 */



/* ================================================
athomeバナー
================================================ */
#top ul#ct_bnr {
	background-color: #fff;
	text-align: center;
	}
#top ul#ct_bnr>li img {
	max-width: 100%;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#top ul#ct_bnr {
		padding: 48px 15px;
		display: flex;
		column-gap: 15px;
		justify-content: center;
		}

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

	#top ul#ct_bnr {
		padding: 30px 6%;
		}
	#top ul#ct_bnr>li+li {
		margin-top: 15px;
		}

} /* end ＞767 */



/* ================================================
お知らせ
================================================ */
#top #top_news {
	width: 100%;
	margin: 0;
	background-color: #e9f4f9;
	}
#top #top_news .inner {
	width: 100%;
	margin: 0 auto;
	}
#top #main #top_news h2 {
	letter-spacing: 0.06em;
	}
#top #top_news #news_post_wrapper {
	padding: 0;
	border: none;
	}
#top #top_news #news_post_wrapper li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	}
#top #top_news #news_post_wrapper li+li {
	border-top: 1px solid #d2d2d2;
	}
#top #top_news #news_post_wrapper li p {
	padding-bottom: 0;
	display: block;
	}
#top #news_post_wrapper li p.slug span {
	display: inline-block;
	background-color: #1082bc;
	border: none;
	color: #fff;
	}
#top #news_post_wrapper li p.con {
	width: 100%;
	letter-spacing: 0.04em;
	}
#top #top_news #top_news_list a {
	display: block;
	position: relative;
	background-color: #39b1de;
	transition: 0.3s;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.15em;
	text-decoration: none;
	}
#top #top_news #top_news_list a::before,
#top #top_news #top_news_list a::after {
	margin: auto;
	display: block;
	position: absolute;
	bottom: 0;
	right: 15px;
	background-color: #fff;
	transition: 0.3s;
	content: '';
	}
#top #top_news #top_news_list a::before {
	width: 20px;
	height: 1px;
	top: 5px;
	}
#top #top_news #top_news_list a::after {
	width: 8px;
	height: 1px;
	top: -2px;
	transform: rotate(45deg);
	}
#top #top_news #top_news_list a:hover::before,
#top #top_news #top_news_list a:hover::after {
	background-color: #fff;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#top #top_news {
		padding: 60px 3%;
		}
	#top #top_news .inner {
		max-width: 930px;
		display: flex;
		position: relative;
		}
	#top #top_news h2 {
		width: 180px;
		margin-top: 12px;
		font-size: 30px;
		}
	#top #top_news #news_post_wrapper {
		width: calc(100% - 180px);
		}
	#top #top_news #news_post_wrapper li {
		padding: 21px 30px;
		}
	#top #news_post_wrapper li p.ymd {
		width: 7.5em;
		}
	#top #news_post_wrapper li p.slug {
		width: calc(100% - 7.5em);
		}
	#top #news_post_wrapper li p.slug span {
		padding: 8px 15px;
		}
	#top #news_post_wrapper li p.con {
		margin-top: 15px;
		}
	#top #news_post_wrapper li p.con a {
		font-size: 15px;
		}
	#top #top_news #top_news_list {
		position: absolute;
		top: 60px;
		left: 0;
		}
	#top #top_news #top_news_list a {
		padding: 10px 66px 10px 20px;
		}
	#top #top_news #top_news_list a:hover {
		background-color: #1f91cd;
		}

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

	#top #top_news {
		padding: 45px 6%;
		}
	#top #main #top_news h2 {
		font-size: 27px;
		text-align: center;
		}
	#top #top_news #news_post_wrapper {
		width: 100%;
		}
	#top #top_news #news_post_wrapper li {
		padding: 15px 1.5%;
		margin-bottom: 0;
		border-bottom: none;
		}
	#top #news_post_wrapper li p.slug span {
		padding: 6px 15px;
		font-size: 12px;
		}
	#top #news_post_wrapper li p.con {
		margin-top: 12px;
		}
	#top #top_news #top_news_list a {
		width: 100%;
		max-width: 150px;
		padding: 10px 6%;
		margin: 0 auto;
		}

} /* end ＞767 */



/* ================================================
お問い合わせ
================================================ */
#top #ct_inquiry {
	background: url(../img/mv01.jpg) no-repeat center bottom / cover;
	}
#top #ct_inquiry .wrap {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	}
#top #ct_inquiry .inq_tel h2 {
	margin-bottom: 6px;
	text-align: center;
	}
#top #ct_inquiry .inq_tel .tel {
	text-align: center;
	line-height: 1;
	}
#top #ct_inquiry .inq_tel .tel_link {
	position: relative;
	color: #1082bc;
	font-weight: 600;
	}
#top #ct_inquiry .inq_tel .tel_link:before {
	position: absolute;
	content: '\e8f5';
	color: #1082bc;
	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;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	line-height: 1 !important;
	}
#top #ct_inquiry .inq_tel p {
	margin-top: 12px;
	text-align: center;
	}
#top #ct_inquiry .inq_tel .tel_link a {
	color: #1082bc;
	text-decoration: none;
	}
#top #ct_inquiry .btn a {
	max-width: 420px;
	}
#top #ct_inquiry .btn.inquiry a {
	box-shadow: 6px 10px 0 #e9f4f9;
	}
#top #ct_inquiry .btn.line a {
	background-color: #06c755;
	box-shadow: 6px 10px 0 #daf7e6;
	}
#top #ct_inquiry .btn .icn {
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	content: '';
	}
#top #ct_inquiry .btn.inquiry .icn {
	background: url(../../common/img/icn_mail01.png) no-repeat 0 0 / contain;
	}
#top #ct_inquiry .btn.line .icn {
	background: url(../../common/img/icn_line01.png) no-repeat 0 0 / contain;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#top #ct_inquiry {
		padding: 36px 30px;
		}
	#top #ct_inquiry .wrap {
		max-width: 1140px;
		padding: 60px 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		}
	#top #ct_inquiry .inq_tel {
		width: 45%;
		margin-right: 30px;
		}
	#top #ct_inquiry .inq_tel h2 {
		font-size: 30px;
		font-weight: 500;
		}
	#top #ct_inquiry .inq_tel .tel_link {
		font-size: 50px;
		}
	#top #ct_inquiry .inq_tel .tel_link:before {
		margin-top: -10px;
		bottom: 15%;
		left: -36px;
		font-size: 32px;
		}
	#top #ct_inquiry .inq_tel p {
		font-size: 14px;
		}
	#top #ct_inquiry .btn_wrap {
		width: 45%;
		}
	#top #ct_inquiry .btn.line {
		margin-top: 20px;
		}
	#top #ct_inquiry .btn .icn {
		left: 30px;
		}
	#top #ct_inquiry .btn.inquiry .icn {
		width: 30px;
		height: 22px;
		}
	#top #ct_inquiry .btn.line .icn {
		width: 40px;
		height: 40px;
		}

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

	#top #ct_inquiry {
		padding: 36px 6%;
		}
	#top #ct_inquiry .wrap {
		padding: 36px 30px;
		}
	#top #ct_inquiry .inq_tel {
		width: 100%;
		margin-right: 30px;
		}
	#top #ct_inquiry .inq_tel h2 {
		font-size: 24px;
		font-weight: 600;
		}
	#top #ct_inquiry .inq_tel .tel_link {
		padding-left: 30px;
		font-size: 36px;
		}
	#top #ct_inquiry .inq_tel .tel_link:before {
		margin-top: -10px;
		bottom: 15%;
		left: 0;
		font-size: 24px;
		}
	#top #ct_inquiry .inq_tel p {
		font-size: 12px;
		}
	#top #ct_inquiry .btn_wrap {
		width: 100%;
		margin-top: 24px;
		}
	#top #ct_inquiry .btn a {
		font-size: 15px;
		}
	#top #ct_inquiry .btn.line {
		margin-top: 15px;
		}
	#top #ct_inquiry .btn.inquiry .icn {
		width: 24px;
		height: 18px;
		left: 18px;
		}
	#top #ct_inquiry .btn.line .icn {
		width: 30px;
		height: 30px;
		left: 15px;
		}

} /* end ＞767 */
