@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* topvisual */
.topvisual {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background: url(../../img/top/main.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}

.topvisual .main_catch {
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #FFF;
}

.topvisual .main_catch .catch {
	padding: 0 40px;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 2rem;
	background: #36abd6;
	line-height: 44px;
	border-radius: 30px;
	font-weight: 600;
}

.topvisual .main_catch .main {
	font-size: 5.2rem;
	line-height: 1.0;
	font-weight: 600;
	margin-bottom: 20px;
	text-shadow: rgba(0,62,104,.14) 1px 1px 10px,rgba(0,62,104,.14) -1px 1px 10px, rgba(0,62,104,.14) 1px -1px 10px, rgba(0,62,104,.14) -1px -1px 10px, rgba(0,62,104,.14) 2px 2px 6px, rgba(0,62,104,.14) -2px 2px 6px, rgba(0,62,104,.14) 2px -2px 6px, rgba(0,62,104,.14) -2px -2px 6px;
}

.topvisual .main_catch .main small {
	font-size: 3.2rem;
	display: block;
	margin-bottom: 8px;
}

.topvisual .main_catch .txt {
	text-shadow: rgba(0,62,104,.14) 1px 1px 10px,rgba(0,62,104,.14) -1px 1px 10px, rgba(0,62,104,.14) 1px -1px 10px, rgba(0,62,104,.14) -1px -1px 10px, rgba(0,62,104,.14) 2px 2px 6px, rgba(0,62,104,.14) -2px 2px 6px, rgba(0,62,104,.14) 2px -2px 6px, rgba(0,62,104,.14) -2px -2px 6px;
}

@media screen and (max-width: 767px) {
	.topvisual {
		padding-bottom: 120%;
		background-image: url(../../img/top/main_sp.jpg);
	}

	.topvisual .main_catch {
		width: 90%;
		margin: 0 auto;
	}

	.topvisual .main_catch .catch {
		font-size: 1.4rem;
		line-height: 30px;
		padding: 0 20px;
		display: inline-block;
		margin-bottom: 4%;
	}

	.topvisual .main_catch .main {
		font-size: 3.2rem;
		margin-bottom: 5%;
	}

	.topvisual .main_catch .main small {
		font-size: 2.4rem;
		margin-bottom: 8px;
	}

	.topvisual .main_catch .txt {
		font-size: 1.3rem;
	}

}


/* section_search */
.section_search {
	background: #36abd6;
	padding: 60px 2.5vw 70px;
}

.section_search h2 {
	color: #FFF;
	font-size: 3.6rem;
	line-height: 1.0;
	margin-bottom: 30px;
	font-weight: 600;
	text-align: center;
}

.section_search .menu_box {
	width: calc(98% - 504px);
	display: inline-block;
	vertical-align: top;
	margin-right: .5%;
}

.section_search .menu_box li {
	width: 46%;
	height: 250px;
	background: #FFF;
	border-radius: 10px;
	margin-right: 3%;
	display: inline-block;
	vertical-align: top;
}

.section_search .menu_box li:nth-child(1),
.section_search .menu_box li:nth-child(2) {
	margin-bottom: 20px;
}

.section_search .menu_box a {
	text-align: center;
	font-size: 1.8rem;
	color: #0176c6;
	font-weight: 600;
	padding-top: 194px;
	display: block;
	position: relative;
}

.section_search .menu_box .illust {
	width: 50%;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.section_search .menu_box .illust img {
	width: 100%;
	max-width: 134px;
}

.section_search .map_box {
	width: 508px;
	height: 520px;
	background: url(../../img/top/bg_map.png) top center no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.section_search .map_box .btn {
	width: 120px;
	position: absolute;
}

.section_search .map_box .btn.chuo {
	top: 35%;
	left: 35%;
}

.section_search .map_box .btn.hakata {
	top: 40%;
	left: 68%;
}

.section_search .map_box .btn.minami {
	top: 65%;
	left: 56%;
}

.section_search .map_box .btn.higashi {
	top: 18%;
	left: 62%;
}

.section_search .map_box .btn.nishi {
	top: 48%;
	left: 4%;
}

.section_search .map_box .btn.jonan {
	top: 55%;
	left: 30%;
}

.section_search .map_box .btn.sawara {
	top: 78%;
	left: 30%;
}

.section_search .map_box .btn.kasuga {
	top: 53%;
	left: 72%;
}

.section_search .map_box .btn.onojo {
	top: 76%;
	left: 72%;
}

.section_search .map_box .btn.other {
	bottom: 4%;
	left: 4%;
}

.section_search .map_box .btn a {
	display: block;
	line-height: 44px;
	background: #FFF;
	border: 2px solid #121212;
	border-radius: 6px;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	box-shadow: 4px 4px 0px 0 rgba(255,240,0,.6);
}

.section_search .map_box .btn a:hover {
	opacity: 1;
	box-shadow: 7px 7px 0px 0 rgba(255,240,0,.6);
}

@media screen and (max-width: 767px) {
	.section_search {
		padding: 12% 5%;
	}

	.section_search h2 {
		font-size: 2.4rem;
		margin-bottom: 5%;
	}

	.section_search .menu_box {
		width: 100%;
		margin-bottom: 4%;
	}

	.section_search .menu_box li {
		width: 23.5%;
		height: auto;
		border-radius: 10px;
		margin-right: .9%;
	}

	.section_search .menu_box li:nth-child(1),
	.section_search .menu_box li:nth-child(2) {
		margin-bottom: 0;
	}

	.section_search .menu_box li:last-child {
		margin-right: 0;
	}

	.section_search .menu_box a {
		font-size: 1.2rem;
		padding-top: 60px;
		padding-bottom: 10px;
		line-height: 1.0;
	}

	.section_search .menu_box .illust {
		width: 50%;
		top: 38%;
	}

	.section_search .menu_box .illust img {
		width: 100%;
	}

	.section_search .map_box {
		width: 100%;
		height: 0;
		padding-bottom: 102%;
		display: block;
	}

	.section_search .map_box .btn {
		width: 80px;
	}

	.section_search .map_box .btn a {
		line-height: 30px;
		font-size: 1.4rem;
	}

}

/* section */

.section {
	padding-left: 2.5vw;
	padding-right: 2.5vw;
}

.section img {
	width: 100%;
}

.section a {
	display: block;
}

.section .title_box {
	margin-bottom: 34px;
	padding: 0 10px;
}

.section .title_box h2 {
	padding-left: 120px;
	font-size: 2.6rem;
	color: #0176c6;
	font-weight: 600;
	position: relative;
}

.section .title_box h2::before {
	content: "";
	background: url(../../img/top/illust_openhouse.png) top center no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 112px;
	height: 110px;
	bottom: -18px;
	left: 0;
}

.section .title_box02 {
	margin: 0 10px 30px;
	border-bottom: 2px solid #0176c6;
	position: relative;
	padding-bottom: 18px;
}

.section .title_box02 h2 {
	line-height: 1.0;
	font-size: 2.6rem;
	color: #0176c6;
	font-weight: 600;
}

.section .title_box02 .link_list {
	position: absolute;
	bottom: 12px;
	right: 0;
}

.section .title_box02 .link_list a {
	padding-right: 24px;
	position: relative;
}

.section .title_box02 .link_list a::before {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	width: 17px;
	height: 17px;
	border-radius: 10px;
	background: #0176c6;
}

.section .title_box02 .link_list a::after {
	position: absolute;
	top: 9px;
	right: 7px;
	display: block;
	width: 4px;
	height: 4px;
	content: " ";
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 1px #FFF solid;
	border-left: 1px #FFF solid;
}

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

.section {
	padding-left: 0;
	padding-right: 0;
}

.section .title_box {
	margin-bottom: 5%;
	padding: 0 5%;
}

.section .title_box h2 {
	padding-left: 80px;
	font-size: 2rem;
}

.section .title_box h2::before {
	width: 68px;
	height: 65px;
	bottom: -8px;
}

.section .title_box02 {
	margin: 0 5% 5%;
	padding-bottom: 3%;
}

.section .title_box02 h2 {
	font-size: 2rem;
}

.section .title_box02 .link_list {
	bottom: 4px;
	right: -15px;
	transform: scale(.8);
}

.section .title_box02 .link_list a {
	padding-right: 24px;
	position: relative;
}

}


/* section_openhouse */

.section_openhouse {
	padding-top: 90px;
}

.section_openhouse .title_box h2::before {
	left: -6px;
}

.box_openhouse {
	margin-bottom: 20px;
}

.box_openhouse a {
	background: #FFF;
	border-radius: 10px;
	padding: 22px 0px 22px 22px;
}

.ph_openhouse {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: 0;
	padding-bottom: 18%;
	overflow: hidden;
}


.box_openhouse .info_box {
	display: inline-block;
	vertical-align: top;
	width: 74%;
	padding: 10px 0px 0px 30px;
}

.box_openhouse .tit_openhouse {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box_openhouse .spot {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

.box_openhouse .detail {
	margin-top: 28px;
}

.box_openhouse .detail .box {
	width: 21%;
	margin-right: 3%;
	display: inline-block;
	vertical-align: top;
}

.box_openhouse .detail .tit {
	border-bottom: 1px solid #121212;
	margin-bottom: 10px;
}

.box_openhouse .detail .txt {
	font-weight: 500;
	font-size: 1.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.box_openhouse .info_box {
		width: 59%;
	}
}

@media screen and (max-width: 767px) {
	.section_openhouse {
		padding-top: 12%;
	}

	.section_openhouse .title_box h2::before {
		left: -6px;
	}

	.box_openhouse {
		margin: 0;
		padding: 10px;
	}

	.box_openhouse a {
		padding: 5%;
		position: relative;
	}

	.ph_openhouse {
		display: block;
		width: 100%;
		padding-bottom: 72%;
	}

	.box_openhouse .info_box {
		display: block;
		width: 100%;
		padding: 8% 0 0;
	}

	.box_openhouse .tit_openhouse {
		font-size: 1.5rem;
		margin-bottom: 4%;
	}

	.box_openhouse .spot {
		margin-left: 5%;
	}

	.box_openhouse .detail {
		margin-top: 5%;
	}

	.box_openhouse .detail .box {
		display: block;
		width: 50%;
		margin-right: 0;
		margin-bottom: 4%;
	}

	.box_openhouse .detail .tit {
		margin-bottom: 4%;
		font-size: 1.2rem;

	}

	.box_openhouse .detail .txt {
		font-size: 1.4rem;
		line-height: 1.0;
	}

}


/* section_new */
.section_new {
	padding: 70px calc(2.5vw - 10px) 0;
}

.section_new .title_box h2::before {
	width: 90px;
	height: 110px;
	background-image: url(../../img/top/illust_new.png);
}

.box_new {
	padding: 0 10px;
}

.box_new a {
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.box_new.new a::before {
	content: "NEW";
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: #1cb07d;
	text-align: center;
	line-height: 46px;
	color: #FFF;
	font-weight: 500;
	font-size: 1.3rem;
	position: absolute;
	top: 10px;
	left: 10px;
}

.box_new .ph {
	/* height: 0;
	padding-bottom: 64%; */
	overflow: hidden;
}

.box_new .info_box {
	margin-top: -16px;
	padding: 0 18px 18px;
}

.box_new .info_box .spot {
	margin: 10px 0 8px;
}

.box_new .info_box .price {
	font-weight: 500;
	line-height: 1.0;
	text-align: right;
}

.box_new .info_box .price em {
	font-size: 3rem;
}

@media screen and (max-width: 767px) {
	.section_new {
		padding: 15% 0 0;
	}

	.section_new .title_box h2::before {
		width: 65px;
		height: 80px;
	}

	.box_new.new a::before {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 1.2rem;
	}

	.box_new .info_box {
		margin-top: -14px;
		padding: 0 5% 5%;
	}

	.box_new .info_box .spot {
		margin: 4% 0 2%;
	}

	.box_new .info_box .price em {
		font-size: 2.6rem;
	}
}


/* slick */

.slick-prev {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: -6px;

	display: block;

	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 2px solid #0176c6;
	background: #FFF;
}

.slick-prev::after {
	position: absolute;
	top: 9px;
	left: 11px;

	display: block;

	width: 8px;
	height: 8px;

	content: " ";
	-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);

	border-top: 2px #0176c6 solid;
	border-left: 2px #0176c6 solid;
}

.slick-next {
	position: absolute;
	z-index: 100;
	top: 50%;
	right: -6px;

	display: block;

	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 2px solid #0176c6;
	background: #FFF;
}

.slick-next::after {
	position: absolute;
	top: 9px;
	right: 11px;

	display: block;

	width: 8px;
	height: 8px;

	content: " ";
	-webkit-transform: rotate(135deg);
			-ms-transform: rotate(135deg);
					transform: rotate(135deg);

	border-top: 2px #0176c6 solid;
	border-left: 2px #0176c6 solid;
}

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

.slick-prev {
	left: 5%;
}

.slick-next {
	right: 5%;
}

}


/* section_rec */
.section_rec {
	padding: 88px calc(2.5vw - 10px) 0;
}

.section_rec .title_box h2::before {
	width: 104px;
	height: 100px;
	background-image: url(../../img/top/illust_rec.png);
}

@media screen and (max-width: 767px) {
	.section_rec {
		padding: 15% 0 0;
	}

	.section_rec .title_box h2::before {
		width: 68px;
		height: 65px;
	}
}


/* bnr_column */
.bnr_column {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.bnr_column {
		padding: 12% 5%;
	}
}


/* section_column */
.section_column {
	padding: 0 calc(2.5vw - 10px);
	margin-bottom: 65px;
}

.section_column .box_new .tit {
	margin: 10px 0 8px;
	line-height: 1.6;
	height: 40px;
	overflow: hidden;
}

.section_column .box_new .date {
	opacity: .5;
	font-size: 1.3rem;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.section_column {
		padding: 0;
		margin-bottom: 12%;
	}

	.section_column .box_new .tit {
		margin: 10px 0 8px;
		height: 40px;
	}

	.section_column .box_new .date {
		opacity: .5;
		font-size: 1.3rem;
		text-align: right;
	}
}


/* section_bnr */
.section_bnr {
	margin-top: 90px;
}

.section_bnr li {
	padding: 0 10px;
}

.section_bnr .slick-prev {
	top: 57%;
	left: 19.5%;
}

.section_bnr .slick-next {
	top: 57%;
	right: 19.5%;
}


@media screen and (max-width: 767px) {
	.section_bnr {
		margin-top: 12%;
	}

	.section_bnr .slick-prev {
		top: 58%;
		left: 5%;
	}

	.section_bnr .slick-next {
		top: 58%;
		right: 5%;
	}
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

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

}
